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 |
|---|---|---|---|---|---|---|---|---|
98629775a9ce588794209b8312d1838b7a4ba5e9 | Connector. RegisteredXXX returns only active subscriptions. | Connector. RegisteredXXX returns only active subscriptions.
| StockSharp/StockSharp | Algo/Connector_SubscriptionManager.cs | apache-2.0 | 1,592,578,630 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
... |
d0ccc0b849e8f91dd478194ef84cca8e1cc6995a | don't compose hidden controls | don't compose hidden controls
| workabyte/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Controls/Container.cs | mit | 1,592,578,188 | using System;
using System.Collections.Generic;
namespace PowerArgs.Cli
{
public abstract class Container : ConsoleControl
{
internal Container() { }
public abstract IEnumerable<ConsoleControl> Children { get; }
public IEnumerable<ConsoleControl> Descendents
{
get
... | using System;
using System.Collections.Generic;
namespace PowerArgs.Cli
{
public abstract class Container : ConsoleControl
{
internal Container() { }
public abstract IEnumerable<ConsoleControl> Children { get; }
public IEnumerable<ConsoleControl> Descendents
{
get
... |
434253517ef27f08d1ad6edf22f2fdb16ec459b5 | Update WalletWasabi.Gui/CommandLine/MixerCommand.cs | Update WalletWasabi.Gui/CommandLine/MixerCommand.cs
Co-authored-by: Lucas Ontivero <7fbf69634c7f8746a1585e508ea7bfe6c4c26d19@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CommandLine/MixerCommand.cs | mit | 1,592,578,161 | using Mono.Options;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.CommandLine
{
internal class MixerCommand : Command
{
public MixerCommand(Daemon daemon)
: base("mix", "Start mixing without the GUI with the specified wallet.... | using Mono.Options;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.CommandLine
{
internal class MixerCommand : Command
{
public MixerCommand(Daemon daemon)
: base("mix", "Start mixing without the GUI with the specified wallet.... |
4651ac74f9bde0ea38daa304ccb5871f71836362 | Fix url handling | Fix url handling
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/ContentObject.cs | bsd-2-clause | 1,592,577,118 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text.RegularExpressions;
using Lunet.Helpers;
using Lunet.Scripts;
using Scriban.Functions;
using Scriban.Helpers;
using Scriban.Runtime;
using Scriban.Syntax;
using Zio;
namespace Lunet.Core
{
[DebuggerDisplay... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text.RegularExpressions;
using Lunet.Helpers;
using Lunet.Scripts;
using Scriban.Functions;
using Scriban.Helpers;
using Scriban.Runtime;
using Scriban.Syntax;
using Zio;
namespace Lunet.Core
{
[DebuggerDisplay... |
e3e14f06b22071945e4940aa0dbd6b941b653497 | fix compile | fix compile
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/CSharp/Feature/Services/QuickFixes/GenerateUnityEventFunctionsFix.cs | apache-2.0 | 1,592,576,827 | using JetBrains.Annotations;
using JetBrains.ReSharper.Feature.Services.CSharp.Generate;
using JetBrains.ReSharper.Feature.Services.Generate;
using JetBrains.ReSharper.Intentions.CSharp.QuickFixes;
using JetBrains.ReSharper.Plugins.Unity.CSharp.Feature.Services.Generate;
using JetBrains.ReSharper.Psi.CSharp.Tree;
using... | using JetBrains.Annotations;
using JetBrains.ReSharper.Feature.Services.CSharp.Generate;
using JetBrains.ReSharper.Feature.Services.Generate;
using JetBrains.ReSharper.Intentions.CSharp.QuickFixes;
using JetBrains.ReSharper.Plugins.Unity.CSharp.Feature.Services.Generate;
using JetBrains.ReSharper.Psi.CSharp.Tree;
using... |
315a313b271cb20446d99589c509b7eba8ed372e | Fix typo in default sample sharpmake main extension... | Fix typo in default sample sharpmake main extension...
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | samples/Sharpmake.Samples.sharpmake.cs | apache-2.0 | 1,592,576,563 | using System;
using Sharpmake;
[module: Sharpmake.Include("*/Sharpmake.*.sharpmake.cs")]
namespace SharpmakeGen.Samples
{
public abstract class SampleProject : Common.SharpmakeBaseProject
{
public string SharpmakeMainFile = "[project.Name].sharpmake.cs";
protected SampleProject()
... | using System;
using Sharpmake;
[module: Sharpmake.Include("*/Sharpmake.*.sharpmake.cs")]
namespace SharpmakeGen.Samples
{
public abstract class SampleProject : Common.SharpmakeBaseProject
{
public string SharpmakeMainFile = "[project.Name].sharmake.cs";
protected SampleProject()
:... |
c1d37fce356cd8a55a48475573bc0f50c2908dc0 | Use standard background color, like other tool windows (#166) | Use standard background color, like other tool windows (#166)
| GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop | Google.Solutions.IapDesktop.Application/Services/Windows/TunnelsViewer/TunnelsWindow.designer.cs | apache-2.0 | 1,592,576,111 | //
// Copyright 2020 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... | //
// Copyright 2020 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... |
9f9cef80bd8d77e3d6b8b1baf1dc94d988293a17 | Fix property name error in ResolveEnableIsChangedPropertyConfig | Fix property name error in ResolveEnableIsChangedPropertyConfig
| Fody/PropertyChanged | PropertyChanged.Fody/Config/EnableIsChangedPropertyConfig.cs | mit | 1,592,575,394 | using System.Linq;
using System.Xml;
public partial class ModuleWeaver
{
public bool EnableIsChangedProperty = true;
public void ResolveEnableIsChangedPropertyConfig()
{
var value = Config?.Attributes("EnableIsChangedProperty")
.Select(a => a.Value)
.SingleOrDefault();
... | using System.Linq;
using System.Xml;
public partial class ModuleWeaver
{
public bool EnableIsChangedProperty = true;
public void ResolveEnableIsChangedPropertyConfig()
{
var value = Config?.Attributes("EnableIsChangedProperty")
.Select(a => a.Value)
.SingleOrDefault();
... |
5170c18a0c8b3c89e7b33cd3effb87c5207d8ed5 | Fix - Velocizzazione caricamento distaccamenti | Fix - Velocizzazione caricamento distaccamenti
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Servizi/DistaccamentoUtentiComuni/GetDistaccamentoByCodiceSede.cs | agpl-3.0 | 1,592,575,297 | using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.API.Models.Classi.Condivise;
using SO115App.ExternalAPI.Fake.Classi.DistaccamentiUtenteComune;
using SO115App.ExternalAPI.Fake.Classi.Utility;
using SO115App.Models.Classi.Condivise;
using SO115Ap... | using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.API.Models.Classi.Condivise;
using SO115App.ExternalAPI.Fake.Classi.DistaccamentiUtenteComune;
using SO115App.ExternalAPI.Fake.Classi.Utility;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Servizi.Infrastruttura.SistemiEste... |
6587c4b7b524f9a6600385c1748e5b6ef2fb634b | add obsoleted props | add obsoleted props
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,akrisiun/Perspex,Perspex/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Super... | src/Avalonia.Controls/ProgressBar.cs | mit | 1,592,574,359 | using System;
using Avalonia.Controls.Primitives;
using Avalonia.Layout;
using Avalonia.Media;
namespace Avalonia.Controls
{
/// <summary>
/// A control used to indicate the progress of an operation.
/// </summary>
public class ProgressBar : RangeBase
{
public class ProgressBarTemplatePrope... | using Avalonia.Controls.Primitives;
using Avalonia.Layout;
using Avalonia.Media;
namespace Avalonia.Controls
{
/// <summary>
/// A control used to indicate the progress of an operation.
/// </summary>
public class ProgressBar : RangeBase
{
public class ProgressBarTemplateProperties ... |
22f3fd487b9cb7f346f068200b02f4fdf611e677 | Mark test as headless | Mark test as headless
| peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu | osu.Game.Tests/Gameplay/TestSceneGameplayClockContainer.cs | mit | 1,592,574,205 | // 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 NUnit.Framework;
using osu.Framework.Testing;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Screens.Play;
using osu.Game.T... | // 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 NUnit.Framework;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Screens.Play;
using osu.Game.Tests.Visual;
namespace osu.G... |
0bea13161612893adda34a57865ea4f23ba3754d | Added examples that show how to convert and render text file-formats (commented code) | Added examples that show how to convert and render text file-formats (commented code)
| groupdocs-viewer/GroupDocs.Viewer-for-.NET | Examples/GroupDocs.Viewer.Examples.CSharp.Core/RunExamples.cs | mit | 1,592,574,121 | using System;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Caching;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Loading;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Loading.LoadingDocumentsFromDifferentSources;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Rendering.CommonRenderingOpti... | using System;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Caching;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Loading;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Loading.LoadingDocumentsFromDifferentSources;
using GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Rendering.CommonRenderingOpti... |
67837998fba654e3f83277fc5e03de81f08430e1 | 不输出没用到的泛型实例结构 | 不输出没用到的泛型实例结构
| Perfare/Il2CppDumper,Perfare/Il2CppDumper | Il2CppDumper/Outputs/ScriptGenerator.cs | mit | 1,592,573,812 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using static Il2CppDumper.Il2CppConstants;
namespace Il2CppDumper
{
public class ScriptGenerator
{
private Il2CppExecutor executor;
... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using static Il2CppDumper.Il2CppConstants;
namespace Il2CppDumper
{
public class ScriptGenerator
{
private Il2CppExecutor executor;
... |
4e467a760ed159cdc877372da2a44733f5dc521f | Restore log level filtering. Fix logging outside of the web server. | Restore log level filtering. Fix logging outside of the web server.
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/SiteObject.cs | bsd-2-clause | 1,592,573,078 |
// Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;... |
// Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;... |
4cb49cd606a57ec3aa4770ad8ab1caf5b11eeaee | Add minimum height to the timing distribution graph | Add minimum height to the timing distribution graph
| peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu | osu.Game/Screens/Ranking/Statistics/HitEventTimingDistributionGraph.cs | mit | 1,592,572,894 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Gr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Gr... |
740b01c049592483adb0dbc6f8e0b2d4cbf9e9d5 | Add xmldoc | Add xmldoc
| UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu | osu.Game/Rulesets/Scoring/ScoreProcessor.cs | mit | 1,592,571,958 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Gam... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Extensions;
using osu.Gam... |
b144bb6646fe1c4e516517ff6d265e89c61b646d | 正确处理ref类型函数参数和返回值 #310 | 正确处理ref类型函数参数和返回值 #310
| Perfare/Il2CppDumper,Perfare/Il2CppDumper | Il2CppDumper/Outputs/ScriptGenerator.cs | mit | 1,592,571,197 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using static Il2CppDumper.Il2CppConstants;
namespace Il2CppDumper
{
public class ScriptGenerator
{
private Il2CppExecutor executor;
... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using static Il2CppDumper.Il2CppConstants;
namespace Il2CppDumper
{
public class ScriptGenerator
{
private Il2CppExecutor executor;
... |
81ad257a17ae2bab2df18ab9ceddb1e77202c149 | Add timing distribution to mania ruleset | Add timing distribution to mania ruleset
| NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu | osu.Game.Rulesets.Mania/ManiaRuleset.cs | mit | 1,592,569,138 | // 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.Game.Beatmaps;
using osu.Game.Rulesets.Mania.Mods;
using osu.Game.Rulesets.Mania.UI;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.UI;
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 osu.Game.Beatmaps;
using osu.Game.Rulesets.Mania.Mods;
using osu.Game.Rulesets.Mania.UI;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.UI;
us... |
89a863a3379262c600f9774728e63117c8037567 | Refactor OsuRuleset | Refactor OsuRuleset
| peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu | osu.Game.Rulesets.Osu/OsuRuleset.cs | mit | 1,592,568,140 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu.Mods;
using osu.Game.Rulesets.Osu.UI;
using osu.Game.Rulesets... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Beatmaps;
using osu.Game.Graphics;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu.Mods;
using osu.Game.Rulesets.Osu.UI;
using osu.Game.Rulesets... |
8aea8267fb989172c535a331aacddcfbe048e3b7 | Add some padding | Add some padding
| NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu | osu.Game/Screens/Ranking/Statistics/StatisticContainer.cs | mit | 1,592,567,885 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Gam... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Gam... |
4662386a8e28141b3ba6b7939c8798c40b3cda17 | simple rule removal method | simple rule removal method
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net/Iptables/IpTablesChain.cs | apache-2.0 | 1,592,567,800 | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Netfilter;
using IPTables.Net.Netfilter.TableSync;
namespace IPTables.Net.Iptables
{
public class IpTablesChain : INetfilterChain<IpTablesRule>, IEquatable<IpTablesChain>
{
... | using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Netfilter;
using IPTables.Net.Netfilter.TableSync;
namespace IPTables.Net.Iptables
{
public class IpTablesChain : INetfilterChain<IpTablesRule>, IEquatable<IpTablesChain>
{
... |
34a8fcfd2f6a3cd1d380400801c95e02930016c2 | Fix potential off-by-one | Fix potential off-by-one
| peppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu | osu.Game/Screens/Ranking/Statistics/HitEventTimingDistributionGraph.cs | mit | 1,592,567,610 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Gr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Gr... |
ec24efa928475667d7e15fd1db29963449117218 | BasketMessageAdapter. Fix process subscription for multi-connections. | BasketMessageAdapter. Fix process subscription for multi-connections.
| StockSharp/StockSharp | Algo/BasketMessageAdapter.cs | apache-2.0 | 1,592,566,805 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
5444f73dc079ed18fdffbee090d47423ce916e78 | html->xml parser treats Unicode whitespace correctly | html->xml parser treats Unicode whitespace correctly
TODO: test - HTML with whitespace (char)160 (treated as whitespace char but not allowed in XmlWhitespace)
| iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept | src/Peachpie.Library.XmlDom/Utils.cs | apache-2.0 | 1,592,566,648 | #nullable enable
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.Xml;
using System.Linq;
using System.Xml.Resolvers;
using HtmlAgilityPack;
using Pchp.Core;
using System.Threading.Tasks;
using System.IO;
using System.Reflection;
namespace Peachpie.Library.Xml... | #nullable enable
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using System.Xml;
using System.Linq;
using System.Xml.Resolvers;
using HtmlAgilityPack;
using Pchp.Core;
using System.Threading.Tasks;
using System.IO;
using System.Reflection;
namespace Peachpie.Library.Xml... |
6e99de2f4c2ee39b279f62a4da5d1c8d7d636baa | fix: review chagnes | fix: review chagnes
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | pubsub/api/Pubsub.Samples/PullMessagesWithFlowControlAsync.cs | apache-2.0 | 1,592,566,422 | // Copyright 2020 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | // Copyright 2020 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
fe9b1b548655c20425b412cb636cf1fda115199e | SendAsync nicht in Threadpool ausführen | SendAsync nicht in Threadpool ausführen
| mrklintscher/libfintx | src/libfintx/Message/FinTsMessage.cs | lgpl-2.1 | 1,592,566,068 | /*
*
* This file is part of libfintx.
*
* Copyright (c) 2016 - 2020 Torsten Klinger
* E-Mail: torsten.klinger@googlemail.com
*
* libfintx is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Founda... | /*
*
* This file is part of libfintx.
*
* Copyright (c) 2016 - 2020 Torsten Klinger
* E-Mail: torsten.klinger@googlemail.com
*
* libfintx is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Founda... |
b3029b798f7c6a50bd64645506d6440b71f6d93f | Update CollectionExtension.cs | Update CollectionExtension.cs
Added InSetsOf | codetuner/Arebis.Common | Arebis.Common/Arebis/Extensions/CollectionExtension.cs | mit | 1,592,565,944 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Arebis.Extensions
{
public static class CollectionExtension
{
public static void AddRange<TValue>(this ICollection<TValue> coll, IEnumerable<TValue> range)
{
foreach (var item... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Arebis.Extensions
{
public static class CollectionExtension
{
public static void AddRange<TValue>(this ICollection<TValue> coll, IEnumerable<TValue> range)
{
foreach (var item... |
4ed5ae018c4be790bce5a911b7db56faa8d238fa | Curly brace formatting added to all if statements in API class | Curly brace formatting added to all if statements in API class
| ekincaglar/clarizen | Ekin.Clarizen/API.cs | mit | 1,592,564,979 | using System;
using System.Collections.Generic;
using System.Linq;
using Ekin.Clarizen.Interfaces;
using Ekin.Log;
using Newtonsoft.Json.Linq;
namespace Ekin.Clarizen
{
/// <summary>
/// .Net wrapper for the Clarizen API v2.0 located at https://api.clarizen.com/V2.0/services
/// Developed by Ekin Caglar -... | using System;
using System.Collections.Generic;
using System.Linq;
using Ekin.Clarizen.Interfaces;
using Ekin.Log;
using Newtonsoft.Json.Linq;
namespace Ekin.Clarizen
{
/// <summary>
/// .Net wrapper for the Clarizen API v2.0 located at https://api.clarizen.com/V2.0/services
/// Developed by Ekin Caglar -... |
916c41e5bf636f201fcbf23bf32a3f34cf012a1e | DI-driven deserialization - part 2 | DI-driven deserialization - part 2
| Kentico/Deliver-.NET-SDK,Kentico/delivery-sdk-net | Kentico.Kontent.Delivery/ContentItems/ModelProvider.cs | mit | 1,592,564,231 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico.Kontent.Delivery.ContentItems.InlineContentItems;
using Kentico.Kontent.Delivery.Con... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico.Kontent.Delivery.ContentItems.InlineContentItems;
using Kentico.Kontent.Delivery.Con... |
ec4d4a4eab5f477d943db2e5d693bfb35340df9f | WPF Example - Improve ExperimentalLifespanHandler | WPF Example - Improve ExperimentalLifespanHandler
- Pass targetUrl into constructor instead of setting Address property (avoid unnecessarily calling Load(url)
- Rename the popup ChromiumWebBrowser instance to make code more readable.
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp.Wpf.Example/Handlers/ExperimentalLifespanHandler.cs | bsd-3-clause | 1,592,564,077 | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System.Windows;
using System.Windows.Interop;
namespace CefSharp.Wpf.Example.Handlers
{
/// <summary>
/// LifeSpanHandler implementation ... | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System.Windows;
using System.Windows.Interop;
namespace CefSharp.Wpf.Example.Handlers
{
/// <summary>
/// LifeSpanHandler implementation ... |
8c9506197d30b1635bb51541959978221d7f0d94 | Increase the number of bins in the timing distribution | Increase the number of bins in the timing distribution
| peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu | osu.Game.Rulesets.Osu/Statistics/TimingDistributionGraph.cs | mit | 1,592,563,306 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Gr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Gr... |
107d9cc2239eb8428c589d180084cb7fad0ea570 | [Modify] Add it | [Modify] Add it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,592,563,260 | #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-... |
a3ff25177ad782e562732315a74be1557ca19ffc | Asyncify statistics load | Asyncify statistics load
| peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu | osu.Game/Screens/Ranking/Statistics/StatisticsPanel.cs | mit | 1,592,561,575 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Ga... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.Placeholders;
... |
73439e128603ebb23321c5e7dd0253d5c7cf29be | 1.0.8.595 处理unity运行库[out]标记非out参数问题 | 1.0.8.595 处理unity运行库[out]标记非out参数问题
| topameng/tolua | Assets/ToLua/Editor/ToLuaExport.cs | mit | 1,592,560,522 | /*
Copyright (c) 2015-2017 topameng(topameng@qq.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, copy, modify, merge... | /*
Copyright (c) 2015-2017 topameng(topameng@qq.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, copy, modify, merge... |
eb9acbc952ae7a0b3400258eb333fe232490d98b | Replace `SortedList` with `Generic.SortedList<TKey,TValue>` (#12954) | Replace `SortedList` with `Generic.SortedList<TKey,TValue>` (#12954)
| PaulHigin/PowerShell,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,daxian-dbw/PowerShell,daxian-dbw/PowerShell,PaulHigin/PowerShell,TravisEz13/PowerShell,PaulHigin/PowerShell,TravisEz13/PowerShell,daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,JamesWTruher/PowerShell-1,... | src/System.Management.Automation/engine/ManagementObjectAdapter.cs | mit | 1,592,560,231 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Globalization;
using System.Management.Automation.Internal;
using ... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Globalization;
using System.Management.Automation.Internal;
using ... |
50cca29bac395a8d2133d922d285059bb2a0491f | Assert cursor allows event propagation when masked away | Assert cursor allows event propagation when masked away
| peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,ppy/osu-framework | osu.Framework.Tests/Visual/Testing/TestSceneManualInputManagerTestScene.cs | mit | 1,592,559,136 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Input;
using osu.Framework.Testing;
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 NUnit.Framework;
using osu.Framework.Input;
using osu.Framework.Testing;
using osuTK;
using osuTK.Input;
namespace osu.Framework.Tests.Visual.Testing
{
public ... |
7659808df11a5f8e44e72c5c3dd340ac64fa5f4e | Add manual test case for reproducing issue | Add manual test case for reproducing issue
| ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework | osu.Framework.Tests/Visual/Testing/TestSceneManualInputManagerTestScene.cs | mit | 1,592,557,929 | // 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 NUnit.Framework;
using osu.Framework.Input;
using osu.Framework.Testing;
using osuTK;
using osuTK.Input;
namespace osu.Framework.Tests.Visual.Testing
{
public ... | // 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 NUnit.Framework;
using osu.Framework.Input;
using osu.Framework.Testing;
using osuTK;
using osuTK.Input;
namespace osu.Framework.Tests.Visual.Testing
{
public ... |
e625de5a8b3c534d0b3144e25e28215c8e91877b | iterate new collections in ClearAllSchedulingData | iterate new collections in ClearAllSchedulingData
| quartznet/quartznet,quartznet/quartznet,quartznet/quartznet,sean-gilliam/quartznet,sean-gilliam/quartznet,sean-gilliam/quartznet,quartznet/quartznet,sean-gilliam/quartznet,quartznet/quartznet,sean-gilliam/quartznet | src/Quartz/Simpl/RAMJobStore.cs | apache-2.0 | 1,592,557,621 | #region License
/*
* All content copyright Marko Lahma, unless otherwise indicated. All rights reserved.
*
* 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/li... | #region License
/*
* All content copyright Marko Lahma, unless otherwise indicated. All rights reserved.
*
* 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/li... |
c9ad3192b02ae4a9a2cc4d6b19adb9b84d54d4ef | Add more tests | Add more tests
| UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu | osu.Game.Tests/Visual/Ranking/TestSceneResultsScreen.cs | mit | 1,592,557,377 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framewo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framewo... |
55196efe6e4ae03efe09e7dbc2b79d7d90f8e4c5 | Fix panel depth ordering | Fix panel depth ordering
| smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu | osu.Game/Screens/Ranking/ScorePanelList.cs | mit | 1,592,557,374 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framew... |
d0713e0c3dce5d763a71a20afbec3fe583ee9bdb | Add a rate adjust to bring scrolling rate in line with expectations | Add a rate adjust to bring scrolling rate in line with expectations
| EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,592,557,200 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
e2ef22fc66fef55c2540cb6d020ff0f69c1535bf | Make dbMetadataLookup ConcurrentDictionary (#861) | Make dbMetadataLookup ConcurrentDictionary (#861)
| sean-gilliam/quartznet,sean-gilliam/quartznet,quartznet/quartznet,sean-gilliam/quartznet,quartznet/quartznet,quartznet/quartznet,quartznet/quartznet,sean-gilliam/quartznet,sean-gilliam/quartznet,quartznet/quartznet | src/Quartz/Impl/AdoJobStore/Common/DbProvider.cs | apache-2.0 | 1,592,557,081 | #region License
/*
* Copyright 2009- Marko Lahma
*
* 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 l... | #region License
/*
* Copyright 2009- Marko Lahma
*
* 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 l... |
f7896dc39ec6fceb00d67ad6931e03db7d5dbf2a | add rule remove module method | add rule remove module method
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net/Iptables/IpTablesRule.cs | apache-2.0 | 1,592,557,067 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... |
86f37a352d931b16014614f88333cb581f16b07d | File.Create returns a stream | File.Create returns a stream
| quartznet/quartznet,quartznet/quartznet,quartznet/quartznet,sean-gilliam/quartznet,sean-gilliam/quartznet,sean-gilliam/quartznet,quartznet/quartznet,sean-gilliam/quartznet,sean-gilliam/quartznet,quartznet/quartznet | src/Quartz.Tests.Unit/Plugin/Xml/XMLSchedulingDataProcessorPluginTest.cs | apache-2.0 | 1,592,556,306 | using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using FakeItEasy;
using NUnit.Framework;
using Quartz.Plugin.Xml;
using Quartz.Util;
namespace Quartz.Tests.Unit.Plugin.Xml
{
[TestFixture]
public class XMLSchedulingDataProcessorPluginTest
{
[Test]
public as... | using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using FakeItEasy;
using NUnit.Framework;
using Quartz.Plugin.Xml;
using Quartz.Util;
namespace Quartz.Tests.Unit.Plugin.Xml
{
[TestFixture]
public class XMLSchedulingDataProcessorPluginTest
{
[Test]
public as... |
34e6a73f8896148eaf597a2572b7fe68af49ab0c | Add disposal check. | Add disposal check.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Services/SingleInstanceChecker.cs | mit | 1,592,555,917 | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Services
{
public class SingleInstanceChecker : IDisposable
{
private const string MutexString = "WalletWasabiSingleIn... | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Services
{
public class SingleInstanceChecker : IDisposable
{
private const string MutexString = "WalletWasabiSingleIn... |
3f35c4d7c5a8a239f2611f7cf983f8cb9019fb6b | Tidy up class | Tidy up class
| peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framewor... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,592,555,626 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
454b9ee2167af117d1b11f9c076239aa8610440b | Fix initial value not being consumed correctly | Fix initial value not being consumed correctly
| peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVA... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,592,555,620 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
ff38cf7609b0f90fce9fff65e2bd7900edc84d22 | Fix non-virtualizing stack layout alignment. | Fix non-virtualizing stack layout alignment.
We need to return the max of the bounds and the constraint, otherwise horizontal/vertical alignment doesnt work correctly.
| Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,a... | src/Avalonia.Layout/NonVirtualizingStackLayout.cs | mit | 1,592,555,563 | using System;
using System.Collections.Generic;
using System.Text;
using Avalonia.Data;
namespace Avalonia.Layout
{
public class NonVirtualizingStackLayout : NonVirtualizingLayout
{
/// <summary>
/// Defines the <see cref="Orientation"/> property.
/// </summary>
public static r... | using System;
using System.Collections.Generic;
using System.Text;
using Avalonia.Data;
namespace Avalonia.Layout
{
public class NonVirtualizingStackLayout : NonVirtualizingLayout
{
/// <summary>
/// Defines the <see cref="Orientation"/> property.
/// </summary>
public static r... |
78d58d8f156aa58b8c9e5c93507cb98efaf6f864 | Fix test cursor potentially not receiving mouse down event | Fix test cursor potentially not receiving mouse down event
| ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,ppy/osu-framework | osu.Framework/Testing/Input/ManualInputManager.cs | mit | 1,592,555,536 | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
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.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using... |
e01b8ddbc96fc8831cb2aabb1b8c0174a50dde62 | Cts inner scope | Cts inner scope
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Services/SingleInstanceChecker.cs | mit | 1,592,555,508 | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Services
{
public class SingleInstanceChecker : IDisposable
{
private const string MutexString = "WalletWasabiSingleIn... | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Services
{
public class SingleInstanceChecker : IDisposable
{
private const string MutexString = "WalletWasabiSingleIn... |
63967f56a57de4d410d4bb32fdd35c2db162c4bc | Fix Qtum again... | Fix Qtum again...
| MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin | NBitcoin.Altcoins/Qtum.cs | mit | 1,592,555,233 | using NBitcoin;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
namespace NBitcoin.Altcoins
{
// Reference: https://github.com/qtumproject/qtum/blob/f925e854a8... | using NBitcoin;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
namespace NBitcoin.Altcoins
{
// Reference: https://github.com/qtumproject/qtum/blob/f925e854a8... |
9572e4271b79af0a55e56fed167df161b05f266d | send individual emails and capture the failing calls. | send individual emails and capture the failing calls.
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Notification.WebJob/EmailServices/ProviderAlertSummaryEmailService.cs | mit | 1,592,555,012 | using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using SFA.DAS.Commitments.Domain.Data;
using SFA.DAS.Commitments.Domain.Entities;
using SFA.DAS.NLog.Logger;
using SFA.DAS.PAS.Account.Api.Client;
using SFA.DAS.PAS.Account.Api.Types;
na... | using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using SFA.DAS.Commitments.Domain.Data;
using SFA.DAS.Commitments.Domain.Entities;
using SFA.DAS.NLog.Logger;
using SFA.DAS.PAS.Account.Api.Client;
using SFA.DAS.PAS.Account.Api.Types;
namespace SFA.DAS.Commitm... |
607b91a3d24cfd4ee4650678ef11da19606bc717 | Reword comment to hopefully read better | Reword comment to hopefully read better
| peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framewor... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,592,554,845 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
accc32b9573a1edc59d768c915860d7f486df71f | Utils: don't try parse empty string | Utils: don't try parse empty string
| rainmattertech/dotnetkiteconnect | KiteConnect/Utils.cs | mit | 1,592,553,739 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Script.Serialization;
using Microsoft.VisualBasic.FileIO;
using System.IO;
using System.Web;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
namespace KiteConnect
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Script.Serialization;
using Microsoft.VisualBasic.FileIO;
using System.IO;
using System.Web;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
namespace KiteConnect
... |
196985f6ad83c86c068a6be677d4b2435f920afc | Fix commit 205887274798e3a643defce88765377e527c8813 | Fix commit 205887274798e3a643defce88765377e527c8813
| StockSharp/StockSharp | Messages/InMemoryMessageChannel.cs | apache-2.0 | 1,592,551,865 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
122859928c889962e8f069a708b049543c17f621 | Roadmap number | Roadmap number
| WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework | Framework/UtilFramework.cs | mit | 1,592,551,228 | using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly.
namespace Framework
{
using Database.dbo;
using Framework.Server;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
us... | using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly.
namespace Framework
{
using Database.dbo;
using Framework.Server;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
us... |
0a2ff22c2ed0cd155bb127aa03e7f036ce6dc684 | CandleManager marked as obsolete. | CandleManager marked as obsolete.
| StockSharp/StockSharp | Algo/Candles/CandleManager.cs | apache-2.0 | 1,592,550,159 | namespace StockSharp.Algo.Candles
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using Ecng.ComponentModel;
using MoreLinq;
using StockSharp.Logging;
using StockSharp.Localization;
/// <summary>
/// The candles manager.
/// </summary>
[Ob... | namespace StockSharp.Algo.Candles
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using Ecng.ComponentModel;
using MoreLinq;
using StockSharp.Logging;
using StockSharp.Localization;
/// <summary>
/// The candles manager.
/// </summary>
pub... |
c718756abbbbac6524c054564f28cff568ebf347 | Fix style issue | Fix style issue
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/GUI/CommandInterpreterTest.cs | mit | 1,592,550,062 | using Mono.Options;
using System.IO;
using WalletWasabi.Gui.CommandLine;
using WalletWasabi.Helpers;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.GUI
{
public class CommandInterpreterTest
{
[Fact]
public async void ShowsHelpAsync()
{
(StringWriter outW, StringWriter errorW, CommandInterpreter c) = Ma... | using Mono.Options;
using System.IO;
using WalletWasabi.Gui.CommandLine;
using WalletWasabi.Helpers;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.GUI
{
public class CommandInterpreterTest
{
[Fact]
public async void ShowsHelpAsync()
{
(StringWriter outW, StringWriter errorW, CommandInterpreter c) = Ma... |
5530e2a1dbaa413a4383348ca7b2cf042d3c1c60 | Add test for delayed score fetch | Add test for delayed score fetch
| UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game.Tests/Visual/Ranking/TestSceneResultsScreen.cs | mit | 1,592,548,539 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framewo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framewo... |
b06031a5d1d65329b2e094f76fc845af6bc6a6e9 | Expose a static readonly field providing the maximum amount of touches handled | Expose a static readonly field providing the maximum amount of touches handled
| EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,... | osu.Framework/Input/States/TouchState.cs | mit | 1,592,546,893 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osuTK;
namespace osu.Framework.Input.States
{
public class TouchState
{
/// <summary>
/// The maximum amount of touches this ... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
namespace osu.Framework.Input.States
{
public class TouchState
{
/// <summary>
/// The list of currently active touch sources.
... |
5d3475fb510f2215e9efa5dc52da2d0a146a96bf | Fix touch visualiser potentially adding children while already disposed | Fix touch visualiser potentially adding children while already disposed
Turns out to be intended that events may be propagated to drawables already disposed.
| smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-... | osu.Framework.Tests/Visual/Input/TestSceneTouchVisualiser.cs | mit | 1,592,546,492 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... |
ca1f6903b53847e25492479f0984825a54bbcca0 | Transparentize touch circles a bit | Transparentize touch circles a bit
| ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-... | osu.Framework.Tests/Visual/Input/TestSceneTouchVisualiser.cs | mit | 1,592,546,352 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... |
65963fd2d99560fe6f905ffe9461cc50f113fdc5 | Perform simple by-hue touch colour instead of a predefined array | Perform simple by-hue touch colour instead of a predefined array
| ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framew... | osu.Framework.Tests/Visual/Input/TestSceneTouchVisualiser.cs | mit | 1,592,546,341 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... |
99084b2cd18c8b4a8fe19f4d7fd1d09f5aa33443 | Remove unnecessary depth setting | Remove unnecessary depth setting
| EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,Z... | osu.Framework.Tests/Visual/Input/TestSceneTouchVisualiser.cs | mit | 1,592,546,231 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... |
b1c1776405f0c2cf3c45488e65becbff90d1bd55 | Expose touch visualiser for use in touch input test scene | Expose touch visualiser for use in touch input test scene
| ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framewo... | osu.Framework.Tests/Visual/Input/TestSceneTouchVisualiser.cs | mit | 1,592,545,972 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Inp... |
67b1a8a3189a1402b86c2e55fd3e651892dae9fd | Test remove setup class, as it is potentially running too early | Test remove setup class, as it is potentially running too early
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| arknu/Umbraco-CMS,robertjf/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbra... | src/Umbraco.Tests.Integration/TestServerTest/Controllers/ContentControllerTests.cs | mit | 1,592,542,760 | using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Tests.Common.Builders;
using Umbraco.Tests.Common.Builders.Extensions;
using Umbraco.Tests.Te... | using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
using NUnit.Framework;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Tests.Common.Builders;
using Umbraco.Tests.Common.Builders.Extensions;
using Umbraco.Tests.Te... |
ae0cb57c88e505a5df579d10fc094c636b11708a | forgot that | forgot that
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Tilemaps/Behaviours/Objects/RegisterPlayer.cs | agpl-3.0 | 1,592,539,711 | using System;
using System.Collections;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using Random = UnityEngine.Random;
[RequireComponent(typeof(Directional))]
[RequireComponent(typeof(UprightSprites))]
[ExecuteInEditMode]
public class RegisterPlayer : RegisterTile, IServerSpawn
{
// tracks whether pl... | using System;
using System.Collections;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using Random = UnityEngine.Random;
[RequireComponent(typeof(Directional))]
[RequireComponent(typeof(UprightSprites))]
[ExecuteInEditMode]
public class RegisterPlayer : RegisterTile, IServerSpawn
{
// tracks whether pl... |
27da7b69ffa5d539b2d429dba11ac97bf7781ed1 | Also disable for desktop for the time being | Also disable for desktop for the time being
| ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,Z... | osu.Framework/Graphics/OpenGL/Textures/TextureGL.cs | mit | 1,592,539,641 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Primitives;
using osuTK.Graphics.ES30;
using osuTK;
using osu.Framework.Graphics.Colour;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Primitives;
using osuTK.Graphics.ES30;
using osuTK;
using osu.Framework.Graphics.Colour;
... |
ee1a0c47fab8ee80ef1b2dbb089cdf875f479811 | Use Opacity.Mixed instead | Use Opacity.Mixed instead
| ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framew... | osu.Framework/Graphics/OpenGL/Textures/TextureGL.cs | mit | 1,592,539,598 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Primitives;
using osuTK.Graphics.ES30;
using osuTK;
using osu.Framework.Graphics.Colour;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Primitives;
using osuTK.Graphics.ES30;
using osuTK;
using osu.Framework.Graphics.Colour;
... |
fc0753c5bcd97d0aceff106d3522a8d77dec1dc0 | Fixed more bugs when transitioning between movement values. | Fixed more bugs when transitioning between movement values.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/Glue/PlatformerPlugin/Generators/EntityCodeGenerator.cs | mit | 1,592,539,597 | using FlatRedBall.Glue.CodeGeneration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FlatRedBall.Glue.CodeGeneration.CodeBuilder;
using FlatRedBall.Glue.SaveClasses;
using FlatRedBall.PlatformerPlugin.ViewModels;
using FlatRedBall.Glue.Plugins... | using FlatRedBall.Glue.CodeGeneration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FlatRedBall.Glue.CodeGeneration.CodeBuilder;
using FlatRedBall.Glue.SaveClasses;
using FlatRedBall.PlatformerPlugin.ViewModels;
using FlatRedBall.Glue.Plugins... |
aa69f645bed6633f8725a8afc52c90df7d31eb97 | Fixed small bug in platformer plugin where values would get set to null. | Fixed small bug in platformer plugin where values would get set to null.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/Glue/PlatformerPlugin/Generators/EntityCodeGenerator.cs | mit | 1,592,538,776 | using FlatRedBall.Glue.CodeGeneration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FlatRedBall.Glue.CodeGeneration.CodeBuilder;
using FlatRedBall.Glue.SaveClasses;
using FlatRedBall.PlatformerPlugin.ViewModels;
using FlatRedBall.Glue.Plugins... | using FlatRedBall.Glue.CodeGeneration;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FlatRedBall.Glue.CodeGeneration.CodeBuilder;
using FlatRedBall.Glue.SaveClasses;
using FlatRedBall.PlatformerPlugin.ViewModels;
using FlatRedBall.Glue.Plugins... |
31192963c011359e8e562d8699f441723b4e4bc1 | fix DebugComparison | fix DebugComparison
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net/Iptables/IpTablesRule.cs | apache-2.0 | 1,592,538,391 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... |
9e8f35b599a39f6a384f10e6f8de5f4296d22a9b | Minor refactorings | Minor refactorings
| Vanaheimr/Styx | Styx/Illias/ExtensionMethods/JSONExtentions.cs | apache-2.0 | 1,592,536,831 | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
ec5d6cead6b4d2dff66f7eba0d831bc7e011ca99 | Disable opacity checks on mobile platforms | Disable opacity checks on mobile platforms
| peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framew... | osu.Framework/Graphics/OpenGL/Textures/TextureGL.cs | mit | 1,592,534,791 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Primitives;
using osuTK.Graphics.ES30;
using osuTK;
using osu.Framework.Graphics.Colour;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Primitives;
using osuTK.Graphics.ES30;
using osuTK;
using osu.Framework.Graphics.Colour;
... |
b7add6a728d14a7b423baa9a90f9826ef812c99e | Fix blockheader parse logic for QTUM | Fix blockheader parse logic for QTUM
| MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin | NBitcoin.Altcoins/Qtum.cs | mit | 1,592,532,349 | using NBitcoin;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
namespace NBitcoin.Altcoins
{
// Reference: https://github.com/qtumproject/qtum/blob/f925e854a8... | using NBitcoin;
using NBitcoin.DataEncoders;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
namespace NBitcoin.Altcoins
{
// Reference: https://github.com/qtumproject/qtum/blob/f925e854a8... |
4fd12e35a12f02a8588479466605e00e5fe29f44 | Override the DatabaseType so that consumers can specifically target Postgres v10 with IfDatabase("PostgreSQL10_0") calls, whilst also identifying any version of Postgres (but 9.2 currently unless a breaking change is made) with the alternate identifier PostgreSQL. | Override the DatabaseType so that consumers can specifically target Postgres v10 with IfDatabase("PostgreSQL10_0") calls, whilst also identifying any version of Postgres (but 9.2 currently unless a breaking change is made) with the alternate identifier PostgreSQL.
| stsrki/fluentmigrator,amroel/fluentmigrator,fluentmigrator/fluentmigrator,schambers/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator,igitur/fluentmigrator,schambers/fluentmigrator,stsrki/fluentmigrator,schambers/fluentmigrator,fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,igitur/fluentmigrator | src/FluentMigrator.Runner.Postgres/Processors/Postgres/Postgres10_0Processor.cs | apache-2.0 | 1,592,531,708 | #region License
// Copyright (c) 2018, FluentMigrator Project
//
// 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 app... | #region License
// Copyright (c) 2018, FluentMigrator Project
//
// 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 app... |
fd0c6c0d16e1c3ac71162fd31ae4fa8b880bdbe5 | Add model_snapshot_retention_days | Add model_snapshot_retention_days
This commit adds model_snapshot_retention_days
to the expected serialized json
(cherry picked from commit 43cfabb8ceea99c090291c59390c45c6b9340765)
| elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs | apache-2.0 | 1,592,529,754 | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Linq;
using Elastic.Elasticsearch.Xunit.XunitPlumbing... | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Linq;
using Elastic.Elasticsearch.Xunit.XunitPlumbing... |
dfe0f41db6325c1503ee5f41bb141512a379affe | revert no-op on TrySlimUTXO | revert no-op on TrySlimUTXO
| MetacoSA/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin,NicolasDorier/NBitcoin | NBitcoin/BIP174/PSBTInput.cs | mit | 1,592,528,745 | using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.IO;
using NBitcoin.DataEncoders;
using PartialSigKVMap = System.Collections.Generic.SortedDictionary<NBitcoin.PubKey, NBitcoin.TransactionSignature>;
namespace NBitcoin
{
public class PSBTInput : PSBTCoin
{
// T... | using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.IO;
using NBitcoin.DataEncoders;
using PartialSigKVMap = System.Collections.Generic.SortedDictionary<NBitcoin.PubKey, NBitcoin.TransactionSignature>;
namespace NBitcoin
{
public class PSBTInput : PSBTCoin
{
// T... |
980bc7dbc1e15558961521469c6ca9fb11d1a538 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,592,528,401 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
27d08f4369c39e31f1270feed7209df4ae378dd2 | use pressed mixing to simplify loopingselector item. | use pressed mixing to simplify loopingselector item.
| SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky... | src/Avalonia.Controls/DateTimePickers/LoopingSelectorItem.cs | mit | 1,592,527,142 | using System;
using Avalonia.Controls.Mixins;
using Avalonia.Input;
using Avalonia.Interactivity;
namespace Avalonia.Controls.Primitives
{
/// <summary>
/// Defines the containers used by the <see cref="LoopingSelector"/>
/// </summary>
public sealed class LoopingSelectorItem : ContentControl
{
... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Interactivity;
using System;
namespace Avalonia.Controls.Primitives
{
/// <summary>
/// Defines the containers used by the <see cref="LoopingSelector"/>
/// </summary>
public sealed class LoopingSelectorItem : ContentControl... |
88a4e1086630711828238b685fbbf7717a92e1a9 | DatePickerPresenter, use simplified method for SetGrid. | DatePickerPresenter, use simplified method for SetGrid.
| SuperJMN/Avalonia,akrisiun/Perspex,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsol... | src/Avalonia.Controls/DateTimePickers/DatePickerPresenter.cs | mit | 1,592,526,884 | using Avalonia;
using Avalonia.Collections;
using Avalonia.Controls;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text.RegularExpressions;
namespace ... | using Avalonia;
using Avalonia.Collections;
using Avalonia.Controls;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Templates;
using Avalonia.Input;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text.RegularExpressions;
namespace ... |
91060b5a44c18750702cfdcae78ad7c9d6829cb1 | Added a shortcut for array-contents-only option | Added a shortcut for array-contents-only option
| rumkit/PixelPixie | Pixie/CommandLineOptions/ParseOptions.cs | mit | 1,592,525,946 | using CommandLine;
namespace Pixie
{
[Verb("parse", HelpText = "parses a pattern filled with graphical font to a byte array")]
internal class ParseOptions : CommonOptions
{
[Option('s', "single-array", HelpText = "place all characters into single array")]
public bool SingleArray { get; se... | using CommandLine;
namespace Pixie
{
[Verb("parse", HelpText = "parses a pattern filled with graphical font to a byte array")]
internal class ParseOptions : CommonOptions
{
[Option('s', "single-array", HelpText = "place all characters into single array")]
public bool SingleArray { get; se... |
db982d965068706f8987e4a9c574e46b49933340 | Fixes a bug with command help | Fixes a bug with command help
| spectresystems/commandline,spectresystems/commandline | src/Spectre.Cli/Internal/HelpWriter.cs | mit | 1,592,522,429 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
namespace Spectre.Cli.Internal
{
internal static class HelpWriter
{
private sealed class HelpArgument
{
public string Name { get; }
public bool Required { get; }
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
namespace Spectre.Cli.Internal
{
internal static class HelpWriter
{
private sealed class HelpArgument
{
public string Name { get; }
public bool Required { get; }
... |
4a7f3df5400972f950f9bc19fdf024b6406f1b4b | Fixed the build | Fixed the build
| jamie-dainton/MailKit,jstedfast/MailKit,jstedfast/MailKit | MailKit/Net/Proxy/Socks4Client.cs | mit | 1,592,519,844 | //
// Socks4Client.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// 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 Soft... | //
// Socks4Client.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// 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 Soft... |
5723b8988e9072652dc52237ca76bf4478825c3b | Fixed serialization of a sequence-id range | Fixed serialization of a sequence-id range
| jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit | MailKit/Net/Imap/ImapFolderFetch.cs | mit | 1,592,519,378 | //
// ImapFolderFetch.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// 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 S... | //
// ImapFolderFetch.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// 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 S... |
7583b815e3a757e0fa1d3981ab80ffce74479c8c | Update FormMain.cs | Update FormMain.cs | Armdroid/Armdroid-Tools-Windows | ArmdroidTools/ArmTest/FormMain.cs | mit | 1,592,518,954 | /*
* Armdroid Test for Windows
*
* Copyright (C) Richard K. Morris 2014 - 2020
* http://armdroid1.blogspot.co.uk
*
*/
using System;
using System.ComponentModel;
using System.Windows.Forms;
namespace ArmdroidTools.ArmTest
{
public partial class FormMain : Form
{
// This delegate enables asynchr... | /*
* Armdroid Test for Windows
*
* Copyright (C) Richard Morris 2014 - 2020
* http://armdroid1.blogspot.co.uk
*
*/
using System;
using System.ComponentModel;
using System.Windows.Forms;
namespace ArmdroidTools.ArmTest
{
public partial class FormMain : Form
{
// This delegate enables asynchrono... |
860b058aedbc98122074d8bba6781ee64299d23b | Add CilMethodBodySerializser.ComputeMaxStackOnBuildOverride | Add CilMethodBodySerializser.ComputeMaxStackOnBuildOverride
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Code/Cil/CilMethodBodySerializer.cs | mit | 1,592,518,751 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.Cil
{
/// <summary>
/// Provides a default implementation of the <see cref="I... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.Cil
{
/// <summary>
/// Provides a default implementation of the <see cref="I... |
df22059dd8aac88b3fbde3dd28656877d3770c66 | Updated lesson 3 - TimeComplexity. | Updated lesson 3 - TimeComplexity.
| marcio-azevedo/codility | src/Codility.Katas/Lessons/03.TimeComplexity.cs | mit | 1,592,518,229 | using System;
using System.Linq;
namespace Codility.Katas.Lessons
{
// TimeComplexity - https://codility.com/programmers/lessons/1
public class TimeComplexity
{
public static int solutionFrogJump(int X, int Y, int D) {
var jumps = ((Y - X) % D) > 0 ? ((Y - X) / D) + 1 : (Y - X) / D;
... | using System;
using System.Linq;
namespace Codility.Katas.Lessons
{
// TimeComplexity - https://codility.com/programmers/lessons/1
public class TimeComplexity
{
// TapeEquilibrium (Painless / Easy) - https://codility.com/programmers/task/tape_equilibrium
// result 100% - https://codility.c... |
efaa0e6434761beea4ec8e34244ef262cbebcebd | Adding tests for Pager query params | Adding tests for Pager query params
| recurly/recurly-client-net,recurly/recurly-client-net | Recurly.Tests/PagerTest.cs | mit | 1,592,516,770 | using System;
using System.Collections.Generic;
using Moq;
using Newtonsoft.Json;
using RestSharp;
using Xunit;
namespace Recurly.Tests
{
public class PagerTest
{
public class MyResource : Recurly.Resource
{
[JsonProperty("my_string")]
public string MyString { get; set; ... | using System;
using System.Collections.Generic;
using Moq;
using Newtonsoft.Json;
using RestSharp;
using Xunit;
namespace Recurly.Tests
{
public class PagerTest
{
public class MyResource : Recurly.Resource
{
[JsonProperty("my_string")]
public string MyString { get; set; ... |
0b2b9e673ebdc04a1da741299d45f5e34affcd06 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3427.20200618213051-master-2f401a4
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,515,978 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "2f401a4da3c551fe4b106679353adad751b174fb";
public static string Version = "1.5";
public static string Build = "3427";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "3250502a9a518a6ec40bbcf44bb5122ab3959625";
public static string Version = "1.5";
public static string Build = "3425";
... |
225a7176fb1ecf17ce23090f8a299eb08b50e21e | Fixes fire alarm animation not showing up on non host clients | Fixes fire alarm animation not showing up on non host clients
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Objects/FireAlarm.cs | agpl-3.0 | 1,592,515,474 | using System;
using System.Collections;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
public class FireAlarm : NetworkBehaviour, IServerLifecycle, ICheckedInteractable<HandApply>
{
public List<FireLock> FireLockList = new List<FireLock>();
private MetaDataNode metaNode;
public bool activated = ... | using System;
using System.Collections;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
public class FireAlarm : MonoBehaviour, IServerLifecycle, ICheckedInteractable<HandApply>
{
public List<FireLock> FireLockList = new List<FireLock>();
private MetaDataNode metaNode;
public bool activated = fal... |
cb8e4042140a4f806803ad8f441df8652c5f011b | otherProjectDirectories cached outside loop | otherProjectDirectories cached outside loop
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Roslyn/OmniSharpWorkspace.cs | mit | 1,592,515,258 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... |
7642f0c70aa8d0850e4b038988d716e6a0f19d3d | (#52) Add remarks about BindedControl behaviour | (#52) Add remarks about BindedControl behaviour
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/InstructionalButtons.cs | mit | 1,592,514,031 | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public static readonly Color DefaultBackg... | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public static readonly Color DefaultBackg... |
acb7042a30238c49fd58675bd3f47a754374f64a | (#52) Add support for clickable instructional buttons | (#52) Add support for clickable instructional buttons
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/InstructionalButtons.cs | mit | 1,592,513,603 | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public static readonly Color DefaultBackg... | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public static readonly Color DefaultBackg... |
d3f18ad1707c49ec66cbf2f4fe251b67a516800d | `AttributesToAvoidReplicating` already contains these attributes | `AttributesToAvoidReplicating` already contains these attributes
| Moq/moq4 | src/Moq/ProxyFactories/CastleProxyFactory.cs | bsd-3-clause | 1,592,512,625 | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Cast... | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Cast... |
42d43789efd32db456eabec72cbfe088ae08c4f8 | Make wallet name argument required | Make wallet name argument required
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CommandLine/MixerCommand.cs | mit | 1,592,512,602 | using Mono.Options;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.CommandLine
{
internal class MixerCommand : Command
{
public MixerCommand(Daemon daemon)
: base("mix", "Start mixing without the GUI with the specified wallet.... | using Mono.Options;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using WalletWasabi.Logging;
namespace WalletWasabi.Gui.CommandLine
{
internal class MixerCommand : Command
{
public MixerCommand(Daemon daemon)
: base("mix", "Start mixing without the GUI with the specified wallet.... |
f627352387e43750937ed5aa1268a3e8f4ce95c2 | Fix authorization setup in Razor pages template (#23029) | Fix authorization setup in Razor pages template (#23029)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Startup.cs | apache-2.0 | 1,592,512,208 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
#if (OrganizationalAuth || IndividualB2CAuth)
using Microsoft.AspNetCore.Authentication;
#endif
#if (OrganizationalAuth)
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
#if (MultiOrgAuth)
using Microsoft.AspNetCore.Au... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
#if (OrganizationalAuth || IndividualB2CAuth)
using Microsoft.AspNetCore.Authentication;
#endif
#if (OrganizationalAuth)
using Microsoft.AspNetCore.Authentication.AzureAD.UI;
#if (MultiOrgAuth)
using Microsoft.AspNetCore.Au... |
cb0dbba53c48c8047cbf543b6f93fa64a768c886 | (#52) Some docs | (#52) Some docs
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/InstructionalButtons.cs | mit | 1,592,511,544 | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public static readonly Color DefaultBackg... | namespace RAGENativeUI.Elements
{
using System;
using System.Linq;
using System.Collections.Generic;
using Rage;
using System.Drawing;
public class InstructionalButtons
{
private const string ScaleformName = "instructional_buttons";
public static readonly Color DefaultBackg... |
52ab09cc6a4abc25de48dd5df62049150a225708 | #59 leaving comment for role configuration | #59 leaving comment for role configuration
| dlmelendez/identityazuretable,dlmelendez/identityazuretable | sample/samplemvccore4/Startup.cs | mit | 1,592,511,223 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.UI;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.HttpsPolicy;
using samplemvccore4.Data;
using M... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Identity.UI;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.HttpsPolicy;
using samplemvccore4.Data;
using M... |
ae51794a67e2780169acb2de1809b87239e9c46d | Add support for `IssuingDisputeFundsReinstated` event type. | Add support for `IssuingDisputeFundsReinstated` event type.
| stripe/stripe-dotnet | src/Stripe.net/Constants/Events.cs | apache-2.0 | 1,592,510,777 | namespace Stripe
{
using System;
public static class Events
{
/// <summary>
/// Occurs whenever an account status or property has changed.
/// </summary>
public const string AccountUpdated = "account.updated";
/// <summary>
/// Occurs whenever a user authori... | namespace Stripe
{
using System;
public static class Events
{
/// <summary>
/// Occurs whenever an account status or property has changed.
/// </summary>
public const string AccountUpdated = "account.updated";
/// <summary>
/// Occurs whenever a user authori... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.