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
01826087e67cfc4342ff764d252185fc7e1b7aab
Don't show ETA in deploy embeds if there isn't one
Don't show ETA in deploy embeds if there isn't one
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Chat/Providers/DiscordProvider.cs
agpl-3.0
1,591,988,576
using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Models; using Tgstation.Server.Host.System; namespace Tgstation.Server.Host.Components.Chat.P...
using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Models; using Tgstation.Server.Host.System; namespace Tgstation.Server.Host.Components.Chat.P...
ccf5e4a8d4afd8bcc9f07fb76370a345a481a354
Add a message for users who have embeds disabled.
Add a message for users who have embeds disabled.
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Chat/Providers/DiscordProvider.cs
agpl-3.0
1,591,988,529
using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Models; using Tgstation.Server.Host.System; namespace Tgstation.Server.Host.Components.Chat.P...
using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Models; using Tgstation.Server.Host.System; namespace Tgstation.Server.Host.Components.Chat.P...
41878fcb9d31e91f8b0c5080766e97d0b15e5abd
Yet another character to trim on decryption/deserialize
Yet another character to trim on decryption/deserialize
HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp
src/MobileKidsIdApp/MobileKidsIdApp/Services/FamilyRepository.storage.cs
apache-2.0
1,591,987,540
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using MobileKidsIdApp.Models; namespace MobileKidsIdApp.Services { public partial class FamilyRepository { private readonly string FileName = "f.htbox"; private string BasePath => Environment.GetFolderPath...
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using MobileKidsIdApp.Models; namespace MobileKidsIdApp.Services { public partial class FamilyRepository { private readonly string FileName = "f.htbox"; private string BasePath => Environment.GetFolderPath...
be067c3d7a1f96300967b181067c896e8fd39377
set some dirPath variable static
set some dirPath variable static
tigrouind/AITD-roomviewer
Assets/Scripts/Room/RoomLoader.cs
mit
1,591,987,159
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; using System.Globalization; public class RoomLoader : MonoBehaviour { private in...
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; using System.Globalization; public class RoomLoader : MonoBehaviour { private in...
b1d55dbd8769d68517bccf135f6757670e2fc76e
Update Program.cs
Update Program.cs
NMSLanX/Natasha
samples/Core20/Program.cs
mpl-2.0
1,591,986,621
using Microsoft.CodeAnalysis; using Natasha; using Natasha.CSharp; using System; namespace Core20 { class Program { static void Main(string[] args) { string text = @"namespace HelloWorld { public class Test { public Test(){ Name=""111""; } ...
using Natasha; using Natasha.CSharp; using System; namespace Core20 { class Program { static void Main(string[] args) { string text = @"namespace HelloWorld { public class Test { public Test(){ Name=""111""; } public string Name; ...
0e21f6e3f11e71e4761dffc9db30a2f918c3a4e2
just some minor cleanup
just some minor cleanup
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,591,986,456
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UI; using System....
655cb692688e55bb075f26e99694420f6acc185d
setup some variables for the DirName and fix path separator for building on Mac
setup some variables for the DirName and fix path separator for building on Mac
tigrouind/AITD-roomviewer
Assets/Scripts/Room/RoomLoader.cs
mit
1,591,986,361
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; using System.Globalization; public class RoomLoader : MonoBehaviour { private in...
using UnityEngine; using System.Collections; using System; using System.Linq; using System.IO; using System.Text; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; using System.Globalization; public class RoomLoader : MonoBehaviour { private in...
3dd846333c746d82892ab2df8a075db7ea3b03a9
Add missing case for spent coins
Add missing case for spent coins
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Blockchain/Transactions/TransactionHistoryBuilder.cs
mit
1,591,985,943
using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Models; using WalletWasabi.Wallets; namespace WalletWasabi.Blockchain.Transactions { public class TransactionHistoryBuilder { ...
using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Models; using WalletWasabi.Wallets; namespace WalletWasabi.Blockchain.Transactions { public class TransactionHistoryBuilder { ...
2feaf2c74a9e6ccdff263a597157abf483180229
added music during pause
added music during pause
UselessToucan/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,smoogipoo/osu
osu.Game/Screens/Play/Player.cs
mit
1,591,982,272
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
53696e4228e9d03e128ea13ded25bc840cf4e436
Quarantine static web assets tests so we can capture more data for diagnostics (#22876)
Quarantine static web assets tests so we can capture more data for diagnostics (#22876)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Razor/Microsoft.NET.Sdk.Razor/integrationtests/StaticWebAssetsIntegrationTest.cs
apache-2.0
1,591,982,062
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Run...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Run...
0ec79c5196419d03c3d49ca37b0e96eb4fa9a1f4
Quarantining InputDateInteractsWithEditContext_NonNullableDateTime (#22857)
Quarantining InputDateInteractsWithEditContext_NonNullableDateTime (#22857) https://github.com/dotnet/aspnetcore-internal/issues/3616
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Components/test/E2ETest/Tests/FormsTest.cs
apache-2.0
1,591,981,353
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using BasicTestApp; using BasicTestApp.FormsTest; using Microsoft...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using BasicTestApp; using BasicTestApp.FormsTest; using Microsoft...
ce65e4a4723711d48d932635e160b160243400c0
add IsStarted to Pop3ConfigurationLogic
add IsStarted to Pop3ConfigurationLogic
signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/framework
Signum.Engine.Extensions/Mailing/Pop3/Pop3ConfigurationLogic.cs
mit
1,591,980,742
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Engine.Scheduler; using Signum.Entities; using Signum...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Signum.Engine.Basics; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Engine.Scheduler; using Signum.Entities; using Signum...
4b9a6c18fef1742e3a513c140467e75446ee5c7a
Adds hacking UI pop-up when using a hacking tool on an open panel (#1100)
Adds hacking UI pop-up when using a hacking tool on an open panel (#1100) Co-authored-by: Bright0 <66bd8df1762019ab78379d2604b65ee09c27a2c5@gmail.com>
space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/GameObjects/Components/Doors/AirlockComponent.cs
mit
1,591,980,690
using System; using System.Threading; using Content.Server.GameObjects.Components.Interactable; using Content.Server.GameObjects.Components.Power; using Content.Server.GameObjects.Components.VendingMachines; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObjec...
using System; using System.Threading; using Content.Server.GameObjects.Components.Interactable; using Content.Server.GameObjects.Components.Power; using Content.Server.GameObjects.Components.VendingMachines; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObject...
e97f1753d484d2149e55d8d55f4201c90a4bfce6
Fix CS0169 warnings about unused fields in JmesPathComparison (#23)
Fix CS0169 warnings about unused fields in JmesPathComparison (#23)
jdevillard/JmesPath.Net,jdevillard/JmesPath.Net
src/jmespath.net/Expressions/JmesPathComparison.cs
apache-2.0
1,591,979,934
using Newtonsoft.Json.Linq; namespace DevLab.JmesPath.Expressions { public abstract class JmesPathComparison : JmesPathCompoundExpression { /// <summary> /// Initialize a new instance of the <see cref="JmesPathComparison" /> class /// that performs a comparison between two speci...
using Newtonsoft.Json.Linq; namespace DevLab.JmesPath.Expressions { public abstract class JmesPathComparison : JmesPathCompoundExpression { private readonly JmesPathExpression left_; private readonly JmesPathExpression right_; /// <summary> /// Initialize a new instan...
901bed941a922e794f84cd5493e74e6e5c91ebed
Found another character to trim for encryption
Found another character to trim for encryption
HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp
src/MobileKidsIdApp/MobileKidsIdApp/Services/FamilyRepository.storage.cs
apache-2.0
1,591,979,432
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using MobileKidsIdApp.Models; namespace MobileKidsIdApp.Services { public partial class FamilyRepository { private readonly string FileName = "f.htbox"; private string BasePath => Environment.GetFolderPath...
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using MobileKidsIdApp.Models; namespace MobileKidsIdApp.Services { public partial class FamilyRepository { private readonly string FileName = "f.htbox"; private string BasePath => Environment.GetFolderPath...
3d922749d9855b7df64bb65952629ece5d7c985a
Cleans up some component errors from the console. (#1091)
Cleans up some component errors from the console. (#1091)
space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/EntryPoint.cs
mit
1,591,979,195
using Content.Server.Cargo; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Content.Server.Interfaces.GameTicking; using Content.Server.Interfaces.PDA; using Content.Server.Preferences; using Content.Server.Sandbox; using Content.Shared.Kitchen; using Robust.Server.Interfaces.Player; using...
using Content.Server.Cargo; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Content.Server.Interfaces.GameTicking; using Content.Server.Interfaces.PDA; using Content.Server.Preferences; using Content.Server.Sandbox; using Content.Shared.Kitchen; using Robust.Server.Interfaces.Player; using...
07e7ae9e567b9bb86a0b93a3b741bfde1fc81b25
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,591,977,532
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 ...
290ae7437002aa9963bcc8f57f32b1bae257ffe2
Update transactionscope in the AfterStep.
Update transactionscope in the AfterStep.
SummerBatch/SummerBatch,SummerBatch/SummerBatch
Summer.Batch.Extra/AbstractExecutionListener.cs
apache-2.0
1,591,976,967
// // Copyright 2015 Blu Age Corporation - Plano, Texas // // 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 // // Un...
// // Copyright 2015 Blu Age Corporation - Plano, Texas // // 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 // // Un...
0672d2082d88c106cd96c7ab9feab123bed06cd3
Add resolution deserialization unit test
Add resolution deserialization unit test
jameschch/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean
Tests/Common/Packets/ControlsTests.cs
apache-2.0
1,591,976,050
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
59035ffc9d089ee0223fc8a51257b53cb5132dd8
DrawString prevents /r/n from being split by the interval timer
DrawString prevents /r/n from being split by the interval timer
Thraka/SadConsole
SadConsole/Instructions/DrawString.cs
mit
1,591,975,862
using System; using Console = SadConsole.Console; using SadRogue.Primitives; namespace SadConsole.Instructions { /// <summary> /// Draws a string to a console as if someone was typing. /// </summary> public class DrawString : InstructionBase { private ColoredString _text; private C...
using System; using Console = SadConsole.Console; using SadRogue.Primitives; namespace SadConsole.Instructions { /// <summary> /// Draws a string to a console as if someone was typing. /// </summary> public class DrawString : InstructionBase { private ColoredString _text; private C...
9cf611b9e2b0264c44bcc061d6e5c8020f1d559d
Revert change to EndLocation as it was incorrectly changed.
Revert change to EndLocation as it was incorrectly changed.
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Razor/Microsoft.AspNetCore.Razor.Language/src/Legacy/LineTrackingStringBuffer.cs
apache-2.0
1,591,975,712
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace Microsoft.AspNetCore.Razor.Language.Legacy { ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace Microsoft.AspNetCore.Razor.Language.Legacy { ...
6a75ee43cb52042098c4c4b7356b2242cbb1b58d
Remove Console.WriteLine debugging code.
Remove Console.WriteLine debugging code.
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/Core/Row.cs
mit
1,591,975,636
using System; using System.Buffers.Text; using System.IO; using System.Runtime.InteropServices; using MySql.Data.MySqlClient; using MySql.Data.Types; using MySqlConnector.Protocol; using MySqlConnector.Protocol.Payloads; using MySqlConnector.Utilities; namespace MySqlConnector.Core { internal abstract class Row { ...
using System; using System.Buffers.Text; using System.IO; using System.Runtime.InteropServices; using MySql.Data.MySqlClient; using MySql.Data.Types; using MySqlConnector.Protocol; using MySqlConnector.Protocol.Payloads; using MySqlConnector.Utilities; namespace MySqlConnector.Core { internal abstract class Row { ...
b0e21c50fad868f9203db6ee486dda02ce2a5ff9
Place static elements before non-static elements
Place static elements before non-static elements
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Models/Height.cs
mit
1,591,975,351
using System; using WalletWasabi.Helpers; namespace WalletWasabi.Models { public struct Height : IEquatable<Height>, IEquatable<int>, IComparable<Height>, IComparable<int> { public Height(uint height) : this((int)height) { } /// <summary> /// Creates and initializes a new Height instance /// </summary> ...
using System; using WalletWasabi.Helpers; namespace WalletWasabi.Models { public struct Height : IEquatable<Height>, IEquatable<int>, IComparable<Height>, IComparable<int> { public Height(uint height) : this((int)height) { } /// <summary> /// Creates and initializes a new Height instance /// </summary> ...
817d20c3e22e960d413b29245c17bd039d5a3fc1
PDO: default errmode set to PDO::ERRMODE_EXCEPTION
PDO: default errmode set to PDO::ERRMODE_EXCEPTION (php8 stuff)
peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie
src/PDO/Peachpie.Library.PDO/PDO.Attribute.cs
apache-2.0
1,591,974,973
#nullable enable using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Peachpie.Library.PDO { partial class PDO { /// <summary> /// Lazily initialized set of explicitly set attributes. /// ...
#nullable enable using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Peachpie.Library.PDO { partial class PDO { /// <summary> /// Lazily initialized set of explicitly set attributes. /// ...
c6e087b9947aa46a8bed3abe3928ebd1d2a0ba04
remove incorrectly added key
remove incorrectly added key
smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu
osu.Game/Skinning/LegacyManiaSkinDecoder.cs
mit
1,591,974,710
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using osu.Game.Beatmaps.Formats; namespace osu.Game.Skinning {...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using osu.Game.Beatmaps.Formats; namespace osu.Game.Skinning {...
880ef0b731b3e7e9ab4c7cf2d984161c82ac3b14
get_resource_id
get_resource_id
iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Library/Variables.cs
apache-2.0
1,591,974,579
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Pchp.Core.Reflection; using System.Runtime.InteropServices; namespace Pchp.Library { #region Enumerations /// <summary> ///...
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Pchp.Core.Reflection; using System.Runtime.InteropServices; namespace Pchp.Library { #region Enumerations /// <summary> ///...
aa99efde8e22ae8912c55f2ccb7bbd528298aa70
Fix concurrent access to dictionary happening sometimes in multithread scenario
Fix concurrent access to dictionary happening sometimes in multithread scenario
SolalPirelli/ThriftSharp
src/Internals/ThriftAttributesParser.cs
mit
1,591,974,435
// Copyright (c) 2014-16 Solal Pirelli // This code is licensed under the MIT License (see Licence.txt for details) using System; using System.Collections.Concurrent; using System.Linq; using System.Reflection; using System.Threading; using ThriftSharp.Models; using ThriftSharp.Utilities; namespace Thrift...
// Copyright (c) 2014-16 Solal Pirelli // This code is licensed under the MIT License (see Licence.txt for details) using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using ThriftSharp.Models; using ThriftSharp.Utilities; namespace ThriftSha...
7def6a91812670529b671b5e89abf243d8a8c30b
fix tests incorrectly showing judgements not present in mania
fix tests incorrectly showing judgements not present in mania
smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu
osu.Game.Rulesets.Mania.Tests/Skinning/TestSceneDrawableJudgement.cs
mit
1,591,974,379
// 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.Extensions; using osu.Framework.Graphics; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Mania.Scoring; ...
// 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.Extensions; using osu.Framework.Graphics; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Mania.UI; using...
8fd0db2dd37426632957009d64364be5fb964937
BinaryUtils: marked as obsolete
BinaryUtils: marked as obsolete
adams85/common
source/Karambolo.Common/BinaryUtils.cs
mit
1,591,974,248
using System; namespace Karambolo.Common { [Obsolete("This type provides too specific features, thus it will be removed in the next major version.")] public static class BinaryUtils { #region Fast BitCounter /// <summary> /// Bit count table from snippets.org /// </summary>...
namespace Karambolo.Common { public static class BinaryUtils { #region Fast BitCounter /// <summary> /// Bit count table from snippets.org /// </summary> private static readonly byte[] s_bits = { 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4, /* 0 ...
d6be4c6c5359e1a89a3c818f48200bf4b10847a9
str_starts_with, str_ends_with
str_starts_with, str_ends_with
iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Library/Strings.cs
apache-2.0
1,591,973,960
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using Pchp.Core; using Pchp.Core.Text; using Pchp.Core.Utilities; using Pchp.Library.Resources; namespace Pchp.Library { [PhpExtension("standard")] public static class String...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using Pchp.Core; using Pchp.Core.Text; using Pchp.Core.Utilities; using Pchp.Library.Resources; namespace Pchp.Library { [PhpExtension("standard")] public static class String...
b40e2ec3807bda97caef3fcf12dbc1b27be4f359
add missing npc window in crash reports
add missing npc window in crash reports
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/GlobalExceptionHandler.cs
mit
1,591,973,941
using Microsoft.Win32; using Newtonsoft.Json.Linq; using Nostrum; using Nostrum.Extensions; using Nostrum.WinAPI; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Thr...
using Microsoft.Win32; using Newtonsoft.Json.Linq; using Nostrum; using Nostrum.Extensions; using Nostrum.WinAPI; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Thr...
65deb8379b11a16ade9727a09873736f52c9dee0
fix crash when blacklisting monsters
fix crash when blacklisting monsters
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/Data/Databases/MonsterDatabase.cs
mit
1,591,973,930
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Text; using System.Xml.Linq; using TCC.Utils; using TeraDataLite; namespace TCC.Data.Databases { public class DatabaseQueryMeasure { private...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Text; using System.Xml.Linq; using TCC.Utils; using TeraDataLite; namespace TCC.Data.Databases { public class DatabaseQueryMeasure { private...
36446d114c9334395e9e700ccb909e7bb66a8ac4
str_contains()
str_contains()
peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Library/Strings.cs
apache-2.0
1,591,973,679
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using Pchp.Core; using Pchp.Core.Text; using Pchp.Core.Utilities; using Pchp.Library.Resources; namespace Pchp.Library { [PhpExtension("standard")] public static class String...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using Pchp.Core; using Pchp.Core.Text; using Pchp.Core.Utilities; using Pchp.Library.Resources; namespace Pchp.Library { [PhpExtension("standard")] public static class String...
43bd80ef54a0cb26ca313e01d48d01d1e3ee35df
0.6.0.PR1 -> 0.6.0
0.6.0.PR1 -> 0.6.0
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface/Properties/AssemblyInfo.cs
mit
1,591,973,472
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DiabloInterface")] [assembly: AssemblyDescr...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DiabloInterface")] [assembly: AssemblyDescr...
586e3d405c8d7863137b542b914b044ffbe4fde2
add proper decoding support?
add proper decoding support?
peppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game/Skinning/LegacyManiaSkinDecoder.cs
mit
1,591,973,298
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using osu.Game.Beatmaps.Formats; namespace osu.Game.Skinning {...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using osu.Game.Beatmaps.Formats; namespace osu.Game.Skinning {...
b663c940aea1da0d66b8cea0c86637edaacf81d3
Rename enum
Rename enum
peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu
osu.Game.Tests/Visual/Ranking/TestSceneAccuracyHeatmap.cs
mit
1,591,973,206
// 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.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework...
db940f2adf0d828a526fae32dd77ad0883ab5cdd
0.6.0.PR1 -> 0.6.0
0.6.0.PR1 -> 0.6.0
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface/Properties/AssemblyInfo.cs
mit
1,591,972,950
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DiabloInterface")] [assembly: AssemblyDescr...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DiabloInterface")] [assembly: AssemblyDescr...
dbe57edb03eaf15286739484ddce534c6818729f
Extension Method to update Content of existing attachment
Extension Method to update Content of existing attachment
dapplo/Dapplo.Confluence
src/Dapplo.Confluence/AttachmentExtensions.cs
mit
1,591,972,907
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Net; using System.Threading; using System.Threading.Tasks; using Dapplo.Confluence.Entities; using Dapplo.Confluence.Internal...
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Net; using System.Threading; using System.Threading.Tasks; using Dapplo.Confluence.Entities; using Dapplo.Confluence.Internal...
de022ac15893efceeec8c768781bf4ff4a82cdd3
Handle non-seekable streams properly
Handle non-seekable streams properly
imazen/imageflow-dotnet
src/Imageflow/Fluent/IBytesSource.cs
agpl-3.0
1,591,972,506
using System; using System.IO; using System.Threading; using System.Threading.Tasks; using Microsoft.IO; namespace Imageflow.Fluent { public interface IBytesSource: IDisposable { /// <summary> /// Return a reference to a byte array that (until the implementor is disposed) will (a) remain immut...
using System; using System.IO; using System.Threading; using System.Threading.Tasks; using Microsoft.IO; namespace Imageflow.Fluent { public interface IBytesSource: IDisposable { /// <summary> /// Return a reference to a byte array that (until the implementor is disposed) will (a) remain immut...
c2e6165f8acac372d206b0cecd427cc753f732f6
fix small typo
fix small typo
StanJav/language-ext,louthy/language-ext
LanguageExt.Tests/ExceptionMatching.cs
mit
1,591,972,009
using Xunit; using System; using System.Reflection.Metadata; using System.Runtime.CompilerServices; using LanguageExt; using static LanguageExt.Prelude; namespace LanguageExt.Tests { public class ExceptionMatching { [Fact] public void ExTestMatchSuccess() { string x = ...
using Xunit; using System; using System.Reflection.Metadata; using System.Runtime.CompilerServices; using LanguageExt; using static LanguageExt.Prelude; namespace LanguageExt.Tests { public class ExceptionMatching { [Fact] public void ExTestMatchSuccess() { string x = ...
21834223fd36552f711cb3a52f70a1173b04abce
Adds extra Amazon equivalent domains (#775)
Adds extra Amazon equivalent domains (#775)
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Core/Utilities/StaticStore.cs
agpl-3.0
1,591,971,908
using Bit.Core.Enums; using Bit.Core.Models.StaticStore; using System.Collections.Generic; namespace Bit.Core.Utilities { public class StaticStore { static StaticStore() { #region Global Domains GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st...
using Bit.Core.Enums; using Bit.Core.Models.StaticStore; using System.Collections.Generic; namespace Bit.Core.Utilities { public class StaticStore { static StaticStore() { #region Global Domains GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st...
1ef0a534d3b5854d84e3ecd7222dfa6ba802a007
fix autosplits debug panel not updating/throwing exception
fix autosplits debug panel not updating/throwing exception
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface.Plugin.Autosplits/DebugRenderer.cs
mit
1,591,971,901
using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using Zutatensuppe.DiabloInterface.Plugin.Autosplits.AutoSplits; namespace Zutatensuppe.DiabloInterface.Plugin.Autosplits { class DebugRenderer : IPluginDebugRenderer { private Plugin plugin; priva...
using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using Zutatensuppe.DiabloInterface.Plugin.Autosplits.AutoSplits; namespace Zutatensuppe.DiabloInterface.Plugin.Autosplits { class DebugRenderer : IPluginDebugRenderer { private Plugin plugin; priva...
b6d82d828120fc96c5391ccb412bf9aa6bf3709b
add tests that makes sure stacktrace does no longer get lost with raise (#787)
add tests that makes sure stacktrace does no longer get lost with raise (#787)
louthy/language-ext,StanJav/language-ext
LanguageExt.Tests/ExceptionMatching.cs
mit
1,591,971,732
using Xunit; using System; using System.Reflection.Metadata; using System.Runtime.CompilerServices; using LanguageExt; using static LanguageExt.Prelude; namespace LanguageExt.Tests { public class ExceptionMatching { [Fact] public void ExTestMatchSuccess() { string x = ...
using Xunit; using System; using LanguageExt; using static LanguageExt.Prelude; namespace LanguageExt.Tests { public class ExceptionMatching { [Fact] public void ExTestMatchSuccess() { string x = match( Number<InvalidOperationException>(10), ...
f813ad26cecbf556c249f73a915e2a31640564c1
Fix visual parent traversal and handle null scroller.
Fix visual parent traversal and handle null scroller.
jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,Perspex/Perspex,Pe...
src/Avalonia.Controls/Repeater/ViewportManager.cs
mit
1,591,970,506
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.Reactive.Disposables; using System.Reactive.Linq; using Sys...
// This source file is adapted from the WinUI project. // (https://github.com/microsoft/microsoft-ui-xaml) // // Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation. using System; using System.Collections.Generic; using System.Reactive.Disposables; using System.Reactive.Linq; using Sys...
6000e0f86a48e89d6e64f14cb4f9b5046f04c486
Increase size to match timing distribution graph
Increase size to match timing distribution graph
UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu
osu.Game.Tests/Visual/Ranking/TestSceneAccuracyHeatmap.cs
mit
1,591,970,482
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework...
fadc139d59302fd123ec299a9767a1e2a08ec7c8
fix exception when no seed available
fix exception when no seed available
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface/Gui/MainWindow.cs
mit
1,591,970,316
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows.Forms; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.DiabloInterface.Services; using Zutatensuppe.DiabloInterface.Core.Logging; using Zutatensuppe.DiabloInterface.Gui.Controls; using Zutatensuppe.DiabloInt...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows.Forms; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.DiabloInterface.Services; using Zutatensuppe.DiabloInterface.Core.Logging; using Zutatensuppe.DiabloInterface.Gui.Controls; using Zutatensuppe.DiabloInt...
3d9ba56f1ed28ec52bcad94c21864fdc4c775e5d
rename tests
rename tests
louthy/language-ext,StanJav/language-ext
LanguageExt.Tests/ExceptionMatching.cs
mit
1,591,969,813
using Xunit; using System; using LanguageExt; using static LanguageExt.Prelude; namespace LanguageExt.Tests { public class ExceptionMatching { [Fact] public void ExTestMatchSuccess() { string x = match( Number<InvalidOperationException>(10), ...
using Xunit; using System; using LanguageExt; using static LanguageExt.Prelude; namespace LanguageExt.Tests { public class ExceptionMatching { [Fact] public void ExTest1() { string x = match( Number<InvalidOperationException>(10), Succ: v ...
c9469dc0ddaf98b6d119e01581e09b7c209720fe
Add background
Add background
peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu
osu.Game.Tests/Visual/Ranking/TestSceneTimingDistributionGraph.cs
mit
1,591,969,723
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; 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.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using ...
31c54f10582e224f0ba61d8a14bcdc30a982743e
migrate thread traces retrieval to Clrmd
migrate thread traces retrieval to Clrmd
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/GlobalExceptionHandler.cs
mit
1,591,969,646
using Microsoft.Win32; using Newtonsoft.Json.Linq; using Nostrum; using Nostrum.Extensions; using Nostrum.WinAPI; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Thr...
using Microsoft.Win32; using Newtonsoft.Json.Linq; using Nostrum; using Nostrum.Extensions; using Nostrum.WinAPI; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Thr...
8924ff4ba6585e883b8da322d8d3b1662b1fcc76
Rename shouldRotateCursor() to shouldKeepRotating()
Rename shouldRotateCursor() to shouldKeepRotating()
smoogipooo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,969,399
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
900bc3146cf986948dcba649e87a1b0b6f1638a3
clear guild members on different task to avoid deadlocks
clear guild members on different task to avoid deadlocks
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/Data/GuildInfo.cs
mit
1,591,969,354
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Nostrum; using TeraDataLite; namespace TCC.Data { public class GuildInfo { public bool InGuild { get; private set; } public GuildMemberData Master { get; private set; } public TSObservableCollecti...
using System.Collections.Generic; using System.Linq; using Nostrum; using TeraDataLite; namespace TCC.Data { public class GuildInfo { public bool InGuild { get; private set; } public GuildMemberData Master { get; private set; } public TSObservableCollection<GuildMemberData> Members { ...
e60ce7155ae5d0e117c25dc9db7ab35c8aa99c57
make SeedIsArg nullable
make SeedIsArg nullable
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface.Plugin.HttpClient/Plugin.cs
mit
1,591,969,058
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Struct.Item; using Newtonsoft.Json; using Zutatensuppe.DiabloInterface.Core.Logging; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Zutatensuppe.D2Reader; using Zutatensuppe.D2Reader.Models; using Zutatensuppe.D2Reader.Struct.Item; using Newtonsoft.Json; using Zutatensuppe.DiabloInterface.Core.Logging; usi...
390e371ec3d5e85522b5272b8a946057ce173e1b
add ad-hoc fix for OGS EO apps
add ad-hoc fix for OGS EO apps
Terradue/DotNetTep,Terradue/DotNetTep
Terradue.Tep/Terradue/Tep/Controller/Service/ProductionResultHelper.cs
agpl-3.0
1,591,968,590
using System; using System.Collections.Generic; using System.Net; using System.Runtime.Serialization; using System.Web; using OpenGis.Wps; using ServiceStack.Text; using Terradue.Portal; namespace Terradue.Tep { public class ProductionResultHelper { private static readonly log4net.ILog log = log4net.LogManager...
using System; using System.Collections.Generic; using System.Net; using System.Runtime.Serialization; using System.Web; using OpenGis.Wps; using ServiceStack.Text; using Terradue.Portal; namespace Terradue.Tep { public class ProductionResultHelper { private static readonly log4net.ILog log = log4net.LogManager...
453fb32a4ad6d54577c40f8b675ba427624644f8
Static interception of System.Environment causes a hang in the test run
Static interception of System.Environment causes a hang in the test run o applied code review comments
telerik/JustMockLite
Telerik.JustMock/Core/Context/MockingContext.cs
apache-2.0
1,591,968,410
/* JustMock Lite Copyright © 2010-2015,2020 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless require...
/* JustMock Lite Copyright © 2010-2015,2020 Progress Software Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless require...
f9943b2e47106f54be12e3eb54cc17672053264f
Update NarrowMapList.cs
Update NarrowMapList.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/Field/Map/NarrowMapList.cs
mit
1,591,967,548
using System; using System.Linq; public static class NarrowMapList { public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo); public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0; private static readonly Int32[] List = new[] { ...
using System; using System.Linq; public static class NarrowMapList { public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo); public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0; private static readonly Int32[] List = new[] { ...
4c023d56d5410d9fe5359257737abdadf91ef3dc
fix type name value
fix type name value
DigDes/SoapCore
src/SoapCore/Meta/MetaBodyWriter.cs
mit
1,591,967,464
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using System.Xml.Serialization; using SoapCore.ServiceModel; namespace So...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.ServiceModel; using System.ServiceModel.Channels; using System.Threading.Tasks; using System.Xml; using System.Xml.Serialization; using SoapCore.ServiceModel; namespace So...
dad2b451211031b8ecc4746a714b30d1f6d856cc
Fix for issue #787: Stacktrace getting lost / ExceptionDispatchInfo
Fix for issue #787: Stacktrace getting lost / ExceptionDispatchInfo https://github.com/louthy/language-ext/issues/787
louthy/language-ext,StanJav/language-ext
LanguageExt.Core/Prelude/Prelude.cs
mit
1,591,964,084
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using LanguageExt.ClassInstances; namespace LanguageExt { /// <summary> /// Common functions that acts like a functional language's 'prelude'; that...
using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Runtime.CompilerServices; using LanguageExt.ClassInstances; namespace LanguageExt { /// <summary> /// Common functions that acts like a functional language's 'prelude'; that is usually /// a standard set of fu...
4c4cde446d1d39d917bf2459916c3aacf89579fd
Fix remote desktop crash when minimizing window (Closes #830)
Fix remote desktop crash when minimizing window (Closes #830)
quasar/QuasarRAT
Quasar.Server/Forms/FrmRemoteDesktop.cs
mit
1,591,964,023
using Gma.System.MouseKeyHook; using Quasar.Common.Enums; using Quasar.Common.Helpers; using Quasar.Common.Messages; using Quasar.Server.Helper; using Quasar.Server.Messages; using Quasar.Server.Networking; using Quasar.Server.Utilities; using System; using System.Collections.Generic; using System.Drawing; using Syste...
using Gma.System.MouseKeyHook; using Quasar.Common.Enums; using Quasar.Common.Helpers; using Quasar.Common.Messages; using Quasar.Server.Helper; using Quasar.Server.Messages; using Quasar.Server.Networking; using Quasar.Server.Utilities; using System; using System.Collections.Generic; using System.Drawing; using Syste...
b0e7f6df48ddf7f583de449c8dbcc249ef6ac8b1
Update FieldMap.cs
Update FieldMap.cs
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/Field/Map/FieldMap.cs
mit
1,591,962,509
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0, Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknown1 | Unknown2 ...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using FF9; using Memoria; using Memoria.Scripts; using Object = System.Object; [Flags] public enum FieldMapFlags : uint { None = 0, Unknown1 = 1, Unknown2 = 2, Unknown4 = 4, Generic7 = Unknown1 | Unknown2 ...
e7136343ad2243df2d73798f39ac9787e9d4ddf0
Configure framework for ReportGenerator
Configure framework for ReportGenerator
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
build/Build.cs
mit
1,591,961,826
using Nuke.CoberturaConverter; using Nuke.Common; using Nuke.Common.Tools.DotCover; using Nuke.Common.Tools.DotNet; using Nuke.Common.Tools.ReportGenerator; using Nuke.Common.Tools.WebConfigTransformRunner; using Nuke.Common.Utilities; using Nuke.WebDeploy; using System.IO; using static Nuke.CoberturaConverter.Cobertu...
using Nuke.CoberturaConverter; using Nuke.Common; using Nuke.Common.Tools.DotCover; using Nuke.Common.Tools.DotNet; using Nuke.Common.Tools.ReportGenerator; using Nuke.Common.Tools.WebConfigTransformRunner; using Nuke.Common.Utilities; using Nuke.WebDeploy; using System.IO; using static Nuke.CoberturaConverter.Cobertu...
2a4d48ae7b5f3efd58c4fd855ff70c744443aca5
specify framework for GitVersion
specify framework for GitVersion
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
build/Build.cs
mit
1,591,961,750
using Nuke.CoberturaConverter; using Nuke.Common; using Nuke.Common.Tools.DotCover; using Nuke.Common.Tools.DotNet; using Nuke.Common.Tools.ReportGenerator; using Nuke.Common.Tools.WebConfigTransformRunner; using Nuke.Common.Utilities; using Nuke.WebDeploy; using System.IO; using static Nuke.CoberturaConverter.Cobertu...
using Nuke.CoberturaConverter; using Nuke.Common; using Nuke.Common.Tools.DotCover; using Nuke.Common.Tools.DotNet; using Nuke.Common.Tools.ReportGenerator; using Nuke.Common.Tools.WebConfigTransformRunner; using Nuke.Common.Utilities; using Nuke.WebDeploy; using System.IO; using static Nuke.CoberturaConverter.Cobertu...
37ae869dcbd637e250ab0758e1a914dc7d7ea87d
HostHook CallAsync
HostHook CallAsync
ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET
ElectronNET.API/HostHook.cs
mit
1,591,961,546
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; using System; using System.Threading.Tasks; namespace ElectronNET.API { /// <summary> /// Allows you to execute native JavaScript/TypeScript code from the host process. /// /// It is only possible if the Electron....
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; using System; using System.Threading.Tasks; namespace ElectronNET.API { /// <summary> /// Allows you to execute native JavaScript/TypeScript code from the host process. /// /// It is only possible if the Electron....
b076cf96b71b07bdd4929f2a92eaa7f303d66a98
move cursorRotate.Value check into shouldRotateCursor() method
move cursorRotate.Value check into shouldRotateCursor() method
smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu
osu.Game/Graphics/Cursor/MenuCursor.cs
mit
1,591,960,809
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; 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 osuTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Cursor; using osu.Framew...
d9d8a91a25b5ab0af7fdb00ce98774e212df09d2
Update QuickStart.cs (#1086)
Update QuickStart.cs (#1086) Co-authored-by: Amanda Tarafa Mas <008b51ea2b25f221cf4d4fb65711dd07be90dbbf@users.noreply.github.com>
GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples
monitoring/api/QuickStart/QuickStart.cs
apache-2.0
1,591,960,103
/* * Copyright (c) 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
/* * Copyright (c) 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
1d6ff71b72dd803221cfc966b649406d805ab124
fix: skip TestUpdateBackup as it timed out (#1092)
fix: skip TestUpdateBackup as it timed out (#1092)
GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples
spanner/api/SpannerTest/Tests.cs
apache-2.0
1,591,959,780
// Copyright(c) 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy of // the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
// Copyright(c) 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy of // the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
42db6d7331ef5585203629829489100b0a448c56
Fix - LogMatrix
Fix - LogMatrix
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Utility/CallMatrix.cs
agpl-3.0
1,591,959,749
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Serilog; using SO115App.Models.Classi.Matrix; using System; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace SO115App.SignalR.Utility { public class CallMatrix { private static Ra...
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Serilog; using SO115App.Models.Classi.Matrix; using System; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace SO115App.SignalR.Utility { public class CallMatrix { private static Ra...
32b376d85a5f975a967832350fc364a9192b64ef
Open RNG for plugins
Open RNG for plugins
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Utilities.cs
apache-2.0
1,591,959,632
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
a989fab0b4e7bc5a045d504f2051a7eb585a40e7
More useful integration test features.
More useful integration test features.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.IntegrationTests/ContentIntegrationTest.cs
mit
1,591,958,701
using System; using System.Threading.Tasks; using Content.Client; using Content.Client.Interfaces.Parallax; using Content.Server; using Content.Server.Interfaces.GameTicking; using Robust.Shared.ContentPack; using Robust.Shared.Interfaces.Network; using Robust.Shared.IoC; using Robust.UnitTesting; using EntryPoint = Co...
using Content.Client; using Content.Client.Interfaces.Parallax; using Content.Server; using Content.Server.GameTicking; using Content.Server.Interfaces.GameTicking; using Robust.Shared.ContentPack; using Robust.Shared.Interfaces.Configuration; using Robust.Shared.IoC; using Robust.UnitTesting; using EntryPoint = Conten...
65a718fe568217f00e233abc8b3c60d0ea5d03cb
Improve exception message when a file is not found during the provisioning
Improve exception message when a file is not found during the provisioning
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/Utilities/ConnectorFileHelper.cs
mit
1,591,958,648
using OfficeDevPnP.Core.Framework.Provisioning.Connectors; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilities { public static class Connec...
using OfficeDevPnP.Core.Framework.Provisioning.Connectors; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Utilities { public static class Connec...
563924863c5c17c7b2b6870e3b6acb53f129b7fc
Explicit private OnDestroy; removing all listeners from input and buttons
Explicit private OnDestroy; removing all listeners from input and buttons
allista/AT_Utils
Unity/UI/FloatController.cs
mit
1,591,958,274
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
e5debccb0d877ef1be2499132c0d3cded2e0bf25
FloatController.increment/decrementButtons display formatted step
FloatController.increment/decrementButtons display formatted step
allista/AT_Utils
Unity/UI/FloatController.cs
mit
1,591,958,237
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
890c351c0fc07db399a765065cfce3123b5fc1f7
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,958,178
#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-...
57d492b90e8f2f3a04e5a5040255345671afd1af
Added FloatController.SetStep and SetDecimals
Added FloatController.SetStep and SetDecimals For that, extracted logic from Awake into updateFormat and updateIncDecButtons to run it each time the step or decimals are changed.
allista/AT_Utils
Unity/UI/FloatController.cs
mit
1,591,958,155
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
eeb8f0aeb7a49db885b559d3f42ac2596f11076e
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,958,119
#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-...
bcd96cacc916d7c70fde551148b3b9e583f5e237
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,958,042
#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-...
7ae421cc8e8a64f73a65e77e92c40c318f23b6a5
Revert more incorrect changes
Revert more incorrect changes
NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu
osu.Game/Updater/UpdateManager.cs
mit
1,591,957,952
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
f55ed1f76b1bbf1f3b25c910fb5a154b2869c697
Fixed value clamping in FloatController in case of no decimals
Fixed value clamping in FloatController in case of no decimals
allista/AT_Utils
Unity/UI/FloatController.cs
mit
1,591,957,775
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
3a503a4b0984f8420c843bc24c91dc6b31e32d2f
RF: using out var in FloatController.parse
RF: using out var in FloatController.parse
allista/AT_Utils
Unity/UI/FloatController.cs
mit
1,591,957,647
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
8fcd00c85211f18b14a03edf52b8482361e92697
RF: converted FloatController.onValueChanged to autoprop
RF: converted FloatController.onValueChanged to autoprop
allista/AT_Utils
Unity/UI/FloatController.cs
mit
1,591,957,620
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
f5c3863e6d97f71b65f06de59f2754b03f71f642
Revert variable usage
Revert variable usage
smoogipooo/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu
osu.Game/Updater/UpdateManager.cs
mit
1,591,957,606
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
463cea08a5e7d2e572565528239391822199863f
RF: FloatController: explicit private modifier
RF: FloatController: explicit private modifier
allista/AT_Utils
Unity/UI/FloatController.cs
mit
1,591,957,592
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
// FloatController.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System; using UnityEngine.UI; namespace AT_Utils.UI { public class FloatController : RingBoundedFloatValueUI { public float min = float.MinValue; public override float M...
446ce2590cf93c4c69072f0e384d803ded88fc16
Move local back in place
Move local back in place
NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new
osu.Game/Updater/UpdateManager.cs
mit
1,591,957,554
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
89cf146d18a804cca959ff18dfceb399bbb31828
Fix base UpdateManager thinking it can check for updates
Fix base UpdateManager thinking it can check for updates
ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,UselessToucan/osu
osu.Game/Updater/UpdateManager.cs
mit
1,591,957,490
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
35f577375c53c9f1a7c2cc159c32d468a2d9ce41
Restore notification code
Restore notification code
NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu
osu.Game/Updater/UpdateManager.cs
mit
1,591,957,245
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
7383397208754fc05a9064e6422d189d1308a22b
Fix - LogMatrix
Fix - LogMatrix
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.SignalR/Utility/CallMatrix.cs
agpl-3.0
1,591,957,148
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Serilog; using SO115App.Models.Classi.Matrix; using System; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace SO115App.SignalR.Utility { public class CallMatrix { private static Ra...
using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Serilog; using SO115App.Models.Classi.Matrix; using System; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace SO115App.SignalR.Utility { public class CallMatrix { private static Ra...
8b3a9b60975a8a2352ad905768370d2ebb884346
Decreased conditional nesting in FormatUtils.formatSmallValue
Decreased conditional nesting in FormatUtils.formatSmallValue
allista/AT_Utils
Unity/UI/FormatUtils.cs
mit
1,591,956,924
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
a498f3b0b8e84cc9a90d0074536d329bb1a2b320
Removed unused FormatUtils.formatUnits since it's covered by formatSmallValue
Removed unused FormatUtils.formatUnits since it's covered by formatSmallValue
allista/AT_Utils
Unity/UI/FormatUtils.cs
mit
1,591,956,896
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
365a72b3aeaf5fa57419c8c0d455f419af3baced
FormatUtils.formatMass calls formatBigValue for mass > 1t
FormatUtils.formatMass calls formatBigValue for mass > 1t
allista/AT_Utils
Unity/UI/FormatUtils.cs
mit
1,591,956,860
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
e59726b1a0b650249bfe4794dab18e3ffb07ed4f
FormatUtils.formatBigValue calls formatSmallValue for values smaller than 1k
FormatUtils.formatBigValue calls formatSmallValue for values smaller than 1k
allista/AT_Utils
Unity/UI/FormatUtils.cs
mit
1,591,956,837
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
5877c88e2d39bf8249911da4d636d7e7d1c76ad5
store the default value used on an action params
store the default value used on an action params
overtools/OWLib
DataTool/ToolLogic/List/Misc/ListWorkshop.cs
mit
1,591,956,828
using System.Collections.Generic; using System.Diagnostics; using System.Linq; using DataTool.Flag; using DataTool.Helper; using DataTool.JSON; using TankLib; using TankLib.STU.Types; using TankLib.STU.Types.Enums; using static DataTool.Program; using static DataTool.Helper.IO; namespace DataTool.ToolLogic.List.Misc ...
using System.Collections.Generic; using System.Diagnostics; using System.Linq; using DataTool.Flag; using DataTool.Helper; using DataTool.JSON; using TankLib; using TankLib.STU.Types; using TankLib.STU.Types.Enums; using static DataTool.Program; using static DataTool.Helper.IO; namespace DataTool.ToolLogic.List.Misc ...
768d85d333f99a27124f642a43f425cf28254c66
Using string interpolation in FormatUtils
Using string interpolation in FormatUtils
allista/AT_Utils
Unity/UI/FormatUtils.cs
mit
1,591,956,792
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
78915c4cded88ebd14732f7dcc24458f32fc0898
Added FormatUtils.ParseCamelCase
Added FormatUtils.ParseCamelCase
allista/AT_Utils
Unity/UI/FormatUtils.cs
mit
1,591,956,681
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using System.Text.RegularExpressions; using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 /// <summary> ...
// FormatUtils.cs // // Author: // Allis Tauri <allista@gmail.com> // // Copyright (c) 2019 Allis Tauri using UnityEngine; namespace AT_Utils.UI { public static class FormatUtils { public const float G0 = 9.80665f; //m/s2 public static string formatVeryBigValue(float value, string ...
b7a0a39cff49944e34d2609f12b78309ee01bc23
now open source looks recursively from the root for a .sln file, also improved the error message a bit with a absolute path (#838)
now open source looks recursively from the root for a .sln file, also improved the error message a bit with a absolute path (#838)
Barsonax/duality,AdamsLair/duality
Source/Editor/DualityEditor/Utility/EditorHelper.cs
mit
1,591,956,202
using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.Windows.Forms; using System.Drawing; namespace Duality.Editor { public static class EditorHelper { public static readonly string DualityLauncherExecFile = "DualityLauncher.exe"; public static readonly string BackupD...
using System; using System.Collections.Generic; using System.Linq; using System.IO; using System.Windows.Forms; using System.Drawing; namespace Duality.Editor { public static class EditorHelper { public static readonly string DualityLauncherExecFile = "DualityLauncher.exe"; public static readonly string BackupD...
14c8b71da599455394fab53015c4aa748238a16f
fixed error messages
fixed error messages
os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos
Core.DomainServices/SSO/StsBrugerInfoService.cs
mpl-2.0
1,591,956,155
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.ServiceModel; using Core.DomainModel.Result; using Infrastructure.Soap.STSBruger; using Serilog; namespace Core.DomainServices.SSO { public class StsBrugerInfoService : IStsBrugerIn...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.ServiceModel; using Core.DomainModel.Result; using Infrastructure.Soap.STSBruger; using Serilog; namespace Core.DomainServices.SSO { public class StsBrugerInfoService : IStsBrugerIn...
a19b793d0081f1e4d4335982b4628016ac8912ce
added errors from backend
added errors from backend
os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos
Core.DomainServices/SSO/StsBrugerInfoService.cs
mpl-2.0
1,591,955,472
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.ServiceModel; using Core.DomainModel.Result; using Infrastructure.Soap.STSBruger; using Serilog; namespace Core.DomainServices.SSO { public class StsBrugerInfoService : IStsBrugerIn...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.ServiceModel; using Core.DomainModel.Result; using Infrastructure.Soap.STSBruger; using Serilog; namespace Core.DomainServices.SSO { public class StsBrugerInfoService : IStsBrugerIn...
6217fb26daf0a88c9c8bd867f1efb533c0c5c1bb
Finish up design implementation of timing distribution graph
Finish up design implementation of timing distribution graph
peppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu
osu.Game.Tests/Visual/Ranking/TestSceneTimingDistributionGraph.cs
mit
1,591,955,425
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; 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.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using ...
4f809767a5f9cf762244843021a6f33ac99c94af
Disable button while update check is in progress
Disable button while update check is in progress
peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu
osu.Game/Overlays/Settings/Sections/General/UpdateSettings.cs
mit
1,591,954,596
// 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.Threading.Tasks; using osu.Framework; using osu.Framework.Allocation; using osu.Framework.Platform; using osu.Framework.Screens; using osu.Game.Configuratio...
// 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.Threading.Tasks; using osu.Framework; using osu.Framework.Allocation; using osu.Framework.Platform; using osu.Framework.Screens; using osu.Game.Configuratio...
468c3ba8c6b99882bb4bbd1a8d2af72693888fac
Speed up writing of messages with many fields
Speed up writing of messages with many fields
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,591,954,482
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
3dd642a33667d53d5d78a857c1f5548e335f9882
Ensure only one update check can be running at a time
Ensure only one update check can be running at a time
smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu
osu.Game/Updater/UpdateManager.cs
mit
1,591,954,161
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
// 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.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Game.Configuration;...
271627ffac64762aeb3ea90cfa7f8e3ae89d3aff
Sql update
Sql update
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/SFA.DAS.Commitments.Infrastructure/Data/CommitmentRepository.cs
mit
1,591,953,053
using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading.Tasks; using Dapper; using SFA.DAS.Commitments.Domain.Data; using SFA.DAS.Commitments.Domain.Entities; using SFA.DAS.Commitments.Domain.Interfaces; using SFA.DAS.Sql.Client; using SFA.DAS.Sql.Dapper; using CommitmentStatus =...
using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading.Tasks; using Dapper; using SFA.DAS.Commitments.Domain.Data; using SFA.DAS.Commitments.Domain.Entities; using SFA.DAS.Commitments.Domain.Interfaces; using SFA.DAS.Sql.Client; using SFA.DAS.Sql.Dapper; using CommitmentStatus =...