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 |
|---|---|---|---|---|---|---|---|---|
7ae32bef3dc0e97c4ecaa2c752741979c01cb482 | Cleanup and added Messagebox on failing to save shoppinglist | Cleanup and added Messagebox on failing to save shoppinglist
| msarilar/EDEngineer | EDEngineer/Views/CommanderViewModel.cs | mit | 1,592,271,849 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Windows;
using System.Windows.Data;
using EDEngineer.Localization;
u... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Windows;
using System.Windows.Data;
using EDEngineer.Localization;
u... |
4f5c44cea51ab17f5f8125d1c322b5f7c195eede | auto target every increment | auto target every increment
| workabyte/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Games/TimeFunctions/AutoTargetingFunction.cs | mit | 1,592,271,488 | using PowerArgs.Cli;
using PowerArgs.Cli.Physics;
using System;
using System.Collections.Generic;
using System.Linq;
namespace PowerArgs.Games
{
public class AutoTargetingOptions
{
public Velocity Source { get; set; }
public Func<IEnumerable<SpacialElement>> TargetsEval { get; set; }
... | using PowerArgs.Cli;
using PowerArgs.Cli.Physics;
using System;
using System.Collections.Generic;
using System.Linq;
namespace PowerArgs.Games
{
public class AutoTargetingOptions
{
public Velocity Source { get; set; }
public Func<IEnumerable<SpacialElement>> TargetsEval { get; set; }
... |
9bbcee477a39a6bff66a31401eb459b5ab92d19c | allows some methods to be overriden | allows some methods to be overriden
| JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,madsoulswe/Umbraco-CMS,abjerner/Umbraco-CMS,bjarnef/Umbraco-CMS,umbraco/Umbraco-CMS,madsoulswe/Umbraco-CMS,tcmorris/Umbraco-CMS,leekelleher/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,leekelleher/Umbraco-CMS,hfloyd/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abjerner/Umbraco-... | src/Umbraco.Web/Security/ExternalSignInAutoLinkOptions.cs | mit | 1,592,270,177 | using System;
using Microsoft.AspNet.Identity.Owin;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Configuration;
using Umbraco.Core.Models.Identity;
namespace Umbraco.Web.Security
{
/// <summary>
/// Options used to configure auto-linking external OAuth providers
/// </summary>
... | using System;
using Microsoft.AspNet.Identity.Owin;
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Configuration;
using Umbraco.Core.Models.Identity;
namespace Umbraco.Web.Security
{
/// <summary>
/// Options used to configure auto-linking external OAuth providers
/// </summary>
... |
fdbf75e7754cad38e33f80b5750f474b9b012a93 | Make locktime take effect in all cases | Make locktime take effect in all cases
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Blockchain/Transactions/TransactionFactory.cs | mit | 1,592,269,205 | using NBitcoin;
using NBitcoin.Policy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;... | using NBitcoin;
using NBitcoin.Policy;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;... |
3b27359fb8835775f0dcb8d1ca6ce96984a4cc4c | Fix bug: ImageInfo.ImageHeight returning incorrect value | Fix bug: ImageInfo.ImageHeight returning incorrect value
| imazen/imageflow-dotnet | src/Imageflow/Bindings/ImageInfo.cs | agpl-3.0 | 1,592,268,651 | using System;
namespace Imageflow.Bindings
{
public class ImageInfo
{
internal ImageInfo() { }
internal static ImageInfo FromDynamic(dynamic imageInfo)
{
var info = new ImageInfo();
info.ImageWidth = imageInfo.image_width.Value;
info.ImageHeight = i... | using System;
namespace Imageflow.Bindings
{
public class ImageInfo
{
internal ImageInfo() { }
internal static ImageInfo FromDynamic(dynamic imageInfo)
{
var info = new ImageInfo();
info.ImageWidth = imageInfo.image_width.Value;
info.ImageHeight = i... |
90bbb8c872bf59f8e84651b10b0fb3fbb6f38554 | Don't set the AuthenticationProperties.RedirectUri fallback address from LogoutPost to work around a beta1 bug | Don't set the AuthenticationProperties.RedirectUri fallback address from LogoutPost to work around a beta1 bug
| openiddict/openiddict-samples,openiddict/openiddict-samples | samples/Velusia/Velusia.Server/Controllers/AuthorizationController.cs | apache-2.0 | 1,592,268,590 | /*
* 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.Lin... | /*
* 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.Lin... |
a93c09334df125706aca680c14f9862402db11e1 | Split out SwitchableTabs implementation | Split out SwitchableTabs implementation
| ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fr... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,592,267,048 | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
2ebc6e2aaea1fe502015ef84296d20b71024b1eb | Fix NullReferenceException for MapRender | Fix NullReferenceException for MapRender
| Kagamia/WzComparerR2,KENNYSOFT/WzComparerR2 | WzComparerR2.MapRender/Entry.cs | mit | 1,592,265,981 | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text;
using WzComparerR2.WzLib;
using WzComparerR2.Common;
using WzComparerR2.Config;
using WzComparerR2.PluginBase;
using DevComponents.DotNetBar;
using System.Threading;
using System.Windows.Forms;
using Game = Micros... | using System;
using System.Collections.Generic;
using System.Text;
using WzComparerR2.WzLib;
using WzComparerR2.Common;
using WzComparerR2.Config;
using WzComparerR2.PluginBase;
using DevComponents.DotNetBar;
using System.Threading;
using System.Windows.Forms;
using Game = Microsoft.Xna.Framework.Game;
namespace WzCo... |
3818622f7f51f49d8da10487c00717660f9aed3b | Add error message with result in ClrDiagnosticsException when task_for_pid failed. (#758) | Add error message with result in ClrDiagnosticsException when task_for_pid failed. (#758)
| Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd | src/Microsoft.Diagnostics.Runtime/src/DataReaders/MacOS/MacOSProcessDataReader.cs | mit | 1,592,263,262 | // 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.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Runtime.InteropSer... | // 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.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Runtime.InteropSer... |
22578ac27a00f3dd26910d00d8bf19c4ea9245fa | Remove loading | Remove loading
| AndMu/Wikiled.Sentiment | src/Sentiment/Wikiled.Sentiment.Analysis/Containers/SentimentServiceModule.cs | apache-2.0 | 1,592,262,528 | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using Wikiled.Common.Logging;
using Wikiled.Common.Utilities.Modules;
using Wikiled.Redis.Config;
using Wikiled.Redis.Modules;
using Wikiled.Sentiment.Text.Cache;
using Wikiled.Sentiment.Text.Config;
using Wikiled.Sentime... | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using Wikiled.Common.Logging;
using Wikiled.Common.Utilities.Modules;
using Wikiled.Redis.Config;
using Wikiled.Redis.Modules;
using Wikiled.Sentiment.Text.Cache;
using Wikiled.Sentiment.Text.Config;
using Wikiled.Sentime... |
a53b207d3dcdcc6c2027d58e897c8ff3bb21f1af | fixing samples - issue #253 | fixing samples - issue #253
| aliostad/CacheCow,aliostad/CacheCow | samples/CacheCow.Samples.WebApi.WithQueryAndIoc/Program.cs | mit | 1,592,262,124 | using CacheCow.Client;
using CacheCow.Samples.Common;
using Castle.MicroKernel.Registration;
using Castle.Windsor;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.Http.SelfHost;
using Cach... | using CacheCow.Client;
using CacheCow.Samples.Common;
using Castle.MicroKernel.Registration;
using Castle.Windsor;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.Http.SelfHost;
using Cach... |
3e13a583361b11445ab44c29ea2bb1f94b7bac12 | use project file path, not directory | use project file path, not directory
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.MSBuild/ProjectFile/ProjectFileInfo.cs | mit | 1,592,261,724 | using System;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Versioning;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Globbing;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using OmniSharp.FileSystem;
using OmniSharp.MSBuild.Logging;
using ... | using System;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Versioning;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Globbing;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using OmniSharp.FileSystem;
using OmniSharp.MSBuild.Logging;
using ... |
46751495ef778de0d99c56770858333c9e50f5ce | check individual source files as well | check individual source files as well
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.MSBuild/ProjectFile/ProjectFileInfo.cs | mit | 1,592,259,822 | using System;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Versioning;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Globbing;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using OmniSharp.FileSystem;
using OmniSharp.MSBuild.Logging;
using ... | using System;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Runtime.Versioning;
using Microsoft.Build.Evaluation;
using Microsoft.Build.Globbing;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using OmniSharp.FileSystem;
using OmniSharp.MSBuild.Logging;
using ... |
7b9976e02b3ee4be1d4a00f5fa3c76e31acf0292 | fix learn skill handler | fix learn skill handler
| hybrasyl/server,baughj/hybrasylserver,baughj/hybrasylserver,baughj/hybrasylserver,hybrasyl/server,hybrasyl/server | hybrasyl/ServerPacketStructures.cs | agpl-3.0 | 1,592,258,507 | /*
* This file is part of Project Hybrasyl.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Affero General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* wit... | /*
* This file is part of Project Hybrasyl.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Affero General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* wit... |
8a4df177f5f16482c22b7d6a5da7ff58902bbf48 | Fix logger | Fix logger
| csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput | XOutput.App/App.xaml.cs | mit | 1,592,257,808 | using Microsoft.Extensions.Hosting;
using NLog;
using NLog.Config;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Thre... | using Microsoft.Extensions.Hosting;
using NLog;
using NLog.Config;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Thre... |
7cdbaeeccfb00f1df0c5fad163a074d50babc188 | Update Async To MigrationsEndPointMiddleware (#22573) | Update Async To MigrationsEndPointMiddleware (#22573)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Middleware/Diagnostics.EntityFrameworkCore/src/MigrationsEndPointMiddleware.cs | apache-2.0 | 1,592,257,375 | // Copyright (c) Microsoft Open Technologies, Inc. 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.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
usin... | // Copyright (c) Microsoft Open Technologies, Inc. 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.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
usin... |
3bc62d12580c100df25cb124d6bb799d93094ac7 | Fixing builds | Fixing builds
| dimmpixeye/Unity3dTools | Runtime/Core/LayerImpl.cs | mit | 1,592,257,055 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using UnityEngine;
using UnityEngine.SceneManagement;
using System.Collections;
using System.Collections.Generic;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
/// A scene point of entry. The developer ... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using UnityEngine;
using UnityEngine.SceneManagement;
using System.Collections;
using System.Collections.Generic;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
/// A scene point of entry. The developer ... |
24801e9f785aec4a1d05ba8feb915cb98c1492f0 | Made ProcessStarter use Task.Yield instead of Task.Run | Made ProcessStarter use Task.Yield instead of Task.Run
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/Diagnostics/ProcessStarter.cs | mit | 1,592,256,667 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ProcessStarter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ProcessStarter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project... |
90ba17787afdfe21b71fe9ceacd6d97952926a85 | Added more logging in PipesAppMessageRouter | Added more logging in PipesAppMessageRouter
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Messaging.Pipes/Routing/PipesAppMessageRouter.cs | mit | 1,592,256,130 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="PipesAppMessageRouter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the ... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="PipesAppMessageRouter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the ... |
339afc64dff2bea3e668729fcc9c0b4e56e50b8e | Internet IP address selection | Internet IP address selection
| csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput,csutorasa/XOutput | XOutput.App/MainWindow.xaml.cs | mit | 1,592,255,569 | using System;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
using System.Net.Sockets;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Interop;
using XOutput.Core.DependencyInjection;
using XOutput.Core.External;
using XOutput.Core.Threading;
namespace XOutput.App
{... | using System.Linq;
using System.Net.NetworkInformation;
using System.Net.Sockets;
using System.Windows;
using System.Windows.Interop;
using XOutput.Core.DependencyInjection;
using XOutput.Core.External;
using XOutput.Core.Threading;
namespace XOutput.App
{
public partial class MainWindow : Window
{
pr... |
f07250306f118220281105e3404613e3407ddc0b | Fix some XML-Importer bugs | Fix some XML-Importer bugs
| OpenChargingCloud/WWCP_Core | WWCP_Core/Importer/WWCPImporter.cs | agpl-3.0 | 1,592,255,292 | /*
* Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com>
* This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core>
*
* Licensed under the Affero GPL license, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | /*
* Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com>
* This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core>
*
* Licensed under the Affero GPL license, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... |
6b62df1ceae0b999144005f1338e4f2761a6a689 | version bump 6.3 | version bump 6.3
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/DiabloInterface/Properties/AssemblyInfo.cs | mit | 1,592,255,246 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DiabloInterface")]
[assembly: AssemblyDescr... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DiabloInterface")]
[assembly: AssemblyDescr... |
a81784a4a562be96ae3c0a08aa569be320ecce57 | Added more bind tests. | Added more bind tests.
| Matthew-Dove/ContainerExpressions | src/Tests.ContainerExpressions/Containers/MaybeTests.cs | mit | 1,592,254,666 | using ContainerExpressions.Containers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Threading.Tasks;
namespace Tests.ContainerExpressions.Containers
{
[TestClass]
public class MaybeTests
{
#region Maybe Error
[TestMethod]
public void MaybeError_De... | using ContainerExpressions.Containers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Threading.Tasks;
namespace Tests.ContainerExpressions.Containers
{
[TestClass]
public class MaybeTests
{
#region Maybe Error
[TestMethod]
public void MaybeError_De... |
8db6f41aece440b948fcf4ec0adab63c44983dae | Antag message fix | Antag message fix
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Antagonists/SpawnedAntag.cs | agpl-3.0 | 1,592,254,495 | using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Antagonists
{
/// <summary>
/// Represents an antag that has been spawned into the game. Used so that Antagonist SO can remain
/// immutable and server merely as the definition of a particular kind of antag and this
/// can server as... | using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Antagonists
{
/// <summary>
/// Represents an antag that has been spawned into the game. Used so that Antagonist SO can remain
/// immutable and server merely as the definition of a particular kind of antag and this
/// can server as... |
7991da9c3559318fa0ae522bee72b06903c818ac | Move ByRef parsing to separate method. | Move ByRef parsing to separate method.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Signatures/Types/Parsing/TypeNameParser.cs | mit | 1,592,254,469 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
namespace AsmResolver.DotNet.Signatures.Types.Parsing
{
public class TypeNameParser
{
private static readonly SignatureComparer Comparer = new SignatureComparer();
... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
namespace AsmResolver.DotNet.Signatures.Types.Parsing
{
public class TypeNameParser
{
private static readonly SignatureComparer Comparer = new SignatureComparer();
... |
ad785a73c6ef19bee466bf082d356950a909e61f | Working on the Bitmap class api0 | Working on the Bitmap class api0
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Graphics/Bitmap.cs | bsd-3-clause | 1,592,254,449 | //#define COSMOSDEBUG
using System;
using System.IO;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Bitmap class, used to represent image of the type of Bitmap. See also: <seealso cref="Image"/>.
/// </summary>
public class Bitmap : Image
{
/// <summary>
/// Create new instan... | //#define COSMOSDEBUG
using System;
using System.IO;
namespace Cosmos.System.Graphics
{
public class Bitmap : Image
{
public Bitmap(uint Width, uint Height, ColorDepth colorDepth) : base(Width, Height, colorDepth)
{
rawData = new int[Width * Height];
}
/// <summary... |
ddf118aeabf7bd9fcec43d9a70b1d40f270bc82c | add guid always and actually add life/mana :/ | add guid always and actually add life/mana :/
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/DiabloInterface.Plugin.HttpClient/Plugin.cs | mit | 1,592,254,448 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Zutatensuppe.D2Reader;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Struct.Item;
using Newtonsoft.Json;
using Zutatensuppe.DiabloInterface.Core.Logging;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Zutatensuppe.D2Reader;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Struct.Item;
using Newtonsoft.Json;
using Zutatensuppe.DiabloInterface.Core.Logging;
usi... |
a77fe14252cb4fc826737ee7f2cdf999467aa3b2 | Fix killing worker processes | Fix killing worker processes
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Orchestration/Application/RootAppLifecycleBehavior.cs | mit | 1,592,254,160 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="RootAppLifecycleBehavior.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="RootAppLifecycleBehavior.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... |
318e54666ab8bd561e7d3346418dba3ed985718e | fix(maxFireStacks): capped to 5 | fix(maxFireStacks): capped to 5
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Health/Living/LivingHealthBehaviour.cs | agpl-3.0 | 1,592,253,541 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Light2D;
using UnityEngine;
using UnityEngine.Events;
using Utility = UnityEngine.Networking.Utility;
using Mirror;
using UnityEngine.Profiling;
/// <summary>
/// The Required component for all living creatures
/// Mon... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Light2D;
using UnityEngine;
using UnityEngine.Events;
using Utility = UnityEngine.Networking.Utility;
using Mirror;
using UnityEngine.Profiling;
/// <summary>
/// The Required component for all living creatures
/// Mon... |
a801972ee5d0b456d1a3cf8d615750fba9493bfb | Actually pass the source's token to the WriteAsync method | Actually pass the source's token to the WriteAsync method
| RockFramework/Rock.Logging | RockLib.Logging/LogProcessing/BackgroundLogProcessor.cs | mit | 1,592,252,684 | using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace RockLib.Logging.LogProcessing
{
/// <summary>
/// A log processor that processes and tracks logs on dedicated non-threadpool
/// background threads. On dispose, it b... | using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace RockLib.Logging.LogProcessing
{
/// <summary>
/// A log processor that processes and tracks logs on dedicated non-threadpool
/// background threads. On dispose, it b... |
a500cdad79491daef6267ba67e19eee1a527a9e7 | Logger.Dispose() no longer does anything | Logger.Dispose() no longer does anything
| RockFramework/Rock.Logging | RockLib.Logging/Logger.cs | mit | 1,592,252,601 | using RockLib.Configuration.ObjectFactory;
using RockLib.Logging.LogProcessing;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace RockLib.Logging
{
/// <summary>
/// Defines an object used for logging.
/// </summary>
/// <remarks... | using RockLib.Configuration.ObjectFactory;
using RockLib.Logging.LogProcessing;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace RockLib.Logging
{
/// <summary>
/// Defines an object used for logging.
/// </summary>
/// <remarks... |
dc3398ca59a0d49dbd2b72aa448d59f6731afb8e | Fix xmldoc typo (#22938) | Fix xmldoc typo (#22938)
Just removed 'for' in
> Adds middleware _for_ needed for debugging Blazor WebAssembly applications | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/WebAssembly/Server/src/WebAssemblyNetDebugProxyAppBuilderExtensions.cs | apache-2.0 | 1,592,252,363 | // 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.Net;
namespace Microsoft.AspNetCore.Builder
{
/// <summary>
/// Provides infrastructure for debugging Blazor WebAssembly applicati... | // 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.Net;
namespace Microsoft.AspNetCore.Builder
{
/// <summary>
/// Provides infrastructure for debugging Blazor WebAssembly applicati... |
56374ab393550764c57a8ad600dfcaeab0557f6e | use var where appropriate | use var where appropriate
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/Microsoft.AspNetCore.Razor.Language/src/Legacy/SeekableTextReader.cs | apache-2.0 | 1,592,252,138 | // 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.IO;
using System.Text;
using Microsoft.AspNetCore.Razor.Language.Syntax;
namespace Microsoft.AspNetCore.Razor.Language.Legac... | // 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.IO;
using System.Text;
using Microsoft.AspNetCore.Razor.Language.Syntax;
namespace Microsoft.AspNetCore.Razor.Language.Legac... |
3c5e160266a5e01b0f1a9f6c132c03c20eb7c84b | Error in FieldElementsMatrix constructor was fixed | Error in FieldElementsMatrix constructor was fixed
| litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms | src/GfAlgorithms/Matrices/FieldElementsMatrix.cs | mit | 1,592,250,733 | namespace AppliedAlgebra.GfAlgorithms.Matrices
{
using System;
using System.Text;
using System.Threading.Tasks;
using GfPolynoms;
using GfPolynoms.Extensions;
using GfPolynoms.GaloisFields;
/// <summary>
/// Class represents a matrix whose elements belong to the finite field
/// </... | namespace AppliedAlgebra.GfAlgorithms.Matrices
{
using System;
using System.Text;
using System.Threading.Tasks;
using GfPolynoms;
using GfPolynoms.Extensions;
using GfPolynoms.GaloisFields;
/// <summary>
/// Class represents a matrix whose elements belong to the finite field
/// </... |
67f2b5b59c2efe9478151dec4c951cb94b2b39a1 | Fix non-working log-out in Velusia.Server by enabling the pass-through mode | Fix non-working log-out in Velusia.Server by enabling the pass-through mode
| openiddict/openiddict-samples,openiddict/openiddict-samples | samples/Velusia/Velusia.Server/Startup.cs | apache-2.0 | 1,592,250,296 | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Velusia.Server.Models;
using Velusia.Server.Services;
using static OpenIddict.Abstractions.OpenIddictConstants;
n... | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Velusia.Server.Models;
using Velusia.Server.Services;
using static OpenIddict.Abstractions.OpenIddictConstants;
n... |
347084a587122f74536415143b0634ed978a7e17 | PeriodicRunner: Fix possible NullPointerException | PeriodicRunner: Fix possible NullPointerException
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Bases/PeriodicRunner.cs | mit | 1,592,250,176 | using Microsoft.Extensions.Hosting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Logging;
namespace WalletWasabi.Bases
{
public abstract class PeriodicRunner : BackgroundService
{
protected PeriodicRun... | using Microsoft.Extensions.Hosting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Logging;
namespace WalletWasabi.Bases
{
public abstract class PeriodicRunner : BackgroundService
{
protected PeriodicRun... |
a814ccd480170e64d522d9828803ac5903c945a6 | Fix CSV mime types | Fix CSV mime types
| Vanaheimr/Hermod | Hermod/HTTP/General/HTTPContentType.cs | apache-2.0 | 1,592,246,303 | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
6b886c5fe5ecc9a2ef53b567e83f07b0744bdb4c | Fix navigation to work in class body | Fix navigation to work in class body
| matkoch/TestLinker,matkoch/TestLinker,matkoch/TestLinker | src/dotnet/ReSharperPlugin.TestLinker/Navigation/LinkedTypesContextSearchBase.cs | mit | 1,592,245,437 | using System.Collections.Generic;
using JetBrains.Application.DataContext;
using JetBrains.Diagnostics;
using JetBrains.DocumentModel.DataContext;
using JetBrains.ProjectModel.DataContext;
using JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation;
using JetBrains.ReSharper.Feature.Services.Util;
using Jet... | using JetBrains.Application.DataContext;
using JetBrains.ReSharper.Feature.Services.Navigation.ContextNavigation;
using JetBrains.ReSharper.Psi;
using JetBrains.ReSharper.Psi.ExtensionsAPI.Caches2;
using JetBrains.TextControl;
using JetBrains.TextControl.DataContext;
namespace ReSharperPlugin.TestLinker.Navigation
{
... |
e4c5a07e34fe9061786f52d55dabb6bf7dd58b53 | Revert "Enabling these tests to prove a point" | Revert "Enabling these tests to prove a point"
This reverts commit 0d5bcc5a4a969806e82e15b8590fda67bd1ff696.
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,592,244,552 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using T... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using T... |
0d5bcc5a4a969806e82e15b8590fda67bd1ff696 | Enabling these tests to prove a point | Enabling these tests to prove a point
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,592,244,486 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using T... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using T... |
ae3a8daddaacd5f170eba276905ae86c535fff70 | got my memory back; split add only for Leaf3 and Branch3; todo: try virtual lookup | got my memory back; split add only for Leaf3 and Branch3; todo: try virtual lookup
| dadhi/ImTools | src/ImTools/ImTools.Experimental.ImMap234.cs | mit | 1,592,244,473 | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>The base class for tree leafs and branches, defines the Empty tree</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMa... | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>The base class for tree leafs and branches, defines the Empty tree</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMa... |
9efeab405889b23bf3b1e7ca32ddf7e3e796fd01 | version push 0.6.2 | version push 0.6.2
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/DiabloInterface/Properties/AssemblyInfo.cs | mit | 1,592,243,939 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DiabloInterface")]
[assembly: AssemblyDescr... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DiabloInterface")]
[assembly: AssemblyDescr... |
2bff6bf8626d329ae335762b604c08b70fb27f43 | rev SerializationConfigurationTypes | rev SerializationConfigurationTypes
| OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build | Conventions/VisualStudioProjectTemplates/Domain.Test/serializationconfigurationtypes.cs | mit | 1,592,242,084 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationTypes.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from Nu... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationTypes.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from Nu... |
4ac6743bfab11da602bfdbb5b615838a17d4f9fd | Make sure that the issue is not flagged as needing an owner if it is … (#685) | Make sure that the issue is not flagged as needing an owner if it is … (#685)
* Make sure that the issue is not flagged as needing an owner if it is in the backlog milestone.
* Fixup the logic | tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | tools/github-issues/Azure.Sdk.Tools.GitHubIssues/Reports/CustomerReportedInvalidState/FindCustomerRelatedIssuesInvalidState.cs | mit | 1,592,240,320 | using GitHubIssues.Helpers;
using GitHubIssues.Html;
using GitHubIssues.Models;
using Microsoft.Extensions.Logging;
using Octokit;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GitHubIssues.Reports
{
internal partial class FindCustomerRelatedIssuesInvalidState : B... | using GitHubIssues.Helpers;
using GitHubIssues.Html;
using GitHubIssues.Models;
using Microsoft.Extensions.Logging;
using Octokit;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GitHubIssues.Reports
{
internal partial class FindCustomerRelatedIssuesInvalidState : B... |
7145e3ea885ea0ad53fe5456c66c98849ac982c1 | On create default ViewPassword to true. | On create default ViewPassword to true.
| bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core | src/Core/Models/Api/Request/CipherRequestModel.cs | agpl-3.0 | 1,592,240,072 | using System;
using System.ComponentModel.DataAnnotations;
using Bit.Core.Utilities;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Linq;
using Core.Models.Data;
using Bit.Core.Models.Data;
using Newtonsoft.Json.Linq;
namespace Bit.Core.Models.... | using System;
using System.ComponentModel.DataAnnotations;
using Bit.Core.Utilities;
using Bit.Core.Models.Table;
using Bit.Core.Enums;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Linq;
using Core.Models.Data;
using Bit.Core.Models.Data;
using Newtonsoft.Json.Linq;
namespace Bit.Core.Models.... |
35e2a71b51d1dbe3f0c29632045a83eab6a3d65a | removing comment | removing comment
| Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum | src/Nethereum.HdWallet.UnitTests/WalletTests.cs | mit | 1,592,239,578 | using NBitcoin;
using Nethereum.Hex.HexConvertors.Extensions;
using System;
using Xunit;
namespace Nethereum.HdWallet.UnitTests
{
//To validate use https://iancoleman.github.io/bip39/#english
public class WalletTests
{
public const string Words =
"ripple scissors kick mammal hire column... | using NBitcoin;
using Nethereum.Hex.HexConvertors.Extensions;
using System;
using Xunit;
namespace Nethereum.HdWallet.UnitTests
{
//To validate use https://iancoleman.github.io/bip39/#english
public class WalletTests
{
public const string Words =
"ripple scissors kick mammal hire column... |
47375671620a42397221a1413f698571c92f135b | Done Canvas api docs | Done Canvas api docs
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Graphics/Canvas.cs | bsd-3-clause | 1,592,239,544 | //#define COSMOSDEBUG
using System;
using System.Drawing;
using System.Collections.Generic;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Canvas abstract class.
/// </summary>
public abstract class Canvas
{
/*
* IReadOnlyList<T> is not working, the Modes inside it become cor... | //#define COSMOSDEBUG
using System;
using System.Drawing;
using System.Collections.Generic;
namespace Cosmos.System.Graphics
{
public abstract class Canvas
{
/*
* IReadOnlyList<T> is not working, the Modes inside it become corrupted and then you get Stack Overflow
*/
//public ... |
fad82a16dc6472539b0c7960d910b5ab53cbb41f | Fix discord not editing the deploy message text | Fix discord not editing the deploy message text
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Chat/Providers/DiscordProvider.cs | agpl-3.0 | 1,592,238,576 | using Discord;
using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Models;
using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host.Components.Chat.P... | using Discord;
using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Models;
using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host.Components.Chat.P... |
38d348e604e90a8b70032210b14df92e6d5192eb | Use DrawText for multiple line text instead | Use DrawText for multiple line text instead
DrawGlyphRun won't handle line break correctly.
This fixed https://github.com/zwcloud/ImGui/issues/52
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/DrawingContextEx.cs | agpl-3.0 | 1,592,237,968 | using ImGui.GraphicsAbstraction;
using ImGui.OSAbstraction.Graphics;
using ImGui.OSAbstraction.Text;
namespace ImGui.Rendering
{
internal static partial class DrawingContextEx
{
public static void DrawLine(this DrawingContext dc, StyleRuleSet rule, Point point0, Point point1)
{
Pen... | using ImGui.GraphicsAbstraction;
using ImGui.OSAbstraction.Graphics;
using ImGui.OSAbstraction.Text;
namespace ImGui.Rendering
{
internal static partial class DrawingContextEx
{
public static void DrawLine(this DrawingContext dc, StyleRuleSet rule, Point point0, Point point1)
{
Pen... |
bbcdf86e9f5655e331b6b2d07467b4609750c2f6 | Reset scissor rectangle to a effectively big one | Reset scissor rectangle to a effectively big one
For offscreen renderer, we should reset scissor rectangle to a big one.
Some test uses scissor test so we cannot disable it.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplementation/Shared/OpenGL/OpenGLOffscreenRenderer.cs | agpl-3.0 | 1,592,237,677 | #define Enable_Jitter
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using SixLabors.ImageSharp.PixelFormats;
namespace ImGui.OSImplementation.Shared
{
public class OpenGLOffscreenRenderer
{
... | #define Enable_Jitter
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using SixLabors.ImageSharp.PixelFormats;
namespace ImGui.OSImplementation.Shared
{
public class OpenGLOffscreenRenderer
{
... |
4af91fd8df6dbf03d5210ab3e7121b586eb89b08 | Further encryption fix. | Further encryption fix.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Direct/CertificateTrustIT.cs | apache-2.0 | 1,592,237,528 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... |
9424d9b2e03bd19d3c61c29dc44ad395f2838091 | Adding translate extension | Adding translate extension
| larsbrubaker/agg-sharp,MatterHackers/agg-sharp | clipper_library/IntPointExtensions.cs | bsd-2-clause | 1,592,237,016 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
d817d76703bf865018e48f1d60b5dddd5c62382d | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,592,236,496 | 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
... |
1383bdd1e86adc9154aad631d3b67e523a834ad5 | Remove unused member variable | Remove unused member variable
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Client/Components/InstanceClient.cs | agpl-3.0 | 1,592,235,711 | using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Client.Components
{
/// <inheritdoc />
sealed class InstanceClient : IInstanceClient
{
/// <inheritdoc />
public Instance Metadata { get; }
/// <inheritdoc />
public IByondClient Byond { get; }
/// <inheritdoc />
public IRepo... | using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Client.Components
{
/// <inheritdoc />
sealed class InstanceClient : IInstanceClient
{
/// <inheritdoc />
public Instance Metadata { get; }
/// <inheritdoc />
public IByondClient Byond { get; }
/// <inheritdoc />
public IRepo... |
372a0d70511769e01d4d8a566019a6adaaa1c32f | Minor code cleanup | Minor code cleanup
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,592,235,664 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
... |
72581d1e15da3c203af5b7ac3f686e51bc205521 | コマンドの状態がすぐに反映されるように修正 | コマンドの状態がすぐに反映されるように修正
| ebifrier/Ragnarok,ebifrier/Ragnarok | Ragnarok.Forms/FormsUtil.cs | mit | 1,592,234,861 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Ragnarok.MathEx;
namespace Ragnarok.Forms
{
/// <summary>
/// WinForms関係の便利メソッドを定義します。
/// </summary>
public st... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Ragnarok.MathEx;
namespace Ragnarok.Forms
{
/// <summary>
/// WinForms関係の便利メソッドを定義します。
/// </summary>
public st... |
f50ba391d337cccc09bcb65cc576b31ab7746998 | 超手数の棋譜を保存できるようにした | 超手数の棋譜を保存できるようにした
| ebifrier/Ragnarok,ebifrier/Ragnarok | Ragnarok.Shogi/Kif/KifWriter.cs | mit | 1,592,234,841 | using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Text;
namespace Ragnarok.Shogi.Kif
{
using File;
/// <summary>
/// kifファイルの書き出しを行います。
/// </summary>
internal sealed class KifWriter : IKifuWriter
{
/// <summary>
/// kif形式で出力するか取得... | using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Text;
namespace Ragnarok.Shogi.Kif
{
using File;
/// <summary>
/// kifファイルの書き出しを行います。
/// </summary>
internal sealed class KifWriter : IKifuWriter
{
/// <summary>
/// kif形式で出力するか取得... |
a45d57e6dd8319a953be6be7743b08be060baba3 | missing #IF on AppDomainScenarios | missing #IF on AppDomainScenarios
| OBeautifulCode/OBeautifulCode.Serialization | OBeautifulCode.Serialization.Recipes/RoundtripSerialization/AppDomainScenarios.cs | mit | 1,592,234,498 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainScenarios.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// --------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainScenarios.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// --------------------------------------------------... |
c79d8a425178de9326d3bdb19d96e93bf002ca44 | Update ChannelTabControl in line with TabControl changes | Update ChannelTabControl in line with TabControl changes
| UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu | osu.Game/Overlays/Chat/Tabs/ChannelTabControl.cs | mit | 1,592,234,289 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.UserInterface;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.Chat;
using osuTK;
using System;
u... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Graphics.UserInterface;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.Chat;
using osuTK;
using System;
u... |
569a16d46978e8edd70887c0c4bc42009bd48fbe | Fix TabControl's updated switching-on-removal logic not considering IsSwitchable | Fix TabControl's updated switching-on-removal logic not considering IsSwitchable
| smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framew... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,592,234,150 | // 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 JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
c4dfa588ba1f657c26b3d786d61aa02a3176a3bc | Fixes Unit Tests | Fixes Unit Tests
| AlexCatarino/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean | Tests/Common/Util/ExtensionsTests.cs | apache-2.0 | 1,592,233,927 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
7b3e78b26ddddfd5b8898738f49027436bf539a5 | Fix for encryption level mismatch in unit tests of Insecure Bolt connections. | Fix for encryption level mismatch in unit tests of Insecure Bolt connections.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Direct/CertificateTrustIT.cs | apache-2.0 | 1,592,233,465 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... |
ed4d05d09abd6b054f8af5956b9a1d0df3cb5b8f | Fixed ResolveUnregisteredConcreteTypes documentation to reflect the new default (false). | Fixed ResolveUnregisteredConcreteTypes documentation to reflect the new default (false).
| simpleinjector/SimpleInjector | src/SimpleInjector/ContainerOptions.cs | mit | 1,592,233,426 | // 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
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using S... | // 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
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using S... |
eb2f23c2bfde52328defced40489c83ab128a9b8 | soldertool sortorder | soldertool sortorder
| ThisIsNotRocketScience/GerberTools,ThisIsNotRocketScience/GerberTools | SolderTool/PartList.cs | mit | 1,592,233,163 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using GerberLibrary;
using GerberLibrary.Core;
namespace SolderTool
{
public partial class PartLi... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using GerberLibrary;
using GerberLibrary.Core;
namespace SolderTool
{
public partial class PartLi... |
8d0752ae36b5d81ed8f41520905b2a4e832fb3c4 | MethodCallParser selection is memoized. Closes GH-1487 | MethodCallParser selection is memoized. Closes GH-1487
| ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,JasperFx/Marten,ericgreenmix/marten,mdissel/Marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,mdissel/Marten | src/Marten/LinqParsing.cs | mit | 1,592,232,960 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Baseline.Reflection;
using Marten.Linq;
using Marten.Linq.LastModified;
using Marten.Linq.MatchesSql;
using Marten.Linq.Parsing;
using Marten.Linq.SoftDeletes;
using Marten.Schema;
using Marten.Util;
namespace Mar... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Baseline.Reflection;
using Marten.Linq;
using Marten.Linq.LastModified;
using Marten.Linq.MatchesSql;
using Marten.Linq.Parsing;
using Marten.Linq.SoftDeletes;
using Marten.Schema;
using Marten.Util;
namespace Mar... |
874fe4b857aa19a45e78e63ea94f43ceea9b7b0d | Slightly better exception message | Slightly better exception message
| JasperFx/Marten,ericgreenmix/marten,ericgreenmix/marten,mdissel/Marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,mysticmind/marten,JasperFx/Marten,ericgreenmix/marten,mysticmind/marten,mysticmind/marten,mdissel/Marten | src/Marten/Linq/MartenExpressionParser.cs | mit | 1,592,232,960 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Baseline;
using Marten.Linq.LastModified;
using Marten.Linq.MatchesSql;
using Marten.Linq.Parsing;
using Marten.Linq.SoftDeletes;
using Marten.Schema;
using Remotion.Linq;
using Remotion.Linq.Clauses.Expressions;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Baseline;
using Marten.Linq.LastModified;
using Marten.Linq.MatchesSql;
using Marten.Linq.Parsing;
using Marten.Linq.SoftDeletes;
using Marten.Schema;
using Remotion.Linq;
using Remotion.Linq.Clauses.Expressions;
usi... |
ebedf017c8f16c0e984dec30eb37dc67817e9823 | Added allowlist comment for HTML5 ads (#198) | Added allowlist comment for HTML5 ads (#198)
| googleads/google-ads-dotnet,googleads/google-ads-dotnet,googleads/google-ads-dotnet | examples/AdvancedOperations/AddDisplayUploadAd.cs | apache-2.0 | 1,592,232,384 | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... |
f80bf929f7c84031b6e1798c248f3dff88a73419 | Update SharedInfo.cs | Update SharedInfo.cs
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SharedInfo.cs | apache-2.0 | 1,592,231,486 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
d755dd8e523c19daf1339df3aec21ef86727333e | Fix -Corretta gestrione errori | Fix -Corretta gestrione errori
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Controllers/AuthController.cs | agpl-3.0 | 1,592,231,059 | //-----------------------------------------------------------------------
// <copyright file="AuthController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Licens... | //-----------------------------------------------------------------------
// <copyright file="AuthController.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public Licens... |
5c959a7ae2ec8124c9426b1836ca384d895026d4 | Make body reading logic slightly less complicated | Make body reading logic slightly less complicated
| StatsHelix/StatsHelix.Charizard | StatsHelix.Charizard/HttpServer.cs | mit | 1,592,230,472 | using ActuallyWorkingWebSockets;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Syste... | using ActuallyWorkingWebSockets;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Syste... |
e67b3d0271b5593a41abb6f8ae4818791f4cb89a | Discontinue support for StringSegments with null underlying | Discontinue support for StringSegments with null underlying
It's too easy and cheap to just use String.Empty for this case
| StatsHelix/StatsHelix.Charizard | StatsHelix.Charizard/StringSegment.cs | mit | 1,592,230,272 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StatsHelix.Charizard
{
public struct StringSegment
{
public string UnderlyingString { get; set; }
public int Index { get; set; }
public int Length { get; set; }... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StatsHelix.Charizard
{
public struct StringSegment
{
public string UnderlyingString { get; set; }
public int Index { get; set; }
public int Length { get; set; }... |
4d171267df1049f0bbf67f86f8e6dab5faaab35f | Fix bug in StringSegment.StartsWith | Fix bug in StringSegment.StartsWith
| StatsHelix/StatsHelix.Charizard | StatsHelix.Charizard/StringSegment.cs | mit | 1,592,230,231 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StatsHelix.Charizard
{
public struct StringSegment
{
public string UnderlyingString { get; set; }
public int Index { get; set; }
public int Length { get; set; }... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StatsHelix.Charizard
{
public struct StringSegment
{
public string UnderlyingString { get; set; }
public int Index { get; set; }
public int Length { get; set; }... |
ca14336431969b247e3737ec757b281cd2c4ebf8 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,592,230,161 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
2dc2ba5c979fbf21223add94104be552d9bb81b9 | moar spikes | moar spikes
| mysticmind/marten,JasperFx/Marten,ericgreenmix/marten,JasperFx/Marten,mdissel/Marten,mdissel/Marten,JasperFx/Marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,ericgreenmix/marten | src/Marten/V4/EventStoreSpike.cs | mit | 1,592,229,953 | using System;
using System.Collections.Generic;
namespace Marten.V4
{
public class MyMetadata
{
public Guid CorrelationId { get; set; }
public string UserId { get; set; }
}
public enum StreamState
{
CreateNew,
Append,
AppendOrCreate,
Pending, // Not ... | using System;
using System.Collections.Generic;
namespace Marten.V4
{
public class MyMetadata
{
public Guid CorrelationId { get; set; }
public string UserId { get; set; }
}
public enum StreamState
{
CreateNew,
Append,
AppendOrCreate,
Pending, // Not ... |
5862c5f24e95594bacf89e3472e5c9e753b38f14 | Use nameof instead of hardcoded string | Use nameof instead of hardcoded string
| Geta/SEO.Sitemaps,Geta/SEO.Sitemaps,Geta/SEO.Sitemaps | src/Geta.SEO.Sitemaps/Repositories/SitemapRepository.cs | apache-2.0 | 1,592,229,953 | // Copyright (c) Geta Digital. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Linq;
using EPiServer;
using EPiServer.Data;
using EPiServer.Data.Dynamic;
using EPiServer.DataAbstraction;
using... | // Copyright (c) Geta Digital. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Generic;
using System.Linq;
using EPiServer;
using EPiServer.Data;
using EPiServer.Data.Dynamic;
using EPiServer.DataAbstraction;
using... |
663642e3042c4da397e4adaab5011026054d2272 | 送信元アドレスの取得失敗を減らすため、試行回数と待機時間を増加 | 送信元アドレスの取得失敗を減らすため、試行回数と待機時間を増加
| t-miyake/OutlookOkan | OutlookOkan/Models/GenerateCheckList.cs | apache-2.0 | 1,592,229,807 | using OutlookOkan.CsvTools;
using OutlookOkan.Properties;
using OutlookOkan.Types;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.Threading;
using Outlook = Microsoft.Office.Interop.Ou... | using OutlookOkan.CsvTools;
using OutlookOkan.Properties;
using OutlookOkan.Types;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.Threading;
using Outlook = Microsoft.Office.Interop.Ou... |
71f23e002d556e88d82c4adcb6de98c50660c4e5 | PG-1376: Added comment to explain saving and restoring currentSelection | PG-1376: Added comment to explain saving and restoring currentSelection
| sillsdev/Glyssen | Glyssen/Dialogs/ProjectSettingsDlg.cs | mit | 1,592,229,430 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Glyssen.Shared;
using Glyssen.Shared.Bundle;
using Glyssen.Utilities;
using GlyssenEngine;
using GlyssenEngine.Bundle;
using GlyssenEngine.Paratext;
using GlyssenEngine.Script;
... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Glyssen.Shared;
using Glyssen.Shared.Bundle;
using Glyssen.Utilities;
using GlyssenEngine;
using GlyssenEngine.Bundle;
using GlyssenEngine.Paratext;
using GlyssenEngine.Script;
... |
ce5443ca9a50401b3f5c4336b91b4c90b0ab7f11 | Closes #1848 | Closes #1848
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Bot.cs | apache-2.0 | 1,592,229,359 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
3b31b43c3c0948ed0978777e8a8dd96eaa8d6fdc | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3421.20200615133040-master-b817e6b
| LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,227,974 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "b817e6bbfe734838a815680cda54365842aa787d";
public static string Version = "1.5";
public static string Build = "3421";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "8fdf7a315285fb520a3e1bfd49311003405efe86";
public static string Version = "1.5";
public static string Build = "3420";
... |
3f49defb73f3ab76e7f6935e255ce1be474f0a26 | refactor: ライブラリコードをフレームワークの下部に置く | refactor: ライブラリコードをフレームワークの下部に置く
| vain0/vain0-procon | csharp/Solver/Program.cs | unlicense | 1,592,227,624 | // Framework <https://github.com/vain0x/procon>
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
public sealed partial class Program
{
private long Solve()
{
return 0;
... | // Framework <https://github.com/vain0x/procon>
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
public static class TemplateExtension
{
public static T[] MakeArray<T>(this int cou... |
97067976f75a416dd8adc290aed8841ab51740ad | Add null check | Add null check
| NeoAdonis/osu,peppy/osu,peppy/osu-new,smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu | osu.Game/Overlays/Settings/Sections/General/UpdateSettings.cs | mit | 1,592,227,386 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading.Tasks;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Platform;
using osu.Framework.Screens;
using osu.Game.Configuratio... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading.Tasks;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Platform;
using osu.Framework.Screens;
using osu.Game.Configuratio... |
53b7057ee05a3551c07ac7e0d2a00f15f13b4c29 | Don't show update button when updates are not feasible | Don't show update button when updates are not feasible
| UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu | osu.Game/Overlays/Settings/Sections/General/UpdateSettings.cs | mit | 1,592,227,151 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading.Tasks;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Platform;
using osu.Framework.Screens;
using osu.Game.Configuratio... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading.Tasks;
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Platform;
using osu.Framework.Screens;
using osu.Game.Configuratio... |
d2155c3da3c01e54636a5ce4876618f68acb855f | Fix thread safety | Fix thread safety
| smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu-new | osu.Game/Updater/UpdateManager.cs | mit | 1,592,227,142 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Game.Configuration;... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Game.Configuration;... |
8af6adc6d7b028bc9712af4b9fa870fd65a445a4 | Done FullScreenCanvas api docs | Done FullScreenCanvas api docs
| CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Graphics/FullScreenCanvas.cs | bsd-3-clause | 1,592,226,207 | //#define COSMOSDEBUG
using Cosmos.HAL;
using sys = System;
namespace Cosmos.System.Graphics
{
/// <summary>
/// FullScreenCanvas class. Used to set and get full screen canvas.
/// </summary>
public static class FullScreenCanvas
{
/// <summary>
/// SVGA 2 device.
/// </summa... | //#define COSMOSDEBUG
using Cosmos.HAL;
namespace Cosmos.System.Graphics
{
public static class FullScreenCanvas
{
private static PCIDevice SVGAIIDevice = PCI.GetDevice(VendorID.VMWare, DeviceID.SVGAIIAdapter);
public static bool SVGAIIExist()
{
if (SVGAIIDevice == null)
... |
9544cd25a19d6185f6c03c87bac4206bcf840013 | Fixed test now being catched during compile-time | Fixed test now being catched during compile-time
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | src/DotVVM.Samples.Tests/ErrorsTests.cs | apache-2.0 | 1,592,225,930 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
using System.Net;
using DotVVM.Samples.Tests.Base;
using DotVVM.Testing.Abstractions;
using Riganti.Selenium.Core;
using Xunit;
using Xunit.Abstractions;
using Riganti.Selenium.DotVVM;
using OpenQA.Selenium;
namespace DotVVM.Samples... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Linq;
using System.Net;
using DotVVM.Samples.Tests.Base;
using DotVVM.Testing.Abstractions;
using Riganti.Selenium.Core;
using Xunit;
using Xunit.Abstractions;
using Riganti.Selenium.DotVVM;
using OpenQA.Selenium;
namespace DotVVM.Samples... |
84f43f018769e1d217390c5c7842b9cffd6e9021 | Added compile-time check for RouteName and unified error messages | Added compile-time check for RouteName and unified error messages
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | src/DotVVM.Framework/Controls/RouteLink.cs | apache-2.0 | 1,592,225,656 | #nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
using DotVVM.Framework.Binding;
using DotVVM.Framework.Binding.Expressions;
using DotVVM.Framework.Compilation.ControlTree;
using DotVVM.Framework.Compilation.ControlTree.Resolved;
using DotVVM.Framework.Compilation.Validation;
using Do... | #nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
using DotVVM.Framework.Binding;
using DotVVM.Framework.Binding.Expressions;
using DotVVM.Framework.Compilation.ControlTree;
using DotVVM.Framework.Compilation.ControlTree.Resolved;
using DotVVM.Framework.Compilation.Validation;
using Do... |
c9f891d78e5c5570792fcbc9fffefdf9d19fb66f | Changed save directory to use GetManualChangesDirectory to keep files in one place | Changed save directory to use GetManualChangesDirectory to keep files in one place
| msarilar/EDEngineer | EDEngineer/Utils/System/Helpers.cs | mit | 1,592,225,425 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
using EDEngineer.Localization;
using EDEngineer.Models.Utils;
using Microsoft.WindowsAPICodePack.Dialogs;
using Application = System.Windows.Application;
namespace EDEngineer.Utils.System
{
public static class He... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
using EDEngineer.Localization;
using Microsoft.WindowsAPICodePack.Dialogs;
using Application = System.Windows.Application;
namespace EDEngineer.Utils.System
{
public static class Helpers
{
static Help... |
22b824d58a0eda289d12134c3d08137cb5395526 | Update RequestAdminTeleport.cs | Update RequestAdminTeleport.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Messages/Client/Admin/RequestAdminTeleport.cs | agpl-3.0 | 1,592,222,507 | using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using Mirror;
using UnityEngine;
public class RequestAdminTeleport : ClientMessage
{
public string Userid;
public string AdminToken;
public string UserToTeleport;
public string UserToTeleportTo;
public OpperationList Opperation... | using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using Mirror;
using UnityEngine;
public class RequestAdminTeleport : ClientMessage
{
public string Userid;
public string AdminToken;
public string UserToTeleport;
public string UserToTeleportTo;
public int OpperationNumber;
pu... |
90d69c121625ddc69e88b5a232e7c4f6afa51076 | Allow legacy score to be constructed even if replay file is missing | Allow legacy score to be constructed even if replay file is missing
| peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipooo/osu,peppy/osu-new | osu.Game/Scoring/LegacyDatabasedScore.cs | mit | 1,592,220,707 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.IO.Stores;
using osu.Game.Beatmaps;
using osu.Game.Rulesets;
using osu.Game.Scoring.Legacy;
namespace osu.Game.Scori... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.IO.Stores;
using osu.Game.Beatmaps;
using osu.Game.Rulesets;
using osu.Game.Scoring.Legacy;
namespace osu.Game.Scori... |
548b91df612736ef14566ec839ef31d07dd57148 | Storage Windows now have the owner's name instead of Storage Item (#1131) | Storage Windows now have the owner's name instead of Storage Item (#1131)
| space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content | Content.Client/GameObjects/Components/Storage/ClientStorageComponent.cs | mit | 1,592,220,508 | using System;
using System.Collections.Generic;
using Content.Shared.GameObjects.Components.Storage;
using Content.Client.Interfaces.GameObjects;
using Robust.Client.Graphics.Drawing;
using Robust.Client.Interfaces.GameObjects.Components;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
u... | using System;
using System.Collections.Generic;
using Content.Shared.GameObjects.Components.Storage;
using Content.Client.Interfaces.GameObjects;
using Robust.Client.Graphics.Drawing;
using Robust.Client.Interfaces.GameObjects.Components;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;
u... |
f84e9d6e141b11b7befb49e34e0fb081ec5237f9 | Simpler, faster on the editor | Simpler, faster on the editor
| alvivar/Hasten | Hierarchy/HierarchyTitle.cs | mit | 1,592,220,290 | using UnityEngine;
[ExecuteInEditMode]
public class HierarchyTitle : MonoBehaviour
{
public string title = "Hierarchy Title";
public int margin = 4;
#if UNITY_EDITOR
void Update()
{
if (Application.isPlaying)
return;
var left = new string('-', margin);
transform.na... | using UnityEngine;
[ExecuteInEditMode]
public class HierarchyTitle : MonoBehaviour
{
public string title = "HierarchyTitle";
public int margin = 4;
#if UNITY_EDITOR
void Update()
{
var left = new string('-', margin);
transform.name = $" {left} {{ {title} }}";
}
[ContextMenu("S... |
cfda0f698e289ce897078b5cf35396adcb11b459 | ATMagneticDamper: added AttractorMaxPower option | ATMagneticDamper: added AttractorMaxPower option
It limits the maxValue of the AttractorPower FloatEdit
It also allows to reset the AttractorPower to some meaningful value from the outside (from CA)
| allista/AT_Utils | Modules/ATMagneticDamper.cs | mit | 1,592,217,918 | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... | // ATMagneticDamper.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public class ATMagneticDamper : PartModule
{
public enum AttractorAxis { right, up, fwd }... |
2079d70e8888b3fba10e9b800811c4ac1ceccd47 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,592,217,756 | #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-... |
5ed134d740e908f7fd1d514c80793b4a227e01a9 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,592,217,684 | #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-... |
3c984811e460363d4aaf436db698fd45274ee3ab | Improved Utils.formatTimeDelta | Improved Utils.formatTimeDelta
It only displays days and years if the delta is big enough
| allista/AT_Utils | MiscUtils.cs | mit | 1,592,217,676 | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
namespace AT_Utils
{
public st... | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
namespace AT_Utils
{
public st... |
752398188b3a83e50f6b5f3eb406b2f0abd4f76b | Fix scroll events for legacy X11 | Fix scroll events for legacy X11
| jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritz... | src/Avalonia.X11/XI2Manager.cs | mit | 1,592,215,603 | using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia.Input;
using Avalonia.Input.Raw;
using static Avalonia.X11.XLib;
namespace Avalonia.X11
{
unsafe class XI2Manager
{
private static readonly XiEventType[] DefaultEventTypes = new XiEventType[]
{
XiEvent... | using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia.Input;
using Avalonia.Input.Raw;
using static Avalonia.X11.XLib;
namespace Avalonia.X11
{
unsafe class XI2Manager
{
private static readonly XiEventType[] DefaultEventTypes = new XiEventType[]
{
XiEvent... |
8016f3d580f9c75546cbf19238515ae3f4356bcf | Fix list formatting | Fix list formatting
| ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framew... | osu.Framework.iOS/IOSGameHost.cs | mit | 1,592,215,033 | // 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.Drawing;
using System.IO;
using Foundation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using Foundation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;... |
38ace55ffbf7965654bf1ce6f1f9e58c1754a48a | Remove compiler warnings | Remove compiler warnings
| xxMUROxx/Mairegger.Printing | src/Mairegger.Printing/Content/StringLineItem.cs | apache-2.0 | 1,592,215,029 | // Copyright 2017 Michael Mairegger
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | // Copyright 2017 Michael Mairegger
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agre... |
d57b58a7dd6a8429cd684cf8d6e2fbd0f2f643ad | Add temporary fix for tournament song bar disappearance | Add temporary fix for tournament song bar disappearance
| smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu | osu.Game.Tournament/Components/SongBar.cs | mit | 1,592,214,475 | // 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... |
ad5bd1f0c00ae10c0c857759e38b1f588d2f4b45 | Update in line with other/unspecified switch | Update in line with other/unspecified switch
See https://github.com/ppy/osu-web/commit/289f0f0a209f1f840270db07794a7bfd52439db1.
| peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu | osu.Game/Overlays/BeatmapListing/SearchLanguage.cs | mit | 1,592,214,352 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Utils;
namespace osu.Game.Overlays.BeatmapListing
{
[HasOrderedElements]
public enum SearchLanguage
{
[Order(0)]
Any,
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Utils;
namespace osu.Game.Overlays.BeatmapListing
{
[HasOrderedElements]
public enum SearchLanguage
{
[Order(0)]
Any,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.