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
95eaa170543f196c9fa59830ed34ec824134f753
Order elements
Order elements
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/BitcoinCore/RpcBasedTests.cs
mit
1,587,308,267
using NBitcoin; using NBitcoin.RPC; using System.Linq; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.BitcoinCore.RpcModels; using WalletWasabi.Services; using WalletWasabi.Tests.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitTests.BitcoinCore { public...
using NBitcoin; using NBitcoin.RPC; using System.Linq; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.BitcoinCore.RpcModels; using WalletWasabi.Services; using WalletWasabi.Tests.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitTests.BitcoinCore { public...
77fad6072b19959af902d8f7e2b9dc83a33e65bc
Fix: MacabreGame calls base methods now.
Fix: MacabreGame calls base methods now.
BrettStory/Macabre2D
Framework/MacabreGame.cs
mit
1,587,307,268
namespace Macabre2D.Framework { using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using System; using System.ComponentModel; /// <summary> /// This is the main type for your game. /// </summary> public class MacabreGame : G...
namespace Macabre2D.Framework { using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using System; using System.ComponentModel; /// <summary> /// This is the main type for your game. /// </summary> public class MacabreGame : G...
1dcb0f53a233452392efadd949c12342842eb7c6
Fix whitespace formatting
Fix whitespace formatting
peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu
osu.Game/Rulesets/RulesetStore.cs
mit
1,587,306,572
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
5b5079f4972c0504663c4bf204ef623e1e32966b
Add OAuth2 authentication using the Discord API.
Add OAuth2 authentication using the Discord API.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Startup.cs
mit
1,587,306,325
using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.OAuth; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configur...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Hosting; using System.Linq; namesp...
620629ea2b712e3e90fee4b75ce24961697689c1
made disconnectall, getpeerscount and sendtoall more safe.
made disconnectall, getpeerscount and sendtoall more safe.
RevenantX/LiteNetLib
LiteNetLib/NetManager.cs
mit
1,587,306,027
#if DEBUG #define STATS_ENABLED #endif using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Threading; using LiteNetLib.Layers; using LiteNetLib.Utils; namespace LiteNetLib { public sealed class NetPacketReader...
#if DEBUG #define STATS_ENABLED #endif using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Threading; using LiteNetLib.Layers; using LiteNetLib.Utils; namespace LiteNetLib { public sealed class NetPacketReader...
e1028d454a7f9cec9056869b1616fb654d014a26
Fixes related to SWITCH/CASE
Fixes related to SWITCH/CASE
tigrouind/LifeDISA,tigrouind/LifeDISA
LifeDISA/LifeDISA/Program.cs
mit
1,587,304,987
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Shared; namespace LifeDISA { class Program { static int pos; static byte[] allBytes; static bool isCDROMVersion; static bool isAITD2; static Func<int, LifeEn...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Shared; namespace LifeDISA { class Program { static int pos; static byte[] allBytes; static bool isCDROMVersion; static bool isAITD2; static Func<int, LifeEn...
a2274e6c0fe21cdf44ff8b92751f0b347e56e233
Cleanup ScriptBinaryExpression
Cleanup ScriptBinaryExpression
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/ScriptBinaryExpression.cs
bsd-2-clause
1,587,303,983
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Reflection; using System.Collections.Generic; using System.IO; using System.Numerics; using ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections; using System.Reflection; using System.Collections.Generic; using System.IO; using System.Numerics; using ...
d3fd196081c45a3ffea301eaabcf7bfe2603767d
Removing outdated comment
Removing outdated comment
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Drivers/ColorFieldDisplayDriver.cs
bsd-3-clause
1,587,303,169
using Lombiq.TrainingDemo.Fields; using Lombiq.TrainingDemo.Settings; using Lombiq.TrainingDemo.ViewModels; using Microsoft.Extensions.Localization; using OrchardCore.ContentManagement.Display.ContentDisplay; using OrchardCore.ContentManagement.Display.Models; using OrchardCore.ContentManagement.Metadata.Models; ...
using Lombiq.TrainingDemo.Fields; using Lombiq.TrainingDemo.Settings; using Lombiq.TrainingDemo.ViewModels; using Microsoft.Extensions.Localization; using OrchardCore.ContentManagement.Display.ContentDisplay; using OrchardCore.ContentManagement.Display.Models; using OrchardCore.ContentManagement.Metadata.Models; ...
ba1c465edf296fe55bf4d623e5543918ab85f7af
Add comment in regards to the attaching of event handler to the assembly lookup event before call to loadUserRulesets().
Add comment in regards to the attaching of event handler to the assembly lookup event before call to loadUserRulesets().
NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu
osu.Game/Rulesets/RulesetStore.cs
mit
1,587,302,760
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
d9ed347080a0d81d5431d3842acf67218d0dcf1a
Compct console to honor text box input blocking
Compct console to honor text box input blocking
adamabdelhamed/PowerArgs,BlackFrog1/PowerArgs,workabyte/PowerArgs
PowerArgs/CLI/Controls/CompactConsole.cs
mit
1,587,302,238
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PowerArgs.Cli { public abstract class CompactConsole : ConsolePanel { public TextBox InputBox { get; private set; } private CommandLineArgumentsDefinition def; private Label outpu...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PowerArgs.Cli { public abstract class CompactConsole : ConsolePanel { public TextBox InputBox { get; private set; } private CommandLineArgumentsDefinition def; private Label outpu...
07b8ef83c95c209a9953013b3cadc01bc529b7aa
Add /np to help line
Add /np to help line
peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu
osu.Game/Online/Chat/ChannelManager.cs
mit
1,587,302,107
// 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.Tasks; using osu.Framework.Allocation; using osu.Framework.Bindables; 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 System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu...
a7179d1c8751b179ae8d676ee76cd73b8930336f
Fix comment wording
Fix comment wording Co-Authored-By: Bartłomiej Dach <809709723693c4e7ecc6f5379a3099c830279741@gmail.com>
NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Rulesets/RulesetStore.cs
mit
1,587,302,104
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
1459769d2fec66aa5e7a80a0d7314fd4bac57ba1
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,587,301,107
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
4a3a79dadb22a93dd72a41376a57cf88f417fc89
initial PP tracking
initial PP tracking
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/UI/Windows/Widgets/FloatingButtonViewModel.cs
mit
1,587,300,909
using System; using System.Windows.Input; using Nostrum; using TCC.Analysis; using TCC.Settings.WindowSettings; using TCC.ViewModels; using TeraPacketParser.Messages; namespace TCC.UI.Windows.Widgets { public class FloatingButtonViewModel : TccWindowViewModel { public event Action NotificationsAdded; ...
using System; using System.Windows.Input; using Nostrum; using TCC.Settings.WindowSettings; using TCC.ViewModels; namespace TCC.UI.Windows.Widgets { public class FloatingButtonViewModel : TccWindowViewModel { public event Action NotificationsAdded; public event Action NotificationsCleared; ...
020d456439d39e9ed2469b410f095a130b79671b
add CoinsFactor property to player
add CoinsFactor property to player
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/Data/Pc/Player.cs
mit
1,587,300,887
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Threading; using Nostrum; using TCC.Data.Abnormalities; using TCC.Utils; using TCC.ViewModels; using TeraDataLite; namespace TCC.Data.Pc { //TODO: remove INPC from properties where it's not needed public class Player : TS...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Threading; using Nostrum; using TCC.Data.Abnormalities; using TCC.Utils; using TCC.ViewModels; using TeraDataLite; namespace TCC.Data.Pc { //TODO: remove INPC from properties where it's not needed public class Player : TS...
55364aa0bc9e4d6a230a818bd24fe46141780b99
threshold time
threshold time
mminer/consolation
Console.cs
mit
1,587,300,799
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Consolation { /// <summary> /// A console to display Unity's debug logs in-game. /// /// Version: 1.1.2 /// </summary> class Console : MonoBehaviour { #region Inspector Settings ...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Consolation { /// <summary> /// A console to display Unity's debug logs in-game. /// /// Version: 1.1.1 /// </summary> class Console : MonoBehaviour { #region Inspector Settings ...
a98701409374c236ea0434b41df5c12ced0bfae3
PDO: fix implicit value to string conversion
PDO: fix implicit value to string conversion fixes https://github.com/peachpiecompiler/peachpie/issues/726
iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie
src/PDO/Peachpie.Library.PDO/PDO.cs
apache-2.0
1,587,297,913
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Pchp.Core; using Pchp.Library; using System.Data.Common; using System.Diagnostics; using Pchp.Core.Reflection; using Pchp.Library.Database; using System.Data; namespace Peachpie.Library.PDO { /// <summary> /...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Pchp.Core; using Pchp.Library; using System.Data.Common; using System.Diagnostics; using Pchp.Core.Reflection; using Pchp.Library.Database; using System.Data; namespace Peachpie.Library.PDO { /// <summary> /...
ab8bfdf8ec58237421bcffa098945b91e2736d80
Cache restricted package names and capabilities.
Cache restricted package names and capabilities.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/NtSecurity.cs
apache-2.0
1,587,297,840
// Copyright 2016 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 2016 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...
a1ffb5240a47bb217d4d062d5c9424909af235ec
Fix Birthday effect report crash
Fix Birthday effect report crash
ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer
FTAnalyser/Forms/StatisticsForm.cs
apache-2.0
1,587,297,493
using FTAnalyzer.Filters; using FTAnalyzer.Utilities; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows.Forms; namespace FTAnalyzer.Forms { public partial class StatisticsForm : Form { public enum StatisticType { CousinCoun...
using FTAnalyzer.Filters; using FTAnalyzer.Utilities; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows.Forms; namespace FTAnalyzer.Forms { public partial class StatisticsForm : Form { public enum StatisticType { CousinCoun...
ed0ac457d7424ad29bd92eab25a116c0fa28634b
LogglyClient - ToJson should not serialize the entire world when meeting deep reflection types (MethodInfo is better than MethodBase)
LogglyClient - ToJson should not serialize the entire world when meeting deep reflection types (MethodInfo is better than MethodBase)
neutmute/loggly-csharp,neutmute/loggly-csharp
source/Loggly/LogglyClient.cs
mit
1,587,297,290
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _transport; private JsonSerializ...
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _transport; private JsonSerializ...
a7b926d907f53d3e8d7c7682af3736da15b9122f
fixed Address field size (back)
fixed Address field size (back)
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer.Data/Migrations/20171024163354_RenewUsedAddresses.cs
mit
1,587,296,885
using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using System; using System.Collections.Generic; namespace BTCPayServer.Migrations { [DbContext(typeof(ApplicationDbContext))] [Migration("20171024163354_RenewUsedAddresses")] public...
using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; using System; using System.Collections.Generic; namespace BTCPayServer.Migrations { [DbContext(typeof(ApplicationDbContext))] [Migration("20171024163354_RenewUsedAddresses")] public...
b65d8fb703ea55e1d92187de9074cdc0280de493
Make HasMobileAuthenticator part of API (#1743)
Make HasMobileAuthenticator part of API (#1743)
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Bot.cs
apache-2.0
1,587,295,026
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
5e78139884b6db279c7c342f9fc0fcf483c49c6a
fix(gamemode): remove unneeded Unity.Random calls
fix(gamemode): remove unneeded Unity.Random calls
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/GameModes/GameMode.cs
agpl-3.0
1,587,294,672
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using Antagonists; using UnityEngine.Serialization; /// <summary> /// Contains the definition of a game mode. To create a new one you should /// make a new class which inherits this one. Make a prefab with this script /// a...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using Antagonists; using UnityEngine.Serialization; using Random = UnityEngine.Random; /// <summary> /// Contains the definition of a game mode. To create a new one you should /// make a new class which inherits this one. M...
9a726337591da42ea65642b284b33e5e808043a6
3646: minor refactor
3646: minor refactor
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.CssBase/CssBase/CssProps.cs
bsd-2-clause
1,587,293,226
//BSD, 2014-present, WinterDev //ArthurHub, Jose Manuel Menendez Poo namespace LayoutFarm.Css { // <display-outside> // = block | inline | run-in ; //<display-inside> // = flow | flow-root | table | flex | grid | ruby ; //<display-listitem> // = list-item && <display-outside>? && [ flow...
//BSD, 2014-present, WinterDev //ArthurHub, Jose Manuel Menendez Poo namespace LayoutFarm.Css { // <display-outside> // = block | inline | run-in ; //<display-inside> // = flow | flow-root | table | flex | grid | ruby ; //<display-listitem> // = list-item && <display-outside>? && [ flow...
e3e0cd149f94d033a36d7622c0a8bf91e029fde0
Refactor test code to eliminate boolean flags
Refactor test code to eliminate boolean flags
smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu
osu.Game.Rulesets.Catch.Tests/TestSceneHyperDashColouring.cs
mit
1,587,293,188
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graph...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graph...
9638eb761735a1b2b4d1c88f7b68a58124961c77
Fix for use of `Pure` in `Reader` code-gen, should use the ctor name provided
Fix for use of `Pure` in `Reader` code-gen, should use the ctor name provided
StanJav/language-ext,louthy/language-ext
LanguageExt.CodeGen/ReaderGenerator.cs
mit
1,587,291,688
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using CodeGeneration.Roslyn; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace LanguageExt.CodeGen { ...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using CodeGeneration.Roslyn; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace LanguageExt.CodeGen { ...
1dfb9f73bbd546b7c7dc7394ded545ed31f232af
Update comment
Update comment
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/DataAccessLayer/Data.cs
mit
1,587,290,260
namespace Framework.DataAccessLayer { using Framework.Config; using Framework.DataAccessLayer.DatabaseMemory; using Framework.Json; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using System; using System.Collections; using System.Collections.G...
namespace Framework.DataAccessLayer { using Framework.Config; using Framework.DataAccessLayer.DatabaseMemory; using Framework.Json; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using System; using System.Collections; using System.Collections.G...
13ea621e64063153303de1c22320f8004f7644fb
Minor refactoring.
Minor refactoring.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/OpenCL/OpenCL.cs
apache-2.0
1,587,288,352
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
62e16d95f24edd6f9271d01b54118011e7a6634a
Use inline variable declaration and change them to var.
Use inline variable declaration and change them to var.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/MagickImage.cs
apache-2.0
1,587,288,000
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
d07e7f26f62beaf3272b9229f6b04bbc2530192a
update expiresIn in TotpHelperTest
update expiresIn in TotpHelperTest
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
test/WeihanLi.Common.Test/HelpersTest/TotpHelperTest.cs
mit
1,587,282,930
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); private readonly string bizToken = "test_xxx"; [Fact] public void Test() { ...
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); private readonly string bizToken = "test_xxx"; [Fact] public void Test() { ...
330ab109c5ef6f071ea6e498cfc4b687e674ad34
If parenthesis are not close to a function, don't treat it as an explicit function call
If parenthesis are not close to a function, don't treat it as an explicit function call
lunet-io/scriban,textamina/scriban
src/Scriban/Parsing/Parser.Expressions.cs
bsd-2-clause
1,587,280,866
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Functions; using Scriban.Runtime; using Scriban.Syntax; namespace Scriban.Parsing ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Functions; using Scriban.Runtime; using Scriban.Syntax; namespace Scriban.Parsing ...
919279af026452f559e5c7694b896f160cee8a2f
Reorder ScriptBinaryOperator to match operator precedence order
Reorder ScriptBinaryOperator to match operator precedence order
lunet-io/scriban,textamina/scriban
src/Scriban/Syntax/ScriptBinaryOperator.cs
bsd-2-clause
1,587,280,804
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; namespace Scriban.Syntax { public enum ScriptBinaryOperator { None, /// <summary> /// The empty c...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; namespace Scriban.Syntax { public enum ScriptBinaryOperator { None, /// <summary> /// The empty c...
8b458325a063d76a472ef0531aed202d6d4fa207
Avoid parallel operations on sqlite queries.
Avoid parallel operations on sqlite queries. Should pass build now. Seems to be multi-threading issues with sqlite.
sjp/Schematic,sjp/Schematic,sjp/Schematic
src/SJP.Schematic.Tests.Utilities/Integration/SakilaTest.cs
mit
1,587,280,792
using System.Data; using System.IO; using System.IO.Compression; using System.Linq; using System.Reflection; using SJP.Schematic.Core; using SJP.Schematic.Sqlite; using SJP.Schematic.Sqlite.Pragma; namespace SJP.Schematic.Tests.Utilities.Integration { internal static class Config { public static IDbCo...
using System.Data; using System.IO; using System.IO.Compression; using System.Linq; using System.Reflection; using SJP.Schematic.Core; using SJP.Schematic.Sqlite; using SJP.Schematic.Sqlite.Pragma; namespace SJP.Schematic.Tests.Utilities.Integration { internal static class Config { public static IDbCo...
642ffd27f966271ede11b01b3186a5ffdaf7d965
Use higher precedence for implicit multiplications
Use higher precedence for implicit multiplications
textamina/scriban,lunet-io/scriban
src/Scriban/Syntax/ScientificFunctionCallRewriter.cs
bsd-2-clause
1,587,280,775
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System.Collections.Generic; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { /// <summary> /// Used to rewr...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System.Collections.Generic; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { /// <summary> /// Used to rewr...
d7db1969da12fc316c3e8f8660d1d8a4e3f73c64
Ensure that the E2E tests test STARTTLS.
Ensure that the E2E tests test STARTTLS.
rnwood/smtp4dev,rnwood/smtp4dev,rnwood/smtp4dev,rnwood/smtp4dev
Rnwood.Smtp4dev.Tests/E2E/E2ETests.cs
bsd-3-clause
1,587,279,551
using MailKit.Net.Smtp; using MailKit.Security; using Medallion.Shell; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting.Server.Features; using Microsoft.Extensions.Configuration; using MimeKit; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Support.PageObjects; using R...
using MailKit.Net.Smtp; using MailKit.Security; using Medallion.Shell; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting.Server.Features; using Microsoft.Extensions.Configuration; using MimeKit; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Support.PageObjects; using R...
f95099f218647e18f889b530924a6d4f16bc381f
Updated hashes for legacy .NET on MacOS and Linux.
Updated hashes for legacy .NET on MacOS and Linux.
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Api.Tests/DataSources/EncodeValidFileDataSource.cs
agpl-3.0
1,587,275,179
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
1c47823d9e2fb696c5d5f6518250da7d0adc84d7
Format adjustment.
Format adjustment.
DragonSpark/Framework,DragonSpark/Framework,DragonSpark/Framework
DragonSpark.Presentation/Components/Forms/ValidationDefinition.cs
mit
1,587,274,564
using Microsoft.AspNetCore.Components.Forms; using System.Threading.Tasks; namespace DragonSpark.Presentation.Components.Forms { sealed class ValidationDefinition : IValidationDefinition { readonly OperationView<FieldIdentifier, bool> _view; public ValidationDefinition(OperationView<FieldIdentifier, bool> view...
using Microsoft.AspNetCore.Components.Forms; using System.Threading.Tasks; namespace DragonSpark.Presentation.Components.Forms { public sealed class ValidationDefinition : IValidationDefinition { readonly OperationView<FieldIdentifier, bool> _view; public ValidationDefinition(OperationView<FieldIdentifier, boo...
a3517eded64fe01453cdbb4953ce4a8f8ed6befb
Standardize preprocessor usage
Standardize preprocessor usage
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Api.Tests/DataSources/AnalyzeGroupDataSource.cs
agpl-3.0
1,587,270,847
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
c1ea583e95cd345969687b84366286d85627e199
Load the appropriate dependencies by framework.
Load the appropriate dependencies by framework.
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/src/AudioWorks.Api/ExtensionInstaller.cs
agpl-3.0
1,587,270,811
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
08522d97bc8fb6198487635eb764b0312bcd997a
Update WorkMessageHandler.cs
Update WorkMessageHandler.cs
mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK
src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageHandlers/WorkMessageHandler.cs
apache-2.0
1,587,267,074
/*---------------------------------------------------------------- Copyright (C) 2020 Senparc 文件名:WorkMessageHandler.cs 文件功能描述:企业号请求的集中处理方法 创建标识:Senparc - 20150313 修改标识:Senparc - 20150313 修改描述:整理接口 修改标识:Senparc - 20150507 修改描述:添加 事件 异步任务完成事件推送 修改标识:Senparc...
/*---------------------------------------------------------------- Copyright (C) 2020 Senparc 文件名:WorkMessageHandler.cs 文件功能描述:企业号请求的集中处理方法 创建标识:Senparc - 20150313 修改标识:Senparc - 20150313 修改描述:整理接口 修改标识:Senparc - 20150507 修改描述:添加 事件 异步任务完成事件推送 修改标识:Senparc...
563e735d07e787222b1e18f1311bfc819d5af81a
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,266,149
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "0701ce976255af4ebd8fcac7af9cd4d1cbf6e9c5"; public static string Version = "1.2"; public static string Build = "3346"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "cd19955aeaac02bbfeeb6b5b43501acc16638a96"; public static string Version = "1.2"; public static string Build = "3344"; ...
0701ce976255af4ebd8fcac7af9cd4d1cbf6e9c5
Update ConsumeUnlocker output to match pcaps (#2943)
Update ConsumeUnlocker output to match pcaps (#2943) * Update ConsumeUnlocker output to match pcaps * Update Lock.cs
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/WorldObjects/Lock.cs
agpl-3.0
1,587,265,999
using System; using System.Diagnostics; using ACE.Common; using ACE.Common.Extensions; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messages; namespace ACE.Server.Worl...
using System; using System.Diagnostics; using ACE.Common; using ACE.Common.Extensions; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messages; namespace ACE.Server.Worl...
15013ab0e745a09c1f06bbac176c9862320116a2
Update GetHouse (#2939)
Update GetHouse (#2939) * Update GetHouse * Update Source/ACE.Server/Managers/HouseManager.cs
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/Managers/HouseManager.cs
agpl-3.0
1,587,265,992
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using log4net; using ACE.Common.Performance; using ACE.Database; using ACE.Database.Models.Shard; using ACE.Database.Models.World; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using A...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using log4net; using ACE.Common.Performance; using ACE.Database; using ACE.Database.Models.Shard; using ACE.Database.Models.World; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using A...
6d276890a7dca11c37855655f8f760c4b3176314
Fix results screen pushed after rewinding in-between push delay
Fix results screen pushed after rewinding in-between push delay
NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Screens/Play/Player.cs
mit
1,587,265,196
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
7e64bec94f286b4d1bbc550d4e95f9ca601ca997
Use HasCompleted in Player
Use HasCompleted in Player
UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu
osu.Game/Screens/Play/Player.cs
mit
1,587,265,102
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
1f987fd8c1b03abc934bc728802350c1f39f408e
[FIXED] display datetime
[FIXED] display datetime
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YAF.Web/Controls/DisplayDateTime.cs
apache-2.0
1,587,264,215
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
d9afce43925dd97ce84d8cca04eea405e546623c
(#64) Clamp BarTimerBar.Percentage between 0 and 1
(#64) Clamp BarTimerBar.Percentage between 0 and 1
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/TimerBars/BarTimerBar.cs
mit
1,587,263,981
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; /// <summary> /// Represents a timer bar containing a progress bar. /// </summary> public class BarTimerBar : TimerBarBase { private float pe...
namespace RAGENativeUI.Elements { using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; /// <summary> /// Represents a timer bar containing a progress bar. /// </summary> public class BarTimerBar : TimerBarBase { /// <summary> ...
44c923392fc01dbde40e4ca4575a56c0cb165f25
Added logging when failing to find sensors
Added logging when failing to find sensors
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/HardwareMonitor.cs
mit
1,587,263,451
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Timers; using LibreHardwareMonitor.Hardware; using Computer = LibreHardwareMonitor.Hardware.Computer; namespace Aurora.Utils { public static class HardwareMonitor { private ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Timers; using LibreHardwareMonitor.Hardware; using Computer = LibreHardwareMonitor.Hardware.Computer; namespace Aurora.Utils { public static class HardwareMonitor { private ...
b5f28bcea001fc8e57e7e7c4e1d09f3e544f91bc
added dependency information to the selection file
added dependency information to the selection file
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,587,263,369
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
71bb35d832de9259ecaf8fa2fcb62a92ac817bea
fixed validation for ColorField creation
fixed validation for ColorField creation
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Drivers/ColorFieldDisplayDriver.cs
bsd-3-clause
1,587,262,037
using Lombiq.TrainingDemo.Fields; using Lombiq.TrainingDemo.Settings; using Lombiq.TrainingDemo.ViewModels; using Microsoft.Extensions.Localization; using OrchardCore.ContentManagement.Display.ContentDisplay; using OrchardCore.ContentManagement.Display.Models; using OrchardCore.ContentManagement.Metadata.Models; ...
using Lombiq.TrainingDemo.Fields; using Lombiq.TrainingDemo.Settings; using Lombiq.TrainingDemo.ViewModels; using Microsoft.Extensions.Localization; using OrchardCore.ContentManagement.Display.ContentDisplay; using OrchardCore.ContentManagement.Display.Models; using OrchardCore.ContentManagement.Metadata.Models; ...
a745c23599df09b04ebeabd30696d5d644acd42d
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,261,785
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "cd19955aeaac02bbfeeb6b5b43501acc16638a96"; public static string Version = "1.2"; public static string Build = "3344"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "90d3e7d4e06107f10e48012d67ea440dabe5f429"; public static string Version = "1.2"; public static string Build = "3343"; ...
cd19955aeaac02bbfeeb6b5b43501acc16638a96
Added Burden to tables (#2949)
Added Burden to tables (#2949)
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/Factories/LootGenerationFactory_Test.cs
agpl-3.0
1,587,261,650
using System; using System.Collections.Generic; using System.Text; using System.Linq; using log4net; using ACE.Common; using ACE.Database; using ACE.Database.Models.World; using ACE.Database.Models.Shard; using ACE.Entity.Enum; using ACE.Server.Managers; using ACE.Server.WorldObjects; using ACE.Entity.Enum.Properties; ...
using System; using System.Collections.Generic; using System.Text; using System.Linq; using log4net; using ACE.Common; using ACE.Database; using ACE.Database.Models.World; using ACE.Database.Models.Shard; using ACE.Entity.Enum; using ACE.Server.Managers; using ACE.Server.WorldObjects; using ACE.Entity.Enum.Properties; ...
d888aa7660d9158723a6d16fb3809a64bc9d9136
finished initial implementation of SaveSelectionV3() (untested)
finished initial implementation of SaveSelectionV3() (untested)
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,587,260,751
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
4ed6654133e86c4cd91b1d9781f0b6e2f6db67b4
Added list of properties to save/load for selection file format V3
Added list of properties to save/load for selection file format V3
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/DatabaseComponents/DatabasePackage.cs
apache-2.0
1,587,260,717
using RelhaxModpack.DatabaseComponents; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; namespace RelhaxModpack { /// <summary> /// A database component is the base class for all other packages /// </summary> public class DatabasePackage : IDatabaseCom...
using RelhaxModpack.DatabaseComponents; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; namespace RelhaxModpack { /// <summary> /// A database component is the base class for all other packages /// </summary> public class DatabasePackage : IDatabaseCom...
61be155496ca3776ab39254ba129de76f4d93aef
Fix updating dungeon floor spinbutton
Fix updating dungeon floor spinbutton
Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab
LynnaLab/UI/MainWindow.cs
mit
1,587,259,401
using System; using System.IO; using System.Collections.Generic; using System.Drawing; using System.Reflection; using System.Linq; using Gtk; using LynnaLab; // Doesn't extend the Gtk.Window class because the actual window is defined in Glade // (Glade/MainWindow.ui). public class MainWindow { private static read...
using System; using System.IO; using System.Collections.Generic; using System.Drawing; using System.Reflection; using System.Linq; using Gtk; using LynnaLab; // Doesn't extend the Gtk.Window class because the actual window is defined in Glade // (Glade/MainWindow.ui). public class MainWindow { private static read...
0494091740dbeee2436037eaf633f86a2b54529f
Reload files when file is put
Reload files when file is put
aopell/DiscordBot
DiscordBotNew/Commands/ManagementCommands.cs
mit
1,587,257,839
using System; using System.Collections.Generic; using IO = System.IO; using System.IO; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; usin...
using System; using System.Collections.Generic; using IO = System.IO; using System.IO; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; usin...
83bcf1327f7a5a51fcf9dc88651104b4d1800f83
4.0.0 version
4.0.0 version
raulnq/Jal.Router
Jal.Router.Sample.NetCore/Program.cs
apache-2.0
1,587,256,605
using System; using Jal.Router.AzureServiceBus.Standard; using Jal.Router.Impl; using Jal.Router.Interface; using Jal.Router.LightInject.Installer; using Jal.Router.Model; using LightInject; using Jal.Router.Extensions; using Jal.Router.AzureServiceBus.Standard.Model; using Jal.Router.AzureStorage.Extensions; using Ja...
using System; using Jal.Router.AzureServiceBus.Standard; using Jal.Router.Impl; using Jal.Router.Interface; using Jal.Router.LightInject.Installer; using Jal.Router.Model; using LightInject; using Jal.Router.Extensions; using Jal.Router.AzureServiceBus.Standard.Model; using Jal.Router.AzureStorage.Extensions; using Ja...
c7b802268c29ee343327887e3948c9c082295163
Added mode to Invoke-NtToken to impersonate current primary token.
Added mode to Invoke-NtToken to impersonate current primary token.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtObjectManager/Cmdlets/Object/InvokeNtTokenCmdlet.cs
apache-2.0
1,587,255,761
// Copyright 2016 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 2016 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...
37bdc40a1fbcc1ce5abef5efc8c638f8fdbbd7ef
Added NotLow property and cleaned up WriteRestricted.
Added NotLow property and cleaned up WriteRestricted.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/NtToken.cs
apache-2.0
1,587,255,700
// Copyright 2016 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 2016 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...
0a472dee41b76b9ff160d059d88962281945632c
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,587,255,068
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
7609140abfe4e31ade780dd5b57f3321b0a03de0
Update Pokemon.cs
Update Pokemon.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/InBattle/Pokemon.cs
bsd-3-clause
1,587,253,093
using PokemonUnity; //using PokemonUnity.Pokemon; using PokemonUnity.Inventory; //using PokemonUnity.Attack; using PokemonUnity.Localization; using PokemonUnity.Battle; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PokemonUnity.Battle { #pragma warning disable 0162 //...
using PokemonUnity; //using PokemonUnity.Pokemon; using PokemonUnity.Inventory; //using PokemonUnity.Attack; using PokemonUnity.Localization; using PokemonUnity.Battle; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PokemonUnity.Battle { #pragma warning disable 0162 //...
206fff7b6544cbd89d25dcd781338d1e416eeca5
Fixed right-click in room editor
Fixed right-click in room editor
Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab
LynnaLab/UI/RoomEditor.cs
mit
1,587,252,832
using System; using Bitmap = System.Drawing.Bitmap; using System.Collections.Generic; using Gtk; namespace LynnaLab { [System.ComponentModel.ToolboxItem(true)] public class RoomEditor : TileGridViewer { public Room Room { get { return room; } } public bool Enabl...
using System; using Bitmap = System.Drawing.Bitmap; using System.Collections.Generic; using Gtk; namespace LynnaLab { [System.ComponentModel.ToolboxItem(true)] public class RoomEditor : TileGridViewer { public Room Room { get { return room; } } public bool Enabl...
64f2e5eaff92994dac8cb4ca8ec0de8fdd2fba9b
Add experimental support for BLP0/BLP1.
Add experimental support for BLP0/BLP1.
WoW-Tools/SereniaBLPLib
SereniaBLPLib/BlpFile.cs
mit
1,587,252,463
/* * Copyright (c) <2011> <by Xalcon @ mmowned.com-Forum> * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, cop...
/* * Copyright (c) <2011> <by Xalcon @ mmowned.com-Forum> * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, cop...
109e064f2fa26cc6a07508d047e7086dee81ac47
adjust test method names to match what is being expected from the test
adjust test method names to match what is being expected from the test
zmira/abremir.AllMyBricks
abremir.AllMyBricks.DataSynchronizer.Tests/Services/UserSynchronizationServiceTests.cs
mit
1,587,251,835
using abremir.AllMyBricks.Data.Enumerations; using abremir.AllMyBricks.Data.Interfaces; using abremir.AllMyBricks.DataSynchronizer.Events.UserSynchronizationService; using abremir.AllMyBricks.DataSynchronizer.Interfaces; using abremir.AllMyBricks.DataSynchronizer.Services; using abremir.AllMyBricks.Onboarding.Interfac...
using abremir.AllMyBricks.Data.Enumerations; using abremir.AllMyBricks.Data.Interfaces; using abremir.AllMyBricks.DataSynchronizer.Events.UserSynchronizationService; using abremir.AllMyBricks.DataSynchronizer.Interfaces; using abremir.AllMyBricks.DataSynchronizer.Services; using abremir.AllMyBricks.Onboarding.Interfac...
db77ca967fe5cdc7a42eb4154e0906067a03d82e
Added a suppression for a CA warning that cannot be fixed int net452.
Added a suppression for a CA warning that cannot be fixed int net452.
serilog/serilog-sinks-mssqlserver,serilog/serilog-sinks-mssqlserver
test/Serilog.Sinks.MSSqlServer.Tests/GlobalSuppressions.cs
apache-2.0
1,587,251,214
// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc. using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Glob...
// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc. using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Glob...
81ee307c15d0c95444b18c7e8932575e954874d2
open up defaults
open up defaults
BlackFrog1/PowerArgs,adamabdelhamed/PowerArgs,workabyte/PowerArgs
PowerArgs/HelperTypesPublic/ConsoleString.cs
mit
1,587,250,307
using PowerArgs.Cli; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; namespace PowerArgs { /// <summary> /// An interface that defines an object that implements ToConsoleString /// </summary> public interface...
using PowerArgs.Cli; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; namespace PowerArgs { /// <summary> /// An interface that defines an object that implements ToConsoleString /// </summary> public interface...
01c189d324299a7b68d25460050ae341013b70d5
LogglyClient - ToJson should not serialize the entire world when meeting deep reflection types
LogglyClient - ToJson should not serialize the entire world when meeting deep reflection types
neutmute/loggly-csharp,neutmute/loggly-csharp
source/Loggly/LogglyClient.cs
mit
1,587,249,918
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _transport; private JsonSerializ...
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _transport; private JsonSerializ...
e5116b3145e7ccf43a59058cf1faeadba1ec9085
Make loading services from assembly more robust.
Make loading services from assembly more robust.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/NadekoBot/MitternachtBot.cs
mit
1,587,249,650
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using MinecraftQue...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using MinecraftQue...
4350270c8e81e1a10083309af2a7ad0ba7ef32e0
remove pavement areas and "ruined" texture around buildings
remove pavement areas and "ruined" texture around buildings
boformer/ResourceReplacer
ResourceReplacer/ResourceReplacer.cs
mit
1,587,248,482
using System; using System.Collections.Generic; using ColossalFramework.IO; using ResourceReplacer.Packs; using UnityEngine; namespace ResourceReplacer { // TODO restore original textures on reload // TODO live reload public class ResourceReplacer : ModSingleton<ResourceReplacer> { public readonly...
using System; using System.Collections.Generic; using ColossalFramework.IO; using ResourceReplacer.Packs; using UnityEngine; namespace ResourceReplacer { // TODO restore original textures on reload // TODO live reload public class ResourceReplacer : ModSingleton<ResourceReplacer> { public readonly...
bbb9d6a2a59a305cdad73e6a6290a512bcac2b05
Add NTLM unit test
Add NTLM unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,587,248,031
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 ...
808af6ae20b07585c471dad1d42c4d22459e24a5
Fix GetBuildVersion_OutsideGit_PointingToGit so it passes consistently
Fix GetBuildVersion_OutsideGit_PointingToGit so it passes consistently It was just getting lucky because two temp directory paths had the same length.
AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning
src/NerdBank.GitVersioning.Tests/BuildIntegrationTests.cs
mit
1,587,247,728
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Xml; using LibGit2Sharp; using Microsoft.Build.Constructio...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Xml; using LibGit2Sharp; using Microsoft.Build.Constructio...
1315586af1489013bf31fb691e16b68fa0f714af
Added missing error text
Added missing error text
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Data/Repositories/WaifuRepository.cs
agpl-3.0
1,587,247,613
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Data.Utils; namespace SoraBot.Data.Repositories { public class...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Data.Utils; namespace SoraBot.Data.Repositories { public class...
1fffc84f5da8669b8787790314e86256f170ac52
BasketSecurityMessageAdapter fixes.
BasketSecurityMessageAdapter fixes.
StockSharp/StockSharp
Algo/BasketSecurityMessageAdapter.cs
apache-2.0
1,587,246,714
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Algo.Storages; using StockSharp.BusinessEntities; using StockSharp.Logging; using StockSharp.Messages; /// <summary> /// The messages adapter bui...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Algo.Storages; using StockSharp.BusinessEntities; using StockSharp.Messages; /// <summary> /// The messages adapter builds market data for basket securi...
4291d53106791a54df760dc22562c500126f1244
minimize IO on Ansi rendering path
minimize IO on Ansi rendering path
workabyte/PowerArgs,BlackFrog1/PowerArgs,adamabdelhamed/PowerArgs
PowerArgs/CLI/Drawing/ConsoleBitmap.cs
mit
1,587,245,648
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace PowerArgs.Cli { /// <summary> /// A data structure representing a 2d image that can be pained in /// a console window /// </summary> public class ConsoleBitmap { private const double DrawPreci...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; namespace PowerArgs.Cli { /// <summary> /// A data structure representing a 2d image that can be pained in /// a console window /// </summary> public class ConsoleBitmap { private con...
c69ff243f0837c92977fad841100bc805120dbd2
changed more testcases to be concurrent connection mode
changed more testcases to be concurrent connection mode
kerryjiang/SuperSocket,kerryjiang/SuperSocket
test/Test/WebSocket/WebSocketBasicTest.cs
apache-2.0
1,587,245,302
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
eb82b19e777abc981bb4b55d76779aa540a48c5f
Remove ironic comment that turned out to fuck me sideways
Remove ironic comment that turned out to fuck me sideways
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Cache/CacheService.cs
agpl-3.0
1,587,245,253
using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; namespace SoraBot.Services.Cache { public partial class CacheService : ICacheService { private readonly ConcurrentDictionary<ulong, CacheItem> _discordCache = new ConcurrentDictionary<ulong, CacheI...
using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; namespace SoraBot.Services.Cache { public partial class CacheService : ICacheService { private readonly ConcurrentDictionary<ulong, CacheItem> _discordCache = new ConcurrentDictionary<ulong, CacheI...
4fed24020d3388929ec97bcd9ffd9e904f781d75
Added missing .ConfigureAwait(false);
Added missing .ConfigureAwait(false);
imperugo/StackExchange.Redis.Extensions,imperugo/StackExchange.Redis.Extensions
src/core/StackExchange.Redis.Extensions.Core/Implementations/RedisDatabase.cs
mit
1,587,244,702
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using StackExchange.Redis; using StackExchange.Redis.Extensions.Core.Abstractions; using StackExchange.Redis.Extensions.Core.Configuration; using StackExchange.Redis.Extensions.Core.Extensions; using StackExchange.Redis.Ex...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using StackExchange.Redis; using StackExchange.Redis.Extensions.Core.Abstractions; using StackExchange.Redis.Extensions.Core.Configuration; using StackExchange.Redis.Extensions.Core.Extensions; using StackExchange.Redis.Ex...
8703b6c551e28ab3c8bb9a3c9a066b3e78425458
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,243,764
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "90d3e7d4e06107f10e48012d67ea440dabe5f429"; public static string Version = "1.2"; public static string Build = "3343"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "757d8f8804f98fd6bd42344992e002f38ac56079"; public static string Version = "1.2"; public static string Build = "3342"; ...
ab467637b749de6e720dd5a5c00a6d3a73c40e8e
changed TestBinaryMessageToArray to be concurrent connection mode
changed TestBinaryMessageToArray to be concurrent connection mode
kerryjiang/SuperSocket,kerryjiang/SuperSocket
test/Test/WebSocket/WebSocketBasicTest.cs
apache-2.0
1,587,243,263
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
4d9ab899303bcf3a73ecb91d478b2c29092c0d44
HistoryMessageAdapter. Check Security.Board on null.
HistoryMessageAdapter. Check Security.Board on null.
StockSharp/StockSharp
Algo/Testing/HistoryMessageAdapter.cs
apache-2.0
1,587,242,933
namespace StockSharp.Algo.Testing { using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Globalization; using Ecng.Collections; using Ecng.Common; using Ecng.ComponentModel; using StockSharp.Algo.Storages; using StockSharp.BusinessEntities; using StockS...
namespace StockSharp.Algo.Testing { using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Globalization; using Ecng.Collections; using Ecng.Common; using Ecng.ComponentModel; using StockSharp.Algo.Storages; using StockSharp.BusinessEntities; using StockS...
a8ddb9a565d78101e7a9e55a20cf68a12042b77f
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,242,807
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "757d8f8804f98fd6bd42344992e002f38ac56079"; public static string Version = "1.2"; public static string Build = "3342"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "1b6f712fa54f3e2b15d458027627f9c8e0d70b1a"; public static string Version = "1.2"; public static string Build = "3341"; ...
7038ecfb47d428c3ebd7bce359fb74656e28990e
Fixed null reference
Fixed null reference
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/InfoModule.cs
agpl-3.0
1,587,242,687
using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Bot.Models; using SoraBot.Bot.TypeReaders; using SoraBot.Common.Extensions.Modules; namespace SoraBot.Bot.Modules { [Name("Info")] [Summary("Commands for general information about users or Sora")] public class InfoModule : ...
using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Bot.Models; using SoraBot.Bot.TypeReaders; using SoraBot.Common.Extensions.Modules; namespace SoraBot.Bot.Modules { [Name("Info")] [Summary("Commands for general information about users or Sora")] public class InfoModule : ...
be34c09dc3cc44861df8d54d8b936b4e32ac7ef4
Added elapsedtime on camera rotation
Added elapsedtime on camera rotation
tgc-utn/tgc-viewer
TGC.Examples/Camara/TgcFpsCamera.cs
mit
1,587,242,606
using Microsoft.DirectX.DirectInput; using System.Drawing; using System.Windows.Forms; using TGC.Core.Camara; using TGC.Core.Direct3D; using TGC.Core.Input; using TGC.Core.Mathematica; namespace TGC.Examples.Camara { /// <summary> /// Camara en primera persona que utiliza matrices de rotacion, solo almace...
using Microsoft.DirectX.DirectInput; using System.Drawing; using System.Windows.Forms; using TGC.Core.Camara; using TGC.Core.Direct3D; using TGC.Core.Input; using TGC.Core.Mathematica; namespace TGC.Examples.Camara { /// <summary> /// Camara en primera persona que utiliza matrices de rotacion, solo almace...
09ed066a9f678e198ba5568c254f28e7ad143142
small packet refactoring
small packet refactoring
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TeraPacketParser/Messages/S_PARTY_MEMBER_CHANGE_MP.cs
mit
1,587,242,126
 namespace TeraPacketParser.Messages { public class S_PARTY_MEMBER_CHANGE_MP : ParsedMessage { public uint ServerId { get; } public uint PlayerId { get; } public int CurrentMP { get; } public int MaxMP { get; } public S_PARTY_MEMBER_CHANGE_MP(TeraMessageReader read...
 namespace TeraPacketParser.Messages { public class S_PARTY_MEMBER_CHANGE_MP : ParsedMessage { private uint _serverId, _playerId; private int _currentMP, _maxMP; public uint ServerId => _serverId; public uint PlayerId => _playerId; public int CurrentMP => _currentMP; ...
a1154876b51fdecd9611da56803d831d7efd4209
add util method to opcodenamer
add util method to opcodenamer
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TeraPacketParser/OpCodeNamer.cs
mit
1,587,242,126
using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace TeraPacketParser { // Maps between numeric OpCodes and OpCode names // Since this mapping is version dependent, we can't use a sing glob...
using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace TeraPacketParser { // Maps between numeric OpCodes and OpCode names // Since this mapping is version dependent, we can't use a sing glob...
edb64eac07e7ba65bf13d92e1fcd24470e610d21
add util methods to ToolboxSniffer
add util methods to ToolboxSniffer
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/Sniffing/ToolboxSniffer.cs
mit
1,587,242,125
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using Nostrum.Extensions; using TCC.Analysis; using TCC.Interop.Proxy; using TCC.Utils; using TeraPacketParser; using TeraPacketParser.TeraCommon...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using Nostrum.Extensions; using TCC.Analysis; using TCC.Interop.Proxy; using TCC.Utils; using TeraPacketParser; using TeraPacketParser.TeraCommon...
d698c9848248dc0cad283b45f3a84d53be57177c
Fixed example updating mesh transform in render instead of update
Fixed example updating mesh transform in render instead of update
tgc-utn/tgc-viewer
TGC.Examples/Others/EjemploDefault.cs
mit
1,587,241,711
using Microsoft.DirectX.Direct3D; using Microsoft.DirectX.DirectInput; using System; using System.Drawing; using System.IO; using System.Windows.Forms; using TGC.Core.Direct3D; using TGC.Core.Mathematica; using TGC.Core.SceneLoader; using TGC.Core.Shaders; using TGC.Core.Text; using TGC.Examples.Camara; using TGC.Examp...
using Microsoft.DirectX.Direct3D; using Microsoft.DirectX.DirectInput; using System.Drawing; using System.IO; using System.Windows.Forms; using TGC.Core.Direct3D; using TGC.Core.Mathematica; using TGC.Core.SceneLoader; using TGC.Core.Shaders; using TGC.Core.Text; using TGC.Examples.Camara; using TGC.Examples.Example; u...
762a5741fe372869e62bc5cc27644ed0cf27dfb2
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,241,388
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "1b6f712fa54f3e2b15d458027627f9c8e0d70b1a"; public static string Version = "1.2"; public static string Build = "3341"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "efce99e568a5509e02cde1373b3ab3e43e6b5498"; public static string Version = "1.2"; public static string Build = "3336"; ...
98ff8808f1ffd1e28144de6d388a95f710648ec4
Block Objects from going onto same tile.
Block Objects from going onto same tile.
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Construction/ConveyorBelt.cs
agpl-3.0
1,587,241,319
using Grpc.Core; using Mirror; using System; using System.Collections.Generic; using UnityEngine; using System.Linq; public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply> { [SerializeField] private float ConveyorBeltSpeed = 1f; //does not change animation speed! Only detection and teleport s...
using Grpc.Core; using Mirror; using System; using System.Collections.Generic; using UnityEngine; public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply> { [SerializeField] private float ConveyorBeltSpeed = 1f; //does not change animation speed! Only detection and teleport speed [SerializeFi...
6c98dc3cd731f89aca0b1f08f16819c5dd0dcd35
Disable complexity warning
Disable complexity warning
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Controllers/UserController.cs
agpl-3.0
1,587,241,292
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgsta...
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgsta...
61686323a8459a17ebceeb1bd7dda0d0ee189710
Added ElapsedTime to rotation camera
Added ElapsedTime to rotation camera
tgc-utn/tgc-viewer
TGC.Examples/Camara/TgcFpsCamera.cs
mit
1,587,241,278
using Microsoft.DirectX.DirectInput; using System.Drawing; using System.Windows.Forms; using TGC.Core.Camara; using TGC.Core.Direct3D; using TGC.Core.Input; using TGC.Core.Mathematica; namespace TGC.Examples.Camara { /// <summary> /// Camara en primera persona que utiliza matrices de rotacion, solo almace...
using Microsoft.DirectX.DirectInput; using System.Drawing; using System.Windows.Forms; using TGC.Core.Camara; using TGC.Core.Direct3D; using TGC.Core.Input; using TGC.Core.Mathematica; namespace TGC.Examples.Camara { /// <summary> /// Camara en primera persona que utiliza matrices de rotacion, solo almace...
1e960d985b6145f377a664114b88d0ba23882c4c
Fixed all tests
Fixed all tests
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Chemistry/ReagentMix.cs
agpl-3.0
1,587,240,959
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Chemistry { [Serializable] public class ReagentMix : IEnumerable<KeyValuePair<Reagent, float>> { public const float ZERO_CELSIUS_IN_KELVIN = 273.15f; [Tooltip("In Kelvins")] [SerializeFie...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Chemistry { [Serializable] public class ReagentMix : IEnumerable<KeyValuePair<Reagent, float>> { public const float ZERO_CELSIUS_IN_KELVIN = 273.15f; [Tooltip("In Kelvins")] [SerializeFie...
bcfcc959dcea15e9dc3f21f6c9170bc69ab16b86
EmulationMessageAdapter. Emulator only mode added.
EmulationMessageAdapter. Emulator only mode added.
StockSharp/StockSharp
Algo/Testing/EmulationMessageAdapter.cs
apache-2.0
1,587,240,821
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
d347bb0dc0078c72b07d3530ef76f150a09f00ac
Remove logging statements
Remove logging statements
krausest/js-framework-benchmark,krausest/js-framework-benchmark,krausest/js-framework-benchmark,krausest/js-framework-benchmark,krausest/js-framework-benchmark,krausest/js-framework-benchmark
frameworks/keyed/blazor-wasm/src/App.razor.cs
apache-2.0
1,587,240,548
using System; using System.Collections.Generic; using System.Diagnostics; namespace blazor_wasm { public partial class App { List<Data> data = new List<Data>(); int selected; int id = 1; Random random = new Random(0); string[] adjectives = new string[] { ...
using System; using System.Collections.Generic; using System.Diagnostics; namespace blazor_wasm { public partial class App { string lastMeasure; Stopwatch Stopwatch; void StartMeasure(string name) { Stopwatch = Stopwatch.StartNew(); lastMeasure = name; ...
a6cd2ad3d67cb475508b730221c4181cbfa3abed
Next release is Fuchs.
Next release is Fuchs.
mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia
ksp_plugin_adapter/main_window.cs
mit
1,587,240,013
using System; namespace principia { namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. private const string next_release_name_ = "Fuchs"; private const int next_release_lunation_number_ = 252; private readonly DateTimeOffset...
using System; namespace principia { namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. private const string next_release_name_ = "Fubini"; private const int next_release_lunation_number_ = 251; private readonly DateTimeOffse...
0811524906da3fca85e634d2c264b86d0d175210
Don't visit the same argument nodes twice
Don't visit the same argument nodes twice
Moq/moq4
src/Moq/Expressions/Visitors/UpgradePropertyAccessorMethods.cs
bsd-3-clause
1,587,238,735
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using Sys...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using Sys...
b901dcb37b4ba96042dac7ae28a3455fc52cac90
Improve test stability
Improve test stability by skipping _git2_ temp files created by recent versions of libgit2sharp.
AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning
src/NerdBank.GitVersioning.Tests/RepoTestBase.cs
mit
1,587,238,525
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using LibGit2Sharp; using Nerdbank.GitVersioning; using Validation; using Xunit.Abstractions; public abstract class RepoTestBase : IDisposable { private re...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using LibGit2Sharp; using Nerdbank.GitVersioning; using Validation; using Xunit.Abstractions; public abstract class RepoTestBase : IDisposable { private re...
4bcf1068fd2dc517ef1352e5e6e9f4c5146e168f
CsvEntityRegistry. Fix SubscriptionCsvList
CsvEntityRegistry. Fix SubscriptionCsvList
StockSharp/StockSharp
Algo/Storages/Csv/CsvEntityRegistry.cs
apache-2.0
1,587,238,374
namespace StockSharp.Algo.Storages.Csv { using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using MoreLinq; using StockSharp.BusinessEntities; using StockS...
namespace StockSharp.Algo.Storages.Csv { using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using Ecng.Collections; using Ecng.Common; using Ecng.Serialization; using MoreLinq; using StockSharp.BusinessEntities; using StockS...
4395d77667afd7a9106a7a37d08531bcc14d3a5b
Add the MitternachtBot instance and its services to the ASP.NET services.
Add the MitternachtBot instance and its services to the ASP.NET services.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Startup.cs
mit
1,587,237,998
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Hosting; using System.Linq; namespace MitternachtWeb { public class St...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; namespace MitternachtWeb { public class Startup { public Startup(IConfiguration configuration) { Configuration = co...
f77f4bd4b2d5e44c28ce27a838d64134783614e8
Move MitternachtBot instance to a static variable.
Move MitternachtBot instance to a static variable.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
MitternachtWeb/Program.cs
mit
1,587,237,960
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using Mitternacht; using System.Threading.Tasks; namespace MitternachtWeb { public class Program { public static MitternachtBot MitternachtBot; public static async Task Main(string[] args) { MitternachtBot = new MitternachtBot(0, 0); a...
using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using Mitternacht; using System.Threading.Tasks; namespace MitternachtWeb { public class Program { public static async Task Main(string[] args) { await new MitternachtBot(0, 0).RunAsync(args); await CreateHostBuilder(args).Build().Run...