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
979d8c928fd7235c8331b699c08c3dc4c17db0c1
Add client function for creating dumps
Add client function for creating dumps
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Client/Components/DreamDaemonClient.cs
agpl-3.0
1,592,068,970
using System; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; namespace Tgstation.Server.Client.Components { /// <inheritdoc /> sealed class DreamDaemonClient : IDreamDaemonClient { /// <summary> /// The <see cref="IApiClient"/> for the <see ...
using System; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; namespace Tgstation.Server.Client.Components { /// <inheritdoc /> sealed class DreamDaemonClient : IDreamDaemonClient { /// <summary> /// The <see cref="IApiClient"/> for the <see ...
7eabf872d7880787946d721c6caae89f66752125
Trim spaces
Trim spaces
WorkMaze/JUST.net
JUST.net/JsonTransformer.cs
mit
1,592,068,814
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; namespace JUST { public static class JsonTransformer { public static readonly JUSTContext GlobalContext = new JUSTContext(); static JsonTransformer() { if ...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; namespace JUST { public static class JsonTransformer { public static readonly JUSTContext GlobalContext = new JUSTContext(); static JsonTransformer() { if ...
ed2fd5f3ee5be679d9341032cb7d21f9679a5498
use blending technique to colourise the tracing paper.
use blending technique to colourise the tracing paper.
Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Av...
src/Avalonia.Visuals/Media/ExperimentalAcrylicMaterial.cs
mit
1,592,068,213
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
d5b2bcf400341de4e8013c7d074dfaa0fb9d5858
Fixes bad documentation comment
Fixes bad documentation comment
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Database/SqliteDatabaseContext.cs
agpl-3.0
1,592,067,723
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref...
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref...
2bc5f0568f9c3e7d53529dc43113664103ce2d61
releasing applications is hard
releasing applications is hard
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Properties/AssemblyInfo.cs
apache-2.0
1,592,066,470
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated w...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated w...
79bad75e6c63f58313178d8fb7ce0c8fac0fa7a9
very good settings for tracing paper effect.
very good settings for tracing paper effect.
SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkori...
src/Avalonia.Visuals/Media/ExperimentalAcrylicMaterial.cs
mit
1,592,065,669
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
cfd40daff74d74a83b9c53e0d7ce7713bd5f25b3
Made DynamicTypeRegistry.AddTypeInfo protected internal.
Made DynamicTypeRegistry.AddTypeInfo protected internal.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Reflection/Dynamic/DynamicTypeRegistry.cs
mit
1,592,064,801
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DynamicTypeRegistry.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pr...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DynamicTypeRegistry.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pr...
e879501d8181a40d4346ad0779545465ad563d9d
Update RequestAdminTeleport.cs
Update RequestAdminTeleport.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Client/Admin/RequestAdminTeleport.cs
agpl-3.0
1,592,063,448
using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Mirror; using UnityEngine; public class RequestAdminTeleport : ClientMessage { public string Userid; public string AdminToken; public string UserToTeleport; public string UserToTeleportTo; public int OpperationNumber; pu...
using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Mirror; using UnityEngine; public class RequestAdminTeleport : ClientMessage { public string Userid; public string AdminToken; public string UserToTeleport; public string UserToTeleportTo; public int OpperationNumber; pu...
6622c8dbedf13af3a1897166983efd29262b440e
Small improvement in MessageHandlerBase
Small improvement in MessageHandlerBase
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Messaging/MessageHandlerBase.cs
mit
1,592,063,155
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MessageHandlerBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pro...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MessageHandlerBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the pro...
dc5bb12fa8e9f6f47c14c57b8242b24f24aa37c3
Use local helper for selecting adjusted property
Use local helper for selecting adjusted property
ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu
osu.Game/Rulesets/Mods/ModTimeRamp.cs
mit
1,592,062,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.Audio; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Config...
// 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.Audio; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Config...
eb92c3390d6b4299a2c23f0ade181ae8e4b575b5
Check for nulls when looking for ipc.txt
Check for nulls when looking for ipc.txt
peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu
osu.Game.Tournament/IPC/FileBasedIPC.cs
mit
1,592,061,478
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Collections.Generic; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; 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 System; using System.IO; using System.Linq; using System.Collections.Generic; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; us...
513397ca0f95737bea331d2ec54804442dd10ccf
Correct HasCustomPluginsLoaded check
Correct HasCustomPluginsLoaded check
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Plugins/PluginsCore.cs
apache-2.0
1,592,061,299
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
9a0a1ba0df10b87baa552e9d5869892d4cbfe3d9
correct logic of hasKeyTexture determination
correct logic of hasKeyTexture determination
NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu
osu.Game.Rulesets.Mania/Skinning/ManiaLegacySkinTransformer.cs
mit
1,592,061,135
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
ffae73a966c8afcc131c9de8b082e44950211487
let retrievals outside mania skin components use extension
let retrievals outside mania skin components use extension https://github.com/ppy/osu/pull/9264#discussion_r439730321
ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu
osu.Game.Rulesets.Mania/Skinning/ManiaLegacySkinTransformer.cs
mit
1,592,060,824
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
420eedfd4a9096f0187a0cf7ce28091dc2b0f6fe
Add BitCount
Add BitCount
mgefvert/DotNetCommons
src/DotNetCommons/StructExtensions.cs
mit
1,592,060,677
using System; // ReSharper disable UnusedMember.Global namespace DotNetCommons { public static class StructExtensions { public static T Limit<T>(this T value, T min, T max) where T : struct, IComparable<T> { if (value.CompareTo(min) < 0) return min; if ...
using System; // ReSharper disable UnusedMember.Global namespace DotNetCommons { public static class StructExtensions { public static T Limit<T>(this T value, T min, T max) where T : struct, IComparable<T> { if (value.CompareTo(min) < 0) return min; if ...
5a65aa09f891e2c66c736a9122359f839e679325
Add some tests for double case MathUtilities
Add some tests for double case MathUtilities
grokys/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/A...
tests/Avalonia.Base.UnitTests/Utilities/MathUtilitiesTests.cs
mit
1,592,060,228
using System; using Avalonia.Utilities; using Xunit; namespace Avalonia.Base.UnitTests.Utilities { public class MathUtilitiesTests { private const double AnyValue = 42.42; private readonly double _calculatedAnyValue; private readonly double _one; private readonly double _zero; ...
using System; using Avalonia.Utilities; using Xunit; namespace Avalonia.Base.UnitTests.Utilities { public class MathUtilitiesTests { private const double AnyValue = 42.42; private readonly double _calculatedAnyValue; private readonly double _one; private readonly double _zero; ...
80d46d6620c9f85cc279805e2b301016ffd00f3a
Clean up IOC/GenerationContext.cs
Clean up IOC/GenerationContext.cs
klesta490/BTDB,Bobris/BTDB,karasek/BTDB
BTDB/IOC/GenerationContext.cs
mit
1,592,060,061
using BTDB.IL; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using BTDB.Collections; namespace BTDB.IOC { class GenerationContext : IGenerationContext { readonly ContainerImpl _container; readonly ICRegILGen _registration; IBuildContext? _bu...
using BTDB.IL; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using BTDB.Collections; namespace BTDB.IOC { class GenerationContext : IGenerationContext { readonly ContainerImpl _container; readonly ICRegILGen _registration; IBuildContext? _bu...
b732200d1083e6d666ef97c9d5116accd03a6e39
3.6.0 for new features
3.6.0 for new features
andrasm/prometheus-net,andrasm/prometheus-net
Resources/SolutionAssemblyInfo.cs
mit
1,592,060,009
using System.Reflection; using System.Runtime.CompilerServices; // This is the real version number, used in NuGet packages and for display purposes. [assembly: AssemblyFileVersion("3.6.0")] // Only use major version here, with others kept at zero, for correct assembly binding logic. [assembly: AssemblyVersion("3.0.0...
using System.Reflection; using System.Runtime.CompilerServices; // This is the real version number, used in NuGet packages and for display purposes. [assembly: AssemblyFileVersion("3.5.0")] // Only use major version here, with others kept at zero, for correct assembly binding logic. [assembly: AssemblyVersion("3.0.0...
d67e4fed373712d9d2aad7a0e486bdc3ad71eb3a
added .net core target for tests
added .net core target for tests
deniszykov/msgpack-unity3d
src/GameDevWare.Serialization.Unity/Assets/Plugins/GameDevWare.Serialization/Metadata/MetadataReflection.cs
mit
1,592,058,885
#if UNITY_3_3 || UNITY_3_4 || UNITY_3_5 || UNITY_4 || UNITY_4_7 || UNITY_5 || UNITY_5_3_OR_NEWER #define UNITY #endif /* Copyright (c) 2019 Denis Zykov, GameDevWare.com This a part of "Json & MessagePack Serialization" Unity Asset - https://www.assetstore.unity3d.com/#!/content/59918 THIS SOFTWARE IS DISTRIBUTED ...
#if UNITY_3_3 || UNITY_3_4 || UNITY_3_5 || UNITY_4 || UNITY_5 || UNITY_5_3_OR_NEWER #define UNITY #endif /* Copyright (c) 2019 Denis Zykov, GameDevWare.com This a part of "Json & MessagePack Serialization" Unity Asset - https://www.assetstore.unity3d.com/#!/content/59918 THIS SOFTWARE IS DISTRIBUTED "AS-IS" WITHO...
5adfde78b43da7362e75017dc44822edeffb83f7
`dotnet fixie` target framework support matches that of the Fixie package itself, as .NET Framework is deprecated.
`dotnet fixie` target framework support matches that of the Fixie package itself, as .NET Framework is deprecated.
fixie/fixie,fixie/fixie
src/Fixie.Console/Program.cs
mit
1,592,058,858
namespace Fixie.Console { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Cli; using static System.Console; using static System.IO.Directory; using static Shell; class Program { const int Success = 0; const int Failure =...
namespace Fixie.Console { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Cli; using static System.Console; using static System.IO.Directory; using static Shell; class Program { const int Success = 0; const int Failure =...
caca1672bc06f3fc39ffa2da3ecbc8a6678d64c0
Fix predicate documentation in a few methods related to InRangeUnobstructed
Fix predicate documentation in a few methods related to InRangeUnobstructed
space-wizards/space-station-14-content,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,space-wizards/space-station-14
Content.Shared/GameObjects/EntitySystems/SharedInteractionSystem.cs
mit
1,592,055,543
using System; using System.Linq; using Content.Shared.Physics; using JetBrains.Annotations; using Robust.Shared.GameObjects.Systems; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces.Map; using Robust.Shared.Interfaces.Physics; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Sha...
using System; using System.Linq; using Content.Shared.Physics; using JetBrains.Annotations; using Robust.Shared.GameObjects.Systems; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces.Map; using Robust.Shared.Interfaces.Physics; using Robust.Shared.IoC; using Robust.Shared.Map; using Robust.Sha...
e0518fd451ac9aebd3b4506ada28eb202e55cf25
Fix silent failure
Fix silent failure
peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu
osu.Game.Tournament/Screens/StablePathSelectScreen.cs
mit
1,592,055,509
// 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.IO; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Fra...
// 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.IO; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Fra...
732a4156f3efb988fda9a967111f5a9b80035245
Add red outline to obstructed items in range (#1122)
Add red outline to obstructed items in range (#1122)
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,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Client/State/GameScreenBase.cs
mit
1,592,055,382
using System.Collections.Generic; using System.Linq; using Content.Client.GameObjects.Components; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Compo...
using System.Collections.Generic; using System.Linq; using Content.Client.GameObjects.Components; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Compo...
34cd9f7a699d62dd339c9a18bb95fefeddab0de1
Streamline autodetect & manual set path
Streamline autodetect & manual set path
smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu
osu.Game.Tournament/IPC/FileBasedIPC.cs
mit
1,592,055,150
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Collections.Generic; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; 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 System; using System.IO; using System.Linq; using System.Collections.Generic; using JetBrains.Annotations; using Microsoft.Win32; using osu.Framework.Allocation; us...
725081e1871f30dd7f5da60320328428c879339c
Fix to not ~0 in test
Fix to not ~0 in test
SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsk...
tests/Avalonia.Base.UnitTests/Utilities/MathUtilitiesTests.cs
mit
1,592,053,060
using System; using Avalonia.Utilities; using Xunit; namespace Avalonia.Base.UnitTests.Utilities { public class MathUtilitiesTests { private const double AnyValue = 42.42; private readonly double _calculatedAnyValue; private readonly double _one; private readonly double _zero; ...
using System; using Avalonia.Utilities; using Xunit; namespace Avalonia.Base.UnitTests.Utilities { public class MathUtilitiesTests { private const double AnyValue = 42.42; private readonly double _calculatedAnyValue; private readonly double _one; private readonly double _zero; ...
cbe2fa3f93a0464fbb56c3be0c441193ae458ad7
Add GetPhotoAsync
Add GetPhotoAsync
Selz/PexelsNet
PexelsNet/PexelsClient.cs
mit
1,592,052,437
using System; using System.Net.Http; using Newtonsoft.Json; using System.Threading.Tasks; namespace PexelsNet { public class PexelsClient { private const string BaseUrl = "http://api.pexels.com/v1/"; private readonly HttpClient _client = new HttpClient(); public PexelsClient(string ap...
using System; using System.Net.Http; using Newtonsoft.Json; using System.Threading.Tasks; namespace PexelsNet { public class PexelsClient { private const string BaseUrl = "http://api.pexels.com/v1/"; private readonly HttpClient _client = new HttpClient(); public PexelsClient(string ap...
460689841a23c24b3be6842885f65eb9e5c9e017
Allow update operation to handle official plugins
Allow update operation to handle official plugins
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/ASF.cs
apache-2.0
1,592,052,292
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
04c1efe298681c82da4b2342b9d0bb78e432d2ff
resolved issues with inspect code script
resolved issues with inspect code script
peppy/osu-new,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu
osu.Game/Screens/Play/Player.cs
mit
1,592,051,635
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
0281678ae37899f136f6a0d422d39516c791a24b
Add check to bound in float Clamp
Add check to bound in float Clamp
SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsolte...
src/Avalonia.Base/Utilities/MathUtilities.cs
mit
1,592,051,582
using System; using System.Runtime.InteropServices; namespace Avalonia.Utilities { /// <summary> /// Provides math utilities not provided in System.Math. /// </summary> public static class MathUtilities { // smallest such that 1.0+DoubleEpsilon != 1.0 internal static readonly double...
using System; using System.Runtime.InteropServices; namespace Avalonia.Utilities { /// <summary> /// Provides math utilities not provided in System.Math. /// </summary> public static class MathUtilities { // smallest such that 1.0+DoubleEpsilon != 1.0 internal static readonly double...
3247ec51351f5dcb75b8e03faf285dda3785232b
Interactable Tile NRE check
Interactable Tile NRE check
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Tilemaps/Behaviours/InteractableTiles.cs
agpl-3.0
1,592,051,034
using Mirror; using UnityEngine; using UnityEngine.Tilemaps; /// <summary> /// Main entry point for Tile Interaction system. /// Component which allows all the tiles of a matrix to be interacted with using their configured /// TileInteractions. /// /// Also provides various utility methods for working with tiles. ///...
using Mirror; using UnityEngine; using UnityEngine.Tilemaps; /// <summary> /// Main entry point for Tile Interaction system. /// Component which allows all the tiles of a matrix to be interacted with using their configured /// TileInteractions. /// /// Also provides various utility methods for working with tiles. ///...
b9e247da8f3d4eeccf3448bda6d0c4554666cd55
Simplify lookup code
Simplify lookup code
smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new
osu.Game/Skinning/LegacySkin.cs
mit
1,592,050,746
// 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.Diagnostics; using System.IO; using System.Linq; using JetBrains.Annotations; using osu.Framework.Audio; usin...
// 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.Diagnostics; using System.IO; using System.Linq; using JetBrains.Annotations; using osu.Framework.Audio; usin...
8402d4a5f3c2e2cac8e9b5c4948a961f0e5d1b50
Remove newline
Remove newline
ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu
osu.Game.Rulesets.Mania/Skinning/ManiaLegacySkinTransformer.cs
mit
1,592,050,736
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
4894f81d54e563698ca4a711f00349724385fdf5
fix publisher for netcore
fix publisher for netcore
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Publisher/Publisher.cs
mit
1,592,050,683
using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Nostrum; using Newtonsoft.Json.Linq; using Octokit; using SevenZip; namespace TCC.Publisher { public static class Publisher...
using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Nostrum; using Newtonsoft.Json.Linq; using Octokit; using SevenZip; namespace TCC.Publisher { public static class Publisher...
d9f3c45aa1584949cf1b8c04c46d0617c929e58c
fix case flow for boundary timer -> parallel join
fix case flow for boundary timer -> parallel join
AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/framework
Signum.Engine.Extensions/Workflow/CaseFlowLogic.cs
mit
1,592,049,186
using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Workflow; using Signum.Utilities; using System; using System.Collections.Generic; using System.Linq; namespace Signum.Engine.Workflow { public static class CaseFlowLogic { public static CaseFlow GetCaseFlow(CaseEntit...
using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Workflow; using Signum.Utilities; using System; using System.Collections.Generic; using System.Linq; namespace Signum.Engine.Workflow { public static class CaseFlowLogic { public static CaseFlow GetCaseFlow(CaseEntit...
aab606b237953d1d9844fd36245fe8b7e42fca08
Cancel scheduled asynchronous load of comments
Cancel scheduled asynchronous load of comments
ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu-new
osu.Game/Overlays/Comments/CommentsContainer.cs
mit
1,592,046,005
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Framework.Graphics; usi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Framework.Graphics; usi...
e8046654c8da91496a72c341e8f2f68bd4be66da
Add failing test case
Add failing test case
ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new
osu.Game.Tests/Visual/Online/TestSceneCommentsContainer.cs
mit
1,592,045,983
// 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.Game.Overlays; using osu.Framework.Allocation; using osu.Framework.Gr...
// 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.Game.Overlays; using osu.Framework.Allocation; using osu.Framework.Gr...
0d8753f44edd38818ce341191890ad6373a56f45
Fix possibility of package having no appIDs
Fix possibility of package having no appIDs
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs
apache-2.0
1,592,045,352
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
34c91bcd5760b2ecb03f27cc3cf8de42c87ccdfb
Update according to the review.
Update according to the review. * Use same variable name in original implementation as much as possible. * Return false if pubkey-combine result was infinity (as original implementation does) * Use array instead of IEnumerable since we want to evaluate it twice.
MetacoSA/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,NicolasDorier/NBitcoin
NBitcoin/Secp256k1/ECPubKey.cs
mit
1,592,045,343
#if HAS_SPAN #nullable enable using System; using System.Linq; using System.Collections.Generic; using System.Text; namespace NBitcoin.Secp256k1 { #if SECP256K1_LIB public #endif partial class ECPubKey { #if SECP256K1_LIB public #else internal # endif readonly GE Q; #if SECP256K1_LIB public #else inter...
#if HAS_SPAN #nullable enable using System; using System.Linq; using System.Collections.Generic; using System.Text; namespace NBitcoin.Secp256k1 { #if SECP256K1_LIB public #endif partial class ECPubKey { #if SECP256K1_LIB public #else internal # endif readonly GE Q; #if SECP256K1_LIB public #else inter...
4eeb22ca18e4598ab693c7beb0fd5309188f8ee8
rename a few variables and fix typo
rename a few variables and fix typo
NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu,peppy/osu,smoogipooo/osu
osu.Game.Rulesets.Mania/Skinning/ManiaLegacySkinTransformer.cs
mit
1,592,045,260
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
5655e090d1e1102aea9c82b461ffec7402538c65
revert movement of is mania skin check statements
revert movement of is mania skin check statements
NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu
osu.Game.Rulesets.Mania/Skinning/ManiaLegacySkinTransformer.cs
mit
1,592,045,106
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
// 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.Graphics; using osu.Framework.Graphics.Textures; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Game.Ruleset...
a2c618c3d5685570d6caeb2fb434b7ce1e2d6ccb
Optimize by StructList.
Optimize by StructList.
Bobris/BTDB,karasek/BTDB,klesta490/BTDB
BTDB/Service/TypeInf.cs
mit
1,592,045,072
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using BTDB.Collections; using BTDB.FieldHandler; using BTDB.IL; using BTDB.ODBLayer; using BTDB.StreamLayer; namespace BTDB.Service { public class TypeInf { readonly string _name; readonly MethodInf[] _m...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using BTDB.FieldHandler; using BTDB.IL; using BTDB.ODBLayer; using BTDB.StreamLayer; namespace BTDB.Service { public class TypeInf { readonly string _name; readonly MethodInf[] _methodInfs; reado...
619c541cf559f546c5718673c4acf279f98ce320
Rewrite test to use dummy API
Rewrite test to use dummy API
peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,peppy/osu-new
osu.Game.Tests/Visual/Online/TestSceneCommentsContainer.cs
mit
1,592,044,926
// 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.Game.Overlays; using osu.Framework.Allocation; using osu.Framework.Gr...
// 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.Game.Online.API.Requests; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics; using osu.Game.Overlays.Comments; using...
5e56b1faef9d1dabe37a376627d48f94395c451d
Optimize by StructList.
Optimize by StructList.
klesta490/BTDB,karasek/BTDB,Bobris/BTDB
BTDB/KVDBLayer/Implementation/Compactor.cs
mit
1,592,044,757
using System; using System.Collections.Generic; using System.Threading; using BTDB.Collections; using BTDB.KVDBLayer.Implementation; using BTDB.StreamLayer; namespace BTDB.KVDBLayer { class Compactor { readonly IKeyValueDBInternal _keyValueDB; IRootNodeInternal _root; RefDictionary<uint...
using System; using System.Collections.Generic; using System.Threading; using BTDB.Collections; using BTDB.KVDBLayer.Implementation; using BTDB.StreamLayer; namespace BTDB.KVDBLayer { class Compactor { readonly IKeyValueDBInternal _keyValueDB; IRootNodeInternal _root; RefDictionary<uint...
d667d48023bbc556d96fba706bb93134ca6e7ff1
update CreateProxyWithTarget
update CreateProxyWithTarget
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Aspect/DefaultProxyFactory.cs
mit
1,592,043,577
using JetBrains.Annotations; using System; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Aspect { public sealed class DefaultProxyFactory : IProxyFactory { public static readonly IProxyFactory Instance = new DefaultProxyFactory(DefaultProxyTypeFactory.Instance); private readonly IP...
using JetBrains.Annotations; using System; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Aspect { public sealed class DefaultProxyFactory : IProxyFactory { public static readonly IProxyFactory Instance = new DefaultProxyFactory(DefaultProxyTypeFactory.Instance); private readonly IP...
9230c148c7f68ea6908568d72052ca7e165678e2
Add cursor rotation on middle mouse button
Add cursor rotation on middle mouse button
UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,592,043,530
// 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
2eb6d8f3d1e0d85ee72ea9c2976ce7eaa00c54af
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,592,040,661
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 ...
c490dba7b3e0e22202ab861e0132a5779d818f0f
Fix crash on local score display
Fix crash on local score display
UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Scoring/ScoreStore.cs
mit
1,592,039,926
// 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 Microsoft.EntityFrameworkCore; using osu.Framework.Platform; using osu.Game.Database; namespace osu.Game.Scoring { public class ScoreStore ...
// 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 Microsoft.EntityFrameworkCore; using osu.Framework.Platform; using osu.Game.Database; namespace osu.Game.Scoring { public class ScoreStore ...
d924ed53ec81ea1891efaf1611d7559f65c3143b
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,038,761
#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-...
8862928af5d00b4421e23eacfa44c6ba6d4028c9
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,038,658
#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-...
9e129a9f9e8101f5a2cf777ec5c432c1badfbad7
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,038,601
#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-...
794b8673e21b7ccc60e7bac938426c48e3a6abc9
formated using dotnet format
formated using dotnet format
NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu
osu.Game/Screens/Play/Player.cs
mit
1,592,038,562
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
8b8f2dfda2ebfad979ce7fa148d824a80db7b418
Removed duplicate samplepause.stop() calls, removed test lines Since restart() always call perform immediate exit when the function lead to a restart, there is no need to stop the pause sample in restart
Removed duplicate samplepause.stop() calls, removed test lines Since restart() always call perform immediate exit when the function lead to a restart, there is no need to stop the pause sample in restart
UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,ppy/osu
osu.Game/Screens/Play/Player.cs
mit
1,592,037,114
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
a0d245f9ecd995226118db8389499f1ce0d2b383
fix test outputHelper exception
fix test outputHelper exception
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
test/WeihanLi.Common.Test/AspectTest/TestOutputInterceptor.cs
mit
1,592,036,182
using System; using System.Diagnostics; using System.Threading.Tasks; using WeihanLi.Common.Aspect; using WeihanLi.Extensions; using Xunit.Abstractions; namespace WeihanLi.Common.Test.AspectTest { public class TestOutputInterceptor : IInterceptor { private readonly ITestOutputHelper _output; ...
using System; using System.Threading.Tasks; using WeihanLi.Common.Aspect; using WeihanLi.Extensions; using Xunit.Abstractions; namespace WeihanLi.Common.Test.AspectTest { public class TestOutputInterceptor : IInterceptor { private readonly ITestOutputHelper _output; public TestOutputIntercept...
6fd8548f79a772d90b08cefd4e508d32d92d3c5f
no longer crash if the restart sample isn't found
no longer crash if the restart sample isn't found
peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu
osu.Game/Screens/Play/Player.cs
mit
1,592,036,021
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// 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.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
af8192ce68ed99565924364e02cfa3c57c382445
reseting last remote control (RL actions) requests with 'bResetCar'
reseting last remote control (RL actions) requests with 'bResetCar' in case of RL learning this helped to _not_ let the car start without proper initialzed algo client
tawnkramer/sdsandbox,tawnkramer/sdsandbox
sdsim/Assets/Scripts/tcp/TcpCarHandler.cs
bsd-3-clause
1,592,033,754
using System.Collections; using UnityEngine; using System; using UnityEngine.UI; using System.Globalization; using UnityEngine.SceneManagement; using UnityStandardAssets.ImageEffects; namespace tk { public class TcpCarHandler : MonoBehaviour { public GameObject carObj; public ICar c...
using System.Collections; using UnityEngine; using System; using UnityEngine.UI; using System.Globalization; using UnityEngine.SceneManagement; using UnityStandardAssets.ImageEffects; namespace tk { public class TcpCarHandler : MonoBehaviour { public GameObject carObj; public ICar c...
2e667afab407435759de71e6fbe868d0f9a37781
Hide "RequireServerAuthentication" option (#162)
Hide "RequireServerAuthentication" option (#162) When using IAP, this authentication level is almost guaranteed to not work, unless the server's certificate has been issued for the CN "localhost". Therefore, hide it in the UI.
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.IapDesktop.Application/Services/Persistence/ConnectionSettingsRepository.cs
apache-2.0
1,592,033,025
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
7bc70e644a56a76b9d2be063262e6de378853bc3
Add Unspecified language
Add Unspecified language
UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu
osu.Game/Overlays/BeatmapListing/SearchLanguage.cs
mit
1,592,032,834
// 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.Utils; namespace osu.Game.Overlays.BeatmapListing { [HasOrderedElements] public enum SearchLanguage { [Order(0)] Any, ...
// 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.Utils; namespace osu.Game.Overlays.BeatmapListing { [HasOrderedElements] public enum SearchLanguage { [Order(0)] Any, ...
bec65569cea920df6f529ccf7811eb5fd1bd8499
set event handled for focusable mouse down
set event handled for focusable mouse down
jpbruyere/Crow,jpbruyere/Crow
Crow/src/Widgets/Widget.cs
mit
1,592,030,898
// Copyright (c) 2013-2019 Bruyère Jean-Philippe jp_bruyere@hotmail.com // // This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; using System.Reflection.Emit; using System.Runtime...
// Copyright (c) 2013-2019 Bruyère Jean-Philippe jp_bruyere@hotmail.com // // This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; using System.Reflection.Emit; using System.Runtime...
0c0646a90c42a41be4deb49a8cda6b112842bf4d
seed the engine core with three baseline light animation dbs. no motion, pulse, and spin.
seed the engine core with three baseline light animation dbs. no motion, pulse, and spin.
JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,Bloodknight/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,JeffProgrammer/Torque3D,chaigler/Torque3D,chaigler/Torque3D,JeffProgrammer/Torque3D,chaigler/Torque3D,Bloodknight/Torque3D,Bloodknight/Torque3D,chaigler/Torque3D,Bloodknight/Torque3D,Je...
Templates/BaseGame/game/core/gameObjects/datablocks/defaultDatablocks.cs
mit
1,592,029,934
datablock ReflectorDesc( DefaultCubeDesc ) { texSize = 256; nearDist = 0.1; farDist = 1000.0; objectTypeMask = 0xFFFFFFFF; detailAdjust = 1.0; priority = 1.0; maxRateMs = 15; useOcclusionQuery = true; }; datablock ParticleEmitterNodeData(DefaultEmitterNodeData) { timeMultiple = 1; }; dat...
datablock ReflectorDesc( DefaultCubeDesc ) { texSize = 256; nearDist = 0.1; farDist = 1000.0; objectTypeMask = 0xFFFFFFFF; detailAdjust = 1.0; priority = 1.0; maxRateMs = 15; useOcclusionQuery = true; }; datablock ParticleEmitterNodeData(DefaultEmitterNodeData) { timeMultiple = 1; }; dat...
53791e73975cf82d5ee9327292c72bc1ca687d89
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3420.20200613055926-master-8fdf7a3
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,028,092
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "8fdf7a315285fb520a3e1bfd49311003405efe86"; public static string Version = "1.5"; public static string Build = "3420"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "587589ff6421563b1cdca5cd6e28b0b820776c05"; public static string Version = "1.5"; public static string Build = "3419"; ...
8fdf7a315285fb520a3e1bfd49311003405efe86
Adjust GetPickupMotion to account for object's height (#3022)
Adjust GetPickupMotion to account for object's height (#3022) * Adjust GetPickupMotion to account for object's height * Update Player_Inventory.cs * Update Player_Inventory.cs
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/WorldObjects/Player_Inventory.cs
agpl-3.0
1,592,027,947
using System; using System.Collections.Generic; using System.Linq; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Factories; using ACE.Serv...
using System; using System.Collections.Generic; using System.Linq; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Factories; using ACE.Serv...
d759c2a1a8b3e9348773d6c4802c5b104aacdd19
Update UserSimpleInjectorRegistration.cs
Update UserSimpleInjectorRegistration.cs
loresoft/KickStart
test/KickStart.SimpleInjector.Tests/UserSimpleInjectorRegistration.cs
mit
1,592,018,838
using System; using System.Collections.Generic; using SimpleInjector; using Test.Core; namespace KickStart.SimpleInjector.Tests { public class UserSimpleInjectorRegistration : ISimpleInjectorRegistration { public void Register(Container container, IDictionary<string, object> data) { ...
using System; using System.Collections.Generic; using SimpleInjector; using Test.Core; namespace KickStart.SimpleInjector.Tests { public class UserSimpleInjectorRegistration : ISimpleInjectorRegistration { public void Register(Container container, IDictionary<string, object> data) { ...
8556147507758a5d2c5b3a75855c6686c5edc4eb
Use static data optimisation.
Use static data optimisation.
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/MySql.Data.MySqlClient/MySqlParameter.cs
mit
1,592,018,516
using System; using System.Buffers.Text; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using MySql.Data.Types; using MySqlConnector.Core; using MySqlConnector.Protocol.Serialization; using MySqlConnector.Utilities; namespace MySql.Data.MySqlClient { publ...
using System; using System.Buffers.Text; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using MySql.Data.Types; using MySqlConnector.Core; using MySqlConnector.Protocol.Serialization; using MySqlConnector.Utilities; namespace MySql.Data.MySqlClient { publ...
02e01ea21a86bd8d59891fac04d96fab90ef0933
improving gear 2d
improving gear 2d
jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/DesignTools/Primitives/Gear2D.cs
bsd-2-clause
1,592,018,512
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
300eae03908cee540883c3961f3a58c5ae1e1214
Attempt to fix RSACng and DSACng tests on Linux/Mono
Attempt to fix RSACng and DSACng tests on Linux/Mono
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
UnitTests/Cryptography/AsymmetricAlgorithmExtensionTests.cs
mit
1,592,017,683
// // AsymmetricAlgorithmExtensionTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to ...
// // AsymmetricAlgorithmExtensionTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to ...
f291046a59425392e5b3d576b411f618efb00cc2
Remove unnecessary Normalization
Remove unnecessary Normalization * In ECPubKey.TryCombine, when converting resulted Jacobian Group Element into GE type, it was running `Normalize()` method for each field element before passing to ECPubKey constructor. But since the constructor runs `NormalizeVariable` by itself, this operation is unnecessary...
MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin
NBitcoin/Secp256k1/ECPubKey.cs
mit
1,592,017,413
#if HAS_SPAN #nullable enable using System; using System.Linq; using System.Collections.Generic; using System.Text; namespace NBitcoin.Secp256k1 { #if SECP256K1_LIB public #endif partial class ECPubKey { #if SECP256K1_LIB public #else internal # endif readonly GE Q; #if SECP256K1_LIB public #else inter...
#if HAS_SPAN #nullable enable using System; using System.Linq; using System.Collections.Generic; using System.Text; namespace NBitcoin.Secp256k1 { #if SECP256K1_LIB public #endif partial class ECPubKey { #if SECP256K1_LIB public #else internal # endif readonly GE Q; #if SECP256K1_LIB public #else inter...
202dc47961d62eff8ba515e22b21f24ceb66126d
Airlocks now have a random pitch for deny sound (#1116)
Airlocks now have a random pitch for deny sound (#1116)
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,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Client/GameObjects/Components/Doors/AirlockVisualizer2D.cs
mit
1,592,014,480
using System; using Content.Client.GameObjects.Components.Wires; using Content.Shared.Audio; using Content.Shared.GameObjects.Components.Doors; using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Client.GameObjects.Components.Animations; using Robust.Client.Interfaces.GameObjects.Components; ...
using System; using Content.Client.GameObjects.Components.Wires; using Content.Shared.GameObjects.Components.Doors; using Robust.Client.Animations; using Robust.Client.GameObjects; using Robust.Client.GameObjects.Components.Animations; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Shared.Interfac...
518a006d70477750db2fd04369b0586dec4833ab
Fix nullability warning.
Fix nullability warning.
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,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/PDA/PDAComponent.cs
mit
1,592,011,114
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.PDA; using Content.Shared.GameObjects; using Content.Shared.Ga...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.PDA; using Content.Shared.GameObjects; using Content.Shared.Ga...
6270f577780c90bca9d2a2755c901431ed0b63ca
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,592,010,606
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
2c594199c3574aab0970487142cb712a245d435e
Fix a bug in DefaultRazorSourceLineCollection.GetLineStarts
Fix a bug in DefaultRazorSourceLineCollection.GetLineStarts
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Razor/Microsoft.AspNetCore.Razor.Language/src/DefaultRazorSourceLineCollection.cs
apache-2.0
1,592,009,779
// 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.Diagnostics; namespace Microsoft.AspNetCore.Razor.Language { internal class DefaultRa...
// 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.Diagnostics; namespace Microsoft.AspNetCore.Razor.Language { internal class DefaultRa...
71cbdc9b353a94dd28277aa4f688824d1966196a
unsafe-mdoe: some fixes
unsafe-mdoe: some fixes
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Modules/flatbuffers/FlatBuffers/ByteBuffer.cs
mit
1,592,008,811
/* * Copyright 2014 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 2014 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...
6d9adaf7e509b7a4d47403aa097305edd6592c19
[replaytool] support locale flag
[replaytool] support locale flag
overtools/OWLib
ReplayMp4Tool/Program.cs
mit
1,592,008,259
using System; using System.Collections.Generic; using System.IO; using DataTool; using DataTool.Flag; using DataTool.ToolLogic.List; using DataTool.JSON; namespace ReplayMp4Tool { internal class Program { public static void Main(string[] args) { if (args.Length < 2) { Console.O...
using System; using System.Collections.Generic; using System.IO; using DataTool; using DataTool.Flag; using DataTool.ToolLogic.List; using DataTool.JSON; namespace ReplayMp4Tool { internal class Program { public static void Main(string[] args) { if (args.Length < 2) { Console.O...
d9cac0232449da9d913bfb3ec8236f47d6a15f81
Fix `HelperToReturnHelperAdapter`
Fix `HelperToReturnHelperAdapter`
rexm/Handlebars.Net
source/Handlebars/Adapters/HelperToReturnHelperAdapter.cs
mit
1,592,004,348
namespace HandlebarsDotNet.Adapters { internal class HelperToReturnHelperAdapter { private readonly HandlebarsHelper _helper; private readonly HandlebarsReturnHelper _delegate; public HelperToReturnHelperAdapter(HandlebarsHelper helper) { _helper = helper; ...
namespace HandlebarsDotNet.Adapters { internal class HelperToReturnHelperAdapter { private readonly HandlebarsHelper _helper; private readonly HandlebarsReturnHelper _delegate; public HelperToReturnHelperAdapter(HandlebarsHelper helper) { _helper = helper; ...
1d1d0fc2bf947ed0eb908ea167214a47d812cb52
Add constructors for MozJpegEncoder and PngQuantEncoder
Add constructors for MozJpegEncoder and PngQuantEncoder
imazen/imageflow-dotnet
src/Imageflow/Fluent/IEncoderPreset.cs
agpl-3.0
1,592,004,078
namespace Imageflow.Fluent { public interface IEncoderPreset { object ToImageflowDynamic(); } public class GifEncoder : IEncoderPreset { public object ToImageflowDynamic() => new {gif = (string)null}; } /// <summary> /// Use LodePngEncoder instead /// </summary...
namespace Imageflow.Fluent { public interface IEncoderPreset { object ToImageflowDynamic(); } public class GifEncoder : IEncoderPreset { public object ToImageflowDynamic() => new {gif = (string)null}; } /// <summary> /// Use LodePngEncoder instead /// </summary...
9750fb6fd075a476850a3a68ac18ea2a19fa5497
Add FluentBuildJob.GetImageInfo
Add FluentBuildJob.GetImageInfo
imazen/imageflow-dotnet
src/Imageflow/Fluent/FluentBuildJob.cs
agpl-3.0
1,592,004,051
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtons...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtons...
923418ea7c9811477f01821fd0497ce26e8f4210
version bump (0.6.0 -> 0.6.1)
version bump (0.6.0 -> 0.6.1)
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface/Properties/AssemblyInfo.cs
mit
1,592,001,032
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("DiabloInterface")] [assembly: AssemblyDescr...
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("DiabloInterface")] [assembly: AssemblyDescr...
d7c54ebfcd195bea0d36afcbcdd5ae9413d9508b
Fix duplicate '?' in query part of URI (#462)
Fix duplicate '?' in query part of URI (#462)
JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI.Web/Util/URIExtension.cs
mit
1,592,000,848
using System.Web; using System.Linq; using System; using System.Collections.Generic; using System.Collections.Specialized; namespace SpotifyAPI.Web { public static class URIExtensions { public static Uri ApplyParameters(this Uri uri, IDictionary<string, string> parameters) { Ensure.ArgumentNotNull(ur...
using System.Web; using System.Linq; using System; using System.Collections.Generic; using System.Collections.Specialized; namespace SpotifyAPI.Web { public static class URIExtensions { public static Uri ApplyParameters(this Uri uri, IDictionary<string, string> parameters) { Ensure.ArgumentNotNull(ur...
bb61df761c3e13712762dd0145b12e2634f7f01f
update unit test to account for exception being thrown
update unit test to account for exception being thrown
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/D2Reader.Test/Models/CharacterTest.cs
mit
1,592,000,673
using System; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Readers; using Zutatensuppe.D2Reader.Struct; using Zutatensuppe.D2Reader.Struct.Skill; using Zutatensuppe.D2Reader.S...
using System; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Readers; using Zutatensuppe.D2Reader.Struct; using Zutatensuppe.D2Reader.Struct.Skill; using Zutatensuppe.D2Reader.S...
ce7f4c4952a2e084154a457b4107a89fb8b0c561
Fix trying to avoid float imprecision
Fix trying to avoid float imprecision
lucas-miranda/Raccoon
Raccoon/Core/Physics/CollisionList.cs
mit
1,591,998,311
using System.Text; using System.Collections.Generic; namespace Raccoon { public class CollisionList<T> : List<CollisionInfo<T>> { public void Add(T subject, params Contact[] contacts) { Add(new CollisionInfo<T>(subject, contacts)); } public void Add(T subject, ContactList con...
using System.Text; using System.Collections.Generic; namespace Raccoon { public class CollisionList<T> : List<CollisionInfo<T>> { public void Add(T subject, params Contact[] contacts) { Add(new CollisionInfo<T>(subject, contacts)); } public void Add(T subject, ContactList con...
58adf66fae0cabc214c9baf4b7f61d66142226b5
Update to avoid ContentManager bug
Update to avoid ContentManager bug
lucas-miranda/Raccoon
Raccoon/Core/Game.cs
mit
1,591,997,871
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
using System.Collections.Generic; using System.IO; using Microsoft.Xna.Framework.Graphics; using Raccoon.Graphics; using Raccoon.Util; namespace Raccoon { public class Game : System.IDisposable { #region Public Members public delegate void GameEventDelegate(); public event GameEventDele...
7e78b238724c586551fcdffde26aaac2dee5b3b7
Update AfterStep in the AbstractExecutionListener.
Update AfterStep in the AbstractExecutionListener.
SummerBatch/SummerBatch,SummerBatch/SummerBatch
Summer.Batch.Extra/AbstractExecutionListener.cs
apache-2.0
1,591,997,834
// // Copyright 2015 Blu Age Corporation - Plano, Texas // // 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 // // Un...
// // Copyright 2015 Blu Age Corporation - Plano, Texas // // 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 // // Un...
208bc37853d977479fe695795d87f300b554f72b
Fix name handling
Fix name handling
libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net
iMobileDevice.Generator/NameConversions.cs
lgpl-2.1
1,591,997,403
// <copyright file="NameConversions.cs" company="Quamotion"> // Copyright (c) Quamotion. All rights reserved. // </copyright> namespace iMobileDevice.Generator { using System; using System.Collections.Generic; using System.Text; internal static class NameConversions { public static string...
// <copyright file="NameConversions.cs" company="Quamotion"> // Copyright (c) Quamotion. All rights reserved. // </copyright> namespace iMobileDevice.Generator { using System; using System.Collections.Generic; using System.Text; internal static class NameConversions { public static string...
1f0b7515cbe12e49b7a22df9202d4ae87933c208
Update unit tests to match updated API
Update unit tests to match updated API
libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net
iMobileDevice.Tests/DebugServerApiTests.cs
lgpl-2.1
1,591,996,619
using iMobileDevice.DebugServer; using iMobileDevice.iDevice; using iMobileDevice.Lockdown; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Xunit; namespace iMobileDevice.Tests { /// <summary> /// Tests the methods of the <see cref="AfcApi"/> class which can be invo...
using iMobileDevice.DebugServer; using iMobileDevice.iDevice; using iMobileDevice.Lockdown; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Xunit; namespace iMobileDevice.Tests { /// <summary> /// Tests the methods of the <see cref="AfcApi"/> class which can be invo...
8bbc8cf5d8a29a2fd9e56d1c6a6e7e16fd32d7c9
Always explicitly set SqliteDatabaseContext.DesignTime
Always explicitly set SqliteDatabaseContext.DesignTime
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Database/SqliteDatabaseContext.cs
agpl-3.0
1,591,995,896
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using System; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref="DatabaseContext"/> for SQLite. /// </summary> sealed class SqliteDat...
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using System; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref="DatabaseContext"/> for SQLite. /// </summary> sealed class SqliteDat...
1d1faaba3f3f19262e9ce55e04c05af3b67fa440
Do not use async void in tests
Do not use async void in tests
maxmind/minfraud-api-dotnet,maxmind/minfraud-api-dotnet
MaxMind.MinFraud.UnitTest/WebServiceClientTest.cs
apache-2.0
1,591,995,838
using MaxMind.MinFraud.Exception; using MaxMind.MinFraud.Request; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RichardSzalay.MockHttp; using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Xunit; using sta...
using MaxMind.MinFraud.Exception; using MaxMind.MinFraud.Request; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RichardSzalay.MockHttp; using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Xunit; using sta...
62b5932c11a8eede1c101eee40d7af1a67a94a77
remove unused arguments.
remove unused arguments.
SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Pe...
src/Skia/Avalonia.Skia/DrawingContextImpl.cs
mit
1,591,995,731
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Rendering.SceneGraph; using Avalonia.Rendering.Utilities; using Avalonia.Utilities; using Avalonia.Visuals.Media.Im...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Rendering.SceneGraph; using Avalonia.Rendering.Utilities; using Avalonia.Utilities; using Avalonia.Visuals.Media.Im...
2f4a4d73ec091d446b7fa2abae907b72fdbc4d49
Restored old version of SwapSaveManager.OnLoadRequested as the code cleanup broke the unit tests.
Restored old version of SwapSaveManager.OnLoadRequested as the code cleanup broke the unit tests.
dbeals/GameSaveSystem
GameSaveSystemTests/SwapSaveManager.cs
unlicense
1,591,995,534
// /*********************************************************************** // This is free and unencumbered software released into the public domain. // // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpos...
// /*********************************************************************** // This is free and unencumbered software released into the public domain. // // Anyone is free to copy, modify, publish, use, compile, sell, or // distribute this software, either in source code form or as a compiled // binary, for any purpos...
c333f47ec9f5b63324f6fa733194935e904b5a44
Correct call to drop database
Correct call to drop database
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Database/DatabaseContext.cs
agpl-3.0
1,591,995,427
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Globalization; using System.Linq; using System.Threading; using System....
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Globalization; using System.Linq; using System.Threading; using System....
307e21153fd8a36714db0d53e5065fdc7c7cb326
Add missing fields to ToString
Add missing fields to ToString
maxmind/minfraud-api-dotnet,maxmind/minfraud-api-dotnet
MaxMind.MinFraud/Request/Device.cs
apache-2.0
1,591,994,988
using Newtonsoft.Json; using System; using System.Net; namespace MaxMind.MinFraud.Request { /// <summary> /// The device information for the transaction being sent to the /// web service. /// </summary> public sealed class Device { /// <summary> /// Constructor. /// </s...
using Newtonsoft.Json; using System; using System.Net; namespace MaxMind.MinFraud.Request { /// <summary> /// The device information for the transaction being sent to the /// web service. /// </summary> public sealed class Device { /// <summary> /// Constructor. /// </s...
a3572655065c138da28cbd5f897281163638264a
Added missing documentation for CharacterProfileSummary
Added missing documentation for CharacterProfileSummary
danjagnow/ArgentPonyWarcraftClient
src/ArgentPonyWarcraftClient/Models/ProfileApi/CharacterProfile/CharacterProfileSummary.cs
mit
1,591,994,963
using System; using Newtonsoft.Json; namespace ArgentPonyWarcraftClient { /// <summary> /// A World of Warcraft player character. /// </summary> public class CharacterProfileSummary { /// <summary> /// Gets links for the character. /// </summary> [JsonProperty("_lin...
using System; using Newtonsoft.Json; namespace ArgentPonyWarcraftClient { /// <summary> /// A World of Warcraft player character. /// </summary> public class CharacterProfileSummary { /// <summary> /// Gets links for the character. /// </summary> [JsonProperty("_lin...
bcace23d7532b845bcd0698ba7f39371aeaebd11
Set default options if null
Set default options if null
recurly/recurly-client-net,recurly/recurly-client-net
Recurly/BaseClient.cs
mit
1,591,994,197
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using RestSharp; using RestSharp.Authenticators; [assembly: InternalsVisibleT...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.CompilerServices; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using RestSharp; using RestSharp.Authenticators; [assembly: InternalsVisibleT...
cdf467b091e0b371deeda99861b5c01a928c504b
Use tenant id from lab response (#1882)
Use tenant id from lab response (#1882)
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
tests/Microsoft.Identity.Test.Integration.net45/SeleniumTests/ConfidentialClientAuthorizationTests.cs
mit
1,591,993,918
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Net; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using Micr...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Net; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using Micr...
d1aed79850f6a064043891708c0fe37faa113699
more minor code optimizations
more minor code optimizations
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Database/SelectablePackage.cs
apache-2.0
1,591,992,341
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
using RelhaxModpack.UI; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using System.Text; using RelhaxModpack.Utilities; namespace RelhaxModpack.Database { /// <summary> /// The types of UI selections for building the selection tree /// </summary> pub...
070ee0f0054e6b865e5c6c8eda3d371e2f69974c
1 to 10 test is passing
1 to 10 test is passing
dadhi/ImTools
test/ImTools.UnitTests/Experimental.ImMap234Tests.cs
mit
1,591,991,892
using NUnit.Framework; namespace ImTools.Experimental.Tree234.UnitTests { [TestFixture] public class ImMap234Tests { [Test] public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition() { var m = ImMap<int>.Empty; Assert.AreEqual(default...
using NUnit.Framework; namespace ImTools.Experimental.Tree234.UnitTests { [TestFixture] public class ImMap234Tests { [Test] public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition() { var m = ImMap<int>.Empty; Assert.AreEqual(default...
246cb1db71dbbeb6bd4f40e595465da767ec24d6
more test cases
more test cases
dadhi/ImTools
test/ImTools.UnitTests/Experimental.ImMap234Tests.cs
mit
1,591,991,406
using NUnit.Framework; namespace ImTools.Experimental.Tree234.UnitTests { [TestFixture] public class ImMap234Tests { [Test] public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition() { var m = ImMap<int>.Empty; Assert.AreEqual(default...
using NUnit.Framework; namespace ImTools.Experimental.Tree234.UnitTests { [TestFixture] public class ImMap234Tests { [Test] public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition() { var m = ImMap<int>.Empty; Assert.AreEqual(default...
be51e794728c6d5713c710d7e813e8996868f5ce
testing of removing potentially redundant code
testing of removing potentially redundant code
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,591,990,834
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
d900b9a5a6d59bf7c4c4f17f13d502d79a260fc4
first test steps are working
first test steps are working
dadhi/ImTools
test/ImTools.UnitTests/Experimental.ImMap234Tests.cs
mit
1,591,990,765
using NUnit.Framework; namespace ImTools.Experimental.Tree234.UnitTests { [TestFixture] public class ImMap234Tests { [Test] public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition() { var m = ImMap<int>.Empty; Assert.AreEqual(default...
using NUnit.Framework; namespace ImTools.Experimental.ImMap234.UnitTests { [TestFixture] public class ImMap234Tests { [Test] public void Test_that_all_added_values_are_accessible() { var t = ImMap<int>.Empty .AddOrUpdate(1, 11) .AddOrUpdat...
a1ed1bae084790d73da8b1ed87571c01b1071497
adding comments and spacing
adding comments and spacing
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,591,990,639
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
65df446f2ab604a4971ae497bad82fb1aaa873ac
use immutable solidcolor brush for fallback in drawing node.
use immutable solidcolor brush for fallback in drawing node.
AvaloniaUI/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Aval...
src/Avalonia.Visuals/Rendering/SceneGraph/ExperimentalAcrylicNode.cs
mit
1,591,989,765
using System; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Platform; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// A node in the scene graph which represents a rectangle draw. /// </summary> internal class ExperimentalAcrylicNode : DrawOperation { /// ...
using System; using Avalonia.Media; using Avalonia.Platform; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// A node in the scene graph which represents a rectangle draw. /// </summary> internal class ExperimentalAcrylicNode : DrawOperation { /// <summary> /// Initialize...
7ba0caefe4e2647ffcc18f8680e5928b5e112b31
Change singleplayer command to use custom command with autostart instead of running localhost.bat
Change singleplayer command to use custom command with autostart instead of running localhost.bat
CalebChalmers/KAGTools
KAGTools/ViewModels/MainViewModel.cs
mit
1,591,989,209
using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.CommandWpf; using GalaSoft.MvvmLight.Messaging; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks...
using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.CommandWpf; using GalaSoft.MvvmLight.Messaging; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks...