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
69148279d602795d334a298e7a89887da35f8e8e
Fix MemberCloner InlineSig
Fix MemberCloner InlineSig
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Cloning/MemberCloner.Methods.cs
mit
1,593,799,820
using System; using System.Collections.Generic; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Cloning { public partial class MemberCloner { private void CreateMethodStubs(Member...
using System; using System.Collections.Generic; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Cloning { public partial class MemberCloner { private void CreateMethodStubs(Member...
c613d890d0764d41297fe5f870fb0bcae9e8edee
5.0.100-preview.6.20318.15
5.0.100-preview.6.20318.15
OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn
tests/OmniSharp.MSBuild.Tests/ProjectLoadListenerTests.cs
mit
1,593,798,477
using Microsoft.Build.Construction; using Microsoft.Build.Execution; using Microsoft.CodeAnalysis; using Microsoft.Extensions.Logging; using OmniSharp.Mef; using OmniSharp.Models; using OmniSharp.Models.Events; using OmniSharp.MSBuild.Notification; using OmniSharp.Services; using System; using System.Collections.Generi...
using Microsoft.Build.Construction; using Microsoft.Build.Execution; using Microsoft.CodeAnalysis; using Microsoft.Extensions.Logging; using OmniSharp.Mef; using OmniSharp.Models; using OmniSharp.Models.Events; using OmniSharp.MSBuild.Notification; using OmniSharp.Services; using System; using System.Collections.Generi...
5164eab9887f3a8ae5c601d96e93523598c7dc72
- Adding multi_month_duration property to PubSub subscription gifted event
- Adding multi_month_duration property to PubSub subscription gifted event
SaviorXTanren/mixer-client-csharp
Twitch/Twitch.Base/Models/Clients/PubSub/Messages/PubSubSubscriptionsGiftEventModel.cs
mit
1,593,798,206
using Newtonsoft.Json; namespace Twitch.Base.Models.Clients.PubSub.Messages { /// <summary> /// Information about a Subscription Gift. /// </summary> public class PubSubSubscriptionsGiftEventModel : PubSubSubscriptionsEventModel { /// <summary> /// The recipient ID of the gift. ...
namespace Twitch.Base.Models.Clients.PubSub.Messages { /// <summary> /// Information about a Subscription Gift. /// </summary> public class PubSubSubscriptionsGiftEventModel : PubSubSubscriptionsEventModel { /// <summary> /// The recipient ID of the gift. /// </summary> ...
e9b0ecd1d68089f0b760fef96aadbbc0817df66e
Add InlineSig Cloning
Add InlineSig Cloning
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Cloning/MemberCloner.Methods.cs
mit
1,593,795,925
using System; using System.Collections.Generic; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Cloning { public partial class MemberCloner { private void CreateMethodStubs(Member...
using System; using System.Collections.Generic; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.PE.DotNet.Cil; namespace AsmResolver.DotNet.Cloning { public partial class MemberCloner { private void CreateMethodStubs(MemberCloneContext context) { ...
43a36c4f6cc620697f83d660086c20433eca5901
Print failed http status codes even when not debugging
Print failed http status codes even when not debugging Debugging logs every status code, I believe error status codes should be logged even when not debugging, we do not expect those to happen on usual basis, even with Steam
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/WebBrowser.cs
apache-2.0
1,593,795,253
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
d24152c07543db574232f94fceeea1b1051e6f0b
ser2: do not reuse datastructures that are already in lists/dicts.
ser2: do not reuse datastructures that are already in lists/dicts.
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Services/SerializerService/FlatbufferUtils.cs
mit
1,593,795,212
using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using UnityEngine; namespace Service.Serializer { public struct ExtendedTable { public static readonly ExtendedTable NULL = new ExtendedTable(-1, ...
using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using UnityEngine; namespace Service.Serializer { public struct ExtendedTable { public static readonly ExtendedTable NULL = new ExtendedTable(-1, ...
ea07548f737394f6add7fdbcd2840e56d0e2cda4
Bugfix: MemberCloner GenericParameter index
Bugfix: MemberCloner GenericParameter index
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Cloning/MemberCloner.cs
mit
1,593,794,776
using System; using System.Collections.Generic; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Marshal; using AsmResolver.DotNet.Signatures.Security; namespace AsmResolver.DotNet.Cloning { /// <summary> /// Provides a mechanism for deep-copying metadata members from external .NET modu...
using System; using System.Collections.Generic; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Marshal; using AsmResolver.DotNet.Signatures.Security; namespace AsmResolver.DotNet.Cloning { /// <summary> /// Provides a mechanism for deep-copying metadata members from external .NET modu...
536bc06bc39ae62ad8a86df4d12800056797eb71
Fix commit 7e791719f05767ac4b03c5ff48df7c4e28263fdc
Fix commit 7e791719f05767ac4b03c5ff48df7c4e28263fdc
StockSharp/StockSharp
Algo/Positions/PositionManager.cs
apache-2.0
1,593,793,552
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
d0e93dfc1080257eb964692512219fbcd6772a91
MarketEmulator. Do not initialize all fields for trans replies.
MarketEmulator. Do not initialize all fields for trans replies.
StockSharp/StockSharp
Algo/Testing/MarketEmulator.cs
apache-2.0
1,593,793,463
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
f161682239f3dcdcad20f5dc6ca83a63a71a6699
Fixing issue with recent CondensedWorkstate fix
Fixing issue with recent CondensedWorkstate fix
ADAPT/ISOv4Plugin
ISOv4Plugin/Mappers/LoggedDataMappers/Import/CondensedWorkStateMeterCreator.cs
epl-1.0
1,593,792,949
using System; using System.Collections.Generic; using System.Linq; using AgGateway.ADAPT.ApplicationDataModel.LoggedData; using AgGateway.ADAPT.ApplicationDataModel.Representations; using AgGateway.ADAPT.ISOv4Plugin.ObjectModel; using AgGateway.ADAPT.Representation.RepresentationSystem; using AgGateway.ADAPT.Representa...
using System; using System.Collections.Generic; using System.Linq; using AgGateway.ADAPT.ApplicationDataModel.LoggedData; using AgGateway.ADAPT.ApplicationDataModel.Representations; using AgGateway.ADAPT.ISOv4Plugin.ObjectModel; using AgGateway.ADAPT.Representation.RepresentationSystem; using AgGateway.ADAPT.Representa...
460d8d91af26a4649a918ca7e01e39d6b0edc8e1
Remove Debug Logs
Remove Debug Logs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/ServerInfoUI.cs
agpl-3.0
1,593,792,575
using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using TMPro; using Mirror; using System.IO; namespace ServerInfo { public class ServerInfoUI : MonoBehaviour { public TMP_Text ServerName; public TMP_Text ServerDesc; public static string serverD...
using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using TMPro; using Mirror; using System.IO; namespace ServerInfo { public class ServerInfoUI : MonoBehaviour { public TMP_Text ServerName; public TMP_Text ServerDesc; public static string serverD...
a3e8405b586defa2c4e048817baa73a6ffffef44
Deleted redundant code from tagger (#1494)
Deleted redundant code from tagger (#1494)
SonarSource-VisualStudio/sonarlint-visualstudio,SonarSource-VisualStudio/sonarlint-visualstudio
src/Integration.Vsix/SonarLintTagger/TextBufferIssueTracker.cs
mit
1,593,792,310
/* * SonarLint for Visual Studio * Copyright (C) 2016-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
/* * SonarLint for Visual Studio * Copyright (C) 2016-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
0334a935c4dea7c1d840325b41dbe9d7159e204c
Fix comment (#1482)
Fix comment (#1482)
SonarSource-VisualStudio/sonarlint-visualstudio,SonarSource-VisualStudio/sonarlint-visualstudio
src/Integration.Vsix/CFamily/PortedFromJava/Analyzer.cs
mit
1,593,792,310
/* * SonarLint for Visual Studio * Copyright (C) 2016-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
/* * SonarLint for Visual Studio * Copyright (C) 2016-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
4ecd23b7d851d2a598e56cf7640595505a38a740
Increase analysis timeout to 60 seconds (#1521)
Increase analysis timeout to 60 seconds (#1521)
SonarSource-VisualStudio/sonarlint-visualstudio,SonarSource-VisualStudio/sonarlint-visualstudio
src/Integration.Vsix/SonarLintTagger/TaggerProvider.cs
mit
1,593,792,310
/* * SonarLint for Visual Studio * Copyright (C) 2016-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
/* * SonarLint for Visual Studio * Copyright (C) 2016-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version ...
0d093c06a03c1787cf52d9d5301e5034334c4ebe
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,593,791,995
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 ...
77af317adb926a6f05fa84af34d6ed6c2d8116da
BUGFIX: fixed ElementType of GenericParameterSignature
BUGFIX: fixed ElementType of GenericParameterSignature
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Signatures/Types/GenericParameterSignature.cs
mit
1,593,791,080
using System; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Signatures.Types { /// <summary> /// Represents a type signature that references a type argument from a generic type or method. /// </summary> public class GenericParameterSignature : TypeSignature { ...
using System; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Signatures.Types { /// <summary> /// Represents a type signature that references a type argument from a generic type or method. /// </summary> public class GenericParameterSignature : TypeSignature { ...
befdb87c9df2996f143dc00148ca0d109e17fe56
Update VMWareSVGAII.cs
Update VMWareSVGAII.cs
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.HAL2/Drivers/PCI/Video/VMWareSVGAII.cs
bsd-3-clause
1,593,790,477
using System; using Cosmos.Core; namespace Cosmos.HAL.Drivers.PCI.Video { /// <summary> /// VMWareSVGAII class. /// </summary> public class VMWareSVGAII { /// <summary> /// Register values. /// </summary> public enum Register : ushort { /// <summ...
using System; using Cosmos.Core; namespace Cosmos.HAL.Drivers.PCI.Video { /// <summary> /// VMWareSVGAII class. /// </summary> public class VMWareSVGAII { /// <summary> /// Register values. /// </summary> public enum Register : ushort { /// <summ...
2c376c773d18d187a5578a7f0e2a3d25dc2d86e3
Update VGADriver.cs
Update VGADriver.cs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/Drivers/Video/VGADriver.cs
bsd-3-clause
1,593,790,160
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.Drawing; using Cosmos.Core; using Cosmos.Debug.Kernel; /***************************************************************************** Sets VGA-compatible video modes without using the BIOS * http://bos.asmhackers.net/docs/vga_without...
//#define COSMOSDEBUG using System; using System.Collections.Generic; using System.Drawing; using Cosmos.Core; using Cosmos.Debug.Kernel; /***************************************************************************** Sets VGA-compatible video modes without using the BIOS * http://bos.asmhackers.net/docs/vga_without...
fdf8998e46e08f017afdc53b884940470371dfb1
Add AssembyResolver test
Add AssembyResolver test
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
test/AsmResolver.DotNet.Tests/AssemblyResolverTest.cs
mit
1,593,789,621
using System.IO; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.TestCases.NestedClasses; using Xunit; namespace AsmResolver.DotNet.Tests { public class AssemblyResolverTest { private readonly SignatureComparer _comparer = new SignatureComparer(); [Fact] publi...
using System.IO; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.TestCases.NestedClasses; using Xunit; namespace AsmResolver.DotNet.Tests { public class AssemblyResolverTest { private readonly SignatureComparer _comparer = new SignatureComparer(); [Fact] publi...
1dd24ec1a5e80c7ed9284a54343069cacadefeee
Fix IAssemblyResolver documentation
Fix IAssemblyResolver documentation
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/IAssemblyResolver.cs
mit
1,593,789,598
namespace AsmResolver.DotNet { /// <summary> /// Provides members for resolving references to external .NET assemblies. /// </summary> public interface IAssemblyResolver { /// <summary> /// Resolves a reference to an assembly. /// </summary> /// <param name...
namespace AsmResolver.DotNet { /// <summary> /// Provides members for resolving references to external .NET assemblies. /// </summary> public interface IAssemblyResolver { /// <summary> /// Resolves a reference to an assembly. /// </summary> /// <param name...
4e1e70fea85ad2db2da8ff33b31b09055cc839d7
use public access modifier for FilesOperations
use public access modifier for FilesOperations
reinforced/Reinforced.Typings,reinforced/Reinforced.Typings
Reinforced.Typings/FilesOperations.cs
mit
1,593,789,050
using System; using System.Collections.Generic; using System.IO; using Reinforced.Typings.Ast.Dependency; using Reinforced.Typings.Exceptions; using Reinforced.Typings.ReferencesInspection; using Reinforced.Typings.Visitors; using Reinforced.Typings.Visitors.TypeScript; using Reinforced.Typings.Visitors.Typings; name...
using System; using System.Collections.Generic; using System.IO; using Reinforced.Typings.Ast.Dependency; using Reinforced.Typings.Exceptions; using Reinforced.Typings.ReferencesInspection; using Reinforced.Typings.Visitors; using Reinforced.Typings.Visitors.TypeScript; using Reinforced.Typings.Visitors.Typings; name...
f1b60e9437838744519947c68999536966146675
GraphicalUiElements can now be bound to fields on their VM
GraphicalUiElements can now be bound to fields on their VM
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/Glue/GumPlugin/GumPlugin/Embedded/GraphicalUiElement.IWindow.cs
mit
1,593,788,428
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public class BindingContextChan...
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public class BindingContextChan...
958de8ee64605290483dd3a5b7c590fd8541a95e
[Debugger] Rolled back the change to subtract 1 from indexed access to data, since that should only work for Arrays and there is no easy way (yet) to determine if the brackets are used for Array access or Collection Access. Fixes #428
[Debugger] Rolled back the change to subtract 1 from indexed access to data, since that should only work for Arrays and there is no easy way (yet) to determine if the brackets are used for Array access or Collection Access. Fixes #428
X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic
VisualStudio/XSharpDebugger/ExpressionCompiler/XSharpExpressionCompiler.cs
apache-2.0
1,593,787,118
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using Microsoft.VisualStudio.Debugger.Clr; using Microsoft.VisualStudio.Debugger.ComponentInterfaces; using Microsoft.VisualStudio.Debugger.Evaluati...
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using Microsoft.VisualStudio.Debugger.Clr; using Microsoft.VisualStudio.Debugger.ComponentInterfaces; using Microsoft.VisualStudio.Debugger.Evaluati...
8f3a814605baf27356f8954cf8804ce45c32b220
Fix commit a70d5c3426ac22c9c54e339371e1c5d995d9b0c1
Fix commit a70d5c3426ac22c9c54e339371e1c5d995d9b0c1
StockSharp/StockSharp
Algo/Connector_SubscriptionManager.cs
apache-2.0
1,593,786,435
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using MoreLinq; using StockSharp.Algo.Candles; using StockSharp.BusinessEntities; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; ...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using MoreLinq; using StockSharp.Algo.Candles; using StockSharp.BusinessEntities; using StockSharp.Localization; using StockSharp.Logging; using StockSharp.Messages; ...
863df09e079c601c5ed112a846078d78532e79a5
[ClangForWindows] Standardize the path passed by the user
[ClangForWindows] Standardize the path passed by the user
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/ClangForWindowsSettings.cs
apache-2.0
1,593,785,205
// 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...
3cd045f2ed257cabc537281bb062dde9ec639684
Update WalletWasabi/Hwi/Models/HwiCommands.cs
Update WalletWasabi/Hwi/Models/HwiCommands.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Hwi/Models/HwiCommands.cs
mit
1,593,785,135
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { /// <summary> /// List of commands that HWI project supports for various <see href="https://en.wikipedia.org/wiki/Human_interface_device">HID devices</see>. /// </summary> /// <remarks>HWI may partially support a...
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { /// <summary> /// List of commands that HWI project supports for various <see href="https://en.wikipedia.org/wiki/Human_interface_device">HID devices</see>. /// </summary> /// <remarks>HWI may partially support a...
6bc8b7fb903d90785e64eb1d6b3676dacd39fbe5
Update WalletWasabi/Hwi/Models/HwiCommands.cs
Update WalletWasabi/Hwi/Models/HwiCommands.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Hwi/Models/HwiCommands.cs
mit
1,593,785,135
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { /// <summary> /// List of commands that HWI project supports for various <see href="https://en.wikipedia.org/wiki/Human_interface_device">HID devices</see>. /// </summary> /// <remarks>HWI may partially support a...
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { /// <summary> /// List of commands that HWI project supports for various <see href="https://en.wikipedia.org/wiki/Human_interface_device">HID devices</see>. /// </summary> /// <remarks>HWI may partially support a...
76d47794411af70ae0eb1cd5faf485e46b586835
Document HwiCommands.cs
Document HwiCommands.cs
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Hwi/Models/HwiCommands.cs
mit
1,593,785,135
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { /// <summary> /// List of commands that HWI project supports for various <see href="https://en.wikipedia.org/wiki/Human_interface_device">HID devices</see>. /// </summary> /// <remarks>HWI may partially support a...
using System; using System.Collections.Generic; using System.Text; namespace WalletWasabi.Hwi.Models { public enum HwiCommands { Enumerate, GetMasterXpub, SignTx, GetXpub, SignMessage, GetKeypool, DisplayAddress, Setup, Wipe, Restore, Backup, PromptPin, SendPin } }
c1b565f4cde4e466b6125b87df795816c88ad675
[VsIntegration] Fixes #427
[VsIntegration] Fixes #427
X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic
VisualStudio/XSharpCodeDomProvider/XSharpTreeDiscoverClass.cs
apache-2.0
1,593,784,947
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using LanguageService.CodeAnalysis.XSharp.SyntaxParser; using LanguageService.SyntaxTree; using LanguageService.SyntaxTree.Misc; using System; usin...
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using LanguageService.CodeAnalysis.XSharp.SyntaxParser; using LanguageService.SyntaxTree; using LanguageService.SyntaxTree.Misc; using System; usin...
fb20e60572f42e0f5f38aae99a05d44050d40f72
Shame on me.
Shame on me.
Invenietis/CK-CodeGen
CK.CodeGen/CodeWriterExtensions.cs
mit
1,593,784,792
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Collections; using System.Globalization; using System.Diagnostics; using CK.CodeGen; namespace CK.CodeGen { /// <summary> /// Provides Append fluent extension methods to <see cref="ICodeWriter"/> specializa...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Collections; using System.Globalization; using System.Diagnostics; using CK.CodeGen; namespace CK.CodeGen { /// <summary> /// Provides Append fluent extension methods to <see cref="ICodeWriter"/> specializa...
f8e34f30d87a6bc001f41465b2cd74ec04733a8b
Stupid me...
Stupid me...
Invenietis/CK-CodeGen
CK.CodeGen/CodeWriterExtensions.cs
mit
1,593,784,755
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Collections; using System.Globalization; using System.Diagnostics; using CK.CodeGen; namespace CK.CodeGen { /// <summary> /// Provides Append fluent extension methods to <see cref="ICodeWriter"/> specializa...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Collections; using System.Globalization; using System.Diagnostics; using CK.CodeGen; namespace CK.CodeGen { /// <summary> /// Provides Append fluent extension methods to <see cref="ICodeWriter"/> specializa...
acb73a116b11b5ebf65022c7ce418d9861c0a6c9
Addressed review comments
Addressed review comments
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Routing/DotvvmRouteTable.cs
apache-2.0
1,593,784,655
#nullable enable using System; using System.Collections; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.Configuration; using DotVVM.Framework.Hosting; using Microsoft.Extensions.DependencyInjection; namespace DotVVM.Framework.Routing { /// <summary> /// Represents the table of rout...
#nullable enable using System; using System.Collections; using System.Collections.Generic; using System.Linq; using DotVVM.Framework.Configuration; using DotVVM.Framework.Hosting; using Microsoft.Extensions.DependencyInjection; namespace DotVVM.Framework.Routing { /// <summary> /// Represents the table of rout...
0337e6183784912aa433e115a6c1b8257578567e
Update WalletWasabi.Tests/UnitTests/Crypto/BlindingTests.cs
Update WalletWasabi.Tests/UnitTests/Crypto/BlindingTests.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Crypto/BlindingTests.cs
mit
1,593,784,403
using NBitcoin; using NBitcoin.DataEncoders; using Newtonsoft.Json; using System; using System.IO; using System.Linq; using System.Numerics; using System.Text; using WalletWasabi.Crypto; using WalletWasabi.JsonConverters; using Xunit; using static WalletWasabi.Crypto.SchnorrBlinding; namespace WalletWasabi.Tests.UnitT...
using NBitcoin; using NBitcoin.DataEncoders; using Newtonsoft.Json; using System; using System.IO; using System.Linq; using System.Numerics; using System.Text; using WalletWasabi.Crypto; using WalletWasabi.JsonConverters; using Xunit; using static WalletWasabi.Crypto.SchnorrBlinding; namespace WalletWasabi.Tests.UnitT...
e26e5802107042af2a9a9a3413a439c464e6b298
Fix class name
Fix class name
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Crypto/BlindingTests.cs
mit
1,593,784,357
using NBitcoin; using NBitcoin.DataEncoders; using Newtonsoft.Json; using System; using System.IO; using System.Linq; using System.Numerics; using System.Text; using WalletWasabi.Crypto; using WalletWasabi.JsonConverters; using Xunit; using static WalletWasabi.Crypto.SchnorrBlinding; namespace WalletWasabi.Tests.UnitT...
using NBitcoin; using NBitcoin.DataEncoders; using Newtonsoft.Json; using System; using System.IO; using System.Linq; using System.Numerics; using System.Text; using WalletWasabi.Crypto; using WalletWasabi.JsonConverters; using Xunit; using static WalletWasabi.Crypto.SchnorrBlinding; namespace WalletWasabi.Tests.UnitT...
7efb26701283f4f7b9c400cd2d8a267e8543b90c
Rename `parameter` to `argument` to better distinguish parameters (compile time declarations) from arguments (run time values).
Rename `parameter` to `argument` to better distinguish parameters (compile time declarations) from arguments (run time values).
fixie/fixie,fixie/fixie
src/Fixie/Internal/GenericArgumentResolver.cs
mit
1,593,783,862
namespace Fixie.Internal { using System; using System.Linq; using System.Reflection; static class GenericArgumentResolver { public static MethodInfo TryResolveTypeArguments(this MethodInfo caseMethod, object?[] arguments) { if (!caseMethod.IsGenericMethodDefinition) ...
namespace Fixie.Internal { using System; using System.Linq; using System.Reflection; static class GenericArgumentResolver { public static MethodInfo TryResolveTypeArguments(this MethodInfo caseMethod, object?[] parameters) { if (!caseMethod.IsGenericMethodDefinition) ...
4a135a5b5c4bfba8f4963e00c7731718dc621046
Add DLL reply of entries up to last fileheader for DLLs
Add DLL reply of entries up to last fileheader for DLLs
EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery
EDDiscovery/EDDiscoveryForm.cs
apache-2.0
1,593,783,558
/* * Copyright © 2015 - 2017 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright © 2015 - 2017 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
5ef4935a18fdaf64620df62e6d7f57c3bbaa9916
When resolving generic type parameters, bail out early for the ambiguous case of a user passing in an invalid number of arguments to the method in question.
When resolving generic type parameters, bail out early for the ambiguous case of a user passing in an invalid number of arguments to the method in question.
fixie/fixie,fixie/fixie
src/Fixie/Internal/GenericArgumentResolver.cs
mit
1,593,783,234
namespace Fixie.Internal { using System; using System.Linq; using System.Reflection; static class GenericArgumentResolver { public static MethodInfo TryResolveTypeArguments(this MethodInfo caseMethod, object?[] parameters) { if (!caseMethod.IsGenericMethodDefinition) ...
namespace Fixie.Internal { using System; using System.Linq; using System.Reflection; static class GenericArgumentResolver { public static MethodInfo TryResolveTypeArguments(this MethodInfo caseMethod, object?[] parameters) { if (!caseMethod.IsGenericMethodDefinition) ...
5234f474062a385e3886312a08696bb10fe33782
Incorporate LWM
Incorporate LWM
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/WalletViewModel.cs
mit
1,593,782,856
using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.Collections.ObjectModel; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using WalletWasabi.Blockchain.Keys; using WalletWasabi.G...
using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using ReactiveUI; using Splat; using System; using System.Collections.ObjectModel; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using WalletWasabi.Blockchain.Keys; using WalletWasabi.G...
698b89c29164cd503b49df54b7175a0f0283daf2
Added Opne/CloseBlock.
Added Opne/CloseBlock.
Invenietis/CK-CodeGen
CK.CodeGen.Abstractions/CodeWriterExtensions.cs
mit
1,593,782,589
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Collections; using System.Globalization; using System.Diagnostics; using CK.CodeGen.Abstractions; namespace CK.CodeGen { /// <summary> /// Provides Append fluent extension methods to <see cref="ICodeWriter"...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Collections; using System.Globalization; using System.Diagnostics; using CK.CodeGen.Abstractions; namespace CK.CodeGen { /// <summary> /// Provides Append fluent extension methods to <see cref="ICodeWriter"...
2edd1cec7de9333e196a70efc6c2d923701f5701
Fix off by one error.
Fix off by one error.
ridercz/ValidationToolkit
Altairis.ValidationToolkit/CzechBankAccountAttribute.cs
mit
1,593,782,071
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Altairis.ValidationToolkit { public sealed class CzechBankAccountAttribute : ValidationAttribute { ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Altairis.ValidationToolkit { public sealed class CzechBankAccountAttribute : ValidationAttribute { ...
a79fc88beb7d5d32f535b81f0a9791b065033495
Fix the pipe deadlock
Fix the pipe deadlock
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Microservices/ProcessBridge.cs
mit
1,593,781,147
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Helpers; using WalletWasabi.Logging; namespace WalletWasabi.Microservices { public class ProcessB...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Helpers; using WalletWasabi.Logging; namespace WalletWasabi.Microservices { public class ProcessB...
b19aaf7a39a2fb72c640c4fe755251936b14567d
Remove unused usings
Remove unused usings
nessos/Eff
tests/Eff.Benchmarks/Benchmark.cs
mit
1,593,780,461
#pragma warning disable 1998 using BenchmarkDotNet.Attributes; using Nessos.Effects.Handlers; using System.Linq; using System.Threading.Tasks; namespace Nessos.Effects.Benchmarks { [MemoryDiagnoser] public class Benchmark { private int[] _data = null!; private IEffectHandler _handler = nul...
#pragma warning disable 1998 using System; using System.Linq; using System.Threading.Tasks; using BenchmarkDotNet.Attributes; using Nessos.Effects.Handlers; namespace Nessos.Effects.Benchmarks { [MemoryDiagnoser] public class Benchmark { private int[] _data = null!; private IEffectHandler ...
e8f23e35a572d658536a19e083e451d29dc610fa
WIP : replaced TransformBindableTo by VolumeTo Currently, the VolumeTO calls taht use a fading does not do anything. calling VolumeTo calls pauseLoop.samplesContainer.TransformBindableTo(....), while i used to call pauseLoop.TransformBindableTo(....)
WIP : replaced TransformBindableTo by VolumeTo Currently, the VolumeTO calls taht use a fading does not do anything. calling VolumeTo calls pauseLoop.samplesContainer.TransformBindableTo(....), while i used to call pauseLoop.TransformBindableTo(....)
smoogipoo/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Screens/Play/PauseOverlay.cs
mit
1,593,779,622
// 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 NUnit.Framework.Internal; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Audio; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Skinning; us...
6b6d8c01ff6146dd74e6ae9a3f036d142b94c2b3
Update WalletWasabi/Services/WasabiSynchronizer.cs
Update WalletWasabi/Services/WasabiSynchronizer.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Services/WasabiSynchronizer.cs
mit
1,593,779,093
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...
98a958a2ea3618aee8ed56392fd04efdf90da523
Using cleanup
Using cleanup
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/CopyClassCommand.cs
lgpl-2.1
1,593,779,090
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
9804f89ad05ca4c32bbd2c9f326aae183974e4b9
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,593,778,869
#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-...
475cb1410b3ee61ae13ea5ea5952bf36bec8bc71
Improve the run time and memory footprint performance of SourceLocationProvider by switching Mono.Cecil usage from InMemory to streaming, and by processing that stream in one pass to build a small cache containing only the data we then expect to look up.
Improve the run time and memory footprint performance of SourceLocationProvider by switching Mono.Cecil usage from InMemory to streaming, and by processing that stream in one pass to build a small cache containing only the data we then expect to look up.
fixie/fixie,fixie/fixie
src/Fixie.TestAdapter/SourceLocationProvider.cs
mit
1,593,778,470
namespace Fixie.TestAdapter { using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; class SourceLocationProvider { readonly string as...
namespace Fixie.TestAdapter { using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Runtime.CompilerServices; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Rocks; class SourceLocationProvider { readonly string as...
c3ba07f5d754eb9ac837009f78f307e9026fd768
Fix commit eac9d0f903e9cf9986d13ee4220bfacf7ed38501
Fix commit eac9d0f903e9cf9986d13ee4220bfacf7ed38501
StockSharp/StockSharp
Algo/TraderHelper_Obsolete.cs
apache-2.0
1,593,778,363
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using StockSharp.Algo.Positions; using StockSharp.BusinessEntities; using StockSharp.Messages; partial class TraderHelper { ///// <summary> ///// To get the position by the order. ///// </summary> ///// <par...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using StockSharp.Algo.Positions; using StockSharp.BusinessEntities; using StockSharp.Messages; partial class TraderHelper { ///// <summary> ///// To get the position by the order. ///// </summary> ///// <par...
b65f5432fc81971d1c54253eeff2742cac488de2
Done Global api docs
Done Global api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.Core/Global.cs
bsd-3-clause
1,593,777,025
using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.Core { public static class Global { /// <summary> /// Core ring debugger instance, with the Global tag. /// </summary> public static readonly Debugger mDebugger = new Debugger("Core", "Global"); /// <summar...
using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.Core { public static class Global { public static readonly Debugger mDebugger = new Debugger("Core", "Global"); public static BaseIOGroups BaseIOGroups = new BaseIOGroups(); // These are used by Bootstrap.. but also calle...
68006c328b80feda3421bfd7e94a002bbbfe1594
Done BaseIOGroups api docs
Done BaseIOGroups api docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/BaseIOGroups.cs
bsd-3-clause
1,593,776,945
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Core { /// <summary> /// Base IO Groups. Used to easily access IO devices. /// </summary> public class BaseIOGroups { // These are common/fixed pieces of hardware. PCI, USB etc shou...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Core { public class BaseIOGroups { // These are common/fixed pieces of hardware. PCI, USB etc should be self discovering // and not hardcoded like this. // Further more some kind...
c58df4d6a29abf708af3c60606f8cb4204d833e7
Done VBE api docs
Done VBE api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/IOGroup/VBE.cs
bsd-3-clause
1,593,776,887
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Cosmos.Core; namespace Cosmos.Core.IOGroup { /// <summary> /// VBE class. /// </summary> public class VBE : IOGroup { /// <summary> /// Index IOPort. //...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Cosmos.Core; namespace Cosmos.Core.IOGroup { public class VBE : IOGroup { public IOPort VbeIndex= new IOPort(0x01CE); public IOPort VbeData = new IOPort(0x01CF); /...
523aab2d6cc060f50a5eb98133839625c06c810a
Done RTC api docs
Done RTC api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/IOGroup/RTC.cs
bsd-3-clause
1,593,776,706
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; namespace Cosmos.Core.IOGroup { /// <summary> /// Real time clock class. /// </summary> public class RTC : IOGroup { /// <summary> /// Address IOPort. /// </summary> ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; namespace Cosmos.Core.IOGroup { public class RTC : IOGroup { public readonly IOPort Address = new IOPort(0x70); public readonly IOPort Data = new IOPort(0x71); } }
c96e68582f96e3049335eb774341aa3db6aa2118
Done PS2Controller api docs
Done PS2Controller api docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/IOGroup/PS2Controller.cs
bsd-3-clause
1,593,776,521
namespace Cosmos.Core.IOGroup { /// <summary> /// PS/2 controller. /// </summary> public class PS2Controller { /// <summary> /// Data IO port. /// </summary> public readonly IOPort Data = new IOPort(0x60); /// <summary> /// Status IO port. ///...
namespace Cosmos.Core.IOGroup { /// <summary> /// PS2 Controller. /// </summary> public class PS2Controller { /// <summary> /// Data IO port. /// </summary> public readonly IOPort Data = new IOPort(0x60); /// <summary> /// Status IO port. /// ...
a396ff52c05ea5904fa2f089ccbdcc019955c638
Done TextScreen api docs
Done TextScreen api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/IOGroup/TextScreen.cs
bsd-3-clause
1,593,776,487
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; namespace Cosmos.Core.IOGroup { /// <summary> /// IOGroup text screen. /// </summary> public class TextScreen : IOGroup { /// <summary> /// Memory. /// </summary> pu...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; namespace Cosmos.Core.IOGroup { public class TextScreen : IOGroup { public readonly MemoryBlock Memory = new MemoryBlock(0xB8000, 80 * 25 * 2); // These should probably move to a VGA class late...
767937a1a1f03b207aba0909085e45b92a525a2f
Done ATA api docs
Done ATA api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/IOGroup/ATA.cs
bsd-3-clause
1,593,776,442
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.Core.IOGroup { /// <summary> /// IOGruop ATA. /// </summary> public class ATA : IOGroup { /// <summary> /// Data IOPort. /// ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.Core.IOGroup { public class ATA : IOGroup { public readonly IOPort Data; //* Error Register: BAR0 + 1; // Read Only //* Features Register: BAR0 + 1; // Wri...
fd04dcf49ad27cc62fc6814003c005a59a8885a3
Tweak list-datastores command output for better shell scriptability
Tweak list-datastores command output for better shell scriptability Fixes #65
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/ListDataStoresCommand.cs
lgpl-2.1
1,593,776,113
#region LGPL Header // Copyright (C) 2019, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2019, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
c70e56799644ad35b5f77222501a76fa317f38b5
CommandArgumentsTests - changed Wait() to WaitFor()
CommandArgumentsTests - changed Wait() to WaitFor()
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Samples.Tests/Feature/CommandArgumentsTests.cs
apache-2.0
1,593,774,971
using DotVVM.Samples.Tests.Base; using DotVVM.Testing.Abstractions; using Riganti.Selenium.Core; using Xunit; namespace DotVVM.Samples.Tests.Feature { public class CommandArgumentsTests : AppSeleniumTest { public CommandArgumentsTests(Xunit.Abstractions.ITestOutputHelper output) : base(output) ...
using DotVVM.Samples.Tests.Base; using DotVVM.Testing.Abstractions; using Riganti.Selenium.Core; using Xunit; namespace DotVVM.Samples.Tests.Feature { public class CommandArgumentsTests : AppSeleniumTest { public CommandArgumentsTests(Xunit.Abstractions.ITestOutputHelper output) : base(output) ...
ab2b7b35ba21b669c0aeb176819162dc69a7e0e9
Improve reliability of max pool size test
Improve reliability of max pool size test
ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framewor...
osu.Framework.Tests/Visual/Drawables/TestSceneDrawablePool.cs
mit
1,593,774,013
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
19c50428e40d9a4d72f823f9f5bf4aec18b5dc1e
I'm amazed I have to put this shitty comments...
I'm amazed I have to put this shitty comments...
gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer
Server/Settings/Definition/GameplaySettingsDefinition.cs
mit
1,593,773,010
using LmpCommon.Xml; using System; namespace Server.Settings.Definition { [Serializable] public class GameplaySettingsDefinition { //General options [XmlComment(Value = "Allow Reverting")] public bool CanRevert { get; set; } [XmlComment(Value = "Missing Crews Respawn")] ...
using LmpCommon.Xml; using System; namespace Server.Settings.Definition { [Serializable] public class GameplaySettingsDefinition { //General options [XmlComment(Value = "Allow Reverting")] public bool CanRevert { get; set; } [XmlComment(Value = "Missing Crews Respawn")] ...
13dd3d4721f798c0e14da8ac776abeec4d7d8b94
Fix volatile usage warnings in AsyncBufferStream
Fix volatile usage warnings in AsyncBufferStream
smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,...
osu.Framework/IO/AsyncBufferStream.cs
mit
1,593,772,767
// 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.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace osu.Framework.IO { inter...
// 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.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace osu.Framework.IO { inter...
03341b039ce3c8c18127c2e9736b03086d1817d8
Fix bug cs compilation
Fix bug cs compilation
rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest,rticommunity/rtiperftest
srcCs/perftest_publisher.cs
epl-1.0
1,593,772,662
/* * (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved. * Subject to Eclipse Public License v1.0; see LICENSE.md for details. */ using System; using System.Collections.Generic; using System.Runtime.InteropServices; // for DllImport] using System.Threading; using System.Text; using System.Tim...
/* * (c) 2005-2017 Copyright, Real-Time Innovations, Inc. All rights reserved. * Subject to Eclipse Public License v1.0; see LICENSE.md for details. */ using System; using System.Collections.Generic; using System.Runtime.InteropServices; // for DllImport] using System.Threading; using System.Text; using System.Tim...
1408f71a4d0d06e55516e78ff6da9a3ba6c3b681
simplify ValueTaskPromise implementation
simplify ValueTaskPromise implementation
nessos/Eff
src/Eff/Utils/ValueTaskPromise.cs
mit
1,593,771,075
using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Sources; namespace Nessos.Effects.Utils { // Defines a simple promise class for ValueTask which can be awaited multiple times. // Adapted from Konrad Kokosa's IValueTaskSource ...
using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Sources; namespace Nessos.Effects.Utils { // Defines a simple promise class for ValueTask which can be awaited multiple times. // Adapted from Konrad Kokosa's IValueTaskSource ...
4a41e8d5596d48a7b1f824ea763932cb5851de7b
Add testing of Prepare and Free methods
Add testing of Prepare and Free methods
smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-...
osu.Framework.Tests/Visual/Drawables/TestSceneDrawablePool.cs
mit
1,593,770,614
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Pooling; using osu.Fr...
0301a7b21a538b73b5ca2ee65b8395f61eac5356
Fix mysql transaction rollback bug(#598)
Fix mysql transaction rollback bug(#598)
ouraspnet/cap,dotnetcore/CAP,dotnetcore/CAP
src/DotNetCore.CAP.MySql/IDbContextTransaction.CAP.cs
mit
1,593,770,524
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Threading; using System.Threading.Tasks; using DotNetCore.CAP; // ReSharper disable once CheckNamespace namespace Microsoft.EntityFrame...
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Threading; using System.Threading.Tasks; using DotNetCore.CAP; // ReSharper disable once CheckNamespace namespace Microsoft.EntityFrame...
d1a98d366d42bd6724a77083ef0289b3d0904955
Improve error-messages given to user
Improve error-messages given to user ARKADE-361
arkivverket/arkade5,arkivverket/arkade5
src/Arkivverket.Arkade.CLI/Program.cs
agpl-3.0
1,593,770,440
using System.Collections.Generic; using System.IO; using Arkivverket.Arkade.Core.Base; using Arkivverket.Arkade.Core.Util; using CommandLine; using Serilog; namespace Arkivverket.Arkade.CLI { public static class Program { public static void Main(string[] args) { ArkadeProcessingArea...
using System.Collections.Generic; using System.IO; using Arkivverket.Arkade.Core.Base; using Arkivverket.Arkade.Core.Util; using CommandLine; using Serilog; namespace Arkivverket.Arkade.CLI { public static class Program { public static void Main(string[] args) { ArkadeProcessingArea...
954a0f3dbf8255e18a6cc078c43787d7e5e717bf
Fix IsInUse flag to be set before return-to-pool
Fix IsInUse flag to be set before return-to-pool
EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-fram...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,593,770,166
// 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.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawable : Composi...
// 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 osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
f70ca04ac5895dc62f099012b4dfd949bcb812fb
Fix assign function behaviour
Fix assign function behaviour
ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framew...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,593,770,057
// 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 osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
c16a75b64b378e5f1f25e6b8a7c35a841d364903
Make SetPool internal and add better protection
Make SetPool internal and add better protection
peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EV...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,593,769,927
// 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 osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
a58783ca7f9d4d0fce65ebc0218cfba085b2160f
Changed comment
Changed comment
pharring/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet
BASE/src/Microsoft.ApplicationInsights/TelemetryClient.cs
mit
1,593,769,926
namespace Microsoft.ApplicationInsights { using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using Microsoft.ApplicationInsights.Channel; using Microsoft.ApplicationInsights.DataContracts; using Microsoft.ApplicationInsights.Extensib...
namespace Microsoft.ApplicationInsights { using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using Microsoft.ApplicationInsights.Channel; using Microsoft.ApplicationInsights.DataContracts; using Microsoft.ApplicationInsights.Extensib...
07b263474bbe08b7c674938e523f00017856c99a
Add more xmldoc and reorder methods correctly
Add more xmldoc and reorder methods correctly
smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,593,769,742
// 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 osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
2b871623471371240d4c3069621f172f661abb81
rework Eff.Run() implementation
rework Eff.Run() implementation
nessos/Eff
src/Eff/Eff.cs
mit
1,593,769,635
using Nessos.Effects.Builders; using Nessos.Effects.Handlers; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Nessos.Effects { /// <summary> /// Represents an effectful computation built using the Eff library. /// Execution of the computation is delayed (a.k.a. "cold sem...
using Nessos.Effects.Builders; using Nessos.Effects.Handlers; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Nessos.Effects { /// <summary> /// Represents an effectful computation built using the Eff library. /// Execution of the computation is delayed (a.k.a. "cold sem...
9167430cdfbf59160cd6e8b7f42f6c45f952239e
Always schedule prepare for better safety (clock may not have been ready yet)
Always schedule prepare for better safety (clock may not have been ready yet)
EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-fr...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,593,769,468
// 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 osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
44d8c117a683cfe2ea6de1cfd69b67e6d19d95b7
Add support in apply-schema for renaming spatial context references
Add support in apply-schema for renaming spatial context references Fixes #63
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/ApplySchemaCommand.cs
lgpl-2.1
1,593,769,045
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
4ded6d1913c6db7811cb3f4ac4a5037e3f843cb0
Change background path with resource change
Change background path with resource change
ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu
osu.Game/Screens/Backgrounds/BackgroundScreenDefault.cs
mit
1,593,768,963
// 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.Bindables; using osu.Framework.Graphics; using osu.Framework.Utils; using osu.Framework.Threading; using osu.Game.Bea...
// 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.Bindables; using osu.Framework.Graphics; using osu.Framework.Utils; using osu.Framework.Threading; using osu.Game.Bea...
c5ddcaedf1819ad29efd160e732856c570be175d
Make Assign internal for safety
Make Assign internal for safety
peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framewor...
osu.Framework/Graphics/Pooling/PoolableDrawable.cs
mit
1,593,768,911
// 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 osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Diagnostics; using osu.Framework.Graphics.Containers; using osu.Framework.Layout; namespace osu.Framework.Graphics.Pooling { public class PoolableDrawab...
c834cdc3c3b821645f5bd35bfdb79c09cb6ed4a5
yeah, who needs to actually enable anything
yeah, who needs to actually enable anything
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Program.cs
lgpl-2.1
1,593,767,017
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using CompatBot.Commands; using CompatBot.Commands.Converters; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers; using Co...
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using CompatBot.Commands; using CompatBot.Commands.Converters; using CompatBot.Database; using CompatBot.Database.Providers; using CompatBot.EventHandlers; using Co...
bd2fe20a78e43d7a985bdfdb9d6ffec2609401a7
Checking for IsTabStop
Checking for IsTabStop
SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,akrisiun/Pe...
src/Avalonia.Input/Navigation/TabNavigation.cs
mit
1,593,766,937
using System; using System.Collections.Generic; using System.Linq; using Avalonia.VisualTree; namespace Avalonia.Input.Navigation { /// <summary> /// The implementation for default tab navigation. /// </summary> internal static class TabNavigation { /// <summary> /// Gets the next c...
using System; using System.Collections.Generic; using System.Linq; using Avalonia.VisualTree; namespace Avalonia.Input.Navigation { /// <summary> /// The implementation for default tab navigation. /// </summary> internal static class TabNavigation { /// <summary> /// Gets the next c...
d18aadee4c0312e9df457b18af92ccb982e872f0
Fix bad service registration in Contents Admin Controller (#6577)
Fix bad service registration in Contents Admin Controller (#6577)
stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,petedavis/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2
src/OrchardCore.Modules/OrchardCore.Contents/Startup.cs
bsd-3-clause
1,593,765,200
using System; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using OrchardCore.Admin; using OrchardCore.AdminMenu.Services; using OrchardCore.ContentManagement; using Or...
using System; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using OrchardCore.Admin; using OrchardCore.AdminMenu.Services; using OrchardCore.ContentManagement; using Or...
2b80de932ef047768fb7d68ef97e6437f5454f87
#588 fixing apdex not measure in tracking middleware due to incorrect condition on check for websocket connection
#588 fixing apdex not measure in tracking middleware due to incorrect condition on check for websocket connection
alhardy/AppMetrics,alhardy/AppMetrics,alhardy/AppMetrics
src/AspNetCore/src/App.Metrics.AspNetCore.Tracking/Middleware/ApdexMiddleware.cs
apache-2.0
1,593,764,383
// <copyright file="ApdexMiddleware.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.Threading.Tasks; using App.Metrics.Apdex; using App.Metrics.AspNetCore.Internal; using Microsoft.AspNetCore.Http; using Microsoft.Exten...
// <copyright file="ApdexMiddleware.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.Threading.Tasks; using App.Metrics.Apdex; using App.Metrics.AspNetCore.Internal; using Microsoft.AspNetCore.Http; using Microsoft.Exten...
af1004d455ada747b8f478980fddc35fcf474313
[VsIntegration] Fix type after refactoring
[VsIntegration] Fix type after refactoring
X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic
VisualStudio/ProjectPackage/XSharpProjectPackage.cs
apache-2.0
1,593,764,340
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using System; using System.Runtime.InteropServices; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Project; using Microsoft.Visu...
// // Copyright (c) XSharp B.V. All Rights Reserved. // Licensed under the Apache License, Version 2.0. // See License.txt in the project root for license information. // using System; using System.Runtime.InteropServices; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Project; using Microsoft.Visu...
a4dc747edfc006a68e03253fe22787fe78659bff
DateTime64ColumnType fix nullable reading
DateTime64ColumnType fix nullable reading
killwort/ClickHouse-Net
ClickHouse.Ado/Impl/ColumnTypes/DateTime64ColumnType.cs
mit
1,593,762,567
using System; using System.Data; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Runtime.InteropServices; using ClickHouse.Ado.Impl.ATG.Insert; using ClickHouse.Ado.Impl.Data; using Buffer = System.Buffer; namespace ClickHouse.Ado.Impl.ColumnTypes { internal class DateTime64Co...
using System; using System.Data; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Runtime.InteropServices; using ClickHouse.Ado.Impl.ATG.Insert; using ClickHouse.Ado.Impl.Data; using Buffer = System.Buffer; namespace ClickHouse.Ado.Impl.ColumnTypes { internal class DateTime64Co...
cb69d1a86537fe5904229e8c0b7291952dc7aece
Fix crash when changing tabs in changelog
Fix crash when changing tabs in changelog
ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu
osu.Game/Graphics/UserInterface/BreadcrumbControl.cs
mit
1,593,762,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 System; using osuTK; using osu.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.UserInterface; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osuTK; using osu.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.UserInterface; using ...
394e11777bb0ea0995ecaed3d478e51d38e8291e
Fully document class
Fully document class
EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framewor...
osu.Framework/Graphics/UserInterface/TabControl.cs
mit
1,593,761,856
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Bindables; using osu.Framew...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Bindables; using osu.Framew...
884d2ce6ae3516d3e718dd69369e89ef618410d6
Add option to change automatic switching behaviour of TabControl
Add option to change automatic switching behaviour of TabControl
ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framew...
osu.Framework/Graphics/UserInterface/TabControl.cs
mit
1,593,761,856
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Bindables; using osu.Framew...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using JetBrains.Annotations; using osu.Framework.Bindables; using osu.Framew...
5583f1424acd7a4cee106965fc329051f9521c1f
Increase timeout for password resets (#189)
Increase timeout for password resets (#189)
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
sources/Google.Solutions.IapDesktop.Application/Services/Adapters/ComputeEngineAdapter.cs
apache-2.0
1,593,760,227
// // 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...
245562f57e6648b72ced221322c54653b929cca5
Split up different touch type handling into own methods
Split up different touch type handling into own methods
peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVA...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,759,726
// 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.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Inp...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Inp...
4257fa8c5fcb590a1a2812372c8f8ab3f0169c10
Drop touches over the supported count, rather than throwing
Drop touches over the supported count, rather than throwing
EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-fram...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,759,529
// 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.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Inp...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Inp...
b5b7bef1256e0d2781598a02511cb2844c1615c5
Use existing const
Use existing const
EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-fr...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,759,305
// 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.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Inp...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pla...
439e16b523e04d666932f6c32c4aeeaa54432338
Use const and make readonly
Use const and make readonly
ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EV...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,759,151
// 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.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pla...
// 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.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pla...
d83ce6e6caf6fd8ccfb5f1175635bdbcc884001a
Simplify(?) flow
Simplify(?) flow
EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-fram...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,759,120
// 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.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pla...
// 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 Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu...
e8717e6bf8b86230a4ba6d09f37444d9fcddce1c
fixing tests and sqlce blob column
fixing tests and sqlce blob column
bjarnef/Umbraco-CMS,leekelleher/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,leekelleher/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,mattbrailsford/Umbraco-CMS,bjarnef/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbr...
src/Umbraco.Core/Persistence/SqlSyntax/SqlCeSyntaxProvider.cs
mit
1,593,757,820
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlServerCe; using System.Linq; using NPoco; using Umbraco.Core.Persistence.DatabaseAnnotations; using Umbraco.Core.Persistence.DatabaseModelDefinitions; namespace Umbraco.Core.Persistence.SqlSyntax { /// <summary> /// Repres...
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlServerCe; using System.Linq; using NPoco; using Umbraco.Core.Persistence.DatabaseAnnotations; using Umbraco.Core.Persistence.DatabaseModelDefinitions; namespace Umbraco.Core.Persistence.SqlSyntax { /// <summary> /// Repres...
68d29c8b9ec64378e14dc092f5e778036787f2de
Add note about reference tracking
Add note about reference tracking
EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framew...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,757,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; using System.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu...
a5b4cba93bb9b47603d3232e9aaa5b87c3fb8404
Add iOS multitouch support
Add iOS multitouch support
smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,Z...
osu.Framework.iOS/Input/IOSTouchHandler.cs
mit
1,593,757,705
// 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 Foundation; using osu.Framework.Input; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Diagnostics; using Foundation; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Platform; using osuTK; using o...
ad5816ac0e3eff4de3c2722161f42e9607211daf
Add MaxVerificationGas (#1745)
Add MaxVerificationGas (#1745) Co-authored-by: Shargon <27a1effff19d0c1fff0ef6bfddcb4f3b3fe8334a@gmail.com>
AntShares/AntShares
src/neo/SmartContract/Helper.cs
mit
1,593,756,622
using Neo.Cryptography; using Neo.Cryptography.ECC; using Neo.Ledger; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.SmartContract.Manifest; using Neo.VM; using System; using System.Buffers.Binary; using System.Collections.Generic; namespace Neo.SmartContract { public static class Helper { ...
using Neo.Cryptography; using Neo.Cryptography.ECC; using Neo.Ledger; using Neo.Network.P2P.Payloads; using Neo.Persistence; using Neo.SmartContract.Manifest; using Neo.VM; using System; using System.Buffers.Binary; using System.Collections.Generic; namespace Neo.SmartContract { public static class Helper { ...
b4d1c79cd1be63219177812f4c000c945b371976
Updated 32-bit intel hash
Updated 32-bit intel hash
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Api.Tests/DataSources/EncodeValidFileDataSource.cs
agpl-3.0
1,593,756,097
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
1ef37b33b7b47558e634392d7996b93c087b1d74
Fix a bug that TreeView crashes Effekseer when it calls UNDO if TreeView is not opened.
Fix a bug that TreeView crashes Effekseer when it calls UNDO if TreeView is not opened.
effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer
Dev/Editor/Effekseer/GUI/Dock/NodeTreeView.cs
mit
1,593,755,244
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Effekseer.GUI.Dock { class NodeTreeView : DockPanel { internal Utils.DelayedList<NodeTreeViewNode> Children = new Utils.DelayedList<NodeTreeViewNode>(); internal List<IContro...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Effekseer.GUI.Dock { class NodeTreeView : DockPanel { internal Utils.DelayedList<NodeTreeViewNode> Children = new Utils.DelayedList<NodeTreeViewNode>(); internal List<IContro...
c79b17cc48aa7f84c8c66ad06a36c7bd90a4c29a
fixing tests
fixing tests
bjarnef/Umbraco-CMS,bjarnef/Umbraco-CMS,leekelleher/Umbraco-CMS,bjarnef/Umbraco-CMS,arknu/Umbraco-CMS,arknu/Umbraco-CMS,leekelleher/Umbraco-CMS,mattbrailsford/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,leekelleher/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,Kevin...
src/Umbraco.Tests/Serialization/AutoInterningStringConverterTests.cs
mit
1,593,755,196
using Newtonsoft.Json; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; using Umbraco.Core.Serialization; namespace Umbraco.Tests.Serialization { [TestFixture] public class AutoInterningSt...
using Newtonsoft.Json; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; using Umbraco.Core.Serialization; namespace Umbraco.Tests.Serialization { [TestFixture] public class AutoInterningSt...
e0b649acbf75b47294234ee569d4a4cf98cf8e77
Replaced instances of gameObject.name with gameObject.ExpensiveName()
Replaced instances of gameObject.name with gameObject.ExpensiveName()
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Tool/DoorWedger.cs
agpl-3.0
1,593,755,029
using System.Collections; using System.Collections.Generic; using UnityEngine; public class DoorWedger : MonoBehaviour, IInteractable<HandApply>, ICheckedInteractable<HandApply> { [SerializeField] [Tooltip("The time in seconds it takes to wedge open a door with this tool.")] private float openingDelay = 10f; ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class DoorWedger : MonoBehaviour, IInteractable<HandApply>, ICheckedInteractable<HandApply> { [SerializeField] [Tooltip("The time in seconds it takes to wedge open a door with this tool.")] private float openingDelay = 10f; ...
206b45d298a5d1f9e11ded6dc7f77c0e0bc6a6d5
Updated hash values for 64-bit Intel.
Updated hash values for 64-bit Intel.
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/tests/AudioWorks.Api.Tests/DataSources/EncodeValidFileDataSource.cs
agpl-3.0
1,593,754,867
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2018 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
40184c0c3c6723c3083d835c9e414aa6eec1ce64
support uInt32
support uInt32
leekelleher/Umbraco-CMS,marcemarc/Umbraco-CMS,mattbrailsford/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,bjarnef/Umbraco-CMS,abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,J...
src/Umbraco.Web/PublishedCache/NuCache/DataSource/SerializerBase.cs
mit
1,593,752,168
using System; using System.IO; using CSharpTest.Net.Serialization; namespace Umbraco.Web.PublishedCache.NuCache.DataSource { internal abstract class SerializerBase { private const char PrefixNull = 'N'; private const char PrefixString = 'S'; private const char PrefixInt32 = 'I'; ...
using System; using System.IO; using CSharpTest.Net.Serialization; namespace Umbraco.Web.PublishedCache.NuCache.DataSource { internal abstract class SerializerBase { private const char PrefixNull = 'N'; private const char PrefixString = 'S'; private const char PrefixInt32 = 'I'; ...