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
93dc6cf399645aa61c5fb46905987a4ebc4176cc
Fixes shootmessage NRE
Fixes shootmessage NRE
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Server/ShootMessage.cs
agpl-3.0
1,589,175,667
using System.Collections; using UnityEngine; using Mirror; /// <summary> /// Informs all clients that a shot has been performed so they can display it (but they needn't /// perform any damage calculation, this is just displaying the shot that the server has already validated). /// </summary> public class ShootMessage...
using System.Collections; using UnityEngine; using Mirror; /// <summary> /// Informs all clients that a shot has been performed so they can display it (but they needn't /// perform any damage calculation, this is just displaying the shot that the server has already validated). /// </summary> public class ShootMessage...
427783601de5182bf33df001bb009cbbe8b01bba
Remove duplicate code
Remove duplicate code
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Packager/Program.cs
mit
1,589,175,456
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using NSubsys; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Net.Http; using System.Runtime.InteropServices; using System.Text; using System.Thre...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using NSubsys; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Net.Http; using System.Runtime.InteropServices; using System.Text; using System.Thre...
43342c57b885f3baabf0fc73212d1adf679677da
Fix switch case
Fix switch case ... caused by a poor merge
NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko/Skinning/TaikoLegacySkinTransformer.cs
mit
1,589,173,986
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphic...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphic...
a64cb6feb1ef097027654fa004be579a67042a50
Remove unused using
Remove unused using
ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framew...
osu.Framework/Extensions/Color4Extensions/Color4Extensions.cs
mit
1,589,173,792
// 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.Graphics; using System; using System.Globalization; namespace osu.Framework.Extensions.Color4Extensions { public static class Color4Extensions { ...
// 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.Graphics; using System; using System.Globalization; using osu.Framework.Graphics.Colour; namespace osu.Framework.Extensions.Color4Extensions { public st...
9e1ec70e2dbd79724f074a651c0bcca0bd27d9d6
Fix DreamDaemonLaunchParameters matching.
Fix DreamDaemonLaunchParameters matching.
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Api/Models/Internal/DreamDaemonLaunchParameters.cs
agpl-3.0
1,589,171,259
using System; using System.ComponentModel.DataAnnotations; namespace Tgstation.Server.Api.Models.Internal { /// <summary> /// Launch settings for DreamDaemon /// </summary> public class DreamDaemonLaunchParameters { /// <summary> /// If the BYOND web client can be used to connect to the game server /// </s...
using System; using System.ComponentModel.DataAnnotations; namespace Tgstation.Server.Api.Models.Internal { /// <summary> /// Launch settings for DreamDaemon /// </summary> public class DreamDaemonLaunchParameters { /// <summary> /// If the BYOND web client can be used to connect to the game server /// </s...
652b295a440c297e603cbcb28d7020b879a7b64f
Add chaining functions
Add chaining functions
EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framew...
osu.Framework/Graphics/Colour/Colour4.cs
mit
1,589,170,513
// 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; namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 : IEquatable<Colour4> { /// <summary> /// Represents the r...
// 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; namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 : IEquatable<Colour4> { /// <summary> /// Represents the r...
8a4f26b8ae00ba1f7b86227121a54ea5b3d4a478
Add conversion functions
Add conversion functions
ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framewor...
osu.Framework/Extensions/Color4Extensions/Color4Extensions.cs
mit
1,589,170,484
// 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.Graphics; using System; using System.Globalization; using osu.Framework.Graphics.Colour; namespace osu.Framework.Extensions.Color4Extensions { public st...
// 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.Graphics; using System; using System.Globalization; namespace osu.Framework.Extensions.Color4Extensions { public static class Color4Extensions { ...
a5c592d903e9e1767c0f4dd8adfc1a37c0790f2d
Add missing EOF whitespace
Add missing EOF whitespace
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/System/IProcessSuspender.cs
agpl-3.0
1,589,169,877
namespace Tgstation.Server.Host.System { /// <summary> /// Abstraction for suspending and resuming processes. /// </summary> interface IProcessSuspender { /// <summary> /// Suspend a given <see cref="Process"/>. /// </summary> /// <param name="process">The <see cref="Process"/> to suspend.</param> void ...
namespace Tgstation.Server.Host.System { /// <summary> /// Abstraction for suspending and resuming processes. /// </summary> interface IProcessSuspender { /// <summary> /// Suspend a given <see cref="Process"/>. /// </summary> /// <param name="process">The <see cref="Process"/> to suspend.</param> void ...
f1959338446a0c98345330e61d6beb8ca8deed6c
Fix hardrock potentially taking a long time to load
Fix hardrock potentially taking a long time to load
peppy/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu
osu.Game.Rulesets.Osu/Mods/OsuModHardRock.cs
mit
1,589,169,839
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Osu.Objec...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Osu.Objec...
916d8245e6c951a5b9d31d61a7aec3226f2c4922
Don't timeout on long beatmap load when debugging
Don't timeout on long beatmap load when debugging
UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Beatmaps/WorkingBeatmap.cs
mit
1,589,169,047
// 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.Linq; using System.Threading; using System.Threading.Tasks; using osu.Framework.Au...
// 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 System.Threading; using System.Threading.Tasks; using osu.Framework.Audio; using osu.Framework.A...
d0dd27b62fcc6a16143005e2bf5d4623211a427b
Поддержка COM коллекций в дебаггере
Поддержка COM коллекций в дебаггере
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/ScriptEngine/Machine/Contexts/UnmanagedCOMWrapperContext.cs
mpl-2.0
1,589,166,503
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ //...
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ //...
0393e4dda2fc29d7c2c92461b029f8148546fef0
関数記述方法の簡略化
関数記述方法の簡略化
zenuas/Roku,zenuas/Roku
src/Compiler/CodeGenerator.cs
mit
1,589,166,300
using Extensions; using Roku.IntermediateCode; using Roku.Manager; using System; using System.Collections.Generic; using System.IO; using System.Reflection; namespace Roku.Compiler { public static class CodeGenerator { public static void Emit(SourceCodeBody body, string path) { var...
using Extensions; using Roku.IntermediateCode; using Roku.Manager; using System; using System.Collections.Generic; using System.IO; using System.Reflection; namespace Roku.Compiler { public static class CodeGenerator { public static void Emit(SourceCodeBody body, string path) { var...
91ebef2ab0c9d02b45281e4b22407a67a46d0493
RangeToの実装をRangeに集約
RangeToの実装をRangeに集約
zenuas/Roku,zenuas/Roku
src/Extensions/Lists.cs
mit
1,589,166,123
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Extensions { public static class Lists { [DebuggerHidden] public static IEnumerable<int> Sequence(int first, int tolerance = 1) { for (; ; fi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Extensions { public static class Lists { [DebuggerHidden] public static IEnumerable<int> Sequence(int first, int tolerance = 1) { for (; ; fi...
7cd709ab3cfe6cea7e40d8a9704056f10d50fb3b
211317 downgrade error to warning for complex image (#5884)
211317 downgrade error to warning for complex image (#5884) * Revert "Decouple validation from markdig extensions (#5360)" This reverts commit e0224cd330a3c26bf81fbf90dc3f7800981beba5. * Downgraded an error to a warning.
dotnet/docfx,superyyrrzz/docfx,dotnet/docfx,superyyrrzz/docfx,superyyrrzz/docfx,dotnet/docfx,dotnet/docfx,superyyrrzz/docfx
src/Microsoft.DocAsCode.MarkdigEngine.Extensions/TripleColon/ImageExtension.cs
mit
1,589,166,027
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.MarkdigEngine.Extensions { using Markdig.Parsers; using Markdig.Renderers; using Markdig.Renderers.Html; using Markdig.Syn...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.MarkdigEngine.Extensions { using Markdig.Parsers; using Markdig.Renderers; using Markdig.Renderers.Html; using Markdig.Syn...
e6761c64bcf421c94ae64757bd004564f4ac87f7
Clamp operators
Clamp operators
peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,...
osu.Framework/Graphics/Colour/Colour4.cs
mit
1,589,165,628
// 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; namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 : IEquatable<Colour4> { /// <summary> /// Represents the r...
// 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; namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 : IEquatable<Colour4> { /// <summary> /// Represents the r...
3193a0a7b2b32b8573f47647567e59dcd1572796
get rid of that 1!!!
get rid of that 1!!!
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,space-wizards/space-station-14,space-wizards/space-station-14
Content.Client/GameObjects/Components/Storage/ClientStorageComponent.cs
mit
1,589,164,863
using System; using System.Collections.Generic; using Content.Shared.GameObjects.Components.Storage; using Content.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.Custo...
using System; using System.Collections.Generic; using Content.Shared.GameObjects.Components.Storage; using Content.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.Custo...
80796df5a314c2bb246bb879de2ec94081607346
Add placing items into storage when Storage UI is clicked with item in hand
Add placing items into storage when Storage UI is clicked with item in hand
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Client/GameObjects/Components/Storage/ClientStorageComponent.cs
mit
1,589,164,730
using System; using System.Collections.Generic; using Content.Shared.GameObjects.Components.Storage; using Content.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.Custo...
using System; using System.Collections.Generic; using Content.Shared.GameObjects.Components.Storage; using Content.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.Custo...
19a02bdbbe30ab689b2668d716ebca20e3b10fcf
Add constant colours
Add constant colours
peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smo...
osu.Framework/Graphics/Colour/Colour4.cs
mit
1,589,164,405
// 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; namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 : IEquatable<Colour4> { /// <summary> /// Represents the r...
// 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; namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 : IEquatable<Colour4> { /// <summary> /// Represents the r...
855e6642449e261f8484ab40b4af28790328c082
Add IEquatable
Add IEquatable
ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framewor...
osu.Framework/Graphics/Colour/Colour4.cs
mit
1,589,164,364
// 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; namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 : IEquatable<Colour4> { /// <summary> /// Represents the r...
// 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. namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 { /// <summary> /// Represents the red component of the linear RGBA colou...
69f11b64831a6a74e326a22176afadf30ac5bf68
Add operator overloads
Add operator overloads
ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framew...
osu.Framework/Graphics/Colour/Colour4.cs
mit
1,589,164,320
// 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. namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 { /// <summary> /// Represents the red component of the linear RGBA colou...
// 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. namespace osu.Framework.Graphics.Colour { public readonly struct Colour4 { /// <summary> /// Represents the red component of the linear RGBA colou...
0b0833ab3a9225e17182b090793f09a468047674
InheritedTypeWriterJsonConverter - use versionless assembly qualified name
InheritedTypeWriterJsonConverter - use versionless assembly qualified name
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization.Json/Converters/InheritedTypeWriterJsonConverter.cs
mit
1,589,164,123
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InheritedTypeWriterJsonConverter.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InheritedTypeWriterJsonConverter.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // ------------------------------------...
3f945a54b81eb032355a369cddf22376391b9a60
refactoring
refactoring
OBeautifulCode/OBeautifulCode.Serialization
OBeautifulCode.Serialization/SerializationConfiguration/SerializationConfigurationBase/SerializationConfigurationBase.cs
mit
1,589,164,098
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // --------------------------------------...
277808a4edaeeaffccf9c9c97402e5edf3521235
add null check
add null check
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Items/Others/RandomItemSpot.cs
agpl-3.0
1,589,163,218
using System; using System.Collections.Generic; using Mirror; using UnityEngine; using Random = UnityEngine.Random; namespace Items { public class RandomItemSpot : NetworkBehaviour, IServerSpawn { [Tooltip("Amout of items we could get from this pool")] [SerializeField] private int lootCount = 1; [Tooltip("Sho...
using System; using System.Collections.Generic; using Mirror; using UnityEngine; using Random = UnityEngine.Random; namespace Items { public class RandomItemSpot : NetworkBehaviour, IServerSpawn { [Tooltip("Amout of items we could get from this pool")] [SerializeField] private int lootCount = 1; [Tooltip("Sho...
4e64481dc90dfeb13bac15575776fedaf293500d
dispose properly
dispose properly
swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization
examples/drawing/game-of-life/GameOfLife/Form1.cs
mit
1,589,162,386
using LifeModel; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace GameOfLife { public partial class Form1 : Form { Board board;...
using LifeModel; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace GameOfLife { public partial class Form1 : Form { Board board;...
ee5eb85a0ca3ec1a04616b96ea6191da4df0d323
Don't use the default help text if it's null or empty
Don't use the default help text if it's null or empty
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/Helpers/ComponentSolverFactory.cs
mit
1,589,162,032
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Missions; using Newtonsoft.Json.Linq; using UnityEngine; using UnityEngine.Networking; public static class ComponentSolverFactory { public st...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Missions; using Newtonsoft.Json.Linq; using UnityEngine; using UnityEngine.Networking; public static class ComponentSolverFactory { public st...
57b43bc1bf4dbdca8a4f24b49bb702d4ec7aa4b2
Prevent the leaderboard from being overridden if it could not be loaded
Prevent the leaderboard from being overridden if it could not be loaded
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/Leaderboard.cs
mit
1,589,162,003
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Timers; using System.Xml.Serialization; using Newtonsoft.Json.Converters; using UnityEngine; public class Leaderboard { public class LeaderboardEntry { public string UserName { get; set;...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Timers; using System.Xml.Serialization; using Newtonsoft.Json.Converters; using UnityEngine; public class Leaderboard { public class LeaderboardEntry { public string UserName { get; set;...
a1d4f71b50463cfb79500f276bd40be60b66d3f3
Исправил табы на пробелы
Исправил табы на пробелы
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/ScriptEngine/Machine/Rcw/DispatchUtility.cs
mpl-2.0
1,589,161,987
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ /...
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ /...
a57aa2f9ebfa5afd92aa7651991f0b64512a8d03
Fix possible null reference from merge
Fix possible null reference from merge
mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit
src/NUnitFramework/framework/Attributes/TestCaseAttribute.cs
mit
1,589,160,808
// *********************************************************************** // Copyright (c) 2008-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
// *********************************************************************** // Copyright (c) 2008-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
d70f99cc0aa2040ea9f317d0306c264d50159f08
Remove Sqlite latest compile job workaround
Remove Sqlite latest compile job workaround
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Extensions/DatabaseContextExtensions.cs
agpl-3.0
1,589,160,258
using Microsoft.EntityFrameworkCore; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Models; namespace Tgstation.Server.Host.Extensions { /// <summary> /// Extensions for the <see cref="IDatabaseContext"/> <see ...
using Microsoft.EntityFrameworkCore; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.Database; using Tgstation.Server.Host.Models; namespace Tgstation.Server.Host.Extensions { /// <summary> /// Extensions f...
788b5097c924e321c66971c7b3b375f3898dfafe
ammend stupid fuck up
ammend stupid fuck up
krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Items/Others/RandomItemSpot.cs
agpl-3.0
1,589,159,015
using System; using System.Collections.Generic; using Mirror; using UnityEngine; using Random = UnityEngine.Random; namespace Items { public class RandomItemSpot : NetworkBehaviour, IServerSpawn { [Tooltip("Amout of items we could get from this pool")] [SerializeField] private int lootCount = 1; [Tooltip("Sho...
using System; using System.Collections.Generic; using Mirror; using UnityEngine; using Random = UnityEngine.Random; namespace Items { public class RandomItemSpot : NetworkBehaviour, IServerSpawn { [Tooltip("Amout of items we could get from this pool")] [SerializeField] private int lootCount = 1; [Tooltip("Sho...
99ba8a0bf2359e6dcfc5bbdd1afef8158fcb536f
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,589,155,822
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
565af85b9aafc42fe1af2f30ccd73ff093a2fad7
runtime: deadlock fix, use of ConcurrentDictionary
runtime: deadlock fix, use of ConcurrentDictionary removed unnecessary locking, fixed potential deadlock simplified code
iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Runtime/Reflection/PhpTypeInfo.cs
apache-2.0
1,589,154,358
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Pchp.Core.Dynamic; using Peachpie.Runtime.Dynamic; namespace Pchp.Core.Reflection { ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using Pchp.Core.Dynamic; using Peachpie.Runtime.Dynamic; namespace Pchp.Core.Reflection { #region PhpTypeInfo /// <sum...
acd33dd6621cbb5236f77c1d4f88dfaad9e9ed7b
Fix blinking bug that occurs when cursor in on tooltip
Fix blinking bug that occurs when cursor in on tooltip
tigrouind/LifeDISA,tigrouind/LifeDISA
VarsViewer/VarsViewer/MainForm.cs
mit
1,589,154,019
using System; using System.Drawing; using System.Linq; using System.Windows.Forms; using Microsoft.VisualBasic; namespace VarsViewer { public partial class MainForm : Form { float cellWidth, cellHeight; Var lastToolTip; readonly Brush greenBrush = new SolidBrush(Color.FromArgb(255, 43, 193, 118)); readonl...
using System; using System.Drawing; using System.Linq; using System.Windows.Forms; using Microsoft.VisualBasic; namespace VarsViewer { public partial class MainForm : Form { float cellWidth, cellHeight; Var lastToolTip; readonly Brush greenBrush = new SolidBrush(Color.FromArgb(255, 43, 193, 118)); readonl...
2f504b1930c4dd121e5214a968837484fe9c2583
Deduplicate some code in test to make them pass.
Deduplicate some code in test to make them pass.
Bobris/BTDB,klesta490/BTDB,karasek/BTDB
BTDBTest/FindUnusedKeysTest.cs
mit
1,589,153,376
using Assent; using BTDB.FieldHandler; using BTDB.KVDBLayer; using BTDB.ODBLayer; using System; using System.Collections.Generic; using System.Text; using Xunit; namespace BTDBTest { public class FindUnusedKeysTest : IDisposable { readonly IKeyValueDB _lowDb; IObjectDB _db; readonly Ty...
using Assent; using BTDB.FieldHandler; using BTDB.KVDBLayer; using BTDB.ODBLayer; using System; using System.Collections.Generic; using System.Text; using Xunit; namespace BTDBTest { public class FindUnusedKeysTest : IDisposable { readonly IKeyValueDB _lowDb; IObjectDB _db; readonly Ty...
3763233fea10cb5dd12a75127424061ffb6f9d19
Annotate TestParameters
Annotate TestParameters
nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit
src/NUnitFramework/framework/TestParameters.cs
mit
1,589,153,223
// *********************************************************************** // Copyright (c) 2016 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
using System; using System.Collections.Generic; using System.Globalization; namespace NUnit.Framework { /// <summary> /// TestParameters class holds any named parameters supplied to the test run /// </summary> public class TestParameters { private static readonly IFormatProvider MODIFIED_I...
7a092332a792835f42a4202ae2b3312c2c168ac1
Update PatternControllerUi.xaml.cs
Update PatternControllerUi.xaml.cs Мужики бисило в майнере параметр (Узнаваемость) который постоянно надо было проблемотично менять, внес коррективы в проверку текста если что можете обновить протестировал вроде работает
AlexWan/OsEngine
project/OsEngine/OsMiner/Patterns/PatternControllerUi.xaml.cs
apache-2.0
1,589,152,318
using System; using System.Collections.Generic; using System.Globalization; using System.Windows; using System.Windows.Controls; using System.Windows.Forms; using System.Windows.Forms.Integration; using System.Windows.Input; using OsEngine.Entity; using OsEngine.Language; using OsEngine.Logging; using OsEngine.Market....
using System; using System.Collections.Generic; using System.Globalization; using System.Windows; using System.Windows.Controls; using System.Windows.Forms; using System.Windows.Forms.Integration; using System.Windows.Input; using OsEngine.Entity; using OsEngine.Language; using OsEngine.Logging; using OsEngine.Market....
dc232905e9696f252bbbaa9dd7147fc8aab0719f
request handler nullref fix
request handler nullref fix timeout'ed request causing nullref
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Peachpie.AspNetCore.Web/PhpHandlerMiddleware.cs
apache-2.0
1,589,151,598
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyModel; using Pchp.Core...
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyModel; using Pchp.Core...
f8adf951ddbb9f295ead62ee49b3676c497db391
json_encode() resets last error
json_encode() resets last error
peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie
src/Peachpie.Library/Serialization.Json.cs
apache-2.0
1,589,150,705
using System; using System.Diagnostics; using System.IO; using System.Text; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Pchp.Core; using Pchp.Core.Reflection; using static Pchp.Library.JsonSerialization; using Microsoft.Extensions.ObjectPool; using Pchp.Core.Utilities; nam...
using System; using System.Diagnostics; using System.IO; using System.Text; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Pchp.Core; using Pchp.Core.Reflection; using static Pchp.Library.JsonSerialization; using Microsoft.Extensions.ObjectPool; using Pchp.Core.Utilities; nam...
9cfd6b47ed1ceb5271e21a6ef6e0771aeea3e145
[Engine] made Line vs. ShapeCollection collision more efficient.
[Engine] made Line vs. ShapeCollection collision more efficient.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
Engines/FlatRedBallXNA/FlatRedBall/Math/Geometry/ShapeCollectionCollision.cs
mit
1,589,150,605
using System; namespace FlatRedBall.Math.Geometry { internal static class ShapeCollectionCollision { // The CollideShapeAgainstThis method needs to update dependencies on the shape being passed in to the method. // The reason is because deep collision performs an update dependencies so that a a sha...
using System; namespace FlatRedBall.Math.Geometry { internal static class ShapeCollectionCollision { // The CollideShapeAgainstThis method needs to update dependencies on the shape being passed in to the method. // The reason is because deep collision performs an update dependencies so that a a sha...
5f57334a658f02a55848c5c4608494bf553ca721
Ignore child labels for now
Ignore child labels for now
Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab
LynnaLab/Core/FileParser.cs
mit
1,589,148,867
using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Linq; namespace LynnaLab { public class FileParser { private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType...
using System; using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Linq; namespace LynnaLab { public class FileParser { private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType...
ffa3ceb3a58463cd66cb22f3cb19c26c6a11d053
More optimizations
More optimizations
JaCraig/Inflatable
src/Inflatable/Sessions/Session.cs
apache-2.0
1,589,148,436
/* Copyright 2017 James Craig Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
/* Copyright 2017 James Craig Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
385c6cfb789d74b632c00a7713b6ceaf8751f5fb
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,589,148,303
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 ...
b678a035f0dbd84aa56f342307c2fcc667d973b1
Update HttpHelper_Tests.cs
Update HttpHelper_Tests.cs
wp-net/WordPressPCL,cobalto/WordPressPCL,cobalto/WordPressPCL,wp-net/WordPressPCL
WordPressPCL.Tests.Selfhosted/Utility/HttpHelper_Tests.cs
mit
1,589,148,215
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using WordPressPCL.Models; namespace WordPressPCL.Tests.Selfhosted.Utility { [TestClass] public class HttpHelper_Tests { [TestMethod] public async Task HttpHelper_InvalidPrePr...
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using WordPressPCL.Models; namespace WordPressPCL.Tests.Selfhosted.Utility { [TestClass] public class HttpHelper_Tests { private static WordPressClient _clientAuth; [ClassIni...
21561e4c65765a6a6b5a05c4c20d37da8c000c3f
Added test for ldind_ref
Added test for ldind_ref
CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
Tests/Kernels/Cosmos.Compiler.Tests.Bcl.System/System/ArrayTests.cs
bsd-3-clause
1,589,148,154
using System; using Cosmos.TestRunner; namespace Cosmos.Compiler.Tests.Bcl.System { class ArrayTests { public static void Execute() { byte[] xEmptyByteArray = Array.Empty<byte>(); object[] xEmptyObjectArray = Array.Empty<object>(); Assert.IsTrue(xEmptyByte...
using System; using Cosmos.TestRunner; namespace Cosmos.Compiler.Tests.Bcl.System { class ArrayTests { public static void Execute() { byte[] xEmptyByteArray = Array.Empty<byte>(); object[] xEmptyObjectArray = Array.Empty<object>(); Assert.IsTrue(xEmptyByte...
4d7c0291db91985442c4faa5ac806653cbef66fe
dont share wordpressclients across tests
dont share wordpressclients across tests
wp-net/WordPressPCL,cobalto/WordPressPCL,cobalto/WordPressPCL,wp-net/WordPressPCL
WordPressPCL.Tests.Selfhosted/Utility/ClientHelper.cs
mit
1,589,147,787
using System.Threading.Tasks; using WordPressPCL.Models; namespace WordPressPCL.Tests.Selfhosted.Utility { public static class ClientHelper { public static async Task<WordPressClient> GetAuthenticatedWordPressClient(AuthMethod method = AuthMethod.JWT) { var clientAuth = new WordPre...
using System.Threading.Tasks; using WordPressPCL.Models; namespace WordPressPCL.Tests.Selfhosted.Utility { public static class ClientHelper { private static WordPressClient _client; private static WordPressClient _clientAuth; public static async Task<WordPressClient> GetAuthenticatedW...
83b6446f6452b3aea8e1958e0287defc76451f57
improve page parsing
improve page parsing
wp-net/WordPressPCL,cobalto/WordPressPCL,cobalto/WordPressPCL,wp-net/WordPressPCL
WordPressPCL/Client/Comments.cs
mit
1,589,146,660
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using WordPressPCL.Models; using WordPressPCL.Utility; namespace WordPressPCL.Client { /// <summary> /// Client class for interaction with Comments endpoint WP REST API /// </summary> public class Comments : CRUDOperat...
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using WordPressPCL.Models; using WordPressPCL.Utility; namespace WordPressPCL.Client { /// <summary> /// Client class for interaction with Comments endpoint WP REST API /// </summary> public class Comments : CRUDOperat...
bf442d20a030b2241661febf608fd13029e059e2
Remove need for suppression
Remove need for suppression
nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit
src/NUnitFramework/framework/TestContext.cs
mit
1,589,143,964
// *********************************************************************** // Copyright (c) 2011 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
// *********************************************************************** // Copyright (c) 2011 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
69a8f2ce5a8ac97e33585c7bd5385f8284957da0
Enable nullability for ValueFormatter
Enable nullability for ValueFormatter
nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit
src/NUnitFramework/framework/Constraints/MsgUtils.cs
mit
1,589,143,964
// *********************************************************************** // Copyright (c) 2012 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
// *********************************************************************** // Copyright (c) 2012 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
226e6664e47ec3a017a0817ad613e803ab171602
Inline method to get rid of nullability warning
Inline method to get rid of nullability warning
mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit
src/NUnitFramework/framework/Internal/Results/TestResult.cs
mit
1,589,143,964
// *********************************************************************** // Copyright (c) 2010-2014 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
// *********************************************************************** // Copyright (c) 2010-2014 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
72946b40246fba60293785e2457c650a520450ce
update comments
update comments
swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization
examples/drawing/game-of-life/LifeModel/Board.cs
mit
1,589,142,907
using System; namespace LifeModel { public class Board { public readonly Cell[,] Cells; public readonly int CellSize; public int Columns { get { return Cells.GetLength(0); } } public int Rows { get { return Cells.GetLength(1); } } public int Width { get { return Column...
using System; namespace LifeModel { public class Board { public readonly Cell[,] Cells; public readonly int CellSize; public int Columns { get { return Cells.GetLength(0); } } public int Rows { get { return Cells.GetLength(1); } } public int Width { get { return Column...
3e83d768f9ebc4aa39d04f570a19f184cad6ebe0
Add value to GenderType enum
Add value to GenderType enum
bolorundurowb/vCardLib
vCardLib/Enums/GenderType.cs
mit
1,589,141,992
namespace vCardLib.Enums { /// <summary> /// Gender types /// </summary> public enum GenderType { None = 0, Male = 1, Female = 2, Other = 3 } }
namespace vCardLib.Enums { /// <summary> /// Gender types /// </summary> public enum GenderType { Male, Female, Other, None } }
39764e1b214d6ed48a142b136f3d788365e7b13c
Change vCard V3 format error
Change vCard V3 format error
bolorundurowb/vCardLib
vCardLib/Serializers/Serializer.cs
mit
1,589,141,970
using System; using System.Text; using vCardLib.Models; namespace vCardLib.Serializers { /// <summary> /// Entry point for serializing vCard objects /// </summary> internal abstract class Serializer { protected StringBuilder _stringBuilder; protected vCard _vCard; protected...
using System; using System.Text; using vCardLib.Models; namespace vCardLib.Serializers { /// <summary> /// Entry point for serializing vCard objects /// </summary> internal abstract class Serializer { protected StringBuilder _stringBuilder; protected vCard _vCard; protected...
b5dc72c32ff5e0da6fc41be6d7ac76df9df4bfa0
More UTC length tweaks
More UTC length tweaks
GibraltarSoftware/Loupe.Agent.Core,GibraltarSoftware/Loupe.Agent.Core
src/Core.Test/Serialization/PacketSerializationTests.cs
mit
1,589,140,684
using System; using System.Collections.Generic; using System.IO; using System.Threading; using Gibraltar.Serialization; using Loupe.Core.Test; using NUnit.Framework; namespace Loupe.Core.Serialization.UnitTests { [TestFixture] public class PacketSerializationTests : IDisposable { private MemorySt...
using System; using System.Collections.Generic; using System.IO; using System.Threading; using Gibraltar.Serialization; using Loupe.Core.Test; using NUnit.Framework; namespace Loupe.Core.Serialization.UnitTests { [TestFixture] public class PacketSerializationTests : IDisposable { private MemorySt...
643ea6c606fab59ef78d8026f9974e54d3aff7b3
Remove need for suppressions
Remove need for suppressions
nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit
src/NUnitFramework/framework/Internal/ExceptionHelper.cs
mit
1,589,140,188
// *********************************************************************** // Copyright (c) 2010 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
// *********************************************************************** // Copyright (c) 2010 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
314656f3288e62408dfabb0895c937be589f0fa6
Fix last warning by adding safety check in case things change
Fix last warning by adding safety check in case things change
nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit
src/NUnitFramework/framework/Attributes/TestAttribute.cs
mit
1,589,140,188
// *********************************************************************** // Copyright (c) 2014 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
// *********************************************************************** // Copyright (c) 2014 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
f99c1a24488faceac79e2d5b7134eb539c3d3d97
Move full name construction back to a single place
Move full name construction back to a single place
nunit/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit
src/NUnitFramework/framework/Internal/Tests/Test.cs
mit
1,589,140,114
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
2a1542e7e45061ec5163269d2e1c7135036c142c
Fix warnings about missing initialization
Fix warnings about missing initialization
mjedrzejek/nunit,nunit/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit
src/NUnitFramework/framework/Internal/Tests/TestSuite.cs
mit
1,589,140,114
// *********************************************************************** // Copyright (c) 2007 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
// *********************************************************************** // Copyright (c) 2007 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
f4a28e51a6adefb8d0e6441a34aa60cbc3400590
Properties can now be immutable
Properties can now be immutable
nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit
src/NUnitFramework/framework/Internal/Tests/Test.cs
mit
1,589,140,114
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
7b48987ad2647b1f964849914bd9304251abd361
Turn Initialize into a constructor to fix property initialization warnings
Turn Initialize into a constructor to fix property initialization warnings
mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit
src/NUnitFramework/framework/Internal/Tests/Test.cs
mit
1,589,140,114
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
fcf32231cb415c4ceee2f0129ccf85e3688ecc93
Check for null name in other constructors too
Check for null name in other constructors too
nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit
src/NUnitFramework/framework/Internal/Tests/Test.cs
mit
1,589,140,114
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
// *********************************************************************** // Copyright (c) 2012-2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without r...
a4bb2a0f25024c33ed55351ee5b04c045d0c09c8
Bug fixing
Bug fixing
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Construction/MachineFrame.cs
agpl-3.0
1,589,139,970
using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; namespace Machines { [System.Serializable] public class AllowedTraitList { public AllowedTraitList() { } public AllowedTraitList(ItemTrait allowedTrait) { AllowedTrait = allowedTrait; } public ItemTrait ...
using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; namespace Machines { [System.Serializable] public class AllowedTraitList { public AllowedTraitList() { } public AllowedTraitList(ItemTrait allowedTrait) { AllowedTrait = allowedTrait; } public ItemTrait ...
97c4347d940a00d3c36798730ff8a1ce24ebfa53
v5.7.0 - Added clamping to SoundHelpers.GetSoundDataFromSource(...) outputs
v5.7.0 - Added clamping to SoundHelpers.GetSoundDataFromSource(...) outputs
hamstar0/tml-hamstarhelpers-mod
Helpers/Misc/SoundHelpers.cs
agpl-3.0
1,589,135,521
using System; using Microsoft.Xna.Framework; using Terraria; namespace HamstarHelpers.Helpers.Misc { /// <summary> /// Assorted static "helper" functions pertaining to sounds. /// </summary> public class SoundHelpers { /// <summary> /// Gets volume and pan data for a sound that would play at a given point. ...
using System; using Microsoft.Xna.Framework; using Terraria; namespace HamstarHelpers.Helpers.Misc { /// <summary> /// Assorted static "helper" functions pertaining to sounds. /// </summary> public class SoundHelpers { /// <summary> /// Gets volume and pan data for a sound that would play at a given point. ...
b74f25a38096715bb709f702361ff91605adc323
Make time zone explicit for reliable tests
Make time zone explicit for reliable tests
GibraltarSoftware/Loupe.Agent.Core,GibraltarSoftware/Loupe.Agent.Core
src/Core.Test/Serialization/FieldSerializationTests.cs
mit
1,589,134,676
using System; using System.IO; using Gibraltar.Serialization; using Loupe.Core.Test; using NUnit.Framework; #pragma warning disable 1591 namespace Loupe.Core.Serialization.UnitTests { [TestFixture] public class FieldSerializationTests { private static void CheckInt32(int expectedValue, int expect...
using System; using System.IO; using Gibraltar.Serialization; using Loupe.Core.Test; using NUnit.Framework; #pragma warning disable 1591 namespace Loupe.Core.Serialization.UnitTests { [TestFixture] public class FieldSerializationTests { private static void CheckInt32(int expectedValue, int expect...
76c032ab25f128e7e1ae09d0f8e7c960a2562ec3
v5.7.0 - Fixed OverlaySound fade volume
v5.7.0 - Fixed OverlaySound fade volume
hamstar0/tml-hamstarhelpers-mod
Services/OverlaySounds/OverlaySound_Play.cs
agpl-3.0
1,589,132,581
using System; using Microsoft.Xna.Framework.Audio; using Terraria; using Terraria.ModLoader; using HamstarHelpers.Helpers.Debug; namespace HamstarHelpers.Services.OverlaySounds { /// <summary> /// Provides a way to create ambient sound effects that overlay existing game sounds and music. /// </summary> public pa...
using System; using Microsoft.Xna.Framework.Audio; using Terraria; using Terraria.ModLoader; using HamstarHelpers.Helpers.Debug; namespace HamstarHelpers.Services.OverlaySounds { /// <summary> /// Provides a way to create ambient sound effects that overlay existing game sounds and music. /// </summary> public pa...
1230a68e8dfa3aae8c8904234e1597352a6ade29
Remove PublishConfiguration.QueueName (#1051)
Remove PublishConfiguration.QueueName (#1051) (cherry picked from commit cc581de884947f2746a6494f673867494689a7b3)
micdenny/EasyNetQ,EasyNetQ/EasyNetQ
Source/EasyNetQ/FluentConfiguration/IPublishConfiguration.cs
mit
1,589,132,351
namespace EasyNetQ.FluentConfiguration { /// <summary> /// Allows publish configuration to be fluently extended without adding overloads to IBus /// /// e.g. /// x => x.WithTopic("*.brighton").WithPriority(2) /// </summary> public interface IPublishConfiguration { /// <summary> ...
namespace EasyNetQ.FluentConfiguration { /// <summary> /// Allows publish configuration to be fluently extended without adding overloads to IBus /// /// e.g. /// x => x.WithTopic("*.brighton").WithPriority(2) /// </summary> public interface IPublishConfiguration { /// <summary> ...
2bc92569aae0612b30dae6592d64bd5d6a7843b4
Default to using `signature` attr rather than `dsaSignature`
Default to using `signature` attr rather than `dsaSignature` `dsaSignature` is still available as a fallback
Deadpikle/NetSparkle
src/NetSparkle/AppCastItem.cs
mit
1,589,132,233
using NetSparkleUpdater.AppCastHandlers; using System; using System.Globalization; using System.Xml.Linq; namespace NetSparkleUpdater { /// <summary> /// Item from a Sparkle AppCast file /// </summary> [Serializable] public class AppCastItem : IComparable<AppCastItem> { /// <summary> ...
using NetSparkleUpdater.AppCastHandlers; using System; using System.Globalization; using System.Xml.Linq; namespace NetSparkleUpdater { /// <summary> /// Item from a Sparkle AppCast file /// </summary> [Serializable] public class AppCastItem : IComparable<AppCastItem> { /// <summary> ...
4ba2ceed29711f0928b774658fd9b5e3e78c9240
Check for empty SDs.
Check for empty SDs.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Security/Policy/CentralAccessRule.cs
apache-2.0
1,589,130,036
// Copyright 2020 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 2020 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...
a9e88207cb461f015554947a86e009f15fe0f8e7
Update StaticCache_Tests.cs
Update StaticCache_Tests.cs
hikalkan/samples,hikalkan/samples,hikalkan/samples,hikalkan/samples
SingletonVsStatic/SingletonVsStatic.StaticLib.Tests/StaticCache_Tests.cs
mit
1,589,129,634
using Xunit; namespace SingletonVsStatic.StaticLib.Tests { public class StaticCache_Tests { static StaticCache_Tests() { StaticCache.Add("TestKey1", "TestValue1"); StaticCache.Add("TestKey2", "TestValue2"); } [Fact] public void Should_Contain_In...
using Xunit; namespace SingletonVsStatic.StaticLib.Tests { public class StaticCache_Tests { public StaticCache_Tests() { StaticCache.Add("TestKey1", "TestValue1"); StaticCache.Add("TestKey2", "TestValue2"); } [Fact] public void Should_Contain_In...
4d0bdf67895d2a1d2330746b8dbedf90a6cfbc85
Skip translation progress for invariant languages as well
Skip translation progress for invariant languages as well Fixes annoying notice in docker containers
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Program.cs
apache-2.0
1,589,129,215
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
1d999bb634de168c5acb1f3abbc5fd12d5596e31
Integrate PeriodTracker changes
Integrate PeriodTracker changes
UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,peppy/osu
osu.Game/Rulesets/Scoring/DrainingHealthProcessor.cs
mit
1,589,128,358
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Beatmaps.Timing; using osu.Game.Rulesets.Judgements; using osu....
aa6abf8253822efb5d0a533ad34bd2217180dc9f
v5.7.0 - Tweaked OverlaySound to use a defined delegate type
v5.7.0 - Tweaked OverlaySound to use a defined delegate type
hamstar0/tml-hamstarhelpers-mod
Services/OverlaySounds/OverlaySound.cs
agpl-3.0
1,589,126,600
using HamstarHelpers.Helpers.Debug; using Microsoft.Xna.Framework.Audio; using System; using Terraria; using Terraria.ModLoader; namespace HamstarHelpers.Services.OverlaySounds { /// <summary> /// Provides a way to create ambient sound effects that overlay existing game sounds and music. /// </summary> public pa...
using HamstarHelpers.Helpers.Debug; using Microsoft.Xna.Framework.Audio; using System; using Terraria; using Terraria.ModLoader; namespace HamstarHelpers.Services.OverlaySounds { /// <summary> /// Provides a way to create ambient sound effects that overlay existing game sounds and music. /// </summary> public pa...
6eabf29d3db2720795339f0ad36f1544338942a4
Update SingletonCache.cs
Update SingletonCache.cs
hikalkan/samples,hikalkan/samples,hikalkan/samples,hikalkan/samples
SingletonVsStatic/SingletonVsStatic.SingletonLib/SingletonCache.cs
mit
1,589,126,563
using System; using System.Collections.Generic; namespace SingletonVsStatic.SingletonLib { public class SingletonCache { public static SingletonCache Instance { get; } = new SingletonCache(); private readonly IDictionary<string, object> _cacheDictionary; protected internal Si...
using System; using System.Collections.Generic; namespace SingletonVsStatic.SingletonLib { public class SingletonCache { public static SingletonCache Instance { get; } = new SingletonCache(); private readonly IDictionary<string, object> _cacheDictionary; internal SingletonCac...
6df27b7c32a47308edd0cc3c1a1cf5c92379316f
additional logging in stats since they seem broken
additional logging in stats since they seem broken
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioEventHandler.cs
agpl-3.0
1,589,126,228
using System; using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.EventArgs; namespace SoraBot.Bot.Modules.AudioModule { public class AudioEventHandler : IDisposable { priva...
using System; using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.EventArgs; namespace SoraBot.Bot.Modules.AudioModule { public class AudioEventHandler : IDisposable { priva...
12136a37ee974743a314a5abe7924966baa0971d
switch ordre
switch ordre
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/ViewModels/StatusBarViewModel.cs
mit
1,589,126,109
using Avalonia.Threading; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin.Protocol; using Nito.AsyncEx; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Net.Http; using System....
using Avalonia.Threading; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin.Protocol; using Nito.AsyncEx; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Net.Http; using System....
9683bac713d6e32ccf1d8d5b1e479126506f4fd3
Fixed changing ScreenHeight
Fixed changing ScreenHeight
CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/MouseManager.cs
bsd-3-clause
1,589,125,072
using System; using System.Collections.Generic; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// The possible states of a mouse. /// </summary> [Flags] public enum MouseState { /// <summary> /// No button is pressed. /// </summary> None = 0b0000_00...
using System; using System.Collections.Generic; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// The possible states of a mouse. /// </summary> [Flags] public enum MouseState { /// <summary> /// No button is pressed. /// </summary> None = 0b0000_00...
501b30381733c0817b05ef0311110a51196c2d04
#115 - Added Lavalink info to info page
#115 - Added Lavalink info to info page
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/InfoModule.cs
agpl-3.0
1,589,123,741
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Humanizer; using Microsoft.Extensions.Options; using SoraBot.Bot.Models; using SoraBot.Bot.Modules.AudioModule; using SoraBot.Bot.TypeReaders; using SoraBot.Common.Extensions.Modules; u...
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Humanizer; using Microsoft.Extensions.Options; using SoraBot.Bot.Models; using SoraBot.Bot.TypeReaders; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBo...
5bab53b04ce53325aab9991f2b811034580ef957
Centralise trail visibility state management
Centralise trail visibility state management
smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu
osu.Game.Rulesets.Catch/UI/Catcher.cs
mit
1,589,123,130
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Animations; using...
f2df98c513610fd2089b2f2e5caf68c5b9c1ba4e
Add AsReadOnlyList; Remove obsolete method
Add AsReadOnlyList; Remove obsolete method
SaberSnail/GoldenAnvil.Utility
GoldenAnvil.Utility/EnumerableUtility.cs
mit
1,589,122,414
using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace GoldenAnvil.Utility { public static class EnumerableUtility { public static IEnumerable<T> EmptyIfNull<T>(this IEnumerable<T> items) { return items ?? Enumerable.Empty<T>(); } public static IEnumerable...
using System.Collections.Generic; using System.Linq; namespace GoldenAnvil.Utility { public static class EnumerableUtility { public static IEnumerable<T> Append<T>(this IEnumerable<T> items, T value) { foreach (T item in items) yield return item; yield return value; } public static IEnumerable<T>...
d1251222ccfcbebf763c7f8732db00a7b40f8fb2
Add SlopeTo, AngleTo, NearestPointOnLine
Add SlopeTo, AngleTo, NearestPointOnLine
SaberSnail/GoldenAnvil.Utility
GoldenAnvil.Utility.Windows/PointUtility.cs
mit
1,589,122,394
using System; using System.Windows; namespace GoldenAnvil.Utility.Windows { public static class PointUtility { public static Point WithOffset(this Point point, Point that) { return new Point(point.X + that.X, point.Y + that.Y); } public static double DistanceTo(this Point point, Point target) { var...
using System; using System.Windows; namespace GoldenAnvil.Utility.Windows { public static class PointUtility { public static Point WithOffset(this Point point, Point that) { return new Point(point.X + that.X, point.Y + that.Y); } public static double DistanceTo(this Point point, Point target) { var...
a62becf560d55faf6155e2c586fd542b62f877d9
Add MathUtility.NormalizeRadians
Add MathUtility.NormalizeRadians
SaberSnail/GoldenAnvil.Utility
GoldenAnvil.Utility/MathUtility.cs
mit
1,589,122,372
using System; using System.Collections.Generic; namespace GoldenAnvil.Utility { public static class MathUtility { public const double Sin30 = 0.5; public const double Sin60 = 0.8660254038; public const double Cos30 = 0.8660254038; public const double Cos60 = 0.5; public static double DegreesToRadians(dou...
using System; using System.Collections.Generic; namespace GoldenAnvil.Utility { public static class MathUtility { public const double Sin30 = 0.5; public const double Sin60 = 0.8660254038; public const double Cos30 = 0.8660254038; public const double Cos60 = 0.5; public static double DegreesToRadians(dou...
9cca51f2e88b2ffb04b6e4552ef171e64491f86e
Closes #133 - Add Rec2020 colour space.
Closes #133 - Add Rec2020 colour space.
techyian/MMALSharp,techyian/MMALSharp
src/MMALSharp.Common/MMALEncodings.cs
mit
1,589,122,361
// <copyright file="MMALEncodings.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using MMALSharp...
// <copyright file="MMALEncodings.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using MMALSharp...
914991f9e72ff3119e5779fff934ff591d766fc3
Closes #134 - Add Argon10 image format.
Closes #134 - Add Argon10 image format.
techyian/MMALSharp,techyian/MMALSharp
src/MMALSharp.Common/MMALEncodings.cs
mit
1,589,122,086
// <copyright file="MMALEncodings.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using MMALSharp...
// <copyright file="MMALEncodings.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using MMALSharp...
81d36e3716402bb4ff9b6baaef09fdb0d75f8b9c
aspnet: $_SERVER["HTTPS"] set to "on" or "off", added "REQUEST_TIME_FLOAT"
aspnet: $_SERVER["HTTPS"] set to "on" or "off", added "REQUEST_TIME_FLOAT"
iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.RequestHandler/RequestContextAspNet.cs
apache-2.0
1,589,121,610
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Web; using System.Web.Configuration; using Pchp.Core; using Pchp.Core.Utilities; using Peachpie.RequestHandler.Sess...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Web; using System.Web.Configuration; using Pchp.Core; using Pchp.Core.Utilities; using Peachpie.RequestHandler.Sess...
a06d2797e1eb746f8423f079fe3203668d7815a7
$_SERVER "HTTPS" set to "on" instead of TRUE
$_SERVER "HTTPS" set to "on" instead of TRUE
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept
src/Peachpie.AspNetCore.Web/RequestContextCore.cs
apache-2.0
1,589,121,569
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Primitives; using Pchp.Core; using Pchp.Core.Utilities; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; us...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; using Microsoft.Extensions.Primitives; using Pchp.Core; using Pchp.Core.Utilities; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; us...
5768f2e575f94eaff419b131e8a486a47825014e
Disabled parallel testing for Release builds to prevent CI from triggering what appears to be a bug in MSTest.
Disabled parallel testing for Release builds to prevent CI from triggering what appears to be a bug in MSTest.
RyanLamansky/dotnet-webassembly
WebAssembly.Tests/Properties/AssemblyInfo.cs
apache-2.0
1,589,120,781
using Microsoft.VisualStudio.TestTools.UnitTesting; // An apparent bug in MSTest causes occasional random test failures when parallelism is enabled. #if DEBUG // Only enable parallelism for debug builds to prevent it from stopping CI builds. [assembly: Parallelize(Scope = ExecutionScope.MethodLevel)] #endif
using Microsoft.VisualStudio.TestTools.UnitTesting; [assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]
61bdd79136594eb9473e21e21afcb1eb453f765a
Another test fix
Another test fix
JaCraig/Inflatable
test/Inflatable.Tests/Sessions/SessionUsingBaseClasses.cs
apache-2.0
1,589,120,043
using BigBook; using Inflatable.ClassMapper; using Inflatable.Schema; using Inflatable.Sessions; using Inflatable.Tests.BaseClasses; using Inflatable.Tests.TestDatabases.ComplexGraph; using Inflatable.Tests.TestDatabases.ComplexGraph.BaseClasses; using System.Data; using System.Linq; using System.Threading.Ta...
using BigBook; using Inflatable.ClassMapper; using Inflatable.Schema; using Inflatable.Sessions; using Inflatable.Tests.BaseClasses; using Inflatable.Tests.TestDatabases.ComplexGraph; using Inflatable.Tests.TestDatabases.ComplexGraph.BaseClasses; using System.Linq; using System.Threading.Tasks; using Xunit; ...
fd0ee276b0ef90b96bf06b28065d40236e9e1acd
fixes branching from catch/finally
fixes branching from catch/finally when next block is unreachable, branches to exit
iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.CodeAnalysis/CodeGen/Graph/BoundEdge.cs
apache-2.0
1,589,119,879
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.PooledObjects; using Pchp.CodeAnalysis.CodeGen; using Pchp.CodeAnalysis.Symbols; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using System.T...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.PooledObjects; using Pchp.CodeAnalysis.CodeGen; using Pchp.CodeAnalysis.Symbols; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using System.T...
04581f48bf808aa811ee0ba3a4b4ea0c6b50e9bb
cleanup; debug display
cleanup; debug display
iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.CodeAnalysis/Semantics/Graph/BoundBlock.cs
apache-2.0
1,589,119,879
using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using Devsense.PHP.Syntax; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Operations; using Pchp.CodeAnalysis.Utilities; namespace Pchp.CodeAnalysis.Semantics.Graph { /// <summary> //...
using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using Devsense.PHP.Syntax; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Operations; using Pchp.CodeAnalysis.Utilities; namespace Pchp.CodeAnalysis.Semantics.Graph { /// <summary> //...
dff4eb050687bce3137c9d5dd1b005ac1508a172
#115 - Added thumbnail to np and some reformatting
#115 - Added thumbnail to np and some reformatting
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs
agpl-3.0
1,589,119,087
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [Summa...
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
57ef3622fa24096333865229479fbe2355a9f232
OpenTKのバージョンを更新
OpenTKのバージョンを更新
ebifrier/Ragnarok,ebifrier/Ragnarok
Ragnarok.OpenGL/RenderData.cs
mit
1,589,118,848
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using OpenTK; using OpenTK.Graphics.OpenGL; using Ragnarok.Extra.Effect; using Ragnarok.Utility; namespace Ragnarok.OpenGL { /// <summary> /// 描画用のデータをまとめて持ちます。 /// </summary> [CLSCompliant(false)] public sea...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using OpenTK; using OpenTK.Graphics.OpenGL; using Ragnarok.Extra.Effect; using Ragnarok.Utility; namespace Ragnarok.OpenGL { /// <summary> /// 描画用のデータをまとめて持ちます。 /// </summary> [CLSCompliant(false)] public sea...
213069838f82e7d2242717a29eb6f378d9e018b2
#115 - Added shuffle command
#115 - Added shuffle command
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs
agpl-3.0
1,589,118,546
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
9752c7a5a32fd00127a4cc5bf37c2e12bf970a46
#115 - Ignore a warning that i dont care about :)
#115 - Ignore a warning that i dont care about :)
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs
agpl-3.0
1,589,118,271
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
3aba60ccd5bdc3b4a3da7f121caeb17de5e9ee5e
#115 - Had to change skip code bcs it doesnt work properly
#115 - Had to change skip code bcs it doesnt work properly
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs
agpl-3.0
1,589,118,040
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
ebaf917360aca3ab5db0ee5dec0294421a84dffd
#115 - Better implementation of the seek command
#115 - Better implementation of the seek command
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs
agpl-3.0
1,589,117,645
using System; using System.Globalization; using System.Threading.Tasks; using ArgonautCore.Maybe; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [...
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [Summary("All commands around music playing :>")] p...
ef7a9d6237de83dec95a99fd06a2ea08da0b9a8d
#115 - added clear command. Fixed playerstate being a stupid way to check track activity
#115 - added clear command. Fixed playerstate being a stupid way to check track activity
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs
agpl-3.0
1,589,116,830
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [Summary("All commands around music playing :>")] p...
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [Summary("All commands around music playing :>")] p...
4c9cc545d92afa1a0faa4b4743b06c37b0c3e5f4
#115 - Implementation of the queue seems to be broken. ofc. its yucked code
#115 - Implementation of the queue seems to be broken. ofc. its yucked code
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs
agpl-3.0
1,589,116,497
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [Summary("All commands around music playing :>")] p...
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using Victoria; using Victoria.Enums; namespace SoraBot.Bot.Modules.AudioModule { [Name("Music")] [Summary("All commands around music playing :>")] p...
1ba6e2f4460e4e5e18620e479dd594e07b6e37b8
Declare the conditional nullability of the Try helper method's `out` parameter.
Declare the conditional nullability of the Try helper method's `out` parameter.
fixie/fixie,fixie/fixie
src/Fixie/Internal/AssemblyRunner.cs
mit
1,589,116,043
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO.Pipes; using System.Linq; using System.Reflection; using Cli; using Listeners; using static System.Console; public class AssemblyRunner { ...
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.IO; using System.IO.Pipes; using System.Linq; using System.Reflection; using System.Xml.Linq; using Cli; using Listeners; using static System.Console; public class AssemblyRunner { ...
40c03aa9aba4b44ff61fc9cd3c203e5aa833e09c
Attempt to resolve listener factory usage warnings by declaring which objects can by null in the Try helper method.
Attempt to resolve listener factory usage warnings by declaring which objects can by null in the Try helper method.
fixie/fixie,fixie/fixie
src/Fixie/Internal/AssemblyRunner.cs
mit
1,589,115,780
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.IO; using System.IO.Pipes; using System.Linq; using System.Reflection; using System.Xml.Linq; using Cli; using Listeners; using static System.Console; public class AssemblyRunner { ...
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.IO; using System.IO.Pipes; using System.Linq; using System.Reflection; using System.Xml.Linq; using Cli; using Listeners; using static System.Console; public class AssemblyRunner { ...
999308ab5cc2d859e36ef5e3e72f5c59636faa1f
Reduced duplication in lexer tests
Reduced duplication in lexer tests
afscrome/IronVelocity
test/IronVelocity/CodeAnalysis/Syntax/LexerTests.cs
mit
1,589,115,532
using IronVelocity.CodeAnalysis.Syntax; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; namespace IronVelocity.Tests.CodeAnalysis.Syntax { public class LexerTests { [Test] public void Lexes_EndOfFile_At_End_Of_Input() => AssertFirstToken(""...
using IronVelocity.CodeAnalysis.Syntax; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; namespace IronVelocity.Tests.CodeAnalysis.Syntax { public class LexerTests { public class IndividualTokens { [Test] public void Lexes_EndOfF...
ee71635f1626429eba44f9b1bc8530ecaa3ddafc
Removed bad test
Removed bad test
afscrome/IronVelocity
test/IronVelocity/Binders/BinaryOperationBinderTests.Modulo.cs
mit
1,589,115,532
using IronVelocity.Binders; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using IronVelocity.Reflection; namespace IronVelocity.Tests.Binders { public class ModuloTests : BinaryOperationBinder...
using IronVelocity.Binders; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using IronVelocity.Reflection; namespace IronVelocity.Tests.Binders { public class ModuloTests : BinaryOperationBinder...