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
33a9c20d254ff0eebe08a595acd005c8a3addd49
iterators don't run
iterators don't run
adamabdelhamed/PowerArgs,workabyte/PowerArgs
PowerArgs/CLI/Games/SpacialElements/Explosive.cs
mit
1,587,844,729
using PowerArgs; using PowerArgs.Cli.Physics; using System; using PowerArgs.Cli; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PowerArgs.Games { public class Explosive : WeaponElement { public const float ExplosiveProjectileSpeed = 60; public Eve...
using PowerArgs; using PowerArgs.Cli.Physics; using System; using PowerArgs.Cli; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PowerArgs.Games { public class Explosive : WeaponElement { public const float ExplosiveProjectileSpeed = 60; public Eve...
b73e673b39f6201d220cb75e3260a4034ce698df
sockets: more constants
sockets: more constants
iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,844,499
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
1f9d2adee263e72cb6647653fa8066a3a37d7a21
sdk: tests simplified
sdk: tests simplified
peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Tests/Peachpie.NET.SdkTests/ComposerVersionTest.cs
apache-2.0
1,587,841,906
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Peachpie.NET.Sdk.Versioning; namespace Peachpie.Runtime.Tests { [TestClass] public class ComposerVersionTest { [TestMethod] public void VersionParseTest() { Assert.IsTrue(ComposerVersion.TryParse("1....
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Peachpie.NET.Sdk.Versioning; namespace Peachpie.Runtime.Tests { [TestClass] public class ComposerVersionTest { [TestMethod] public void VersionParseTest() { Assert.IsTrue(ComposerVersion.TryParse("1....
41e46d5a00abc4b05bc4c4642d001c3a2299285e
sdk: composer dependencies have prerelease suffix if whole package is prerelease
sdk: composer dependencies have prerelease suffix if whole package is prerelease
peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.NET.Sdk/ComposerTask.cs
apache-2.0
1,587,841,174
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task that processes <c>composer.json</c> file...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task that processes <c>composer.json</c> file...
2877443201b4576cc0f94d711376ff75ef1530cd
Fix broken test
Fix broken test Also fix some code style
TelegramBots/telegram.bot,MrRoundRobin/telegram.bot
test/Telegram.Bot.Tests.Integ/Other/FileDownloadTests.cs
mit
1,587,839,314
using System.IO; using System.Net.Http; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using Telegram.Bot.Exceptions; using Telegram.Bot.Tests.Integ.Framework; using Telegram.Bot.Types; using Xunit; using Xunit.Abstractions; using File = Telegram.Bot.Types.File; namespace Telegram.Bot.Tests.Integ.Other { ...
using System.Net.Http; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using Telegram.Bot.Exceptions; using Telegram.Bot.Tests.Integ.Framework; using Telegram.Bot.Types; using Xunit; using Xunit.Abstractions; namespace Telegram.Bot.Tests.Integ.Other { [Collection(Constants.TestCollections.FileDownload)]...
17d347f0d2632d01c52dabc77ac930e4146f6ff3
Compatible updated ForEach<T> extension method
Compatible updated ForEach<T> extension method
3F/MvsSln
MvsSln/Extensions/CollectionExtension.cs
mit
1,587,837,837
/* * The MIT License (MIT) * * Copyright (c) 2013-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F * Copyright (c) MvsSln contributors: https://github.com/3F/MvsSln/graphs/contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentati...
/* * The MIT License (MIT) * * Copyright (c) 2013-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F * Copyright (c) MvsSln contributors: https://github.com/3F/MvsSln/graphs/contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentati...
9b8deaa89572af41178ecb40ee4eba3a24859514
remove unused code
remove unused code
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Programs/UWP.cs
mit
1,587,834,733
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Principal; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Xml.Linq; usi...
ac18536692c4231160ef2021a73673a5d22d42c5
fix test for new lnk program
fix test for new lnk program
Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox.Test/PluginProgramTest.cs
mit
1,587,834,350
using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Wox.Core.Plugin; using Wox.Plugin; namespace Wox.Test { [TestFixture] class PluginProgramTest { private Plugin.Program.Main plugin; [OneTimeSetUp] public void Setup() { plugin =...
using System.Collections.Generic; using System.Linq; using NUnit.Framework; using Wox.Core.Plugin; using Wox.Plugin; namespace Wox.Test { [TestFixture] class PluginProgramTest { private Plugin.Program.Main plugin; [OneTimeSetUp] public void Setup() { plugin =...
cb6b811103046a21fac3c8c5cefc717f2fa16574
Made NaughtyInspector.OnEnable() and NaughtyInspector.OnDisable() virtual protected so it can be inherited as a default editor
Made NaughtyInspector.OnEnable() and NaughtyInspector.OnDisable() virtual protected so it can be inherited as a default editor
dbrizov/NaughtyAttributes
Assets/NaughtyAttributes/Scripts/Editor/NaughtyInspector.cs
mit
1,587,834,119
using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; namespace NaughtyAttributes.Editor { [CanEditMultipleObjects] [CustomEditor(typeof(UnityEngine.Object), true)] public class NaughtyInspector : UnityEditor.Editor { private List<Seriali...
using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; namespace NaughtyAttributes.Editor { [CanEditMultipleObjects] [CustomEditor(typeof(UnityEngine.Object), true)] public class NaughtyInspector : UnityEditor.Editor { private List<Seriali...
eeee0c2f5e8a8fd9290fe62246872b784fe2ce4b
fix: some null reference exceptions related to dropdowns
fix: some null reference exceptions related to dropdowns
dbrizov/NaughtyAttributes
Assets/NaughtyAttributes/Scripts/Editor/PropertyDrawers/DropdownPropertyDrawer.cs
mit
1,587,833,255
using UnityEngine; using UnityEditor; using System.Collections; using System.Reflection; using System; using System.Collections.Generic; namespace NaughtyAttributes.Editor { [CustomPropertyDrawer(typeof(DropdownAttribute))] public class DropdownPropertyDrawer : PropertyDrawerBase { protected override...
using UnityEngine; using UnityEditor; using System.Collections; using System.Reflection; using System; using System.Collections.Generic; namespace NaughtyAttributes.Editor { [CustomPropertyDrawer(typeof(DropdownAttribute))] public class DropdownPropertyDrawer : PropertyDrawerBase { protected override...
38964ef0abd53f9703c9ea84ad301567a21e4a42
Some formatting
Some formatting
dbrizov/NaughtyAttributes
Assets/NaughtyAttributes/Scripts/Editor/NaughtyInspector.cs
mit
1,587,830,955
using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; namespace NaughtyAttributes.Editor { [CanEditMultipleObjects] [CustomEditor(typeof(UnityEngine.Object), true)] public class NaughtyInspector : UnityEditor.Editor { private List<Seriali...
using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; namespace NaughtyAttributes.Editor { [CanEditMultipleObjects] [CustomEditor(typeof(UnityEngine.Object), true)] public class NaughtyInspector : UnityEditor.Editor { private List<Seriali...
a8bbff40e5b7d12c9494119021a7aab02a386479
Generated query test with inline fragment
Generated query test with inline fragment
Husqvik/GraphQlClientGenerator
test/GraphQlClientGenerator.Test/GraphQlGeneratorTest.cs
mit
1,587,830,840
using System; using System.ComponentModel; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Newtonsoft.Json; using Shouldly; using Xunit; using Xunit.A...
using System; using System.ComponentModel; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Newtonsoft.Json; using Shouldly; using Xunit; using Xunit.A...
f849cea27e5e03a41246f339e1b58213e112791e
More invisible parser tags: templatedata, templatestyles.
More invisible parser tags: templatedata, templatestyles.
CXuesong/MwParserFromScratch
MwParserFromScratch/Nodes/Inline.cs
apache-2.0
1,587,829,676
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace MwParserFromScratch.Nodes { public abstract class InlineNode : Node { ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace MwParserFromScratch.Nodes { public abstract class InlineNode : Node { ...
f0c58a73eeb5fba588b773eb93cdf5091f589119
Only add SRS_ID column if it exists. Fixes #805
Only add SRS_ID column if it exists. Fixes #805
mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector
src/MySqlConnector/Core/SchemaProvider.cs
mit
1,587,829,592
#if !NETSTANDARD1_3 using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using MySql.Data.MySqlClient; namespace MySqlConnector.Core { internal sealed class SchemaProvider { public SchemaProvider(MySqlConnection connection) { m_connection = connection...
#if !NETSTANDARD1_3 using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using MySql.Data.MySqlClient; namespace MySqlConnector.Core { internal sealed class SchemaProvider { public SchemaProvider(MySqlConnection connection) { m_connection = connection...
a5df029d43fb6a942deea3c0616b1eeec8e368ed
update test to loop through all formats for payjoin
update test to loop through all formats for payjoin
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer.Tests/PayJoinTests.cs
mit
1,587,829,084
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Controllers; using BTCPayServer.Data; using BTCPayServer.Events; using BTCPayServer.Models; using BTCPayServer.Models.InvoicingModels; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Controllers; using BTCPayServer.Data; using BTCPayServer.Events; using BTCPayServer.Models; using BTCPayServer.Models.InvoicingModels; usi...
f8b2b18c6e83026cd34245c22d5a955ad8f237cc
Fix PJ (#1502)
Fix PJ (#1502) * Fix P2SH-P2WPKH case for Payjoin (Fix #1500) * fix p2sh issue Co-authored-by: nicolas.dorier <e0d8c2db4ae51ce7edabb90360e35204366b1a4f@gmail.com>
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs
mit
1,587,827,964
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using BTCPayServer.Events; using BTCPayServer.Filters; using BTCPayServer.HostedServices; using BTCPayServer.Payments.Bitcoin; using BTCPayServer.Services; using BTCPayServer.Services.Inv...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using BTCPayServer.Events; using BTCPayServer.Filters; using BTCPayServer.HostedServices; using BTCPayServer.Payments.Bitcoin; using BTCPayServer.Services; using BTCPayServer.Services.Inv...
f2076892c676ba5e8ca1627e9984da1f75612b26
Throw better exception when response has no body and the user want to read it.
Throw better exception when response has no body and the user want to read it.
titanium007/Titanium,justcoding121/Titanium-Web-Proxy,titanium007/Titanium-Web-Proxy,justcoding121/Titanium-Web-Proxy,titanium007/Titanium,titanium007/Titanium-Web-Proxy
src/Titanium.Web.Proxy/Http/Response.cs
mit
1,587,827,403
using System; using System.ComponentModel; using Titanium.Web.Proxy.Exceptions; using Titanium.Web.Proxy.Extensions; using Titanium.Web.Proxy.Models; namespace Titanium.Web.Proxy.Http { /// <summary> /// Http(s) response object /// </summary> [TypeConverter(typeof(ExpandableObjectConverter))] ...
using System; using System.ComponentModel; using Titanium.Web.Proxy.Extensions; using Titanium.Web.Proxy.Models; namespace Titanium.Web.Proxy.Http { /// <summary> /// Http(s) response object /// </summary> [TypeConverter(typeof(ExpandableObjectConverter))] public class Response : RequestRespon...
4c83a5dd1a4f604da44cebe998bcb29b977146cc
Initial sanity check for setCustomBg
Initial sanity check for setCustomBg
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/ProfileModule.cs
agpl-3.0
1,587,827,182
using System; using System.IO; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Bot.Models; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos.Profile; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Profi...
using System.IO; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Bot.Models; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos.Profile; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Profile; namespace SoraBot.Bot.Module...
e76503f874a965bc91ce0950a8f8bbc8568db0b3
Update SiteCollection.cs
Update SiteCollection.cs
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Sites/SiteCollection.cs
mit
1,587,826,831
#if !ONPREMISES using Microsoft.Graph; using Microsoft.SharePoint.Client; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Utilities.Async; using System; using System.Collections.Generic; using System.Diagnostics; using S...
#if !ONPREMISES using Microsoft.Graph; using Microsoft.SharePoint.Client; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Utilities.Async; using System; using System.Collections.Generic; using System.Diagnostics; using S...
e0798a0975b569804e8384c64526c65fa2877da6
Add some information for help command
Add some information for help command
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/ProfileModule.cs
agpl-3.0
1,587,826,687
using System.IO; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Bot.Models; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos.Profile; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Profile; namespace SoraBot.Bot.Module...
using System.IO; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Bot.Models; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos.Profile; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Profile; namespace SoraBot.Bot.Module...
cbb086f097032a7b1136330284f1fd055bcffd0d
some formating
some formating
dbrizov/NaughtyAttributes
Assets/NaughtyAttributes/Scripts/Editor/PropertyDrawers/ProgressBarPropertyDrawer.cs
mit
1,587,826,663
using UnityEngine; using UnityEditor; namespace NaughtyAttributes.Editor { [CustomPropertyDrawer(typeof(ProgressBarAttribute))] public class ProgressBarPropertyDrawer : PropertyDrawerBase { protected override float GetPropertyHeight_Internal(SerializedProperty property, GUIContent label) { return ...
using UnityEngine; using UnityEditor; namespace NaughtyAttributes.Editor { [CustomPropertyDrawer(typeof(ProgressBarAttribute))] public class ProgressBarPropertyDrawer : PropertyDrawerBase { protected override float GetPropertyHeight_Internal(SerializedProperty property, GUIContent label) { return ...
536edb993f147834b32fecad3c48009a03f321d0
socket_addrinfo stubs
socket_addrinfo stubs
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,825,821
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
454da67cea7cb338e9d6997f75e145fb34f5017f
check for null in converter
check for null in converter
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/Converters/MultilineTextConverter.cs
mit
1,587,824,547
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Data; namespace Wox.Converters { class MultilineTextConverter: IValueConverter { /// <inheritdoc /> public object Convert(object ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Data; namespace Wox.Converters { class MultilineTextConverter: IValueConverter { /// <inheritdoc /> public object Convert(object ...
672a08d77d1af619b469640185d22b9bcd2027f6
better log
better log
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,587,824,502
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
64159f271cb1d152470c36174939b08ab71e0096
Disabled auto-commit feature for tests
Disabled auto-commit feature for tests
alexvaluyskiy/Akka.Streams.Kafka,alexvaluyskiy/Akka.Streams.Kafka
src/Akka.Streams.Kafka.Tests/KafkaIntegrationTests.cs
apache-2.0
1,587,824,041
using System; using System.Collections.Generic; using System.Threading.Tasks; using Akka.Actor; using Akka.Configuration; using Akka.Streams.Dsl; using Akka.Streams.Kafka.Dsl; using Akka.Streams.Kafka.Helpers; using Akka.Streams.Kafka.Messages; using Akka.Streams.Kafka.Settings; using Akka.Streams.TestKit; using Conflu...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Akka.Actor; using Akka.Configuration; using Akka.Streams.Dsl; using Akka.Streams.Kafka.Dsl; using Akka.Streams.Kafka.Helpers; using Akka.Streams.Kafka.Messages; using Akka.Streams.Kafka.Settings; using Akka.Streams.TestKit; using Conflu...
047e77355519dc30e5fb423b811f8d67c8d31e9c
Added webhook to PaymentSpecificParameters (#165)
Added webhook to PaymentSpecificParameters (#165)
Viincenttt/MollieApi
Mollie.Api/Models/Order/Request/PaymentSpecificParameters/PaymentSpecificParameters.cs
mit
1,587,823,958
using Mollie.Api.Models.Payment; namespace Mollie.Api.Models.Order.Request.PaymentSpecificParameters { public class PaymentSpecificParameters { public string CustomerId { get; set; } public SequenceType SequenceType { get; set; } public string WebhookUrl { get; set; } } }
using Mollie.Api.Models.Payment; namespace Mollie.Api.Models.Order.Request.PaymentSpecificParameters { public class PaymentSpecificParameters { public string CustomerId { get; set; } public SequenceType SequenceType { get; set; } } }
f5f589da509edbeab65ad39e4cb1441cc859e156
Lexerのテスト追加
Lexerのテスト追加
zenuas/Roku,zenuas/Roku
test/LexerTest.cs
mit
1,587,823,560
using Extensions; using NUnit.Framework; using Roku.Parser; using System.Collections.Generic; using System.IO; namespace Roku.Tests { class LexerTest { [Test] public void CountIndentTest() { Assert.AreEqual(Lexer.CountIndent(" a"), 2); Assert.AreEqual(Lexer.Cou...
using Extensions; using NUnit.Framework; using Roku.Parser; using System.Collections.Generic; using System.IO; namespace Roku.Tests { class LexerTest { [Test] public void CountIndentTest() { Assert.AreEqual(Lexer.CountIndent(" a"), 2); Assert.AreEqual(Lexer.Cou...
3fbd541f827e0d037b034b655bd0fe137c3baeed
"ext-json" in composer.json resolved
"ext-json" in composer.json resolved
iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.NET.Sdk/ComposerTask.cs
apache-2.0
1,587,821,555
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task that processes <c>composer.json</c> file...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task that processes <c>composer.json</c> file...
e7e4d019cb4f685c3d8d0857158278d08aff31cf
use TextWriter instead of StringBuilder
use TextWriter instead of StringBuilder
Husqvik/GraphQlClientGenerator
src/GraphQlClientGenerator/GraphQlGenerator.cs
mit
1,587,821,233
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; namespace GraphQlClientGenerator...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; namespace GraphQlClientGenerator...
8af5e31872326ca53faab79055632f6bc6ad5313
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,587,820,990
#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-...
bdd7f28db02e5abaa3ff782d8d080e4e563ef67f
Added unit tests for raw array values
Added unit tests for raw array values
Unity-Technologies/debugger-libs,mono/debugger-libs,mono/debugger-libs,Unity-Technologies/debugger-libs
UnitTests/Mono.Debugging.Tests/Shared/EvaluationTests.cs
mit
1,587,820,437
// // EvaluationTests.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // i...
// // EvaluationTests.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // i...
20ab97003cca0e3aa6e70b0d45f149b1376975df
keyed foreach over regular .NET IEnumerable<T>
keyed foreach over regular .NET IEnumerable<T> runtime operation, counts "key" from 0 implicitly
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Runtime/Operators.cs
apache-2.0
1,587,820,249
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Pchp.Core.Reflection; namespace Pchp.Core { [DebuggerNonUserCode, DebuggerStepThrough] public ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Pchp.Core.Reflection; namespace Pchp.Core { [DebuggerNonUserCode, DebuggerStepThrough] public ...
7e30ad0f5b12f0955e074c7cc186d1e7b3ea13dc
simplifies DatePeriod
simplifies DatePeriod
iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Library/DateTime/DatePeriod.cs
apache-2.0
1,587,820,190
using System; using System.Collections; using System.Collections.Generic; using System.Text; using Pchp.Core; namespace Pchp.Library.DateTime { /// <summary> /// A date period allows iteration over a set of dates and times, recurring at regular intervals, over a given period. /// </summary> [PhpType(P...
using System; using System.Collections; using System.Collections.Generic; using System.Text; using Pchp.Core; namespace Pchp.Library.DateTime { /// <summary> /// A date period allows iteration over a set of dates and times, recurring at regular intervals, over a given period. /// </summary> [PhpType(P...
e29afeed8d6e805a391af2e5ecb98a4cbdee9816
explosive hook
explosive hook
workabyte/PowerArgs,adamabdelhamed/PowerArgs
PowerArgs/CLI/Games/SpacialElements/Explosive.cs
mit
1,587,819,896
using PowerArgs; using PowerArgs.Cli.Physics; using System; using PowerArgs.Cli; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PowerArgs.Games { public class Explosive : WeaponElement { public const float ExplosiveProjectileSpeed = 60; public Eve...
using PowerArgs; using PowerArgs.Cli.Physics; using System; using PowerArgs.Cli; using System.Collections.Generic; using System.Linq; namespace PowerArgs.Games { public class Explosive : WeaponElement { public const float ExplosiveProjectileSpeed = 60; public Event<Projectile> OnProjectileAdd...
f6750859c2b5eff3209662f22529f68cd9c5f15b
keyed foreach over regular .NET IEnumerable<T>
keyed foreach over regular .NET IEnumerable<T>
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie
src/Peachpie.CodeAnalysis/CodeGen/Graph/BoundEdge.cs
apache-2.0
1,587,819,701
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.PooledObjects; using Pchp.CodeAnalysis.CodeGen; using Pchp.CodeAnalysis.Symbols; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using System.T...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.PooledObjects; using Pchp.CodeAnalysis.CodeGen; using Pchp.CodeAnalysis.Symbols; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using System.T...
c117559c4a2f9a52a8de8eded8f5082cf68e6ad2
keyed foreach over regular .NET IEnumerable<T>
keyed foreach over regular .NET IEnumerable<T> keys are automatically counted from 0
iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.CodeAnalysis/CodeGen/Graph/BoundEdge.cs
apache-2.0
1,587,819,599
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.PooledObjects; using Pchp.CodeAnalysis.CodeGen; using Pchp.CodeAnalysis.Symbols; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using System.T...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen; using Microsoft.CodeAnalysis.PooledObjects; using Pchp.CodeAnalysis.CodeGen; using Pchp.CodeAnalysis.Symbols; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection.Metadata; using System.T...
592b69ddab75f7e3608aa002a46d98785c154285
fix debug log
fix debug log
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox/App.xaml.cs
mit
1,587,819,416
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
641f35cccf0646cf0f2622ed2e55855b6d867b8e
fix: Not support BgrPixel
fix: Not support BgrPixel
takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet
src/DlibDotNet/Array2D/Array2D.cs
mit
1,587,819,407
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using DlibDotNet.Extensions; // ReSharper disable once CheckNamespace namespace DlibDotNet { public sealed class Array2D<TElement> : Array2DBase where TElement : struct { #region Fields private rea...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using DlibDotNet.Extensions; // ReSharper disable once CheckNamespace namespace DlibDotNet { public sealed class Array2D<TElement> : Array2DBase where TElement : struct { #region Fields private rea...
7f0b4e8630fd390f56b9ca91babccaa0410787aa
Pass setup installer selected language to the application
Pass setup installer selected language to the application
xavierfoucrier/gmail-notifier
code/Program.cs
mit
1,587,819,358
using System; using System.Diagnostics; using System.Globalization; using System.Threading; using System.Windows.Forms; using notifier.Languages; using notifier.Properties; namespace notifier { static class Program { #region #attributes /// <summary> /// Mutex associated to the application instance /// </su...
using System; using System.Diagnostics; using System.Globalization; using System.Threading; using System.Windows.Forms; using notifier.Languages; using notifier.Properties; namespace notifier { static class Program { #region #attributes /// <summary> /// Mutex associated to the application instance /// </su...
8d181612890005e4799b9fd058a821dfb7d66a8b
fix: invalid type parameter
fix: invalid type parameter
takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet,takuya-takeuchi/DlibDotNet
test/DlibDotNet.Tests/DlibTest.cs
mit
1,587,819,100
using System; using System.IO; using Xunit; namespace DlibDotNet.Tests { public class DlibTest : TestBase { private const string LoadTarget = "Lenna_mini"; private const string LoadTarget2 = "1024px-Mars_&_Apollo_in_Perspective"; private const int LoadTargetWidth = 256; pr...
using System; using System.IO; using Xunit; namespace DlibDotNet.Tests { public class DlibTest : TestBase { private const string LoadTarget = "Lenna_mini"; private const string LoadTarget2 = "1024px-Mars_&_Apollo_in_Perspective"; private const int LoadTargetWidth = 256; pr...
4c08e66254d6ea265316b777b39e977ead044520
Fix thrown items not colliding with walls.
Fix thrown items not colliding with walls.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Server/Throw/ThrowHelper.cs
mit
1,587,818,621
using Content.Server.GameObjects.Components; using Content.Shared.Physics; using Robust.Server.GameObjects; using Robust.Shared.GameObjects.Components; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces.Map; using Robust.Shared.Interfaces.Random; using Robust.Shared.Interfaces.Timing; using Rob...
using Content.Server.GameObjects.Components; using Content.Shared.Physics; using Robust.Server.GameObjects; using Robust.Shared.GameObjects.Components; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared.Interfaces.Map; using Robust.Shared.Interfaces.Random; using Robust.Shared.Interfaces.Timing; using Rob...
559026a21897fd8e91ab9afd1ac4228d2ca83c74
fix: longpoll test used to parse Ts parameter as int
fix: longpoll test used to parse Ts parameter as int
Worldbeater/VkLibrary,Worldbeater/VkLibrary
VkLibrary.Tests/LongPoll.cs
mit
1,587,818,495
using System.Threading.Tasks; using FluentAssertions; using VkLibrary.Tests.Helpers; using Xunit; using Xunit.Abstractions; namespace VkLibrary.Tests { public class LongPoll : ClassFixtureBase { public LongPoll(ITestOutputHelper testOutputHelper) : base(Constants.ApplicationId, string.Emp...
using System.Threading.Tasks; using FluentAssertions; using VkLibrary.Tests.Helpers; using Xunit; using Xunit.Abstractions; namespace VkLibrary.Tests { public class LongPoll : ClassFixtureBase { public LongPoll(ITestOutputHelper testOutputHelper) : base(Constants.ApplicationId, string.Emp...
a11a02a06555c20ce1389a65dd80e14eb857b1c4
fix: use Environment.NewLine to prevent errors with line ending
fix: use Environment.NewLine to prevent errors with line ending
Worldbeater/VkLibrary,Worldbeater/VkLibrary
VkLibrary.Codegen/Generators/CommonGenerator.cs
mit
1,587,818,454
using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using VkLibrary.Codegen.Types; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; namespace VkLibrary.Codegen.Generators { public class CommonGenerator { public const str...
using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using VkLibrary.Codegen.Types; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; namespace VkLibrary.Codegen.Generators { public class CommonGenerator { public const stri...
316df576f164606d5cdc322152d288fa4d6eaa81
Don't draw rings around top-level stars
Don't draw rings around top-level stars
klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery
EDDiscovery/UserControls/Helpers/ScanDisplayUserControl.cs
apache-2.0
1,587,817,857
/* * Copyright © 2019 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
/* * Copyright © 2019 EDDiscovery development team * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
25bc7f07e730ea444bf948b0cf4a057c0e6cd61d
array_merge() nullref fix
array_merge() nullref fix - NULL handled properly, warning reported and NULL returned from function - NULL checked, avoids nullref exception
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.Library/Arrays.cs
apache-2.0
1,587,817,160
using Pchp.Core; using Pchp.Library.Resources; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Pchp.Library { #region Enumerations /// <summa...
using Pchp.Core; using Pchp.Library.Resources; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Pchp.Library { #region Enumerations /// <summa...
1e12e7c0823a49220ffa6fd2093e23e092f46532
fixes path to deploy.bat path
fixes path to deploy.bat path
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/BuildScript/BuildScript.cs
bsd-2-clause
1,587,817,086
using System; using System.IO; using FlubuCore.Commanding; using FlubuCore.Context; using FlubuCore.Scripting; using FlubuCore.Context.FluentInterface.Interfaces; using FlubuCore.IO; using FlubuCore.Context.Attributes.BuildProperties; using FlubuCore.Tasks.NetCore; public class BuildScript : DefaultBuildScript { ...
using System; using System.IO; using FlubuCore.Commanding; using FlubuCore.Context; using FlubuCore.Scripting; using FlubuCore.Context.FluentInterface.Interfaces; using FlubuCore.IO; using FlubuCore.Context.Attributes.BuildProperties; using FlubuCore.Tasks.NetCore; public class BuildScript : DefaultBuildScript { ...
6283847a6ed340e18b516cf30ee3d86dfc45b4a6
BasicResultError: Code property
BasicResultError: Code property
sandrock/SrkToolkit
Sources/NET4.SrkToolkit.Domain/BasicResultError.cs
apache-2.0
1,587,816,373
// // Copyright 2014 SandRock // // 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 ag...
// // Copyright 2014 SandRock // // 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 ag...
5078312c4ded864bd2f45a71bbe8d48fa1a3195e
curl: unnecessary lazy removed
curl: unnecessary lazy removed + fixes InvalidOperationException when accesing Lazy.Value from ValueFactory
peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Library.Network/CURLFunctions.cs
apache-2.0
1,587,816,340
#nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Net.Security; using System.Security.Cryptography; using System.Text; using System.Threading; using System.Threading.Tasks; using Pc...
#nullable enable using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Net.Security; using System.Security.Cryptography; using System.Text; using System.Threading; using System.Threading.Tasks; using Pc...
339a46cbb2f4befc63026effe431eb8d1bb2625d
fix: use @ instead of _ for keywords like parameter name
fix: use @ instead of _ for keywords like parameter name
Worldbeater/VkLibrary,Worldbeater/VkLibrary
VkLibrary.Codegen/Types/TitleCase/CamelCaseTitle.cs
mit
1,587,815,561
using System.Linq; using VkLibrary.Codegen.Tools; namespace VkLibrary.Codegen.Types.TitleCase { public class CamelCaseTitle : ICustomCaseTitle { private readonly string _originalValue; private readonly bool _isLower; private readonly string _value; public CamelCaseTitle(string...
using System.Linq; using VkLibrary.Codegen.Tools; namespace VkLibrary.Codegen.Types.TitleCase { public class CamelCaseTitle : ICustomCaseTitle { private readonly string _originalValue; private readonly bool _isLower; private readonly string _value; public CamelCaseTitle(string...
219c851c75ddea196934372d8bf350a5a5ca4024
use different name for different unhandled exception
use different name for different unhandled exception
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox/Helper/ErrorReporting.cs
mit
1,587,815,329
using System; using System.Runtime.CompilerServices; using System.Threading.Tasks; using System.Windows.Threading; using NLog; using Wox.Infrastructure.Exception; namespace Wox.Helper { public static class ErrorReporting { private static void Report(Exception e, [CallerMemberName] string method = "") ...
using System; using System.Threading.Tasks; using System.Windows.Threading; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Exception; namespace Wox.Helper { public static class ErrorReporting { private static void Report(Exception e) { var logger = LogManager.GetLog...
3b3fdee8a181296fb91a7302ec5327f9612ba0fa
Fix ScriptFormatter for scientific functions
Fix ScriptFormatter for scientific functions
textamina/scriban,lunet-io/scriban
src/Scriban/Syntax/ScriptFormatter.cs
bsd-2-clause
1,587,815,128
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime; namespace Scriban.Syntax { ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using Scriban.Helpers; using Scriban.Parsing; namespace Scriban.Syntax { public partial class...
1b2dfe675a5d6eea9a23dd94a287afb851fa56c7
Fix node ToString
Fix node ToString
textamina/scriban,lunet-io/scriban
src/Scriban/Syntax/ScriptNode.cs
bsd-2-clause
1,587,815,108
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Threading.Tasks; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime;...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System; using System.Collections.Generic; using System.Threading.Tasks; using Scriban.Helpers; using Scriban.Parsing; using Scriban.Runtime;...
1bfb064775ec27f2425d6a0d3ce43953ef3b36d0
fix version exist as local version
fix version exist as local version
NDark/ndinfrastructure,NDark/ndinfrastructure
Unity/ABFetcher/AssetBundleManager/AssetBundleManager.cs
mit
1,587,815,046
// #define ENABLE_NDINFRA_ONE_BUNDLE // #define ENABLE_NDINFRA_CUSTOM // #define ENABLE_NDINFRA_DEBUG_INFO // #define ENABLE_NDINFRA_NO_LOG using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; using System.Collections.Generic; /* In this demo, we demonstrate: 1. Automatic a...
// #define ENABLE_NDINFRA_ONE_BUNDLE // #define ENABLE_NDINFRA_CUSTOM // #define ENABLE_NDINFRA_DEBUG_INFO // #define ENABLE_NDINFRA_NO_LOG using UnityEngine; #if UNITY_EDITOR using UnityEditor; #endif using System.Collections; using System.Collections.Generic; /* In this demo, we demonstrate: 1. Automatic a...
67896ec1e9c549a0eb9a65518764e6aac676d2c4
Remove unused type parameters
Remove unused type parameters
Inumedia/SlackAPI,Inumedia/SlackAPI
SlackAPI/SlackSocketClient.cs
mit
1,587,814,803
using System.Net.WebSockets; using System; using System.Linq; using System.Net; using SlackAPI.WebSocketMessages; namespace SlackAPI { public class SlackSocketClient : SlackClient { readonly bool maintainPresenceChanges; SlackSocket underlyingSocket; public event Action<NewMessage> On...
using System.Net.WebSockets; using System; using System.Linq; using System.Net; using SlackAPI.WebSocketMessages; namespace SlackAPI { public class SlackSocketClient : SlackClient { readonly bool maintainPresenceChanges; SlackSocket underlyingSocket; public event Action<NewMessage> On...
c6d3082b5feb34971da7c936aecffb56ada91104
mb: 8bit not listed in mb_list_encodings
mb: 8bit not listed in mb_list_encodings
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Library/MultiByteString.cs
apache-2.0
1,587,814,513
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using Pchp.Core; using Pchp.Core.Reflection; using static Pchp.Library.StandardPhpOptions; namespace Pchp.Library { [PhpExtension(ExtensionName, Registrator ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using Pchp.Core; using Pchp.Core.Reflection; using static Pchp.Library.StandardPhpOptions; namespace Pchp.Library { [PhpExtension(ExtensionName, Registrator ...
1dfb9cc9dc41854df6ab27f562b49e2d4ed792f0
mb string: simplified encoding name handling, mb_strlen() for "8bit"
mb string: simplified encoding name handling, mb_strlen() for "8bit"
iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Library/MultiByteString.cs
apache-2.0
1,587,814,361
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using Pchp.Core; using Pchp.Core.Reflection; using static Pchp.Library.StandardPhpOptions; namespace Pchp.Library { [PhpExtension(ExtensionName, Registrator ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text; using Pchp.Core; using Pchp.Core.Reflection; using static Pchp.Library.StandardPhpOptions; namespace Pchp.Library { [PhpExtension(ExtensionName, Registrator ...
d4b2f2f7618c48e907668ff5cd3ae06e5d0bae42
PhpString.GetByteCount()
PhpString.GetByteCount() Gets bytes count when converted to bytes using provided encoding
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie
src/Peachpie.Runtime/PhpString.cs
apache-2.0
1,587,814,292
using Pchp.Core.Text; using Pchp.Core.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Pchp.Core.Text { #region BlobChar /// <summa...
using Pchp.Core.Text; using Pchp.Core.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Pchp.Core.Text { #region BlobChar /// <summa...
f70ca91d1e87c86011f0c76f424ebe024add9ad0
debug only
debug only
Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox/ViewModel/MainViewModel.cs
mit
1,587,814,284
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using NLog; using Wox.Core.Plugin; using Wox.Core.Resource; ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using NHotkey; using NHotkey.Wpf; using NLog; using Wox.Core.Plugin; using Wox.Core.Resource; ...
223347f15a4895576563ab3ec0e6576fb7f691ed
Out of range fix
Out of range fix
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/UI/AdminTools/AdminPlayersScrollView.cs
agpl-3.0
1,587,813,772
using System; using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.Events; namespace AdminTools { public class AdminPlayersScrollView : MonoBehaviour { [SerializeField] private Transform playerListContent = null; [SerializeField] private GameObject ...
using System; using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.Events; namespace AdminTools { public class AdminPlayersScrollView : MonoBehaviour { [SerializeField] private Transform playerListContent = null; [SerializeField] private GameObject ...
f11ff2b42292995746c43edcc029ed7ac473d51f
remove useless exception formatter
remove useless exception formatter
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Infrastructure/Logger/Log.cs
mit
1,587,813,002
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.Exception; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const stri...
using System; using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using NLog; using NLog.Config; using NLog.Targets; using Wox.Infrastructure.Exception; using Wox.Infrastructure.UserSettings; namespace Wox.Infrastructure.Logger { public static class Log { public const stri...
6e68dc185b4d79f52b35cf023a214880abb6f572
recurrsive indent
recurrsive indent
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox.Infrastructure/Exception/ExceptionFormatter.cs
mit
1,587,812,920
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Xml; using Microsoft.Win32; namespace Wox.Infrastructure.Exception { public class ExceptionFormatter { public static string FormattedException(System.Exception ex) { ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Xml; using Microsoft.Win32; namespace Wox.Infrastructure.Exception { public class ExceptionFormatter { public static string FormattedException(System.Exception ex) { ...
e98a734a80be1c0b4a7890b374b63b5073e7e222
Shows correct ban time when trying to get into a server
Shows correct ban time when trying to get into a server
fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Managers/PlayerList.Admin.cs
agpl-3.0
1,587,812,022
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using DatabaseAPI; using Mirror; using UnityEngine; using UnityEngine.Diagnostics; /// <summary> /// Admin Controller for players /// </summary> publi...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using DatabaseAPI; using Mirror; using UnityEngine; using UnityEngine.Diagnostics; /// <summary> /// Admin Controller for players /// </summary> publi...
be271044a758b62f4bc3a60f58a0ef297d700641
date time parsing handles large relative seconds
date time parsing handles large relative seconds results in DateTime.MaxValue instead of throwing exception (similar behavior to PHP where it also has its max value) fixes https://github.com/peachpiecompiler/peachpie/issues/734
iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Library/DateTime/DateTimeParsing.cs
apache-2.0
1,587,810,365
/* Copyright (c) 2005-2006 Tomas Matousek. Based on PHP5 implementation by Derick Rethans <derick@derickrethans.nl>. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion...
/* Copyright (c) 2005-2006 Tomas Matousek. Based on PHP5 implementation by Derick Rethans <derick@derickrethans.nl>. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion...
fbcca0c836728044ff5f4974cbd6dc0266170df6
Update provider links
Update provider links
webprofusion/Certify
src/Certify.Core/Management/Challenges/DNS/DnsProviderPoshACME.cs
mit
1,587,810,191
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Certify.Management; using Certify.Models.Config; using Certify.Models.Providers; using Microsoft.ApplicationInsights.DataContracts; namespace Certify.Core.Management.Chal...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Certify.Management; using Certify.Models.Config; using Certify.Models.Providers; using Microsoft.ApplicationInsights.DataContracts; namespace Certify.Core.Management.Chal...
d860dc2f5298c54ef7e27ed2b62462132269a51b
RDP - Moved process tracking out of ReFocusPuTTY into background worker.
RDP - Moved process tracking out of ReFocusPuTTY into background worker.
jimradford/superputty
SuperPutty/ctlApplicationPanel.cs
mit
1,587,810,131
/* * Copyright (c) 2009 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
/* * Copyright (c) 2009 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
31bdc15a2279d1f47e4f2dd33cf995636c291780
refactor: simplify null check
refactor: simplify null check
Abhith/Code.Library,Abhith/Code.Library
src/Code.Library.AspNetCore/SerilogHelpers.cs
apache-2.0
1,587,809,461
using Microsoft.ApplicationInsights.Extensibility; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using Serilog; using Serilog.Formatting.Compact; using System.Reflection; namespace Code.Library.AspNetCore { public static class SerilogHelpers { public static void EnrichFrom...
using Microsoft.ApplicationInsights.Extensibility; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using Serilog; using Serilog.Formatting.Compact; using System.Reflection; namespace Code.Library.AspNetCore { public static class SerilogHelpers { public static void EnrichFrom...
bc821598786cff24bab2f643e72a7378a33baf78
Fix Drop interaction not being raised (#858)
Fix Drop interaction not being raised (#858)
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/GUI/ServerHandsComponent.cs
mit
1,587,809,000
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using Robust.Shared.Utility; using System; using System.Collections.Generic; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Shared.GameObjects; using...
// Only unused on .NET Core due to KeyValuePair.Deconstruct // ReSharper disable once RedundantUsingDirective using Robust.Shared.Utility; using System; using System.Collections.Generic; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces.GameObjects; using Content.Shared.GameObjects; using...
e7a8a9b0a0c612778b8118851da62d4933117b92
fixed decimal size again
fixed decimal size again
dataexperts/dexih.transforms
src/dexih.connections.postgressql/dexih.connections.sql.postgresql.cs
apache-2.0
1,587,808,761
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using dexih.connections.sql; using dexih.functions; using dexih.functions.Query; using dexih.transforms; using dexih.transforms.Except...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using dexih.connections.sql; using dexih.functions; using dexih.functions.Query; using dexih.transforms; using dexih.transforms.Except...
3b887f9dc46fc5e008bfc394771c57c088f7aa55
refactor: change serilog output format
refactor: change serilog output format to rendered compact json formatter and log file to ndjson extension for better view
Abhith/Code.Library,Abhith/Code.Library
src/Code.Library.AspNetCore/SerilogHelpers.cs
apache-2.0
1,587,808,246
using Microsoft.ApplicationInsights.Extensibility; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using Serilog; using Serilog.Formatting.Compact; using System.Reflection; namespace Code.Library.AspNetCore { public static class SerilogHelpers { public static void EnrichFrom...
using Microsoft.ApplicationInsights.Extensibility; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Configuration; using Serilog; using Serilog.Formatting.Compact; using System.Reflection; namespace Code.Library.AspNetCore { public static class SerilogHelpers { public static void EnrichFrom...
7dad9258cbf194ae04a41447f3e36f819bef7592
More DefaultSelfClosingOnlyTags.
More DefaultSelfClosingOnlyTags.
CXuesong/MwParserFromScratch
MwParserFromScratch/WikitextParserOptions.cs
apache-2.0
1,587,808,215
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; using MwParserFromScratch.Nodes; namespace MwParserFromScratch { /// <summary> /// Used to specify the settings for <see cref="WikitextParser"/>. /// </...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; using MwParserFromScratch.Nodes; namespace MwParserFromScratch { /// <summary> /// Used to specify the settings for <see cref="WikitextParser"/>. /// </...
2221917b008b9bb6d3bcb0d369fc0cc8fe5735f6
不要なusing除去
不要なusing除去
zenuas/Roku,zenuas/Roku
src/Program.cs
mit
1,587,807,873
using Roku.Compiler; using Roku.Manager; using Roku.Node; using System; namespace Roku { public static class Program { public static void Main(string[] args) { var pgm = new ProgramNode() { FileName = "Sample.rk" }; var call = new FunctionCallNode(new VariableNode() { N...
using Extensions; using Roku.Compiler; using Roku.IntermediateCode; using Roku.Manager; using Roku.Node; using System; using System.Collections.Generic; namespace Roku { public static class Program { public static void Main(string[] args) { var pgm = new ProgramNode() { FileName = ...
2a05e1de0733e0c0c89851f3b141aa298ef8e84e
fixed decimal size again
fixed decimal size again
dataexperts/dexih.transforms
src/dexih.connections.azure/dexih.connections.azure.cs
apache-2.0
1,587,807,472
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; using dexih.functions; using System.Data.Common; using dexih.transforms; using System.Text.RegularExpressions; using System.Threading; using...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Table; using dexih.functions; using System.Data.Common; using dexih.transforms; using System.Text.RegularExpressions; using System.Threading; using...
125a0b5e2840379b6415e8a6e9a4e5d50bad88e9
Hotfix typo in DebugName from listener options
Hotfix typo in DebugName from listener options
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/Event/EventManager.cs
mit
1,587,807,451
using System; using System.Collections.Generic; using System.IO; using System.Linq.Expressions; using System.Reflection; using Pathfinder.Attribute; using Pathfinder.Internal; using Pathfinder.ModManager; using Pathfinder.Util; namespace Pathfinder.Event { public struct ListenerOptions { public string ...
using System; using System.Collections.Generic; using System.IO; using System.Linq.Expressions; using System.Reflection; using Pathfinder.Attribute; using Pathfinder.Internal; using Pathfinder.ModManager; using Pathfinder.Util; namespace Pathfinder.Event { public struct ListenerOptions { public string ...
b50e8471d20fd113db31027692d472524b0d02f5
Reword comment
Reword comment
smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu
osu.Game/Overlays/Toolbar/Toolbar.cs
mit
1,587,806,589
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
823cc2c99354f81c6b560e0824272dcf0af537f0
catch more exception
catch more exception
qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox/App.xaml.cs
mit
1,587,806,027
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
using System; using System.Diagnostics; using System.Threading.Tasks; using System.Windows; using System.Collections.Generic; using System.Threading; using System.Globalization; using CommandLine; using NLog; using Wox.Core; using Wox.Core.Configuration; using Wox.Core.Plugin; using Wox.Core.Resource; using Wox.Helpe...
ba31dc7a39dda1f1c850f2573c8ca538ec7dd415
Handle missing credentials
Handle missing credentials
webprofusion/Certify
src/Certify.Shared/Management/PowerShellManager.cs
mit
1,587,805,961
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Text; using System.Threading.Tasks; using Certify.Models; using Certify.Models.Config; using Certify.Shared; using SimpleImpersonation; nam...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Text; using System.Threading.Tasks; using Certify.Models; using Certify.Models.Config; using Certify.Shared; using SimpleImpersonation; nam...
f1a0c508ccb7ac6d10cd3cf2982217cbb528e14c
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,587,805,782
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 ...
c8f1da754010d72f2065e8d1ce2794697ce281cc
Formatted bracket style
Formatted bracket style
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFPropertyConstraint.cs
apache-2.0
1,587,804,744
/* Copyright 2012-2020 Marco De Salvo 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 agreed to...
/* Copyright 2012-2020 Marco De Salvo 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 agreed to...
e50fe9ac5e4b9e8286c3940da2d8e79f491c3b75
PDOStatement::fetch() does not throw if not executed
PDOStatement::fetch() does not throw if not executed
iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/PDO/Peachpie.Library.PDO/PDOStatement.cs
apache-2.0
1,587,804,419
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Pchp.Core; using static Peachpie.Library.PDO.PDO; using static Pchp.Library.Objects; usin...
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Pchp.Core; using static Peachpie.Library.PDO.PDO; using static Pchp.Library.Objects; usin...
16f53991a898e4b7aae75c8bbfc4935b6876cf57
Test presenting same beatmap more than once
Test presenting same beatmap more than once
ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,peppy/osu,UselessToucan/osu
osu.Game.Tests/Visual/Navigation/TestScenePresentBeatmap.cs
mit
1,587,801,167
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Screens; using osu.Game.Beatmaps; using osu.Game.Rulesets; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Screens; using osu.Game.Beatmaps; using osu.Game.Rulesets; u...
cea582992fa9075899d36d0a4792c7fe13db4bce
Fix early return check
Fix early return check
NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/OsuGame.cs
mit
1,587,800,832
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
f68a7401b9577ca357ac931129133306b632a159
Fix comment
Fix comment
ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu
osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs
mit
1,587,800,238
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
e65acc34018df7f77594ae8fff8c369a62a01ef8
Other review suggestions
Other review suggestions
UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu
osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs
mit
1,587,800,179
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
52416ea90a49f2632a2173ab1c55ca458883b4bc
Use GetRuleset
Use GetRuleset
smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu
osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs
mit
1,587,799,339
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
ce47b7ca932f85b2ac323b0c220da2eaa88dd3ef
Unnest in SetUpSteps
Unnest in SetUpSteps
NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,peppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu
osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs
mit
1,587,799,261
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Beat...
7d41c81244d4fcd1f1c2d77d293c94a171071892
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,798,799
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "b81df7af56a9cb919d03882473ab6be98e4adb87"; public static string Version = "1.2"; public static string Build = "3357"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "fc796916ecd22a6a0683b668dd8a3d3e3ae15f60"; public static string Version = "1.2"; public static string Build = "3355"; ...
f0ebbb1807aaf293751bce16c6c08c7bae15ea6d
Rewrite toolbar test scene and add test cases
Rewrite toolbar test scene and add test cases
smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu
osu.Game.Tests/Visual/Menus/TestSceneToolbar.cs
mit
1,587,797,677
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics.Containers; using osu.Game.Overlays.Toolbar; name...
1953c8fc107d87a9941597ec94235a180f05b339
Fix ruleset selector not receiving key input on toolbar absence
Fix ruleset selector not receiving key input on toolbar absence
ppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu
osu.Game/Overlays/Toolbar/Toolbar.cs
mit
1,587,797,589
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
37cc1ed5a244cae4d2cddbf2c8dc54e9c2ea5c34
Fix potential null reference while hiding toolbar
Fix potential null reference while hiding toolbar
peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu
osu.Game/Overlays/Toolbar/Toolbar.cs
mit
1,587,797,499
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Colour; using osu.Framework.Graphics.Containers...
e0f3a271ed6c8292b3ef72e145951e9b308f68aa
fix interface properties
fix interface properties
robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP
FluentFTP/Client/IFtpClient.cs
mit
1,587,796,829
using FluentFTP.Rules; using FluentFTP.Servers; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Text; #if (CORE || NETFX) using System.Threading; #endif...
using FluentFTP.Rules; using FluentFTP.Servers; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Text; #if (CORE || NETFX) using System.Threading; #endif...
19e85be93badde5848cff20b1fdfb92cec0a3d22
add new properties
add new properties
robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP
FluentFTP/Client/IFtpClient.cs
mit
1,587,796,515
using FluentFTP.Rules; using FluentFTP.Servers; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Text; #if (CORE || NETFX) using System.Threading; #endif...
using FluentFTP.Rules; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Text; #if (CORE || NETFX) using System.Threading; #endif #if (CORE || NET45) usin...
40a57536e96668bf3b6e8d8cccb0784ce5c8caf9
hide internal properties
hide internal properties
robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP
FluentFTP/Client/FtpClient_Properties.cs
mit
1,587,796,510
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; using System.Globalization; using System.Security.Authentication; using System.Net; using FluentFTP.Servers; namespace FluentFTP { public partial class FtpClient : IDisposable { ...
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; using System.Globalization; using System.Security.Authentication; using System.Net; using FluentFTP.Servers; namespace FluentFTP { public partial class FtpClient : IDisposable { ...
fd5fc7fce0e29d1a0c621851fd55d8ec934a1f06
Add a warning about SQLite databases to ReleaseNotes
Add a warning about SQLite databases to ReleaseNotes
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
tools/ReleaseNotes/Program.cs
agpl-3.0
1,587,793,367
using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace ReleaseNotes { /// <summary> /// Contains the application entrypoint /// </summary> static class Program ...
using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace ReleaseNotes { /// <summary> /// Contains the application entrypoint /// </summary> static class Program ...
61b0d9d8a55426dd7f2e37e97ad0171967628fa5
Remove unused usings
Remove unused usings
jhewlett/ValueObject
ValueObjectTests/ValueObjectTests.cs
mit
1,587,792,296
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Value; namespace ValueObjectTests { class TestValue : ValueObject { public TestValue() { } public TestValue(int nonPublicValue) { ProtectedProperty = nonPublicValue; PrivatePro...
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Value; using System.Windows; using System.Drawing; namespace ValueObjectTests { class TestValue : ValueObject { public TestValue() { } public TestValue(int nonPublicValue) { ProtectedProp...
fb7f8f8b1b50d07b5df9e5b704a9752a073d19b3
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,792,225
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "fc796916ecd22a6a0683b668dd8a3d3e3ae15f60"; public static string Version = "1.2"; public static string Build = "3355"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "fbdc68cb0e08d7df2046d44e6ce321cf05baa4e8"; public static string Version = "1.2"; public static string Build = "3354"; ...
fc796916ecd22a6a0683b668dd8a3d3e3ae15f60
Update Corpse messaging (#2951)
Update Corpse messaging (#2951)
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/WorldObjects/Corpse.cs
agpl-3.0
1,587,792,087
using System; using System.Collections.Generic; using log4net; using ACE.Common; using ACE.Entity; using ACE.Server.Entity.Actions; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Factories; using ACE.Server.Managers; using ACE.Server.Network...
using System; using System.Collections.Generic; using log4net; using ACE.Common; using ACE.Entity; using ACE.Server.Entity.Actions; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Factories; using ACE.Server.Managers; using ACE.Server.Network...
3cc0b21eaef64e58730d8a7732230290a1dc10b1
Added more smart checking to removing rewound drumroll hits
Added more smart checking to removing rewound drumroll hits
UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,ppy/osu
osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs
mit
1,587,791,882
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using osu.Framework.Allocation; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers...
46513c90c0b29574b48606acd3dedcad19e58a44
Issue 87: Stack efficient Euclidean method
Issue 87: Stack efficient Euclidean method
aalhour/C-Sharp-Algorithms
Algorithms/Numeric/GreatestCommonDivisor.cs
mit
1,587,791,333
using System; namespace Algorithms.Numeric { public static class GreatestCommonDivisor { /// <summary> /// Returns the greatest common divisor of two numbers using Euclidean Algorithm. /// </summary> public static int FindGCDEuclidean(int a, int b) { int...
using System; namespace Algorithms.Numeric { public static class GreatestCommonDivisor { /// <summary> /// Returns the greatest common divisor of two numbers using Euclidean Algorithm. /// </summary> public static int FindGCDEuclidean(int a, int b) { a =...
1d6319a8dba4c4638689a4563be5009f170d37e9
Fix pull request test
Fix pull request test
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/RepositoryTest.cs
agpl-3.0
1,587,791,051
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Inst...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Inst...
a5e96cde2ee4600f316aa02fceebe4b1c03e593f
A more informative error perhaps?
A more informative error perhaps?
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,587,790,361
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...
using Discord.WebSocket; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.Tasks; using ...