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
fad26b04e8a7fba4272c6c394050ef424381a20c
fix delete logs
fix delete logs
signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework
Signum.Engine/Operations/OperationLogic.cs
mit
1,592,919,537
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Signum.Utilities; using Signum.Entities; using Signum.Utilities.DataStructures; using System.Reflection; using Signum.Engine.Maps; using System.Threading; using Signum.Utilities.Reflection; using Signum.Utilities.Expr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Signum.Utilities; using Signum.Entities; using Signum.Utilities.DataStructures; using System.Reflection; using Signum.Engine.Maps; using System.Threading; using Signum.Utilities.Reflection; using Signum.Utilities.Expr...
4ab98d365927df2e6ad60f65237fce46f4e2b64e
fix base 32 encoding url
fix base 32 encoding url
oelite/RESTme
OElite.Restme.Utils/TotpEncrypt.cs
mit
1,592,918,991
using System; using System.Security.Cryptography; using System.Web; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using ...
using System; using System.Security.Cryptography; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using (RandomNumberGener...
114fe8c43717f2611fee67004a0ef27678082000
fix base 32 encoding
fix base 32 encoding
oelite/RESTme
OElite.Restme.Utils/StringUtils.cs
mit
1,592,918,869
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using HtmlAgilityPack; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OElite.Restme.Utils; //using Microsoft.Extensions.L...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web; using HtmlAgilityPack; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OElite.Restme.Utils; //using Microsoft.Extensions.L...
39e0f628360f929f7a63eff91be1af9fe3acabbf
fix TreeLogic
fix TreeLogic
signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions
Signum.Engine.Extensions/Tree/TreeLogic.cs
mit
1,592,918,628
using Microsoft.SqlServer.Types; using Signum.Engine; using Signum.Engine.Basics; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Tree; using Signum.Utilities; using System; using System.Linq; using System.Linq.Expressions; ...
using Microsoft.SqlServer.Types; using Signum.Engine; using Signum.Engine.Basics; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Tree; using Signum.Utilities; using System; using System.Linq; using System.Linq.Expressions; ...
13067f55e6aca40169d2d7e7a1a91cc2f2189339
playersprites.cs
playersprites.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Player/PlayerSprites.cs
agpl-3.0
1,592,918,287
using System.Collections; using System.Collections.Generic; using System.Linq; using Light2D; using Mirror; using UnityEngine; /// <summary> /// Handle displaying the sprites related to player, which includes underwear and the body. /// Note that the clothing you put on (UniCloths) are handled in Equipment /// Ghosts ...
using System.Collections; using System.Collections.Generic; using System.Linq; using Light2D; using Mirror; using UnityEngine; /// <summary> /// Handle displaying the sprites related to player, which includes underwear and the body. /// Note that the clothing you put on (UniCloths) are handled in Equipment /// Ghosts ...
6707bd74bb45589e2c4aed54397e118596c2171f
Make serialisable
Make serialisable
pnjeffries/freebuild,pnjeffries/Nucleus
Nucleus/Nucleus/Geometry/PathSurface.cs
mit
1,592,917,884
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Nucleus.Geometry { /// <summary> /// A planar surface which is defined as a 2D region surrounding a spine curve /// which may form part of a network of paths /// </summary> ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Nucleus.Geometry { /// <summary> /// A planar surface which is defined as a 2D region surrounding a spine curve /// which may form part of a network of paths /// </summary> ...
6e02aafa35f2479e2c30fae9be87ccc45b669fe1
put base 32 encode/decoder
put base 32 encode/decoder
oelite/RESTme
OElite.Restme.Utils/TotpEncrypt.cs
mit
1,592,917,596
using System; using System.Security.Cryptography; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key { get; set; } public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using (RandomNumberGener...
using System; using System.Security.Cryptography; namespace OElite.Restme.Utils { public class TotpEncryptor { public byte[] Key; public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using (RandomNumberGenerator rng = ne...
47e14c8431c9ad5624d674ca3c0d35a3a4b815f0
improved warning message
improved warning message
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.Host/MSBuild/Discovery/Extensions.cs
mit
1,592,916,673
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
ecf3774eaa6114ce63671a36dad5d0f16eb49d2d
PP9-9115, fix unit tests.
PP9-9115, fix unit tests.
Picturepark/Picturepark.SDK.DotNet,Picturepark/Picturepark.SDK.DotNet
src/Picturepark.SDK.V1.Tests/Clients/ShareTests.cs
mit
1,592,915,785
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Picturepark.SDK.V1.Contract; using Xunit; using Picturepark.SDK.V1.Tests.Fixtures; using System.Linq; using System.Runtime.CompilerServices; using FluentAssertions; namespace Picturepark.SDK.V1.Tests.Clients { pub...
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Picturepark.SDK.V1.Contract; using Xunit; using Picturepark.SDK.V1.Tests.Fixtures; using System.Linq; using System.Runtime.CompilerServices; using FluentAssertions; namespace Picturepark.SDK.V1.Tests.Clients { pub...
5cdabbc8bb7f888ae3f8e0d9f270ea9e2b4dc365
Update access to FrequencyAmplitudes via span
Update access to FrequencyAmplitudes via span
smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu
osu.Game/Screens/Menu/LogoVisualisation.cs
mit
1,592,915,583
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osuTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Batches; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osuTK.Graphics; using osu.Framework.Graphics; using osu.Framework.Graphics.Batches; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics....
f2735a77975db231e525117a1092ce5756ba8353
Use new empty ChannelAmplitudes spec
Use new empty ChannelAmplitudes spec
NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu
osu.Game/Graphics/Containers/BeatSyncedContainer.cs
mit
1,592,915,437
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; using os...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework.Graphics.Containers; using osu.Game.Beatmaps; using os...
f679e0b813c355b5ad4346f23e28fad0698cdab1
rename SignumExceptionFilterAttribute.IgnoreExceptions to AvoidLogException
rename SignumExceptionFilterAttribute.IgnoreExceptions to AvoidLogException
signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework
Signum.React/Filters/SignumExceptionFilterAttribute.cs
mit
1,592,914,315
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.AspNetCore.Mvc.Filters; using Newtonsoft.Json; using Signum.Engine; using Signum.Engine.Basics; usin...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.AspNetCore.Mvc.Filters; using Newtonsoft.Json; using Signum.Engine; using Signum.Engine.Basics; usin...
7f3483c98bbaa332e33393ff216d40fb294843ed
make TimeZoneMode.Local also validate DateTimes
make TimeZoneMode.Local also validate DateTimes
AlejandroCano/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,signumsoftware/framework
Signum.Engine/Connection/Connector.cs
mit
1,592,914,075
using System; using System.Data; using Signum.Utilities; using Signum.Engine.Maps; using System.IO; using System.Data.Common; using System.Linq.Expressions; using Signum.Entities; using Signum.Utilities.Reflection; using System.Reflection; using System.Threading.Tasks; using System.Threading; using System.D...
using System; using System.Data; using Signum.Utilities; using Signum.Engine.Maps; using System.IO; using System.Data.Common; using System.Linq.Expressions; using Signum.Entities; using Signum.Utilities.Reflection; using System.Reflection; using System.Threading.Tasks; using System.Threading; using System.D...
ff5b55e0f4c4449df36a0248f4f911f5d94f14cb
Fixed typo in SessionSubscriptionDataOptions
Fixed typo in SessionSubscriptionDataOptions SessionSubscriptionDataOptions.TrialFromPlan had a typo that said "DubscriptionData" which is now corrected to "SubscriptionData"
stripe/stripe-dotnet
src/Stripe.net/Services/Checkout/Sessions/SessionSubscriptionDataOptions.cs
apache-2.0
1,592,913,216
namespace Stripe.Checkout { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class SessionSubscriptionDataOptions : INestedOptions, IHasMetadata { /// <summary> /// A non-negative decimal between 0 and 100, with at most t...
namespace Stripe.Checkout { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class SessionSubscriptionDataOptions : INestedOptions, IHasMetadata { /// <summary> /// A non-negative decimal between 0 and 100, with at most t...
162f21d059b4a2b8db8c92b1fc0632d0c007f3d5
Add missed methods to IComDiadocApi
Add missed methods to IComDiadocApi
diadoc/diadocsdk-csharp,diadoc/diadocsdk-csharp,diadoc/diadocsdk-csharp
src/ComDiadocApi.cs
mit
1,592,912,429
using System; using System.IO; using System.Runtime.InteropServices; using System.Security; using Diadoc.Api.Com; using Diadoc.Api.Cryptography; using Diadoc.Api.Proto; using Diadoc.Api.Proto.Docflow; using Diadoc.Api.Proto.Documents; using Diadoc.Api.Proto.Documents.Types; using Diadoc.Api.Proto.Dss; using Diadoc.Api...
using System; using System.IO; using System.Runtime.InteropServices; using System.Security; using Diadoc.Api.Com; using Diadoc.Api.Cryptography; using Diadoc.Api.Proto; using Diadoc.Api.Proto.Docflow; using Diadoc.Api.Proto.Documents; using Diadoc.Api.Proto.Documents.Types; using Diadoc.Api.Proto.Dss; using Diadoc.Api...
e7238e25f96de3c9de8c622d3026a04d34039cc8
Fix exception when dragging after deleting object
Fix exception when dragging after deleting object
peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu
osu.Game/Screens/Edit/Compose/Components/BlueprintContainer.cs
mit
1,592,912,169
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu...
e257246d7564a2845a9d3309ac36ced446545b5d
Add crypto methods
Add crypto methods
fredatgithub/UsefulFunctions
FonctionsUtiles.Fred.Csharp/FunctionsCrypto.cs
mit
1,592,910,907
using System; using System.Security.Cryptography; using System.Text; namespace FonctionsUtiles.Fred.Csharp { public static class FunctionsCrypto { public static string RsaEncryption(string clearData) { var param = new CspParameters { KeyContainerName = "MyKeyContainer" }; using (var rsa = new ...
using System; using System.Security.Cryptography; using System.Text; namespace FonctionsUtiles.Fred.Csharp { public static class FunctionsCrypto { public static string RsaEncryption(string clearData) { var param = new CspParameters { KeyContainerName = "MyKeyContainer" }; using (var rsa = new ...
d1674d872ca2a1681b106489aa703f02c2076267
Adding user name to some logging methods
Adding user name to some logging methods
Merchello/Merchello,Merchello/Merchello
src/Merchello.Web/Editors/InvoiceApiController.cs
mit
1,592,910,694
namespace Merchello.Web.Editors { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Core.Configuration; using Core.Models.Rdbms; using Core.Persistence.Factories; ...
namespace Merchello.Web.Editors { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using Core.Configuration; using Core.Models.Rdbms; using Core.Persistence.Factories; ...
f1d7440dd931f986a0b420da489de54fdc117da2
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,910,360
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
14a47c634d34879fd16c35a0d2c7d42a9f811604
Update LifeCycleManager.cs
Update LifeCycleManager.cs
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Core/NakedObjects.Core/Component/LifeCycleManager.cs
apache-2.0
1,592,910,323
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. // Unless requir...
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. // Unless requir...
e1735637bc68634bce4fb07e9e69f323e61a1063
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,910,303
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
647ea8437c8449ca109176282fad05eafeca47ce
qrcode generation
qrcode generation
oelite/RESTme
OElite.Restme.Utils/TotpEncrypt.cs
mit
1,592,910,231
using System; using System.Security.Cryptography; namespace OElite.Restme.Utils { public class TotpEncryptor { private byte[] K; public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using (RandomNumberGenerator rng = new...
using System; using System.Security.Cryptography; namespace OElite.Restme.Utils { public class TotpEncryptor { private byte[] K; public TotpEncryptor() { GenerateKey(); } public void GenerateKey() { using (RandomNumberGenerator rng = new R...
a0de26381d6e3931de7d5f53d109277dea304bf4
Fixed build for earlier versions of Unity.
Fixed build for earlier versions of Unity.
Algoryx/agxUnity
Editor/AGXUnityEditor/IO/InputAGXFile.cs
apache-2.0
1,592,910,182
using System; using System.IO; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEditor; using AGXUnity; using AGXUnity.Utils; using AGXUnity.Rendering; using Tree = AGXUnityEditor.IO.InputAGXFileTree; using Node = AGXUnityEditor.IO.InputAGXFileTreeNode; namespace AGXUnityEditor.IO { ...
using System; using System.IO; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEditor; using AGXUnity; using AGXUnity.Utils; using AGXUnity.Rendering; using Tree = AGXUnityEditor.IO.InputAGXFileTree; using Node = AGXUnityEditor.IO.InputAGXFileTreeNode; namespace AGXUnityEditor.IO { ...
e914a3ece7191a7530e3e0d403e3a2d4fe978fd3
- Adding missing Twitch auth scopes
- Adding missing Twitch auth scopes
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/TwitchConnection.cs
mit
1,592,906,986
using StreamingClient.Base.Model.OAuth; using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net.Http; using System.Runtime.CompilerServices; using System.Threading.Tasks; using Twitch.Base.Services; u...
using StreamingClient.Base.Model.OAuth; using StreamingClient.Base.Util; using StreamingClient.Base.Web; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net.Http; using System.Runtime.CompilerServices; using System.Threading.Tasks; using Twitch.Base.Services; u...
6bfd02a214961fc206581575c042f29078ffd670
Hubject allows EVSE Id like DE*DES*E*BMW*0167*2... the '*' after the 'E' is the difference to the standards!
Hubject allows EVSE Id like DE*DES*E*BMW*0167*2... the '*' after the 'E' is the difference to the standards!
OpenChargingCloud/WWCP_Core
WWCP_Core/RoamingNetwork/ChargingStationOperator/EVSE/EVSE_Id.cs
agpl-3.0
1,592,906,579
/* * Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com> * This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core> * * Licensed under the Affero GPL license, Version 3.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
/* * Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com> * This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core> * * Licensed under the Affero GPL license, Version 3.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
4fa83b085594a638a1fe100fa6f11580f2ea5607
Revert "Disable the Remove line for empty list"
Revert "Disable the Remove line for empty list" This reverts commit 502ee4878397075e6433cbab775779b02d17623d.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/Apple/XCodeProj.cs
apache-2.0
1,592,905,996
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
a5eac716ec8bc3ae84da15aaca17457a78fcbf1b
Make work for all editors based on track running state
Make work for all editors based on track running state
ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu
osu.Game/Screens/Edit/Compose/Components/BlueprintContainer.cs
mit
1,592,905,376
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu...
acda19a2f893b3041cb34aa291d8eea95a3d9a8d
Cancellation token for Kafka.
Cancellation token for Kafka.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/extensions/Squidex.Extensions/Actions/Kafka/KafkaActionHandler.cs
mit
1,592,904,939
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
ebf2cae616ef4503b9c258dadd2d2fe23192e424
When_mapping_from_private_method
When_mapping_from_private_method
AutoMapper/AutoMapper,AutoMapper/AutoMapper,AutoMapper/AutoMapper
src/UnitTests/Projection/MapFromTest.cs
mit
1,592,904,842
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Shouldly; using Xunit; using AutoMapper.QueryableExtensions; namespace AutoMapper.UnitTests.Projection.MapFromTest { public class CustomMapFromExpressionTest { [Fact] public void Should_not_fail()...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Shouldly; using Xunit; using AutoMapper.QueryableExtensions; namespace AutoMapper.UnitTests.Projection.MapFromTest { public class CustomMapFromExpressionTest { [Fact] public void Should_not_fail()...
3aa1ce2823fb29ae216694e48540aa92cf347f9c
Fix failing test
Fix failing test This change adjusts the test to the modified behavior of the library. Things recently changed so that a unknown keyboard type is of type `UnsupportedKeyboardDefinition` instead of `XkbKeyboardDescription`.
gmartin7/libpalaso,sillsdev/libpalaso,ermshiperete/libpalaso,gmartin7/libpalaso,sillsdev/libpalaso,sillsdev/libpalaso,ermshiperete/libpalaso,ermshiperete/libpalaso,gmartin7/libpalaso
SIL.Windows.Forms.Keyboarding.Tests/LinuxKeyboardControllerTests.cs
mit
1,592,904,312
using System.Linq; using System.Windows.Forms; using NUnit.Framework; using SIL.Reporting; using SIL.Windows.Forms.Keyboarding.Linux; using SIL.Keyboarding; namespace SIL.Windows.Forms.Keyboarding.Tests { [TestFixture] [Platform(Include="Linux", Reason="Linux specific tests")] [Category("SkipOnTeamCity")] public c...
using System.Linq; using System.Windows.Forms; using NUnit.Framework; using SIL.Reporting; using SIL.Windows.Forms.Keyboarding.Linux; using SIL.Keyboarding; namespace SIL.Windows.Forms.Keyboarding.Tests { [TestFixture] [Platform(Include="Linux", Reason="Linux specific tests")] [Category("SkipOnTeamCity")] public c...
7c3af2d3e885f13273f4a84c276308e752ec108e
first check for VS validity
first check for VS validity
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.Host/MSBuild/Discovery/Extensions.cs
mit
1,592,903,205
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
53d542546e1ae25edbf4afe3e777eee2b5038a92
Fix editor drag selection not continuing to select unless the mouse is moved
Fix editor drag selection not continuing to select unless the mouse is moved
ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu
osu.Game/Screens/Edit/Compose/Components/DragBox.cs
mit
1,592,903,090
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Pr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Pr...
c6d76594e9c9a99c184681b05b60cf571ad5b6c5
better tests
better tests
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
tests/OmniSharp.MSBuild.Tests/MSBuildSelectionTests.cs
mit
1,592,903,030
using System; using OmniSharp.MSBuild.Discovery; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.MSBuild.Tests { public class MSBuildSelectionTests : AbstractTestFixture { public MSBuildSelectionTests(ITestOutputHelper output) : base(output) { }...
using System; using OmniSharp.MSBuild.Discovery; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.MSBuild.Tests { public class MSBuildSelectionTests : AbstractTestFixture { public MSBuildSelectionTests(ITestOutputHelper output) : base(output) { }...
23e3e4d9d3945c93aa7d52b02d1a29212b439a04
further logic refinement
further logic refinement
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.Host/MSBuild/Discovery/Extensions.cs
mit
1,592,903,020
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
904560c94d27378c32ec589f1f741bf69d699596
release 1.3.15
release 1.3.15
Terradue/DotNetTep,Terradue/DotNetTep
Terradue.Tep/Properties/AssemblyInfo.cs
agpl-3.0
1,592,901,710
/*! \namespace Terradue.Tep @{ Terradue.Tep Software Package provides with all the functionalities specific to the TEP. \xrefitem sw_version "Versions" "Software Package Version" 1.3.15 \xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep) \xre...
/*! \namespace Terradue.Tep @{ Terradue.Tep Software Package provides with all the functionalities specific to the TEP. \xrefitem sw_version "Versions" "Software Package Version" 1.3.14 \xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep) \xre...
ce2bef3d709db30a4a42206433d1f50e5b302b4a
Adjust down the new base denomination by 1sat in case collision
Adjust down the new base denomination by 1sat in case collision
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs
mit
1,592,901,672
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.CoinJoin.Common....
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using WalletWasabi.CoinJoin.Common....
4340cf8637a77bd17f8655c158dd809f31fe0720
fix ret bug (#307)
fix ret bug (#307)
AntShares/AntShares.SmartContract.Framework
src/Neo.Compiler.MSIL/MSIL/Converter.cs
mit
1,592,901,508
using System; using System.Buffers.Binary; using System.Collections.Generic; using System.Linq; using System.Numerics; namespace Neo.Compiler.MSIL { class DefLogger : ILogger { public void Log(string log) { Console.WriteLine(log); } } /// <summary> /// Convert I...
using System; using System.Buffers.Binary; using System.Collections.Generic; using System.Linq; using System.Numerics; namespace Neo.Compiler.MSIL { class DefLogger : ILogger { public void Log(string log) { Console.WriteLine(log); } } /// <summary> /// Convert I...
815180c7653a342214bfa644c6ad03bc8b1da8b4
Add base64 SYSCALLs (#1717)
Add base64 SYSCALLs (#1717)
AntShares/AntShares
src/neo/SmartContract/ApplicationEngine.Binary.cs
mit
1,592,901,334
using Neo.VM.Types; using static System.Convert; namespace Neo.SmartContract { partial class ApplicationEngine { public static readonly InteropDescriptor System_Binary_Serialize = Register("System.Binary.Serialize", nameof(BinarySerialize), 0_00100000, TriggerType.All, CallFlags.None, true); pu...
using Neo.VM.Types; namespace Neo.SmartContract { partial class ApplicationEngine { public static readonly InteropDescriptor System_Binary_Serialize = Register("System.Binary.Serialize", nameof(BinarySerialize), 0_00100000, TriggerType.All, CallFlags.None, true); public static readonly InteropD...
d0edfa0447b27949edb4e4af7de6d938b66ddf37
Close submenu when pointer leaves.
Close submenu when pointer leaves.
grokys/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wie...
src/Avalonia.Controls/Platform/DefaultMenuInteractionHandler.cs
mit
1,592,901,115
using System; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.LogicalTree; using Avalonia.Rendering; using Avalonia.Threading; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Controls.Platform { /// <summary> /// Provides the default keyboard and po...
using System; using Avalonia.Input; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.LogicalTree; using Avalonia.Rendering; using Avalonia.Threading; using Avalonia.VisualTree; #nullable enable namespace Avalonia.Controls.Platform { /// <summary> /// Provides the default keyboard and po...
c904762eee620ccd3abc36e36821b725ec58833f
prev commit.
prev commit.
StockSharp/StockSharp
Samples/Chart/SampleChart/MainWindow.xaml.cs
apache-2.0
1,592,900,865
namespace SampleChart { using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using MoreLinq; using Ecng.Backup; using Ecng.Back...
namespace SampleChart { using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using MoreLinq; using Ecng.Backup; using Ecng.Back...
f141fc40ab5160828455bec36c4936b3c4e3e0b5
Add xmldoc
Add xmldoc
smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framew...
osu.Framework/Audio/Track/ChannelAmplitudes.cs
mit
1,592,900,124
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; namespace osu.Framework.Audio.Track { /// <summary> /// A collection of information providing per-channel and per-frequency amplitudes of an audio ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; namespace osu.Framework.Audio.Track { public readonly struct ChannelAmplitudes { /// <summary> /// The length of the <see cref="Fre...
d7670ec0145e62f5537119bb29d59a55cd3da44b
after pleroy’s 2nd review
after pleroy’s 2nd review
mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia
ksp_plugin_adapter/flight_planner.cs
mit
1,592,899,871
using System; using System.Collections.Generic; using System.Linq; namespace principia { namespace ksp_plugin_adapter { class FlightPlanner : VesselSupervisedWindowRenderer { public FlightPlanner(PrincipiaPluginAdapter adapter, PredictedVessel predicted_vessel) : base(adapter, predicte...
using System; using System.Collections.Generic; using System.Linq; namespace principia { namespace ksp_plugin_adapter { class FlightPlanner : VesselSupervisedWindowRenderer { public FlightPlanner(PrincipiaPluginAdapter adapter, PredictedVessel predicted_vessel) : base(adapter, predicte...
783544bca9fd81359f48524f495142cf8dee1355
Added new line at end of file.
Added new line at end of file.
Algoryx/agxUnity
AGXUnity/IO/RestoredAssetsRoot.cs
apache-2.0
1,592,898,712
using System.Collections.Generic; using UnityEngine; namespace AGXUnity.IO { public class RestoredAssetsRoot : ScriptableObject { public enum ContainingType { ShapeMaterial, ContactMaterial, FrictionModel, CableProperties, RenderMaterial, Mesh, Unknown // This is ...
using System.Collections.Generic; using UnityEngine; namespace AGXUnity.IO { public class RestoredAssetsRoot : ScriptableObject { public enum ContainingType { ShapeMaterial, ContactMaterial, FrictionModel, CableProperties, RenderMaterial, Mesh, Unknown // This is ...
27b82a6b1d87d2f4e4f61995884f852ee9ad3c4a
Fix touch input raising an input state change with incorrect last position
Fix touch input raising an input state change with incorrect last position
peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,smoo...
osu.Framework/Input/StateChanges/TouchInput.cs
mit
1,592,898,223
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
// 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.Input.StateChanges.Events; using osu.Framework.Input.States; namespace osu.Framework.Input.StateChanges { /// <summary> /// Denotes a change ...
7aa99ea5bbe104c4e48113da6b2801c748a9ab93
Add a parent drawable for better appearence
Add a parent drawable for better appearence
EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework...
osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs
mit
1,592,897,971
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Extensions....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Extensions....
d93049b28ba37be5a7d6bc7acd882abc7cd98ce3
Separate movement to outside of receptor step from end touch step
Separate movement to outside of receptor step from end touch step
ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fram...
osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs
mit
1,592,897,955
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Extensions....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Extensions....
e5e29bab64d5bf53f4c37940560b476f7b808e69
updated tests for msbuild selection
updated tests for msbuild selection
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
tests/OmniSharp.MSBuild.Tests/MSBuildSelectionTests.cs
mit
1,592,897,442
using System; using OmniSharp.MSBuild.Discovery; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.MSBuild.Tests { public class MSBuildSelectionTests : AbstractTestFixture { public MSBuildSelectionTests(ITestOutputHelper output) : base(output) { }...
using System; using OmniSharp.MSBuild.Discovery; using TestUtility; using Xunit; using Xunit.Abstractions; namespace OmniSharp.MSBuild.Tests { public class MSBuildSelectionTests : AbstractTestFixture { public MSBuildSelectionTests(ITestOutputHelper output) : base(output) { }...
922b71e306d00cc498b300c6cbc3e0839d926fce
.net sdk resolvers are now mandatory for VS to be picked
.net sdk resolvers are now mandatory for VS to be picked
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
src/OmniSharp.Host/MSBuild/Discovery/Extensions.cs
mit
1,592,897,424
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
using System.IO; using Microsoft.Extensions.Logging; namespace OmniSharp.MSBuild.Discovery { internal static class Extensions { public static void RegisterDefaultInstance(this IMSBuildLocator msbuildLocator, ILogger logger) { var bestInstanceFound = GetBestInstance(msbuildLocator, ...
8cad3ea5a6a745ffad6d1414a7391bdd9b936347
Fix to be able to load unmanaged dlls in the carna-runner.
Fix to be able to load unmanaged dlls in the carna-runner.
averrunci/Carna
Source/CarnaConsoleRunner/CarnaAssemblyLoadContext.cs
mit
1,592,896,747
// Copyright (C) 2020 Fievus // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. using System; using System.Reflection; using System.Runtime.Loader; namespace Carna.ConsoleRunner { internal class CarnaAssemblyLoadContext : AssemblyLoadConte...
// Copyright (C) 2020 Fievus // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. using System; using System.Reflection; using System.Runtime.Loader; namespace Carna.ConsoleRunner { internal class CarnaAssemblyLoadContext : AssemblyLoadConte...
a8c40339d13106872b6afd2d609dd6d8709cb9ae
enable rg plugins popup & prism dialogs integration
enable rg plugins popup & prism dialogs integration
bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework
src/Client/Xamarin/Bit.Client.Xamarin.Prism/BitApplication.cs
mit
1,592,896,027
using Autofac; using Autofac.Extensions.DependencyInjection; using Bit.Core.Contracts; using Bit.Core.Implementations; using Bit.Core.Models.Events; using Bit.View; using Bit.ViewModel; using Bit.ViewModel.Contracts; using Bit.ViewModel.Implementations; using Microsoft.Extensions.DependencyInjection; using Prism; usin...
using Autofac; using Autofac.Extensions.DependencyInjection; using Bit.Core.Contracts; using Bit.Core.Implementations; using Bit.Core.Models.Events; using Bit.View; using Bit.ViewModel; using Bit.ViewModel.Contracts; using Bit.ViewModel.Implementations; using Microsoft.Extensions.DependencyInjection; using Prism; usin...
6ca5b25a625217c53de02ed6da7e14b5ab637c14
change XML doc
change XML doc
IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4
src/Storage/src/Models/Client.cs
apache-2.0
1,592,895,820
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using System.Linq; using System; using System.Collections; using System.Diagnostics; namespace IdentityServ...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using System.Linq; using System; using System.Collections; using System.Diagnostics; namespace IdentityServ...
cb20f857fbe663ccfaf75013c0f25c43fe54693f
sorting the Branch2 and Branch3 arguments
sorting the Branch2 and Branch3 arguments
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,592,895,239
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
15a4df7ea4b9fcb808e0402a53b3127a81d7f283
Change assertions
Change assertions
Geta/SEO.Sitemaps,Geta/SEO.Sitemaps,Geta/SEO.Sitemaps
test/Geta.SEO.Sitemaps.Tests/SitemapRepositoryTests.cs
apache-2.0
1,592,895,191
using System.Collections.Generic; using System.Globalization; using EPiServer.DataAbstraction; using EPiServer.Web; using Geta.SEO.Sitemaps.Entities; using Geta.SEO.Sitemaps.Repositories; using Moq; using Xunit; namespace Tests { public class SitemapRepositoryTests { private readonly Mock<ILanguageBra...
using System.Collections.Generic; using System.Globalization; using EPiServer.DataAbstraction; using EPiServer.Web; using Geta.SEO.Sitemaps.Entities; using Geta.SEO.Sitemaps.Repositories; using Moq; using Xunit; namespace Tests { public class SitemapRepositoryTests { private readonly Mock<ILanguageBra...
04404e23ed80630d1b99acdf1d7a4ee418c3ebfd
inlining one AddOrSplit for Leaf
inlining one AddOrSplit for Leaf
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,592,895,027
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
6d19fd936ef5e05fd0e95fc4aa12417e29d3f36c
Change test scene to not inherit unused ScreenTestScene
Change test scene to not inherit unused ScreenTestScene
smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,smoogipoo/osu
osu.Game.Tests/Visual/Ranking/TestSceneResultsScreen.cs
mit
1,592,892,810
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framewo...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framewo...
e893b55a83c4d6516127c5c851e78d846b8649dc
Call ParseString for webSettings.SearchCenterUrl
Call ParseString for webSettings.SearchCenterUrl
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectWebSettings.cs
mit
1,592,892,179
using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Framework.Provisioning.Model; using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilities; using OfficeDevPnP.Core.Utilities; using System; using System.IO...
using Microsoft.Online.SharePoint.TenantAdministration; using Microsoft.SharePoint.Client; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Framework.Provisioning.Model; using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilities; using OfficeDevPnP.Core.Utilities; using System; using System.IO...
296c01cbff93060ba3a7b11e5b46622b65db762d
Fixed all Codacy Errors
Fixed all Codacy Errors
gregyjames/OctaneDownloader
OctaneEngine/Engine.cs
mit
1,592,890,239
using System; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using System.Collections.Concurrent; // ReSharper disable All namespace OctaneDownloadEngine { public class OctaneEngine { prot...
using System; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using System.Collections.Concurrent; // ReSharper disable All namespace OctaneDownloadEngine { public class OctaneEngine { publ...
570b1f94699fd71356e6174a2f7bd71207ca038f
Fixed Codacy Errors
Fixed Codacy Errors
gregyjames/OctaneDownloader
OctaneEngine/Engine.cs
mit
1,592,889,333
using System; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using System.Collections.Concurrent; // ReSharper disable All namespace OctaneDownloadEngine { public class OctaneEngine { publ...
using System; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using System.Collections.Concurrent; // ReSharper disable All namespace OctaneDownloadEngine { public class OctaneEngine { publ...
fc4939e0ebe7bfb06d4d8652bbbf74a6981b29b1
Added unit test to make sure that the icc profile is read.
Added unit test to make sure that the icc profile is read.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.Tests/Shared/Coders/TheJpegCoder.cs
apache-2.0
1,592,888,835
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
1cf818db3c7a189ad15293726e5e762c8864f496
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3435.20200623045435-master-b944284
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,592,888,199
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "b944284764c01ea53fff12bdcd5e98b75a70583a"; public static string Version = "1.5"; public static string Build = "3435"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "5b1b6e3ea502081995c1dd9e45e849697deb11c8"; public static string Version = "1.5"; public static string Build = "3434"; ...
fddd28d9c6cd486e82b11c4e37ec4e5635a86e49
Fix the game name dropdown being shown when the Splits Editor opens
Fix the game name dropdown being shown when the Splits Editor opens
LiveSplit/LiveSplit
LiveSplit/LiveSplit.View/View/RunEditorDialog.cs
mit
1,592,887,803
using LiveSplit.Model; using LiveSplit.Model.RunImporters; using LiveSplit.Options; using LiveSplit.TimeFormatters; using LiveSplit.UI; using LiveSplit.Web; using LiveSplit.Utils; using LiveSplit.Web.Share; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using Sys...
using LiveSplit.Model; using LiveSplit.Model.RunImporters; using LiveSplit.Options; using LiveSplit.TimeFormatters; using LiveSplit.UI; using LiveSplit.Web; using LiveSplit.Utils; using LiveSplit.Web.Share; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using Sys...
b289beca53e68647d1fd38f57d0a15e94edbaa41
Fix samples being played too early
Fix samples being played too early
smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu
osu.Game/Screens/Menu/IntroWelcome.cs
mit
1,592,886,813
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Framework.Graphics; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Framework.Graphics; usin...
5ccd50961f09cc7fc722f018910a12ca45207c90
Remove newline hiding in top of file
Remove newline hiding in top of file
smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-fr...
osu.Framework.Tests/Visual/Audio/TestSceneSampleAmplitudes.cs
mit
1,592,885,300
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Graphics; using osu.Framework.Gr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Graphics; using osu.Framework.G...
2f74a455f7f0f79abaab282d3fc84a3b66ebca1a
531: BmpOnTransparentBackground
531: BmpOnTransparentBackground
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing.GLES/DrawBoard/4_MyGLDrawBoard_TextAndFonts.cs
bsd-2-clause
1,592,885,073
//BSD, 2014-present, WinterDev namespace PixelFarm.Drawing.GLES2 { partial class MyGLDrawBoard { //TODO: review drawstring again *** Color _currentTextColor; public override RequestFont CurrentFont { get => _gpuPainter.CurrentFont; set => _gpuPainter.Cur...
//BSD, 2014-present, WinterDev namespace PixelFarm.Drawing.GLES2 { partial class MyGLDrawBoard { //TODO: review drawstring again *** Color _currentTextColor; public override RequestFont CurrentFont { get => _gpuPainter.CurrentFont; set => _gpuPainter.Cur...
cfeb6a12825a04203ad997940be541d17be9c6f7
Allow channel to be updated post-construction more than once
Allow channel to be updated post-construction more than once
smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framew...
osu.Framework/Audio/Track/BassAmplitudes.cs
mit
1,592,884,852
// 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 ManagedBass; namespace osu.Framework.Audio.Track { /// <summary> /// Computes and caches amplitudes for a bass channel. /// </summary> public class...
// 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. // 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 ...
a1365cf22eb1225077dd88894a3d3ddae87bcfea
530: GLRenderVxFormattedString.Reuse()
530: GLRenderVxFormattedString.Reuse()
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLRenderVxFormattedString.cs
bsd-2-clause
1,592,883,822
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; namespace PixelFarm.DrawingGL { /// <summary> /// texture-based render vx /// </summary> public class GLRenderVxFormattedString : PixelFarm.Drawing.RenderVxFormattedString { internal Li...
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; namespace PixelFarm.DrawingGL { /// <summary> /// texture-based render vx /// </summary> public class GLRenderVxFormattedString : PixelFarm.Drawing.RenderVxFormattedString { internal Li...
b47b8bdab672af00cbef6dde4e4e756494fdb056
Avoid reconstructing base Track amplitudes every call
Avoid reconstructing base Track amplitudes every call
EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smo...
osu.Framework/Audio/Track/Track.cs
mit
1,592,883,554
// 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.Statistics; using osu.Framework.Timing; using System; namespace osu.Framework.Audio.Track { public abstract class Track : AdjustableAudioCompone...
// 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.Statistics; using osu.Framework.Timing; using System; namespace osu.Framework.Audio.Track { public abstract class Track : AdjustableAudioCompone...
d258639505147c83bf687e44a0bf3e08a7aa5945
529: refactor
529: refactor
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLBitmapGlyphTextPrinter.cs
bsd-2-clause
1,592,883,172
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
68a03e49aab8cdb943f571451e98b79cbf00727e
Add test scene
Add test scene
EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framew...
osu.Framework.Tests/Visual/Audio/TestSceneTrackAmplitudes.cs
mit
1,592,883,088
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; 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 osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; using osu.Framework.Graphics.Containers...
51cd529792291d995e31056167b99e441799c2a7
528: dbugInnerDrawI18NStringNO_WordPlate(),
528: dbugInnerDrawI18NStringNO_WordPlate(), remove some unused code
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLBitmapGlyphTextPrinter.cs
bsd-2-clause
1,592,881,536
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.TextBreak; using Typography.FontManagement; namespace PixelFarm.DrawingGL {...
064af123c9fbf2d3701265c8d6407a70853d95ad
Add size constant
Add size constant
ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smo...
osu.Framework/Audio/Track/BassAmplitudes.cs
mit
1,592,881,152
// 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. // 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 ...
// 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. // 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 ...
dbf3248f5302ea3d66a68aae71dc3d62e14f1ca7
Fix LiveTradingRealTimeHandler pack-up creating the potential for a NullReferenceException
Fix LiveTradingRealTimeHandler pack-up creating the potential for a NullReferenceException
StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,JKarathiya/Lean,AlexCatarino/Lean,QuantConnect/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean
Engine/RealTime/LiveTradingRealTimeHandler.cs
apache-2.0
1,592,881,138
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
32a809ace5a4efd6327b1839c4cb3230c18af859
Cache empty amplitudes
Cache empty amplitudes
ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-...
osu.Framework/Audio/Track/BassAmplitudes.cs
mit
1,592,881,068
// 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. // 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 ...
// 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. // 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 ...
ee0169116d806735b55971b55648f0dcfcefb0c4
Use defensive coding to prevent exception from being thrown from duplicate key insertion (#4489)
Use defensive coding to prevent exception from being thrown from duplicate key insertion (#4489)
simonlaroche/akka.net,simonlaroche/akka.net
src/contrib/cluster/Akka.Cluster.Tools/Singleton/ClusterSingletonManager.cs
apache-2.0
1,592,880,749
//----------------------------------------------------------------------- // <copyright file="ClusterSingletonManager.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </cop...
//----------------------------------------------------------------------- // <copyright file="ClusterSingletonManager.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net> // </cop...
481a9a183c1ae3b70be3f1435f1da1bab1c22f3d
Only set activeStream after it has been fully constructed
Only set activeStream after it has been fully constructed
EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-fram...
osu.Framework/Audio/Track/TrackBass.cs
mit
1,592,880,482
// 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.Threading.Tasks; using osu.Framework....
f53bc15f3dabf61cb2fff1d395b4be25b82a4156
updating tests for correct path
updating tests for correct path
Nexmo/nexmo-dotnet
Nexmo.Api.Test.Unit/VerifyTest.cs
mit
1,592,878,419
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; using Nexmo.Api.Verify; using Xunit; namespace Nexmo.Api.Test.Unit { public class VerifyTest : TestBase { [Theory] [InlineData(true, true)] [InlineData(f...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web; using Nexmo.Api.Verify; using Xunit; namespace Nexmo.Api.Test.Unit { public class VerifyTest : TestBase { [Theory] [InlineData(true, true)] [InlineData(f...
b0e8cfe3fa1fdced7235be6185491d95551eaac1
dont parse replay builds
dont parse replay builds
koliva8245/HeroesMatchTracker
HeroesMatchTracker.Core/ViewModels/Replays/ReplaysControlViewModel.cs
mit
1,592,877,110
using GalaSoft.MvvmLight.Command; using GalaSoft.MvvmLight.Messaging; using Heroes.Icons; using Heroes.ReplayParser; using HeroesMatchTracker.Core.Models.ReplayModels; using HeroesMatchTracker.Core.Models.ReplayModels.Uploaders.HotsApi; using HeroesMatchTracker.Core.Services; using HeroesMatchTracker.Core.ViewServices...
using GalaSoft.MvvmLight.Command; using GalaSoft.MvvmLight.Messaging; using Heroes.Icons; using Heroes.ReplayParser; using HeroesMatchTracker.Core.Models.ReplayModels; using HeroesMatchTracker.Core.Models.ReplayModels.Uploaders.HotsApi; using HeroesMatchTracker.Core.Services; using HeroesMatchTracker.Core.ViewServices...
249f692a497b767bf41a75f32203ae7f2f61d64d
make AspectCoreProxyTypeFactory sealed
make AspectCoreProxyTypeFactory sealed
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common.Aspect.AspectCore/AspectCoreProxyTypeFactory.cs
mit
1,592,876,704
using System; namespace WeihanLi.Common.Aspect.AspectCore { internal sealed class AspectCoreProxyTypeFactory : IProxyTypeFactory { public Type CreateProxyType(Type serviceType) { if (null == serviceType) { throw new ArgumentNullException(nameof(serviceTy...
using System; namespace WeihanLi.Common.Aspect.AspectCore { internal class AspectCoreProxyTypeFactory : IProxyTypeFactory { public Type CreateProxyType(Type serviceType) { if (null == serviceType) { throw new ArgumentNullException(nameof(serviceType)); ...
897fbaa947e19a08fc5109de39a224f3e829373c
(GH-117) Remove duplicate logging of api endpoint
(GH-117) Remove duplicate logging of api endpoint
codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe
Source/Codecov/Program/UploadFacade.cs
mit
1,592,876,067
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Codecov.Coverage.EnviornmentVariables; using Codecov.Coverage.Report; using Codecov.Coverage.SourceCode; using Codecov.Coverage.Tool; using Codecov.Factories; using Codecov.Logger; using Codecov.Services; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Codecov.Coverage.EnviornmentVariables; using Codecov.Coverage.Report; using Codecov.Coverage.SourceCode; using Codecov.Coverage.Tool; using Codecov.Factories; using Codecov.Logger; using Codecov.Services; usin...
9ea60fdbc87fa579a1f877b862df61234eabc021
Fix regex.
Fix regex.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Utility/RemindCommands.cs
mit
1,592,874,801
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Modules.Ut...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Modules.Ut...
90fae99e44470e25e548f7fd92504b7b0cc7f3b4
Use SingleOrDefault
Use SingleOrDefault
ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVA...
osu.Framework/Testing/TestBrowser.cs
mit
1,592,874,518
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using NUnit.Framework; using NUnit.Framework.Interna...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using NUnit.Framework; using NUnit.Framework.Interna...
7425932244fc023fae36332906eecb8ccd0f1ca7
Update DiscordWebhookMessage.cs
Update DiscordWebhookMessage.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,870,217
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
14c8f9f38fee7983ca56a1c1da8f27ca1030d0d9
Update DiscordWebhookMessage.cs
Update DiscordWebhookMessage.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,870,028
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
a12ce5b6d4552195c2c7f38e3af6f5600aaf3310
remove gap cus OCD
remove gap cus OCD
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,869,314
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
1a90345dc511462ffc806adc7fac0523ea0aa8c2
Update DiscordWebhookMessage.cs
Update DiscordWebhookMessage.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,869,214
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
172652967b675042ae8c0eb9f77dab58b6fd67a7
Fixes and clean up
Fixes and clean up
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,868,849
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
2ec238992c0591ddf1afe45dc032462c8a72d655
Improving SelectSliceSettingsField (adding scroll into view)
Improving SelectSliceSettingsField (adding scroll into view)
jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl
Tests/MatterControl.Tests/MatterControl/MatterControlUtilities.cs
bsd-2-clause
1,592,866,626
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
827751ffe1743ee87ab0445e56021fefde297fe7
Fixup doc comment (#23229)
Fixup doc comment (#23229)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Mvc/Mvc.Abstractions/src/ModelBinding/EmptyBodyBehavior.cs
apache-2.0
1,592,865,579
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.AspNetCore.Mvc.ModelBinding { /// <summary> /// Determines the behavior for processing empty bodies during input formatting...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. namespace Microsoft.AspNetCore.Mvc.ModelBinding { /// <summary> /// Determines the behavior for processing empty bodies during input formatting...
56e78fd44128077f73f493d66146fba291bdd3ee
Fix warnlog showing moderator names.
Fix warnlog showing moderator names.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/UserPunishCommands.cs
mit
1,592,863,257
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; using Mitt...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.EntityFrameworkCore; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; using Mitt...
2655634073998a94f9c66024598e661d171545ef
Require all country names to be unique
Require all country names to be unique
clement911/ShopifySharp,nozzlegear/ShopifySharp
ShopifySharp.Tests/Country_Tests.cs
mit
1,592,862,630
using ShopifySharp.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Country")] public class Country_Tests : IClassFixture<Country_Tests_Fixture> { private Count...
using ShopifySharp.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Country")] public class Country_Tests : IClassFixture<Country_Tests_Fixture> { private Count...
f6eba145a1f00fcf265545c997ade0e8ffcc7ade
Fix name of country
Fix name of country Country names need to be unique when created
clement911/ShopifySharp,nozzlegear/ShopifySharp
ShopifySharp.Tests/Country_Tests.cs
mit
1,592,861,857
using ShopifySharp.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Country")] public class Country_Tests : IClassFixture<Country_Tests_Fixture> { private Count...
using ShopifySharp.Filters; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Country")] public class Country_Tests : IClassFixture<Country_Tests_Fixture> { private Count...
019ad115f34eb38c85276d7d79f6c7673aaaa4f6
(build) Ensure environment variables is reset in unit tests
(build) Ensure environment variables is reset in unit tests
codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe
Source/Codecov.Tests/Factories/ContinuousIntegrationServerFactoryTests.cs
mit
1,592,861,774
using System; using Codecov.Factories; using Codecov.Services.ContinuousIntegrationServers; using FluentAssertions; using Xunit; namespace Codecov.Tests.Factories { public class ContinuousIntegrationServerFactoryTests { #region AppVeyor Detection [Fact] public void Create_ShouldNotDete...
using System; using Codecov.Factories; using Codecov.Services.ContinuousIntegrationServers; using FluentAssertions; using Xunit; namespace Codecov.Tests.Factories { public class ContinuousIntegrationServerFactoryTests { public ContinuousIntegrationServerFactoryTests() { var environm...
071eb1b5cd395b12436a23094fcf0477ae1621ad
(GH-114) Ignore the fallback CI provider
(GH-114) Ignore the fallback CI provider
codecov/codecov-exe,codecov/codecov-exe,codecov/codecov-exe
Source/Codecov/Factories/ContinuousIntegrationServerFactory.cs
mit
1,592,861,249
using System; using System.Collections.Generic; using System.Linq; using Codecov.Services.ContinuousIntegrationServers; namespace Codecov.Factories { internal static class ContinuousIntegrationServerFactory { public static IContinuousIntegrationServer Create() { var assembly = typeo...
using System; using System.Collections.Generic; using System.Linq; using Codecov.Services.ContinuousIntegrationServers; namespace Codecov.Factories { internal static class ContinuousIntegrationServerFactory { public static IContinuousIntegrationServer Create() { var assembly = typeo...
d5b10277d280de44889e5f553cc1d249625f28ca
Prevent taskhosts from connecting to other nodes
Prevent taskhosts from connecting to other nodes Convert to unsigned longs after converting to unsigned ints to prevent overwriting higher order bits after conversion from negative numbers.
AndyGerlicher/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,cdmihai/msbuild,cdmihai/msbuild,rainersigwald/msbuild,mono/msbuild,mono/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,mono/msbuild,cdmihai...
src/Shared/CommunicationsUtilities.cs
mit
1,592,860,631
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.IO.Pipes; using System.Runtime.Inte...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.IO.Pipes; using System.Runtime.Inte...
c2c98a9747045a8f5fbd82b869cdeb4060deda15
confilcts correct
confilcts correct
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogger/Construction/MessageProcessor.cs
mit
1,592,860,353
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using Microsoft.Build.Framework; namespace Microsoft.Build.Logging.StructuredLogger { public class MessageProcessor { private readonly Construction construction; private readonly...
using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using Microsoft.Build.Framework; namespace Microsoft.Build.Logging.StructuredLogger { public class MessageProcessor { private readonly Construction construction; private readonly...
d38a246c350c92e4330bc22f4da7e1f236203730
Switches basic auth to return a 401 error.
Switches basic auth to return a 401 error.
alanedwardes/Estranged.Lfs,alanedwardes/Estranged.Lfs
src/Estranged.Lfs.Api/Filters/BasicAuthFilter.cs
mit
1,592,860,352
using Estranged.Lfs.Data; using Microsoft.AspNetCore.Http; using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc; namespace Estranged.Lfs.Api.Filters { public class BasicAuthFilter : IAsyncActionFilter ...
using Estranged.Lfs.Data; using Microsoft.AspNetCore.Http; using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Mvc; namespace Estranged.Lfs.Api.Filters { public class BasicAuthFilter : IAsyncActionFilter ...
bc2b5f1495a3ede566a456e128063c8c3f0e61f2
Fix strikes being gotten in Time mode
Fix strikes being gotten in Time mode
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/ComponentSolvers/ComponentSolver.cs
mit
1,592,858,950
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...
cc39d9e4cac6f361d244dae85cb6cc67a4612698
fix `share` command
fix `share` command
yar229/WebDavMailRuCloud
MailRuCloud/MailRuCloudApi/Cloud.cs
mit
1,592,858,613
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Security.Authentication; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json; using YaR.Clouds.Base; using YaR.Clouds.Base....
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Security.Authentication; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json; using YaR.Clouds.Base; using YaR.Clouds.Base....
3b2db2f45eb3171d9c7cff80537c785424ee2c91
Removed invalid switch case.
Removed invalid switch case.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET.Core/Profiles/Color/ColorProfileReader.cs
apache-2.0
1,592,857,460
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
309e36e25044d2faff0c9cef7475a500fe9abfee
Corrected typo.
Corrected typo.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET.Core/Profiles/Color/ColorProfileReader.cs
apache-2.0
1,592,856,846
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...