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 |
|---|---|---|---|---|---|---|---|---|
df021d4fbe2016ce478391f76db379349d18add4 | Added Processing Logic for RMS Trend Data | Added Processing Logic for RMS Trend Data
| GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA | Source/Libraries/FaultData/DataOperations/ConfigurationOperation.cs | mit | 1,591,623,273 | //******************************************************************************************************
// ConfigurationOperation.cs - Gbtc
//
// Copyright © 2014, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... | //******************************************************************************************************
// ConfigurationOperation.cs - Gbtc
//
// Copyright © 2014, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... |
f80cdeac5ce2e6820dd3ba4cb0c6d6530e08105c | Change transforms to roughly match fallback visually | Change transforms to roughly match fallback visually
| smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu | osu.Game/Screens/Menu/IntroWelcome.cs | mit | 1,591,623,090 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
usin... |
afe511e2f3e52678e053f23958ddad3c9e65c015 | Remove debug code. | Remove debug code.
| grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzins... | src/Avalonia.Controls/Presenters/ScrollContentPresenter.cs | mit | 1,591,622,501 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Presenters
{
/// <summary>
/// Presents a scrolling view of content ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Presenters
{
/// <summary>
/// Presents a scrolling view of content ... |
59c1392f1836bffbe79f518e764fe563dec23b81 | fixes #110 | fixes #110
| architecture-building-systems/revitpythonshell,architecture-building-systems/revitpythonshell,architecture-building-systems/revitpythonshell | RpsRuntime/RpsExternalApplicationBase.cs | mit | 1,591,622,491 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Autodesk.Revit.UI;
using System.Reflection;
using System.IO;
using System.Xml.Linq;
using System.Windows.Media.Imaging;
using System.Windows.Media;
namespace RevitPythonShell.RpsRuntime
{
/// <summary>
//... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Autodesk.Revit.UI;
using System.Reflection;
using System.IO;
using System.Xml.Linq;
using System.Windows.Media.Imaging;
using System.Windows.Media;
namespace RevitPythonShell.RpsRuntime
{
/// <summary>
//... |
6a29c97846874346011489010d8bdfc844dec038 | Calling slack should not stop the job from being submitted (#577) | Calling slack should not stop the job from being submitted (#577)
* Calling slack should not stop the job from being submitted
* Added Elmah logging of the error | Ronald2/empleo-dot-net,developersdo/empleo-dot-net,developersdo/empleo-dot-net,Ronald2/empleo-dot-net | EmpleoDotNet/Controllers/JobOpportunityController.cs | unlicense | 1,591,622,429 | using System.Threading.Tasks;
using System.Web.Mvc;
using EmpleoDotNet.Core.Dto;
using EmpleoDotNet.Helpers;
using EmpleoDotNet.AppServices;
using EmpleoDotNet.Helpers.Alerts;
using EmpleoDotNet.Services.Social.Twitter;
using EmpleoDotNet.ViewModel;
using EmpleoDotNet.ViewModel.JobOpportunity;
using reCAPTCHA.MVC;
usi... | using System.Threading.Tasks;
using System.Web.Mvc;
using EmpleoDotNet.Core.Dto;
using EmpleoDotNet.Helpers;
using EmpleoDotNet.AppServices;
using EmpleoDotNet.Helpers.Alerts;
using EmpleoDotNet.Services.Social.Twitter;
using EmpleoDotNet.ViewModel;
using EmpleoDotNet.ViewModel.JobOpportunity;
using reCAPTCHA.MVC;
usi... |
acad74e5705ebb19b45f4bf453b4087dcb0a5a6c | Use BinaryPrimitives.ReadUInt32BigEndian() and BinaryPrimitives.WriteUInt32BigEndian() | Use BinaryPrimitives.ReadUInt32BigEndian() and BinaryPrimitives.WriteUInt32BigEndian()
| openiddict/openiddict-core,openiddict/openiddict-core,openiddict/core,openiddict/openiddict-core,openiddict/openiddict-core,openiddict/openiddict-core,openiddict/core,openiddict/core | src/OpenIddict.Core/Managers/OpenIddictApplicationManager.cs | apache-2.0 | 1,591,622,201 | /*
* Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
* See https://github.com/openiddict/openiddict-core for more information concerning
* the license and the contributors participating to this project.
*/
using System;
using System.Buffers.Binary;
using System.Collecti... | /*
* Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
* See https://github.com/openiddict/openiddict-core for more information concerning
* the license and the contributors participating to this project.
*/
using System;
using System.Collections.Generic;
using System.Col... |
5ae849a892873e54b27b887ddc2e621ea34170a2 | Update InstanceClass.cs | Update InstanceClass.cs
| Fody/InfoOf | AssemblyToProcess/InstanceClass.cs | mit | 1,591,620,078 | using System;
using System.Reflection;
// ReSharper disable UnusedMember.Local
public class InstanceClass
{
public InstanceClass()
{
}
public InstanceClass(string _)
{
}
string instanceField;
public FieldInfo GetInstanceField()
{
return Info.OfField("AssemblyToProcess", "... | using System;
using System.Reflection;
// ReSharper disable UnusedMember.Local
public class InstanceClass
{
public InstanceClass()
{
}
public InstanceClass(string _)
{
}
string instanceField;
public FieldInfo GetInstanceField()
{
return Info.OfField("AssemblyToProcess", "I... |
30e7aa2c40444a295f59d4af69d8ddfdac788611 | Update InstanceClass.cs | Update InstanceClass.cs
| Fody/InfoOf | AssemblyToProcess/InstanceClass.cs | mit | 1,591,620,050 | using System;
using System.Reflection;
// ReSharper disable UnusedMember.Local
public class InstanceClass
{
public InstanceClass()
{
}
public InstanceClass(string _)
{
}
string instanceField;
public FieldInfo GetInstanceField()
{
return Info.OfField("AssemblyToProcess", "I... | using System;
using System.Reflection;
// ReSharper disable UnusedMember.Local
public class InstanceClass
{
public InstanceClass()
{
}
public InstanceClass(string _)
{
}
string instanceField;
public FieldInfo GetInstanceField()
{
return Info.OfField("AssemblyToProcess", "I... |
04f551ff61ba8deabfa751d7133997edc8bd5064 | Update IntegrationTests.cs | Update IntegrationTests.cs
| Fody/InfoOf | Tests/IntegrationTests.cs | mit | 1,591,620,045 | using System;
using System.Collections.Generic;
using System.Reflection;
using Fody;
using VerifyXunit;
using Xunit;
using Xunit.Abstractions;
public partial class IntegrationTests :
VerifyBase
{
static Assembly assembly;
static TestResult testResult;
static IntegrationTests()
{
var weavi... | using System;
using System.Collections.Generic;
using System.Reflection;
using Fody;
using VerifyXunit;
using Xunit;
using Xunit.Abstractions;
public partial class IntegrationTests :
VerifyBase
{
static Assembly assembly;
static TestResult testResult;
static IntegrationTests()
{
var weavi... |
85a8c6a43e4d0e9ed0c81fc65f158dadf6565d0a | [VsIntegration] Fixes #198 | [VsIntegration] Fixes #198
| X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic | VisualStudio/ProjectPackage/Editors/XSharpCompletionSource.cs | apache-2.0 | 1,591,620,043 | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.Languag... | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.Languag... |
101335debe2559786b89c78af562f9838edd208c | Fix an but not all integration tests. | Fix an but not all integration tests.
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/Health/BodySystem/BodyManagerComponent.cs | mit | 1,591,620,003 | using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
using System;
using System.Collections.Generic;
using Content.Shared.BodySystem;
using Robust.Shared.ViewVariables;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Map;
using Sys... | using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
using System;
using System.Collections.Generic;
using Content.Shared.BodySystem;
using Robust.Shared.ViewVariables;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Map;
using Sys... |
2b140d1d84e5119c6a056eaf533304f010b8b8af | Fixes #367 | Fixes #367
| X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic | VisualStudio/ProjectPackage/Editors/XSharpCompletionSource.cs | apache-2.0 | 1,591,619,309 | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.Languag... | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.VisualStudio.Languag... |
bace82a036c4c0aedf7e39b4d4beff0a1ac47a1c | make AuthTokensServer public | make AuthTokensServer public
| AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/framework | Signum.React.Extensions/Authorization/AuthTokensServer.cs | mit | 1,591,618,683 | using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.React.Filters;
using Signum.Utilities;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Security.Authentication;
using System.Security.Cr... | using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.React.Filters;
using Signum.Utilities;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Security.Authentication;
using System.Security.Cr... |
fb5179b3b60fc1a9e8daaa455f2c50385b62707c | Revert "Fix integration tests." | Revert "Fix integration tests."
This reverts commit d2a38bdb00d95faecce1108b216b38e4d085efce.
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Chemistry/SolutionComponent.cs | mit | 1,591,618,477 | using Content.Server.Chemistry;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.Chemistry;
using Content.Shared.GameObjects;
using Content.Shared.GameObjects.Components.Chemistry;
using Content.Shared.Utility;
using Robust.Server.GameObjects;
using Robust.Server.GameObjects.EntitySystems;
using Ro... | using Content.Server.Chemistry;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.Chemistry;
using Content.Shared.GameObjects;
using Content.Shared.GameObjects.Components.Chemistry;
using Content.Shared.Utility;
using Robust.Server.GameObjects;
using Robust.Server.GameObjects.EntitySystems;
using Ro... |
ca2a7b4a1c86a3a0cb4ad4ad377e72294f5704c1 | [N/A] - Updated examples. | [N/A] - Updated examples.
| aspose-tasks/Aspose.Tasks-for-.NET | Examples/CSharp/ExRate.cs | mit | 1,591,617,852 | namespace Aspose.Tasks.Examples.CSharp
{
using System;
using NUnit.Framework;
[TestFixture]
public class ExRate : ApiExampleBase
{
[Test]
public void WorkWithRate()
{
// ExStart
// ExFor: Rate
// ExFor: Rate.CostPerUse
// ExFo... | namespace Aspose.Tasks.Examples.CSharp
{
using System;
using NUnit.Framework;
[TestFixture]
public class ExRate : ApiExampleBase
{
[Test]
public void WorkWithRate()
{
// ExStart
// ExFor: Rate
// ExFor: Rate.#ctor
// ExFor: Ra... |
6b7401929e1b790ceabf0d396215badfe0542ecf | Bumped version #. | Bumped version #.
| itinero/optimization,itinero/optimization | SharedAssemblyVersion.cs | apache-2.0 | 1,591,615,337 | using System.Reflection;
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0-pre017")]
| using System.Reflection;
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0-pre016")]
|
3754713f7ffd7cfd43ba8fae2ee4edde8a0f0c5b | fix indentation | fix indentation
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Shared/GameObjects/Components/Chemistry/SharedSolutionComponent.cs | mit | 1,591,614,769 | using System;
using System.Collections.Generic;
using Content.Shared.Chemistry;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Maths;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
using Robust.Shared.ViewVariables;
namespace Content.Shared.GameObjects.Components.Che... | using System;
using System.Collections.Generic;
using Content.Shared.Chemistry;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Maths;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
using Robust.Shared.ViewVariables;
namespace Content.Shared.GameObjects.Components.Che... |
d42c7c711cb0204c076e55c7f15c0a455831aacb | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,614,580 | #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-... |
b4b4d33bb31820b175217064fc9a31bee26e7818 | Fix commit 86969f4427a366041ed72227857eaacbf712c932 | Fix commit 86969f4427a366041ed72227857eaacbf712c932
| StockSharp/StockSharp | Algo/Connector.cs | apache-2.0 | 1,591,612,269 | #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... |
49ee966c98f769402157e66a6096c8a4f9b1f1ce | Added JsonProperty attributes to ViewCompilationConfiguration. | Added JsonProperty attributes to ViewCompilationConfiguration.
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | src/DotVVM.Framework/Configuration/ViewCompilationConfiguration.cs | apache-2.0 | 1,591,612,219 | using System;
using DotVVM.Framework.Compilation;
using Newtonsoft.Json;
namespace DotVVM.Framework.Configuration
{
public sealed class ViewCompilationConfiguration
{
private bool isFrozen = false;
private ViewCompilationMode mode;
/// <summary>
/// Gets or sets the mode under w... | using System;
using DotVVM.Framework.Compilation;
namespace DotVVM.Framework.Configuration
{
public sealed class ViewCompilationConfiguration
{
private bool isFrozen = false;
private ViewCompilationMode mode;
/// <summary>
/// Gets or sets the mode under which the view compilati... |
f5137bf86d5d2e3aaf76cfd57b9f5fcbf816a5b5 | TransactionOrderingMessageAdapter. Small perf boost. | TransactionOrderingMessageAdapter. Small perf boost.
| StockSharp/StockSharp | Algo/TransactionOrderingMessageAdapter.cs | apache-2.0 | 1,591,612,126 | namespace StockSharp.Algo
{
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Logging;
using System;
/// <summary>
///
/// </summary>
public class TransactionOrderingMessageAdapter : MessageAdapterWrapper
{
private class Subscripti... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Logging;
using System;
/// <summary>
///
/// </summary>
public class TransactionOrderingMessageAdapter : MessageAdapterWrapper
{
private class Subscripti... |
7040f8e2b1a2c811d743d6c3c84f3d44e6a29a57 | Connector. NewSecurity behavior reverted for backward compatibility. | Connector. NewSecurity behavior reverted for backward compatibility.
| StockSharp/StockSharp | Algo/Connector.cs | apache-2.0 | 1,591,611,496 | #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... |
0786ad08c97e74d2c8216c1b3b2986c67d70ab06 | Made settings public | Made settings public
| dimmpixeye/Unity3dTools | Runtime/Core/LayerKernel.cs | mit | 1,591,610,200 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: Preserve]
namespace Pixeye.Actors
{
public class LayerKernel : Layer<LayerKernel>, ITick
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: Preserve]
namespace Pixeye.Actors
{
public class LayerKernel : Layer<LayerKernel>, ITick
... |
293f1f99033c7e80db5dde240da5e3481f682d72 | Default theme should still be light | Default theme should still be light
| webprofusion/Certify | src/Certify.UI/MainWindow.xaml.cs | mit | 1,591,607,708 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using Certify.Locales;
using Certify.UI.Settings;
using Microsoft.ApplicationInsights;
namespace Certify.UI
{
/// <summary>
/// Intera... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using Certify.Locales;
using Certify.UI.Settings;
using Microsoft.ApplicationInsights;
namespace Certify.UI
{
/// <summary>
/// Intera... |
0cb1bddc98edd99e3619270d59102dd12666b5b4 | Fix test project | Fix test project
WaitForTanAsync
| mrklintscher/libfintx | src/libfintx.Tests/Test.cs | lgpl-2.1 | 1,591,604,983 | /*
*
* 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... |
c337724417d5d6e003e66bbcfe50b9afc461694b | Set thread names (#202) | Set thread names (#202)
| andrasm/prometheus-net,andrasm/prometheus-net | Prometheus.NetStandard/MetricServer.cs | mit | 1,591,604,721 | using System;
using System.Diagnostics;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
namespace Prometheus
{
/// <summary>
/// Implementation of a Prometheus exporter that serves metrics using HttpListener.
/// This is a stand-alone exporter for apps that do not ... | using System;
using System.Diagnostics;
using System.IO;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
namespace Prometheus
{
/// <summary>
/// Implementation of a Prometheus exporter that serves metrics using HttpListener.
/// This is a stand-alone exporter for apps that do not ... |
fefa42b7384f27766b76d5f180f1cd2f19376afb | AddressManager now has public getters to fetch the number of Needed and Discovered Peers | AddressManager now has public getters to fetch the number of Needed and Discovered Peers
| NicolasDorier/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin | NBitcoin/Protocol/AddressManager.cs | mit | 1,591,604,328 | #if !NOSOCKET
using NBitcoin.Crypto;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using NBitcoin.Logging;
namespace NB... | #if !NOSOCKET
using NBitcoin.Crypto;
using NBitcoin.Protocol.Behaviors;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using NBitcoin.Logging;
namespace NB... |
316eee18b76068534c39b108201895c3857b398b | Use CancellationToken also in AspNetMetricServer | Use CancellationToken also in AspNetMetricServer
| andrasm/prometheus-net,andrasm/prometheus-net | Prometheus.NetFramework.AspNet/AspNetMetricServer.cs | mit | 1,591,604,260 | using System;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http;
namespace Prometheus
{
public static class AspNetMetricServer
{
public sealed class Settings
{
public CollectorRegistry Registry { get; set; }
... | using System;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http;
namespace Prometheus
{
public static class AspNetMetricServer
{
public sealed class Settings
{
public CollectorRegistry Registry { get; set; }
... |
2dd8cd887af838746db6544b6f45e463d5491d37 | close response stream in AspNetMetricServer (#216) | close response stream in AspNetMetricServer (#216)
| andrasm/prometheus-net,andrasm/prometheus-net | Prometheus.NetFramework.AspNet/AspNetMetricServer.cs | mit | 1,591,603,592 | using System;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http;
namespace Prometheus
{
public static class AspNetMetricServer
{
public sealed class Settings
{
public CollectorRegistry Registry { get; set; }
... | using System;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http;
namespace Prometheus
{
public static class AspNetMetricServer
{
public sealed class Settings
{
public CollectorRegistry Registry { get; set; }
... |
39f0dd8f4d4234566013c47e3ecd2a680e3ce569 | 484: minor CheckChanged | 484: minor CheckChanged
| LayoutFarm/PixelFarm | src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/4.1_Composites/CheckBox.cs | bsd-2-clause | 1,591,601,524 | //Apache2, 2014-present, WinterDev
using System;
namespace LayoutFarm.CustomWidgets
{
public class CheckBox : AbstractControlBox
{
//check icon
ImageBox _imageBox;
bool _isChecked;
static Atlas_AUTOGEN_.TestAtlas1.Binders s_binders = new Atlas_AUTOGEN_.TestAtlas1.Binders();
... | //Apache2, 2014-present, WinterDev
using System;
namespace LayoutFarm.CustomWidgets
{
public class CheckBox : AbstractControlBox
{
//check icon
ImageBox _imageBox;
bool _isChecked;
static Atlas_AUTOGEN_.TestAtlas1.Binders s_binders = new Atlas_AUTOGEN_.TestAtlas1.Binders();
... |
2fe058d9cbc9c386ba52b0bddd3738f29b9a8c62 | Fix crash if reloading plugins reports errors before the main window appears | Fix crash if reloading plugins reports errors before the main window appears
| chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | Browser/FormBrowser.cs | mit | 1,591,599,802 | using System;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Threading.Tasks;
using System.Windows.Forms;
using CefSharp;
using TweetDuck.Browser.Bridge;
using TweetDuck.Browser.Handling;
using TweetDuck.Browser.Handling.General;
using TweetDuck.Browser.Notification;
using TweetDuck.Brow... | using System;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Threading.Tasks;
using System.Windows.Forms;
using CefSharp;
using TweetDuck.Browser.Bridge;
using TweetDuck.Browser.Handling;
using TweetDuck.Browser.Handling.General;
using TweetDuck.Browser.Notification;
using TweetDuck.Brow... |
9db5f6c1a79028a82e24edd930d29b43e48d9933 | Fix thread unsafe code in SnackbarMessageQueue. (#1874) | Fix thread unsafe code in SnackbarMessageQueue. (#1874)
* Fix thread unsafe code in SnackbarMessageQueue.
* Formatting
Added braces for lock statements
Co-authored-by: Kevin Bost <18855cb1058909111024f7369a548b13622a3903@gmail.com> | ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | MaterialDesignThemes.Wpf/SnackbarMessageQueue.cs | mit | 1,591,599,638 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using System.Windows.Threading;
namespace MaterialDesignThemes.Wpf
{
public class SnackbarMessageQueue : ISnackbarMes... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using System.Windows.Threading;
namespace MaterialDesignThemes.Wpf
{
public class SnackbarMessageQueue : ISnackbarMes... |
b5f0a7348df63445fbf419661aa0d6588deda022 | Avoid using Current.IOHelper | Avoid using Current.IOHelper
| JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSqu... | src/Umbraco.Web.Common/AspNetCore/UmbracoViewPage.cs | mit | 1,591,599,110 | using System;
using System.Text;
using Microsoft.AspNetCore.Http.Extensions;
using Microsoft.AspNetCore.Mvc.Razor;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
u... | using System;
using System.Text;
using Microsoft.AspNetCore.Http.Extensions;
using Microsoft.AspNetCore.Mvc.Razor;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Composing;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Configuration.UmbracoSettings;
using Umbraco.Core.Logging;... |
91bb707a03aa4cd6105c1227522aa563c7442886 | Update to discovery.metthnue.com | Update to discovery.metthnue.com
The link meethue.com/api/nupnp no longer works. Switching to discovery.meethue.com fixes this issue. | Microsoft/Windows-appsample-huelightcontroller | HueLibrary/Bridge.cs | mit | 1,591,598,550 | // ---------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files ... | // ---------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files ... |
fb58fa810911d0bd381b3440b1bdededb286d491 | Fix serialization of DateTime. | Fix serialization of DateTime.
| Kableado/VAR.Json | VAR.Json/JsonWriter.cs | mit | 1,591,598,042 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace VAR.Json
{
public class JsonWriterConfiguration
{
private bool _indent;
public bool Indent { get { return _indent; } }
private bool _useTabForIndent;
p... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace VAR.Json
{
public class JsonWriterConfiguration
{
private bool _indent;
public bool Indent { get { return _indent; } }
private bool _useTabForIndent;
p... |
9de501a2052f3a8530747b2360711002079b573b | Fix: Xbox library integration not executing OnGameStarting event | Fix: Xbox library integration not executing OnGameStarting event
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Plugins/XboxLibrary/XboxGameController.cs | mit | 1,591,597,606 | using Playnite;
using Playnite.Common;
using Playnite.SDK;
using Playnite.SDK.Events;
using Playnite.SDK.Models;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespac... | using Playnite;
using Playnite.Common;
using Playnite.SDK;
using Playnite.SDK.Events;
using Playnite.SDK.Models;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespac... |
e42da171140acfdc9dcf1ccf50f3a2d526bd8451 | Threading issue in memory cache | Threading issue in memory cache
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Playnite.Common/MemoryCache.cs | mit | 1,591,597,484 | using Playnite.SDK;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading;
using S... | using Playnite.SDK;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading.Tasks;
u... |
54b4bd2537b9010c8e28ac5e50c96f92782d1bb7 | Add correct StatusCode type | Add correct StatusCode type
| VahidN/DNTIdentity,VahidN/DNTIdentity,VahidN/DNTIdentity | src/ASPNETCoreIdentitySample/Controllers/CspReportController.cs | apache-2.0 | 1,591,597,415 | using System.IO;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
namespace ASPNETCoreIdentitySample.Controllers
{
public class CspPost
{
[JsonPropertyName("csp-report")]
... | using System.IO;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
namespace ASPNETCoreIdentitySample.Controllers
{
public class CspPost
{
[JsonPropertyName("csp-report")]
... |
4806b9e52ff191537d181d29406f071cbc110931 | Fix EF Core issue, where `MySqlGeometry.Value` of type `ReadOnlySpan<byte>` will throw an exception in `Microsoft.EntityFrameworkCore.Storage.Internal.DbParameterCollectionExtensions.FormatParameterValue(StringBuilder builder, object parameterValue)`. | Fix EF Core issue, where `MySqlGeometry.Value` of type `ReadOnlySpan<byte>` will throw an exception in `Microsoft.EntityFrameworkCore.Storage.Internal.DbParameterCollectionExtensions.FormatParameterValue(StringBuilder builder, object parameterValue)`.
Signed-off-by: Laurents Meyer <8f454b0523661ab31c7a2007d36686f50c00... | mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector | src/MySqlConnector/MySql.Data.Types/MySqlGeometry.cs | mit | 1,591,595,581 | using System;
using System.Buffers.Binary;
namespace MySql.Data.Types
{
/// <summary>
/// Represents MySQL's internal GEOMETRY format: https://dev.mysql.com/doc/refman/8.0/en/gis-data-formats.html#gis-internal-format
/// </summary>
public sealed class MySqlGeometry
{
/// <summary>
/// Constructs a <see cref="... | using System;
using System.Buffers.Binary;
namespace MySql.Data.Types
{
/// <summary>
/// Represents MySQL's internal GEOMETRY format: https://dev.mysql.com/doc/refman/8.0/en/gis-data-formats.html#gis-internal-format
/// </summary>
public sealed class MySqlGeometry
{
/// <summary>
/// Constructs a <see cref="... |
63003757c4fee77ca055861cb0538019509138a9 | Remove WorkingBeatmap cache when deleting or updating a beatmap | Remove WorkingBeatmap cache when deleting or updating a beatmap
| UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu | osu.Game/Beatmaps/BeatmapManager.cs | mit | 1,591,595,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.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System... |
ea9207e0ad21434d79eace9e527a3719ad1232c0 | Clean up FooterButtonRandom Removed unnecessary using statements Removed unnecessary constructor | Clean up FooterButtonRandom
Removed unnecessary using statements
Removed unnecessary constructor
| ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game/Screens/Select/FooterButtonRandom.cs | mit | 1,591,594,291 | // 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.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Game.Graphics;
using osu.Game.Input.Bindings;
namespace 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using ... |
dfed27bd4633e5b2d1268f8851fec97a698d61e6 | Add back stream seeking for sanity | Add back stream seeking for sanity
| smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,peppy/osu | osu.Game/Beatmaps/BeatmapManager.cs | mit | 1,591,593,861 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System... |
3c3948bf8d0e26ef54de76165aeb67f80a8920f1 | Mark field as const instead of static readonly | Mark field as const instead of static readonly
| Kingloo/Pingy | src/Gui/App.xaml.cs | unlicense | 1,591,591,968 | using System;
using System.IO;
using System.Windows;
using System.Windows.Threading;
using Pingy.Common;
namespace Pingy.Gui
{
public partial class App : Application
{
private static readonly string defaultDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
private co... | using System;
using System.IO;
using System.Windows;
using System.Windows.Threading;
using Pingy.Common;
namespace Pingy.Gui
{
public partial class App : Application
{
private readonly static string defaultDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
private re... |
c718e80be865aef2054bd1dd31fcf4d3c1a6cece | Add StringComparison within FileSystem.cs | Add StringComparison within FileSystem.cs
| Kingloo/Pingy | src/Common/FileSystem.cs | unlicense | 1,591,591,936 | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
namespace Pingy.Common
{
public static class FileSystem
{
public static async Task<string[]> LoadLinesFromFileAsync(string path, string commentChar)
{
List<string> lines = new List<string>... | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
namespace Pingy.Common
{
public static class FileSystem
{
public static async Task<string[]> LoadLinesFromFileAsync(string path, string commentChar)
{
List<string> lines = new List<string>... |
72ada020a2515a1ed839fecbeb0af52c3ce86abc | Don't attempt to use virtual track for intro sequence clock | Don't attempt to use virtual track for intro sequence clock
| peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu | osu.Game/Screens/Menu/IntroTriangles.cs | mit | 1,591,591,336 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Fr... |
0b425ea819542b08a5d0ec0e387eb1ad2e5e1f26 | Project: Remove duplicate GetInterfaceMessages() log message | Project: Remove duplicate GetInterfaceMessages() log message
> Fetching interface messages from https://ko.wikisource.org/
> Fetching InterfaceMessages from https://ko.wikisource.org/
Follows-up 38aeefbb194f.
| countervandalism/CVNBot | src/CVNBot/Project.cs | mit | 1,591,590,172 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using log4net;
namespace CVNBot
{
class Project
{
static ILog logger = LogManager.GetLogger("CVNBot.Project");
public string projectName;
p... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using log4net;
namespace CVNBot
{
class Project
{
static ILog logger = LogManager.GetLogger("CVNBot.Project");
public string projectName;
p... |
fb0dc9583a67c69a543943b01ff2a501b224a72d | Update Hero.cs | Update Hero.cs
| overtools/OWLib | DataTool/DataModels/Hero/Hero.cs | mit | 1,591,590,155 | using System.Collections.Generic;
using System.Runtime.Serialization;
using TankLib;
using TankLib.Math;
using TankLib.STU.Types;
using TankLib.STU.Types.Enums;
using static DataTool.Helper.IO;
using static DataTool.Helper.STUHelper;
namespace DataTool.DataModels.Hero {
[DataContract]
public class Hero {
... | using System.Collections.Generic;
using System.Runtime.Serialization;
using TankLib;
using TankLib.Math;
using TankLib.STU.Types;
using TankLib.STU.Types.Enums;
using static DataTool.Helper.IO;
using static DataTool.Helper.STUHelper;
namespace DataTool.DataModels.Hero {
[DataContract]
public class Hero {
... |
20618ed459bed8785d18c73adb424047f74f5e61 | Update Reaction.cs | Update Reaction.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Chemistry/Reaction.cs | agpl-3.0 | 1,591,589,821 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
using System.Linq;
namespace Chemistry
{
[CreateAssetMenu(fileName = "reaction", menuName = "ScriptableObjects/Chemistry/Reaction")]
public class Reaction : ScriptableObject
{
public DictionaryReagentInt ingredients;
p... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
using System.Linq;
namespace Chemistry
{
[CreateAssetMenu(fileName = "reaction", menuName = "ScriptableObjects/Chemistry/Reaction")]
public class Reaction : ScriptableObject
{
public DictionaryReagentInt ingredients;
p... |
984e09560a39904cc176b81eb43862dac78af153 | Return IReadOnlyList instead of IEnumerable for convenience | Return IReadOnlyList instead of IEnumerable for convenience
| micdenny/EasyNetQ.Management.Client,micdenny/EasyNetQ.Management.Client,EasyNetQ/EasyNetQ.Management.Client,EasyNetQ/EasyNetQ.Management.Client,micdenny/EasyNetQ.Management.Client,EasyNetQ/EasyNetQ.Management.Client | Source/EasyNetQ.Management.Client/ManagementClientExtensions.cs | mit | 1,591,589,278 | using System;
using System.Collections.Generic;
using System.Threading;
using EasyNetQ.Management.Client.Model;
using JetBrains.Annotations;
namespace EasyNetQ.Management.Client
{
public static class ManagementClientExtensions
{
/// <summary>
/// Various random bits of information that desc... | using System;
using System.Collections.Generic;
using System.Threading;
using EasyNetQ.Management.Client.Model;
using JetBrains.Annotations;
namespace EasyNetQ.Management.Client
{
public static class ManagementClientExtensions
{
/// <summary>
/// Various random bits of information that describe... |
6ff3dc265bf5dac5d9aac1dfa1cd27e57bbed570 | Fix non-empty calls being removed instead of empty ones | Fix non-empty calls being removed instead of empty ones
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/TwitchGame.cs | mit | 1,591,587,855 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Missions;
using Assets.Scripts.Props;
using UnityEngine;
/// <summary>Encapsulates an ongoing game, with all its bombs, module cameras, HUDs etc.</sum... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Missions;
using Assets.Scripts.Props;
using UnityEngine;
/// <summary>Encapsulates an ongoing game, with all its bombs, module cameras, HUDs etc.</sum... |
e4f69f99555c7de96e0d49f49476e9838a5c6451 | bugfix(welders): welders had an equivalent check that was looking for the fuel level to be below 0, changed it to be less than or equal to 0 and the welder now properly turns off. | bugfix(welders): welders had an equivalent check that was looking for the fuel level to be below 0, changed it to be less than or equal to 0 and the welder now properly turns off.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Tool/Welder.cs | agpl-3.0 | 1,591,586,366 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Chemistry;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using Chemistry.Components;
[RequireComponent(typeof(Pickupable))]
public class Welder : NetworkBehaviour, IInteractable<HandActivate>, IServerSpawn... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Chemistry;
using UnityEngine;
using Mirror;
using UnityEngine.Events;
using Chemistry.Components;
[RequireComponent(typeof(Pickupable))]
public class Welder : NetworkBehaviour, IInteractable<HandActivate>, IServerSpawn... |
bddd2b72ba257370e999a9f958f090cb83ef57c9 | Remove secondaryText and related code from FooterButtonRandom | Remove secondaryText and related code from FooterButtonRandom
| NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu | osu.Game/Screens/Select/FooterButtonRandom.cs | mit | 1,591,585,553 | // 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.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using ... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using ... |
2d20c4e543d4439f3c60026df490d7dbdeb2827b | Added fix for forcing sensitivitylabel to use the SharePoint API to create the site, otherwise the sensitivity label will not be applied | Added fix for forcing sensitivitylabel to use the SharePoint API to create the site, otherwise the sensitivity label will not be applied
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Sites/SiteCollection.cs | mit | 1,591,582,262 | #if !ONPREMISES
using Microsoft.Graph;
using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Utilities;
using OfficeDevPnP.Core.Utilities.Async;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using S... | #if !ONPREMISES
using Microsoft.Graph;
using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Utilities;
using OfficeDevPnP.Core.Utilities.Async;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using S... |
5150b0755e93d9e10815d9a5f95cc41dd7f691e9 | another change to only 'clean' the directory when exporting by type | another change to only 'clean' the directory when exporting by type
| ericgreenmix/marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,mysticmind/marten,mdissel/Marten,mdissel/Marten,JasperFx/Marten,JasperFx/Marten,JasperFx/Marten | src/Marten.CommandLine/Commands/Dump/DumpCommand.cs | mit | 1,591,580,528 | using System;
using System.IO;
using Baseline;
using Oakton;
namespace Marten.CommandLine.Commands.Dump
{
[Description("Dumps the entire DDL for the configured Marten database")]
public class DumpCommand: MartenCommand<DumpInput>
{
public DumpCommand()
{
Usage("Writes the comple... | using System;
using System.IO;
using Baseline;
using Oakton;
namespace Marten.CommandLine.Commands.Dump
{
[Description("Dumps the entire DDL for the configured Marten database")]
public class DumpCommand: MartenCommand<DumpInput>
{
public DumpCommand()
{
Usage("Writes the comple... |
b08d93f7eb1b371f1b11b1f4ea4e27db1884c81f | Fixes GH-1448 | Fixes GH-1448
| ericgreenmix/marten,JasperFx/Marten,ericgreenmix/marten,mdissel/Marten,mysticmind/marten,mysticmind/marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,mdissel/Marten,JasperFx/Marten,JasperFx/Marten,ericgreenmix/marten | src/Marten.CommandLine/Commands/Dump/DumpCommand.cs | mit | 1,591,580,528 | using System;
using System.IO;
using Baseline;
using Oakton;
namespace Marten.CommandLine.Commands.Dump
{
[Description("Dumps the entire DDL for the configured Marten database")]
public class DumpCommand: MartenCommand<DumpInput>
{
public DumpCommand()
{
Usage("Writes the comple... | using System;
using Baseline;
using Oakton;
namespace Marten.CommandLine.Commands.Dump
{
[Description("Dumps the entire DDL for the configured Marten database")]
public class DumpCommand: MartenCommand<DumpInput>
{
public DumpCommand()
{
Usage("Writes the complete DDL for the en... |
d02ff7f874625120199302342ca9ba4ede55acfc | Fix the automatic camera wall not being enabled when the setting was | Fix the automatic camera wall not being enabled when the setting was
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/UI/ModuleCameras.cs | mit | 1,591,578,327 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using UnityEngine;
using UnityEngine.UI;
public class ModuleCameras : MonoBehaviour
{
/// <summary>
/// Camera layer used on all modules/cameras when interactive mode is enabled.</su... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using UnityEngine;
using UnityEngine.UI;
public class ModuleCameras : MonoBehaviour
{
/// <summary>
/// Camera layer used on all modules/cameras when interactive mode is enabled.</su... |
ba5a747ac9e1b83ff38b28884d86952895d34ab9 | Implement migration for TournamentStorage | Implement migration for TournamentStorage
| peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu | osu.Game.Tournament/TournamentStorage.cs | mit | 1,591,578,237 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using System.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
usin... | // 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.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using osu.Game.Tournament.Configuration;
namespace osu.Game.... |
2d92f5a1f52437fa7a6ceb21b4365f8955029353 | missed in last checkin | missed in last checkin
| bsstahl/PPTail,bsstahl/PPTail | PrehensilePonyTail/PPTail.Templates.FileSystem/ReadRepository.cs | mit | 1,591,575,717 | using PPTail.Entities;
using PPTail.Interfaces;
using System;
using System.Collections.Generic;
using Microsoft.Extensions.DependencyInjection;
namespace PPTail.Templates.FileSystem
{
public class ReadRepository : Interfaces.ITemplateRepository
{
public ReadRepository(IServiceProvider serviceProvider)... | using PPTail.Entities;
using PPTail.Interfaces;
using System;
using System.Collections.Generic;
using Microsoft.Extensions.DependencyInjection;
namespace PPTail.Templates.FileSystem
{
public class ReadRepository : Interfaces.ITemplateRepository
{
private readonly IServiceProvider _serviceProvider;
... |
b1d918bcf8e243108ac62c77ce0c5638c9a9c89e | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,591,575,486 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
0593d98cfda57c6e9bca0b54b031d41696ddc6d6 | Adds Java Development Kit path detection from registry | Adds Java Development Kit path detection from registry
| christianrondeau/SikuliSharp,christianrondeau/SikuliSharp | SikuliSharp/SikuliScriptProcessFactory.cs | mit | 1,591,575,123 | using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Microsoft.Win32;
namespace SikuliSharp
{
public interface ISikuliScriptProcessFactory
{
ISikuliVersion GetSikuliVersion();
Process Start(ISikuliVersion version);
}
public class SikuliScriptProcessFactory : ISikuliScriptProcessFa... | using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Microsoft.Win32;
namespace SikuliSharp
{
public interface ISikuliScriptProcessFactory
{
ISikuliVersion GetSikuliVersion();
Process Start(ISikuliVersion version);
}
public class SikuliScriptProcessFactory : ISikuliScriptProcessFa... |
d02d374a6a0a90b204decf6f80369ba045033a3c | Misc whitespace/formatting | Misc whitespace/formatting
| Deadpikle/NetSparkle | src/NetSparkle.Tools.AppCastGenerator/Program.cs | mit | 1,591,574,437 | using NetSparkleUpdater;
using System;
using System.Diagnostics;
using System.IO;
using System.Collections.Generic;
using System.Xml;
using NetSparkleUpdater.AppCastHandlers;
using System.Text;
using CommandLine;
using System.Text.RegularExpressions;
using System.Linq;
using Console = Colorful.Console;
using System.Dr... | using NetSparkleUpdater;
using System;
using System.Diagnostics;
using System.IO;
using System.Collections.Generic;
using System.Xml;
using NetSparkleUpdater.AppCastHandlers;
using System.Text;
using CommandLine;
using System.Text.RegularExpressions;
using System.Linq;
using Console = Colorful.Console;
using System.Dr... |
31afe5c527240e176ef7d5738e56506d2f3d52bb | Clone fielddef.FieldOffset. | Clone fielddef.FieldOffset.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloner.Fields.cs | mit | 1,591,574,277 | namespace AsmResolver.DotNet.Cloning
{
public partial class MemberCloner
{
private void CreateFieldStubs(MemberCloneContext context)
{
foreach (var field in _fieldsToClone)
{
var stub = CreateFieldStub(context, field);
// I... | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
namespace AsmResolver.DotNet.Cloning
{
public partial class MemberCloner
{
private void CreateFieldStubs(MemberCloneContext context)
{
... |
6c6d873455d9f4da98dbe5dd0b83bf05fdde82c4 | Clone class layout. | Clone class layout.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloner.cs | mit | 1,591,574,159 | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.Signatures.Security;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides a mechanism for deep-copying metadata members from external .NET modu... | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.Signatures.Security;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides a mechanism for deep-copying metadata members from external .NET modu... |
d7ec4591bf70c26680b09916645d003b62b1826d | Bugfix in LoadFooterNavigation causing no navigation items to be returned, added GetFooterTitle, SetFooterTitle, GetFooterLogoUrl, SetFooterLogoUrl and RemoveFooterLogoUrl methods to allow configuration of the footer on a communication site | Bugfix in LoadFooterNavigation causing no navigation items to be returned, added GetFooterTitle, SetFooterTitle, GetFooterLogoUrl, SetFooterLogoUrl and RemoveFooterLogoUrl methods to allow configuration of the footer on a communication site
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Extensions/NavigationExtensions.cs | mit | 1,591,574,117 | using System;
using System.Collections.Generic;
using System.Linq;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Enums;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Collections;
using System.Linq.Expressions;
using Microsoft.SharePoint.Client.Publishing.Navigation;
using Mi... | using System;
using System.Collections.Generic;
using System.Linq;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Enums;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Collections;
using System.Linq.Expressions;
using Microsoft.SharePoint.Client.Publishing.Navigation;
using Mi... |
13152ea6a9e360765aada10054020c7b98149cd8 | Add missing custom attributes to parameter definition. | Add missing custom attributes to parameter definition.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloner.Methods.cs | mit | 1,591,573,495 | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
namespace AsmResolver.DotNet.Cloning
{
public partial class MemberCloner
{
private void CreateMethodStubs(MemberCloneContext context)
{
... | using System;
using System.Collections.Generic;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
namespace AsmResolver.DotNet.Cloning
{
public partial class MemberCloner
{
private void CreateMethodStubs(MemberCloneContext context)
{
... |
9b60c6990ac7d0b8b64b068b12601f76a164f161 | delay fuzzy fix | delay fuzzy fix
| workabyte/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Physics/Time/Time.cs | mit | 1,591,568,953 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace PowerArgs.Cli.Physics
{
/// <summary>
/// A model of time that lets you plug time functions and play them out on a thread. Each iteration of the time loop processes queued actions,
/// executes time functions in orde... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace PowerArgs.Cli.Physics
{
/// <summary>
/// A model of time that lets you plug time functions and play them out on a thread. Each iteration of the time loop processes queued actions,
/// executes time functions in orde... |
e13d215f992cc1dfbbeac414e19e5b020543e923 | delay fuzzy fix | delay fuzzy fix
| workabyte/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Physics/Time/Time.cs | mit | 1,591,568,892 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace PowerArgs.Cli.Physics
{
/// <summary>
/// A model of time that lets you plug time functions and play them out on a thread. Each iteration of the time loop processes queued actions,
/// executes time functions in orde... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace PowerArgs.Cli.Physics
{
/// <summary>
/// A model of time that lets you plug time functions and play them out on a thread. Each iteration of the time loop processes queued actions,
/// executes time functions in orde... |
30d4f34430ad757033b76cd13b44a3b3cf56d749 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,568,424 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
43a2b2fe01fd4ccc6cdb09101b7b79edd50e31a1 | Fixed collapsing of tree view. | Fixed collapsing of tree view.
| vchelaru/Gum | Gum/Logic/FileWatch/FileWatchManager.cs | mit | 1,591,568,145 | using Gum.Managers;
using Gum.ToolStates;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ToolsUtilities;
namespace Gum.Logic.FileWatch
{
public class FileWatchManager : Singleton<FileWatchManager>
{
#region Fie... | using Gum.Managers;
using Gum.ToolStates;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ToolsUtilities;
namespace Gum.Logic.FileWatch
{
public class FileWatchManager : Singleton<FileWatchManager>
{
#region Fie... |
708101aa19ad6eba7b740bc885c731537df135e4 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,567,026 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
9ca00c536f5dc1a9152acceb567812eed7c2b1e1 | Constrain work done under a lock in BatchWorker (#6586) | Constrain work done under a lock in BatchWorker (#6586)
| amccool/orleans,amccool/orleans,jthelin/orleans,waynemunro/orleans,dotnet/orleans,veikkoeeva/orleans,benjaminpetit/orleans,benjaminpetit/orleans,ibondy/orleans,galvesribeiro/orleans,ReubenBond/orleans,waynemunro/orleans,hoopsomuah/orleans,yevhen/orleans,ElanHasson/orleans,galvesribeiro/orleans,yevhen/orleans,waynemunro... | src/Orleans.Core/Async/BatchWorker.cs | mit | 1,591,565,819 | using System;
using System.Threading;
using System.Threading.Tasks;
using Orleans.Timers.Internal;
#nullable enable
namespace Orleans
{
/// <summary>
/// General pattern for an asynchronous worker that performs a work task, when notified,
/// to service queued work. Each work cycle handles ALL the queued w... | using System;
using System.Threading;
using System.Threading.Tasks;
using Orleans.Timers.Internal;
namespace Orleans
{
/// <summary>
/// General pattern for an asynchronous worker that performs a work task, when notified,
/// to service queued work. Each work cycle handles ALL the queued work.
/// If ... |
44a560e2e40f118e0927708e97176a99f6ffb62d | plugin: re-add combined raidboss preset | plugin: re-add combined raidboss preset
| quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot,quisquous/cactbot | plugin/CactbotEventSource/CactbotEventSource.cs | apache-2.0 | 1,591,565,751 | using Advanced_Combat_Tracker;
using Newtonsoft.Json.Linq;
using RainbowMage.HtmlRenderer;
using RainbowMage.OverlayPlugin;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
namespace Cactbot {
// TODO: remove this in favor of th... | using Advanced_Combat_Tracker;
using Newtonsoft.Json.Linq;
using RainbowMage.HtmlRenderer;
using RainbowMage.OverlayPlugin;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Windows.Forms;
namespace Cactbot {
// TODO: remove this in favor of th... |
7884c34666549339de77751f7ec1ba8cfa7f2146 | Done FatDirectoryEntry class api docs | Done FatDirectoryEntry class api docs
| CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/FileSystem/FAT/Listing/FatDiretoryEntry.cs | bsd-3-clause | 1,591,565,114 | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Collections.Generic;
using Cosmos.Common.Extensions;
using Cosmos.HAL;
using Cosmos.System.FileSystem.Listing;
using System.Text;
namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FatDirectoryEntry class. Represent directory/... | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Collections.Generic;
using Cosmos.Common.Extensions;
using Cosmos.HAL;
using Cosmos.System.FileSystem.Listing;
using System.Text;
namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FatDirectoryEntry class. Represent directory/... |
b7c4870982d8ef50950c52ba03fa46fe66daf41a | prev commit fix. | prev commit fix.
| StockSharp/StockSharp | Algo/TransactionOrderingMessageAdapter.cs | apache-2.0 | 1,591,564,573 | namespace StockSharp.Algo
{
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Logging;
using System;
/// <summary>
///
/// </summary>
public class TransactionOrderingMessageAdapter : MessageAdapterWrapper
{
private class Subscripti... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Logging;
using System;
/// <summary>
///
/// </summary>
public class TransactionOrderingMessageAdapter : MessageAdapterWrapper
{
private class Subscripti... |
146389a2f9d3fcc55b6df7970676eb7c7289b3a4 | performance improvement by ignoring already added icons. also react when clicking on the currently selected species. | performance improvement by ignoring already added icons. also react when clicking on the currently selected species.
| cadon/ARKStatsExtractor | ARKBreedingStats/SpeciesSelector.cs | mit | 1,591,563,445 | using ARKBreedingStats.species;
using ARKBreedingStats.values;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ARKBreedingStats
{
public partial class Spec... | using ARKBreedingStats.species;
using ARKBreedingStats.values;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ARKBreedingStats
{
public partial class SpeciesSelect... |
b60d78e4df319f06fe826d22b5b8fd22d27a9d59 | Update tests for explicit culture (#804) | Update tests for explicit culture (#804)
| anjdreas/UnitsNet,anjdreas/UnitsNet,anjdreas/UnitsNet | UnitsNet.Tests/CustomCode/LengthTests.FeetInches.cs | mit | 1,591,561,118 | // Licensed under MIT No Attribution, see LICENSE file at the root.
// Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com). Maintained at https://github.com/angularsen/UnitsNet.
using System.Collections.Generic;
using System.Globalization;
using Xunit;
namespace UnitsNet.Tests.CustomCode
{
public... | // Licensed under MIT No Attribution, see LICENSE file at the root.
// Copyright 2013 Andreas Gullberg Larsen (andreas.larsen84@gmail.com). Maintained at https://github.com/angularsen/UnitsNet.
using Xunit;
namespace UnitsNet.Tests.CustomCode
{
public class FeetInchesTests
{
private const double Feet... |
2591c58d8610869796bb2c7bd354cc1ad0d9d3cb | Utilize default implementations | Utilize default implementations
| mannkind/mysb | Mysb/Managers/SinkManager.cs | mit | 1,591,560,843 | using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Channels;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using MQTTnet;
using Mysb.DataAccess;
using Mysb.Models.Shared;
using TwoMQTT.Core.Manager... | using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Channels;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using MQTTnet;
using Mysb.DataAccess;
using Mysb.Models.Shared;
using TwoMQTT.Core.Manager... |
8cc5bc3db3cac3a3278abf2632574152126a1025 | Rename some vars and always make sure keys are in base 64 | Rename some vars and always make sure keys are in base 64
| Deadpikle/NetSparkle | src/NetSparkle.Tools.AppCastGenerator/SignatureManager.cs | mit | 1,591,560,611 | using System;
using System.IO;
using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.Crypto.Generators;
using Org.BouncyCastle.Crypto.Parameters;
using Org.BouncyCastle.Crypto.Signers;
using Org.BouncyCastle.Security;
namespace NetSparkleUpdater.AppCastGenerator
{
public class SignatureManager
{
priva... | using System;
using System.IO;
using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.Crypto.Generators;
using Org.BouncyCastle.Crypto.Parameters;
using Org.BouncyCastle.Crypto.Signers;
using Org.BouncyCastle.Security;
namespace NetSparkleUpdater.AppCastGenerator
{
public class SignatureManager
{
priva... |
b8ed87fe00b75e03337cad1af8241d1b001f16cc | Apply code review; one property, one function | Apply code review; one property, one function
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs | mit | 1,591,559,179 | using Avalonia.Input;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Security;
using System.Text.RegularExp... | using Avalonia.Input;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Security;
using System.Text.RegularExp... |
5351e616872b06929ddeb9d2ef1bdbd5c3d89a3e | Open SteamApps and SteamFriends for optional plugin usage | Open SteamApps and SteamFriends for optional plugin usage
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Bot.cs | apache-2.0 | 1,591,556,839 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
56f2cd06e433c93c1b4eba5632062e3cddb8828b | Add HotkeyManager.IsEnabled flag | Add HotkeyManager.IsEnabled flag
| thomaslevesque/NHotkey | src/NHotkey/HotkeyManagerBase.cs | apache-2.0 | 1,591,556,651 | using System;
using System.Collections.Generic;
namespace NHotkey
{
public abstract class HotkeyManagerBase
{
private readonly Dictionary<int, string> _hotkeyNames = new Dictionary<int, string>();
private readonly Dictionary<string, Hotkey> _hotkeys = new Dictionary<string, Hotkey>();
... | using System;
using System.Collections.Generic;
namespace NHotkey
{
public abstract class HotkeyManagerBase
{
private readonly Dictionary<int, string> _hotkeyNames = new Dictionary<int, string>();
private readonly Dictionary<string, Hotkey> _hotkeys = new Dictionary<string, Hotkey>();
... |
bbd016daf68b60783a889a60d419017d962e0faa | Fix link replacements for when no text is specified on a root page link (Home, Contact, Archive). | Fix link replacements for when no text is specified on a root page link (Home, Contact, Archive).
| bsstahl/PPTail,bsstahl/PPTail | PrehensilePonyTail/PPTail.Generator.Template/StringExtensions.cs | mit | 1,591,556,029 | using Microsoft.Extensions.DependencyInjection;
using PPTail.Entities;
using PPTail.Extensions;
using PPTail.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.NetworkInformation;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
namespace PPTail.G... | using Microsoft.Extensions.DependencyInjection;
using PPTail.Entities;
using PPTail.Extensions;
using PPTail.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.NetworkInformation;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
namespace PPTail.G... |
b7213ebff23be053d34af9f00e34fe6fb1eebfc2 | Optimize JoinWalker.WhereString method | Optimize JoinWalker.WhereString method
| ngbrown/nhibernate-core,nhibernate/nhibernate-core,RogerKratz/nhibernate-core,fredericDelaporte/nhibernate-core,RogerKratz/nhibernate-core,RogerKratz/nhibernate-core,gliljas/nhibernate-core,nhibernate/nhibernate-core,hazzik/nhibernate-core,RogerKratz/nhibernate-core,ngbrown/nhibernate-core,ngbrown/nhibernate-core,hazzi... | src/NHibernate/Loader/JoinWalker.cs | lgpl-2.1 | 1,591,554,949 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using NHibernate.Collection;
using NHibernate.Engine;
using NHibernate.Persister.Collection;
using NHibernate.Persister.Entity;
using NHibernate.SqlCommand;
using NHibernate.Type;
using NHibernate.Util;
namespace N... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using NHibernate.Collection;
using NHibernate.Engine;
using NHibernate.Persister.Collection;
using NHibernate.Persister.Entity;
using NHibernate.SqlCommand;
using NHibernate.Type;
using NHibernate.Util;
namespace N... |
da0c80f2a3f4f53b791649bf4836dca6695cd617 | Outdated comment removed. | Outdated comment removed.
| simpleinjector/SimpleInjector | src/SimpleInjector/Internals/CompilationHelpers.cs | mit | 1,591,554,491 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Internals
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
usi... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Internals
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
usi... |
aa5a120d7fb2d5cd17fa9f18320279b65c120ec1 | Removed unused optimization. | Removed unused optimization.
| simpleinjector/SimpleInjector | src/SimpleInjector/Internals/CompilationHelpers.cs | mit | 1,591,554,359 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Internals
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
usi... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Internals
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
usi... |
4815b07f6a6ffe47d3d2d4178480616c9ded65e6 | Code cleanup in SingletonLifestyle and prevented dynamic assembly compilation to kick in on singletons (because there are only downsides in doing this). | Code cleanup in SingletonLifestyle and prevented dynamic assembly compilation to kick in on singletons (because there are only downsides in doing this).
| simpleinjector/SimpleInjector | src/SimpleInjector/Lifestyles/SingletonLifestyle.cs | mit | 1,591,554,204 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Lifestyles
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Lifestyles
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.... |
21cb776fa5253e4d834ad2a4e8071591d8e127ee | Encode strings passed to PyRun_String as UTF8 | Encode strings passed to PyRun_String as UTF8
| AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet | src/runtime/runtime.cs | mit | 1,591,553,593 | using System.Reflection.Emit;
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
namespace Python.Runtime
{
/// <summary>
/// Encapsulates the ... | using System.Reflection.Emit;
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
namespace Python.Runtime
{
/// <summary>
/// Encapsulates the ... |
c9841acff9945d9db2bfda8097895a75a6773824 | :panda_dab: | :panda_dab:
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Common/Translations.cs | apache-2.0 | 1,591,551,662 | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... |
e3d7d3308bf542a5e8b86eb66cff56e0346dded3 | changed 82 to proper .CompileFast(true) | changed 82 to proper .CompileFast(true)
| dadhi/FastExpressionCompiler,dadhi/FastExpressionCompiler | test/FastExpressionCompiler.IssueTests/Issue83_linq2db.cs | mit | 1,591,550,777 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using NUnit.Framework;
#pragma warning disable IDE1006 // Naming Styles for linq2db
#pragma warning disable 649 // Unaasigned fields
#if LIGHT_EXPRESSION
using static FastExpressionCompiler.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using NUnit.Framework;
#pragma warning disable IDE1006 // Naming Styles for linq2db
#pragma warning disable 649 // Unaasigned fields
#if LIGHT_EXPRESSION
using static FastExpressionCompiler.... |
7c3982adfb4383e67fa1da555ccfd487823503f6 | fix: #27 rework MessagesConversation type | fix: #27 rework MessagesConversation type
| Worldbeater/VkLibrary,Worldbeater/VkLibrary | VkApi.Wrapper/Objects/Messages/MessagesConversation.cs | mit | 1,591,549,687 | using Newtonsoft.Json;
using System;
namespace VkApi.Wrapper.Objects
{
public class MessagesConversation
{
[JsonProperty("peer")]
public MessagesConversationPeer Peer { get; set; }
///<summary>
/// ID of the last message in conversation
///</summary>
[JsonPrope... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace VkApi.Wrapper.Objects
{
public class MessagesConversation
{
[JsonProperty("peer")]
public MessagesConversationPeer Peer { get; set; }
///<summary>
/// ID of the last message in conversation
... |
cdcb5fd0ddb0dc6cfe8a8c0968a5c043480773e6 | Fix: the Driver ID should be set by it's relevant subpackage, not the main package | Fix: the Driver ID should be set by it's relevant subpackage, not the main package
| nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console | src/NUnitEngine/nunit.engine.core/Runners/DirectTestRunner.cs | mit | 1,591,549,225 | // ***********************************************************************
// Copyright (c) 2011-2014 Charlie Poole, Rob Prouse
//
// 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 ... | // ***********************************************************************
// Copyright (c) 2011-2014 Charlie Poole, Rob Prouse
//
// 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 ... |
a027bdb825fdb0ec3c6b3d8de5e9747958c1cd22 | Add failing test - the ID prefix should be unique per assembly | Add failing test - the ID prefix should be unique per assembly
| nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console | src/NUnitEngine/nunit.engine.tests/Runners/MasterTestRunnerTests.cs | mit | 1,591,549,184 | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// 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 restr... | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// 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 restr... |
16a3a5d2c2fe58056e5d7667a3b4d7f38f4cb9ca | Bump to v0.5.2 | Bump to v0.5.2
| dancol90/mi-360 | Source/mi-360/Properties/AssemblyInfo.cs | bsd-3-clause | 1,591,548,430 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: Ass... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Le informazioni generali relative a un assembly sono controllate dal seguente
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
// associate a un assembly.
[assembly: Ass... |
e157a962bf3b264485efcb29d921dc8e9f87819e | let me just sneak another one in there | let me just sneak another one in there
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Common/Translations.cs | apache-2.0 | 1,591,547,464 | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... |
d65b3d981203a479683764bed2f71b8f5e3c4244 | added russian and polish Translations | added russian and polish Translations
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Common/Translations.cs | apache-2.0 | 1,591,546,845 | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... | using RelhaxModpack.UI;
using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace... |
dbbc1bee6b89bc1c113c75b09b16708ba180ccbb | Fix commit b3a573fadc33c7b205be13c388df4d9c26e01cc2 | Fix commit b3a573fadc33c7b205be13c388df4d9c26e01cc2
| StockSharp/StockSharp | Samples/Misc/SampleOptionQuoting/DummyProvider.cs | apache-2.0 | 1,591,544,447 | namespace SampleOptionQuoting
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Common;
using StockSharp.Algo;
using StockSharp.BusinessEntities;
using StockSharp.Messages;
class DummyProvider : CollectionSecurityProvider, IMarketDataProvider, IPositionProvider
{
public Dummy... | namespace SampleOptionQuoting
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Common;
using StockSharp.Algo;
using StockSharp.BusinessEntities;
using StockSharp.Messages;
class DummyProvider : CollectionSecurityProvider, IMarketDataProvider, IPositionProvider
{
public Dummy... |
b3a8c64d3bae43076f5bd7a9831e6aa205078153 | build: Fix nuget push | build: Fix nuget push
| awesome-inc/FontAwesome.Sharp,awesome-inc/FontAwesome.Sharp,awesome-inc/FontAwesome.Sharp | build/Build.cs | apache-2.0 | 1,591,543,906 | using System;
using Nuke.Common;
using Nuke.Common.CI;
using Nuke.Common.CI.AppVeyor;
using Nuke.Common.CI.AzurePipelines;
using Nuke.Common.Execution;
using Nuke.Common.IO;
using Nuke.Common.ProjectModel;
using Nuke.Common.Tooling;
using Nuke.Common.Tools.Coverlet;
using Nuke.Common.Tools.DotNet;
using Nuke.Common.Too... | using System;
using Nuke.Common;
using Nuke.Common.CI;
using Nuke.Common.CI.AppVeyor;
using Nuke.Common.CI.AzurePipelines;
using Nuke.Common.Execution;
using Nuke.Common.IO;
using Nuke.Common.ProjectModel;
using Nuke.Common.Tooling;
using Nuke.Common.Tools.Coverlet;
using Nuke.Common.Tools.DotNet;
using Nuke.Common.Too... |
16b303c51a539739fb776f4adf1c62d336650e59 | Fix Number Nimbleness thinking arguments were numbers when they aren't | Fix Number Nimbleness thinking arguments were numbers when they aren't
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/ComponentSolvers/Modded/Misc/NumberNimblenessComponentSolver.cs | mit | 1,591,543,036 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class NumberNimblenessComponentSolver : ComponentSolver
{
public NumberNimblenessComponentSolver(TwitchModule module) :
base(module)
{
selectables = Module.BombComponent.GetComponent<KMSelectab... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class NumberNimblenessComponentSolver : ComponentSolver
{
public NumberNimblenessComponentSolver(TwitchModule module) :
base(module)
{
selectables = Module.BombComponent.GetComponent<KMSelectab... |
7570e1aa61367c20bcc1b2a63118aabdbfdb83ea | Reverting sizes | Reverting sizes
| dimmpixeye/Unity3dTools | Runtime/LibMono/Storage.cs | mit | 1,591,542,864 | /*===============================================================
Product: EntityEngine
Developer: Dimitry Pixeye - info@pixeye,games
Company: Homebrew
Date: 7/25/2018 11:49 AM
================================================================*/
using System;
using System.Collections.Generic;
using System.R... | /*===============================================================
Product: EntityEngine
Developer: Dimitry Pixeye - info@pixeye,games
Company: Homebrew
Date: 7/25/2018 11:49 AM
================================================================*/
using System;
using System.Collections.Generic;
using System.R... |
90f18709f1bc1b52a137062448a4b9414accf245 | Reference Importer | Reference Importer
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Code/Cil/CilMethodBody.cs | mit | 1,591,542,703 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.