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
cdd06d137aae20d66ac2570df112238ce38e31e5
Remove async sockets from tests
Remove async sockets from tests
DeathCradle/Open-Terraria-API,DeathCradle/Open-Terraria-API,DeathCradle/Open-Terraria-API
OTAPI.Tests/OTAPI.Server.Tests/Program.cs
mit
1,589,705,519
using Microsoft.Xna.Framework; using OTAPI.Tests.Common; using System; using Terraria; using Terraria.Localization; namespace OTAPI.Tests { class Program { public static void ForceLoadThread() { Terraria.Program.ForceLoadAssembly(typeof(Terraria.Program).Assembly, true); } static void Main(string[] args...
using Microsoft.Xna.Framework; using OTAPI.Sockets; using OTAPI.Tests.Common; using System; using Terraria; using Terraria.Localization; namespace OTAPI.Tests { class Program { public static void ForceLoadThread() { Terraria.Program.ForceLoadAssembly(typeof(Terraria.Program).Assembly, true); } static vo...
cdc1ca60b761ea38982c4013dbad2b6852c03b08
Store fail message in a local
Store fail message in a local
smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework...
osu.Framework/Audio/BassUtils.cs
mit
1,589,705,254
// 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 ManagedBass; using osu.Framework.Logging; namespace osu.Framework.Audio { internal static class BassUtils { /// <summary> ///...
// 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 ManagedBass; using osu.Framework.Logging; namespace osu.Framework.Audio { internal static class BassUtils { private static string get...
408dcf6f6183cbf15273bb4f39c9365e541fc056
[FIX] Ajustes na cultura para converter as datas dos testes.
[FIX] Ajustes na cultura para converter as datas dos testes.
wrparra/Correios.NET
src/Correios.NET.Tests/Models/PackageTest.cs
mit
1,589,705,044
using Correios.NET.Exceptions; using FluentAssertions; using System; using System.Globalization; using Xunit; namespace Correios.NET.Tests.Models { public class PackageTest { private readonly string _packageHtml; private readonly string _packageDeliveredHtml; private readonly string _p...
using Correios.NET.Exceptions; using FluentAssertions; using System; using Xunit; namespace Correios.NET.Tests.Models { public class PackageTest { private readonly string _packageHtml; private readonly string _packageDeliveredHtml; private readonly string _packageErrorHtml; pri...
95c6915bdfd84228b58caf9f84304d1837da8f5d
Update ItemMagBoots.cs
Update ItemMagBoots.cs
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Items/Others/ItemMagBoots.cs
agpl-3.0
1,589,704,867
using System; using System.Collections; using System.Collections.Generic; using Atmospherics; using UnityEngine; using Mirror; using UnityEngine.Events; using System.Linq; using UnityEngine.UI; public class ItemMagBoots : NetworkBehaviour, IServerActionGUI, IClientInventoryMove,IServerInventoryMove { [SyncVar(hook ...
using System; using System.Collections; using System.Collections.Generic; using Atmospherics; using UnityEngine; using Mirror; using UnityEngine.Events; using System.Linq; using UnityEngine.UI; public class ItemMagBoots : NetworkBehaviour, IServerActionGUI, IClientInventoryMove,IServerInventoryMove { [SyncVar(hook ...
8e6cd9fa69690ca9506d97007e3005ee15655629
[FIXED] handle legacy logouts
[FIXED] handle legacy logouts
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YetAnotherForum.NET/Pages/Account/Logout.ascx.cs
apache-2.0
1,589,704,115
/* 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...
864c1a73ae0ac1a1217ea85d8977004d171ff8bf
Only add back button if required
Only add back button if required
peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu
osu.Game.Tournament/Screens/Editors/TournamentEditorScreen.cs
mit
1,589,704,072
// 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.Collections.Specialized; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerableExtensio...
// 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.Collections.Specialized; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerableExtensio...
2c0ac8cc36dd55c859c05b9deb14efdb90479ffb
Move padding to fill, not scroll container
Move padding to fill, not scroll container
NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu
osu.Game.Tournament/Screens/Editors/TournamentEditorScreen.cs
mit
1,589,703,926
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Specialized; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerableExtensio...
// 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.Collections.Specialized; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerableExtensio...
9af846ab271aa75c4310dddddb41617195157590
update test
update test
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
test/WeihanLi.Common.Test/DependencyResolverTest.cs
mit
1,589,703,459
using Microsoft.Extensions.DependencyInjection; using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Common; using System.Data.SqlClient; using System.Threading.Tasks; using WeihanLi.Common.Data; using WeihanLi.Common.Helpers; using Xunit; na...
using Microsoft.Extensions.DependencyInjection; using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Common; using System.Data.SqlClient; using System.Threading.Tasks; using WeihanLi.Common.Data; using WeihanLi.Common.Helpers; using Xunit; na...
3839b1defc6bf2cb81814e3271851eac497974f7
reduce log spam
reduce log spam
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Program.cs
lgpl-2.1
1,589,703,081
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using CompatBot.Commands; using CompatBot.Commands.Converters; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers; using Co...
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using CompatBot.Commands; using CompatBot.Commands.Converters; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers; using Co...
9c5d2ae8c8ef351d478cb49446741e6746acba39
update firmware update check using links directly from vsh.self
update firmware update check using links directly from vsh.self
RPCS3/discord-bot,RPCS3/discord-bot
Clients/PsnClient/PsnClient.cs
lgpl-2.1
1,589,702,692
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Formatting; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using CompatApiClient; using CompatApiClient.Compression; using CompatApiClient.Utils...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Formatting; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using CompatApiClient; using CompatApiClient.Compression; using CompatApiClient.Utils...
306de78e3693f3f14f657079399d253db9a72fe3
Bugfix Type in DynamicDataProviderBase - #2216
Bugfix Type in DynamicDataProviderBase - #2216
MaceWindu/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,linq2db/linq2db,linq2db/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db
Source/LinqToDB/DataProvider/DynamicDataProviderBase.cs
mit
1,589,701,051
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data; using System.Linq; using System.Linq.Expressions; namespace LinqToDB.DataProvider { using Expressions; using Extensions; using Mapping; public abstract class DynamicDataProviderBase<TProviderMappings> : DataPr...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data; using System.Linq; using System.Linq.Expressions; namespace LinqToDB.DataProvider { using Expressions; using Extensions; using Mapping; public abstract class DynamicDataProviderBase<TProviderMappings> : DataPr...
8d66f3508809fd26160b3c6b249a32a18fea8f4d
Disable console modification
Disable console modification Fixes world gen
DeathCradle/Open-Terraria-API,DeathCradle/Open-Terraria-API,DeathCradle/Open-Terraria-API
OTAPI.Modifications/OTAPI.Modifications.Console/Modifications/WriteLine.cs
mit
1,589,699,765
using Mono.Cecil; using OTAPI.Patcher.Engine.Extensions; using OTAPI.Patcher.Engine.Modification; using System; using System.Linq; namespace OTAPI.Patcher.Engine.Modifications.Patches { public class ConsoleWrites : ModificationBase { public override System.Collections.Generic.IEnumerable<string> AssemblyTargets =...
using Mono.Cecil; using OTAPI.Patcher.Engine.Extensions; using OTAPI.Patcher.Engine.Modification; using System; using System.Linq; namespace OTAPI.Patcher.Engine.Modifications.Patches { public class ConsoleWrites : ModificationBase { public override System.Collections.Generic.IEnumerable<string> AssemblyTargets =...
a967a89aaa2cf5a8cbe191dcfb0aa4f78b5d8549
Add the attribute needed, provided
Add the attribute needed, provided Some time when we have a connection failure, the error message need some information, ex: missing_scope So we need to know what are the "needed" scope to add them. with provided we can see what are the permission that we already provided to app.
Inumedia/SlackAPI,Inumedia/SlackAPI
SlackAPI/Response.cs
mit
1,589,699,535
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SlackAPI { public abstract class Response { /// <summary> /// Should always be checked before trying to process a response. /// </summary> public bool o...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SlackAPI { public abstract class Response { /// <summary> /// Should always be checked before trying to process a response. /// </summary> public bool o...
ae93177ca8361755f9ac7f557e66907f56a366c7
Add event for ConnectionLost
Add event for ConnectionLost When the api stay running and there is for some reason a connection failure. The SlackSocketClient is disconnected. What I added is: An event to be notified when the connection is lost. So, After that we can retry to connect again :).
Inumedia/SlackAPI,Inumedia/SlackAPI
SlackAPI/SlackSocketClient.cs
mit
1,589,699,129
using System.Net.WebSockets; using System; using System.Linq; using System.Net; using SlackAPI.WebSocketMessages; namespace SlackAPI { public class SlackSocketClient : SlackClient { readonly bool maintainPresenceChanges; SlackSocket underlyingSocket; public event Action<NewMessage> On...
using System.Net.WebSockets; using System; using System.Linq; using System.Net; using SlackAPI.WebSocketMessages; namespace SlackAPI { public class SlackSocketClient : SlackClient { readonly bool maintainPresenceChanges; SlackSocket underlyingSocket; public event Action<NewMessage> On...
56148afc68a1af2133d25b89130ae5800377c69b
Optimize Blockchain.cs
Optimize Blockchain.cs
AntShares/AntShares
src/neo/Ledger/Blockchain.cs
mit
1,589,696,254
using Akka.Actor; using Akka.Configuration; using Neo.Cryptography.ECC; using Neo.IO; using Neo.IO.Actors; using Neo.IO.Caching; using Neo.Network.P2P; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.Plugins; using Neo.SmartContract; using Neo.SmartContract.Native; using Neo.VM; using System; using Sys...
using Akka.Actor; using Akka.Configuration; using Neo.Cryptography.ECC; using Neo.IO; using Neo.IO.Actors; using Neo.IO.Caching; using Neo.Network.P2P; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.Plugins; using Neo.SmartContract; using Neo.SmartContract.Native; using Neo.VM; using System; using Sys...
be6e623d543054fd02751869a2b24ee6519da524
Fix tests with ScriptPrettyName
Fix tests with ScriptPrettyName
textamina/scriban,lunet-io/scriban
src/Scriban.Tests/TestRuntime.cs
bsd-2-clause
1,589,696,241
// 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 System.Data; using System.Diagnostics; using System.Globalization; using System.Linq; using Sys...
// 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 System.Data; using System.Diagnostics; using System.Globalization; using System.Linq; using Sys...
ed195839998689b986f8ccf6d21d7dbf50f569e5
Add missing type to ScriptPrettyName
Add missing type to ScriptPrettyName
lunet-io/scriban,textamina/scriban
src/Scriban/Helpers/ReflectionHelper.cs
bsd-2-clause
1,589,696,231
// 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 System.Numerics; using System.Reflection; using System.Runtime.CompilerServices; using Scriba...
// 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 System.Numerics; using System.Reflection; using System.Runtime.CompilerServices; using Scriba...
7ac20cf6f6d148570cfc73ac63f5a6d5e6990f37
Add missing custom delegate functions
Add missing custom delegate functions
textamina/scriban,lunet-io/scriban
src/Scriban/Runtime/DelegateCustomFunction.cs
bsd-2-clause
1,589,696,212
// 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.Reflection; using System.Threading.Tasks; using Scriban.Parsing; using Scriban.Syntax; namespace Scriban.Runtime { ...
// 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.Reflection; using System.Threading.Tasks; using Scriban.Parsing; using Scriban.Syntax; namespace Scriban.Runtime { ...
f58b865e2c1e479c4d2f3704da518dd716bc39d9
Use ScriptPrettyName for ToInt
Use ScriptPrettyName for ToInt
textamina/scriban,lunet-io/scriban
src/Scriban/TemplateContext.Helpers.cs
bsd-2-clause
1,589,696,202
// 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.Collections.Generic; using System.Globalization; using System.Numerics; using System.Reflecti...
// 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.Collections.Generic; using System.Globalization; using System.Numerics; using System.Reflecti...
aea5cdb50c32386fe4da5d22c1db6845bdcd01b4
#24 when adding client, check on email and mobile to stop duplicate records matching
#24 when adding client, check on email and mobile to stop duplicate records matching
samwa/loconomics,samwa/loconomics,samwa/loconomics
web/App_Code/LcRest/Client.cs
mpl-2.0
1,589,691,694
using System; using System.Collections.Generic; using System.Linq; using System.Web; using WebMatrix.Data; namespace LcRest { /// <summary> /// Access to client info through the REST API /// </summary> public class Client { #region Fields public int clientUserID; public str...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using WebMatrix.Data; namespace LcRest { /// <summary> /// Access to client info through the REST API /// </summary> public class Client { #region Fields public int clientUserID; public str...
815b35c830c08ba7fa9860db79dedf5163b93f6a
String formatting cleanup in WarcraftClientJournalApi
String formatting cleanup in WarcraftClientJournalApi
danjagnow/ArgentPonyWarcraftClient
src/ArgentPonyWarcraftClient/Client/GameDataApi/WarcraftClientJournalApi.cs
mit
1,589,689,280
using System.Threading.Tasks; using ArgentPonyWarcraftClient.GameData; namespace ArgentPonyWarcraftClient { public partial class WarcraftClient { /// <inheritdoc /> public async Task<RequestResult<JournalExpansionsIndex>> GetJournalExpansionsIndexAsync(string @namespace) { ...
using System.Threading.Tasks; using ArgentPonyWarcraftClient.GameData; namespace ArgentPonyWarcraftClient { public partial class WarcraftClient { /// <inheritdoc /> public async Task<RequestResult<JournalExpansionsIndex>> GetJournalExpansionsIndexAsync(string @namespace) { r...
b402f95419137a2203506d120a90cee0d6c87a5a
clean code
clean code
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Event/EventSubscriptionManager.cs
mit
1,589,689,135
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Event { public interface IEventSubscriptionManager : IEventSubscriber { /// <summary> /// Get EventHandlers for event ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; using WeihanLi.Common.Helpers; namespace WeihanLi.Common.Event { public interface IEventSubscriptionManager : IEventSubscriber { /// <summary> /// Get EventHandlers for event ...
551fc16efff4426dfdc2e0913d8152b38e3acc7e
Disable tests meaningless for .NET Core
Disable tests meaningless for .NET Core
y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter
ThScoreFileConverterTests/Extensions/EnumerableExtensionsTests.cs
bsd-2-clause
1,589,687,141
#if NETFRAMEWORK using System; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using ThScoreFileConverter.Extensions; using ThScoreFileConverterTests.Models; namespace ThScoreFileConverterTests.Extensions { [TestClass] public class EnumerableExtensionsTests { [TestMethod] ...
using System; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using ThScoreFileConverter.Extensions; using ThScoreFileConverterTests.Models; namespace ThScoreFileConverterTests.Extensions { [TestClass] public class EnumerableExtensionsTests { [TestMethod] public void...
786942648e3df8b4312edc08a1fed25ec137bbf8
This file doesn't need to be updated because, it's just a placeholder for file generation!
This file doesn't need to be updated because, it's just a placeholder for file generation!
alvivar/Hasten
Gigas/EntitySet.cs
mit
1,589,686,404
// This file is auto-generated. Modifications won't be saved, be cool. // EntitySet is a static database of MonoBehaviour classes that are considered a // Entity, classes with '// !Gigas' somewhere in their file. // Refresh with the menu item 'Tools/Gigas/Generate EntitySet.cs' public static class EntitySet { }
// This file is auto-generated. Modifications won't be saved, be cool. // EntitySet is a static database of MonoBehaviour classes that are considered a // Entity, classes with '// !Gigas' somewhere in their file. // Refresh with the menu item 'Tools/Gigas/Generate EntitySet.cs' using System; using UnityEngine; using...
79c546aa83a28306dab19701ce864559ac4c5573
Fixed heartbeat when timeout on service.
Fixed heartbeat when timeout on service.
hprose/hprose-dotnet
src/Hprose.RPC.Plugins/Push/Broker.cs
mit
1,589,686,320
/*--------------------------------------------------------*\ | | | hprose | | | | Official WebSite: https://hprose.com | | ...
/*--------------------------------------------------------*\ | | | hprose | | | | Official WebSite: https://hprose.com | | ...
bc9fedf6922da58ed39cd09de8bc5dfebf2896b2
Better documentation.
Better documentation.
alvivar/Hasten
Gigas/Arrayx.cs
mit
1,589,686,038
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. public class Arrayx<T> { public T[] Elements; public int Size; public int Length; }
// Arrayx is the simples array list. // The idea is to use *Length* as index when *Elements* change, so we can resize // the array as much as we like, and also be able to iterate on *Length* for the // real subset. public class Arrayx<T> { public int Size; public int Length; public T[] Elements; }
2460d88abe2bacdec7632f3d403512d8871989f3
Better documentation +!
Better documentation +!
alvivar/Hasten
Gigas/Gigas.cs
mit
1,589,686,021
// Gigas is just a cool name. // Get is the main function to handle entities. public static class Gigas { // Returns the 'components' that belongs to the 'entities' intersected. // Let's assume that the first array on 'entities' is the one related // position by position to the 'components' in the result....
// Gigas is just a cool name. public static class Gigas { // Returns the *components* that belongs to the *entities* intersected. // Let's assume that the first array on *entities* is the one related // position by position to the *components* in the result. public static Arrayx<T> Get<T>(Arrayx<int>[]...
635e402c10ab6dce56944ee6061fa896ab688ccc
Add MoparIsTheBest style RSA
Add MoparIsTheBest style RSA
HelloKitty/317refactor
src/Rs317.Library.Cache/IO/Buffer.cs
mit
1,589,684,290
using System; using System.Numerics; using System.Text; using Reinterpret.Net; namespace Rs317.Sharp { public sealed class Default317Buffer : IBufferReadable, IBufferWriteable, IBuffer { //Luna-rs default RSA inputs. //public static BigInteger? publicKey = BigInteger.Parse("65537"); //public static BigInteger?...
using System; using System.Numerics; using System.Text; using Reinterpret.Net; namespace Rs317.Sharp { public sealed class Default317Buffer : IBufferReadable, IBufferWriteable, IBuffer { public byte[] buffer { get; } public int position { get; set; } public int bitPosition { get; private set; } private s...
4ed481ec9dffa40b5320f05aa052a824cac16cac
async update cache
async update cache
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/Image/ImageCache.cs
mit
1,589,684,087
using JetBrains.Annotations; using NLog; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.Image { class Cache...
using JetBrains.Annotations; using NLog; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Media; using Wox.Helper; using Wox.Infrastructure; using Wox.Infrastructure.Logger; namespace Wox.Image { class Cache...
253eea53058de1cf1c5dcc206bd1d8fdc2b6cb0c
load error image during init
load error image during init
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox/Image/ImageLoader.cs
mit
1,589,684,080
using System; using System.IO; using System.Linq; using System.Windows.Media; using System.Windows.Media.Imaging; using Microsoft.WindowsAPICodePack.Shell; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSettings; namespace Wox.Image { public static class Image...
using System; using System.IO; using System.Linq; using System.Windows.Media; using System.Windows.Media.Imaging; using Microsoft.WindowsAPICodePack.Shell; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSettings; namespace Wox.Image { public static class Image...
4118efeca46baae409a89730dd5a0f7d7f895ba1
Fix the score method not being used
Fix the score method not being used
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/Helpers/ComponentSolverFactory.cs
mit
1,589,681,771
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...
d602877a423748b7daf7450f841cff91e6473a2a
Remove test websocket code from WF implementation
Remove test websocket code from WF implementation
HelloKitty/317refactor
src/Client/Rs317.Client.WF/Program.cs
mit
1,589,679,873
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Rs317.Sharp { public static class Program { public static async Task Main(string[] args) { try { Console.WriteLine($"RS2 user clie...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Rs317.Sharp { public static class Program { public static async Task Main(string[] args) { try { Console.WriteLine($"RS2 user clie...
b8e2b7ad0b00d97ce52e34de290ed894e863eb0d
Remove unnecessary using directive
Remove unnecessary using directive Sounds like I need to be better at glancing more and more. 👀
peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framew...
osu.Framework/Audio/Track/TrackBass.cs
mit
1,589,675,187
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Threading; using ManagedBass; using ManagedBass.Fx; using osu.Framework.IO; using System.Threading.Tasks; using osu.Framework....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Threading; using ManagedBass; using ManagedBass.Fx; using osu.Framework.IO; using System.Diagnostics; using System.Threading.T...
5cdbb9cff95ca7fd1cb943ba848aa827103a9d96
Conversation variable match
Conversation variable match Don't try to do determine substitutions with an empty conversation
snozbot/fungus
Assets/Fungus/Scripts/Commands/Conversation.cs
mit
1,589,674,882
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using System.Collections; namespace Fungus { /// <summary> /// Do multiple say and portrait co...
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using System.Collections; namespace Fungus { /// <summary> /// Do multiple say and portrait co...
98210990c370b99ab5db536fe14c80e30ca3b75c
ReplaceWriter modification causing issues, disabled for now
ReplaceWriter modification causing issues, disabled for now
DeathCradle/Open-Terraria-API,DeathCradle/Open-Terraria-API,DeathCradle/Open-Terraria-API
OTAPI.Modifications/OTAPI.Modifications.Net.SendData.Locking/Modifications/ReplaceWriter.cs
mit
1,589,674,715
using Mono.Cecil; using Mono.Cecil.Cil; using OTAPI.Patcher.Engine.Extensions; using OTAPI.Patcher.Engine.Extensions.ILProcessor; using OTAPI.Patcher.Engine.Modification; using System; using System.IO; using System.Linq; namespace OTAPI.Patcher.Engine.Modifications.Hooks.Net { [Ordered(4)] public class ReplaceWrite...
using Mono.Cecil; using Mono.Cecil.Cil; using OTAPI.Patcher.Engine.Extensions; using OTAPI.Patcher.Engine.Extensions.ILProcessor; using OTAPI.Patcher.Engine.Modification; using System; using System.IO; using System.Linq; namespace OTAPI.Patcher.Engine.Modifications.Hooks.Net { [Ordered(4)] public class ReplaceWrite...
5650dd9c10c6cf57f7d37910ed8520e64424e491
Make Encrypted Hangman solve first
Make Encrypted Hangman solve first
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/Commands/GameCommands.cs
mit
1,589,673,522
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Assets.Scripts.Props; /// <summary>Commands that can be run during a game.</summary> static class GameCommands { #region Commands during the game /// <name>Cancel</name> /// <syn...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Assets.Scripts.Props; /// <summary>Commands that can be run during a game.</summary> static class GameCommands { #region Commands during the game /// <name>Cancel</name> /// <syn...
c186855c9a7454367021a77c80ec02b4fc60b207
Improve test stability (lost change)
Improve test stability (lost change)
ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab
source/Tests/ExecutionTests.cs
bsd-2-clause
1,589,673,483
using System; using System.Collections.Generic; #if DEBUG using System.IO; #endif using System.Linq; #if DEBUG using System.Reflection; #endif using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Newtonsoft.Json; using ...
using System; using System.Collections.Generic; #if DEBUG using System.IO; #endif using System.Linq; #if DEBUG using System.Reflection; #endif using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Newtonsoft.Json; using ...
c03480856562882125fbcfc0f41d0bcce2465f24
Add Catch ContentMatch Execeptions
Add Catch ContentMatch Execeptions Returns a false when search is invalid
snozbot/fungus
Assets/Fungus/Scripts/Editor/FlowchartWindow.cs
mit
1,589,673,375
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEditor; using System; using System.Linq; using System.Collections.Generic; using System.Refle...
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEditor; using System; using System.Linq; using System.Collections.Generic; using System.Refle...
e3796d7b5baab7b2df758209876ec1cae7ab4614
Add Full & Lite Package to Menu
Add Full & Lite Package to Menu
snozbot/fungus
Assets/Fungus/Scripts/Editor/FlowchartMenuItems.cs
mit
1,589,672,509
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEditor; namespace Fungus.EditorUtils { public class FlowchartMenuItems { [M...
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEditor; namespace Fungus.EditorUtils { public class FlowchartMenuItems { [M...
299c7f81fad1daa253f2407203a4d19153a51866
Fix #822 - Parse with CultureInvariant
Fix #822 - Parse with CultureInvariant
snozbot/fungus
Assets/Fungus/Scripts/Components/Writer.cs
mit
1,589,672,461
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Collections.Generic; using System.Linq; us...
// This code is part of the Fungus library (https://github.com/snozbot/fungus) // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Collections.Generic; using System.Linq; us...
8bb5f06f9a4ef0ff6945d1824af29f22b0ae5018
modified comment
modified comment
6bee/Remote.Linq
samples/SandboxedServer/DemoStartUp/Program.cs
mit
1,589,668,351
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace DemoStartUp { using Common; using System; using System.IO; using System.Net; using System.Reflection; using System.Security; using System.Security.Permissions; us...
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace DemoStartUp { using Common; using System; using System.IO; using System.Net; using System.Reflection; using System.Security; using System.Security.Permissions; us...
df59caf8c188509d40eadf7ed2c8af923294ed38
Remove forced WebGL test code
Remove forced WebGL test code
HelloKitty/317refactor
src/Client/Rs317.Client.Unity/Platform/RsUnityPlatform.cs
mit
1,589,667,809
using System; using System.Collections.Generic; using System.Text; using UnityEngine; namespace Rs317.Sharp { public static class RsUnityPlatform { public static bool isWebGLBuild => Application.platform == RuntimePlatform.WebGLPlayer; public static bool isPlaystationBuild => Application.platform == RuntimePla...
using System; using System.Collections.Generic; using System.Text; using UnityEngine; namespace Rs317.Sharp { public static class RsUnityPlatform { public static bool isWebGLBuild => true; public static bool isPlaystationBuild => Application.platform == RuntimePlatform.PS4 || Application.platform == RuntimePla...
9ac39bd77aa1f53b904395a8935add7fca09f204
Fixed disconnection issue in demo websocket proxy
Fixed disconnection issue in demo websocket proxy
HelloKitty/317refactor
src/Server/Rs317.Server.WebSocket.Proxy/Program.cs
mit
1,589,667,594
using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Fleck; namespace Rs317.Sharp { class Program { static as...
using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Fleck; namespace Rs317.Sharp { class Program { static as...
02d8979255c9d1020e05ed6ac57a44ff5fceff98
Address nullability warnings within LifecycleTests.
Address nullability warnings within LifecycleTests.
fixie/fixie,fixie/fixie
src/Fixie.Tests/LifecycleTests.cs
mit
1,589,667,379
namespace Fixie.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using Assertions; using Fixie.Internal; public class LifecycleTests { static string[] FailingMembers = Array.Empty<stri...
namespace Fixie.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using Assertions; using Fixie.Internal; public class LifecycleTests { static string[] FailingMembers; readonly...
b8878ca7cf05adcee7930f624ddd5f9b07f3a6e3
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,589,667,288
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 ...
1f43c76e74a1a22b679af528ae8bb4a78ff0f489
Repalced Randodom.Next with Guid.NewGuid() as a randomizer for filenames used in testcases contained in AsyncTests.cs
Repalced Randodom.Next with Guid.NewGuid() as a randomizer for filenames used in testcases contained in AsyncTests.cs
praeclarum/sqlite-net
tests/AsyncTests.cs
mit
1,589,666,736
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.IO; using System.Net.Configuration; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.Un...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.IO; using System.Net.Configuration; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.Un...
a1ecfbad161308a6a2e2ffbd5fa3a364a15918cd
Improve test stability
Improve test stability
ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab
source/Tests/ExecutionTests.cs
bsd-2-clause
1,589,666,431
using System; using System.Collections.Generic; #if DEBUG using System.IO; #endif using System.Linq; #if DEBUG using System.Reflection; #endif using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Newtonsoft.Json; using ...
using System; using System.Collections.Generic; #if DEBUG using System.IO; #endif using System.Linq; #if DEBUG using System.Reflection; #endif using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Newtonsoft.Json; using ...
e15a84d4728dc6622d3408c128a515becd6790e4
Ramdomized the file names used in ReadmeTest.cs, to allow each test to be runned in parallel with itself.
Ramdomized the file names used in ReadmeTest.cs, to allow each test to be runned in parallel with itself.
praeclarum/sqlite-net
tests/ReadmeTest.cs
mit
1,589,666,135
using System; using System.Linq; using System.Text; using SQLite; using System.Threading.Tasks; using System.IO; using System.Collections.Generic; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute; us...
using System; using System.Linq; using System.Text; using SQLite; using System.Threading.Tasks; using System.IO; using System.Collections.Generic; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute; us...
dd38d2f7633f64e8ab9558931fa8ecea6cfbd82c
RotatableComponent: Fix "clockwise/counter-clockwise" verbs being swapped
RotatableComponent: Fix "clockwise/counter-clockwise" verbs being swapped "Clockwise" actually rotated it counter-clockwise and vice versa. See response to https://discord.com/channels/310555209753690112/310555209753690112/711331672485789718 for confirmation that this is correct
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Server/GameObjects/Components/RotatableComponent.cs
mit
1,589,665,393
using Content.Server.Interfaces; using Content.Shared.GameObjects; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Localization; using Robust.Shared.Maths; namespace Content.Server.GameObjects.Components { [R...
using Content.Server.Interfaces; using Content.Shared.GameObjects; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Localization; using Robust.Shared.Maths; namespace Content.Server.GameObjects.Components { [R...
657babba6f96643274841ed9e13924e9291c327c
Address nullability warnings in PipeStreamExtensions.
Address nullability warnings in PipeStreamExtensions.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/PipeStreamExtensions.cs
mit
1,589,664,789
namespace Fixie.Internal.Listeners { using System; using System.IO; using System.IO.Pipes; using System.Text; using static Serialization; static class PipeStreamExtensions { public static TMessage Receive<TMessage>(this PipeStream pipe) { return Deserialize<TMes...
namespace Fixie.Internal.Listeners { using System; using System.IO; using System.IO.Pipes; using System.Text; using static Serialization; static class PipeStreamExtensions { public static TMessage Receive<TMessage>(this PipeStream pipe) { return Deserialize<TMes...
591a4fdbf1497d8c699f965b2cc5a57827fa4097
Fix encryption parameter check
Fix encryption parameter check
emgarten/Sleet,emgarten/Sleet,emgarten/Sleet
src/SleetLib/FileSystem/FileSystemFactory.cs
mit
1,589,664,660
using System; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; #if !SLEETLEGACY using Amazon; using Amazon.Runtime; using Amazon.Runtime.CredentialManagement; using Amazon.S3; using Amazon.SecurityToken; using Amazon.SecurityToken.Model; using Microsoft.Azure.Storage; #endif using New...
using System; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; #if !SLEETLEGACY using Amazon; using Amazon.Runtime; using Amazon.Runtime.CredentialManagement; using Amazon.S3; using Amazon.SecurityToken; using Amazon.SecurityToken.Model; using Microsoft.Azure.Storage; #endif using New...
e6b14bad41d2e7487fda2e79780515a14e9f6bed
Now AsyncTests can be run in parallel without interfering each other. Each test can be run in parallel even with itself
Now AsyncTests can be run in parallel without interfering each other. Each test can be run in parallel even with itself
praeclarum/sqlite-net
tests/AsyncTests.cs
mit
1,589,662,413
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.IO; using System.Net.Configuration; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.Un...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.IO; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAtt...
73dbcce0896a6897a2add4281cc48734eca546a2
3475 Fix change dynamic mention in xomment from langword to c
3475 Fix change dynamic mention in xomment from langword to c
nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit
src/NUnitFramework/framework/Internal/Reflect.cs
mit
1,589,662,133
// *********************************************************************** // Copyright (c) 2007-2018 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) 2007-2018 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...
d095a5a870ab1b370852f816b9a5f4543f8baa28
Fixed custom HTML example
Fixed custom HTML example
JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI.Web.Examples/Example.CLI.CustomHTML/Program.cs
mit
1,589,661,738
using System.Reflection; using System; using System.Collections.Generic; using System.Threading.Tasks; using SpotifyAPI.Web; using SpotifyAPI.Web.Auth; using static SpotifyAPI.Web.Scopes; namespace Example.CLI.CustomHTML { public class Program { private static readonly string clientId = Environment.GetEnvironm...
using System.Reflection; using System; using System.Collections.Generic; using System.Threading.Tasks; using SpotifyAPI.Web; using SpotifyAPI.Web.Auth; using static SpotifyAPI.Web.Scopes; namespace Example.CLI.CustomHTML { public class Program { private static readonly string clientId = Environment.GetEnvironm...
a76ea7612d37c095fb98d7a7fc08897134cd04fe
Fire does fire attacks instead of internal attacks on people.
Fire does fire attacks instead of internal attacks on people.
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Health/Living/LivingHealthBehaviour.cs
agpl-3.0
1,589,659,888
using System; using System.Collections; using System.Collections.Generic; using Atmospherics; using Light2D; using UnityEngine; using UnityEngine.Events; using Utility = UnityEngine.Networking.Utility; using Mirror; using UnityEngine.Profiling; /// <summary> /// The Required component for all living creatures /// Mon...
using System; using System.Collections; using System.Collections.Generic; using Atmospherics; using Light2D; using UnityEngine; using UnityEngine.Events; using Utility = UnityEngine.Networking.Utility; using Mirror; using UnityEngine.Profiling; /// <summary> /// The Required component for all living creatures /// Mon...
181549027d71d8e39585b26e72e5e2cdc78af4b8
Added support for IPv6.
Added support for IPv6.
XWolfOverride/DuckDNS
DuckDNS/DDns.cs
mit
1,589,659,878
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Net.Sockets; namespace DuckDNS { class DDns { private const string FILENAME = "DuckDNS.cfg"; public string Domain; public stri...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; namespace DuckDNS { class DDns { private const string FILENAME = "DuckDNS.cfg"; public string Domain; public string Token; public string Interval; pr...
a6c6c4da373b017c989de7843ad357364c86208f
Grouped the AssertionScope specs in a functional matter.
Grouped the AssertionScope specs in a functional matter.
dennisdoomen/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions,fluentassertions/fluentassertions
Tests/FluentAssertions.Specs/Execution/AssertionScopeSpecs.cs
apache-2.0
1,589,659,585
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using FluentAssertions.Common; using FluentAssertions.Execution; using Xunit; using Xunit.Sdk; namespace FluentAssert...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using FluentAssertions.Common; using FluentAssertions.Execution; using Xunit; using Xunit.Sdk; namespace FluentAssert...
0c1f83eed46a2f6917c6d91055cfede897f13844
BeEquivalentTo does no longer throw an InvalidCastException while debugging
BeEquivalentTo does no longer throw an InvalidCastException while debugging
jnyrup/fluentassertions,fluentassertions/fluentassertions,jnyrup/fluentassertions,fluentassertions/fluentassertions,dennisdoomen/fluentassertions,jnyrup/fluentassertions,dennisdoomen/fluentassertions,dennisdoomen/fluentassertions,fluentassertions/fluentassertions
Src/FluentAssertions/Equivalency/EqualityComparerEquivalencyStep.cs
apache-2.0
1,589,659,585
using System; using System.Collections.Generic; using FluentAssertions.Execution; namespace FluentAssertions.Equivalency { public class EqualityComparerEquivalencyStep<T> : IEquivalencyStep { private readonly IEqualityComparer<T> comparer; public EqualityComparerEquivalencyStep(IEqualityCompar...
using System; using System.Collections.Generic; using FluentAssertions.Execution; namespace FluentAssertions.Equivalency { public class EqualityComparerEquivalencyStep<T> : IEquivalencyStep { private readonly IEqualityComparer<T> comparer; public EqualityComparerEquivalencyStep(IEqualityCompar...
3ec625b5dca7ed1676ea669d95876ce6fe3332b2
Changed SafeMibXX AsReadOnlySpan to AsSpan and returned Span<T>
Changed SafeMibXX AsReadOnlySpan to AsSpan and returned Span<T>
dahall/vanara
PInvoke/IpHlpApi/NetIOApi.cs
mit
1,589,659,041
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using System.Text; using Vanara.Extensions; using Vanara.InteropServices; using static Vanara.PInvoke.Ws2_32; namespace Vanara.PInvoke { public static partial class IpHlpApi {...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.InteropServices; using System.Text; using Vanara.Extensions; using Vanara.InteropServices; using static Vanara.PInvoke.Ws2_32; namespace Vanara.PInvoke { public static partial class IpHlpApi {...
ad19ece15e51a0c88ad31ce815b96e10016b6c3d
Fix detecting entities of left join by IEntityDecider (#2385)
Fix detecting entities of left join by IEntityDecider (#2385)
nhibernate/nhibernate-core,gliljas/nhibernate-core,ngbrown/nhibernate-core,fredericDelaporte/nhibernate-core,gliljas/nhibernate-core,hazzik/nhibernate-core,fredericDelaporte/nhibernate-core,gliljas/nhibernate-core,RogerKratz/nhibernate-core,hazzik/nhibernate-core,hazzik/nhibernate-core,fredericDelaporte/nhibernate-core...
src/NHibernate/Util/ExpressionsHelper.cs
lgpl-2.1
1,589,658,421
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using NHibernate.Engine; using NHibernate.Linq; using NHibernate.Linq.Clauses; using NHibernate.Linq.Expressions; using NHibernate.Linq.Functions; using NHibe...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using NHibernate.Engine; using NHibernate.Linq; using NHibernate.Linq.Expressions; using NHibernate.Linq.Functions; using NHibernate.Linq.Visitors; using NHib...
c6696e13c69de89a02c83ea141e6b82dca75043d
ReadmeTest.cs were failing if run in parallel execution or in "run continuosly and non-stop until it breaks" mode (some NUnit test runners do allow these testing modes)
ReadmeTest.cs were failing if run in parallel execution or in "run continuosly and non-stop until it breaks" mode (some NUnit test runners do allow these testing modes)
praeclarum/sqlite-net
tests/ReadmeTest.cs
mit
1,589,656,155
using System; using System.Linq; using System.Text; using SQLite; using System.Threading.Tasks; using System.IO; using System.Collections.Generic; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute; us...
using System; using System.Linq; using System.Text; using SQLite; using System.Threading.Tasks; using System.IO; using System.Collections.Generic; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute; us...
759a8640f8c5e377b68c3f2c9152986760837a8a
Flip return value of OnJoystickAxisMove in TestSceneJoystick
Flip return value of OnJoystickAxisMove in TestSceneJoystick
EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framew...
osu.Framework.Tests/Visual/Input/TestSceneJoystick.cs
mit
1,589,656,015
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics.Sprites; using osu.Framework.Inp...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics.Sprites; using osu.Framework.Inp...
03872bb68eb9036ad50a76afbd80e87b3180cef8
Address nullability warnings within ReportListener, phasing out excessive array allocations.
Address nullability warnings within ReportListener, phasing out excessive array allocations.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/ReportListener.cs
mit
1,589,655,842
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Xml.Linq; class ReportListener : Handler<CaseSkipped>, Handler<CasePassed>, Handler<CaseFailed>, Handler<ClassCompleted...
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Xml.Linq; class ReportListener : Handler<CaseSkipped>, Handler<CasePassed>, Handler<CaseFailed>, Handler<ClassCompleted...
ec1dcb04ed2b84790bdb28443a64055e7c2274bd
handle partial build completion
handle partial build completion
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Commands/Pr.cs
lgpl-2.1
1,589,655,330
using System; using System.Linq; using System.Text; using System.Threading.Tasks; using CompatApiClient.Utils; using CompatBot.Commands.Attributes; using CompatBot.Utils; using CompatBot.Utils.Extensions; using CompatBot.Utils.ResultFormatters; using DSharpPlus; using DSharpPlus.CommandsNext; using DSharpPlus.Commands...
using System; using System.Linq; using System.Text; using System.Threading.Tasks; using CompatApiClient.Utils; using CompatBot.Commands.Attributes; using CompatBot.Utils; using CompatBot.Utils.Extensions; using CompatBot.Utils.ResultFormatters; using DSharpPlus; using DSharpPlus.CommandsNext; using DSharpPlus.Commands...
7bd092826605a91387f5fd6efe49f0a8cdfa89e2
Corrected BinarySearchTree Implementation
Corrected BinarySearchTree Implementation
ChiragKalia/AlgorithmsAndDataStructures
DataStructures/Trees/BinarySearchTree.cs
mit
1,589,655,329
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataStructures.Trees { public class BinarySearchTree { public class BSTNode { public int data; public BSTNode left; public BSTNode r...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataStructures.Trees { public class BinarySearchTree { public class BSTNode { public int data; public BSTNode left; public BSTNode r...
e5620eb99936ad6053775947b48fc6f23a73cb77
Closes #145 - Adjust framerate limits on long exposures.
Closes #145 - Adjust framerate limits on long exposures.
techyian/MMALSharp,techyian/MMALSharp
src/MMALSharp/Components/MMALCameraComponent.cs
mit
1,589,655,218
// <copyright file="MMALCameraComponent.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.Drawing; using System.Runtime.InteropServices; using Microsoft.Extensions.Logging; usin...
// <copyright file="MMALCameraComponent.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.Drawing; using System.Runtime.InteropServices; using Microsoft.Extensions.Logging; usin...
e922bc2369390e6981bd0aaacc7fa5390a187aa9
Uncomment 3-symbol combination assertions again.
Uncomment 3-symbol combination assertions again.
PenguinF/sandra-three
Sandra.Chess/Tests/PgnTests.cs
apache-2.0
1,589,654,396
#region License /********************************************************************************* * PgnTests.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
#region License /********************************************************************************* * PgnTests.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
bb5a4ec8a06ba2f3b419dc951f4f1d9dc402b758
Uncomment now working test case.
Uncomment now working test case.
PenguinF/sandra-three
Sandra.Chess/Tests/ParseTrees.Ply.cs
apache-2.0
1,589,654,186
#region License /********************************************************************************* * ParseTrees.Ply.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
#region License /********************************************************************************* * ParseTrees.Ply.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
fd5a4f058d9bc3b03bdf5657e94f8e437bc06c9b
fix: Resolve comments
fix: Resolve comments
mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati
Duplicati.Library.Backend.Tardigrade/TardigradeBackend.cs
lgpl-2.1
1,589,653,361
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
using Duplicati.Library.Interface; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading; using System.Threading.Tasks; using uplink.NET.Interfaces; using uplink.NET.Models; using uplink.NET.Services; namespace Dupl...
08dd41948d4fa6ebb807437e867f97f1c65ca7d2
Remove stale Update()
Remove stale Update()
peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framew...
osu.Framework.Tests/Visual/Input/TestSceneJoystick.cs
mit
1,589,652,229
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics.Sprites; using osu.Framework.Inp...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Graphics.Sprites; using osu.Framework.Inp...
337c240d1a821ee401cf68d6648dd482737ff0e6
Inline JoystickAxisChangeEvent creation
Inline JoystickAxisChangeEvent creation
ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framewor...
osu.Framework/Input/StateChanges/JoystickAxisInput.cs
mit
1,589,651,283
// 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.Collections.Generic; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Input.StateChanges.Events; using osu.Framework.Input.States; ...
// 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.Collections.Generic; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.Input.StateChanges.Events; using osu.Framework.Input.States; ...
ae5561b70be34a585552bde5db9e0e20a5b6a5b2
Fix cref attributes in XML comments
Fix cref attributes in XML comments
aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp.RedisCache.ProtoBuf/Runtime/Caching/Redis/ProtoBufRedisCacheSerializer.cs
mit
1,589,650,646
using System; using System.IO; using System.Reflection; using ProtoBuf; using StackExchange.Redis; namespace Abp.Runtime.Caching.Redis { public class ProtoBufRedisCacheSerializer : DefaultRedisCacheSerializer { private const string TypeSeperator = "|"; private const string ProtoBufPrefix = "PB...
using System; using System.IO; using System.Reflection; using ProtoBuf; using StackExchange.Redis; namespace Abp.Runtime.Caching.Redis { public class ProtoBufRedisCacheSerializer : DefaultRedisCacheSerializer { private const string TypeSeperator = "|"; private const string ProtoBufPrefix = "PB...
eae1e6ea8c5fe514beaf185578a906652b7e5727
Reset HasPly for the next game.
Reset HasPly for the next game.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,589,650,342
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
1bf9e7fb561b8ece8902e1146701ce308cfb785b
Release 1.18.6
Release 1.18.6
chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck
Version.cs
mit
1,589,649,307
using System.Reflection; using Version = TweetDuck.Version; [assembly: AssemblyVersion(Version.Tag)] [assembly: AssemblyFileVersion(Version.Tag)] namespace TweetDuck{ internal static class Version{ public const string Tag = "1.18.6"; } }
using System.Reflection; using Version = TweetDuck.Version; [assembly: AssemblyVersion(Version.Tag)] [assembly: AssemblyFileVersion(Version.Tag)] namespace TweetDuck{ internal static class Version{ public const string Tag = "1.18.5"; } }
6466bbe596288b96d46f786e56b564e3f022ffe1
fixed tests for issue #950
fixed tests for issue #950
praeclarum/sqlite-net
tests/DateTimeTest.cs
mit
1,589,649,154
using System; using System.Threading.Tasks; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute; using TestFixture = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestClassAttribute; using Test =...
using System; using System.Threading.Tasks; #if NETFX_CORE using Microsoft.VisualStudio.TestPlatform.UnitTestFramework; using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAttribute; using TestFixture = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestClassAttribute; using Test =...
df9a0990f11d22cc8d0fcba81bd10c4da50d686d
Add readonly to Label members
Add readonly to Label members
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Iced/Intel/Assembler/Label.cs
mit
1,589,648,166
/* Copyright (C) 2018-2019 de4dot@gmail.com 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, copy, modify, merge, publish, distr...
/* Copyright (C) 2018-2019 de4dot@gmail.com 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, copy, modify, merge, publish, distr...
fadf9cec630a2377b7b8a097cc0ae931af7a9098
Use ThrowHelper
Use ThrowHelper
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Iced/Intel/FormatterOptions.cs
mit
1,589,648,159
/* Copyright (C) 2018-2019 de4dot@gmail.com 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, copy, modify, merge, publish, distr...
/* Copyright (C) 2018-2019 de4dot@gmail.com 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, copy, modify, merge, publish, distr...
691765557280711515146ab7bab8cb1534f0ca6c
Changed conflicting variable name when configure anonymous access
Changed conflicting variable name when configure anonymous access
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
examples/RazorWeb/Startup.cs
mit
1,589,647,522
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * http://github.com/tidyui/coreweb * */ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Mic...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * http://github.com/tidyui/coreweb * */ using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Mic...
2b522a74e565ed2329858ef2e8f60a924d5513de
Fix failing test for abstract get-set indexer
Fix failing test for abstract get-set indexer but to be honest I have no idea what other use cases this might break.
JakeGinnivan/ApiApprover
src/PublicApiGenerator/PropertyNameBuilder.cs
mit
1,589,646,638
using System; using System.CodeDom; using Mono.Cecil; namespace PublicApiGenerator { public static class PropertyNameBuilder { public static string AugmentPropertyNameWithPropertyModifierMarkerTemplate(PropertyDefinition propertyDefinition, MemberAttributes getAccessorAttributes, MemberAttr...
using System; using System.CodeDom; using Mono.Cecil; namespace PublicApiGenerator { public static class PropertyNameBuilder { public static string AugmentPropertyNameWithPropertyModifierMarkerTemplate(PropertyDefinition propertyDefinition, MemberAttributes getAccessorAttributes, MemberAttr...
11737fc407edc93198f2d1cc32a6149a4bea7649
remove envelope buffer size validation
remove envelope buffer size validation
takenet/blip-sdk-csharp
src/Take.Blip.Client/BlipClientBuilder.cs
apache-2.0
1,589,646,568
using Lime.Messaging.Resources; using Lime.Protocol; using Lime.Protocol.Client; using Lime.Protocol.Network; using Lime.Protocol.Network.Modules; using Lime.Protocol.Security; using Serilog; using System; using System.Threading; using System.Threading.Tasks; namespace Take.Blip.Client { /// <summary> /// Uti...
using Lime.Messaging.Resources; using Lime.Protocol; using Lime.Protocol.Client; using Lime.Protocol.Network; using Lime.Protocol.Network.Modules; using Lime.Protocol.Security; using Serilog; using System; using System.Threading; using System.Threading.Tasks; namespace Take.Blip.Client { /// <summary> /// Uti...
aa0c896bbf8e823bf33f3dbdee7821c1800418f4
Implementation imagechar
Implementation imagechar
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Peachpie.Library.Graphics/PhpGd2.cs
apache-2.0
1,589,645,524
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Numerics; using Pchp.Core; using Pchp.Library.Streams; using SixLabors.Fonts; using SixLabors.ImageSharp; using SixLabors.ImageSharp.Advanced; using SixLabors.ImageSharp.Drawing; using SixLabors.ImageSharp.Drawing.P...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Numerics; using Pchp.Core; using Pchp.Library.Streams; using SixLabors.Fonts; using SixLabors.ImageSharp; using SixLabors.ImageSharp.Advanced; using SixLabors.ImageSharp.Drawing; using SixLabors.ImageSharp.Drawing.P...
6d61c6b9f93787c1bc6e63e31bbcc7ae811a9d74
Update InputFieldFocus.cs
Update InputFieldFocus.cs
krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/InputFieldFocus.cs
agpl-3.0
1,589,644,756
using System; using System.Collections; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; /// Input field that would properly focus /// and ignore movement and whatnot while it's focused [Serializable] public class InputFieldFocus : InputField { /// <summary> /// Button that will cause the fi...
using System; using System.Collections; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; /// Input field that would properly focus /// and ignore movement and whatnot while it's focused [Serializable] public class InputFieldFocus : InputField { /// <summary> /// Button that will cause the fi...
44fbef5d8e6c6c04dff5d2e8ce8dd582c3846da1
Use Assert.True/False to check boolean conditions
Use Assert.True/False to check boolean conditions
aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate
test/Abp.Web.Api.Tests/DynamicApiController/ServiceNameValidation_Tests.cs
mit
1,589,644,614
using Abp.WebApi.Controllers.Dynamic.Builders; using Xunit; namespace Abp.Web.Api.Tests.DynamicApiController { public class ServiceNameValidation_Tests { [Fact] public void Valid_Service_Names() { Assert.True(DynamicApiServiceNameHelper.IsValidServiceName("taskever/task"));...
using Abp.WebApi.Controllers.Dynamic.Builders; using Xunit; namespace Abp.Web.Api.Tests.DynamicApiController { public class ServiceNameValidation_Tests { [Fact] public void Valid_Service_Names() { Assert.Equal(true, DynamicApiServiceNameHelper.IsValidServiceName("taskever/t...
e81961e818ae1ff76da0aab70b0b0d10a98a6c66
Remove declaration of unused variables
Remove declaration of unused variables
luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate
test/Abp.Zero.SampleApp.Tests/Webhooks/DefaultWebhookSender_Tests.cs
mit
1,589,644,614
using System; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Abp.Json; using Abp.Webhooks; using Abp.Zero.SampleApp.Application; using Newtonsoft.Json; using NSubstitute; using Shouldly; using Xunit; namespace Abp.Zero.SampleApp.Tests.Webhooks { public class DefaultWebhookSender_Tes...
using System; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Abp.Json; using Abp.Webhooks; using Abp.Zero.SampleApp.Application; using Newtonsoft.Json; using NSubstitute; using Shouldly; using Xunit; namespace Abp.Zero.SampleApp.Tests.Webhooks { public class DefaultWebhookSender_Tes...
ed2f9683cb1ba6f66b90ace66aca44c51168ee12
Remove unreachable return and fix obsolete Throws
Remove unreachable return and fix obsolete Throws
ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate
test/Abp.TestBase.SampleApplication.Tests/People/NestedTransaction_Test.cs
mit
1,589,644,614
using System; using System.Linq; using System.Threading.Tasks; using System.Transactions; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.TestBase.SampleApplication.People; using Shouldly; using Xunit; namespace Abp.TestBase.SampleApplication.Tests.People { public class NestedTransaction_Test : Sam...
using System; using System.Linq; using System.Transactions; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.TestBase.SampleApplication.People; using Shouldly; using Xunit; namespace Abp.TestBase.SampleApplication.Tests.People { public class NestedTransaction_Test : SampleApplicationTestBase { ...
edd8eb261c434dd6256621f3f05e842356d48bf9
Fix cref attribute in XML comment
Fix cref attribute in XML comment
luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate
src/Abp.Zero.NHibernate/Zero/NHibernate/EntityMappings/AbpTenantMap.cs
mit
1,589,644,614
using Abp.Authorization.Users; using Abp.MultiTenancy; using Abp.NHibernate.EntityMappings; namespace Abp.Zero.NHibernate.EntityMappings { /// <summary> /// Base class to map classes derived from <see cref="AbpTenant{TUser}"/> /// </summary> /// <typeparam name="TTenant">Tenant type</typeparam> ///...
using Abp.Authorization.Users; using Abp.MultiTenancy; using Abp.NHibernate.EntityMappings; namespace Abp.Zero.NHibernate.EntityMappings { /// <summary> /// Base class to map classes derived from <see cref="AbpTenant{TTenant,TUser}"/> /// </summary> /// <typeparam name="TTenant">Tenant type</typeparam>...
46bac1804a10d16149eb15ff302324a62783ff79
Use the 'new' keyword for hiding inherited member
Use the 'new' keyword for hiding inherited member
aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate
src/Abp.Zero/IdentityFramework/AbpIdentityResult.cs
mit
1,589,644,614
using System.Collections.Generic; using Microsoft.AspNet.Identity; namespace Abp.IdentityFramework { public class AbpIdentityResult : IdentityResult { public AbpIdentityResult() { } public AbpIdentityResult(IEnumerable<string> errors) : base(errors) ...
using System.Collections.Generic; using Microsoft.AspNet.Identity; namespace Abp.IdentityFramework { public class AbpIdentityResult : IdentityResult { public AbpIdentityResult() { } public AbpIdentityResult(IEnumerable<string> errors) : base(errors) ...
25adc494f8225a57e99201d926aa1ffda1c50546
Make the score multiplier affect unsubmittable penalties
Make the score multiplier affect unsubmittable penalties
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/ComponentSolver.cs
mit
1,589,644,211
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using UnityEngine; public abstract class ComponentSolver { #region Constructors protected ComponentSolver(TwitchModule module, bool hookUpEvents = true) { Mo...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using UnityEngine; public abstract class ComponentSolver { #region Constructors protected ComponentSolver(TwitchModule module, bool hookUpEvents = true) { Mo...
9f6c4fe63002b0f1b33cc97ae2dc10e4810b1208
Acknowledge the nullability, however unlikely in practice, of values deserialized from Azure DevOps API responses.
Acknowledge the nullability, however unlikely in practice, of values deserialized from Azure DevOps API responses.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/AzureListener.cs
mit
1,589,642,298
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using S...
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using S...
bc7a96b8881b96947c4771166461c987d14ed7b1
AzureListener warns the user about missing expected environment variables, which would prevent the ability to post results to the Azure DevOps "Tests" report.
AzureListener warns the user about missing expected environment variables, which would prevent the ability to post results to the Azure DevOps "Tests" report.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/AzureListener.cs
mit
1,589,642,164
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using S...
namespace Fixie.Internal.Listeners { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Versioning; using System.Text; using System.Threading; ...
5e40172c58df2b3612e4e76f33ce6c8b1692c331
Fix possible conversion exceptions in primitive types. #568
Fix possible conversion exceptions in primitive types. #568
dotnetcore/CAP,ouraspnet/cap,dotnetcore/CAP
src/DotNetCore.CAP/Internal/ISubscribeInvoker.Default.cs
mit
1,589,641,920
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using DotN...
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Concurrent; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using DotN...
c52118ed51160364742f8b66c3c14f48c733c16b
Display PgnTagElementInMoveTreeSyntax symbols with error styles.
Display PgnTagElementInMoveTreeSyntax symbols with error styles.
PenguinF/sandra-three
Sandra.UI/PgnStyleSelector.cs
apache-2.0
1,589,641,254
#region License /********************************************************************************* * PgnStyleSelector.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * PgnStyleSelector.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
b4be0eda9fb25941760dccea852ea1d7188f9ae3
Update ErrorListForm text when the 'Untitled' localized string changes.
Update ErrorListForm text when the 'Untitled' localized string changes.
PenguinF/sandra-three
Sandra.UI/AppTemplate/SyntaxEditorForm.cs
apache-2.0
1,589,641,127
#region License /********************************************************************************* * SyntaxEditorForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * SyntaxEditorForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
1b047f3c1a73ed6e4321a843617dbda319262f12
Add mask parameter to MatchTemplate on Mat
Add mask parameter to MatchTemplate on Mat
shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp
src/OpenCvSharp/Modules/core/Mat/Mat_CvMethods.cs
apache-2.0
1,589,641,030
using System.Collections.Generic; namespace OpenCvSharp { partial class Mat { #region core /// <summary> /// Computes absolute value of each matrix element /// </summary> /// <returns></returns> public MatExpr Abs() { return Cv2.Abs(this); ...
using System.Collections.Generic; namespace OpenCvSharp { partial class Mat { #region core /// <summary> /// Computes absolute value of each matrix element /// </summary> /// <returns></returns> public MatExpr Abs() { return Cv2.Abs(this); ...
f67c02dc14b45ee7fbe1b46df64d5d328d16b25b
Added SafeAllocatedMemoryHandle.AsReadOnlySpan extension method and changed Span methods to use IntPtr extensions.
Added SafeAllocatedMemoryHandle.AsReadOnlySpan extension method and changed Span methods to use IntPtr extensions.
dahall/vanara
Core/InteropServices/SafeMemoryHandle.cs
mit
1,589,640,981
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security; using Vanara.Extensions; using Vanara.PInvoke; namespace Vanara.InteropServices { ///...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Security; using Vanara.Extensions; using Vanara.PInvoke; namespace Vanara.InteropServices { ///...
6b1acdfa82f77e2e9f6d629f70ae448ef7e36cf9
Replace a string.Remove with slicing.
Replace a string.Remove with slicing.
ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-fram...
osu.Framework/IO/Stores/NamespacedResourceStore.cs
mit
1,589,639,448
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; namespace osu.Framework.IO.Stores { public class NamespacedResourceStore<T> : ResourceStore<T> where T ...
// 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.Collections.Generic; using System.Linq; namespace osu.Framework.IO.Stores { public class NamespacedResourceStore<T> : ResourceStore<T> where T ...
504ee7afae080d5582a7254d455e4567928491a7
Switch to a new tag section after seeing a '[', a tag name and then a tag value.
Switch to a new tag section after seeing a '[', a tag name and then a tag value.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,589,639,348
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
cbf410b2897fdd83953dd77d35af6259947f667c
Add tests for abstract indexers
Add tests for abstract indexers Abstract indexers with both a getter and a setter are incorrectly emitted as parameter-less properties.
JakeGinnivan/ApiApprover
src/PublicApiGeneratorTests/Indexer_properties.cs
mit
1,589,639,227
using System.Runtime.CompilerServices; using PublicApiGeneratorTests.Examples; using Xunit; namespace PublicApiGeneratorTests { public class Indexer_properties : ApiGeneratorTestsBase { [Fact] public void Should_output_indexer() { AssertPublicApi<ClassWithIndexer>( ...
using System.Runtime.CompilerServices; using PublicApiGeneratorTests.Examples; using Xunit; namespace PublicApiGeneratorTests { public class Indexer_properties : ApiGeneratorTestsBase { [Fact] public void Should_output_indexer() { AssertPublicApi<ClassWithIndexer>( ...
d3ba19118734220b40cb0d8b0f1e8144278f9605
Update NamespaceConverter.cs
Update NamespaceConverter.cs
NMSLanX/Natasha
src/Natasha/Template/Utils/NamespaceConverter.cs
mpl-2.0
1,589,638,918
using System; using System.Reflection; namespace Natasha.CSharp { /// <summary> /// 为快速委托提供显式转换类,可以对: /// Assembly/Assembly[]/Type/Type[]/string/string[] /// 等类型进行显式的赋值,将自动解析 using /// 例如 NDelegate.xxx.Action(code,"System",typeof(int),type.Assembly.....) /// </summary> public class Namesp...
using System; using System.Reflection; namespace Natasha.CSharp { public class NamespaceConverter { public Assembly NamespaceAssembly; public Type NamespaceType; public string NamespaceString; public Type[] NamespaceTypes; public string[] NamespaceStrings; pub...
234664011c88711610326751c4b5823ff439d1f8
Fixed typo.
Fixed typo.
wieslawsoltes/Perspex,grokys/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wiesla...
src/Avalonia.Controls.DataGrid/DataGrid.cs
mit
1,589,638,872
// This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. using Avalonia.Collections; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Avalonia.Data; using Avalonia.Input; using...
// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. using Avalonia.Collections; using Avalonia.Controls.Primitives; using Avalonia.Controls.Templates; using Av...