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
b0d23b25d83a004f29ecd2131d711b0398048ac6
Lucene.Net.Tests.Util.TestOfflineSorter::AssertFilesIdentical(): Changed test to utilize the J2N's ArrayEqualityComparer to optimize the speed of the test (#295, #261)
Lucene.Net.Tests.Util.TestOfflineSorter::AssertFilesIdentical(): Changed test to utilize the J2N's ArrayEqualityComparer to optimize the speed of the test (#295, #261)
NightOwl888/lucenenet,jeme/lucenenet,sisve/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,apache/lucenenet,sisve/lucenenet
src/Lucene.Net.Tests/Util/TestOfflineSorter.cs
apache-2.0
1,593,022,303
using J2N.Text; using Lucene.Net.Attributes; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agre...
using J2N.Text; using Lucene.Net.Attributes; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agre...
cdf7cf9ece55506fbd07eccf122597fad0e80347
Reformated Debug assert call with String.Format with interpolation call. Improvement of 15%
Reformated Debug assert call with String.Format with interpolation call. Improvement of 15%
jeme/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.TestFramework/Support/Randomized/Generators/RandomInts.cs
apache-2.0
1,593,022,303
using Lucene.Net.Support; using System; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! namespace Lucene.Net.Randomized.Generators { /* * Licensed to the Apache Software Foundation (ASF) under one o...
using Lucene.Net.Support; using System; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! namespace Lucene.Net.Randomized.Generators { /* * Licensed to the Apache Software Foundation (ASF) under one o...
dadf70dec0bff0905d25bb77783ceab5f0f737e9
Lucene.Net.TestFramework.Support.JavaCompatibility.LuceneTestCase: Updated assertEquals overloads to support additional collection types
Lucene.Net.TestFramework.Support.JavaCompatibility.LuceneTestCase: Updated assertEquals overloads to support additional collection types
jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,sisve/lucenenet,apache/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.TestFramework/Support/JavaCompatibility/LuceneTestCase.cs
apache-2.0
1,593,022,303
using System; using System.Collections; using System.Collections.Generic; using Lucene.Net.Support; using JCG = J2N.Collections.Generic; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! using Assert = Lucene.N...
using System; using System.Collections; using System.Collections.Generic; using Lucene.Net.Support; using JCG = J2N.Collections.Generic; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! using Assert = Lucene.N...
941b62b9bf4626ce9ebe9c6f1ef204c8ae439de3
Lucene.Net.Tests.Facet.Taxonomy.WriterCache.TestCharBlockArray::TestArray(): Optimized by comparing against string, since indexing into a StringBuilder is painfully slow in .NET
Lucene.Net.Tests.Facet.Taxonomy.WriterCache.TestCharBlockArray::TestArray(): Optimized by comparing against string, since indexing into a StringBuilder is painfully slow in .NET
apache/lucenenet,jeme/lucenenet,sisve/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,apache/lucenenet,sisve/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.Tests.Facet/Taxonomy/WriterCache/TestCharBlockArray.cs
apache-2.0
1,593,022,303
using Lucene.Net.Attributes; using NUnit.Framework; using System.IO; using System.Text; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Facet.Taxonomy.WriterCache { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOT...
using Lucene.Net.Attributes; using NUnit.Framework; using System.IO; using System.Text; using Assert = Lucene.Net.TestFramework.Assert; namespace Lucene.Net.Facet.Taxonomy.WriterCache { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOT...
710e9a75ee5c82510272f7e15d49b54415c82136
commented unused code throwing an expection and slowing test
commented unused code throwing an expection and slowing test
NightOwl888/lucenenet,sisve/lucenenet,sisve/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.TestFramework/Codecs/Asserting/AssertingDocValuesFormat.cs
apache-2.0
1,593,022,303
using Lucene.Net.Codecs.Lucene45; using Lucene.Net.Index; using Lucene.Net.Util; using System; using System.Collections.Generic; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! namespace Lucene.Net.Codecs.As...
using Lucene.Net.Codecs.Lucene45; using Lucene.Net.Index; using Lucene.Net.Util; using System; using System.Collections.Generic; using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release! namespace Lucene.Net.Codecs.As...
cd51cc8cdc9d6bcb06e3790b792abd956dab900d
Lucene.Net.Tests.Index.TestIndexWriter: Fixed ambiguous call issue with Assert.AreEqual
Lucene.Net.Tests.Index.TestIndexWriter: Fixed ambiguous call issue with Assert.AreEqual
sisve/lucenenet,sisve/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,NightOwl888/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet
src/Lucene.Net.Tests/Index/TestIndexWriter.cs
apache-2.0
1,593,022,303
using J2N.Text; using J2N.Threading; using Lucene.Net.Analysis; using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Attributes; using Lucene.Net.Codecs; using Lucene.Net.Codecs.SimpleText; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using Lucene.Net.Search; using Lucene.Net.Support; using Luc...
using J2N.Text; using J2N.Threading; using Lucene.Net.Analysis; using Lucene.Net.Analysis.TokenAttributes; using Lucene.Net.Attributes; using Lucene.Net.Codecs; using Lucene.Net.Codecs.SimpleText; using Lucene.Net.Documents; using Lucene.Net.Index.Extensions; using Lucene.Net.Search; using Lucene.Net.Support; using Luc...
6812e06b5c828fac913c4a206e423552cba147e4
Exclude throwing subexpr's from partial evaluation
Exclude throwing subexpr's from partial evaluation
Moq/moq4
src/Moq/Evaluator.cs
bsd-3-clause
1,593,021,914
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Linq.Expressions; namespace Moq { /// <summary> /// Provides partial evaluation of subtrees, ...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Linq.Expressions; namespace Moq { /// <summary> /// Provides partial evaluation of subtrees, ...
92113389a055b96da849ce0c79d7a9fa21c893a6
Update VersionVarWriter.cs (#719)
Update VersionVarWriter.cs (#719) adding another xplat value.
PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator
JenkinsConsoleUtility/jcuSrc/Commands/VersionVarWriter.cs
apache-2.0
1,593,021,519
using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Threading.Tasks; using JenkinsConsoleUtility.Util; using PlayFab.Json; namespace JenkinsConsoleUtility.Commands { public class VersionVarWriter : ICommand { private const string DefaultApiSpecFilePath = "../../../../...
using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Threading.Tasks; using JenkinsConsoleUtility.Util; using PlayFab.Json; namespace JenkinsConsoleUtility.Commands { public class VersionVarWriter : ICommand { private const string DefaultApiSpecFilePath = "../../../../...
f36a7f9f3debf240a5d6085d3bc125be0d93822a
Fixing field name
Fixing field name
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Services/DemoSettingsConfiguration.cs
bsd-3-clause
1,593,021,244
using Lombiq.TrainingDemo.Models; using Microsoft.Extensions.Options; using OrchardCore.Entities; using OrchardCore.Settings; namespace Lombiq.TrainingDemo.Services { // This is a configuration class that'll load the options from site settings. public class DemoSettingsConfiguration : IConfigureOption...
using Lombiq.TrainingDemo.Models; using Microsoft.Extensions.Options; using OrchardCore.Entities; using OrchardCore.Settings; namespace Lombiq.TrainingDemo.Services { // This is a configuration class that'll load the options from site settings. public class DemoSettingsConfiguration : IConfigureOption...
e8b56af65cb70fe6965c1624b5bd1f793023d460
Added try/catch around InternalGetDeviceId for NetDesktop as this causes a crash when used from an Azure Runbook (#1891)
Added try/catch around InternalGetDeviceId for NetDesktop as this causes a crash when used from an Azure Runbook (#1891)
AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet
src/client/Microsoft.Identity.Client/Platforms/net45/NetDesktopPlatformProxy.cs
mit
1,593,020,744
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net.NetworkInformation; using System.Reflection; using System.Runtime.InteropServices; using System.Security.Principal; u...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net.NetworkInformation; using System.Reflection; using System.Runtime.InteropServices; using System.Security.Principal; u...
8813374ffb551120abfb3abc1d39e5fce58e8949
Removed untrimmed white-space in iOS mouse input class
Removed untrimmed white-space in iOS mouse input class
EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVA...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,020,318
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
99be18f8da9d6ba3d0ae284e8afb25f18642e105
Magazine barrel chamber container can be VV'd
Magazine barrel chamber container can be VV'd
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Weapon/Ranged/Barrels/ServerMagazineBarrelComponent.cs
mit
1,593,019,884
using System; using System.Collections.Generic; using Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Weapons.Ranged; using Content.Shared.GameObjects.Components.Weapons.Ranged.B...
using System; using System.Collections.Generic; using Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Weapons.Ranged; using Content.Shared.GameObjects.Components.Weapons.Ranged.B...
3b0beb0a513d5c4b9a7b547f32b48a239814e580
Fixes rotation issue
Fixes rotation issue
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Tilemaps/Tiles/ConnectedTile.cs
agpl-3.0
1,593,019,853
using System; using UnityEngine; using UnityEngine.Tilemaps; using UnityEditor; public enum ConnectCategory { Walls, Windows, Tables, Floors, None } public enum ConnectType { ToAll, ToSameCategory, ToSelf } public class ConnectedTile : BasicTile { private static readonly int[] map = { 0, 2, 4, 8, 1, 25...
using System; using UnityEngine; using UnityEngine.Tilemaps; using UnityEditor; public enum ConnectCategory { Walls, Windows, Tables, Floors, None } public enum ConnectType { ToAll, ToSameCategory, ToSelf } public class ConnectedTile : BasicTile { private static readonly int[] map = { 0, 2, 4, 8, 1, 25...
65c9834350f08340d4b9e00fb178cfdb8a218e1f
Added more robust state handling for left and right click events on iOS
Added more robust state handling for left and right click events on iOS
ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,019,454
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
e4ffaffcce809e381c35bb8803c26fe4187b2ffb
version bump
version bump
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface/Properties/AssemblyInfo.cs
mit
1,593,017,330
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DiabloInterface")] [assembly: AssemblyDescr...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DiabloInterface")] [assembly: AssemblyDescr...
6792b716fa46717d93d866117e2e299570454802
add info about reset key
add info about reset key
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface.Plugin.Autosplits/ConfigEditRenderer.cs
mit
1,593,017,321
using System; using System.Drawing; using System.Linq; using System.Windows.Forms; using Zutatensuppe.DiabloInterface.Lib.Plugin; using Zutatensuppe.DiabloInterface.Plugin.Autosplits.AutoSplits; using Zutatensuppe.DiabloInterface.Plugin.Autosplits.Hotkeys; namespace Zutatensuppe.DiabloInterface.Plugin.Autosplits { ...
using System; using System.Drawing; using System.Linq; using System.Windows.Forms; using Zutatensuppe.DiabloInterface.Lib.Plugin; using Zutatensuppe.DiabloInterface.Plugin.Autosplits.AutoSplits; using Zutatensuppe.DiabloInterface.Plugin.Autosplits.Hotkeys; namespace Zutatensuppe.DiabloInterface.Plugin.Autosplits { ...
e4678862f7e18b37d007b5a5fad69bfd1b826c35
Removed Microservices page from sitemap
Removed Microservices page from sitemap
Red-Folder/red-folder.com,Red-Folder/red-folder.com,Red-Folder/red-folder.com
src/Red-Folder.com/Services/SiteMapRepository.cs
mit
1,593,017,045
using Microsoft.AspNetCore.Hosting; using RedFolder.ViewModels; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace RedFolder.Services { public class SiteMapRepository : ISiteMapRepository { private List<ISiteMapUrlRepository> _innerRepositories =...
using Microsoft.AspNetCore.Hosting; using RedFolder.ViewModels; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace RedFolder.Services { public class SiteMapRepository : ISiteMapRepository { private List<ISiteMapUrlRepository> _innerRepositories =...
d133722aab85197f9ea90d6405e1ac3aabb20390
542: remove FontRequest._platform_id field
542: remove FontRequest._platform_id field
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.PrimitiveDrawing/RequestFont.cs
bsd-2-clause
1,593,015,501
//MIT, 2014-present, WinterDev // // System.Drawing.FontStyle.cs // // Author: Dennis Hayes (dennish@raytek.com) // // (C) 2001 Ximian, Inc. http://www.ximian.com // Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of th...
//MIT, 2014-present, WinterDev // // System.Drawing.FontStyle.cs // // Author: Dennis Hayes (dennish@raytek.com) // // (C) 2001 Ximian, Inc. http://www.ximian.com // Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of th...
f6143f7898d120d03e5fdf91bb5c018a89148580
Ignore XamlGeneratedNamespace (should never be used)
Ignore XamlGeneratedNamespace (should never be used)
Fody/LoadAssembliesOnStartup,Fody/LoadAssembliesOnStartup
src/LoadAssembliesOnStartup.Fody/Weaving/LoadTypesWeaver.cs
mit
1,593,014,699
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ArgumentWeaver.cs" company="Catel development team"> // Copyright (c) 2008 - 2013 Catel development team. All rights reserved. // </copyright> // -------------------------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ArgumentWeaver.cs" company="Catel development team"> // Copyright (c) 2008 - 2013 Catel development team. All rights reserved. // </copyright> // -------------------------------...
391092e3ea32a5c76c9add4b7d6f134c786f998c
Reset predict flag on mover updat.e
Reset predict flag on mover updat.e
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Client/GameObjects/EntitySystems/MoverSystem.cs
mit
1,593,014,181
using Content.Shared.GameObjects.Components.Movement; using Content.Shared.GameObjects.EntitySystems; using Content.Shared.Physics; using JetBrains.Annotations; using Robust.Client.GameObjects; using Robust.Client.Physics; using Robust.Client.Player; using Robust.Shared.GameObjects.Components; using Robust.Shared.IoC; ...
using Content.Shared.GameObjects.Components.Movement; using Content.Shared.GameObjects.EntitySystems; using Content.Shared.Physics; using JetBrains.Annotations; using Robust.Client.GameObjects; using Robust.Client.Physics; using Robust.Client.Player; using Robust.Shared.GameObjects.Components; using Robust.Shared.IoC; ...
be4f4ed1c2d5d34b6bf52b095cf9f6036fa52648
Fix using pattern matching
Fix using pattern matching
SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,SuperJMN/Avaloni...
src/Avalonia.Visuals/Animation/Animators/SolidColorBrushAnimator.cs
mit
1,593,013,765
using System; using System.Reactive.Disposables; using Avalonia.Logging; using Avalonia.Media; using Avalonia.Media.Immutable; namespace Avalonia.Animation.Animators { /// <summary> /// Animator that handles <see cref="SolidColorBrush"/>. /// </summary> public class SolidColorBrushAnimator : Animator...
using System; using System.Reactive.Disposables; using Avalonia.Logging; using Avalonia.Media; using Avalonia.Media.Immutable; namespace Avalonia.Animation.Animators { /// <summary> /// Animator that handles <see cref="SolidColorBrush"/>. /// </summary> public class SolidColorBrushAnimator : Animator...
e056815fa449476b6b999719d9d223bf7e9031b6
Fixed opInProgress getting stuck on true if a error occured during reading or writing
Fixed opInProgress getting stuck on true if a error occured during reading or writing
AdamsLair/duality
Source/Core/Duality/Serialization/Serializer.cs
mit
1,593,013,150
using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.Reflection; using Duality.IO; namespace Duality.Serialization { /// <summary> /// Base class for Dualitys serializers. /// </summary> [DontSerialize] public abstract class Serializer : IDisposable { /// <summary>...
using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.Reflection; using Duality.IO; namespace Duality.Serialization { /// <summary> /// Base class for Dualitys serializers. /// </summary> [DontSerialize] public abstract class Serializer : IDisposable { /// <summary>...
4aaa48739cee611d1f9458eec67c1c93623d7e46
Fix skip ISolidColorBrush when animation
Fix skip ISolidColorBrush when animation
SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,wies...
src/Avalonia.Visuals/Animation/Animators/SolidColorBrushAnimator.cs
mit
1,593,013,018
using System; using System.Reactive.Disposables; using Avalonia.Logging; using Avalonia.Media; using Avalonia.Media.Immutable; namespace Avalonia.Animation.Animators { /// <summary> /// Animator that handles <see cref="SolidColorBrush"/>. /// </summary> public class SolidColorBrushAnimator : Animator...
using System; using System.Reactive.Disposables; using Avalonia.Logging; using Avalonia.Media; using Avalonia.Media.Immutable; namespace Avalonia.Animation.Animators { /// <summary> /// Animator that handles <see cref="SolidColorBrush"/>. /// </summary> public class SolidColorBrushAnimator : Animator...
1408666eecc94e8b3488dfb4fcf143fae302b0e7
[c#beetlex] change update dbconnection pool size (#5797)
[c#beetlex] change update dbconnection pool size (#5797) * update beetlex 1.4.3 update beetlex 1.4.3 * docker add COMPlus_ReadyToRun variable update beetlex * update beetlex, enabled thread queue * beetlex framework add db and queries cases * add db code * change result json data * update query u...
sagenschneider/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,sagenschneider/FrameworkBenchmarks,MTDdk/FrameworkBenchmarks,martin-g/FrameworkBenchmarks,jamming/FrameworkBenchmarks,jamming/FrameworkBenchmarks,greenlaw110/FrameworkBenchmarks,RockinRoel/FrameworkBenchmarks,RockinRoel/FrameworkBenc...
frameworks/CSharp/beetlex/PlatformBenchmarks/HttpServer.cs
bsd-3-clause
1,593,013,006
using BeetleX; using BeetleX.EventArgs; using Microsoft.Extensions.Hosting; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; namespace PlatformBenchmarks { public class HttpServer : IHostedService { public static IServer ApiServer...
using BeetleX; using BeetleX.EventArgs; using Microsoft.Extensions.Hosting; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; namespace PlatformBenchmarks { public class HttpServer : IHostedService { public static IServer ApiServer...
62dcbccaba043385f643f350a6b0361148ed66c0
Sortering i kund-combo på customeroffer
Sortering i kund-combo på customeroffer
erlingsjostrom/TSS,erlingsjostrom/TSS
TESS/Controllers/Offers/CustomerOfferController.cs
mit
1,593,012,956
using Rotativa.MVC; using System; using System.Collections.Generic; using System.Configuration; using System.Data.SqlClient; using System.Diagnostics; using System.Dynamic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Web.Mvc; using System.Web.Script.Seri...
using Rotativa.MVC; using System; using System.Collections.Generic; using System.Configuration; using System.Data.SqlClient; using System.Diagnostics; using System.Dynamic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; using System.Web.Mvc; using System.Web.Script.Seri...
f2a48a339ea7e643ab5156764f99450d53f30bf2
Remove unused usings
Remove unused usings
NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu
osu.Game/Storyboards/Drawables/DrawableStoryboardSample.cs
mit
1,593,012,799
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio.Sample; using osu.Framework.Bindables; 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.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Bin...
02b8487d6c4f177833bdf5601ee4f02d9d7e2b3b
Fix EntityTest for guns (#1206)
Fix EntityTest for guns (#1206) Co-authored-by: Metal Gear Sloth <5a6002283f4d0ed17bed24ee1f9d131baf85176c@gmail.com>
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Weapon/Ranged/Barrels/ServerRangedBarrelComponent.cs
mit
1,593,012,664
using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.Components.Projectiles; using Content.Server.GameObjects.Components.Sound; using Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition; using Content.Server.Game...
using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameObjects.Components.Projectiles; using Content.Server.GameObjects.Components.Sound; using Content.Server.GameObjects.Components.Weapon.Ranged.Ammunition; using Content.Server.Game...
cfc99746825722539aba77e7792575716b7b41f4
Fix gravity issues.
Fix gravity issues.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Shared/Physics/MoverController.cs
mit
1,593,012,660
using Content.Shared.GameObjects.Components.Movement; using Robust.Shared.Interfaces.Physics; using Robust.Shared.IoC; using Robust.Shared.Maths; using Robust.Shared.Physics; namespace Content.Shared.Physics { public class MoverController : VirtualController { private Vector2 _velocity; private...
using Content.Shared.GameObjects.Components.Movement; using Robust.Shared.Interfaces.Physics; using Robust.Shared.IoC; using Robust.Shared.Maths; using Robust.Shared.Physics; namespace Content.Shared.Physics { public class MoverController : VirtualController { private Vector2 _velocity; private...
ee209cd720d34d3abcb422db0ca763d3eaa17a29
Fix grenades throwing (#1205)
Fix grenades throwing (#1205) Exceptions Co-authored-by: Metal Gear Sloth <5a6002283f4d0ed17bed24ee1f9d131baf85176c@gmail.com>
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/GUI/InventoryComponent.cs
mit
1,593,012,639
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks.Dataflow; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObjects; using Robust.Server.GameObjects.Components.Container; using Robust.Server.Interfaces.Player; using...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks.Dataflow; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObjects; using Robust.Server.GameObjects.Components.Container; using Robust.Server.Interfaces.Player; using...
b0e74940eced5901d16f8641c96b13868df8e719
WaitUntilResponsive
WaitUntilResponsive
JohanLarsson/Gu.Localization
Gu.Wpf.Localization.UiTests/TranslatesFodyProject.cs
mit
1,593,011,951
namespace Gu.Wpf.Localization.UiTests { using System.Linq; using Gu.Wpf.UiAutomation; using NUnit.Framework; public class TranslatesFodyProject { [OneTimeTearDown] public void OneTimeTearDown() { Application.KillLaunched("Gu.Wpf.Localization.Demo.Fody.exe"); ...
namespace Gu.Wpf.Localization.UiTests { using System.Linq; using Gu.Wpf.UiAutomation; using NUnit.Framework; public class TranslatesFodyProject { [OneTimeTearDown] public void OneTimeTearDown() { Application.KillLaunched("Gu.Wpf.Localization.Demo.Fody.exe"); ...
992ada46700d6f6420a6f22b0904376bb7ec7c58
Revert UserPlaybackRate changes
Revert UserPlaybackRate changes
peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game/Storyboards/Drawables/DrawableStoryboardSample.cs
mit
1,593,011,926
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Bin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Bin...
d7bb8a2018ca64a650b0a161ace4b4b78649a35a
CoinAPI converter will only process SPOT files.
CoinAPI converter will only process SPOT files.
JKarathiya/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean,QuantConnect/Lean,QuantConnect/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean
ToolBox/CoinApiDataConverter/CoinApiDataConverter.cs
apache-2.0
1,593,011,863
/* * 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 ...
/* * 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...
d4efc578f7e9975d947ee0df741a3508c8242056
Removing overloaded Async operation methods
Removing overloaded Async operation methods
recurly/recurly-client-net,recurly/recurly-client-net
Recurly/Client.cs
mit
1,593,011,499
/** * This file is automatically created by Recurly's OpenAPI generation process * and thus any edits you make by hand will be lost. If you wish to make a * change to this file, please create a Github issue explaining the changes you * need and we will usher them to the appropriate places. */ using System; using S...
/** * This file is automatically created by Recurly's OpenAPI generation process * and thus any edits you make by hand will be lost. If you wish to make a * change to this file, please create a Github issue explaining the changes you * need and we will usher them to the appropriate places. */ using System; using S...
a11a96a9e2bec00352c5e82abd58db2319148e29
Added hackfix for testnet.
Added hackfix for testnet.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Hwi/Parsers/HwiParser.cs
mit
1,593,009,639
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using WalletWasabi.Helpers; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Hwi.Models; namespace WalletWasabi.Hwi.Parsers { public static class HwiParser { ...
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using WalletWasabi.Helpers; using WalletWasabi.Hwi.Exceptions; using WalletWasabi.Hwi.Models; namespace WalletWasabi.Hwi.Parsers { public static class HwiParser { ...
87871531321928f5bc390b0239e41ab833ad175a
Add non-witness utxo data in UpdatePSBTInfo().
Add non-witness utxo data in UpdatePSBTInfo().
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs
mit
1,593,009,525
using NBitcoin; using NBitcoin.Policy; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding;...
using NBitcoin; using NBitcoin.Policy; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding;...
8496d610b75a37429654573bacd7a6f88e72418b
Update main.cs
Update main.cs Using IsTargeting() instead of TargetParticle
dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D,dottools/Torque2D
modules/AngleToy/1/main.cs
mit
1,593,009,297
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
//----------------------------------------------------------------------------- // Copyright (c) 2013 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
fe38f180ec6c23cce48c5e35a26845416b6269af
Add docs for HC595 shift register
Add docs for HC595 shift register
treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk
NET/API/Treehopper.Libraries/IO/PortExpander/Hc595.cs
mit
1,593,008,929
namespace Treehopper.Libraries.IO.PortExpander { /// This class supports all standard 8-bit serial-input, parallel-output shift registers similar to the 74HC595. /// /// Once constructed, this object provides a list of Pins that can be used just as any other digital output pins. /// By default, chang...
namespace Treehopper.Libraries.IO.PortExpander { /// <summary> /// 74HC595 serial-in, parallel-out shift register. /// </summary> [Supports("Generic", "74HC595")] public class Hc595 : ShiftOut { /// <summary> /// Construct a new 74HC595-type shift register that is direct...
b7f4f1054674f639118a0d71f6db3b535f79ecfa
Respect item functions in lazy Update/Remove
Respect item functions in lazy Update/Remove Fixes #5445 by checking to see if an item function is invoked (the captured expression has subcaptures) before optimizing operations on same-item captures.
AndyGerlicher/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,mono/msbuild,mono/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,mono/msbuild,mono/msbuild,se...
src/Build/Evaluation/LazyItemEvaluator.LazyItemOperation.cs
mit
1,593,008,263
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Build.Construction; using Microsoft.Build.Eventing; using Microsoft.Build.Internal; using Microsoft.Build.Shared; using System; using System.Collection...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Build.Construction; using Microsoft.Build.Eventing; using Microsoft.Build.Internal; using Microsoft.Build.Shared; using System; using System.Collection...
abbf1396b678eb801b481cad4506c6d24da52214
Regression tests for #5445
Regression tests for #5445 Ensure that Update and Remove operations done at evaluation time that use item functions pay attention to the item function and don't apply to all items of the same type.
sean-gilliam/msbuild,cdmihai/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,mono/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,mono/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,r...
src/Build.UnitTests/Evaluation/ItemEvaluation_Tests.cs
mit
1,593,008,262
// 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.IO; using System.Linq; using Microsoft.Build.Evaluation; using Xunit; using Syst...
// 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.IO; using System.Linq; using Microsoft.Build.Evaluation; using Xunit; using Syst...
6050030f10052ef8eee0a14b608eaf5320cbaab8
Spruce up ObjectModelHelpers assertions
Spruce up ObjectModelHelpers assertions These fired while I was writing a new test but didn't have much useful information. Keep AssertItems from throwing an ArgumentOutOfRangeException on mismatched lengths, and give a clue or two about mismatched lengths in AssertItemHasMetadata.
cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,cdmiha...
src/Shared/UnitTests/ObjectModelHelpers.cs
mit
1,593,008,261
// 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; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; u...
// 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; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; u...
b486340003816814ad20d9f6c849d37f16fa53cc
Adding changes to receive the notification about an survey configuration has been created or updated.
Adding changes to receive the notification about an survey configuration has been created or updated.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Services/Subscriber.cs
mit
1,593,007,731
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
cd72ee0e212cf6d3fbedccfb45bfaa8ba43a4567
Added logging to the StartupAppBase to output the environment name.
Added logging to the StartupAppBase to output the environment name.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Application.AspNetCore/Hosting/StartupAppBase.cs
mit
1,593,007,227
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="StartupAppBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="StartupAppBase.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project...
72f310b0bd12406de30ff6970d5ecea081e3597b
Show more informative error when access denied (#174)
Show more informative error when access denied (#174)
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.IapDesktop.Extensions.Activity/Services/Adapters/AuditLogAdapter.cs
apache-2.0
1,593,006,888
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
0d3bc1ac29685628e57cceddd94d525b6ef48ea2
Add basic heatmap colour scaling based on peak value
Add basic heatmap colour scaling based on peak value
UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu
osu.Game.Rulesets.Osu/Statistics/AccuracyHeatmap.cs
mit
1,593,005,370
// 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.Diagnostics; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; 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 System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphi...
1f2c327ac6fc44e45c31b623649b21e2f688f6f1
Adding changes to get update options and questions if there are changes on the main server.
Adding changes to get update options and questions if there are changes on the main server.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,593,005,121
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
80902778807faacb0fb1a87e458afceefdd3b6f9
Fix - Corretto generatore di codici richiesta
Fix - Corretto generatore di codici richiesta
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Persistence.MongoDB/GestioneInterventi/Utility/GetMaxCodice.cs
agpl-3.0
1,593,005,076
using MongoDB.Driver; using Persistence.MongoDB; using SO115App.API.Models.Classi.Soccorso; using System; using System.Linq; namespace SO115App.Persistence.MongoDB.GestioneInterventi.Utility { public class GetMaxCodice { private readonly DbContext _dbContext; public GetMaxCodice(DbContext dbC...
using MongoDB.Driver; using Persistence.MongoDB; using SO115App.API.Models.Classi.Soccorso; using System; using System.Linq; namespace SO115App.Persistence.MongoDB.GestioneInterventi.Utility { public class GetMaxCodice { private readonly DbContext _dbContext; public GetMaxCodice(DbContext dbC...
8aada6a7c7a83a49a9933e2c1bcbc653bdac56ca
Fix Swagger V3 text to V4
Fix Swagger V3 text to V4
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Backend/Startup.cs
mit
1,593,004,996
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.OpenApi.Models; using NBi...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.OpenApi.Models; using NBi...
b0937abf7f830c0f22ac26ff9bcce2d635676120
easier debugging
easier debugging
AdamsLair/duality
Benchmarks/DualityBenchmarks/Program.cs
mit
1,593,004,663
using System.Diagnostics; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Running; using Duality; using Duality.Backend; namespace DualityBenchmarks { class Program { static void Main(string[] args) { // Initialize Duality DualityApp.Init( DualityApp.ExecutionEnvironment.Launcher, ...
using System; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Running; using Duality; using Duality.Backend; namespace DualityBenchmarks { class Program { static void Main(string[] args) { // Initialize Duality DualityApp.Init( DualityApp.ExecutionEnvironment.Launcher, Duali...
06c7587c61b6ba5c5a17c62e47d63d3f12e392e6
Update WalletWasabi/Bases/PeriodicRunner.cs
Update WalletWasabi/Bases/PeriodicRunner.cs Co-authored-by: Dávid Molnár <6d607974c44f675e0e525d39b2684f7b117c5263@gmail.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Bases/PeriodicRunner.cs
mit
1,593,003,905
using Microsoft.Extensions.Hosting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Logging; namespace WalletWasabi.Bases { public abstract class PeriodicRunner : BackgroundService { protected PeriodicRun...
using Microsoft.Extensions.Hosting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Logging; namespace WalletWasabi.Bases { public abstract class PeriodicRunner : BackgroundService { protected PeriodicRun...
a4eaa380b36ca3953b1a2db0c775ce1f52dd0e9e
Add leftover file
Add leftover file
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRoundConfig.cs
mit
1,593,003,099
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.ComponentModel; using System.IO; using System.Text; using System.Threading.Tasks; using WalletWasabi.Bases; using WalletWasabi.Helpers; using WalletWasabi.Interfaces; using WalletWasabi.JsonConverters; using WalletWasabi.Loggi...
using NBitcoin; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.ComponentModel; using System.IO; using System.Text; using System.Threading.Tasks; using WalletWasabi.Bases; using WalletWasabi.Helpers; using WalletWasabi.Interfaces; using WalletWasabi.JsonConverters; using WalletWasabi.Loggi...
9018e64d11489358c4bd6033a3456786a6e193cf
Fix possible DoS attack
Fix possible DoS attack
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs
mit
1,593,003,073
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....
cc8234ee68b38cc4bb10315eb91275c437ca1929
Fix - Ottimizzazione
Fix - Ottimizzazione
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.FakePersistance.ExternalAPI/Box/GetBoxMezziExt.cs
agpl-3.0
1,593,002,968
//----------------------------------------------------------------------- // <copyright file="GetBoxMezzi.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License ...
//----------------------------------------------------------------------- // <copyright file="GetBoxMezzi.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License ...
2fe5900f0d55a7442b1f93146429243a8f30e197
Minor refactoring
Minor refactoring
Vanaheimr/Hermod
Hermod/HTTP/Server/HTTPExtentions.cs
apache-2.0
1,593,002,754
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
a95a90d3c7b9d122f026dd9773eb5a9967038e5f
RequestAdminPlayerList NRE check
RequestAdminPlayerList NRE check
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/AdminTools/AdminPlayersScrollView.cs
agpl-3.0
1,593,002,376
using System; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.Events; namespace AdminTools { public class AdminPlayersScrollView : MonoBehaviour { [SerializeField] private Transform playerListContent = null; [SerializeField] private GameObject playerEntryPrefab = null; ...
using System; using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.Events; namespace AdminTools { public class AdminPlayersScrollView : MonoBehaviour { [SerializeField] private Transform playerListContent = null; [SerializeField] private GameObject ...
d5e422ce9045af35ae3dc450a92adec8e4f0240f
[FastBuild] Fix the TEMP environment variable for MacOS
[FastBuild] Fix the TEMP environment variable for MacOS
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/FastBuild/Bff.Template.cs
apache-2.0
1,593,001,960
// 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 law o...
// 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 law o...
1904c2043f64988b44f65133f8ff97b59be4b47c
fix jsonparse liquid filter to supports arrays (#6499)
fix jsonparse liquid filter to supports arrays (#6499) fix: jsonparse filter now supports using arrays
stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2
src/OrchardCore.Modules/OrchardCore.Liquid/Filters/JsonParseFilter.cs
bsd-3-clause
1,593,001,917
using System.Threading.Tasks; using Fluid; using Fluid.Values; using Newtonsoft.Json.Linq; namespace OrchardCore.Liquid.Filters { public class JsonParseFilter : ILiquidFilter { public ValueTask<FluidValue> ProcessAsync(FluidValue input, FilterArguments arguments, TemplateContext context) { ...
using System.Threading.Tasks; using Fluid; using Fluid.Values; using Newtonsoft.Json.Linq; namespace OrchardCore.Liquid.Filters { public class JsonParseFilter : ILiquidFilter { public ValueTask<FluidValue> ProcessAsync(FluidValue input, FilterArguments arguments, TemplateContext context) { ...
d06a395fd5643595db8e1fbc5d8cbc99f4eab18f
Only fill manifest tool options in case visual studio is used Note: this project options generator should be split
Only fill manifest tool options in case visual studio is used Note: this project options generator should be split
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Generators/VisualStudio/ProjectOptionsGenerator.cs
apache-2.0
1,593,001,844
// 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...
2e8f30461f63db8c651b20a463f8e4f34ae23c8a
play/stops music when entering the pause overlay, instead of letting it play silently in the background
play/stops music when entering the pause overlay, instead of letting it play silently in the background
NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu
osu.Game/Screens/Play/PauseOverlay.cs
mit
1,593,001,332
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; using osu.G...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; using osu.G...
22e0659f46b3d5917bc524b7e730c537a459a3ad
moved setup logic to a globalsetup method
moved setup logic to a globalsetup method
AdamsLair/duality
Benchmarks/DualityBenchmarks/CloneProviderBenchmarks.cs
mit
1,593,001,208
using System; using BenchmarkDotNet.Attributes; using Duality.Cloning; using Duality.Tests.Serialization; namespace DualityBenchmarks { public class CloneProviderBenchmarks { private Random rnd; private TestObject[] results; private TestObject data; [GlobalSetup] public void Setup() { this.rnd = new...
using System; using BenchmarkDotNet.Attributes; using Duality.Cloning; using Duality.Tests.Serialization; namespace DualityBenchmarks { public class CloneProviderBenchmarks { [Benchmark] public void CloneTestObjectGraph() { Random rnd = new Random(0); TestObject data = new TestObject(rnd, 5); TestObj...
1019abd92788de10c14d2d30433928bbc7a19905
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,999,571
#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-...
d06641234c139b85d8b26bb4d432746d935d20ea
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,999,425
#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-...
66cfaf5ce16f14f0c7c2af914c083a08b0dc34c0
Update StorageContext.cs (#1728)
Update StorageContext.cs (#1728) StorageContext needs to be public so it can be accessed by Neo Debugger Co-authored-by: Erik Zhang <c195b508e6f0c57aeafdb5e96947e2b79e6a4b40@neo.org>
AntShares/AntShares
src/neo/SmartContract/StorageContext.cs
mit
1,592,998,457
namespace Neo.SmartContract { public class StorageContext { public int Id; public bool IsReadOnly; } }
namespace Neo.SmartContract { internal class StorageContext { public int Id; public bool IsReadOnly; } }
d9125988751cf2856d463014f34259d352df2dd8
Clean up mime fix
Clean up mime fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/Chat.cs
agpl-3.0
1,592,998,058
using UnityEngine; using System; using AdminTools; using Tilemaps.Behaviours.Meta; using DiscordWebhook; using DatabaseAPI; /// <summary> /// The Chat API /// Use the public methods for anything related /// to chat stream /// </summary> public partial class Chat : MonoBehaviour { private static Chat chat; public s...
using UnityEngine; using System; using AdminTools; using Tilemaps.Behaviours.Meta; using DiscordWebhook; using DatabaseAPI; /// <summary> /// The Chat API /// Use the public methods for anything related /// to chat stream /// </summary> public partial class Chat : MonoBehaviour { private static Chat chat; public s...
561e1b41146cab4f3b6006131c237a5a11be809f
Do not throw exception when switching to V4 backend
Do not throw exception when switching to V4 backend
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Services/WasabiSynchronizer.cs
mit
1,592,997,991
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Bac...
using NBitcoin; using NBitcoin.RPC; using Nito.AsyncEx; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Bac...
362e3b87d47859eaa62ad5badb626e91d903e09a
fix SaveList
fix SaveList
AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework
Signum.Engine/Database.cs
mit
1,592,997,395
using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Internal; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using Signum.Utilities.Reflection; using System; using System.Collections; using System.Collections.Generic; ...
using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Internal; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using Signum.Utilities.Reflection; using System; using System.Collections; using System.Collections.Generic; ...
c3e83fa30f405babfb60f81f28fb9871f1b97186
fix SaveList
fix SaveList
AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework
Signum.Engine/Database.cs
mit
1,592,996,755
using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Internal; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using Signum.Utilities.Reflection; using System; using System.Collections; using System.Collections.Generic; ...
using Signum.Engine.Linq; using Signum.Engine.Maps; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Internal; using Signum.Utilities; using Signum.Utilities.ExpressionTrees; using Signum.Utilities.Reflection; using System; using System.Collections; using System.Collections.Generic; ...
2846f0fe5e5e091b131b461587440231cf0600f5
Added missing 'Preset' label for terrain material.
Added missing 'Preset' label for terrain material.
Algoryx/agxUnity
Editor/AGXUnityEditor/Tools/DeformableTerrainMaterialTool.cs
apache-2.0
1,592,996,684
using System.Linq; using UnityEngine; using UnityEditor; using AGXUnity; using AGXUnity.Model; using GUI = AGXUnity.Utils.GUI; using Object = UnityEngine.Object; namespace AGXUnityEditor.Tools { [CustomTool( typeof( DeformableTerrainMaterial ))] public class DeformableTerrainMaterialTool : CustomTargetTool { ...
using System.Linq; using UnityEngine; using UnityEditor; using AGXUnity; using AGXUnity.Model; using GUI = AGXUnity.Utils.GUI; using Object = UnityEngine.Object; namespace AGXUnityEditor.Tools { [CustomTool( typeof( DeformableTerrainMaterial ))] public class DeformableTerrainMaterialTool : CustomTargetTool { ...
92d471f8286bd99dfdea4a84ae5dfdac61bd98e8
Fix: Do not let TaskCanceledException escape the method (#171)
Fix: Do not let TaskCanceledException escape the method (#171)
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.IapDesktop.Extensions.Activity/Services/SerialOutput/SerialOutputModel.cs
apache-2.0
1,592,995,844
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
56377d83177283ec3c8a36ee90602fa250a68674
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,592,995,195
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
e53d2f382c751b53004aba40d16dee9f679805a1
Cosmetic changes
Cosmetic changes
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Diagnostics/IProcessStarterFactory.cs
mit
1,592,994,410
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ProcessFactory.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ProcessFactory.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project...
7e66636853f65e06476781d1ae47f6865899e18c
Door New Player NRE Fix
Door New Player NRE Fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Client/NewPlayer/DoorNewPlayer.cs
agpl-3.0
1,592,994,100
using System.Collections; using Mirror; public class DoorNewPlayer: ClientMessage { public uint Door; public override void Process() { LoadNetworkObject(Door); var doorController = NetworkObject.GetComponent<DoorController>(); if (doorController != null) { doorController.UpdateNewPlayer(SentByPlayer.C...
using System.Collections; using Mirror; public class DoorNewPlayer: ClientMessage { public uint Door; public override void Process() { LoadNetworkObject(Door); NetworkObject.GetComponent<DoorController>().UpdateNewPlayer( SentByPlayer.Connection); } public static DoorNewPlayer Send(uint netId) { Door...
3a862643ac46baba03bd1efce92cc0a54bf1bc56
Fix exception when re-entering body.
Fix exception when re-entering body.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Client/EntryPoint.cs
mit
1,592,993,493
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
5523f17735b54088aa2ffca9edca9171e864149d
Fix warnings.
Fix warnings.
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Shared/GameObjects/EntitySystems/SharedMoverSystem.cs
mit
1,592,993,181
using System.Diagnostics.CodeAnalysis; using Content.Shared.GameObjects.Components.Movement; using Content.Shared.Physics; using Robust.Shared.Configuration; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components; using Robust.Shared.GameObjects.Systems; using Robust.Shared.Input; using Robust.Shar...
using System.Diagnostics.CodeAnalysis; using Content.Shared.GameObjects.Components.Movement; using Content.Shared.Physics; using Robust.Shared.Configuration; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components; using Robust.Shared.GameObjects.Systems; using Robust.Shared.Input; using Robust.Shar...
ac92b91f4c33c78e38d1059dc2d6655b2ca953f7
Request Respawn Player NRE fix
Request Respawn Player NRE fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Messages/Client/Admin/RequestRespawnPlayer.cs
agpl-3.0
1,592,992,824
using System.Collections; using System.Collections.Generic; using UnityEngine; using AdminTools; using Mirror; public class RequestRespawnPlayer : ClientMessage { public string Userid; public string AdminToken; public string UserToRespawn; public string OccupationToRespawn; public override void Process() { V...
using System.Collections; using System.Collections.Generic; using UnityEngine; using AdminTools; using Mirror; public class RequestRespawnPlayer : ClientMessage { public string Userid; public string AdminToken; public string UserToRespawn; public string OccupationToRespawn; public override void Process() { V...
8ccf98333ea636f6a313aa0cb65423f6e89b78d7
Remove bad component state hack from client mover component.
Remove bad component state hack from client mover component.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Client/GameObjects/Components/Movement/PlayerInputMoverComponent.cs
mit
1,592,992,676
using Content.Shared.GameObjects.Components.Movement; using Robust.Shared.GameObjects; using Robust.Shared.Map; #nullable enable namespace Content.Client.GameObjects.Components.Movement { [RegisterComponent] [ComponentReference(typeof(IMoverComponent))] public class PlayerInputMoverComponent : SharedPlaye...
using Content.Shared.GameObjects.Components.Movement; using Robust.Client.Player; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.Map; #nullable enable namespace Content.Client.GameObjects.Components.Movement { [RegisterComponent] [ComponentReference(typeof(IMoverComponent))] ...
6bc507d49ed2bc76cbbaffc5dc9ddac087a5bd8f
Increase coordinate parsing limits
Increase coordinate parsing limits
peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu
osu.Game/Beatmaps/Formats/Parsing.cs
mit
1,592,992,432
// 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.Globalization; namespace osu.Game.Beatmaps.Formats { /// <summary> /// Helper methods to parse from string to number and perform very ...
// 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.Globalization; namespace osu.Game.Beatmaps.Formats { /// <summary> /// Helper methods to parse from string to number and perform very ...
330848e24c27a2075fe2b43271b4291e505f180e
Configure Identity and cookies
Configure Identity and cookies
roelofr/ClientSideTechnology
app/Startup.cs
agpl-3.0
1,592,992,225
using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using app.Data; using app.Models; using app.Services; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft....
using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using app.Data; using app.Models; using app.Services; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft....
505b6d845e16dd63e9b58549b5e065eb29a19634
Removed empty line
Removed empty line
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,991,639
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...
b51b9ce1ce5281ecfcfb46a15ed75760225eb5b8
fixed null key issue
fixed null key issue
Terradue/DotNetOpenSearch
Terradue.OpenSearch/Terradue/OpenSearch/Request/IllimitedOpenSearchRequest.cs
agpl-3.0
1,592,991,613
// // MultiOpenSearchRequest.cs // // Author: // Emmanuel Mathot <emmanuel.mathot@terradue.com> // // Copyright (c) 2014 Terradue using System; using System.Linq; using System.Collections.Specialized; using Terradue.ServiceModel.Syndication; using System.Collections.Generic; using System.Threading; using Syst...
// // MultiOpenSearchRequest.cs // // Author: // Emmanuel Mathot <emmanuel.mathot@terradue.com> // // Copyright (c) 2014 Terradue using System; using System.Linq; using System.Collections.Specialized; using Terradue.ServiceModel.Syndication; using System.Collections.Generic; using System.Threading; using Syst...
171981ff25577fa43a0feb45338b446ecffcb681
Cleaned up var names and added character limit, upped time to do it every 1.5 seconds from 1.
Cleaned up var names and added character limit, upped time to do it every 1.5 seconds from 1.
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,991,477
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...
5af73de8a89f30ef6f4da4d455a1503a0eb24791
fix Remove
fix Remove
signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework
Signum.Engine/Operations/OperationLogic.cs
mit
1,592,991,107
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...
9e1bf71233b66a88b2419339db6cf181a7705534
Added text explaining a second copy will be made
Added text explaining a second copy will be made
ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game/Screens/Select/ImportFromStablePopup.cs
mit
1,592,990,978
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Graphics.Sprites; using osu.Game.Overlays.Dialog; namespace osu.Game.Screens.Select { public class ImportFromStablePopup : PopupDi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Graphics.Sprites; using osu.Game.Overlays.Dialog; namespace osu.Game.Screens.Select { public class ImportFromStablePopup : PopupDi...
238bac2d31740c5fd2aec4e5871c37671049483e
Fix potential ObjectDisposedException with DLUW
Fix potential ObjectDisposedException with DLUW
peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,...
osu.Framework/Graphics/Containers/DelayedLoadUnloadWrapper.cs
mit
1,592,990,875
// 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.Statistics; using System.Diagnostics; using osu.Framework.Layout; using osu.Framework.Threading; using osu.Framework.Timing; namespace...
// 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.Statistics; using System.Diagnostics; using osu.Framework.Layout; using osu.Framework.Threading; using osu.Framework.Timing; namespace...
251c97e82c81203c9e449f763d5ed4a4113c3ba6
Add external timestamp to general settings
Add external timestamp to general settings
qualisys/RTClientSDK.Net
QTMSettings.cs
mit
1,592,990,832
// Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB // using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using QTMRealTimeSDK.Data; namespace QTMRealTimeSDK.Settings { public class SettingsBase { [XmlIgnore] public string Xml; } ...
// Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB // using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using QTMRealTimeSDK.Data; namespace QTMRealTimeSDK.Settings { public class SettingsBase { [XmlIgnore] public string Xml; } ...
83a59a131180e428e965997776500a4cec74b587
Fix - Corretta notifica Add Chiamata In Corso
Fix - Corretta notifica Add Chiamata In Corso
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Sender/GestioneChiamateInCorso/NotificationAddChiamataInCorso.cs
agpl-3.0
1,592,988,674
//----------------------------------------------------------------------- // <copyright file="NotificationAddChiamataInCorso.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Gene...
//----------------------------------------------------------------------- // <copyright file="NotificationAddChiamataInCorso.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Gene...
a9f1f3f1fea19ce653d2978180c87091064889ee
Fix - Corretta notifica DeleteInLavorazione
Fix - Corretta notifica DeleteInLavorazione
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Sender/GestioneIntervento/NotificationDeleteInLavorazione.cs
agpl-3.0
1,592,988,660
//----------------------------------------------------------------------- // <copyright file="NotificationUpDateChiamata.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General ...
//----------------------------------------------------------------------- // <copyright file="NotificationUpDateChiamata.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General ...
f5dc335324a92eb99fdf3b4bde1077c22bf66f6f
Split out accessing sql server connection string
Split out accessing sql server connection string
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
src/Dangl.WebDocumentation/Startup.cs
mit
1,592,988,536
using Dangl.AspNetCore.FileHandling; using Dangl.AspNetCore.FileHandling.Azure; using Dangl.Identity.Client; using Dangl.Identity.Client.Mvc; using Dangl.Identity.Client.Mvc.Configuration; using Dangl.RestClient; using Dangl.RestClient.Identity.Server; using Dangl.WebDocumentation.Hangfire; using Dangl.WebDocumentatio...
using Dangl.AspNetCore.FileHandling; using Dangl.AspNetCore.FileHandling.Azure; using Dangl.Identity.Client; using Dangl.Identity.Client.Mvc; using Dangl.Identity.Client.Mvc.Configuration; using Dangl.RestClient; using Dangl.RestClient.Identity.Server; using Dangl.WebDocumentation.Hangfire; using Dangl.WebDocumentatio...
4f00165874d5094c9e5c4a7b80865e7f1944707e
Avoid mess up the debug info of runtime module by emit IL code
Avoid mess up the debug info of runtime module by emit IL code
AlexCatarino/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet
src/runtime/classderived.cs
mit
1,592,988,202
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Resources; using System.Runtime.InteropServices; using System.Threading.Tasks; namespace Python.Runtime { /// <summary> /// Managed class that provides the implementation for r...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using System.Resources; using System.Runtime.InteropServices; using System.Threading.Tasks; namespace Python.Runtime { /// <summary> /// Managed class that provides the implementation for r...
ee7d62e58309031db6db4fc0f82ae6c2994db0ea
Fixes #7148 - ensures we only check for SurfaceController routes (#8322)
Fixes #7148 - ensures we only check for SurfaceController routes (#8322) * See https://github.com/umbraco/Umbraco-CMS/issues/7148 for bug report and reason for fork and PR. * Fixes #7148 - ensures we only check for SurfaceController routes When finding the SurfaceController to post back to when using BeginUmbrac...
leekelleher/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,arknu/Umbraco-CMS,tcmorris/Umbraco-CMS,abryukhov/Umbraco-CMS,hfloyd/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump...
src/Umbraco.Web/Mvc/RenderRouteHandler.cs
mit
1,592,986,930
using System; using System.Linq; using System.Web; using System.Web.Compilation; using System.Web.Mvc; using System.Web.Routing; using System.Web.SessionState; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Composing; using Umbraco.Web.Models; using Umbraco.Web.Routing; using System.Collections.Gene...
using System; using System.Linq; using System.Web; using System.Web.Compilation; using System.Web.Mvc; using System.Web.Routing; using System.Web.SessionState; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Composing; using Umbraco.Web.Models; using Umbraco.Web.Routing; using System.Collections.Gene...
2042f592834822d392a960d57dbadd39fe91b248
fix ypub/zpub parsing for all alts
fix ypub/zpub parsing for all alts @gruve-p reported that ypub import was not working and then found this. no ypub/zpub import for any alts worked before lol
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/DerivationSchemeParser.cs
mit
1,592,986,725
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NBitcoin; using NBitcoin.DataEncoders; using NBXplorer; using NBXplorer.DerivationStrategy; namespace BTCPayServer { public class DerivationSchemeParser { public BTCPayNetwork BtcP...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NBitcoin; using NBitcoin.DataEncoders; using NBXplorer; using NBXplorer.DerivationStrategy; namespace BTCPayServer { public class DerivationSchemeParser { public BTCPayNetwork BtcP...
eb3e1b2b2698ab5bc843bd5a90c945ca01cd7d5f
Fix incorrect inheritance on remaining test scene
Fix incorrect inheritance on remaining test scene
NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu
osu.Game.Tournament.Tests/Components/TestSceneTournamentBeatmapPanel.cs
mit
1,592,985,802
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Game.Onlin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Beatmaps; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Game.Onlin...
1563f8e5cea71bb58c85e7843498796d81975715
Test that reproduces the issue in #26
Test that reproduces the issue in #26
moodmosaic/Fare
Src/Fare.IntegrationTests/XegerTests.cs
mit
1,592,985,516
using System; using System.Linq; using Xunit; using Xunit.Abstractions; namespace Fare.IntegrationTests { public sealed class XegerTests { private readonly ITestOutputHelper _testOutput; public XegerTests(ITestOutputHelper testOutput) { this._testOutput = testOutput; ...
using System; using System.Linq; using Xunit; using Xunit.Abstractions; namespace Fare.IntegrationTests { public sealed class XegerTests { private readonly ITestOutputHelper _testOutput; public XegerTests(ITestOutputHelper testOutput) { this._testOutput = testOutput; ...
92e272ebb6f301a5b896ea2a3166d2cbf761be99
Remove unnecessary prefixes
Remove unnecessary prefixes
ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu
osu.Game.Tournament/TournamentSceneManager.cs
mit
1,592,985,460
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shape...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shape...
bc7f7c31cd63823f6fc1205b3a5be552f93da253
remove Exception == null for delete logs
remove Exception == null for delete logs
signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework
Signum.Engine/Operations/OperationLogic.cs
mit
1,592,981,058
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...
1e3e85e56f0f0bae7f9c4b9da93b934fe2115715
Remove commented code
Remove commented code
glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi
Glav.CognitiveServices.FluentApi.Luis/Domain/LuisAppAnalysisResult.cs
mit
1,592,978,767
using Glav.CognitiveServices.FluentApi.Core; using Glav.CognitiveServices.FluentApi.Core.Communication; using Glav.CognitiveServices.FluentApi.Core.Parsing; using Glav.CognitiveServices.FluentApi.Luis.Domain.ApiResponses; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Net; using ...
using Glav.CognitiveServices.FluentApi.Core; using Glav.CognitiveServices.FluentApi.Core.Communication; using Glav.CognitiveServices.FluentApi.Core.Parsing; using Glav.CognitiveServices.FluentApi.Luis.Domain.ApiResponses; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Net; using ...
a1b99d12abdb0ca8289342a6adc66a1f96c44a71
Add `Guard.NotNull()` to `BitcoinStore`
Add `Guard.NotNull()` to `BitcoinStore`
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Stores/BitcoinStore.cs
mit
1,592,978,638
using System.Threading.Tasks; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Blockchain.Mempool; using WalletWasabi.Blockchain.P2p; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Helpers; using WalletWasabi.Logging; namespace WalletWasabi.Stores { /// <summary> /// The purpose of this class...
using System.Threading.Tasks; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Blockchain.Mempool; using WalletWasabi.Blockchain.P2p; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Logging; namespace WalletWasabi.Stores { /// <summary> /// The purpose of this class is to safely and performant...
c3219a00b150f41fff2f5541a05247dad1ab4774
Remove superfluous Guard.NotNull
Remove superfluous Guard.NotNull
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Global.cs
mit
1,592,978,508
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using Microsoft.Extensions.Caching.Memory; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; usin...
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using Microsoft.Extensions.Caching.Memory; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; usin...
7ce507c7eb2f620a3918c3592d401c591e18ffbc
Reorder for consistency
Reorder for consistency
ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smo...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,592,971,447
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
abcb45aca939486b24cf2d51520a8d19bf1045cd
Move OS version check out of event handler (may adversely affect performance)
Move OS version check out of event handler (may adversely affect performance)
EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-fram...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,592,971,297
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
ca7c2f2b5893a370174d348a73e36ba4fcb1af16
Remove unnecessary path for single touch handling
Remove unnecessary path for single touch handling
ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framew...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,592,971,136
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...
// 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.Handlers; using Foundation; using UIKit; using osu.Framework.Platform; using osu.Framework.Input.StateChanges; using osuTK; using osuTK.Input; ...