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 |
|---|---|---|---|---|---|---|---|---|
006adf0fb50a903c67c7317b3c721ff653615506 | Change logic to ignore rooms completely after first error | Change logic to ignore rooms completely after first error
| smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu | osu.Game/Screens/Multi/RoomManager.cs | mit | 1,593,351,913 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Frame... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Frame... |
390da79ca506d8d271b0c5828b0b8f12e50c7760 | Some cleanup. | Some cleanup.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | TokenViewer/TokenForm.cs | apache-2.0 | 1,593,348,817 | // Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by... | // Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by... |
a4f64b2f1d3e7578a6f55d1a9f9f7ac2ec14ac2e | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,348,199 | #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-... |
2fc3689252675208044fea120376b9d4e03ce2d0 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,348,020 | #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-... |
73badcf0a167ab584661937b1aeae61e043f610f | ChatWhisperMessagePacketModel inherits from ChatMessagePacketModel | ChatWhisperMessagePacketModel inherits from ChatMessagePacketModel
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Models/Clients/Chat/ChatWhisperMessagePacketModel.cs | mit | 1,593,346,656 | using System.Collections.Generic;
namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a Chat whisper message packet.
/// </summary>
public class ChatWhisperMessagePacketModel : ChatMessagePacketModel
{
/// <summary>
/// The ID of the command for a chat m... | using System.Collections.Generic;
namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a Chat whisper message packet.
/// </summary>
public class ChatWhisperMessagePacketModel : ChatPacketModelBase
{
/// <summary>
/// The ID of the command for a chat mess... |
d3dc89787561d2e44dbc6b1d36bf909de238df09 | Fixing prefabReferenceName | Fixing prefabReferenceName
| dimmpixeye/Unity3dTools | Runtime/LibMono/Actor.cs | mit | 1,593,345,535 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
public class ... |
ccf4b5798a6c73b9a9750e70ec85acaf593ba51f | Help tab - mention report issues on alpha. | Help tab - mention report issues on alpha.
| phw198/OutlookGoogleCalendarSync | src/OutlookGoogleCalendarSync/Forms/MainForm.Designer.cs | mpl-2.0 | 1,593,345,095 | namespace OutlookGoogleCalendarSync.Forms {
partial class Main {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by ... | namespace OutlookGoogleCalendarSync.Forms {
partial class Main {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by ... |
3f4d2bce0034b7c876a060473962e267d2d46998 | Add readonly keyword. | Add readonly keyword.
| hprose/hprose-dotnet | src/Hprose.Collections/Generic/NullableKeyDictionary.cs | mit | 1,593,343,222 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
9133644d101fd4fc6399bdc07de99f01ee35c65e | Suppress warning. | Suppress warning.
| JohanLarsson/Gu.Localization | Gu.Wpf.Localization/MarkupExtensions/StaticExtension.cs | mit | 1,593,343,116 | namespace Gu.Wpf.Localization
{
using System;
using System.Globalization;
using System.Resources;
using System.Windows;
using System.Windows.Data;
using System.Windows.Markup;
using Gu.Localization;
using Gu.Localization.Properties;
/// <summary>
/// A markup extension that tr... | namespace Gu.Wpf.Localization
{
using System;
using System.Globalization;
using System.Resources;
using System.Windows;
using System.Windows.Data;
using System.Windows.Markup;
using Gu.Localization;
using Gu.Localization.Properties;
/// <summary>
/// A markup extension that tra... |
6e2de8cfa1bd3d3dd727ebd4cbc26877089c434e | Update NullableKey.cs | Update NullableKey.cs
| hprose/hprose-dotnet | src/Hprose.Collections/Generic/NullableKey.cs | mit | 1,593,343,093 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
082c94f98dfd7b00515846a06045e7b3949205b5 | Temporarily disable masking of tournament song bar | Temporarily disable masking of tournament song bar
| NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu | osu.Game.Tournament/Components/SongBar.cs | mit | 1,593,342,886 | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Gr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Gr... |
20d37c952cfb580d9fb125715f02759172333804 | (GH-87) Remove symbols package generation | (GH-87) Remove symbols package generation
This is now covered via the use of SourceLink, and the generated snupkg
file.
| cake-build/frosting,cake-build/frosting | build/Tasks/Package.cs | mit | 1,593,340,827 | using Cake.Common.Tools.DotNetCore;
using Cake.Common.Tools.DotNetCore.Pack;
using Cake.Core;
using Cake.Core.IO;
using Cake.Frosting;
[Dependency(typeof(UnitTests))]
[Dependency(typeof(PackageTemplate))]
public class Package : FrostingTask<Context>
{
public override void Run(Context context)
{
... | using Cake.Common.Tools.DotNetCore;
using Cake.Common.Tools.DotNetCore.Pack;
using Cake.Core;
using Cake.Core.IO;
using Cake.Frosting;
[Dependency(typeof(UnitTests))]
[Dependency(typeof(PackageTemplate))]
public class Package : FrostingTask<Context>
{
public override void Run(Context context)
{
var pat... |
3d07d88fbfe1834144cb0eb982f340986d33eb2f | Rename AlreadyAdded to IsLoading | Rename AlreadyAdded to IsLoading
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,593,340,416 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidSceneName,
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidSceneName,
... |
346055871e997452dce991f31b8035095c13cd43 | Changed from ListCollections to ListCollectionNames. Added extra InternalLogger Debug Logging to measure MongoDb connect speed. | Changed from ListCollections to ListCollectionNames. Added extra InternalLogger Debug Logging to measure MongoDb connect speed.
| loresoft/NLog.Mongo | src/NLog.Mongo/MongoTarget.cs | mit | 1,593,340,383 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using MongoDB.Bson;
using MongoDB.Driver;
using NLog.Common;
using NLog.Config;
using NLog.Layouts;
using NLog.Targets;
nam... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using MongoDB.Bson;
using MongoDB.Driver;
using NLog.Common;
using NLog.Config;
using NLog.Layouts;
using NLog.Targets;
nam... |
42eeac8e4d6af208ad9a69456556792d0ed7026c | Rename AlreadyAdded to IsLoading | Rename AlreadyAdded to IsLoading
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,593,339,047 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidSceneName,
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidSceneName,
... |
d743513df25f077699a22fb2915b3c75282c56b3 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,593,338,655 | 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
... |
f3e09e92538714af4238e81a6c48da06b9550198 | Fix loading scenes from asset bundles | Fix loading scenes from asset bundles
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,593,338,197 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidSceneName,
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidScene,
... |
619ca5835fb6292aa1bfb88ac4652bce4cf9b318 | fix: add content-type, default: application/xml | fix: add content-type, default: application/xml
| duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati | Duplicati/Library/Backend/TencentCOS/COSBackend.cs | lgpl-2.1 | 1,593,337,872 | using COSXML;
using COSXML.Auth;
using COSXML.Model.Bucket;
using COSXML.Model.Object;
using COSXML.Model.Tag;
using COSXML.Utils;
using Duplicati.Library.Common.IO;
using Duplicati.Library.Interface;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using ... | using COSXML;
using COSXML.Auth;
using COSXML.Model.Bucket;
using COSXML.Model.Object;
using COSXML.Model.Tag;
using COSXML.Utils;
using Duplicati.Library.Common.IO;
using Duplicati.Library.Interface;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using ... |
082de91b04078101804eacb83b38588d6f6ffb35 | Add new State - IsLoaded | Add new State - IsLoaded
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,593,337,430 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidScene,
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidScene,
... |
3fe102e9b6e3c9cf66a05618060d0e7ad1bbf9f9 | Add new State - IsLoaded | Add new State - IsLoaded
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,593,336,402 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidScene,
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidScene,
... |
37df854d479ce1814f6e142d9d217de289719cca | Add new State - IsLoaded | Add new State - IsLoaded
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,593,336,315 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidScene,
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
AlreadyAdded,
... |
f80bc5b83f0a1c6eaf69a45bc84b02c4486012e8 | Add new State - IsLoaded | Add new State - IsLoaded
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,593,336,122 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
InvalidScene,
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
AlreadyAdded,
... |
2c7a2ffc2270959cf7f59a56976eed3ee03ab990 | Fix xUnit warning | Fix xUnit warning
There was a warning regarding using Equal for checking
if the collection size is one. Instead I used "Single" method.
| benyblack/rest-mock-core | src/RestMockCore.Test/RequestHandlerTest.cs | mit | 1,593,335,391 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Xunit;
namespace RestMockCore.Test
{
public class RequestHandlerTest
{
private readonly RequestHandler _requestHandler;
private readonly RouteTableItem _rout... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Xunit;
namespace RestMockCore.Test
{
public class RequestHandlerTest
{
private readonly RequestHandler _requestHandler;
private readonly RouteTableItem _rout... |
30105a9d2172d0c1cfe7f2ef09cb65c8b14b36b9 | Remove unneeded async | Remove unneeded async
| benyblack/rest-mock-core | src/RestMockCore.Test/HttpServerTests.cs | mit | 1,593,334,764 | using Xunit;
using RestMockCore;
using System;
using System.Net.Http;
using System.Threading.Tasks;
using System.Net;
using System.Collections.Generic;
using System.Linq;
namespace RestMockCore.Test
{
public class HttpServerTests
{
private HttpServer _mockServer;
[Fact]
public async Ta... | using Xunit;
using RestMockCore;
using System;
using System.Net.Http;
using System.Threading.Tasks;
using System.Net;
using System.Collections.Generic;
using System.Linq;
namespace RestMockCore.Test
{
public class HttpServerTests
{
private HttpServer _mockServer;
[Fact]
public async Ta... |
2280db99ec406059333f36098c89e744a5dc3c48 | Fix validating MessageQueue in a proper way. (#1938) | Fix validating MessageQueue in a proper way. (#1938)
Co-authored-by: kamei <d8d26beb7234a41ad1f593c313d42b9462b214c3@jsdlab.co.jp> | ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | MaterialDesignThemes.Wpf/Snackbar.cs | mit | 1,593,329,802 | using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Markup;
using System.Windows.Media.Animation;
using System.Windows.Threading;
namespace MaterialDesignThemes.Wpf
{
public enum SnackbarActionButtonPlacementMode
{
Auto,
Inline,
SeparateLine
}
... | using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Markup;
using System.Windows.Media.Animation;
using System.Windows.Threading;
namespace MaterialDesignThemes.Wpf
{
public enum SnackbarActionButtonPlacementMode
{
Auto,
Inline,
SeparateLine
}
... |
465359da5f8557f277822ca82869b6ff0eab52bf | Fix a wrong awaiter configuration. (#1933) | Fix a wrong awaiter configuration. (#1933)
| ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | MaterialDesignThemes.Wpf/SnackbarMessageQueue.cs | mit | 1,593,329,702 | 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... |
65c01ef3310d1b34b1e98550178c316e573eecd0 | (GH-86) Remove symbols.nupkg file | (GH-86) Remove symbols.nupkg file
For now, removing this, as it causes a conflict when pushing. Fairly
sure that the way that this works has changed.
| cake-build/frosting,cake-build/frosting | build/Tasks/PublishAzureArtifacts.cs | mit | 1,593,329,463 | using Cake.Common.Tools.NuGet;
using Cake.Common.Tools.NuGet.Push;
using Cake.Common.Tools.NuGet.Sources;
using Cake.Core;
using Cake.Core.IO;
using Cake.Frosting;
[Dependency(typeof(Package))]
[Dependency(typeof(AppVeyorArtifacts))]
public class PublishAzureArtifacts : FrostingTask<Context>
{
public ov... | using Cake.Common.Tools.NuGet;
using Cake.Common.Tools.NuGet.Push;
using Cake.Common.Tools.NuGet.Sources;
using Cake.Core;
using Cake.Core.IO;
using Cake.Frosting;
[Dependency(typeof(Package))]
[Dependency(typeof(AppVeyorArtifacts))]
public class PublishAzureArtifacts : FrostingTask<Context>
{
public override bool... |
b864d1ac9f2b5e08b3f73e07f51199a29ec14495 | - Adding SubTotalGiftedLifetime property to Chat User Notice | - Adding SubTotalGiftedLifetime property to Chat User Notice
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Models/Clients/Chat/ChatUserNoticePacketModel.cs | mit | 1,593,325,208 | namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a chat user notice packet.
/// </summary>
public class ChatUserNoticePacketModel : ChatUserPacketModelBase
{
/// <summary>
/// The ID of the command for a chat user notice.
/// </summary>
... | namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a chat user notice packet.
/// </summary>
public class ChatUserNoticePacketModel : ChatUserPacketModelBase
{
/// <summary>
/// The ID of the command for a chat user notice.
/// </summary>
... |
12e4f65becb13d6bd6fe06a07ee501df89b8d558 | more loaded tests | more loaded tests
| dadhi/ImTools | test/ImTools.UnitTests/Experimental.ImMap234Tests.cs | mit | 1,593,324,254 | using System;
using NUnit.Framework;
namespace ImTools.Experimental.UnitTests
{
[TestFixture]
public class ImMap234Tests
{
[Test]
public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition()
{
var m = ImMap234<int>.Empty;
Assert.AreEqua... | using System;
using NUnit.Framework;
namespace ImTools.Experimental.UnitTests
{
[TestFixture]
public class ImMap234Tests
{
[Test]
public void Adding_keys_from_1_to_10_and_checking_the_tree_shape_on_each_addition()
{
var m = ImMap234<int>.Empty;
Assert.AreEqua... |
1cf00e8ab5c97311c85f632da4e16568771be8d8 | Fixes an issue that prevented creating new pages (#3867) | Fixes an issue that prevented creating new pages (#3867)
Fixes #3866 in the same way as in #3865 and #3769
The validation code is also needed when creating a new page, not only when editing an existing page. | EPTamminga/Dnn.Platform,mitchelsellers/Dnn.Platform,bdukes/Dnn.Platform,dnnsoftware/Dnn.Platform,valadas/Dnn.Platform,dnnsoftware/Dnn.Platform,valadas/Dnn.Platform,nvisionative/Dnn.Platform,EPTamminga/Dnn.Platform,mitchelsellers/Dnn.Platform,valadas/Dnn.Platform,mitchelsellers/Dnn.Platform,mitchelsellers/Dnn.Platform,b... | Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/PagesController.cs | mit | 1,593,316,204 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information
namespace Dnn.PersonaBar.Pages.Services
{
using System;
using System.Collections.Generic;
using ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information
namespace Dnn.PersonaBar.Pages.Services
{
using System;
using System.Collections.Generic;
using ... |
cc3d47f5501cdfae3e5b5be509ef2c0fb8cca069 | Fixing a type (hubConnetion -> hubConnection) (#23440) | Fixing a type (hubConnetion -> hubConnection) (#23440)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/SignalR/clients/csharp/Client.Core/src/HubConnectionExtensions.cs | apache-2.0 | 1,593,315,522 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.SignalR.Client
{
/// <summary>
/// Extension methods for <see cref="... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Threading.Tasks;
namespace Microsoft.AspNetCore.SignalR.Client
{
/// <summary>
/// Extension methods for <see cref="... |
08efe264e2456fe8ab480cbecd9e1ad8ee270d19 | brickset api key is only required, or needed, as command line parameter if running unattended | brickset api key is only required, or needed, as command line parameter if running unattended
| zmira/abremir.AllMyBricks | abremir.AllMyBricks.DatabaseSeeder/Program.cs | mit | 1,593,313,691 | using abremir.AllMyBricks.DatabaseSeeder.Configuration;
using abremir.AllMyBricks.Platform.Interfaces;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.Extensions.Logging;
using System.ComponentModel.DataAnnotations;
namespace abremir.AllMyBricks.DatabaseSeeder
{
internal class Program
{
pr... | using abremir.AllMyBricks.DatabaseSeeder.Configuration;
using abremir.AllMyBricks.Platform.Interfaces;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.Extensions.Logging;
using System.ComponentModel.DataAnnotations;
namespace abremir.AllMyBricks.DatabaseSeeder
{
internal class Program
{
pr... |
55d8dfcdecc9c337ae76aaef99b5f303554a8262 | nukeban done | nukeban done
| NaamloosDT/ModCore,NaamloosDT/ModCore,NaamloosDT/ModCore | ModCore/Commands/Main.cs | mit | 1,593,309,000 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.Versioning;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.Versioning;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using ... |
57465120c722ce5856e8ab6cd24761a83315783c | extended warning | extended warning
| NaamloosDT/ModCore,NaamloosDT/ModCore,NaamloosDT/ModCore | ModCore/Commands/Main.cs | mit | 1,593,307,976 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.Versioning;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.Versioning;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using ... |
4f208acbeffd25abaad0bf881a8d393cf6b037a8 | Improve comment | Improve comment
Co-authored-by: Bartłomiej Dach <809709723693c4e7ecc6f5379a3099c830279741@gmail.com>
| EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-fr... | osu.Framework/Input/PassThroughInputManager.cs | mit | 1,593,307,364 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... |
30033cde79f804406547e1c800fd1b8f435e1d4c | Use provided configuration action before default actions | Use provided configuration action before default actions
| thnetii/dotnet-common | src/THNETII.CommandLine.Hosting/DefaultCommandLine.cs | mit | 1,593,307,242 | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using System;
using System.CommandLine.Builder;
using System.CommandLine.Hosting;
using System.CommandLine.Parsing;
using System.Threading.Tasks;
namespace THNETII.CommandLine.Hosting
{
//... | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using System;
using System.CommandLine.Builder;
using System.CommandLine.Hosting;
using System.CommandLine.Parsing;
using System.Threading.Tasks;
namespace THNETII.CommandLine.Hosting
{
//... |
6dd6de792f9f9ff4dd371ae7a9a7b3b510e09011 | Add proper android touch action handler | Add proper android touch action handler
| peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framew... | osu.Framework.Android/Input/AndroidTouchHandler.cs | mit | 1,593,306,157 | // 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 Android.Views;
using osu.Framework.Input;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Input.State... | // 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 Android.Views;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Platform;
using osuTK;
using osuTK.Input;
namespace... |
40b481b7adb93d6c63926710c1f2353c8e4379cb | add null check and simplify string interpolation | add null check and simplify string interpolation
| zmira/abremir.AllMyBricks | abremir.AllMyBricks.DatabaseSeeder/InteractiveConsole.cs | mit | 1,593,304,550 | using abremir.AllMyBricks.Data.Enumerations;
using abremir.AllMyBricks.Data.Interfaces;
using abremir.AllMyBricks.DatabaseSeeder.Configuration;
using abremir.AllMyBricks.DatabaseSeeder.Services;
using abremir.AllMyBricks.DataSynchronizer.Events.SetSynchronizationService;
using abremir.AllMyBricks.DataSynchronizer.Even... | using abremir.AllMyBricks.Data.Enumerations;
using abremir.AllMyBricks.Data.Interfaces;
using abremir.AllMyBricks.DatabaseSeeder.Configuration;
using abremir.AllMyBricks.DatabaseSeeder.Services;
using abremir.AllMyBricks.DataSynchronizer.Events.SetSynchronizationService;
using abremir.AllMyBricks.DataSynchronizer.Even... |
ef5d984b5446177f793fbd309e2611590a893200 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,593,303,933 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
f80c970bf04e75036b1e14ae92695d949cb24300 | Cover moving touch and releasing from parent | Cover moving touch and releasing from parent
| ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fr... | osu.Framework.Tests/Visual/Input/TestScenePassThroughInputManager.cs | mit | 1,593,301,013 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.States;
using osu.Framework.Testing;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.States;
using osu.Framework.Testing;
using o... |
58b4122785ba8958d0d827840c162c8218bdaff2 | Decouple handling touch events from syncing with event state | Decouple handling touch events from syncing with event state
Seems to be incorrect as touch input synchronization from one state to another would release old touch at its own last position and press new touch at its current position, this behaviour will not work well for cases where a touch has moved from a position t... | ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVA... | osu.Framework/Input/PassThroughInputManager.cs | mit | 1,593,301,007 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... |
db6d5dd916ef9463404f1ae995a8c9dbf61b5530 | Add test covering the expected behaviour | Add test covering the expected behaviour
| peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framewor... | osu.Framework.Tests/Visual/Input/TestScenePassThroughInputManager.cs | mit | 1,593,299,282 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.States;
using osu.Framework.Testing;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.States;
using osu.Framework.Testing;
using o... |
406e8d23d0e0238f3935f6c2f657649f67c8600f | fixed REX_URL_TOLERANT | fixed REX_URL_TOLERANT
--> fixes #159
| Mikescher/AlephNote,Mikescher/AlephNote | Source/AlephNote.App/WPF/ScintillaUtil/ScintillaHighlighter.cs | mit | 1,593,298,566 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using AlephNote.Common.Settings;
using AlephNote.Common.Settings.Types;
using AlephNote.Common.Themes;
using AlephNote.Common.Util;
using AlephNote.PluginInterface.AppContext;
using AlephNote.WPF... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using AlephNote.Common.Settings;
using AlephNote.Common.Settings.Types;
using AlephNote.Common.Themes;
using AlephNote.Common.Util;
using AlephNote.PluginInterface.AppContext;
using AlephNote.WPF... |
f53e6cdb0ad065a6c38dee19d06b313be699655c | Add ShapeFactory Binding (#6514) | Add ShapeFactory Binding (#6514)
| petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2 | src/OrchardCore/OrchardCore.DisplayManagement/Descriptors/ShapeAttributeStrategy/ShapeAttributeBindingStrategy.cs | bsd-3-clause | 1,593,298,501 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc;
using Microsof... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc;
using Microsof... |
b6cd92c9d447b63d71c8de838ac29b95d65bccd3 | Fix PassThroughInputManager potentially not receiving events | Fix PassThroughInputManager potentially not receiving events
| EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-fr... | osu.Framework/Input/PassThroughInputManager.cs | mit | 1,593,298,224 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input.Events;
using osu.Framework.Input.StateChanges;
using osu.Fra... |
20367c2aeec945cad2fcc8447e18cec2f8d362a4 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.6.3447.20200627223738-master-8c20cfe
| LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,593,297,587 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "8c20cfeb1a6d1ef22a80c09ca812e5b159f4d516";
public static string Version = "1.6";
public static string Build = "3447";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "6f5e9093f14a920894716957b8c2ddb00a9ad604";
public static string Version = "1.6";
public static string Build = "3446";
... |
34f5667549de78192c7ff9a1302782bfb73b39bd | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.6.3446.20200627223418-master-6f5e909
| LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,593,297,395 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "6f5e9093f14a920894716957b8c2ddb00a9ad604";
public static string Version = "1.6";
public static string Build = "3446";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "05522aba83c94eef093ca584422a6f1c06b27763";
public static string Version = "1.6";
public static string Build = "3445";
... |
88a5a7efb1f97934891247ac39fd757c0830e300 | Add logging and exception handling to config file reading/writing | Add logging and exception handling to config file reading/writing
| CalebChalmers/KAGTools | KAGTools/Helpers/FileHelper.cs | mit | 1,593,296,836 | using KAGTools.Data;
using Serilog;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
namespace KAGTools.Helpers
{
public static class FileHelper
{
// Application
public static string CommonDir = Path.Combine("..", "common... | using KAGTools.Data;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
namespace KAGTools.Helpers
{
public static class FileHelper
{
// Application
public static string CommonDir = Path.Combine("..", "common");
public static str... |
2914ff729bf62ea37f33d115cb9546a99177c909 | Maintain menu item route data when validation fails (#6486) | Maintain menu item route data when validation fails (#6486)
| petedavis/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,petedavis/Orchard2 | src/OrchardCore.Modules/OrchardCore.Menu/Controllers/AdminController.cs | bsd-3-clause | 1,593,296,829 | using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Localization;
using Newtonsoft.Json.Linq;
using OrchardCore.ContentManagement;
using OrchardCore.ContentManagement.Display;
using OrchardCore.ContentManagement.Metadata;
u... | using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Localization;
using Newtonsoft.Json.Linq;
using OrchardCore.ContentManagement;
using OrchardCore.ContentManagement.Display;
using OrchardCore.ContentManagement.Metadata;
u... |
e5cc44e17d491dacaae490876777fb09555323cd | BL-8527 fix test to reflect situation more accurately | BL-8527 fix test to reflect situation more accurately | gmartin7/myBloomFork,gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,Blo... | src/BloomTests/Book/BookTests.cs | mit | 1,593,296,623 | using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Xml;
using Bloom;
using Bloom.Book;
using Bloom.Collection;
using Bloom.Publish;
using Bloom.web.controllers;
using Moq;
using NUnit.Framework;
using SIL.Extensions;
using SIL.IO;
using SIL.Progress;
using SIL.Windows.... | using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Xml;
using Bloom;
using Bloom.Book;
using Bloom.Collection;
using Bloom.Publish;
using Bloom.web.controllers;
using Moq;
using NUnit.Framework;
using SIL.Extensions;
using SIL.IO;
using SIL.Progress;
using SIL.Windows.... |
f3530764bd269fdb1aee394a59e735735ab4b5e6 | Don't have noMissingFilterValues report the same missing thing twice | Don't have noMissingFilterValues report the same missing thing twice
| rolledback/LegoSharp | LegoSharpTest/ScrapingTestUtils.cs | mit | 1,593,295,751 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using LegoSharp;
using System.Linq;
using System.Reflection;
using System.IO.MemoryMappedFiles;
namespace LegoSharpTest
{
public class ScrapingTestUtils
{
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using LegoSharp;
using System.Linq;
using System.Reflection;
using System.IO.MemoryMappedFiles;
namespace LegoSharpTest
{
public class ScrapingTestUtils
{
... |
8250cc953efb13c8a9c9fa7687a31eab8828f217 | Demonstrating in handler that the context also contains the content item | Demonstrating in handler that the context also contains the content item
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Handlers/PersonPartHandler.cs | bsd-3-clause | 1,593,294,596 | using Lombiq.TrainingDemo.Models;
using OrchardCore.ContentManagement.Handlers;
using System.Threading.Tasks;
namespace Lombiq.TrainingDemo.Handlers
{
// Handlers are basically event handlers for content parts and content items. When you ask something like "how can
// I run my code when my content par... | using Lombiq.TrainingDemo.Models;
using OrchardCore.ContentManagement.Handlers;
using System.Threading.Tasks;
namespace Lombiq.TrainingDemo.Handlers
{
// Handlers are basically event handlers for content parts and content items. When you ask something like "how can
// I run my code when my content par... |
c03ee98c633b8f6b461c309ee97a5f37bf64c082 | Add DC theme | Add DC theme
| rolledback/LegoSharp | LegoSharp/ProductSearch/ProductThemeFilter.cs | mit | 1,593,294,194 | using System;
using System.Collections.Generic;
using System.Text;
namespace LegoSharp
{
public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme>
{
public ProductThemeFilter() : base("categories.id", "product.facet.theme")
{
}
public override string filterEnum... | using System;
using System.Collections.Generic;
using System.Text;
namespace LegoSharp
{
public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme>
{
public ProductThemeFilter() : base("categories.id", "product.facet.theme")
{
}
public override string filterEnum... |
5961bf107ca1d05442f1ae2b9f2dc7f04e2b9a10 | Removed unnecessary using | Removed unnecessary using
| theraot/Theraot | Tests/System/Threading/CancellationTokenSourceTest.cs | mit | 1,593,291,823 | #pragma warning disable CA2201 // Do not raise reserved exception types
//
// CancellationTokenSourceTest.cs
//
// Authors:
// Marek Safar (marek.safar@gmail.com)
// Jeremie Laval (jeremie.laval@gmail.com)
//
// Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
//
// Permission is hereby granted, free ... | #pragma warning disable CA2201 // Do not raise reserved exception types
//
// CancellationTokenSourceTest.cs
//
// Authors:
// Marek Safar (marek.safar@gmail.com)
// Jeremie Laval (jeremie.laval@gmail.com)
//
// Copyright 2011 Xamarin, Inc (http://www.xamarin.com)
//
// Permission is hereby granted, free ... |
5f6b55943949d7a16b0bebb9c0fd3d27feb1a099 | Add compression to server | Add compression to server
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Server/ServerPlugin.cs | bsd-2-clause | 1,593,291,545 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Th... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Th... |
5a31697399a21d8049852312e3ccebaaa4561057 | [FIXED] Removed postback from dropdown and popover toggle | [FIXED] Removed postback from dropdown and popover toggle
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Web/Controls/ThemeButton.cs | apache-2.0 | 1,593,291,516 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... |
a4256bc958abb48a04c2b599358f9f63f336f5d5 | Method group is better than lambda | Method group is better than lambda
Despite, you know what tool | theraot/Theraot | Framework.Core/Theraot/Collections/Specialized/EnumerationList.cs | mit | 1,593,291,015 | // Needed for NET30
#pragma warning disable CA2208 // Instantiate argument exceptions correctly
#pragma warning disable 8622 // Nullability of reference types in type of parameter
// ReSharper disable PossibleMultipleEnumeration
using System;
using System.Collections;
using System.Collections.Generic;
using System.... | // Needed for NET30
#pragma warning disable CA2208 // Instantiate argument exceptions correctly
// ReSharper disable PossibleMultipleEnumeration
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace Theraot.Collections.Specialized
{
[Deb... |
39e8a88a4bc5f9c35286384b2a4dd7d4244f52d9 | Done ProcessorInformation api docs | Done ProcessorInformation api docs
| CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.Core/ProcessorInformation.cs | bsd-3-clause | 1,593,290,576 | namespace Cosmos.Core
{
/// <summary>
/// ProcessorInformation class. Used to get vendor information from the CPU.
/// </summary>
public unsafe class ProcessorInformation
{
/// <summary>
/// Returns the Processor's vendor name
/// </summary>
/// <returns>CPU Vendor n... | namespace Cosmos.Core
{
public unsafe class ProcessorInformation
{
/// <summary>
/// Returns the Processor's vendor name
/// </summary>
/// <returns>CPU Vendor name</returns>
public static string GetVendorName()
{
if (CanReadCPUID() > 0)
{... |
9394bda7a59b385ec96954d4af39e894886b70bb | fix diverging tests | fix diverging tests
| nessos/Eff | tests/Eff.Tests/CancellationEffectHandlerTests.cs | mit | 1,593,290,472 | using Nessos.Effects.Cancellation;
using Nessos.Effects.Handlers;
using System;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace Nessos.Effects.Tests
{
public class CancellationEffectHandlerTests : EffectHandlerTests
{
protected override IEffectHandler Handler => new Cancel... | using Nessos.Effects.Cancellation;
using Nessos.Effects.Handlers;
using System;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace Nessos.Effects.Tests
{
public class CancellationEffectHandlerTests : EffectHandlerTests
{
protected override IEffectHandler Handler => new Cancel... |
616a49ee773dcb3fa2ae7ec7963497274732845c | Nullability constraints | Nullability constraints
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Messaging/Distributed/MessageBrokerExtensions.cs | mit | 1,593,289,014 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="MessageBrokerExtensions.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in th... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="MessageBrokerExtensions.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in th... |
0afb220a46650d2067c354abd0912707ffe27f31 | Theraot.Platform fix | Theraot.Platform fix
| theraot/Theraot | Framework.Core/Theraot/Platform.cs | mit | 1,593,288,862 | using System;
namespace Theraot
{
public static partial class Platform
{
public static string Moniker { get; } =
#if NET20
"net20"
#elif NET30
"net30"
#elif NET35
"net35"
#elif NET40
"net40"
#elif NET45
"net45"
#elif NET46
"... | using System;
namespace Theraot
{
public static partial class Platform
{
public static string Moniker { get; } =
#if NET20
"net20"
#elif NET30
"net30"
#elif NET35
"net35"
#elif NET40
"net40"
#elif NET45
"net45"
#elif NET46
"... |
86d4a9e5828f20a631587163f2dd71ce6080dc23 | fix image links | fix image links
| jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl | MatterControlLib/Utilities/MarkdigAgg/Inlines/AggLinkInlineRenderer.cs | bsd-2-clause | 1,593,288,746 | // Copyright (c) 2016-2017 Nicolas Musset. All rights reserved.
// This file is licensed under the MIT license.
// See the LICENSE.md file in the project root for more information.
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using Markdig.Agg;
u... | // Copyright (c) 2016-2017 Nicolas Musset. All rights reserved.
// This file is licensed under the MIT license.
// See the LICENSE.md file in the project root for more information.
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using Markdig.Agg;
u... |
d75e4fabd3d367bcf054c541a3cfe4653c290d35 | Program: Remove unnecessary usings for 'System.Collections.Generic' | Program: Remove unnecessary usings for 'System.Collections.Generic'
Reported by VS2019.
<https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic?view=netframework-4.7.1>
| countervandalism/CVNBot | src/CVNBot/Program.cs | mit | 1,593,288,197 | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch = true)]
namespace CVNBot
{
cl... | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Collections.Generic;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch =... |
6c4c53e52d1c61046ed8afb0b3035611b69c4d45 | Cosmetics. | Cosmetics.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Scheduling.Endpoints/GetCompletedJobsMessage.cs | mit | 1,593,287,433 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="GetCompletedJobsMessage.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in th... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="GetCompletedJobsMessage.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in th... |
6f8152c1f82658db7ab81cd089c55a5e0d0ba354 | Update NetworkConnection.cs | Update NetworkConnection.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Mirror/Runtime/NetworkConnection.cs | agpl-3.0 | 1,593,286,281 | using System;
using System.Collections.Generic;
using UnityEngine;
namespace Mirror
{
/// <summary>
/// A High level network connection. This is used for connections from client-to-server and for connection from server-to-client.
/// </summary>
/// <remarks>
/// <para>A NetworkConnection correspond... | using System;
using System.Collections.Generic;
using UnityEngine;
namespace Mirror
{
/// <summary>
/// A High level network connection. This is used for connections from client-to-server and for connection from server-to-client.
/// </summary>
/// <remarks>
/// <para>A NetworkConnection correspond... |
cc4d968e6e092c3c60f027c9061eb01edaaa7e17 | Added to logger | Added to logger
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Mirror/Runtime/NetworkConnection.cs | agpl-3.0 | 1,593,286,155 | using System;
using System.Collections.Generic;
using UnityEngine;
namespace Mirror
{
/// <summary>
/// A High level network connection. This is used for connections from client-to-server and for connection from server-to-client.
/// </summary>
/// <remarks>
/// <para>A NetworkConnection correspond... | using System;
using System.Collections.Generic;
using UnityEngine;
namespace Mirror
{
/// <summary>
/// A High level network connection. This is used for connections from client-to-server and for connection from server-to-client.
/// </summary>
/// <remarks>
/// <para>A NetworkConnection correspond... |
8d3349ae36fb4e08b1c87a774ad52c57c861adfb | fix value validation for 'contains' input argument | fix value validation for 'contains' input argument
| Pathoschild/StardewMods | ContentPatcher/Framework/Tokens/HigherLevelTokenWrapper.cs | mit | 1,593,285,933 | using System;
using System.Collections.Generic;
using System.Linq;
using Pathoschild.Stardew.Common.Utilities;
namespace ContentPatcher.Framework.Tokens
{
/// <summary>Wraps registered tokens to handle reserved arguments.</summary>
internal class HigherLevelTokenWrapper : DelegatingToken
{
/*******... | using System.Collections.Generic;
using System.Linq;
using Pathoschild.Stardew.Common.Utilities;
namespace ContentPatcher.Framework.Tokens
{
/// <summary>Wraps registered tokens to handle reserved arguments.</summary>
internal class HigherLevelTokenWrapper : DelegatingToken
{
/*********
** ... |
b0a3763fdfceb88abcfbd9dae95a78bcdeb5a7ae | Fix endpoint for Middle East (Bahrain) S3 region. | Fix endpoint for Middle East (Bahrain) S3 region.
This fixes issue #4235.
| mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati | Duplicati/Library/Backend/S3/S3Backend.cs | lgpl-2.1 | 1,593,285,719 | #region Disclaimer / License
// Copyright (C) 2015, The Duplicati Team
// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
... | #region Disclaimer / License
// Copyright (C) 2015, The Duplicati Team
// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
... |
9f0f4eb70d0267a794dfa1bfb466f1a34cf689ef | Fixed an issue where clearing the Items from a DarkDropDown did not also clear the menu. | Fixed an issue where clearing the Items from a DarkDropDown did not also clear the menu.
| RobinPerris/DarkUI | DarkUI/Controls/DarkDropdownList.cs | mit | 1,593,285,196 | using DarkUI.Config;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
namespace DarkUI.Controls
{
public class DarkDropdownList : Control
... | using DarkUI.Config;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
namespace DarkUI.Controls
{
public class DarkDropdownList : Control
... |
50342bf56af705c8937a69f3fc6e7a53d78824ea | fix: Resolve PR-comment | fix: Resolve PR-comment
| duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati | Duplicati/Library/Backend/Tardigrade/TardigradeBackend.cs | lgpl-2.1 | 1,593,283,149 | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
usin... | using Duplicati.Library.Interface;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using uplink.NET.Interfaces;
using uplink.NET.Models;
usin... |
354b544d80d5b1522948121ce2a9ef48d4975636 | fix bot stats | fix bot stats
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Commands/BotStats.cs | lgpl-2.1 | 1,593,282,217 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CompatApiClient;
using CompatApiClient.Utils;
using CompatBot.Database;
using CompatBot.Database.Providers;
using CompatBot.EventHandlers;
using CompatBot.Utils;
using DSharpPlus.C... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CompatApiClient;
using CompatApiClient.Utils;
using CompatBot.Database;
using CompatBot.Database.Providers;
using CompatBot.EventHandlers;
using CompatBot.Utils;
using DSharpPlus.C... |
05afd20c7f88456b35e2a4ab0c153d18bd7a31a7 | Add a log message when hosting begins to start | Add a log message when hosting begins to start
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,593,280,304 | using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microsoft.Extens... | using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microsoft.Extens... |
e5ad04417150a3ed053666250d3fbc72528e40d4 | Work around broken IMAP servers that allow NIL message flags. | Work around broken IMAP servers that allow NIL message flags.
FIxes issue #1042
| jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit | MailKit/Net/Imap/ImapUtils.cs | mit | 1,593,279,836 | //
// ImapUtils.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Softwar... | //
// ImapUtils.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 .NET Foundation and Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Softwar... |
22cc4ac2b28e6ea9f0ea58e4c9045e3d53a15505 | update HasMod check for 'contains' input argument | update HasMod check for 'contains' input argument
| Pathoschild/StardewMods | ContentPatcher/ModEntry.cs | mit | 1,593,278,663 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.CompilerServices;
using ContentPatcher.Framework;
using ContentPatcher.Framework.Commands;
using ContentPatcher.Framework.Conditions;
using ContentPatcher.Framework.ConfigModels;
using ContentP... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.CompilerServices;
using ContentPatcher.Framework;
using ContentPatcher.Framework.Commands;
using ContentPatcher.Framework.Conditions;
using ContentPatcher.Framework.ConfigModels;
using ContentP... |
8c574debc5051e12f018136cebc70900438aeffe | add missing xml docs | add missing xml docs
| nessos/Eff | src/Eff/Handlers/EffAwaiter.cs | mit | 1,593,278,516 | using System;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Nessos.Effects.Handlers
{
/// <summary>
/// Base awaiter class for Eff awaitables.
/// </summary>
p... | using System;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Nessos.Effects.Handlers
{
/// <summary>
/// Base awaiter class for Eff awaitables.
/// </summary>
p... |
3e48744a75f77066cf014e61cd926d37590920c3 | fixing stuff and added AddOrKeep | fixing stuff and added AddOrKeep
| dadhi/ImTools | src/ImTools/ImTools.Experimental.cs | mit | 1,593,278,015 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental
{
/// <summary>
/// Immutable http://en.wikipedia.org/wiki/AVL_tree with integer keys and <typeparamref name="V"/> values.
/// The base cla... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental
{
/// <summary>
/// Immutable http://en.wikipedia.org/wiki/AVL_tree with integer keys and <typeparamref name="V"/> values.
/// The base cla... |
9897c906857aa0d220c7b52f16c7ce0e4954490f | Revert "Updated to passive from aggressive" | Revert "Updated to passive from aggressive"
This reverts commit 3a2f7f8c948b5006c258d87e1cb8d1d85b2ceddb.
Aggressive mode is required for compatibility with native .NET lists and sets.
| jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,sisve/lucenenet | src/Lucene.Net.TestFramework/Support/JavaCompatibility/LuceneTestCase.cs | apache-2.0 | 1,593,276,907 | using System;
using System.Collections;
using System.Collections.Generic;
using Lucene.Net.Support;
using JCG = J2N.Collections.Generic;
using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release!
using Assert = Lucene.N... | using System;
using System.Collections;
using System.Collections.Generic;
using Lucene.Net.Support;
using JCG = J2N.Collections.Generic;
using Debug = Lucene.Net.Diagnostics.Debug; // LUCENENET NOTE: We cannot use System.Diagnostics.Debug because those calls will be optimized out of the release!
using Assert = Lucene.N... |
c2bf095a3b3adc1494fa1e3f94714715d323d3ec | Remove controller methods that are no longer used | Remove controller methods that are no longer used
| mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection | Controllers/HomeController.cs | mit | 1,593,275,436 | using Cash_Flow_Projection.Models;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
... | using Cash_Flow_Projection.Models;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
... |
ce61b768b5d245a37dbae973d852ab0b398a454f | Fixed order of parameters in assert. | Fixed order of parameters in assert.
| tompazourek/Colourful,tompazourek/Colourful | tests/Colourful.Tests/Various/ConverterAbstractFactoryTest.cs | mit | 1,593,275,411 | using System;
using System.Linq;
using Colourful.Internals;
using Xunit;
namespace Colourful.Tests
{
public class ConverterAbstractFactoryTest
{
[Fact]
public void NoConversionExists_Throws()
{
// arrange
var conversionStrategies = ConversionStrategies.GetDefaul... | using System;
using System.Linq;
using Colourful.Internals;
using Xunit;
namespace Colourful.Tests
{
public class ConverterAbstractFactoryTest
{
[Fact]
public void NoConversionExists_Throws()
{
// arrange
var conversionStrategies = ConversionStrategies.GetDefaul... |
a861605e6d50191b24f0ba900f676d6f5484a24a | Updated CCTConverterTest to use more data. | Updated CCTConverterTest to use more data.
| tompazourek/Colourful,tompazourek/Colourful | tests/Colourful.Tests/Utils/CCTConverterTest.cs | mit | 1,593,272,641 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Colourful.Tests.Comparers;
using Xunit;
namespace Colourful.Tests
{
public class CCTConverterTest
{
/// <summary>
/// Data from: http://en.wikipedia.org/wiki/Standard_illuminant#White_points_of_standard_illuminants... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Colourful.Tests.Comparers;
using Xunit;
namespace Colourful.Tests
{
public class CCTConverterTest
{
/// <summary>
/// Data from: http://en.wikipedia.org/wiki/Standard_illuminant#White_points_of_standard_illuminants... |
167c583e3bccb22058b3d2d323a515b25df45873 | Update to ensure crashes won't blow everything up LoggerListener related | Update to ensure crashes won't blow everything up
LoggerListener related
| lucas-miranda/Raccoon | Raccoon/Logger/Logger.cs | mit | 1,593,272,596 | using System.Collections.Generic;
using System.Text;
using System.IO;
using Raccoon.Log;
namespace Raccoon {
public sealed class Logger {
#region Private Members
private List<ILoggerListener> _listeners = new List<ILoggerListener>();
private List<string> _subjects = new List<string>();
... | using System.Collections.Generic;
using System.Text;
using Raccoon.Log;
namespace Raccoon {
public sealed class Logger {
#region Private Members
private List<ILoggerListener> _listeners = new List<ILoggerListener>();
private List<string> _subjects = new List<string>();
private int... |
7328add7090a5bac316122a6074e3ef7b8c507bd | Fix Debug logger messages stack overflow | Fix Debug logger messages stack overflow
| lucas-miranda/Raccoon | Raccoon/Core/Debug/Debug.cs | mit | 1,593,272,547 | using System.Text;
using System.Diagnostics;
using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Tween;
using Raccoon.Util.Collections;
using Raccoon.Util;
namespace Raccoon {
public sealed class Debug {
#region Public Members
public static read... | using System.Text;
using System.Diagnostics;
using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Tween;
using Raccoon.Util.Collections;
using Raccoon.Util;
namespace Raccoon {
public sealed class Debug {
#region Public Members
public static read... |
555f99d17ad1e572527684062eaaf821174577be | CIEDE2000 equations optimizations. | CIEDE2000 equations optimizations.
| tompazourek/Colourful,tompazourek/Colourful | src/Colourful/Difference/CIEDE2000ColorDifference.cs | mit | 1,593,270,344 | using System.Diagnostics.CodeAnalysis;
using static System.Math;
using static Colourful.Internals.MathUtils;
namespace Colourful
{
/// <summary>
/// CIE Delta-E 2000 color difference formula.
/// </summary>
public class CIEDE2000ColorDifference : IColorDifference<LabColor>
{
// parametric ... | using System.Diagnostics.CodeAnalysis;
using static System.Math;
using static Colourful.Internals.MathUtils;
namespace Colourful
{
/// <summary>
/// CIE Delta-E 2000 color difference formula.
/// </summary>
public class CIEDE2000ColorDifference : IColorDifference<LabColor>
{
// parametric ... |
1551c42c122119172a67c9a0900ef8d8376284fb | Avoid division when slicing node sample list | Avoid division when slicing node sample list
| ppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu | osu.Game.Rulesets.Mania/Beatmaps/Patterns/Legacy/DistanceObjectPatternGenerator.cs | mit | 1,593,270,212 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... |
f66150da70c9db056ddddadc85e33c13b85b9331 | Stop IDE from squirming | Stop IDE from squirming
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | PathfinderPatcher/PathfinderPatcher.cs | mit | 1,593,270,019 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Inject;
namespace PathfinderPatcher
{
public enum AccessMods
{
Private,
Protected,
Public,
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Inject;
namespace PathfinderPatcher
{
public enum AccessMods
{
Private,
Protected,
Public,
... |
c1e3121031aa2a7c42243f56cba8c84f5ae97784 | Actually skip null method signatures | Actually skip null method signatures
Don't just say you'll skip it, actually `continue`!
IDE was complaining.
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Internal/Patcher/Executor.cs | mit | 1,593,270,019 | using System;
using System.Collections.Generic;
using Mono.Cecil;
using Mono.Cecil.Inject;
using Pathfinder.Attribute;
using Pathfinder.Util;
namespace Pathfinder.Internal.Patcher
{
internal static class Executor
{
private struct MethodStore
{
public string Name;
public... | using System;
using System.Collections.Generic;
using Mono.Cecil;
using Mono.Cecil.Inject;
using Pathfinder.Attribute;
using Pathfinder.Util;
namespace Pathfinder.Internal.Patcher
{
internal static class Executor
{
private struct MethodStore
{
public string Name;
public... |
11af4f5360a2d59f975d5a3cfc412592713e4711 | Asserts for InvalidConversionException. | Asserts for InvalidConversionException.
| tompazourek/Colourful,tompazourek/Colourful | tests/Colourful.Tests/Various/ConverterAbstractFactoryTest.cs | mit | 1,593,269,126 | using System;
using System.Linq;
using Colourful.Internals;
using Xunit;
namespace Colourful.Tests
{
public class ConverterAbstractFactoryTest
{
[Fact]
public void NoConversionExists_Throws()
{
// arrange
var conversionStrategies = ConversionStrategies.GetDefaul... | using System;
using System.Linq;
using Colourful.Internals;
using Xunit;
namespace Colourful.Tests
{
public class ConverterAbstractFactoryTest
{
[Fact]
public void NoConversionExists_Throws()
{
// arrange
var conversionStrategies = ConversionStrategies.GetDefaul... |
a880e3611916b0550230a58d9612a14234176a4b | Go back to 3 months | Go back to 3 months
| mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection | Models/Dashboard.cs | mit | 1,593,268,871 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace Cash_Flow_Projection.Models
{
public class Dashboard
{
private IEnumerable<Entry> Entries { get; }
public Dashboard(Database db, DateTime? thru = nu... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace Cash_Flow_Projection.Models
{
public class Dashboard
{
private IEnumerable<Entry> Entries { get; }
public Dashboard(Database db, DateTime? thru = nu... |
f610c1c59e19876518aabc3e6bc98faca1451448 | Switch to one month temp | Switch to one month temp
| mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection | Models/Dashboard.cs | mit | 1,593,268,375 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace Cash_Flow_Projection.Models
{
public class Dashboard
{
private IEnumerable<Entry> Entries { get; }
public Dashboard(Database db, DateTime? thru = nu... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace Cash_Flow_Projection.Models
{
public class Dashboard
{
private IEnumerable<Entry> Entries { get; }
public Dashboard(Database db, DateTime? thru = nu... |
ce3b9a671df18a00c4fe0c9b7441a94a1da2e9ab | json decode fix for Unicode string literals | json decode fix for Unicode string literals
fixes https://github.com/peachpiecompiler/peachpie/issues/779
| peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept | src/Peachpie.Library/Serialization.Json.cs | apache-2.0 | 1,593,268,316 | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.JsonSerialization;
using Microsoft.Extensions.ObjectPool;
using Pchp.Core.Utilities;
nam... | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.JsonSerialization;
using Microsoft.Extensions.ObjectPool;
using Pchp.Core.Utilities;
nam... |
64b567b0bf6155bffdf3e5315a065a7e481b094e | Breaks with too much data? | Breaks with too much data?
| mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection | Models/Dashboard.cs | mit | 1,593,267,736 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace Cash_Flow_Projection.Models
{
public class Dashboard
{
private IEnumerable<Entry> Entries { get; }
public Dashboard(Database db, DateTime? thru = nu... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace Cash_Flow_Projection.Models
{
public class Dashboard
{
private IEnumerable<Entry> Entries { get; }
public Dashboard(Database db, DateTime? thru = nu... |
48c6ba65311a328f2f01d7adf8b5db9ff702acbe | stream read contents fix | stream read contents fix
fixes https://github.com/peachpiecompiler/peachpie/issues/781
| iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie | src/Peachpie.Library/Streams/PhpStream.cs | apache-2.0 | 1,593,267,587 | using Pchp.Core;
using Pchp.Core.Resources;
using Pchp.Core.Utilities;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Pchp.Library.Streams
{
#region Enumerations (StreamParameterOptions, Check... | using Pchp.Core;
using Pchp.Core.Resources;
using Pchp.Core.Utilities;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Pchp.Library.Streams
{
#region Enumerations (StreamParameterOptions, Check... |
505000ae2cae23ccd308551a7282e62258213c00 | Fix adding abstract property `Properties` to the wrong type | Fix adding abstract property `Properties` to the wrong type
Previously this added the property to `ComputerLoader`, which is not
intended but ultimately harmless (as `ComputerLoader` is never
instanciated).
However, using the external XML file Patcher Task system, it instead
wrote the property to `Computer`, which ma... | Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | PathfinderPatcher/PathfinderPatcher.cs | mit | 1,593,267,498 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Inject;
namespace PathfinderPatcher
{
public enum AccessMods
{
Private,
Protected,
Public,
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Inject;
namespace PathfinderPatcher
{
public enum AccessMods
{
Private,
Protected,
Public,
... |
37e382006aa27b9f8163209ea06996ed4e4b9363 | Properly handle task cancellation: Must catch OperationCanceledException, not TaskCanceledException | Properly handle task cancellation: Must catch OperationCanceledException, not TaskCanceledException
| tom-englert/ResXResourceManager,tom-englert/ResXResourceManager | src/ResXManager.View/Visuals/ResourceViewModel.cs | mit | 1,593,267,090 | namespace ResXManager.View.Visuals
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.... | namespace ResXManager.View.Visuals
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.... |
e0ba773e78db767b857e3176731879632b3f5632 | Make GetFirstSteamMasterID() fall back to SteamOwnerID in case no master users are specified | Make GetFirstSteamMasterID() fall back to SteamOwnerID in case no master users are specified
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Actions.cs | apache-2.0 | 1,593,264,420 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
5debef730c228a40ec1b09ad0c69452410114016 | PossibleSupportedMessages is read-only. | PossibleSupportedMessages is read-only.
| StockSharp/StockSharp | Samples/Connectors/FIXDialects/CfhFixDialect.cs | apache-2.0 | 1,593,264,264 | namespace StockSharp.Fix.Dialects
{
using System;
using System.Collections.Generic;
using System.Text;
using Ecng.Common;
using Ecng.ComponentModel;
using StockSharp.Fix.Native;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// CFH FIX protocol dialect.
... | namespace StockSharp.Fix.Dialects
{
using System;
using System.Collections.Generic;
using System.Text;
using Ecng.Common;
using Ecng.ComponentModel;
using StockSharp.Fix.Native;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// CFH FIX protocol dialect.
... |
985832ae93dcff1958280055b027afa1bf2cbd83 | Fix commit 7ec4cef25da13ff26009143a0dc3110bf15b96c5 | Fix commit 7ec4cef25da13ff26009143a0dc3110bf15b96c5
| StockSharp/StockSharp | Messages/IOrderLogMarketDepthBuilder.cs | apache-2.0 | 1,593,264,087 | #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... |
fb4bc9513b4a9de1a77bd1b126c882f11302f875 | MessageTypeInfo implemented IEquatable<T> | MessageTypeInfo implemented IEquatable<T>
| StockSharp/StockSharp | Messages/MessageTypes.cs | apache-2.0 | 1,593,264,030 | #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... |
58eb79690e7143ed44a917de642ad997304f88f3 | add another anti-spam measure for suicidal users | add another anti-spam measure for suicidal users
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Database/Providers/ContentFilter.cs | lgpl-2.1 | 1,593,263,811 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Commands;
using CompatBot.EventHandlers;
using CompatBot.Utils;
using DSharpPlus;
using DSharpPlus.Entities;
using HomoglyphConverter;
usin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Commands;
using CompatBot.EventHandlers;
using CompatBot.Utils;
using DSharpPlus;
using DSharpPlus.Entities;
using HomoglyphConverter;
usin... |
ce50e2560e2aa9b106454208fbc76e3a27a2a363 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,262,577 | #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-... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.