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
0a196d621c382ec252e7ff99249d70cae17d80d5
Width/Height should set client size not window size
Width/Height should set client size not window size
tigrouind/LifeDISA,tigrouind/LifeDISA
VarsViewer/VarsViewer/Program.cs
mit
1,592,510,256
using System; using System.Drawing; using System.Windows.Forms; using Shared; namespace VarsViewer { sealed class Program { [STAThread] static void Main(string[] args) { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); var form = new MainForm(); var width = ...
using System; using System.Drawing; using System.Windows.Forms; using Shared; namespace VarsViewer { sealed class Program { [STAThread] static void Main(string[] args) { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); var form = new MainForm(); var width = ...
af5b07610783e152cc5a13996bda27260c854291
fix hid calculation
fix hid calculation
csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput
XOutput.Devices/Input/DirectInput/DirectInputDevice.cs
mit
1,592,510,150
using NLog; using SharpDX; using SharpDX.DirectInput; using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using XOutput.Core.Threading; namespace XOutput.Devices.Input.DirectInput { public class DirectInputDevice : IInputDevice { private static read...
using NLog; using SharpDX; using SharpDX.DirectInput; using System; using System.Collections.Generic; using System.Linq; using XOutput.Core.Threading; namespace XOutput.Devices.Input.DirectInput { public class DirectInputDevice : IInputDevice { private static readonly ILogger logger = LogManager.GetCu...
9a43df828df5a5fd429ec2dc6d75aa7c54d301b9
Fix aggregate file system watcher to watch only for existing folders
Fix aggregate file system watcher to watch only for existing folders
xoofx/zio
src/Zio/FileSystems/AggregateFileSystem.cs
bsd-2-clause
1,592,509,413
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using static Zio.FileSystemExceptionHelper; ...
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using static Zio.FileSystemExceptionHelper; ...
8eb2999330f0765e7775153ce7c9ef5641f254a9
Another failing `DefaultValue.Mock` / `Verify` test
Another failing `DefaultValue.Mock` / `Verify` test
Moq/moq4
tests/Moq.Tests/Regressions/IssueReportsFixture.cs
bsd-3-clause
1,592,509,121
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using Sys...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using Sys...
090f95b018daf56a3eb6c06775c717dc432c7861
Suppress script errors in during swisscom oauth
Suppress script errors in during swisscom oauth
aluxnimm/outlookcaldavsynchronizer
CalDavSynchronizer.OAuth.Swisscom/Authorize.xaml.cs
agpl-3.0
1,592,507,310
using DotNetOpenAuth.OAuth2; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using ...
using DotNetOpenAuth.OAuth2; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using ...
2719f1c4fe35e512515f0a79a777597c70a8ae4c
After changing from PeriodicBatchingSink to IBatchedLogEventSink, the EmitBatchAsync method that should have been the correct one was not used anymore. Fixind this so logging actually works. (#40)
After changing from PeriodicBatchingSink to IBatchedLogEventSink, the EmitBatchAsync method that should have been the correct one was not used anymore. Fixind this so logging actually works. (#40)
manigandham/serilog-sinks-googlecloudlogging
src/Serilog.Sinks.GoogleCloudLogging/GoogleCloudLoggingSink.cs
mit
1,592,506,633
using System; using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; using Google.Api; using Google.Api.Gax; using Google.Api.Gax.Grpc; using Google.Cloud.Logging.Type; using Google.Cloud.Logging.V2; using Google.Protobuf.WellKnownTypes; using Serilog.Events; using Ser...
using System; using System.Collections.Generic; using System.IO; using System.Threading; using System.Threading.Tasks; using Google.Api; using Google.Api.Gax; using Google.Api.Gax.Grpc; using Google.Cloud.Logging.Type; using Google.Cloud.Logging.V2; using Google.Protobuf.WellKnownTypes; using Serilog.Events; using Ser...
c7a639fadcbee2e58b68eb3986de16e66a00e18e
added deletion of active projects to SnoopConfigurator
added deletion of active projects to SnoopConfigurator
dougklassen/Revit-Perfect
Perfect/SnoopConfig/MainWindow.xaml.cs
mit
1,592,505,393
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows...
using System; using System.IO; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows...
71869610b7662d86b17f2b52146bf91d84e02aa7
[XCode] Add support for OutputType.Dll in ProjectOutputFile, and throw an exception is an unsupported type is used.
[XCode] Add support for OutputType.Dll in ProjectOutputFile, and throw an exception is an unsupported type is used.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
ff8dc67c1abdf79fbbaadb2a641f44e484009532
[XCode] Add utility methods to write list of string items, properly formatted
[XCode] Add utility methods to write list of string items, properly formatted
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
32680d70ee208ed9dd1874c166a94a4c11c37bc4
[XCode] Add support for OutputType.Dll and .Exe in ProjectNativeTarget, and throw an exception is an unsupported type is used.
[XCode] Add support for OutputType.Dll and .Exe in ProjectNativeTarget, and throw an exception is an unsupported type is used.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
3b3cf26dba227f84e92c09550e3aef5a13bfa472
[XCode] Change default archs value to 64_BIT only
[XCode] Change default archs value to 64_BIT only TODO: ideally this should be user configurable
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
6ec1109e664271ac2f79fa378ad8670c11d9bf92
[XCode] Update template to have open brackets on the same line as equal sign, closer to what XCode generates
[XCode] Update template to have open brackets on the same line as equal sign, closer to what XCode generates
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.Template.cs
apache-2.0
1,592,505,145
// 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...
305cf65894b6180d1988743a1c978d00c8056c3e
Have sharpmake generate a default .csproj.user for each sample to ease their debugging
Have sharpmake generate a default .csproj.user for each sample to ease their debugging
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
samples/Sharpmake.Samples.sharpmake.cs
apache-2.0
1,592,505,145
using System; using Sharpmake; [module: Sharpmake.Include("*/Sharpmake.*.sharpmake.cs")] namespace SharpmakeGen.Samples { public abstract class SampleProject : Common.SharpmakeBaseProject { public string SharpmakeMainFile = "[project.Name].sharmake.cs"; protected SampleProject() :...
using System; using Sharpmake; [module: Sharpmake.Include("*/Sharpmake.*.sharpmake.cs")] namespace SharpmakeGen.Samples { public abstract class SampleProject : Common.SharpmakeBaseProject { protected SampleProject() : base(excludeSharpmakeFiles: false, generateXmlDoc: false) { ...
db0c8a43ee98664dfbe390e3d45be758dbcc825c
[XCode] Readability improvement: use auto properties in more classes
[XCode] Readability improvement: use auto properties in more classes
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
073a9de8380344227ff8790a9f4422646e5a78fa
[XCode] Fix MachOType for OutputType.Dll
[XCode] Fix MachOType for OutputType.Dll
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
ceafc5c215f5a954063132dadcbca53561169463
[XCode] Readability improvement: use auto properties in ProjectNativeTarget
[XCode] Readability improvement: use auto properties in ProjectNativeTarget
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
bbbf0242acd668607683e06ef3b813b98f1e85c9
[XCode] Move setting of ProvisioningStyle with ProvisioningProfile
[XCode] Move setting of ProvisioningStyle with ProvisioningProfile
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,505,145
// 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...
fd4b8d3bcec5ce33da3a686cd1f8681df8f9d2d8
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3425.20200618182206-master-3250502
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,504,658
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "3250502a9a518a6ec40bbcf44bb5122ab3959625"; public static string Version = "1.5"; public static string Build = "3425"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c954ec4ebbe319d3f8b15359e10a6d157a8736e9"; public static string Version = "1.5"; public static string Build = "3424"; ...
4ce02f012763e4b8b04cfbbf261bd017af2a042b
Add missing using statement
Add missing using statement
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
src/Dangl.WebDocumentation/Startup.cs
mit
1,592,503,704
using Dangl.WebDocumentation.Models; using Dangl.WebDocumentation.Services; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Mi...
using Dangl.WebDocumentation.Models; using Dangl.WebDocumentation.Services; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Mi...
1a93c007792d07deed77fa7e0b7bc26eb217443c
Remove obsolete code
Remove obsolete code
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
src/Dangl.WebDocumentation/Startup.cs
mit
1,592,503,604
using Dangl.WebDocumentation.Models; using Dangl.WebDocumentation.Services; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Mic...
using Dangl.WebDocumentation.Models; using Dangl.WebDocumentation.Services; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Mi...
5dfa78aececbd065a4d5d743599c16f2d68e3fd1
add debug code to flaky test
add debug code to flaky test
datastax/csharp-driver,maxwellb/csharp-driver,datastax/csharp-driver,maxwellb/csharp-driver,maxwellb/csharp-driver,datastax/csharp-driver
src/Cassandra.IntegrationTests/Core/ClusterSimulacronTests.cs
apache-2.0
1,592,502,973
// // Copyright (C) DataStax 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 la...
// // Copyright (C) DataStax 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 la...
748d23bf6d8f107ce2b2f47d49abd512596e95a5
Added MemberTypeController
Added MemberTypeController Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,ro...
src/Umbraco.Web.BackOffice/Controllers/MemberTypeController.cs
mit
1,592,502,642
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using Microsoft.AspNetCore.Mvc; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Configuration; using Umbraco.Core.Dictionary; using Umbraco.Core.Logging; using Umbraco.Core.Models; using Umbraco...
// using System; // using System.Collections.Generic; // using System.Linq; // using System.Net; // using System.Net.Http; // using System.Web.Http; // using Umbraco.Core; // using Umbraco.Core.Cache; // using Umbraco.Web.Composing; // using Umbraco.Core.Configuration; // using Umbraco.Core.Dictionary; // using Umbrac...
d826a1ba8efc3a4109460690949b0fb85a69625c
Disable sanity checks for simultaneous Witness and NonWitness UTXO. Also reduce TrySlimUTXO to a no-op for now.
Disable sanity checks for simultaneous Witness and NonWitness UTXO. Also reduce TrySlimUTXO to a no-op for now.
MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin
NBitcoin/BIP174/PSBTInput.cs
mit
1,592,502,316
using System; using System.Linq; using System.Collections.Generic; using Newtonsoft.Json; using System.IO; using NBitcoin.DataEncoders; using PartialSigKVMap = System.Collections.Generic.SortedDictionary<NBitcoin.PubKey, NBitcoin.TransactionSignature>; namespace NBitcoin { public class PSBTInput : PSBTCoin { // T...
using System; using System.Linq; using System.Collections.Generic; using Newtonsoft.Json; using System.IO; using NBitcoin.DataEncoders; using PartialSigKVMap = System.Collections.Generic.SortedDictionary<NBitcoin.PubKey, NBitcoin.TransactionSignature>; namespace NBitcoin { public class PSBTInput : PSBTCoin { // T...
69358541bf17104b2ae2cb14dec54fa5b0385e27
Add Summer Sale 2020 to blacklist (#1853)
Add Summer Sale 2020 to blacklist (#1853)
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/CardsFarmer.cs
apache-2.0
1,592,501,889
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
4a53d56a60220e376195a7aae815302f46ee51a8
Simpler +1
Simpler +1
alvivar/Hasten
Hierarchy/HierarchyTitle.cs
mit
1,592,501,700
using UnityEngine; [ExecuteInEditMode] public class HierarchyTitle : MonoBehaviour { public string title = "Hierarchy Title"; public int margin = 4; public char character = '-'; #if UNITY_EDITOR void Update() { if (Application.isPlaying) return; var left = new string(c...
using UnityEngine; [ExecuteInEditMode] public class HierarchyTitle : MonoBehaviour { public string title = "Hierarchy Title"; public int margin = 4; #if UNITY_EDITOR void Update() { if (Application.isPlaying) return; var left = new string('-', margin); transform.na...
2406b78d1a1bd091a9ccc61139c7db09b4e7a91a
Important validation on not found entities
Important validation on not found entities
alvivar/Hasten
Gigas/Femto.cs
mit
1,592,501,475
#if UNITY_EDITOR using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; // Femto is a Unity code generator that creates the entities database: // EntitySet. // Just write '// !Gigas' on any class that you consider an Entity, and all the // requ...
#if UNITY_EDITOR using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; // Femto is a Unity code generator that creates the entities database: // EntitySet. // Just write '// !Gigas' on any class that you consider an Entity, and all the // requ...
5f4002dfb27c7d5638df07ad0d646561d168b265
D-16962 Configured to support TLS 1.1, 1.2 at Initialize.
D-16962 Configured to support TLS 1.1, 1.2 at Initialize.
versionone/VersionOne.Integration.JIRA,versionone/VersionOne.Integration.JIRA,versionone/VersionOne.Integration.JIRA
VersionOne.ServiceHost.Core/CommonMode.cs
bsd-3-clause
1,592,501,468
/*(c) Copyright 2012, VersionOne, Inc. All rights reserved. (c)*/ using System; using System.Collections.Generic; using System.Configuration; using System.Net; using System.Reflection; using System.Threading; using Ninject; using VersionOne.Profile; using VersionOne.SDK.APIClient; using VersionOne.ServiceHost.Core; usi...
/*(c) Copyright 2012, VersionOne, Inc. All rights reserved. (c)*/ using System; using System.Collections.Generic; using System.Configuration; using System.Reflection; using System.Threading; using Ninject; using VersionOne.Profile; using VersionOne.SDK.APIClient; using VersionOne.ServiceHost.Core; using VersionOne.Serv...
332f49ae450d52bfe18b3977f50a60b14a7d2556
Make some props public and methods virtual to make extensibility better
Make some props public and methods virtual to make extensibility better
bretcope/BosunReporter.NET,bretcope/BosunReporter.NET
src/StackExchange.Metrics/MetricSource.cs
mit
1,592,500,644
using System; using System.Collections.Generic; using System.Collections.Immutable; using StackExchange.Metrics.Infrastructure; using StackExchange.Metrics.Metrics; namespace StackExchange.Metrics { /// <summary> /// Represents a source of metrics for a <see cref="IMetricsCollector" />. /// </summary> ...
using System; using System.Collections.Generic; using System.Collections.Immutable; using StackExchange.Metrics.Infrastructure; using StackExchange.Metrics.Metrics; namespace StackExchange.Metrics { /// <summary> /// Represents a source of metrics for a <see cref="IMetricsCollector" />. /// </summary> ...
4115b2e13eb3fe412677e89fcce7e9e8920eb6a7
Add unit test coverage for AmazonSqsBlockIpService
Add unit test coverage for AmazonSqsBlockIpService
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
test/Core.Test/Services/AmazonSqsBlockIpServiceTests.cs
agpl-3.0
1,592,500,583
using System; using System.Threading.Tasks; using Amazon.SQS; using Bit.Core.Services; using NSubstitute; using Xunit; namespace Bit.Core.Test.Services { public class AmazonSqsBlockIpServiceTests : IDisposable { private readonly AmazonSqsBlockIpService _sut; private readonly GlobalSettings _gl...
using System; using Bit.Core.Services; using NSubstitute; using Xunit; namespace Bit.Core.Test.Services { public class AmazonSqsBlockIpServiceTests : IDisposable { private readonly AmazonSqsBlockIpService _sut; private readonly GlobalSettings _globalSettings; public AmazonSqsBlockIpSe...
398867a839662bc1345fccc30bdd832417175406
Parameterize AmazonSQSClient to allow testing
Parameterize AmazonSQSClient to allow testing
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Core/Services/Implementations/AmazonSqsBlockIpService.cs
agpl-3.0
1,592,500,583
using System.Threading.Tasks; using System; using Amazon.SQS; using Amazon; namespace Bit.Core.Services { public class AmazonSqsBlockIpService : IBlockIpService, IDisposable { private readonly IAmazonSQS _client; private string _blockIpQueueUrl; private string _unblockIpQueueUrl; ...
using System.Threading.Tasks; using System; using Amazon.SQS; using Amazon; namespace Bit.Core.Services { public class AmazonSqsBlockIpService : IBlockIpService, IDisposable { private readonly AmazonSQSClient _client; private string _blockIpQueueUrl; private string _unblockIpQueueUrl; ...
133fec02db039cb87645bbc87e6e95e537a8de27
Update sample to add `tier` tag
Update sample to add `tier` tag
bretcope/BosunReporter.NET,bretcope/BosunReporter.NET
samples/StackExchange.Metrics.SampleHost/Startup.cs
mit
1,592,500,571
using System; using System.IO; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Server.Kestrel.Core; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjecti...
using System; using System.IO; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Server.Kestrel.Core; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjecti...
7b3bdb005560379f948bc5f5b6eb683f6eb22ab0
Update LogParserResultFormatter.WeirdSettingsSection.cs
Update LogParserResultFormatter.WeirdSettingsSection.cs
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs
lgpl-2.1
1,592,500,502
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
6200b9e84af926d2ed36afa5985da6974916ca97
Fixed #300
Fixed #300
Perfare/Il2CppDumper,Perfare/Il2CppDumper
Il2CppDumper/Outputs/Il2CppDecompiler.cs
mit
1,592,499,911
using System; using System.Collections.Generic; using System.IO; using System.Text; using static Il2CppDumper.Il2CppConstants; namespace Il2CppDumper { public class Il2CppDecompiler { private Il2CppExecutor executor; private Metadata metadata; private Il2Cpp il2Cpp; private Dic...
using System; using System.Collections.Generic; using System.IO; using System.Text; using static Il2CppDumper.Il2CppConstants; namespace Il2CppDumper { public class Il2CppDecompiler { private Il2CppExecutor executor; private Metadata metadata; private Il2Cpp il2Cpp; private Dic...
2936c9f94876ae9a9379c54e510f0cfc91e843c5
Fixed #276
Fixed #276
Perfare/Il2CppDumper,Perfare/Il2CppDumper
Il2CppDumper/Outputs/ScriptGenerator.cs
mit
1,592,498,958
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using static Il2CppDumper.Il2CppConstants; namespace Il2CppDumper { public class ScriptGenerator { private Il2CppExecutor executor; ...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using static Il2CppDumper.Il2CppConstants; namespace Il2CppDumper { public class ScriptGenerator { private Il2CppExecutor executor; ...
cbb8c6d915aaa62faf922fafaf490c2cdcc480fb
Update FormsTest.cs
Update FormsTest.cs
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Components/test/E2ETest/Tests/FormsTest.cs
apache-2.0
1,592,498,920
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using BasicTestApp; using BasicTestApp.FormsTest; using Microsoft...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using BasicTestApp; using BasicTestApp.FormsTest; using Microsoft...
99ba2697ad948e428ee8daaeed5dfaaaf02c1a18
Fixed #277
Fixed #277
Perfare/Il2CppDumper,Perfare/Il2CppDumper
Il2CppDumper/ExecutableFormats/PE.cs
mit
1,592,498,192
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace Il2CppDumper { public sealed class PE : Il2Cpp { private SectionHeader[] sections; private ulong imageBase; public PE(Stream stream) : base(stream) { va...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace Il2CppDumper { public sealed class PE : Il2Cpp { private SectionHeader[] sections; private ulong imageBase; public PE(Stream stream) : base(stream) { va...
6474f4dff780110fd2da357d84bac053bf830dfb
Fix - Dalla Lista dei mezziMarker vengono esclusi i mezzi con Coordinate Fake
Fix - Dalla Lista dei mezziMarker vengono esclusi i mezzi con Coordinate Fake
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSoccorso/Marker/MezziMarker/MezziMarkerQueryHandler.cs
agpl-3.0
1,592,497,029
//----------------------------------------------------------------------- // <copyright file="SintesiMezziMarkerQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Gene...
//----------------------------------------------------------------------- // <copyright file="SintesiMezziMarkerQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Gene...
47f77acbe5490b050e9ac8ef871313b499154ee3
Getting inner gear to show more debug
Getting inner gear to show more debug
larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl
MatterControlLib/DesignTools/Primitives/Gear2D.cs
bsd-2-clause
1,592,496,640
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker 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 ...
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker 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 ...
f088b22b50f257b444fcd9146bc21f3bfa230068
Rename test for clarity.
Rename test for clarity.
autofac/Autofac,autofac/Autofac
test/Autofac.Specification.Test/Features/CompositeTests.cs
mit
1,592,496,353
using System; using System.Collections.Generic; using System.Linq; using Autofac.Builder; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Features.OwnedInstances; using Autofac.Specification.Test.Lifetime; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Feat...
using System; using System.Collections.Generic; using System.Linq; using Autofac.Builder; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Features.OwnedInstances; using Autofac.Specification.Test.Lifetime; using Autofac.Specification.Test.Util; using Xunit; namespace Autofac.Specification.Test.Feat...
bb4627b3c94ff8cd30762907054f3c8d613f7a86
(#52) Add InstructionalButtons.BackgroundColor
(#52) Add InstructionalButtons.BackgroundColor And removed unnecessary CREATE_CONTAINER call
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/InstructionalButtons.cs
mit
1,592,495,853
namespace RAGENativeUI.Elements { using System; using System.Linq; using System.Collections.Generic; using Rage; using System.Drawing; public class InstructionalButtons { public static readonly Color DefaultBackgroundColor = Color.FromArgb(80, 0, 0, 0); public Scaleform Sca...
namespace RAGENativeUI.Elements { using System; using System.Linq; using System.Collections.Generic; using Rage; public class InstructionalButtons { public Scaleform Scaleform { get; } public InstructionalButtonsCollection Buttons { get; } public InstructionalButtons() ...
1e3ef68a52f8348daa364e7d24e483059c5a533d
more logging improvements
more logging improvements
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Rest/NakedObjects.Rest/API/RestfulObjectsControllerBase.cs
apache-2.0
1,592,495,324
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
b67f2e4871e36a4bed70cb0c754f16c1b92d03d7
Put method parameters on new line
Put method parameters on new line
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Gma/QrCodeNet/Encoding/Versions/VersionTable.cs
mit
1,592,494,821
using System; namespace Gma.QrCodeNet.Encoding.Versions { public static class VersionTable { private static readonly QRCodeVersion[] Version = Initialize(); internal static QRCodeVersion GetVersionByNum(int versionNum) { if (versionNum < QRCodeConstantVariable.MinVersion || versionNum > QRCodeConstantVaria...
using System; namespace Gma.QrCodeNet.Encoding.Versions { public static class VersionTable { private static readonly QRCodeVersion[] Version = Initialize(); internal static QRCodeVersion GetVersionByNum(int versionNum) { if (versionNum < QRCodeConstantVariable.MinVersion || versionNum > QRCodeConstantVaria...
a6d4ec5a523e00545ff709564bdbb0c24e397d7c
Syntactic powers for closures: ForEach & Map
Syntactic powers for closures: ForEach & Map
alvivar/Hasten
Gigas/Arrayx.cs
mit
1,592,494,639
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; public class Arrayx<T> { public T[] Elements = new T[8]; public int Size = 8; ...
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; public class Arrayx<T> { public T[] Elements = new T[8]; public int Size = 8; ...
f8d0540ee8c23f859c60b47faec76232359f9cc7
Static interception of System.Environment causes a hang in the test run
Static interception of System.Environment causes a hang in the test run o fixed deadlocks and infinite loops o applied various small improvements in DebugView
telerik/JustMockLite
Telerik.JustMock/DebugView.cs
apache-2.0
1,592,493,712
/* JustMock Lite Copyright © 2010-2015,2018,2020 Progress Software Corporation 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 re...
/* JustMock Lite Copyright © 2010-2015,2018,2020 Progress Software Corporation 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 re...
d09675a9d4438f5345a07cd27aa3ac7e0164207f
Fixed incorrect url containing a stray ) character
Fixed incorrect url containing a stray ) character
Deadpikle/NetSparkle
src/NetSparkle.Tools.AppCastGenerator/Program.cs
mit
1,592,493,468
using NetSparkleUpdater; using System; using System.Diagnostics; using System.IO; using System.Collections.Generic; using System.Xml; using NetSparkleUpdater.AppCastHandlers; using System.Text; using CommandLine; using System.Text.RegularExpressions; using System.Linq; using Console = Colorful.Console; using System.Dr...
using NetSparkleUpdater; using System; using System.Diagnostics; using System.IO; using System.Collections.Generic; using System.Xml; using NetSparkleUpdater.AppCastHandlers; using System.Text; using CommandLine; using System.Text.RegularExpressions; using System.Linq; using Console = Colorful.Console; using System.Dr...
e14004c7e771b4f08a6819b3e2eb12019715490f
Update RestfulObjectsControllerBase.cs
Update RestfulObjectsControllerBase.cs
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Rest/NakedObjects.Rest/API/RestfulObjectsControllerBase.cs
apache-2.0
1,592,492,576
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
82dd7c4114687bd812b1191203311df7b2cee94a
Update framework version
Update framework version
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/UtilFramework.cs
mit
1,592,492,127
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Database.dbo; using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; us...
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Database.dbo; using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; us...
290ae373469bd43d66c6c965edb7e0c016ff797a
Add assertion of only usage game-wide
Add assertion of only usage game-wide
ppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu
osu.Game/Screens/Play/ScreenSuspensionHandler.cs
mit
1,592,492,060
// 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.Diagnostics; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; 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; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Platform; nam...
d2c75128d8bef921fe9489938a081daf29bc6d62
removes uses of ImageFrame<TPixel>.GetPixelSpan()
removes uses of ImageFrame<TPixel>.GetPixelSpan()
peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Peachpie.Library.Graphics/FloodFillProcessor{TPixel}.cs
apache-2.0
1,592,491,975
using System; using System.Collections.Generic; using SixLabors.ImageSharp; using SixLabors.ImageSharp.Advanced; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing.Processors; namespace Peachpie.Library.Graphics { internal class FloodFillProcessor<TPixel> : ImageProcessor<TPixel> ...
using System; using System.Collections.Generic; using SixLabors.ImageSharp; using SixLabors.ImageSharp.Advanced; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing.Processors; namespace Peachpie.Library.Graphics { internal class FloodFillProcessor<TPixel> : ImageProcessor<TPixel> ...
7da56ec7fd27ebddc7253b6151b50f93ad289dd4
Add null check and xmldoc
Add null check and xmldoc
ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Screens/Play/ScreenSuspensionHandler.cs
mit
1,592,491,955
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Platform; nam...
// 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.Bindables; using osu.Framework.Graphics; using osu.Framework.Platform; namespace osu.Game.Screens.Play { internal...
a73566ab30f4ebce7387b240b22bc3f83b16f980
Removed unneccesarry reference to EventData
Removed unneccesarry reference to EventData
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/FaultData/DataOperations/EventOperation.cs
mit
1,592,491,921
//****************************************************************************************************** // EventOperation.cs - Gbtc // // Copyright © 2014, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
//****************************************************************************************************** // EventOperation.cs - Gbtc // // Copyright © 2014, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // ...
be1717956dceccf1b027ee04ed9d9bafb4cf0256
Allow updating retry_if_possible field on subscriptions
Allow updating retry_if_possible field on subscriptions
gocardless/gocardless-dotnet
GoCardless/Services/SubscriptionService.cs
mit
1,592,491,873
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using GoCardless.Internals; using GoCardless.Resources; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace GoCardless.Services { /// <summar...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using GoCardless.Internals; using GoCardless.Resources; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace GoCardless.Services { /// <summar...
af5bf7e0df3764ac97514ace1b95507adf0f0e62
Add documentation about available_refund_amount_insufficient error
Add documentation about available_refund_amount_insufficient error
gocardless/gocardless-dotnet
GoCardless/Services/RefundService.cs
mit
1,592,491,851
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using GoCardless.Internals; using GoCardless.Resources; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace GoCardless.Services { /// <summar...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; using GoCardless.Internals; using GoCardless.Resources; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace GoCardless.Services { /// <summar...
b2a0d4d89600cdfd29359a36a6d8cedb8d510789
Upload even with 0 result (#2979)
Upload even with 0 result (#2979) When a test run hangs and is killed by hang dump on timeout, there might be no test results, but there still is a Sequence file and a dump file. That needs to be uploaded. Co-authored-by: Mark Roghelia <ee82563f1518620c297d6219d50457ab04fcd2e7@microsoft.com>
Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent
src/Agent.Worker/TestResults/Legacy/LegacyTestRunDataPublisher.cs
mit
1,592,491,695
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.TestManagement.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults.Utils; using ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.TestManagement.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults; using Microsoft.VisualStudio.Services.Agent.Worker.TestResults.Utils; using ...
b9c22afdbe5efef652f0d9b7a223d10cd6e1b53e
fix: Use the duplicati-temp-folder
fix: Use the duplicati-temp-folder
duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati
Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs
lgpl-2.1
1,592,491,568
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
f69b1706dbbaf6d73da0d3366d7c417d81ce852b
Fix FCurve property width.
Fix FCurve property width.
effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer
Dev/Editor/Effekseer/GUI/Dock/FCurves.cs
mit
1,592,491,331
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Effekseer.Data.Value; namespace Effekseer.GUI.Dock { public class FCurveCopiedData { public class Point { public float Key; public float Value; public float LeftKey; public float ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Effekseer.Data.Value; namespace Effekseer.GUI.Dock { public class FCurveCopiedData { public class Point { public float Key; public float Value; public float LeftKey; public float ...
15cd52fd2277204c6572b82eb6c2259fcb541c92
fix: avoid potential exception when reapplying disposition parameters
fix: avoid potential exception when reapplying disposition parameters
danielgindi/dg.MailQueue.net
MailQueue.Contracts.net/Model/SerializableMailMessage.cs
mit
1,592,490,148
using System; using System.Collections.Generic; using System.Text; using System.Net.Mail; using System.Xml; using System.Xml.Serialization; using System.Globalization; using System.Xml.Schema; using System.IO; using System.Net.Mime; using MailQueue.Contracts.Utils; namespace MailQueue { [XmlRoot(ElementName = "Se...
using System; using System.Collections.Generic; using System.Text; using System.Net.Mail; using System.Xml; using System.Xml.Serialization; using System.Globalization; using System.Xml.Schema; using System.IO; using System.Net.Mime; using MailQueue.Contracts.Utils; namespace MailQueue { [XmlRoot(ElementName = "Se...
cdf737dc212b326e0c6ece8bd81adf1bbdd8e08c
Sort sample classes by name, help my sanity
Sort sample classes by name, help my sanity
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
samples/Sharpmake.Samples.sharpmake.cs
apache-2.0
1,592,490,100
using System; using Sharpmake; [module: Sharpmake.Include("*/Sharpmake.*.sharpmake.cs")] namespace SharpmakeGen.Samples { public abstract class SampleProject : Common.SharpmakeBaseProject { protected SampleProject() : base(excludeSharpmakeFiles: false, generateXmlDoc: false) { ...
using System; using Sharpmake; [module: Sharpmake.Include("*/Sharpmake.*.sharpmake.cs")] namespace SharpmakeGen.Samples { public abstract class SampleProject : Common.SharpmakeBaseProject { protected SampleProject() : base(excludeSharpmakeFiles: false, generateXmlDoc: false) { ...
962bc9523c438ee3776d54302e74e178b1a2b980
[XCode] Disable exceptions by default, for consistency purposes with other platforms
[XCode] Disable exceptions by default, for consistency purposes with other platforms
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Options.XCode.cs
apache-2.0
1,592,490,100
// 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...
e89ba8a8986e9ebe3b368be573d20b379eb7fcc5
improve logged info
improve logged info
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Rest/NakedObjects.Rest/API/RestfulObjectsControllerBase.cs
apache-2.0
1,592,489,835
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requi...
fe587b00fa81c1f499797e3902eee0561b4d6406
removed residue
removed residue
danielgindi/dg.MailQueue.net
MailQueue.net/Core/Coordinator.cs
mit
1,592,489,614
using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; using System.IO; using System.Threading; using System.Threading.Tasks; using System.Collections.Concurrent; using System.Diagnostics; using System.Linq; namespace MailQueue { public class Coordinator { p...
using System; using System.Collections.Generic; using System.Text; using System.Xml.Serialization; using System.IO; using System.Threading; using System.Threading.Tasks; using System.Collections.Concurrent; using System.Diagnostics; using System.Linq; namespace MailQueue { public class Coordinator { p...
051864045388b98099a0e9f4ca958ed60dcfdcd8
constructor property initializer cleanup
constructor property initializer cleanup
iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.CodeAnalysis/Symbols/Source/SourceTypeSymbol.cs
apache-2.0
1,592,489,553
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Roslyn.Utilities; using System.Diagnostics; using Pchp.CodeAnalysis.Semantics; using Devsense.PHP.Syntax.Ast; using Devsense.PHP.Sy...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Roslyn.Utilities; using System.Diagnostics; using Pchp.CodeAnalysis.Semantics; using Devsense.PHP.Syntax.Ast; using Devsense.PHP.Sy...
6647f8e2decdd688787686a84705b9216ec62fbe
Fix RootAppLifecycleBehavior - should stop all live processes, even if not created by itself.
Fix RootAppLifecycleBehavior - should stop all live processes, even if not created by itself.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Orchestration/Application/RootAppLifecycleBehavior.cs
mit
1,592,488,564
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RootAppLifecycleBehavior.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in t...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RootAppLifecycleBehavior.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in t...
78fc7cb49c9737714b1e698a4c2ed6a2b5ad9c53
Changed thread.sleep to task.delay (#3017)
Changed thread.sleep to task.delay (#3017) Co-authored-by: Anton Shkilevich <2802349627c56356df88b3c5b5c478180690c567@microsoft.com>
Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent
src/Agent.Plugins/TfsVCCliManager.cs
mit
1,592,488,136
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.DistributedTask.WebApi; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Text; using Agent.Sdk; using Pipelines = Microsoft.TeamFoundation.Distribu...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.TeamFoundation.DistributedTask.WebApi; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Text; using Agent.Sdk; using Pipelines = Microsoft.TeamFoundation.Distribu...
85a0f78600e97866c1726eefeed64113fef5d76c
Hide statistics panel on first exit
Hide statistics panel on first exit
ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu
osu.Game/Screens/Ranking/ResultsScreen.cs
mit
1,592,488,132
// 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu....
7e90a5b87e35d4a1dd48aae2274e5df8b0cce33c
Fixed another location that was commented out
Fixed another location that was commented out
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Utils/ParseUtils.cs
mit
1,592,488,107
// // ParseUtils.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // 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 Softwa...
// // ParseUtils.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 .NET Foundation and Contributors // // 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 Softwa...
f17b25a374866c82930810c1b1f9c7d9585e1c50
Make `TextWriter` private
Make `TextWriter` private
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/CommandLine/CommandInterpreter.cs
mit
1,592,488,073
using Mono.Options; using System; using System.IO; using System.Linq; using System.Threading.Tasks; using WalletWasabi.Helpers; namespace WalletWasabi.Gui.CommandLine { public class CommandInterpreter { public CommandInterpreter(TextWriter textWriter) { TextWriter = textWriter; } private TextWriter TextWr...
using Mono.Options; using System; using System.IO; using System.Linq; using System.Threading.Tasks; using WalletWasabi.Helpers; namespace WalletWasabi.Gui.CommandLine { public class CommandInterpreter { public CommandInterpreter(TextWriter textWriter) { TextWriter = textWriter; } public TextWriter TextWri...
aa240884e6a054cc91a546ca417ff5a11e73f845
Breaking change: the AmbientServices does not register by default an application runtime, it must be explicitely set using one of WithStatic/WithDynamic/WithPluginsAppRuntime extension methods (or a custom flavor).
Breaking change: the AmbientServices does not register by default an application runtime, it must be explicitely set using one of WithStatic/WithDynamic/WithPluginsAppRuntime extension methods (or a custom flavor).
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Reflection/ReflectionHelper.cs
mit
1,592,487,743
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ReflectionHelper.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="ReflectionHelper.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the proje...
63acae793731f83c3b60465762f55b8065285dc7
Prevent AI from dropping something that's not in their hands
Prevent AI from dropping something that's not in their hands
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/AI/Operators/Inventory/DropEntityOperator.cs
mit
1,592,487,520
using Content.Server.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Log; namespace Content.Server.AI.Operators.Inventory { public class DropEntityOperator : AiOperator { private readonly IEntity _owner; private readonly IEntity _entity; public DropEntityOpe...
using Content.Server.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Log; namespace Content.Server.AI.Operators.Inventory { public class DropEntityOperator : AiOperator { private readonly IEntity _owner; private readonly IEntity _entity; public DropEntityOpe...
4d6a175f95aebb488c19736fb659c4171ac0cd2b
prev commit fix.
prev commit fix.
StockSharp/StockSharp
Algo/Testing/HistoryEmulationConnector.cs
apache-2.0
1,592,487,303
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
70ffbd97bac6dbb653837919914d5336db325807
fix: completely serialize content-disposition
fix: completely serialize content-disposition
danielgindi/dg.MailQueue.net
MailQueue.Contracts.net/Model/SerializableMailMessage.cs
mit
1,592,486,831
using System; using System.Collections.Generic; using System.Text; using System.Net.Mail; using System.Xml; using System.Xml.Serialization; using System.Globalization; using System.Xml.Schema; using System.IO; using System.Net.Mime; using MailQueue.Contracts.Utils; namespace MailQueue { [XmlRoot(ElementName = "Se...
using System; using System.Collections.Generic; using System.Text; using System.Net.Mail; using System.Xml; using System.Xml.Serialization; using System.Globalization; using System.Xml.Schema; using System.IO; using System.Net.Mime; using MailQueue.Contracts.Utils; namespace MailQueue { [XmlRoot(ElementName = "Se...
53f507f51af7adc2e48200281fc8ff1598489142
Fade background
Fade background
UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu
osu.Game/Screens/Ranking/ResultsScreen.cs
mit
1,592,486,830
// 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu....
a351fad3f655ed10177cb86c61174af5ada303b8
Check if airlock is deleted or not before changing appearance
Check if airlock is deleted or not before changing appearance
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.Client/GameObjects/Components/Doors/AirlockVisualizer2D.cs
mit
1,592,486,791
using System; using Content.Client.GameObjects.Components.Wires; using Content.Shared.Audio; using Content.Shared.GameObjects.Components.Doors; using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Client.GameObjects.Components.Animations; using Robust.Client.Interfaces.GameObjects.Components; ...
using System; using Content.Client.GameObjects.Components.Wires; using Content.Shared.Audio; using Content.Shared.GameObjects.Components.Doors; using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Client.GameObjects.Components.Animations; using Robust.Client.Interfaces.GameObjects.Components; ...
796702cb13adc3bbfc0e8bd2d2301d9042c57274
Use Path.ChangeExtension to convert jpg to txt files
Use Path.ChangeExtension to convert jpg to txt files The old code would convert "folder/picture.jpg" to just "picture.txt", because it removed any directories from the path.
GoogleCloudPlatform/functions-framework-dotnet,GoogleCloudPlatform/functions-framework-dotnet
examples/Google.Cloud.Functions.Examples.StorageImageAnnotator/Function.cs
apache-2.0
1,592,486,484
// 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...
effc317c128ec06bbd1713c004f1fcdac79a5c61
Update ScadaUiUtils.cs
Update ScadaUiUtils.cs
RapidScada/scada,RapidScada/scada,RapidScada/scada
ScadaData/ScadaData/UI/ScadaUiUtils.cs
apache-2.0
1,592,486,329
/* * Copyright 2020 Mikhail Shiryaev * * 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 a...
/* * Copyright 2019 Mikhail Shiryaev * * 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 a...
8b3342ba15a45f71fd83889ad5356fc9db0117c0
Added test for nested adapters on the resolved implementations.
Added test for nested adapters on the resolved implementations.
autofac/Autofac,autofac/Autofac
test/Autofac.Specification.Test/Features/CompositeTests.cs
mit
1,592,486,144
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Features.OwnedInstances; using Xunit; namespace Autofac.Specification.Test.Features { public class CompositeTests { [Fact] public void CanRegisterComposite() ...
using System; using System.Collections.Generic; using System.Linq; using Autofac.Core; using Autofac.Features.Metadata; using Autofac.Features.OwnedInstances; using Xunit; namespace Autofac.Specification.Test.Features { public class CompositeTests { [Fact] public void CanRegisterComposite() ...
adbc14196a2fe3d4578511f77f4cb2ad2a7485f3
https://pt.stackoverflow.com/q/240882/101
https://pt.stackoverflow.com/q/240882/101
bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt
CSharp/Syntax/NestedFor.cs
mit
1,592,485,865
using static System.Console; public class Program { public static void Main() { for (int n1 = 1; n1 < 11; n1++) { for (int n2 = 1; n2 < 11; n2++) WriteLine($"{n1:d2} x {n2:d2} = {n1 * n2:d2}"); WriteLine(); } } } //https://pt.stackoverflow.com/q/240882/101
using static System.Console; public class Program { public static void Main() { for (int n1 = 1; n1 < 11; n1++) { for (int n2 = 1; n2 < 11; n2++){ WriteLine($"{n1:d2} x {n2:d2} = {n1 * n2:d2}"); } WriteLine(); } } } //https://pt.stackoverflow.com/q/240882/101
57470d1bab7831b058520d52e443c4dc1e39783a
Add missing .ConfigureAwait(false) to Global.cs
Add missing .ConfigureAwait(false) to Global.cs
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Global.cs
mit
1,592,485,108
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using Microsoft.Extensions.Caching.Memory; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; usin...
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using Microsoft.Extensions.Caching.Memory; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; usin...
302f3aa7b6877bd71018e0ff43092f984e06704c
[test] Update test apps
[test] Update test apps
ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core,ONLYOFFICE/core
Test/Applications/ParseLogs/ParseLogs/Program.cs
agpl-3.0
1,592,484,836
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace ParseLogs { class Program { static bool processFile(string filename, bool start, Dictionary<string, int> unique, StreamWriter writetext) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace ParseLogs { class Program { static bool processFile(string filename, bool start, Dictionary<string, int> unique, StreamWriter writetext) { ...
f8e1c6781d4e44f69874209cdb3f23692a21c4fb
支持中文判断的正则表达式
支持中文判断的正则表达式 Signed-off-by: virtual <89ab707496410b11c2fba8f5ec0112cf133af8fd@qq.com>
cocosip/DotCommon,cocosip/DotCommon
src/DotCommon/Utility/RegexUtil.cs
mit
1,592,484,649
using DotCommon.Extensions; using System; using System.Globalization; using System.Text.RegularExpressions; namespace DotCommon.Utility { /// <summary>正则表达式工具类 /// </summary> public static class RegexUtil { /// <summary>匹配正则表达式 /// </summary> /// <param name="source">字符串</param...
using DotCommon.Extensions; using System; using System.Globalization; using System.Text.RegularExpressions; namespace DotCommon.Utility { /// <summary>正则表达式工具类 /// </summary> public static class RegexUtil { /// <summary>匹配正则表达式 /// </summary> /// <param name="source">字符串</param...
df19791326064b1aefd214bb420fff99845a5da8
Fixes registration for aspnet core applications
Fixes registration for aspnet core applications
Elders/Cronus,Elders/Cronus
src/Elders.Cronus/Hosting/CronusServiceCollectionExtensions.cs
apache-2.0
1,592,483,309
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Linq; using Elders.Cronus.Diagnostics; using Elders.Cronus.Discoveries; using Elders.Cronus.EventStore.Index; using Elders.Cronus.MessageProcessing; using Elders.Cronus.Multitenancy; using Microsoft.Extensions.Configuration; usin...
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Linq; using Elders.Cronus.Diagnostics; using Elders.Cronus.Discoveries; using Elders.Cronus.EventStore.Index; using Elders.Cronus.MessageProcessing; using Elders.Cronus.Multitenancy; using Microsoft.Extensions.Configuration; usin...
c81e578d58f3e6e551874655ed9c768700139865
account for letter case when matching duplicate messages
account for letter case when matching duplicate messages
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/EventHandlers/EmpathySimulationHandler.cs
lgpl-2.1
1,592,482,628
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CompatBot.Utils; using DSharpPlus.Entities; using DSharpPlus.EventArgs; using Microsoft.Extensions.Caching.Memory; namespace CompatBot.EventHandlers { usin...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using CompatBot.Utils; using DSharpPlus.Entities; using DSharpPlus.EventArgs; using Microsoft.Extensions.Caching.Memory; namespace CompatBot.EventHandlers { using TCache = Concurre...
5f39e74e0870c3a15cbff616279571024cbb407a
HistoryEmulationConnector. Disconnect event invoke fix.
HistoryEmulationConnector. Disconnect event invoke fix.
StockSharp/StockSharp
Algo/Testing/HistoryEmulationConnector.cs
apache-2.0
1,592,482,263
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
324d6e12a74f3e31c19891d82e819b0c3b76442b
fix an issue with piracy detection when game was moved, and not deleted
fix an issue with piracy detection when game was moved, and not deleted
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs
lgpl-2.1
1,592,481,422
using System.Collections.Generic; using System.Collections.Specialized; using System.Text.RegularExpressions; using System.Threading.Tasks; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers.LogParsing.POCOs; using CompatBot.Utils; using CompatBot.Utils.ResultFormatters; names...
using System.Collections.Generic; using System.Collections.Specialized; using System.Text.RegularExpressions; using System.Threading.Tasks; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers.LogParsing.POCOs; using CompatBot.Utils; using CompatBot.Utils.ResultFormatters; names...
bea0c48aaeaae4a2eb5e76bd2230ca455f581a6c
Search correct subgraph for master branch points
Search correct subgraph for master branch points Commits reachable from releases or existing master branches.
macro187/verbot
Verbot/VerbotRepository.MasterBranches.cs
mit
1,592,481,305
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using MacroGit; using MacroGuards; using MacroSemver; namespace Verbot { partial class VerbotRepository { IEnumerable<MasterBranchInfo> MasterBranchesCache; IEnu...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using MacroGit; using MacroGuards; using MacroSemver; namespace Verbot { partial class VerbotRepository { IEnumerable<MasterBranchInfo> MasterBranchesCache; IEnu...
f6e0d25cb97b86d147db5abd47c5ff421c350e04
Use assembly search behavior
Use assembly search behavior
libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net
iMobileDevice-net/LibraryResolver.cs
lgpl-2.1
1,592,480,729
using System; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { internal static class LibraryResolver { static LibraryResolver() { #if !NETCOREAPP2_0 && !NETSTANDARD2_0 && !NET45 NativeLibrary.SetDllImportResolver(Assembly.GetExecutingAssembly...
using System; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { internal static class LibraryResolver { static LibraryResolver() { #if !NETCOREAPP2_0 && !NETSTANDARD2_0 && !NET45 NativeLibrary.SetDllImportResolver(Assembly.GetExecutingAssembly...
7d27455b93e63ee15279e8839aaa93a3a0a45660
err InvalidCodePoint span fix
err InvalidCodePoint span fix
DEVSENSE/Parsers,DEVSENSE/Parsers
Source/Devsense.PHP.Parser/Syntax/Parsers/Lexer.cs
apache-2.0
1,592,480,263
// Copyright(c) DEVSENSE s.r.o. // All rights reserved. // // 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 // // THIS CODE IS PROVIDED ON AN *AS IS*...
// Copyright(c) DEVSENSE s.r.o. // All rights reserved. // // 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 // // THIS CODE IS PROVIDED ON AN *AS IS*...
0930859ffd86b3da9f76e0b4f9658a2bd4489095
Call LibraryResolver.EnsureRegistered from NativeLibraries.Load
Call LibraryResolver.EnsureRegistered from NativeLibraries.Load
libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net
iMobileDevice-net/NativeLibraries.cs
lgpl-2.1
1,592,479,800
using System; using System.ComponentModel; using System.IO; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { /// <summary> /// Provides access to the native libimobiledevice libraries. Theses are the .dll, .so or .dylib files libimobiledevice-net uses. /// </summary...
using System; using System.ComponentModel; using System.IO; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { /// <summary> /// Provides access to the native libimobiledevice libraries. Theses are the .dll, .so or .dylib files libimobiledevice-net uses. /// </summary...
8011482414ac4e21eb3972b7a09c33ede1d41237
Small fix
Small fix
Xeeynamo/KingdomHearts
OpenKh.Game/Config.cs
mit
1,592,478,530
using OpenKh.Game.Debugging; using System; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; ...
using OpenKh.Game.Debugging; using System; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; ...
491f4dbfc73909b7c18691d202863efc7a613200
Stop logging the same thing over and over
Stop logging the same thing over and over
Xeeynamo/KingdomHearts
OpenKh.Game/OpenKhGame.cs
mit
1,592,478,211
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
42143f0ce809f3321103ddf454a877927d38a25b
MFInstrument: use invariant culture while parse decimals
MFInstrument: use invariant culture while parse decimals
rainmattertech/dotnetkiteconnect
KiteConnect/Structures.cs
mit
1,592,477,600
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Linq; namespace KiteConnect { /// <summary> /// Tick data structure /// </summary> public struct Tick { public string Mode { get; set; } public UInt3...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Linq; namespace KiteConnect { /// <summary> /// Tick data structure /// </summary> public struct Tick { public string Mode { get; set; } public UInt3...
d2e552c0825ee635548b2ba4996b5e5c3dda050d
Update MultiTenantLocalizationDictionaryProvider.cs
Update MultiTenantLocalizationDictionaryProvider.cs Use default language even if it is not active
aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate
src/Abp.Zero.Common/Localization/MultiTenantLocalizationDictionaryProvider.cs
mit
1,592,477,554
using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Linq; using Abp.Collections.Extensions; using Abp.Dependency; using Abp.Localization.Dictionaries; namespace Abp.Localization { /// <summary> /// Extends <see cref="ILocalizationDictionaryProvider"/>...
using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.Linq; using Abp.Collections.Extensions; using Abp.Dependency; using Abp.Localization.Dictionaries; namespace Abp.Localization { /// <summary> /// Extends <see cref="ILocalizationDictionaryProvider"/>...
82900fd96016a62f6b51c5a45f40b393f644e65d
Instrument: use invariant culture while parse decimals
Instrument: use invariant culture while parse decimals
rainmattertech/dotnetkiteconnect
KiteConnect/Structures.cs
mit
1,592,477,443
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Linq; namespace KiteConnect { /// <summary> /// Tick data structure /// </summary> public struct Tick { public string Mode { get; set; } public UInt3...
using System; using System.Collections; using System.Collections.Generic; using System.Net; using System.Linq; namespace KiteConnect { /// <summary> /// Tick data structure /// </summary> public struct Tick { public string Mode { get; set; } public UInt32 InstrumentToken { get; set...
4f8143b4f293f65e249240b6b83b98c9f39b6a4e
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,477,010
#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-...
fa99778f3117717ae36a0ac2c0f34c05575937d2
Load imobiledevice-1.0
Load imobiledevice-1.0
libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net
iMobileDevice-net/NativeLibraries.cs
lgpl-2.1
1,592,476,391
using System; using System.ComponentModel; using System.IO; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { /// <summary> /// Provides access to the native libimobiledevice libraries. Theses are the .dll, .so or .dylib files libimobiledevice-net uses. /// </summary...
using System; using System.ComponentModel; using System.IO; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { /// <summary> /// Provides access to the native libimobiledevice libraries. Theses are the .dll, .so or .dylib files libimobiledevice-net uses. /// </summary...
32fe1f196e9bc955194c176ed49f74909a081ed0
Remove unused line of code
Remove unused line of code
Xeeynamo/KingdomHearts
OpenKh.Game/Global.cs
mit
1,592,476,306
namespace OpenKh.Game { public class Global { public const int ResolutionWidth = 512; public const int ResolutionHeight = 416; public const int ResolutionRemixWidth = 684; public const float ResolutionReMixRatio = 0.925f; } }
namespace OpenKh.Game { public class Global { public const int ResolutionWidth = 512; public const int ResolutionHeight = 416; public const int ResolutionRemixWidth = 684; public const float ResolutionReMixRatio = 0.925f; public const float ResolutionBoostRatio = 2; ...
82ff9ed32861264a795e6fcee3f9c859ff0145a4
Do not crash if config contain issues
Do not crash if config contain issues
Xeeynamo/KingdomHearts
OpenKh.Game/Config.cs
mit
1,592,476,164
using OpenKh.Game.Debugging; using System; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; ...
using OpenKh.Game.Debugging; using System.IO; using System.Threading; using System.Threading.Tasks; using YamlDotNet.Serialization; namespace OpenKh.Game { public static class Config { private class ActualConfig { public int resolutionWidth { get; set; } = 0; public int...
ca69c0352ce3a0d0b811649dfc8051c674927cac
Fixed possible null exception in deserialization
Fixed possible null exception in deserialization
codemash-io/CodeMash.Net
src/CodeMash.Repository/Utils/Converters/Entity/EntityDeserializer.cs
mit
1,592,475,962
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using CodeMash.Models; using Isidos.CodeMash.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; namespace CodeMash.Repository { public class EntityDeser...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using CodeMash.Models; using Isidos.CodeMash.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; namespace CodeMash.Repository { public class EntityDeser...
fd99af01280733567e0d2ceb21aee6a60cb295f5
Fix library names
Fix library names
libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net
iMobileDevice-net/LibraryResolver.cs
lgpl-2.1
1,592,475,775
using System; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { internal static class LibraryResolver { static LibraryResolver() { #if !NETCOREAPP2_0 && !NETSTANDARD2_0 && !NET45 NativeLibrary.SetDllImportResolver(Assembly.GetExecutingAssembly...
using System; using System.Reflection; using System.Runtime.InteropServices; namespace iMobileDevice { internal static class LibraryResolver { static LibraryResolver() { #if !NETCOREAPP2_0 && !NETSTANDARD2_0 && !NET45 NativeLibrary.SetDllImportResolver(Assembly.GetExecutingAssembly...
2e3e81dcdf0cc313d6eaabe24e2268999c384fc8
Fix commit 5f0369b127fb6a728dee6629b3469a71e28041aa
Fix commit 5f0369b127fb6a728dee6629b3469a71e28041aa
StockSharp/StockSharp
Algo/Testing/HistoryMessageAdapter.cs
apache-2.0
1,592,475,458
namespace StockSharp.Algo.Testing { using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Globalization; using Ecng.Collections; using Ecng.Common; using Ecng.ComponentModel; using StockSharp.Algo.Storages; using StockSharp.BusinessEntities; using StockS...
namespace StockSharp.Algo.Testing { using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Globalization; using Ecng.Collections; using Ecng.Common; using Ecng.ComponentModel; using StockSharp.Algo.Storages; using StockSharp.BusinessEntities; using StockS...