commit
stringlengths
40
40
subject
stringlengths
0
1.12k
message
stringlengths
11
14.5k
repos
stringlengths
8
11.5k
file_path
stringlengths
6
191
license
stringclasses
12 values
unix_time
int64
805M
1.66B
new_contents
stringlengths
14
20M
old_contents
stringlengths
1
20M
3889a957f24b1730313072875dcbba32487b4630
Update EventhubCaptureCustomEventReader.cs
Update EventhubCaptureCustomEventReader.cs
Azure/azure-stream-analytics,Azure/azure-stream-analytics
CustomDeserializers/AvroExample/EventhubCaptureCustomEventReader.cs
mit
1,587,747,000
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Microsoft Public License. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANT...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Microsoft Public License. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANT...
320c504cf1b28b9519c4c72fccd1d05baa3968eb
Fix Avalonia UI not checking for null icon
Fix Avalonia UI not checking for null icon
Deadpikle/NetSparkle
src/NetSparkle.UI.Avalonia/UIFactory.cs
mit
1,587,746,792
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Media.Imaging; using NetSparkleUpdater.Interfaces; using NetSparkleUpdater.Properties; using NetSparkleUpdater.UI.Avalonia.ViewModels; using System; using System.Collections.Generic; using System.IO; using System.Thre...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Media.Imaging; using NetSparkleUpdater.Interfaces; using NetSparkleUpdater.Properties; using NetSparkleUpdater.UI.Avalonia.ViewModels; using System; using System.Collections.Generic; using System.IO; using System.Thre...
59965424b8c93af26ef6831934014c37e2a2a9b0
Avoid jamming test log with wait messages (#84)
Avoid jamming test log with wait messages (#84)
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.IapDesktop.Application.Test/Windows/WindowTestFixtureBase.cs
apache-2.0
1,587,746,708
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
6dd8b8ff2bd931fe74f57bd6dc277cca77b2b17c
Added hero ability note 6
Added hero ability note 6
babelshift/SteamWebAPI2
src/Steam.Models/DOTA2/HeroAbilityDetailModel.cs
mit
1,587,746,004
using System; using System.Collections.Generic; using System.Linq; namespace Steam.Models.DOTA2 { public class HeroAbilityDetailModel { public uint Id { get; set; } public string Name { get; set; } public string AvatarImagePath { get; set; } public string Description { get; set...
using System; using System.Collections.Generic; using System.Linq; namespace Steam.Models.DOTA2 { public class HeroAbilityDetailModel { public uint Id { get; set; } public string Name { get; set; } public string AvatarImagePath { get; set; } public string Description { get; set...
8289f22f1233fac50b5087b4a0fcc67e06a29cc5
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,745,893
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "fbdc68cb0e08d7df2046d44e6ce321cf05baa4e8"; public static string Version = "1.2"; public static string Build = "3354"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "16f32a1802b292eb7583261a6e47b6e66cf8091d"; public static string Version = "1.2"; public static string Build = "3353"; ...
dbf2d06b6361bc63ecfbfed4d5b44b155fb13846
WIP: try disable FastCompile
WIP: try disable FastCompile
rexm/Handlebars.Net
source/Handlebars.Test/BasicIntegrationTests.cs
mit
1,587,745,559
using Xunit; using System; using System.Collections; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Reflection; using HandlebarsDotNet.Compiler; using HandlebarsDotNet.Helpers; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using HandlebarsDotNet.Extension.Compile...
using Xunit; using System; using System.Collections; using System.Collections.Generic; using System.Dynamic; using System.Linq; using System.Reflection; using HandlebarsDotNet.Compiler; using HandlebarsDotNet.Helpers; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using HandlebarsDotNet.Extension.Compile...
477fe72fcf8d4966ea25f7ee476305b0a2019112
Changed note playback to happen on new result
Changed note playback to happen on new result
peppy/osu,ppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,744,959
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
2be3a8184d0c2e3726a29683d3c18cd2d96ca9fe
Removed modifications to drum roll object
Removed modifications to drum roll object
UselessToucan/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableDrumRoll.cs
mit
1,587,744,937
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Utils; using osu.Game.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Utils; using osu.Game.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu...
fce19108621b102c883c5ad15290d7e441e93f3f
Nullability constraints in IOperationResult
Nullability constraints in IOperationResult
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Operations/IOperationResult.cs
mit
1,587,744,913
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IOperationResult.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proje...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IOperationResult.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proje...
24112b8b984275c708bce5e9603fcaeb87a2c028
Made MessageExtensions.ToMessage and ToEvent public.
Made MessageExtensions.ToMessage and ToEvent public.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Messaging/IMessage.cs
mit
1,587,744,882
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IMessage.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IMessage.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root ...
1252c86245ed1c0b965caabf8a8a25f1458a88a1
Use a unique guid for the OptionsPage (#872)
Use a unique guid for the OptionsPage (#872) The GUID we were using is actually used in many options pages due to a blog saying it's a special one. In reality, it's not special; it has to be unique or VS can't disambiguate it.
mjrousos/dotnet-apiport,Microsoft/dotnet-apiport,mjrousos/dotnet-apiport,mjrousos/dotnet-apiport,Microsoft/dotnet-apiport,Microsoft/dotnet-apiport
src/ApiPort/ApiPort.VisualStudio/Views/OptionsPage.cs
mit
1,587,744,687
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Autofac.Features.OwnedInstances; using Microsoft.VisualStudio.Shell; using System; using System.Runtime.InteropServices; using System.Windows; namespace ApiPort...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Autofac.Features.OwnedInstances; using Microsoft.VisualStudio.Shell; using System; using System.Runtime.InteropServices; using System.Windows; namespace ApiPort...
c903c6b28e0da86e344ef125a43da6bc1d17a8d8
add interface implmentation.
add interface implmentation.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/ViewModels/ViewModelBase.cs
mit
1,587,742,508
using ReactiveUI; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using WalletWasabi.Gui.ViewModels.Validation; using WalletWasabi.Models; namespace WalletWasabi.Gui.ViewModels { public class ViewModelBase : ReactiveObj...
using ReactiveUI; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using WalletWasabi.Gui.ViewModels.Validation; using WalletWasabi.Models; namespace WalletWasabi.Gui.ViewModels { public class ViewModelBase : ReactiveObj...
eb132661743b70823c95c8e7313e6d69c63f6513
fixup! Added automatic registration of applications and layers. This should've been done long ago.
fixup! Added automatic registration of applications and layers. This should've been done long ago.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Profiles/LightingStateManager.cs
mit
1,587,742,122
using Aurora.Profiles.Aurora_Wrapper; using Aurora.Profiles.Desktop; using Aurora.Profiles.Generic_Application; using Aurora.Settings; using Aurora.Settings.Layers; using Aurora.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using Syst...
using Aurora.Profiles.Aurora_Wrapper; using Aurora.Profiles.Desktop; using Aurora.Profiles.Generic_Application; using Aurora.Settings; using Aurora.Settings.Layers; using Aurora.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Diagnostics; using Syst...
4a4a3c38e741f16e2208b4638a44c13293549393
Updated the loader manager to expose raw texture loading.
Updated the loader manager to expose raw texture loading.
vchelaru/Gum
RenderingLibrary/Content/LoaderManager.cs
mit
1,587,741,883
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework.Graphics; using System.IO; using RenderingLibrary.Graphics; using Microsoft.Xna.Framework.Content; using ToolsUtilities; namespace RenderingLibrary.Content { public class LoaderManager { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework.Graphics; using System.IO; using RenderingLibrary.Graphics; using Microsoft.Xna.Framework.Content; using ToolsUtilities; namespace RenderingLibrary.Content { public class LoaderManager { ...
e074e3b405087a2ba11054280da02b0a624d2a7e
HT-358: Fixed ArgumentOutOfRangeException caused by incorrect logic in previous fix to try to correct info.xml when clip-shifting.
HT-358: Fixed ArgumentOutOfRangeException caused by incorrect logic in previous fix to try to correct info.xml when clip-shifting.
sillsdev/hearthis,sillsdev/hearthis
src/HearThis/UI/RecordingToolControl.cs
mit
1,587,741,690
// -------------------------------------------------------------------------------------------- #region // Copyright (c) 2019, SIL International. All Rights Reserved. // <copyright from='2011' to='2019' company='SIL International'> // Copyright (c) 2019, SIL International. All Rights Reserved. // // Distributable und...
// -------------------------------------------------------------------------------------------- #region // Copyright (c) 2019, SIL International. All Rights Reserved. // <copyright from='2011' to='2019' company='SIL International'> // Copyright (c) 2019, SIL International. All Rights Reserved. // // Distributable und...
670f69557b71b9e1a7dae88d57c67f2f492b4227
docs: Update outdated docs link
docs: Update outdated docs link
watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk
src/IBM.Watson.Assistant.v1/Model/DialogNodeOutputGeneric.cs
apache-2.0
1,587,741,519
/** * (C) Copyright IBM Corp. 2018, 2020. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/** * (C) Copyright IBM Corp. 2018, 2020. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
44a21b9b56c33c31a26ad9bddf70105fa5cd2535
Moves creation of bitmapImage in StorageFileProvider to ui thread
Moves creation of bitmapImage in StorageFileProvider to ui thread
martijn00/XamarinMediaManager,martijn00/XamarinMediaManager,martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,mike-rowley/XamarinMediaManager,mike-rowley/XamarinMediaManager
MediaManager/Platforms/Uap/Media/StorageFileProvider.cs
mit
1,587,741,298
using System; using System.Threading.Tasks; using MediaManager.Library; using MediaManager.Media; using Windows.Media.Editing; using Windows.Storage; using Windows.Storage.FileProperties; using Windows.Storage.Streams; using Windows.UI.Core; using Windows.UI.Xaml; using Windows.UI.Xaml.Media.Imaging; namespace MediaM...
using System; using System.Threading.Tasks; using MediaManager.Library; using MediaManager.Media; using Windows.Media.Editing; using Windows.Storage; using Windows.Storage.FileProperties; using Windows.Storage.Streams; using Windows.UI.Xaml.Media.Imaging; namespace MediaManager.Platforms.Uap.Media { public class ...
3cf3b022f63f46a94b0bc06bd53b6129bed739eb
healthkit query anchor
healthkit query anchor
predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus,predictive-technology-laboratory/sensus
Sensus.iOS.Shared/Probes/User/Health/iOSHealthKitSamplingProbe.cs
apache-2.0
1,587,740,791
// Copyright 2014 The Rector & Visitors of the University of Virginia // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless req...
// Copyright 2014 The Rector & Visitors of the University of Virginia // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless req...
e6fe0650327ea80b4c1717811472100320f2f2ac
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,740,507
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "16f32a1802b292eb7583261a6e47b6e66cf8091d"; public static string Version = "1.2"; public static string Build = "3353"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "ef9975537be668fe41b8e4ba6b8ab854c3f9aa0d"; public static string Version = "1.2"; public static string Build = "3352"; ...
39a593120cbf84493263f6b1ec7cc99a8f7c390c
Fixed CodeInspect errors
Fixed CodeInspect errors
UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game.Tournament/Screens/Showcase/ShowcaseScreen.cs
mit
1,587,740,435
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Tournament.Components; using osu.Framework.Graphics.Shapes; using osuTK.Graphics; namespace ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Tournament.Components; using osu.Framework.Graphics.Shapes; using osuTK.Graphics; namespace ...
05b697879d724f30dc7a005cc80d248031864c15
Update Bot.cs
Update Bot.cs
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Bot.cs
apache-2.0
1,587,739,858
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
73c3e3f0c739483282c86d7eba52a34cff4186c7
Add user interface Russian support
Add user interface Russian support
xavierfoucrier/gmail-notifier
code/Program.cs
mit
1,587,739,642
using System; using System.Diagnostics; using System.Globalization; using System.Threading; using System.Windows.Forms; using notifier.Languages; using notifier.Properties; namespace notifier { static class Program { #region #attributes /// <summary> /// Mutex associated to the application instance /// </su...
using System; using System.Diagnostics; using System.Globalization; using System.Threading; using System.Windows.Forms; using notifier.Languages; using notifier.Properties; namespace notifier { static class Program { #region #attributes /// <summary> /// Mutex associated to the application instance /// </su...
a50071c0d300736e8eb0fa2e6e713ce9470c8cab
changed registration to scoped to prevent multiple instantiation
changed registration to scoped to prevent multiple instantiation
wangkanai/Detection,wangkanai/Detection
src/DependencyInjection/BuilderExtensions/Core.cs
apache-2.0
1,587,739,127
// Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved. // The Apache v2. See License.txt in the project root for license information. using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options; using Wangkanai.Detection.DependencyInjection.Options; using Wangkanai.Detect...
// Copyright (c) 2014-2020 Sarin Na Wangkanai, All Rights Reserved. // The Apache v2. See License.txt in the project root for license information. using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options; using Wangkanai.Detection.DependencyInjection.Options; using Wangkanai.Detect...
44560bfca233b920d051b7f3c4f28a97cbb3b95b
Log exceptions in the simple console logger
Log exceptions in the simple console logger
GoogleCloudPlatform/functions-framework-dotnet,GoogleCloudPlatform/functions-framework-dotnet
src/Google.Cloud.Functions.Invoker/Logging/SimpleConsoleLogger.cs
apache-2.0
1,587,738,845
// Copyright 2020, Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
// Copyright 2020, Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
8182c5bf12d1787f31218901f6824b20f2e960c6
adjusted comment
adjusted comment
Kentico/cloud-boilerplate-net,Kentico/cloud-boilerplate-net
src/content/Kentico.Kontent.Boilerplate/Startup.cs
mit
1,587,738,664
using System; using Kentico.Kontent.Boilerplate.Models; using Kentico.Kontent.Boilerplate.Resolvers; using Kentico.Kontent.Delivery.Caching; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using Microsoft.AspNetCore.Rewrite; using Microsoft.Extensions.Configu...
using System; using Kentico.Kontent.Boilerplate.Models; using Kentico.Kontent.Boilerplate.Resolvers; using Kentico.Kontent.Delivery.Caching; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using Microsoft.AspNetCore.Rewrite; using Microsoft.Extensions.Configu...
6708eab712eb6e0ce07125d85fa95fd5c372ebad
376: remove unused code
376: remove unused code
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/3_Grid/5_GridBox.cs
bsd-2-clause
1,587,738,399
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using LayoutFarm.UI; using LayoutFarm.UI.ForImplementator; using LayoutFarm.RenderBoxes; namespace LayoutFarm.CustomWidgets { class GridViewRenderBox : CustomRenderBox { GridLayer _gridLayer; public GridViewRenderBox(RootGraphic root...
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using LayoutFarm.UI; using LayoutFarm.UI.ForImplementator; namespace LayoutFarm.CustomWidgets { class GridViewRenderBox : CustomRenderBox { GridLayer _gridLayer; public GridViewRenderBox(RootGraphic rootgfx, int w, int h) ...
c393bd6fdd2f02aa55cf19cd16dddff548b3fee4
try list appveyor installed apps
try list appveyor installed apps
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,587,738,300
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
7fadd0acb05f3e2362d76406e96c18b2648e6a93
Fixed change in particle color stops
Fixed change in particle color stops
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/SimpleParticleLayerHandler.cs
mit
1,587,738,222
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing;...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing;...
1f81ea69776ffb8aea678ecc5e6516aee6d1dc77
Created Retry for get GetClipboardText because when this failes from time to time.
Created Retry for get GetClipboardText because when this failes from time to time.
jeffhollan/LogicAppTemplateCreator,jeffhollan/LogicAppTemplateCreator
LogicAppTemplate/GeneratorCmdlet.cs
mit
1,587,738,118
using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Management.Automation; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace LogicAppTemplate { [Cmdlet(VerbsCommon.Get, "LogicAppTemplate", ConfirmImpact = ConfirmImpact.No...
using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Management.Automation; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace LogicAppTemplate { [Cmdlet(VerbsCommon.Get, "LogicAppTemplate", ConfirmImpact = ConfirmImpact.No...
d81e8aa1ee62f8c5a60835eb65a56fa06ed9bd5a
Cleaned up BrushUtils references. Stupid references. Can't live with em can't live without them.
Cleaned up BrushUtils references. Stupid references. Can't live with em can't live without them.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/BrushUtils.cs
mit
1,587,737,828
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Windows.Data; using D = System.Drawing; using M = System.Windows.Media; namespace Aurora.Utils { public static class BrushUtils { public static D.Brush MediaBrushToDraw...
using Corale.Colore.Core; using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Data; using D = System.Drawing; using M = System.Windows.Media; using System.Linq; using System.Drawing; using System.Collections; using Aurora.Profiles.LeagueOfLegends.Layers; namespace Aurora.U...
d8d27b54b106c2e54653cb72a6af1c46277030af
change suppressions
change suppressions
ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer
FTAnalyser/GlobalSuppressions.cs
apache-2.0
1,587,737,558
using System.Diagnostics.CodeAnalysis; [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1303:Do not pass literals as ...
using System.Diagnostics.CodeAnalysis; [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1303:Do not pass literals as ...
267c6db68622d9766d45ab2605582d49bb4df610
set Max interval at 30seconds instead of 20 for Google Lookups
set Max interval at 30seconds instead of 20 for Google Lookups
ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer
FTAnalyser/Forms/GoogleMap.cs
apache-2.0
1,587,737,511
using FTAnalyzer.Events; using FTAnalyzer.Mapping; using FTAnalyzer.Utilities; using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Runtime.Serialization.Json; using System.Threading; using System.Web; using System.Windows.Forms; namespace FTAnalyzer.Forms { ...
using FTAnalyzer.Events; using FTAnalyzer.Mapping; using FTAnalyzer.Utilities; using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Runtime.Serialization.Json; using System.Threading; using System.Web; using System.Windows.Forms; namespace FTAnalyzer.Forms { ...
f2046150fef48eb03d770e90ea5d5021589a71ba
go go gadget appveyor
go go gadget appveyor
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/SimpleParticleLayerHandler.cs
mit
1,587,737,059
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing;...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing;...
34b439b847614108744240e9a449f9764e0c4141
renamed namespace
renamed namespace
Kentico/Deliver-.NET-SDK,Kentico/delivery-sdk-net
Kentico.Kontent.ImageTransformation.Tests/ImageUrlBuilderTests.cs
mit
1,587,736,876
using System; using System.Collections.Generic; using Xunit; namespace Kentico.Kontent.ImageTransformation.Tests { public class ImageUrlBuilderTests { private const string BaseUrl = "https://test.com/assets/image.jpg"; [Fact] public void ConstructorWithString_NewBuilder_BaseUrl() ...
using System; using System.Collections.Generic; using Kentico.Kontent.ImageTransformation; using Xunit; namespace Kentico.Kontent.Delivery.Tests.ImageOptimization { public class ImageUrlBuilderTests { private const string BaseUrl = "https://test.com/assets/image.jpg"; [Fact] public vo...
7cd18c422768825158e2b72aa37f81f3a34ea0bd
Get delete working
Get delete working
onovotny/SignService,onovotny/SignService,onovotny/SignService
src/SignService/Services/KeyVaultAdminService.cs
mit
1,587,736,396
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Azure.Core; using Azure.Identity; using Azure.Security.KeyVault.Certificates; using Microsoft.AspNetCore.Authentication.AzureAD.UI; using Microsoft.AspNetCore.Ht...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Azure.Core; using Azure.Identity; using Azure.Security.KeyVault.Certificates; using Microsoft.AspNetCore.Authentication.AzureAD.UI; using Microsoft.AspNetCore.Ht...
0d51e1625f589335afeb7435da590c430a118c36
Fixed a ColorStopCollection constructor not behaving as expected.
Fixed a ColorStopCollection constructor not behaving as expected.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/BrushUtils.cs
mit
1,587,734,282
using Corale.Colore.Core; using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Data; using D = System.Drawing; using M = System.Windows.Media; using System.Linq; using System.Drawing; using System.Collections; using Aurora.Profiles.LeagueOfLegends.Layers; namespace Aurora.U...
using Corale.Colore.Core; using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Data; using D = System.Drawing; using M = System.Windows.Media; using System.Linq; using System.Drawing; using System.Collections; using Aurora.Profiles.LeagueOfLegends.Layers; namespace Aurora.U...
77cf822ebf467142526258c2f0c9d8ca667a6471
more log for image load
more log for image load
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Infrastructure/Image/ImageLoader.cs
mit
1,587,733,746
using System; using System.IO; using System.Windows.Media; using System.Windows.Media.Imaging; using Microsoft.WindowsAPICodePack.Shell; using NLog; using Wox.Infrastructure.Logger; namespace Wox.Infrastructure.Image { public static class ImageLoader { private static readonly string[] ImageExtensions...
using System; using System.IO; using System.Windows.Media; using System.Windows.Media.Imaging; using Microsoft.WindowsAPICodePack.Shell; using NLog; using Wox.Infrastructure.Logger; namespace Wox.Infrastructure.Image { public static class ImageLoader { private static readonly string[] ImageExtensions...
fb321aeb7d20f8e076288368b48c9ec334adff59
remove useless log
remove useless log
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox/ViewModel/MainViewModel.cs
mit
1,587,733,683
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using NLog; using Wox.Core.Plugin; using Wox.Core.Resource; ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using NLog; using Wox.Core.Plugin; using Wox.Core.Resource; ...
34d9ba9645911dee6b642c654924957638360d3e
Improved parsing of SMAPIv3 errors. Deprecated Failure method that should not be used directly by the implementation.
Improved parsing of SMAPIv3 errors. Deprecated Failure method that should not be used directly by the implementation. Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
xapi-project/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk,xapi-project/xen-api-sdk,xapi-project/xen-api-sdk,kc284/xen-api-sdk,kc284/xen-api-sdk,xapi-project/xen-api-sdk,xapi-project/xen-api-sdk,xapi-project/xen-api-sdk,xapi-project/xen-api-sdk
csharp/autogen/src/Failure.cs
bsd-2-clause
1,587,733,565
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this li...
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this li...
65c7ede397def67966561a785ae332e0d5d49869
Made ToMediaBrush always return a LinearGradientBrush because ncore ColorBox was having some problems with the solid brush. Fixed crash that could occur with FromMediaBrush if two points were at the same offset. (Common with stops at 0 or 1)
Made ToMediaBrush always return a LinearGradientBrush because ncore ColorBox was having some problems with the solid brush. Fixed crash that could occur with FromMediaBrush if two points were at the same offset. (Common with stops at 0 or 1)
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/BrushUtils.cs
mit
1,587,733,328
using Corale.Colore.Core; using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Data; using D = System.Drawing; using M = System.Windows.Media; using System.Linq; using System.Drawing; using System.Collections; using Aurora.Profiles.LeagueOfLegends.Layers; namespace Aurora.Ut...
using Corale.Colore.Core; using System; using System.Collections.Generic; using System.Globalization; using System.Windows.Data; using D = System.Drawing; using M = System.Windows.Media; using System.Linq; using System.Drawing; using System.Collections; using Aurora.Profiles.LeagueOfLegends.Layers; namespace Aurora.U...
516492c5449d529cb2a065229c854f0156a57ef4
bump to version 1.3.6
bump to version 1.3.6
Terradue/DotNetTep,Terradue/DotNetTep
Terradue.Tep/Properties/AssemblyInfo.cs
agpl-3.0
1,587,733,229
/*! \namespace Terradue.Tep @{ Terradue.Tep Software Package provides with all the functionalities specific to the TEP. \xrefitem sw_version "Versions" "Software Package Version" 1.3.6 \xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep) \xref...
/*! \namespace Terradue.Tep @{ Terradue.Tep Software Package provides with all the functionalities specific to the TEP. \xrefitem sw_version "Versions" "Software Package Version" 1.3.5 \xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep) \xref...
2c935effd76a4b2c64e222e07998e3ea4c50685e
removed skip
removed skip
GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples
logging/api/LoggingTest/LoggingTest.cs
apache-2.0
1,587,732,989
/* * Copyright (c) 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
/* * Copyright (c) 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
8ee266aa20120de7804b8fd5879538abe3c5e100
Add missing include for provider on search sorting
Add missing include for provider on search sorting (cherry picked from commit 76a8268c7e4d7ea5df4e086fdd6e705bfd243b60)
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Queries/GetApprenticeships/Search/Services/OrderedApprenticeshipSearchService.cs
mit
1,587,732,750
using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships.Search.Services.Parameters; using SFA.DAS.CommitmentsV2.Data; using SFA.DAS.CommitmentsV2.Extensions; namespace SFA.DAS.CommitmentsV2.Application.Queries.GetApprenti...
using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships.Search.Services.Parameters; using SFA.DAS.CommitmentsV2.Data; using SFA.DAS.CommitmentsV2.Extensions; namespace SFA.DAS.CommitmentsV2.Application.Queries.GetApprenti...
8ca3981b34b4bf21f7749d8342ea762cc908dac1
Tweaked particle layer fire preset values.
Tweaked particle layer fire preset values.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/SimpleParticleLayerHandler.cs
mit
1,587,731,493
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing;...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Layers; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing;...
7e3e0e106fde491f49bb3ddcb4f5ab1b5f8e6195
Rewriting some of the code for updating an entityitem.
Rewriting some of the code for updating an entityitem.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,587,731,109
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
b07aa788e042641b42b889397345a78e5802a4bd
Wrapped MLFB code in a try/catch.
Wrapped MLFB code in a try/catch.
jogibear9988/DotNetSiemensPLCToolBoxLibrary,jogibear9988/DotNetSiemensPLCToolBoxLibrary,dotnetprojects/DotNetSiemensPLCToolBoxLibrary,dotnetprojects/DotNetSiemensPLCToolBoxLibrary,dotnetprojects/DotNetSiemensPLCToolBoxLibrary,jogibear9988/DotNetSiemensPLCToolBoxLibrary,jogibear9988/DotNetSiemensPLCToolBoxLibrary
LibNoDaveConnectionLibrary/Projectfiles/Step7ProjectV5.cs
lgpl-2.1
1,587,729,655
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.IO; using DotNetSiemensPLCToolBoxLibrary.DataTypes; using DotNetSiemensPLCToolBoxLibrary.DataTypes.Hardware.Step7V5; using DotNetSiemensPLCToolBoxLibrary.DataTypes.Projectfolders; using DotNetS...
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.IO; using DotNetSiemensPLCToolBoxLibrary.DataTypes; using DotNetSiemensPLCToolBoxLibrary.DataTypes.Hardware.Step7V5; using DotNetSiemensPLCToolBoxLibrary.DataTypes.Projectfolders; using DotNetS...
6c3483563ec78fb03da0d54ace3ac310d8e01d9f
Improve SetMaxBestHeight
Improve SetMaxBestHeight
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Blockchain/Keys/KeyManager.cs
mit
1,587,729,483
using NBitcoin; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security; using System.Text; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Helpers; using WalletWasabi.Hwi.Models; using W...
using NBitcoin; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security; using System.Text; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Helpers; using WalletWasabi.Hwi.Models; using W...
da308bfc8074f7e3907980b6ab02c4c8c378c34c
Add back refreshwalletlist
Add back refreshwalletlist
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Wallets/WalletManager.cs
mit
1,587,728,994
using NBitcoin; using NBitcoin.Protocol; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Analysis...
using NBitcoin; using NBitcoin.Protocol; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Analysis...
7294988a51f15b4f87d48515aa03ab70049bca34
Handle dates to ISO in query string parameters for ServiceStack
Handle dates to ISO in query string parameters for ServiceStack
slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator
src/TypeScriptDefinitionsGenerator.Common/UrlGenerators/ServiceStackHelper.cs
mit
1,587,727,349
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using TypeScriptDefinitionsGenerator.Common.Extensions; namespace TypeScriptDefinitionsGenerator.Common.UrlGenerators { internal class ServiceStackHelper { public bool Retur...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using TypeScriptDefinitionsGenerator.Common.Extensions; namespace TypeScriptDefinitionsGenerator.Common.UrlGenerators { internal class ServiceStackHelper { public bool Retur...
291809096e1b9010e8220c984373d40f97995249
removed ReadBytes methods due to detected potential memory leaks
removed ReadBytes methods due to detected potential memory leaks
reexmonkey/xmisc
solution/xmisc.core.io/extensions/stream.cs
mit
1,587,726,598
using System; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Threading.Tasks; namespace reexmonkey.xmisc.core.io.extensions { /// <summary> /// Extends features of the <see cref="System.IO.Stream"/> class. /// </summary> public static class StreamExtensions { ...
using System; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Threading.Tasks; namespace reexmonkey.xmisc.core.io.extensions { /// <summary> /// Extends features of the <see cref="System.IO.Stream"/> class. /// </summary> public static class StreamExtensions { ...
c0e4c12f157b52dee2b9d86251dadfab2fc542e2
Version 1.9.101
Version 1.9.101
Arkitektum/GIS.Lib.MetadataCSW
Properties/AssemblyInfo.cs
bsd-2-clause
1,587,726,452
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ar...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ar...
2a0505c90ce35cefa1c4dde4de4225236d4eea66
Inspire metadata 2.0
Inspire metadata 2.0
Arkitektum/GIS.Lib.MetadataCSW
MetadataCSW.cs
bsd-2-clause
1,587,726,138
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18034 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18034 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
2a0cd5785e7ae9318f39ade9a86bcfadfde9782f
Add missing documentation for CloudEventAdapter
Add missing documentation for CloudEventAdapter
GoogleCloudPlatform/functions-framework-dotnet,GoogleCloudPlatform/functions-framework-dotnet
src/Google.Cloud.Functions.Framework/CloudEventAdapter.cs
apache-2.0
1,587,725,758
// Copyright 2020, Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
// Copyright 2020, Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
0b6cd57a108cebdaf4551abdb24ae96f1ff58d0b
Update StationGateway.cs
Update StationGateway.cs
fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Gateway/StationGateway.cs
agpl-3.0
1,587,725,658
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null; //SpriteBaseBottom, SpriteBaseTo...
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null; //SpriteBaseBottom, SpriteBaseTo...
a285577b603b4a2d04c575369defa2f87ace703f
Corrected integer division to be done as float division. Was sometimes causing a black segment to appear at the end of the wheel.
Corrected integer division to be done as float division. Was sometimes causing a black segment to appear at the end of the wheel.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/EffectsEngine/SegmentedRadialBrushFactory.cs
mit
1,587,725,436
using Aurora.Utils; using System; using System.Collections; using System.Drawing; using System.Drawing.Drawing2D; namespace Aurora.EffectsEngine { /// <summary> /// A factory that can create a segmented radial brush. /// </summary> /// <remarks> /// I originally tried creating this effect using th...
using Aurora.Utils; using System; using System.Collections; using System.Drawing; using System.Drawing.Drawing2D; namespace Aurora.EffectsEngine { /// <summary> /// A factory that can create a segmented radial brush. /// </summary> /// <remarks> /// I originally tried creating this effect using th...
982a3b5ae8c675f265c93cacf30e11ae800eeced
Reverted change
Reverted change
krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Gateway/StationGateway.cs
agpl-3.0
1,587,725,133
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null; //SpriteBaseBottom, SpriteBaseTo...
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null; //SpriteBaseBottom, SpriteBaseTo...
15aa9caf60de8edcd82ec3ec95e78f940010cafb
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,587,724,639
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
da04a9e14f77ae88a489ecb76e1c30a0c4090e89
stream_select
stream_select
iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Library/Streams/Streams.cs
apache-2.0
1,587,724,151
using Pchp.Core; using Pchp.Library.Streams; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; /* TODO: - Added offset parameter to the stream_copy_to_stream() function. (PHP 5...
using Pchp.Core; using Pchp.Library.Streams; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; /* TODO: - Added offset parameter to the stream_copy_to_stream() function. (PHP 5.1.0) - Changed stream_f...
8094415864a070eeb097d402ea0fa2fe60621bf0
Add more MemberVisitor calls (see #184)
Add more MemberVisitor calls (see #184)
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/TypeModel.cs
apache-2.0
1,587,724,039
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text.R...
bf4c18524f4f03c16627cf84fa18b922554287c8
Only take first pieces for MySQL version string.
Only take first pieces for MySQL version string.
sjp/Schematic,sjp/Schematic,sjp/Schematic
src/SJP.Schematic.MySql/MySqlDialect.cs
mit
1,587,721,886
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using SJP.Schematic.Core; using SJP.Schematic.Core.Comments; using SJP.Schematic.Core.Extensions; using SJP.Schematic.MySql.Comments; using SJP.Schematic.MySql.Query; na...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using SJP.Schematic.Core; using SJP.Schematic.Core.Comments; using SJP.Schematic.Core.Extensions; using SJP.Schematic.MySql.Comments; using SJP.Schematic.MySql.Query; na...
568f9ffade6541cbbce57263b7b5f864ffd6091c
Improve error messaging for remote env debugging.
Improve error messaging for remote env debugging.
sjp/Schematic,sjp/Schematic,sjp/Schematic
src/SJP.Schematic.MySql/MySqlDialect.cs
mit
1,587,721,430
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using SJP.Schematic.Core; using SJP.Schematic.Core.Comments; using SJP.Schematic.Core.Extensions; using SJP.Schematic.MySql.Comments; using SJP.Schematic.MySql.Query; na...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using SJP.Schematic.Core; using SJP.Schematic.Core.Comments; using SJP.Schematic.Core.Extensions; using SJP.Schematic.MySql.Comments; using SJP.Schematic.MySql.Query; na...
cb4a912df1c77c6c9e731a040ccc046249713e6b
#303: Fix missing "+"s in C# Write lines
#303: Fix missing "+"s in C# Write lines
rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest
srcCs/perftest_publisher.cs
epl-1.0
1,587,721,279
/* * (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved. * Subject to Eclipse Public License v1.0; see LICENSE.md for details. */ using System; using System.Collections.Generic; using System.Runtime.InteropServices; // for DllImport] using System.Threading; using System.Text; using System.Tim...
/* * (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved. * Subject to Eclipse Public License v1.0; see LICENSE.md for details. */ using System; using System.Collections.Generic; using System.Runtime.InteropServices; // for DllImport] using System.Threading; using System.Text; using System.Tim...
ed2c2bbf8feb36637f950c6249c378bc6267233e
Minor Bugfix
Minor Bugfix
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Doors/InteractableDoor.cs
agpl-3.0
1,587,720,615
using System.Collections; using UnityEngine; using Mirror; using System; /// <summary> /// Allows a door to be interacted with. /// It also checks for access restrictions on the players ID card /// </summary> public class InteractableDoor : NetworkBehaviour, IPredictedCheckedInteractable<HandApply> { private...
using System.Collections; using UnityEngine; using Mirror; using System; /// <summary> /// Allows a door to be interacted with. /// It also checks for access restrictions on the players ID card /// </summary> public class InteractableDoor : NetworkBehaviour, IPredictedCheckedInteractable<HandApply> { private...
3ef048d1d09721d173fd30129afdff6dd36a11f8
Improve error log when the resolver cannot resolve
Improve error log when the resolver cannot resolve Now we will print all the possible arguments
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Resolver.cs
apache-2.0
1,587,719,926
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
cbcd915ec8489caf449c02f42f3e3abf801a69fc
Fix crash on switching comments page at an inopportune time
Fix crash on switching comments page at an inopportune time
smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu
osu.Game/Overlays/Comments/CommentsContainer.cs
mit
1,587,719,890
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Framework.Graphics; usi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Framework.Graphics; usi...
bc64290646678afe5b9b8c1ef0ea5267b47becff
use CancellationToken properly
use CancellationToken properly
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox/ViewModel/MainViewModel.cs
mit
1,587,719,473
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using NLog; using Wox.Core.Plugin; using Wox.Core.Resource; ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using NLog; using Wox.Core.Plugin; using Wox.Core.Resource; ...
1217a44bc3c477d96657e6a6850c5c1833ad106a
use StringTokenizer to parse PointsList
use StringTokenizer to parse PointsList
AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,grokys/Persp...
src/Markup/Avalonia.Markup.Xaml/Converters/PointsListTypeConverter.cs
mit
1,587,718,722
using System; using System.Collections.Generic; using System.Globalization; namespace Avalonia.Markup.Xaml.Converters { using System.ComponentModel; using Avalonia.Utilities; public class PointsListTypeConverter : TypeConverter { public override bool CanConvertFrom(ITypeDescriptorContext conte...
using System; using System.Collections.Generic; using System.Globalization; namespace Avalonia.Markup.Xaml.Converters { using System.ComponentModel; public class PointsListTypeConverter : TypeConverter { public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) {...
c57e68e74e178a611bbd4c4bd4c4a30e10588a74
Remove obsoleted RuntimeInfo methods and properties.
Remove obsoleted RuntimeInfo methods and properties.
ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fram...
osu.Framework/RuntimeInfo.cs
mit
1,587,718,499
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Runtime.InteropServices; namespace osu.Framework { public static class RuntimeInfo { /// <summary> /// Returns the abs...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Runtime.InteropServices; namespace osu.Framework { public static class RuntimeInfo { /// <summary> /// Returns the abs...
324d5db3dd2d3ab8ef171d6952f9a5f8c52e21e6
fix logger info
fix logger info
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,587,717,482
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
b9d3722a1da1a82c26ef79c37a691a875d9dc6a5
fix logger level
fix logger level
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Infrastructure/Logger/Log.cs
mit
1,587,717,406
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; ...
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; ...
5c575ccf71da59dcc819b7ead029bfe6b079a6e1
Block Selector now ordered by BlockName
Block Selector now ordered by BlockName
snozbot/fungus
Assets/Fungus/Scripts/Editor/BlockEditor.cs
mit
1,587,717,082
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEditor; using UnityEditorInternal; using UnityEngine; using System; using System.Collections; using System.Colle...
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEditor; using UnityEditorInternal; using UnityEngine; using System; using System.Collections; using System.Colle...
8a756ab80feeae3a6d6c1b9cb784a2006105e609
Add some more hlvr entity keys
Add some more hlvr entity keys
SteamDatabase/ValveResourceFormat
ValveResourceFormat/Utils/EntityLumpKnownKeys.cs
mit
1,587,716,983
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |...
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -E -o -h -r "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*...
1ea91e11e1e0786c5bf635323d79873bf0b5f54f
Added ability to control whether particles spawn with an override condition. This is different to just enabling the layer itself, as disabling this means any currently spawned particles continue as normal.
Added ability to control whether particles spawn with an override condition. This is different to just enabling the layer itself, as disabling this means any currently spawned particles continue as normal.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/ParticleLayerHandler.cs
mit
1,587,715,971
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using Syste...
2f6b941dcc2f01e00b5a53e25c1856bf5dc80b7d
Added Matrix Preset
Added Matrix Preset
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/ParticleLayerHandler.cs
mit
1,587,715,971
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2...
aa6a5a91a932cf7e895e119530b35e913fb86d61
CV-721 Tests
CV-721 Tests
SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice
src/SFA.DAS.PAS.Account.Api.ClientV2.UnitTests/WhenCallingPasAccountApiClient.cs
mit
1,587,715,890
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using AutoFixture; using Moq; using NUnit.Framework; using SFA.DAS.Http; using SFA.DAS.PAS.Account.Api.Types; namespace SFA.DAS.PAS.Account.Api.ClientV2.UnitTests { [TestFixture] [Parallelizable(ParallelScope.All)] pub...
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using AutoFixture; using Moq; using NUnit.Framework; using SFA.DAS.Http; using SFA.DAS.PAS.Account.Api.Types; namespace SFA.DAS.PAS.Account.Api.ClientV2.UnitTests { [TestFixture] [Parallelizable(ParallelScope.All)] pub...
05b3db0147aadad9a8114d9f74f4cfdfd045aa14
Remove masking
Remove masking
ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu-new,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,714,978
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps.ControlPoints; using os...
9022035a33beb71a46864ce10ab26f78cb32fa40
Added comments to the update/synchronize method.
Added comments to the update/synchronize method.
Algoryx/agxUnity
AGXUnity/Rendering/DeformableTerrainParticleRenderer.cs
apache-2.0
1,587,714,660
using UnityEngine; using AGXUnity.Utils; using AGXUnity.Model; namespace AGXUnity.Rendering { [AddComponentMenu( "AGXUnity/Deformable Terrain Particle Renderer" )] [RequireComponent( typeof( DeformableTerrain ) )] public class DeformableTerrainParticleRenderer : ScriptComponent { [HideInInspector] pub...
using UnityEngine; using AGXUnity.Utils; using AGXUnity.Model; namespace AGXUnity.Rendering { [AddComponentMenu( "AGXUnity/Deformable Terrain Particle Renderer" )] [RequireComponent( typeof( DeformableTerrain ) )] public class DeformableTerrainParticleRenderer : ScriptComponent { [HideInInspector] pub...
ec875e31ba88b1a297805489abeeef5aafff86a8
Fix matching on potentially incorrect types
Fix matching on potentially incorrect types
peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framew...
osu.Framework/Testing/DynamicClassCompiler.cs
mit
1,587,713,974
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
6911937ab8fdeafe0432acef774153739b7c8e70
C#: Update expected test output
C#: Update expected test output
github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql
csharp/autobuilder/Semmle.Autobuild.Tests/BuildScripts.cs
mit
1,587,713,210
using Xunit; using Semmle.Autobuild; using System.Collections.Generic; using System; using System.Linq; using Microsoft.Build.Construction; using System.Xml; namespace Semmle.Extraction.Tests { /// <summary> /// Test class to script Autobuilder scenarios. /// For most methods, it uses two fields: /// ...
using Xunit; using Semmle.Autobuild; using System.Collections.Generic; using System; using System.Linq; using Microsoft.Build.Construction; using System.Xml; namespace Semmle.Extraction.Tests { /// <summary> /// Test class to script Autobuilder scenarios. /// For most methods, it uses two fields: /// ...
e09e67ddbbd046b8b3b5b6df801873b885c418ff
Add additional HLVR known types (#241)
Add additional HLVR known types (#241)
SteamDatabase/ValveResourceFormat
ValveResourceFormat/Utils/EntityLumpKnownKeys.cs
mit
1,587,712,453
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -E -o -h -r "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*...
using System.Collections.Generic; namespace ValveResourceFormat.Utils { public class EntityLumpKnownKeys { public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>(); public EntityLumpKnownKeys() { // grep -E -o -h -r "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*...
9fd49ecb1ac89900c155f723ac11328fabf3a9a7
fix timelimit and hangup_on_ring and send_on_preanswer for bulk call
fix timelimit and hangup_on_ring and send_on_preanswer for bulk call
plivo/plivo-dotnet,plivo/plivo-dotnet
src/Plivo/Resource/Call/CallInterface.cs
mit
1,587,712,307
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Plivo.Client; namespace Plivo.Resource.Call { /// <summary> /// Call interface. /// </summary> public class CallInterface :...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Plivo.Client; namespace Plivo.Resource.Call { /// <summary> /// Call interface. /// </summary> public class CallInterface :...
03c88d4d518578fc040b4b3f97936ee6c4baeca0
Fix incorrect name specification
Fix incorrect name specification
EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,Z...
osu.Framework/Testing/DynamicClassCompiler.cs
mit
1,587,712,232
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
8ae119ab62e68968f84caff0d101281bee5d88e9
Fix last formatting error
Fix last formatting error
ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu-new
osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs
mit
1,587,708,357
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Framework.Graphics.Textures; using osu.Game.Skinning; n...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using osu.Framework.Graphics.Textures; using osu.Game.Skinning; n...
5fdda0b21ec5ccc52a4de38857af30f8214b5650
Fix nullability error in PeriodBuilderTest
Fix nullability error in PeriodBuilderTest This has only shown up with the preview of .NET Core SDK 3.1.300, which makes me nervous in general... but it's a harmless fix.
malcolmr/nodatime,BenJenkinson/nodatime,malcolmr/nodatime,nodatime/nodatime,nodatime/nodatime,BenJenkinson/nodatime,malcolmr/nodatime
src/NodaTime.Test/PeriodBuilderTest.cs
apache-2.0
1,587,707,734
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Xml.Serialization; using NUnit.Framework; name...
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Xml.Serialization; using NUnit.Framework; name...
0f6ec274f9547881484b73559e6d27a0e709eaad
Add transitions to footer when flowing to another row
Add transitions to footer when flowing to another row
UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu
osu.Game/Overlays/Mods/ModSelectOverlay.cs
mit
1,587,707,057
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
118db03b56ec35eba67b900b930a73d61838e191
Fix vertical spacing and score multiplier splitting apart
Fix vertical spacing and score multiplier splitting apart Also cleans up margin and its hacks (alignment done with anchor/origin now).
NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu
osu.Game/Overlays/Mods/ModSelectOverlay.cs
mit
1,587,706,898
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
abb687286be341b609ab92705f012f5c9a6a4496
Fix score multiplier being cut off in mod select at higher ui scales
Fix score multiplier being cut off in mod select at higher ui scales
peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game/Overlays/Mods/ModSelectOverlay.cs
mit
1,587,706,440
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu...
5f120cf6d633e12318d27b9ea54b5df8623e690f
fix log format
fix log format
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Programs/Win32.cs
mit
1,587,706,357
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.L...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.L...
fa1428b36fdb2021003525e0c829df5008f02b7c
unify programlogger
unify programlogger
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Programs/Win32.cs
mit
1,587,706,134
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.L...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading.Tasks; using Microsoft.Win32; using Shell; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.L...
22f52747fd9b58cc10332bd929c9993cecd813c6
remove console target
remove console target
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox.Infrastructure/Logger/Log.cs
mit
1,587,704,621
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; ...
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; ...
d92c6135000859b3834e6de716782a386f3b1605
remove redundant seperator
remove redundant seperator
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox.Infrastructure/Logger/Log.cs
mit
1,587,703,234
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; ...
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const string DirectoryName = "Logs"; ...
a63af0d52b32c5a1c389baa1fcde39a7e6b0eec7
Fix ClrElementType extensions (#629)
Fix ClrElementType extensions (#629)
cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd
src/Microsoft.Diagnostics.Runtime/src/Common/ClrElementTypeExtensions.cs
mit
1,587,702,079
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.Diagnostics.Runtime { internal static class ClrElementTypeExtensions { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.Diagnostics.Runtime { internal static class ClrElementTypeExtensions { ...
13b6731ad83b22c6923bc874e4cad1fb78a58e63
Update WalletWasabi.Gui/Controls/WalletExplorer/WalletViewModel.cs
Update WalletWasabi.Gui/Controls/WalletExplorer/WalletViewModel.cs Co-Authored-By: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/WalletViewModel.cs
mit
1,587,701,163
using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.Collections.ObjectModel; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using WalletWasabi.Blockchain.Keys; using WalletWasabi.G...
using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.Collections.ObjectModel; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using WalletWasabi.Blockchain.Keys; using WalletWasabi.G...
59a7627a596b63fdb3aa623cc80c1518dd517c5f
Added some docs
Added some docs
treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk
NET/API/Treehopper.Libraries/Sensors/Optical/Tsl2561.cs
mit
1,587,699,709
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Treehopper.Libraries.Sensors.Optical { /// <summary> /// Taos / AMS TSL2561 16-bit ambient light sensor with both visible and IR photodiodes and a 1,000,000-to-1 dynamic range. /// </summary> pub...
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Treehopper.Libraries.Sensors.Optical { public partial class Tsl2561 : AmbientLightSensor { /// <summary> /// Probes the specified I2C bus to discover any TSL2561 sensors attached. ...
ca692f30e66fabf102579803561c96ef2d176d9b
Do full placement on mouse down
Do full placement on mouse down
smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu
osu.Game.Rulesets.Osu/Edit/Blueprints/HitCircles/HitCirclePlacementBlueprint.cs
mit
1,587,698,876
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Osu.Edit.Blueprints.HitCircles.Components; using osu.Game.Rulesets.Osu.Objects; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Osu.Edit.Blueprints.HitCircles.Components; using osu.Game.Rulesets.Osu.Objects; us...
6e700dedcdc2d71a897aaeb122673007b5639085
Actually create the file
Actually create the file
Madsfoto/Imagemagick_average
AverageTest-IM-console/Program.cs
unlicense
1,587,698,831
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace AverageTest_IM_console { class Program { // External variables // make external integer as starting point for the second loop, that is outside...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace AverageTest_IM_console { class Program { // External variables // make external integer as starting point for the second loop, that is outside...
fe3da81bae26af033c06c2aa1a89857114238aa7
setup database data
setup database data
Backendless/.NET-SDK,Backendless/.NET-SDK
Projects/GeometryTestProject/TestInitialization.cs
apache-2.0
1,587,698,116
//#define DEV_TEST using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using BackendlessAPI; using System.Collections.Generic; using System.Linq; namespace GeometryTestProject { [TestClass] class TestInitialization { #if DEV_TEST private const String APP_API_KEY = "F8F82BF0-414F-36CB-FFE1-30...
//#define DEV_TEST using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using BackendlessAPI; using System.Collections.Generic; using System.Linq; namespace GeometryTestProject { [TestClass] class TestInitialization { #if DEV_TEST private const String APP_API_KEY = "F8F82BF0-414F-36CB-FFE1-30...
2b40c5cee0b0acbea6fba131ca954d8121729964
Boogie has no doNotUseLabels flag any more
Boogie has no doNotUseLabels flag any more So I removed it from Corral as well.
boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral
source/Configs.cs
mit
1,587,697,930
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Diagnostics; using cba.Util; namespace cba { public class Configs { public static void usage() { Console.WriteLine("Usage: cba fname [Flags]"); Console.Wr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Diagnostics; using cba.Util; namespace cba { public class Configs { public static void usage() { Console.WriteLine("Usage: cba fname [Flags]"); Console.Wr...
59922ac5cf596898537d9443d6bbdb14f37d65e8
Setup database data
Setup database data
Backendless/.NET-SDK,Backendless/.NET-SDK
Projects/GeometryTestProject/TestInitialization.cs
apache-2.0
1,587,697,832
//#define DEV_TEST using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using BackendlessAPI; using System.Collections.Generic; using System.Linq; namespace GeometryTestProject { [TestClass] class TestInitialization { #if DEV_TEST private const String APP_API_KEY = "F8F82BF0-414F-36CB-FFE1-30...
//#define DEV_TEST using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using BackendlessAPI; namespace GeometryTestProject { [TestClass] class TestInitialization { #if DEV_TEST private const String APP_API_KEY = "F8F82BF0-414F-36CB-FFE1-303FA538ED00"; private const String DOTNET_API_KE...
046e21faaf8ebb9e77a3a410f09b2e5b980e2731
re init logger will stop previous initialized logger
re init logger will stop previous initialized logger
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Logger/ProgramLogger.cs
mit
1,587,696,578
using NLog; using NLog.Config; using NLog.Targets; using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using System.Security; using Wox.Infrastructure; using Wox.Infrastructure.UserSettings; namespace Wox.Plugin.Program.Logger { /// <summary> /// The Program plugin h...
using NLog; using NLog.Config; using NLog.Targets; using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using System.Security; using Wox.Infrastructure; using Wox.Infrastructure.UserSettings; namespace Wox.Plugin.Program.Logger { /// <summary> /// The Program plugin h...