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
cdce7d96348f27f15c758a299a521d522184719f
Avoid redundant parsing of named colors in TryParse.
Avoid redundant parsing of named colors in TryParse.
akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,wies...
src/Avalonia.Visuals/Media/Color.cs
mit
1,590,146,687
using System; using System.Globalization; using Avalonia.Animation.Animators; namespace Avalonia.Media { /// <summary> /// An ARGB color. /// </summary> public readonly struct Color : IEquatable<Color> { static Color() { Animation.Animation.RegisterAnimator<ColorAnimator...
using System; using System.Globalization; using Avalonia.Animation.Animators; namespace Avalonia.Media { /// <summary> /// An ARGB color. /// </summary> public readonly struct Color : IEquatable<Color> { static Color() { Animation.Animation.RegisterAnimator<ColorAnimator...
6bcc4c95cc0794260e82a7d70cfe06aa31e7c33f
Schedule api callback
Schedule api callback
peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu
osu.Game/Screens/Ranking/ResultsScreen.cs
mit
1,590,146,363
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
50059860498d63d2dbe8cd77b5840f2bf628a9da
Cleanup test
Cleanup test
ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu
osu.Game.Tests/Visual/Ranking/TestSceneContractedPanelMiddleContent.cs
mit
1,590,146,327
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framew...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framew...
17889600986de30e9d27be742cdcaf68876fb12c
外部クラスの名前参照方法を修正
外部クラスの名前参照方法を修正
zenuas/Roku,zenuas/Roku
src/Compiler/CodeGenerator.cs
mit
1,590,146,219
using Extensions; using Roku.IntermediateCode; using Roku.Manager; using System; using System.Collections.Generic; using System.IO; using System.Reflection; namespace Roku.Compiler { public static class CodeGenerator { public static void Emit(SourceCodeBody body, string path) { var...
using Extensions; using Roku.IntermediateCode; using Roku.Manager; using System; using System.Collections.Generic; using System.IO; using System.Reflection; namespace Roku.Compiler { public static class CodeGenerator { public static void Emit(SourceCodeBody body, string path) { var...
b4d914c5ee50f70c67e37886fcc478d9ae56778f
(GH-3798) Fix Range Slider Upper/Lower value coercion
(GH-3798) Fix Range Slider Upper/Lower value coercion
ye4241/MahApps.Metro,MahApps/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro
src/MahApps.Metro/Controls/RangeSlider.cs
mit
1,590,145,764
using System; using System.ComponentModel; using System.Globalization; using System.Runtime.CompilerServices; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; using ControlzEx; using Je...
using System; using System.ComponentModel; using System.Globalization; using System.Runtime.CompilerServices; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; using ControlzEx; using Je...
bdff19c020addd5ade7edfc53a5900a42952aab7
WIP: remove config load dependency inside powershell manager
WIP: remove config load dependency inside powershell manager
webprofusion/Certify
src/Certify.Core/Management/Challenges/ChallengeProviders.cs
mit
1,590,145,719
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Certify.Core.Management.Challenges.DNS; using Certify.Models; using Certify.Models.Config; using Certify.Models.Providers; using Certify.Providers.DNS.AcmeDns; using Certify....
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Certify.Core.Management.Challenges.DNS; using Certify.Models; using Certify.Models.Config; using Certify.Models.Providers; using Certify.Providers.DNS.AcmeDns; using Certify....
8f8795384b34691822224fac5bf575d087d2986a
no alive threads at the end of the run
no alive threads at the end of the run
dsbenghe/Novell.Directory.Ldap.NETStandard,dsbenghe/Novell.Directory.Ldap.NETStandard,dsbenghe/Novell.Directory.Ldap.NETStandard
test/Novell.Directory.Ldap.NETStandard.StressTests/MultiThreadTest.cs
mit
1,590,144,614
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using Microsoft.Extensions.Logging; namespace Novell.Directory.Ldap.NETStandard.StressTests { public class MultiThreadTest { priv...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using Microsoft.Extensions.Logging; namespace Novell.Directory.Ldap.NETStandard.StressTests { public class MultiThreadTest { priv...
a90b8e950e31b0a5dd20a77fb8637b9ad1743063
Update AssemblyInfo.cs
Update AssemblyInfo.cs
idormenco/PolyBool.Net
Polybool.Net/Properties/AssemblyInfo.cs
mit
1,590,144,166
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Polybool.Net")] [assembly: AssemblyDescri...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Polybool.Net")] [assembly: AssemblyDescri...
f79f0c023b4b2bcb7daecd81ee9da579b084f555
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,590,144,104
#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-...
81a2884cf97ade192c3bc90fc49e11e9b4003b7d
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,590,143,915
#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-...
3cb998f37c4dc098540ba7f5d4f7aef00176cf59
Switch events in the services tracker to regular event objects.
Switch events in the services tracker to regular event objects.
autofac/Autofac,autofac/Autofac
src/Autofac/Core/Registration/DefaultRegisteredServicesTracker.cs
mit
1,590,143,440
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using Autofac.Builder; using Autofac.Core.Pipeline; using Autofac.Features.Decorators; using Autofac.Util; nam...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using Autofac.Builder; using Autofac.Core.Pipeline; using Autofac.Features.Decorators; using Autofac.Util; nam...
6886f4e739e291e0bce7ee9ebe6ff44adb359543
Fixing tests ShouldReturnPlanAndProfile and ShouldReturnPlanButNoProfile so that they are not checking the literal string name of the operator type.
Fixing tests ShouldReturnPlanAndProfile and ShouldReturnPlanButNoProfile so that they are not checking the literal string name of the operator type. Now only checks whether the expected items are returned.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Reactive/SummaryIT.cs
apache-2.0
1,590,142,846
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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....
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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....
85cb0ca1ef5cddc8969a8dd6e7fe85319982eefc
Fix - Tolto codice non utilizzato
Fix - Tolto codice non utilizzato
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSchedeNue/SetSchedaGestita/SetSchedaGestitaAuthorization.cs
agpl-3.0
1,590,141,842
//----------------------------------------------------------------------- // <copyright file="SetSchedaGestitaAuthorization.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 Gener...
//----------------------------------------------------------------------- // <copyright file="SetSchedaGestitaAuthorization.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 Gener...
7f791b5bb7f2783df272433b783b89a0bb808c4a
Fix - Aggiunta proprietà FiltriTipologie alla richiesta dell'elenco sintesi richieste
Fix - Aggiunta proprietà FiltriTipologie alla richiesta dell'elenco sintesi richieste
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/Infrastruttura/GestioneSoccorso/RicercaRichiesteAssistenza/FiltroRicercaRichiesteAssistenza.cs
agpl-3.0
1,590,141,811
//----------------------------------------------------------------------- // <copyright file="FiltroRicercaRichiesteAssistenza.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 Ge...
//----------------------------------------------------------------------- // <copyright file="FiltroRicercaRichiesteAssistenza.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 Ge...
9c4bcbdea987b8a8b0a819cd78d2ba924973e91a
Add more coverage for TryParse
Add more coverage for TryParse
jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,Perspex/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Aval...
tests/Avalonia.Visuals.UnitTests/Media/ColorTests.cs
mit
1,590,141,515
using System; using Avalonia.Media; using Xunit; namespace Avalonia.Visuals.UnitTests.Media { public class ColorTests { [Fact] public void Parse_Parses_RGB_Hash_Color() { var result = Color.Parse("#ff8844"); Assert.Equal(0xff, result.R); Assert.Equal...
using System; using Avalonia.Media; using Xunit; namespace Avalonia.Visuals.UnitTests.Media { public class ColorTests { [Fact] public void Parse_Parses_RGB_Hash_Color() { var result = Color.Parse("#ff8844"); Assert.Equal(0xff, result.R); Assert.Equal...
34fa98c013cdb7b2c5b7b5b12078cee166bb593e
Unify color parsing and expose ROS and string based variants properly.
Unify color parsing and expose ROS and string based variants properly.
SuperJMN/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,...
src/Avalonia.Visuals/Media/Color.cs
mit
1,590,141,498
using System; using System.Globalization; using Avalonia.Animation.Animators; namespace Avalonia.Media { /// <summary> /// An ARGB color. /// </summary> public readonly struct Color : IEquatable<Color> { static Color() { Animation.Animation.RegisterAnimator<ColorAnimator...
using System; using System.Globalization; using Avalonia.Animation.Animators; namespace Avalonia.Media { /// <summary> /// An ARGB color. /// </summary> public readonly struct Color : IEquatable<Color> { static Color() { Animation.Animation.RegisterAnimator<ColorAnimator...
af30d1201f0934fc49ee4857e0157611bdc4114c
Fix slider path control point blueprint not working correctly
Fix slider path control point blueprint not working correctly
UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu
osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders/Components/PathControlPointPiece.cs
mit
1,590,141,448
// 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fram...
// 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 osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fram...
c35740e3a9226ca40f739b61f279d9b1d5fe48f6
Thanks god we have unit tests
Thanks god we have unit tests
Xeeynamo/KingdomHearts
OpenKh.Kh2/Places.cs
mit
1,590,141,043
using OpenKh.Common; using System.Collections.Generic; using System.IO; using System.Linq; namespace OpenKh.Kh2 { public class Place { /// <summary> /// Refers to sys.bar /// </summary> public ushort MessageId { get; set; } /// <summary> /// Place name to be de...
using OpenKh.Common; using System.Collections.Generic; using System.IO; using System.Linq; namespace OpenKh.Kh2 { public class Place { /// <summary> /// Refers to sys.bar /// </summary> public ushort MessageId { get; set; } /// <summary> /// Place name to be de...
8fb13e0ad3662633e7c514311dec9ac71bb0ad6e
Update Epsilon.cs
Update Epsilon.cs
idormenco/PolyBool.Net
Polybool.Net/Objects/Epsilon.cs
mit
1,590,140,227
namespace Polybool.Net.Objects { public static class Epsilon { public static decimal Eps { get; set; } = 0.00001m; } }
namespace Polybool.Net.Objects { public static class Epsilon { public static decimal Eps => 0.00001m; } }
3e0ee310d0e0d7dd529c1e7c8a3e59f4a4e8ec7e
Remove now incorrect comment
Remove now incorrect comment
UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu
osu.Game/Rulesets/Edit/PlacementBlueprint.cs
mit
1,590,139,839
// 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.Graphics.Containers; using osu.Framework.Input.Events; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Input.Events; us...
da128f13c4a74c1d1304d93d6e887136d37f16d2
End playing song when mob can't interact or player disconnects
End playing song when mob can't interact or player disconnects
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-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Instruments/InstrumentComponent.cs
mit
1,590,138,814
using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Ro...
using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Ro...
d5377b7be9cf6b5261074bef4e62032adc441d42
Tests for #115
Tests for #115
verybadcat/CSharpMath,verybadcat/CSharpMath
CSharpMath.Editor.Tests/CaretTests.cs
mit
1,590,138,749
using System; using System.Collections.Generic; using System.Threading.Tasks; using CSharpMath.CoreTests.FrontEnd; using Xunit; namespace CSharpMath.Editor.Tests { // Tests in different classes run in parallel, unlike tests in the same class public class CaretBlinks { public const int MillisecondBuffer = 150; ...
using System; using System.Collections.Generic; using System.Threading.Tasks; using CSharpMath.CoreTests.FrontEnd; using Xunit; namespace CSharpMath.Editor.Tests { // Tests in different classes run in parallel, unlike tests in the same class public class CaretBlinks { public const int MillisecondBuffer = 150; ...
545f964ef009aad7d2ea63d9321061760f15893e
Add check for MemberReference handles when reading assembly attributes this avoids InvalidCastExceptions and thus reads more custom attributes
Add check for MemberReference handles when reading assembly attributes this avoids InvalidCastExceptions and thus reads more custom attributes
NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer,campersau/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer
Core/AssemblyMetadata/AssemblyMetadataParser.cs
mit
1,590,138,695
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Reflection.Metadata; using System.Reflection.PortableExecutable; namespace NuGetPe.AssemblyMetadata { internal class AssemblyMetadataParser : IDisposable { private readonly PEReade...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Reflection.Metadata; using System.Reflection.PortableExecutable; namespace NuGetPe.AssemblyMetadata { internal class AssemblyMetadataParser : IDisposable { private readonly PEReade...
b56be1bdf44760bed7e5635592e075b591ba7d20
Add helpful methods to have more control over blinking caret. (#115)
Add helpful methods to have more control over blinking caret. (#115)
verybadcat/CSharpMath,verybadcat/CSharpMath
CSharpMath.Editor/MathKeyboard.cs
mit
1,590,138,266
namespace CSharpMath.Editor { using System; using System.Collections.Generic; using System.Drawing; using System.Timers; using Atom; using Display; using Display.FrontEnd; using Structures; using Atoms = Atom.Atoms; public enum MathKeyboardCaretState : byte { Hidden, TemporarilyHidden, ...
namespace CSharpMath.Editor { using System; using System.Collections.Generic; using System.Drawing; using System.Timers; using Atom; using Display; using Display.FrontEnd; using Structures; using Atoms = Atom.Atoms; public enum MathKeyboardCaretState : byte { Hidden, TemporarilyHidden, ...
f9c4344ba22828034859f64ee4024eb711a5f0bd
Simple Injector's ToFriendlyName() extension method now outputs framework base types (e.g. System.Boolean, System.Int32, etc) using their C# keyword name (eg. book, int, etc). This simplifies reading exception messages. This only affects the simplified type names, when full type names are used (using Container.Options....
Simple Injector's ToFriendlyName() extension method now outputs framework base types (e.g. System.Boolean, System.Int32, etc) using their C# keyword name (eg. book, int, etc). This simplifies reading exception messages. This only affects the simplified type names, when full type names are used (using Container.Options....
simpleinjector/SimpleInjector
src/SimpleInjector/Types.cs
mit
1,590,137,656
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; u...
// Copyright (c) Simple Injector Contributors. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for license information. namespace SimpleInjector { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; u...
e8d08a2bdefe386db9512c1456e93d902dd86d5b
CalendarException entity updated
CalendarException entity updated
ekincaglar/clarizen
Ekin.Clarizen/Common/calendarException.cs
mit
1,590,137,464
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Ekin.Clarizen { public class calendarException: EntityId { /// <summary> /// Name /// </summary> public string Name { get; set; } /// <summary> ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Ekin.Clarizen { public class calendarException { public string id { get; set; } /// <summary> /// Name /// </summary> public string name { get; set; } /// <summary> ...
a25496ea040e2bd67f0f5a5d4037baeaff76e890
Ignore linked streams when creating a Bar
Ignore linked streams when creating a Bar
Xeeynamo/KingdomHearts
OpenKh.Kh2/Bar.cs
mit
1,590,137,206
using OpenKh.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace OpenKh.Kh2 { public static class Bar { private const uint MagicCode = 0x01524142U; private const int HeaderSize = 0x10; private const int EntrySize = 0x10; ...
using OpenKh.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace OpenKh.Kh2 { public static class Bar { private const uint MagicCode = 0x01524142U; private const int HeaderSize = 0x10; private const int EntrySize = 0x10; ...
fe71dc8a996e642a3b8218d53fdbf15525933cff
Remove one finally too much
Remove one finally too much
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Helpers/CrossProcessFileBasedSemaphore.cs
apache-2.0
1,590,137,148
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
94637d4a9111bb202ce0ea2f51bff2a949822d32
Avoid excessive objects allocation
Avoid excessive objects allocation
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Helpers/CrossProcessFileBasedSemaphore.cs
apache-2.0
1,590,136,507
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
9391ddbab5285d0d555f714692bd00628c07db9b
Add failing tests for shorthand color parsing.
Add failing tests for shorthand color parsing.
akrisiun/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex...
tests/Avalonia.Visuals.UnitTests/Media/ColorTests.cs
mit
1,590,136,438
using System; using Avalonia.Media; using Xunit; namespace Avalonia.Visuals.UnitTests.Media { public class ColorTests { [Fact] public void Parse_Parses_RGB_Hash_Color() { var result = Color.Parse("#ff8844"); Assert.Equal(0xff, result.R); Assert.Equal...
using System; using Avalonia.Media; using Xunit; namespace Avalonia.Visuals.UnitTests.Media { public class ColorTests { [Fact] public void Parse_Parses_RGB_Hash_Color() { var result = Color.Parse("#ff8844"); Assert.Equal(0xff, result.R); Assert.Equal...
d969eb9b04578c907120d1721e0dace8b0b48ccb
Tests added proving #818.
Tests added proving #818.
simpleinjector/SimpleInjector
src/SimpleInjector.Tests.Unit/RegisterConditionalTests.cs
mit
1,590,135,509
namespace SimpleInjector.Tests.Unit { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; using SimpleInjector; using SimpleInjector.Advanced; using SimpleInjec...
namespace SimpleInjector.Tests.Unit { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; using SimpleInjector; using SimpleInjector.Advanced; using SimpleInjec...
11cad130bbce54e16e8536735812dbc9e61dad88
Fix for most recent reported bug in #44
Fix for most recent reported bug in #44
dapplo/Dapplo.Confluence
src/Dapplo.Confluence/UserExtensions.cs
mit
1,590,132,495
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Net; using System.Threading; using System.Threading.Tasks; using Dapplo.Confluence.Entities;...
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Net; using System.Threading; using System.Threading.Tasks; using Dapplo.Confluence.Entities;...
feade747765d761e7c86f9020fa45d543ae1b833
Added an additional constructor to BlockItemTypeAttribute for simplicity
Added an additional constructor to BlockItemTypeAttribute for simplicity
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
core/Piranha/Extend/BlockItemTypeAttribute.cs
mit
1,590,132,082
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; namespace Piranha.Extend { [AttributeUsage(AttributeTargets.Class...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using System; namespace Piranha.Extend { [AttributeUsage(AttributeTargets.Class...
e9e83118756c6382830c85795441546502690429
Add whitespace preservation test for ProjectFilePatcher
Add whitespace preservation test for ProjectFilePatcher
skarpdev/dotnet-version-cli,skarpdev/dotnet-version-cli
test/CsProj/ProjectFileVersionPatcherTest.cs
mit
1,590,130,968
using System; using Skarp.Version.Cli.CsProj; using Xunit; namespace Skarp.Version.Cli.Test.CsProj { public class ProjectFileVersionPatcherTest { private static string _projectXml = "<Project Sdk=\"Microsoft.NET.Sdk\">" + "<PropertyGroup>" + "...
using System; using Skarp.Version.Cli.CsProj; using Xunit; namespace Skarp.Version.Cli.Test.CsProj { public class ProjectFileVersionPatcherTest { private static string _projectXml = "<Project Sdk=\"Microsoft.NET.Sdk\">" + "<PropertyGroup>" + "...
0477ea131e6701b2d6d536f265c2b9e0c1c8d7fe
docs: update function docs
docs: update function docs
dwmkerr/consolecontrol,dwmkerr/consolecontrol
source/ConsoleControlAPI/ProcessInterface.cs
mit
1,590,129,728
using System; using System.Text; using System.Diagnostics; using System.ComponentModel; using System.IO; namespace ConsoleControlAPI { /// <summary> /// A ProcessEventHandler is a delegate for process input/output events. /// </summary> /// <param name="sender">The sender.</param> /// <param name="...
using System; using System.Text; using System.Diagnostics; using System.ComponentModel; using System.IO; namespace ConsoleControlAPI { /// <summary> /// A ProcessEventHandler is a delegate for process input/output events. /// </summary> /// <param name="sender">The sender.</param> /// <param name="...
718d3b4433bf5f2b810d3063944fcb7a0968e3a3
LSP: code lens -- hook up a custom 'omnisharp/client/findReferences' command
LSP: code lens -- hook up a custom 'omnisharp/client/findReferences' command This custom command is meant to be handled by LSP client to display references on a given Location.
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.LanguageServerProtocol/Handlers/OmniSharpCodeLensHandler.cs
mit
1,590,129,499
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; using OmniSharp.Extensions.JsonRpc; using OmniSharp.Extensions.LanguageServer.Protocol; using OmniSharp.Extens...
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using OmniSharp.Extensions.JsonRpc; using OmniSharp.Extensions.LanguageServer.Protocol; using OmniSharp.Extensions.LanguageServer.Protocol.Client.Capabilities; using Omni...
614393ef3d1d22d986658fcb537aa89a2d8e3f85
fix(process-interface): process interface implements IDisposable
fix(process-interface): process interface implements IDisposable ProcessInterface Implements IDisposable Interface (#22)
dwmkerr/consolecontrol,dwmkerr/consolecontrol
source/ConsoleControlAPI/ProcessInterface.cs
mit
1,590,129,413
using System; using System.Text; using System.Diagnostics; using System.ComponentModel; using System.IO; namespace ConsoleControlAPI { /// <summary> /// A ProcessEventHandler is a delegate for process input/output events. /// </summary> /// <param name="sender">The sender.</param> /// <param name="...
using System; using System.Text; using System.Diagnostics; using System.ComponentModel; using System.IO; namespace ConsoleControlAPI { /// <summary> /// A ProcessEventHandler is a delegate for process input/output events. /// </summary> /// <param name="sender">The sender.</param> /// <param name=...
19ed04e07c6c87aff4e562ab8cf20e37d68ca9db
add FetchStreamingAssetsPath, remove log
add FetchStreamingAssetsPath, remove log
NDark/ndinfrastructure,NDark/ndinfrastructure
Unity/ABFetcher/AssetBundleManager/AssetBundleManager.cs
mit
1,590,129,153
// #define ENABLE_NDINFRA_ONE_BUNDLE // #define ENABLE_NDINFRA_CUSTOM // #define ENABLE_NDINFRA_DEBUG_INFO // #define ENABLE_NDINFRA_NO_LOG using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; using System.Collections.Generic; /* In this demo, we demonstrate: 1. Automatic a...
// #define ENABLE_NDINFRA_ONE_BUNDLE // #define ENABLE_NDINFRA_CUSTOM // #define ENABLE_NDINFRA_DEBUG_INFO // #define ENABLE_NDINFRA_NO_LOG using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; using System.Collections.Generic; /* In this demo, we demonstrate: 1. Automatic a...
0d44b6cf42e8c0e273c73030b02cb7d22f723ab6
feat(winforms): add ability to start process with ProcessStartInfo
feat(winforms): add ability to start process with ProcessStartInfo Allow ProcessStartInfo to start processes on WinForms (#50)
dwmkerr/consolecontrol,dwmkerr/consolecontrol
source/ConsoleControl/ConsoleControl.cs
mit
1,590,128,958
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Windows.Forms; using ConsoleControlAPI; namespace ConsoleControl { /// <summary> /// The console event handler is used for console events. /// </summ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using ConsoleControlAPI; namespace ConsoleControl { /// <summary> /// The console event handler is used for console events. /// </summary> /// <param name="...
f1cf53f952b4c8d12928aca61fa40832436b0eb7
Update tests
Update tests
webprofusion/Certify
src/Certify.Tests/Certify.API.Tests/APITests.cs
mit
1,590,127,518
using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.AspNetCore.Builder; using System.Diagnostics; namespace Certify.API.Tests { public class Startup { public void Configure(IApplicationBuilder app) { } ...
using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.AspNetCore.Builder; using System.Diagnostics; namespace Certify.API.Tests { public class Startup { public void Configure(IApplicationBuilder app) { } ...
9f3a0a86a449904c74bcbb1d7db80c3194e2dc51
Window should try to activate on show to be topmost
Window should try to activate on show to be topmost
webprofusion/Certify
src/Certify.UI/MainWindow.xaml.cs
mit
1,590,127,462
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using Certify.Locales; using Certify.UI.Settings; using Microsoft.ApplicationInsights; namespace Certify.UI { /// <summary> /// Intera...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using Certify.Locales; using Certify.UI.Settings; using Microsoft.ApplicationInsights; namespace Certify.UI { /// <summary> /// Intera...
963449101068e1b094ae31aa4363bd4b3f97dbb4
added more logics in the test case of SessionContainer
added more logics in the test case of SessionContainer
kerryjiang/SuperSocket,kerryjiang/SuperSocket
test/Test/SessionContanerTest.cs
apache-2.0
1,590,126,936
using System; using System.Linq; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Buffers; using System.Threading.Tasks; using System.Reflection; using System.Collections.Generic; using SuperSocket; using SuperSocket.Command; using SuperSocket.ProtoBase; using Microsoft.Exten...
using System; using System.Linq; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Buffers; using System.Threading.Tasks; using System.Reflection; using System.Collections.Generic; using SuperSocket; using SuperSocket.Command; using SuperSocket.ProtoBase; using Microsoft.Exten...
6c6695d73c154a7d417c27a731c735ee069b6eae
Check early for commit on current branch
Check early for commit on current branch
asbjornu/GitVersion,GitTools/GitVersion,gep13/GitVersion,ParticularLabs/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,asbjornu/GitVersion,asbjornu/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,GitTools/GitVersion,ParticularLabs/GitVersion,gep13/GitVersion,e...
src/GitVersionCore/VersionCalculation/BaseVersionCalculators/FallbackVersionStrategy.cs
mit
1,590,125,061
using System; using System.Collections.Generic; using GitVersion.Common; using LibGit2Sharp; namespace GitVersion.VersionCalculation { /// <summary> /// Version is 0.1.0. /// BaseVersionSource is the "root" commit reachable from the current commit. /// Does not increment. /// </summary> public ...
using System; using System.Collections.Generic; using GitVersion.Common; using LibGit2Sharp; namespace GitVersion.VersionCalculation { /// <summary> /// Version is 0.1.0. /// BaseVersionSource is the "root" commit reachable from the current commit. /// Does not increment. /// </summary> public ...
5f3daeca4e33a66889b10052d80f3ace04b076fd
Rename value.
Rename value.
harujoh/KelpNet,harujoh/KelpNet
KelpNet.Function/Functions/Activations/Mish.cs
apache-2.0
1,590,123,291
using System; using System.Runtime.Serialization; using KelpNet.CPU; #if DOUBLE using Real = System.Double; #elif NETSTANDARD2_1 using Real = System.Single; using Math = System.MathF; #elif NETSTANDARD2_0 using Real = System.Single; using Math = KelpNet.MathF; #endif namespace KelpNet { #if !DOUBLE [DataContract...
using System; using System.Runtime.Serialization; using KelpNet.CPU; #if DOUBLE using Real = System.Double; #elif NETSTANDARD2_1 using Real = System.Single; using Math = System.MathF; #elif NETSTANDARD2_0 using Real = System.Single; using Math = KelpNet.MathF; #endif namespace KelpNet { #if !DOUBLE [DataContract...
10f25fc45cbf4ca7757acaf4970fe7d1eb42f294
Fixed SaveImageToOnebitPerPixel example
Fixed SaveImageToOnebitPerPixel example
asposewords/Aspose_Words_NET,aspose-words/Aspose.Words-for-.NET,asposewords/Aspose_Words_NET,aspose-words/Aspose.Words-for-.NET,aspose-words/Aspose.Words-for-.NET,asposewords/Aspose_Words_NET
Examples/CSharp/Rendering-Printing/ImageColorFilters.cs
mit
1,590,120,614
 using System; using System.IO; using System.Drawing; using Aspose.Words; using Aspose.Words.Layout; using Aspose.Words.Rendering; using Aspose.Words.Saving; namespace Aspose.Words.Examples.CSharp.Rendering_and_Printing { class ImageColorFilters { public static void Run() { // The ...
 using System; using System.IO; using System.Drawing; using Aspose.Words; using Aspose.Words.Layout; using Aspose.Words.Rendering; using Aspose.Words.Saving; namespace Aspose.Words.Examples.CSharp.Rendering_and_Printing { class ImageColorFilters { public static void Run() { // The ...
3132e5c6cee173bc025f36b2cfa3c53161370ca1
Support quarantine on individual gRPC interop tests (#22124)
Support quarantine on individual gRPC interop tests (#22124)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Grpc/test/InteropTests/InteropTests.cs
apache-2.0
1,590,119,252
// 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.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using InteropTests.Helpers; using Micr...
// 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.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using InteropTests.Helpers; using Micr...
2b7482966442772a50cea035292ae3ff39513a85
Updated unit tests
Updated unit tests
troygeiger/TG.INI
IniUnitTest/MainTests.cs
mit
1,590,118,909
using System; using System.ComponentModel; using System.Drawing; using System.IO; using System.Reflection; using System.Windows.Forms; using Microsoft.VisualStudio.TestTools.UnitTesting; using TG.INI; using TG.INI.Serialization; using TG.INI.Encryption; using System.Globalization; namespace IniUnitTest { [TestCla...
using System; using System.ComponentModel; using System.Drawing; using System.IO; using System.Reflection; using System.Windows.Forms; using Microsoft.VisualStudio.TestTools.UnitTesting; using TG.INI; using TG.INI.Serialization; using TG.INI.Encryption; using System.Globalization; namespace IniUnitTest { [TestCla...
b880e292589478be07c6825a51dd0711215613cc
Serialize null as an empty string
Serialize null as an empty string
troygeiger/TG.INI
TG.INI/Serialization/IniSerialization.cs
mit
1,590,118,895
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Reflection; using System.Text; using TG.INI.Encryption; namespace TG.INI.Serialization { /// <summary> /// Used to serialize simple object to INI and deserialize INI to a simple object. /// ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Reflection; using System.Text; using TG.INI.Encryption; namespace TG.INI.Serialization { /// <summary> /// Used to serialize simple object to INI and deserialize INI to a simple object. /// ...
d529a2aefac633bde0bcdf32e215e0d89af7bff6
Remove left-over function
Remove left-over function
ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs
mit
1,590,118,081
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.F...
b2667bbb0210d00b9f6502362fc632f93bb9fa92
Move protected implementation down
Move protected implementation down
smoogipooo/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game.Rulesets.Mania/Edit/ManiaHitObjectComposer.cs
mit
1,590,115,558
// 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.Game.Beatmaps; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Mania.Objects; using System.Collections.Generic; using...
// 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.Game.Beatmaps; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Edit.Tools; using osu.Game.Rulesets.Mania.Objects; using System.Collections.Generic; using...
1ec1f3596d9460f738757bbcc819507548bed066
better logging with session
better logging with session
kerryjiang/SuperSocket,kerryjiang/SuperSocket
src/SuperSocket.Server/AppSession.cs
apache-2.0
1,590,112,353
using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using SuperSocket.Channel; using SuperSocket.ProtoBase; namespace SuperSocket.Server { public class AppSession : IAppSession, ILogger, ILoggerAccessor { private IChannel _...
using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using SuperSocket.Channel; using SuperSocket.ProtoBase; namespace SuperSocket.Server { public class AppSession : IAppSession { private IChannel _channel; protected internal IChannel Channel ...
c61b0ffd590305fcd8ad09469c4f2dc5c74ec67f
Allow mappers to disable the auto-snap of objects to tiles at server start
Allow mappers to disable the auto-snap of objects to tiles at server start
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Transform/CustomNetTransform.cs
agpl-3.0
1,590,110,500
using System.Collections; using DatabaseAPI; using UnityEngine; using UnityEngine.Events; using Mirror; // ReSharper disable CompareOfFloatsByEqualityOperator public partial class CustomNetTransform : ManagedNetworkBehaviour, IPushable //see UpdateManager { [SerializeField][Tooltip("When the scene loads, snap this t...
using System.Collections; using DatabaseAPI; using UnityEngine; using UnityEngine.Events; using Mirror; // ReSharper disable CompareOfFloatsByEqualityOperator public partial class CustomNetTransform : ManagedNetworkBehaviour, IPushable //see UpdateManager { //I think this is valid server side only public bool Visib...
b97701b68090368acc10983fd3f4d656d3650b21
removed XcstCompiler.Compile(XmlReader)
removed XcstCompiler.Compile(XmlReader)
maxtoroq/XCST,maxtoroq/XCST
src/Xcst.Compiler/XcstCompiler.cs
apache-2.0
1,590,109,782
// Copyright 2015 Max Toro Q. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
// Copyright 2015 Max Toro Q. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2d52803c73184ec7b4f7134882004f2a76b024cd
(GH-3236) Search for ScrollViewer at NumericUpDown only when needed
(GH-3236) Search for ScrollViewer at NumericUpDown only when needed
ye4241/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,batzen/MahApps.Metro,MahApps/MahApps.Metro
src/MahApps.Metro/Controls/NumericUpDown.cs
mit
1,590,105,618
namespace MahApps.Metro.Controls { using System; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; ...
namespace MahApps.Metro.Controls { using System; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; ...
8da89273753bad5914e45fcf9e2f846fc37cf87e
Adding link to Helpful Libraries for code generation
Adding link to Helpful Libraries for code generation
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Migrations/PersonMigrations.cs
bsd-3-clause
1,590,105,584
using Lombiq.TrainingDemo.Indexes; using Lombiq.TrainingDemo.Models; using OrchardCore.ContentFields.Fields; using OrchardCore.ContentFields.Settings; using OrchardCore.ContentManagement.Metadata; using OrchardCore.ContentManagement.Metadata.Settings; using OrchardCore.Data.Migration; using System; namespace ...
using Lombiq.TrainingDemo.Indexes; using Lombiq.TrainingDemo.Models; using OrchardCore.ContentFields.Fields; using OrchardCore.ContentFields.Settings; using OrchardCore.ContentManagement.Metadata; using OrchardCore.ContentManagement.Metadata.Settings; using OrchardCore.Data.Migration; using System; namespace ...
09da9061063e6b1fa8b83dced0c749bde35c85eb
Quarantine InteropTest (#22102)
Quarantine InteropTest (#22102)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Grpc/test/InteropTests/InteropTests.cs
apache-2.0
1,590,103,988
// 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.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using InteropTests.Helpers; using Micr...
// 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.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using InteropTests.Helpers; using Micr...
4f4217a2b1c4f7b4c421be5e653c40ae85064731
CA-339685: Corrected calculation of completion percentage and added checks for division by zero.
CA-339685: Corrected calculation of completion percentage and added checks for division by zero. Also, some simplifications and removal of unused variables and fields. Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin
XenModel/Actions/Network/DestroyBondAction.cs
bsd-2-clause
1,590,103,556
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
/* Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * * Redistributions of source code must retain the above * copyright notice...
76fd30d311b7de35cc032eefcf40c60d506fd24d
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,590,101,086
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
f76b5df61e0a6dcbb037129f1e7392a69af36716
Spirit value x position bug
Spirit value x position bug Code changes described here http://forums.qhimm.com/index.php?topic=14315.msg273804#msg273804
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/EquipUI.cs
mit
1,590,100,503
using System; using System.Collections.Generic; using Assets.Scripts.Common; using Assets.Sources.Scripts.UI.Common; using FF9; using Memoria; using Memoria.Assets; using Memoria.Data; using Memoria.Scenes; using UnityEngine; using Object = System.Object; public class EquipUI : UIScene { public Int32 CurrentPartyInd...
using System; using System.Collections.Generic; using Assets.Scripts.Common; using Assets.Sources.Scripts.UI.Common; using FF9; using Memoria; using Memoria.Assets; using Memoria.Data; using Memoria.Scenes; using UnityEngine; using Object = System.Object; public class EquipUI : UIScene { public Int32 CurrentPartyInd...
70045d6bcd70b357eb66c857bba02760086c2c6d
add some dragon passives
add some dragon passives
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/Data/Databases/PassivityDatabase.cs
mit
1,590,099,959
using System.Collections.Generic; using TCC.Data.Skills; using TeraDataLite; namespace TCC.Data.Databases { public static class PassivityDatabase { //TODO: maybe move this to a TeraData tsv file (or merge in hotdot.tsv) public static Dictionary<uint, uint> Passivities { get; } = new Dictionary...
using System.Collections.Generic; using TCC.Data.Skills; using TeraDataLite; namespace TCC.Data.Databases { public static class PassivityDatabase { //TODO: maybe move this to a TeraData tsv file (or merge in hotdot.tsv) public static Dictionary<uint, uint> Passivities { get; } = new Dictionary...
6d0fbde5ad57a5c75e53b9c033aa5421746fb103
set contectmenu on correct lifetime..
set contectmenu on correct lifetime..
ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET
ElectronNET.WebApp/Controllers/MenusController.cs
mit
1,590,099,539
using System.Linq; using Microsoft.AspNetCore.Mvc; using ElectronNET.API.Entities; using ElectronNET.API; using Microsoft.Extensions.Hosting; namespace ElectronNET.WebApp.Controllers { public class MenusController : Controller { public MenusController(IHostApplicationLifetime hostApplicationLifetime) ...
using System.Linq; using Microsoft.AspNetCore.Mvc; using ElectronNET.API.Entities; using ElectronNET.API; namespace ElectronNET.WebApp.Controllers { public class MenusController : Controller { public IActionResult Index() { if (HybridSupport.IsElectronActive) { ...
c182cb976d153573fe8604840291b075b8bd5ebb
ignore placeholders in library-filter counting
ignore placeholders in library-filter counting
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.cs
mit
1,590,099,082
using ARKBreedingStats.duplicates; using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using Sy...
using ARKBreedingStats.duplicates; using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using Sy...
5a2caab7fcaee8cd459bf4b6caa788d5b3d59a45
Use MD5 for single instance path
Use MD5 for single instance path
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/OS.cs
apache-2.0
1,590,098,644
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
aa8e9ff4d730e7b151947d0832da687930f9993f
don't repost the image when no objects were tagged
don't repost the image when no objects were tagged
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Commands/Vision.cs
lgpl-2.1
1,590,097,060
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Text; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using ColorThiefDotNet; using CompatBot.Utils; using CompatBot.Utils.Extensions; using DSharpPlus; using DSharpPlus.CommandsNext; usi...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Text; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using ColorThiefDotNet; using CompatBot.Utils; using CompatBot.Utils.Extensions; using DSharpPlus; using DSharpPlus.CommandsNext; usi...
1c18fab68edc2a7aa6a1a32f1597e5b01be7c193
Also chmod the directory for CrossProcessFileBasedSemaphore
Also chmod the directory for CrossProcessFileBasedSemaphore
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Helpers/CrossProcessFileBasedSemaphore.cs
apache-2.0
1,590,096,667
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
5c45cd363c8ab1d9bdc349be668782991e481ac6
Fixed a typo in the systemInfo
Fixed a typo in the systemInfo
dapplo/Dapplo.Confluence
src/Dapplo.Confluence/MiscExtensions.cs
mit
1,590,096,640
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Net; using System.Threading; using System.Threading.Tasks; using Dapplo.Confluence.Entities; using Dapplo.Confluence.Internal...
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Net; using System.Threading; using System.Threading.Tasks; using Dapplo.Confluence.Entities; using Dapplo.Confluence.Internal...
8f5eb93e238e1f6ea8127fea77fc9cc0a99edad9
Adding implementation of removal of useless parentheses.
Adding implementation of removal of useless parentheses.
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
LanguageServer/Transform.cs
mit
1,590,096,581
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
e3690c6c4e1fadd49cc2b0adb24bd32acddaf2f0
add appinsights status to !stats
add appinsights status to !stats
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Commands/BotStats.cs
lgpl-2.1
1,590,095,841
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using CompatApiClient; using CompatApiClient.Utils; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers; using CompatBot.Utils; using DSharpPlus.C...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using CompatApiClient; using CompatApiClient.Utils; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers; using CompatBot.Utils; using DSharpPlus.C...
9d5e07dfde1033a98d6f8beb920d3e4682e12f8b
update rm GlycoSearch in Program.cs
update rm GlycoSearch in Program.cs
lonelu/MetaMorpheus
CMD/Program.cs
mit
1,590,095,487
using CommandLine; using CommandLine.Text; using EngineLayer; using Nett; using Proteomics; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using TaskLayer; namespace MetaMorpheusCommandLine { public static class Program { priva...
using CommandLine; using CommandLine.Text; using EngineLayer; using Nett; using Proteomics; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using TaskLayer; namespace MetaMorpheusCommandLine { public static class Program { priva...
42b59cd066223b67bb8ef125ced00e838b395f11
Update CrossProcessFileBasedSemaphore.cs
Update CrossProcessFileBasedSemaphore.cs
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Helpers/CrossProcessFileBasedSemaphore.cs
apache-2.0
1,590,095,393
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
a47b85ff85002c27ec367a7eee883cc05f05a3aa
Allow CrossProcessFileBasedSemaphore to sleep asynchronously
Allow CrossProcessFileBasedSemaphore to sleep asynchronously
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Helpers/CrossProcessFileBasedSemaphore.cs
apache-2.0
1,590,095,282
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
888a171aba913df9e2c7c62fc60602a9b43b69bd
Add comment paragraphs.
Add comment paragraphs.
autofac/Autofac,autofac/Autofac
src/Autofac/Core/Resolving/Pipeline/ResolvePipelineBuilder.cs
mit
1,590,095,170
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
717cad4af674d605087b2e8cb4b788c0d24e735f
Correct default phase.
Correct default phase.
autofac/Autofac,autofac/Autofac
src/Autofac/Core/Resolving/Pipeline/ResolvePipelineBuilder.cs
mit
1,590,094,988
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restric...
258a3b01ec522a89375dfdd4d7efc0b65f250533
Update only debug draw body shape when it's active
Update only debug draw body shape when it's active
lucas-miranda/Raccoon
Raccoon/Core/Components/Physics/Body.cs
mit
1,590,094,345
//#define RENDER_COLLISION_CONTACT_POINTS using System.Collections.Generic; using System.Collections.ObjectModel; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon.Components { public class Body : Component { #region Public Members #if DEBUG public static bool ShowDebugInfo = false;...
//#define RENDER_COLLISION_CONTACT_POINTS using System.Collections.Generic; using System.Collections.ObjectModel; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon.Components { public class Body : Component { #region Public Members #if DEBUG public static bool ShowDebugInfo = false;...
155a29992ec1319172942b9e5b67ba62303b6ff8
use inner type's namespace instead of list's namespace
use inner type's namespace instead of list's namespace
DigDes/SoapCore
src/SoapCore/Meta/MetaWCFBodyWriter.cs
mit
1,590,093,568
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using System.Xml.Se...
using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using System.Xml.Se...
b912b97d124c6281b3feb7a131bb31bf8b10d74b
Trailing whitespace
Trailing whitespace I'll show myself out 🚪🚶‍♂️ Also, thanks
samuelneff/MimeTypeMap
src/MimeTypes/MimeTypeMap.cs
mit
1,590,093,511
using System; using System.Collections.Generic; using System.Linq; namespace MimeTypes { public static class MimeTypeMap { private const string Dot = "."; private const string DefaultMimeType = "application/octet-stream"; private static readonly Lazy<IDictionary<string, strin...
using System; using System.Collections.Generic; using System.Linq; namespace MimeTypes { public static class MimeTypeMap { private const string Dot = "."; private const string DefaultMimeType = "application/octet-stream"; private static readonly Lazy<IDictionary<string, strin...
0f83959f51da5489954553671a98250e71c6983b
[Bench] Supported debugging
[Bench] Supported debugging
melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drymidi
DryWetMidi.Benchmarks/BenchmarkTest.cs
mit
1,590,092,589
using System; using System.Text; using BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Exporters; using BenchmarkDotNet.Exporters.Json; using BenchmarkDotNet.Jobs; using BenchmarkDotNet.Running; using NUnit.Framework; namespace Melanchall.DryWetMidi.Benchmarks { public abstract class...
using System; using System.Text; using BenchmarkDotNet.Columns; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Exporters; using BenchmarkDotNet.Exporters.Json; using BenchmarkDotNet.Jobs; using BenchmarkDotNet.Running; using NUnit.Framework; namespace Melanchall.DryWetMidi.Benchmarks { public abstract class...
0de6bf7545e07ca92a1e70644abf34f6e14e53c7
speed up load time by release resource manually
speed up load time by release resource manually
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Programs/UWP.cs
mit
1,590,092,341
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
36dc42e508afd774e55d49982b65cbaa544cbb00
remove useless code
remove useless code
qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,590,092,262
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastruc...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastruc...
50a225a93af1dd56f394270a08a1551eed64587a
[Badged] Refactoring (#1855)
[Badged] Refactoring (#1855) Refactoring of the Badged class. OnBadgeChanged: Removed exception handling, since there was nothing useful being done with the exception, except a trace being printed which will be accessible anyway. - Streamlined DependencyProperties - Created appropriate constant for DefaultCorner...
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/Badged.cs
mit
1,590,091,933
using System.Windows; using System.Windows.Media.Animation; using ControlzEx; namespace MaterialDesignThemes.Wpf { [TemplatePart(Name = BadgeContainerPartName, Type = typeof(UIElement))] public class Badged : BadgedEx { private static readonly CornerRadius DefaultCornerRadius = new CornerRadius(9)...
using System; using System.Diagnostics; using System.Windows; using System.Windows.Media.Animation; using ControlzEx; namespace MaterialDesignThemes.Wpf { [TemplatePart(Name = BadgeContainerPartName, Type = typeof(UIElement))] public class Badged : BadgedEx { public static readonly DependencyPrope...
4299bd05b4ca268e192a4f4d469f69bed4c6415b
Add test cases for sequential scroll algorithm
Add test cases for sequential scroll algorithm
smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu
osu.Game.Tests/ScrollAlgorithms/SequentialScrollTest.cs
mit
1,590,091,019
// 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 NUnit.Framework; using osu.Framework.Lists; using osu.Game.Rulesets.Timing; using osu.Game.Rulesets.UI.Scrolling.Algorithms; namespace osu.Game.Tests.ScrollAlgorit...
// 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 NUnit.Framework; using osu.Framework.Lists; using osu.Game.Rulesets.Timing; using osu.Game.Rulesets.UI.Scrolling.Algorithms; namespace osu.Game.Tests.ScrollAlgorit...
6f388b731ee97aedebc375370b429539cf8946d3
Fix display start time in sequential scroll algorithm
Fix display start time in sequential scroll algorithm
ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu
osu.Game/Rulesets/UI/Scrolling/Algorithms/SequentialScrollAlgorithm.cs
mit
1,590,091,019
// 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.Game.Rulesets.Timing; namespace osu.Game.Rulesets.UI.Scrolling.Algorithms { public class SequentialScrollA...
// 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.Game.Rulesets.Timing; namespace osu.Game.Rulesets.UI.Scrolling.Algorithms { public class SequentialScrollA...
24d898c87031a62b21c98812e0ff2939392f7d5c
Demonstrate failure case in visual test scene
Demonstrate failure case in visual test scene
smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu
osu.Game.Tests/Visual/Gameplay/TestSceneScrollingHitObjects.cs
mit
1,590,091,015
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExten...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExten...
6eacb9011e60d4cabb0cf3b18f48c56ea2b7659c
more connect tests
more connect tests
dsbenghe/Novell.Directory.Ldap.NETStandard,dsbenghe/Novell.Directory.Ldap.NETStandard,dsbenghe/Novell.Directory.Ldap.NETStandard
test/Novell.Directory.Ldap.NETStandard.FunctionalTests/ConnectTests.cs
mit
1,590,090,928
using System; using System.Threading.Tasks; using Novell.Directory.Ldap.NETStandard.FunctionalTests.Helpers; using Xunit; namespace Novell.Directory.Ldap.NETStandard.FunctionalTests { public class ConnectTests { [Fact] public async Task Connect_when_correct_credentials_is_successful() ...
using System; using System.Threading.Tasks; using Novell.Directory.Ldap.NETStandard.FunctionalTests.Helpers; using Xunit; namespace Novell.Directory.Ldap.NETStandard.FunctionalTests { public class ConnectTests { [Fact] public async Task Connect_Works() { await TestHelper.Wi...
fb6a656bfd76dcb1c6c0322198801204ee048038
Fixed PoW detection on Breaker Restrike off by a few points
Fixed PoW detection on Breaker Restrike off by a few points
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/FaultData/DataResources/BreakerDataResource.cs
mit
1,590,089,426
//****************************************************************************************************** // BreakerDataResource.cs - Gbtc // // Copyright © 2019, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See...
//****************************************************************************************************** // BreakerDataResource.cs - Gbtc // // Copyright © 2019, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See...
67f66de0f42dab8a7130b8c9394926249cd3a31d
Code style.
Code style.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/Queries/GremlinQuery.explicit.cs
mit
1,590,087,852
// ReSharper disable ArrangeThisQualifier // ReSharper disable CoVariantArrayConversion using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using System.Runtime.CompilerServices; using System.Threading.Tasks; using ExRam.Gremlinq.Core.G...
// ReSharper disable ArrangeThisQualifier // ReSharper disable CoVariantArrayConversion using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using System.Runtime.CompilerServices; using System.Threading.Tasks; using ExRam.Gremlinq.Core.G...
3cdf9e78bec7545396e319f7ff92ae99092d82d1
update app version
update app version
aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template
aspnet-core/src/AbpCompanyName.AbpProjectName.Core/AppVersionHelper.cs
mit
1,590,085,543
using System; using System.IO; using Abp.Reflection.Extensions; namespace AbpCompanyName.AbpProjectName { /// <summary> /// Central point for application version. /// </summary> public class AppVersionHelper { /// <summary> /// Gets current version of the application. /// I...
using System; using System.IO; using Abp.Reflection.Extensions; namespace AbpCompanyName.AbpProjectName { /// <summary> /// Central point for application version. /// </summary> public class AppVersionHelper { /// <summary> /// Gets current version of the application. /// I...
15beb2b87a60aafe833582ae41d32e83a1ab1f08
Remove useless log.
Remove useless log.
space-wizards/space-station-14-content,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-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Client/GameObjects/Components/Instruments/InstrumentComponent.cs
mit
1,590,085,145
using System; using System.Collections.Generic; using System.Linq; using Content.Shared.GameObjects.Components.Instruments; using JetBrains.Annotations; using NFluidsynth; using Robust.Shared.GameObjects; using Robust.Client.Audio.Midi; using Robust.Shared.Interfaces.Network; using Robust.Shared.Interfaces.Timing; usin...
using System; using System.Collections.Generic; using System.Linq; using Content.Shared.GameObjects.Components.Instruments; using JetBrains.Annotations; using NFluidsynth; using Robust.Shared.GameObjects; using Robust.Client.Audio.Midi; using Robust.Shared.Interfaces.Network; using Robust.Shared.Interfaces.Timing; usin...
8702a1b5a57ba9a70657b244eaec33797727caf7
Fix test scene regression
Fix test scene regression
ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu
osu.Game.Tests/Visual/Gameplay/TestSceneScrollingHitObjects.cs
mit
1,590,084,962
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExten...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExten...
8af935684aef80524444c28ebc8eb8f192ca9765
Unquarantine test (#22082)
Unquarantine test (#22082)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/HealthChecks/HealthChecks/test/HealthCheckPublisherHostedServiceTest.cs
apache-2.0
1,590,084,833
// 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.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Test...
// 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.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Test...
9b0bc818c65b66c93d3722a8e4c65bac6d30a736
Be slightly more harsh with dropped batches count to prevent abuse.
Be slightly more harsh with dropped batches count to prevent abuse.
space-wizards/space-station-14,space-wizards/space-station-14-content,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,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Instruments/InstrumentComponent.cs
mit
1,590,084,669
using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Ro...
using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Ro...
fc0d54a6bb10ac3b8415abc73ca8199a3a41b224
Playing black MIDIs stuns you.
Playing black MIDIs stuns you.
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/GameObjects/Components/Instruments/InstrumentComponent.cs
mit
1,590,084,408
using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects; using Content.Server.Mobs; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Ro...
using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Robust.Server.GameObjects.Components.UserInterface; using Robust.Server.Interfaces.GameObjects; using Robust.Server.Interfaces.Player; using Robust.Shared.Ga...
6e6c2e8db358b4b47ab926a425b30a32b7d66fd8
Need to call the default window proc after bringing up the system menu.
Need to call the default window proc after bringing up the system menu.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,590,083,812
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
d970764747ec0d1b7da8d774d594ead65637b1a0
#44: If no --log-file specified output the logged errors to the error output stream
#44: If no --log-file specified output the logged errors to the error output stream
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/CopyClassCommand.cs
lgpl-2.1
1,590,083,026
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
481299222e48b6a61696a3e538a740c2627e6225
Fix a bug to update entry size when importing a new file
Fix a bug to update entry size when importing a new file
Xeeynamo/KingdomHearts
OpenKh.Tools.BarEditor/ViewModels/BarViewModel.cs
mit
1,590,082,314
using OpenKh.Kh2; using OpenKh.Tools.BarEditor.Models; using OpenKh.Tools.BarEditor.Services; using OpenKh.Tools.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools.Models; using Xe.Tools.Wpf.Commands; using Xe.Tools....
using OpenKh.Kh2; using OpenKh.Tools.BarEditor.Models; using OpenKh.Tools.BarEditor.Services; using OpenKh.Tools.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools.Models; using Xe.Tools.Wpf.Commands; using Xe.Tools....
5efabeee17ef6ea473bcef6ce9df56d9ed9ee143
Compensate for invisible outer resize edges when window is maximized.
Compensate for invisible outer resize edges when window is maximized.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,590,082,199
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
bb31fcb2275449545f2c7facb2e8de331b3b1b01
Drop midi batch if it exceeds event limit.
Drop midi batch if it exceeds event limit.
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,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/Instruments/InstrumentComponent.cs
mit
1,590,082,137
using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Robust.Server.GameObjects.Components.UserInterface; using Robust.Server.Interfaces.GameObjects; using Robust.Server.Interfaces.Player; using Robust.Shared.Ga...
using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects.Components.Instruments; using NFluidsynth; using Robust.Server.GameObjects; using Robust.Server.GameObjects.Components.UserInterface; using Robust.Server.Interfaces.GameObjects; using Robust.Server.Interfaces.Player; using Robust.Shared.Ga...
9012a661931cf6ac93497876d90123fb27bf3e2e
Add LGPL header
Add LGPL header
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Tasks/Controls/FdoBulkCopyCtl.cs
lgpl-2.1
1,590,081,044
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either //...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using FdoToolbox.Base.Services; using FdoToolbox.Core.Feature; using FdoToolbox.Tasks.Controls.BulkCopy; using FdoToolbox.Base.Controls; using FdoToolbox.Base; using System.Diagnostics; using FdoToolbox.Core.ETL.Spe...
fdc36cdafdb61c48098a728c915f235df3ab560f
Block out the entire client area, then draw a 1-pizel border around it.
Block out the entire client area, then draw a 1-pizel border around it.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,590,080,997
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
d47b469a942b03a4f04f10475921936a6270eb7a
Adjust granted access based on what was actually granted.
Adjust granted access based on what was actually granted.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtObjectManager/Cmdlets/Accessible/GetAccessibleProcessCmdlet.cs
apache-2.0
1,590,080,962
// Copyright 2017 Google Inc. 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 // // Unless required by applica...
// Copyright 2017 Google Inc. 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 // // Unless required by applica...