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 |
|---|---|---|---|---|---|---|---|---|
8216aabbf8eb3e73352988dd97cbe1681c16807d | Remove empty line. | Remove empty line.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Games/Services/GamesService.cs | mit | 1,593,962,088 | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProvider _bcp;
public readonly Concur... | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProvider _bcp;
public readonly Concur... |
1cd10fc1fd3108930c58afa9fbd3b770a5d1103a | Remove unused field. | Remove unused field.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Games/Services/GamesService.cs | mit | 1,593,962,069 | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProvider _bcp;
public readonly Concur... | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProvider _bcp;
public readonly Concur... |
97d8d76114ee1e9b3bebb7fca47b42d2676976f5 | Remove database caching of EightBallResponses in GamesService. | Remove database caching of EightBallResponses in GamesService.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Games/Services/GamesService.cs | mit | 1,593,962,045 | using System;
using System.Collections.Concurrent;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProvider _bcp;
public readonly Concur... | using System;
using System.Collections.Concurrent;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProv... |
cc64a61480e7510d81c91c600a0fcc4d4ab3d386 | Rename field to better match type. | Rename field to better match type.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Games/Services/GamesService.cs | mit | 1,593,961,986 | using System;
using System.Collections.Concurrent;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProv... | using System;
using System.Collections.Concurrent;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using Mitternacht.Modules.Games.Common;
using Mitternacht.Services;
namespace Mitternacht.Modules.Games.Services {
public class GamesService : IMService {
private readonly IBotConfigProv... |
13a7ea0f2007ce5331d08e616e050bd4f1303c58 | Improve code of plant command. | Improve code of plant command.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Games/PlantAndPickCommands.cs | mit | 1,593,961,947 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Games.Services;
using Mitternacht.Services;
using Mitternacht.Servic... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Games.Services;
using Mitternacht.Services;
using Mitternacht.Servic... |
f34827a76155721cb2293d1be8d04a8d7339f7d0 | Remove unused usings | Remove unused usings
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/RootTest.cs | agpl-3.0 | 1,593,961,701 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Net.Mime;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstati... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Net.Mime;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
... |
bbeca8d76e59a9f82d2784b99d3ff9122c30a219 | fix build. | fix build.
| grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,a... | src/Avalonia.Desktop/AppBuilderDesktopExtensions.cs | mit | 1,593,960,703 | using Avalonia.Controls;
using Avalonia.Platform;
namespace Avalonia
{
public static class AppBuilderDesktopExtensions
{
public static TAppBuilder UsePlatformDetect<TAppBuilder>(this TAppBuilder builder)
where TAppBuilder : AppBuilderBase<TAppBuilder>, new()
{
var os = b... | using Avalonia.Controls;
using Avalonia.Platform;
namespace Avalonia
{
public static class AppBuilderDesktopExtensions
{
public static TAppBuilder UsePlatformDetect<TAppBuilder>(this TAppBuilder builder)
where TAppBuilder : AppBuilderBase<TAppBuilder>, new()
{
var os = b... |
69e10854817a32711c3b0c758f9b1f76761c3071 | projectile sizing | projectile sizing
| workabyte/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Games/SpacialElements/Projectile.cs | mit | 1,593,960,345 | using PowerArgs.Cli;
using PowerArgs.Cli.Physics;
using System;
namespace PowerArgs.Games
{
public class Projectile : WeaponElement
{
public static Event<Impact> OnAudibleImpact { get; private set; } = new Event<Impact>();
public ConsoleString Pen { get; set; } = new ConsoleString("*", Conso... | using PowerArgs;
using PowerArgs.Cli;
using PowerArgs.Cli.Physics;
using System;
namespace PowerArgs.Games
{
public class Projectile : WeaponElement
{
public static Event<Impact> OnAudibleImpact { get; private set; } = new Event<Impact>();
public const float StandardWidth = 1f;
public... |
53ff099b24b9c2a58457ae5d81b956d6f4ed0c9c | Import at better location | Import at better location
| mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new | src/Apps/IssueMeister/IssueMeisterLib/IssueMeisterPlugin.cs | mit | 1,593,960,262 | using DatenMeister.Modules.Forms.FormFinder;
using DatenMeister.Modules.TypeSupport;
using DatenMeister.Runtime.Extents.Configuration;
using DatenMeister.Runtime.Plugins;
using DatenMeister.Runtime.Workspaces;
using DatenMeister.Uml.Helper;
namespace IssueMeisterLib
{
public class IssueMeisterPlugin : IDatenMeist... | using DatenMeister.Modules.Forms.FormFinder;
using DatenMeister.Modules.TypeSupport;
using DatenMeister.Runtime.Extents.Configuration;
using DatenMeister.Runtime.Plugins;
using DatenMeister.Runtime.Workspaces;
using DatenMeister.Uml.Helper;
namespace IssueMeisterLib
{
public class IssueMeisterPlugin : IDatenMeist... |
e0cec99334bd81b9baa07febcd36d5b73761420d | alternate targets | alternate targets
| adamabdelhamed/PowerArgs,workabyte/PowerArgs | PowerArgs/CLI/Games/TimeFunctions/AutoTargetingFunction.cs | mit | 1,593,959,742 | 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; }
... |
c3b461619763b020322631fc65b12e98e1f941ec | Improve robustness of MIDI event parsing | Improve robustness of MIDI event parsing
| peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framewor... | osu.Framework/Input/Handlers/Midi/MidiInputHandler.cs | mit | 1,593,959,364 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... | // 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.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... |
2befee5892116e86f07c0f14296618b6d0842e28 | it only really works for multidimensional arrays | it only really works for multidimensional arrays
| AutoMapper/AutoMapper,AutoMapper/AutoMapper,AutoMapper/AutoMapper | src/AutoMapper/Mappers/MultidimensionalArrayMapper.cs | mit | 1,593,958,758 | using System;
using System.Collections;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using AutoMapper.Internal;
namespace AutoMapper.Mappers
{
using static Expression;
public class MultidimensionalArrayMapper : IObjectMapper
{
private static Array Map<TDestination, TS... | using System;
using System.Collections;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using AutoMapper.Internal;
namespace AutoMapper.Mappers
{
using static Expression;
public class MultidimensionalArrayMapper : IObjectMapper
{
private static Array Map<TDestination, TS... |
791657ecf663acc3cb0247596277ea19d96de6e4 | update forwarding style | update forwarding style
| IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4 | samples/Clients/src/APIs/ResourceBasedApi/Startup.cs | apache-2.0 | 1,593,958,648 | using Clients;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
using IdentityModel.AspNetCore.AccessTokenValidation;
using Micro... | using Clients;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
using IdentityModel.AspNetCore.AccessTokenValidation;
using Micro... |
02e7a2437e4cf4731aae3018ca2117c3e1332cff | removed _app variable and use Application.Current instead | removed _app variable and use Application.Current instead
| dhindrik/TinyNavigationHelper | src/TinyNavigationHelper.Forms/FormsNavigationHelper.cs | mit | 1,593,957,801 | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using Xamarin.Forms;
using TinyNavigationHelper.Abstraction;
namespace TinyNavigationHelper.Forms
{
public class FormsNavigationHelper : INavigationHelper
{
prot... | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using Xamarin.Forms;
using TinyNavigationHelper.Abstraction;
namespace TinyNavigationHelper.Forms
{
public class FormsNavigationHelper : INavigationHelper
{
priv... |
6e3fa2126880160f731f92815e2e80cc938a5cef | Remove command prefix caching. | Remove command prefix caching.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Services/CommandHandler.cs | mit | 1,593,957,433 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Net;
using Discord.WebSocket;
using Microsoft.EntityFram... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Net;
using Discord.WebSocket;
using Microsoft.EntityFram... |
f61d961cb8494d0b1a0de83fba92a56119253cc6 | Throw exception if instantiation failed instead of just logging. | Throw exception if instantiation failed instead of just logging.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Services/ServiceProvider.cs | mit | 1,593,957,359 | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using NLog;
namespace Mitternacht.Services {
public interface INServiceProvider : IServiceProvider, I... | using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using NLog;
namespace Mitternacht.Services {
public interface INServiceProvider : IServiceProvider, I... |
f0d39ff4da27fec512a09bb0385c21a2380b7d49 | Inline temporary variable | Inline temporary variable
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Microservices/ProcessBridge.cs | mit | 1,593,957,222 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
namespace WalletWasabi.Microservices
{
public class ProcessB... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
namespace WalletWasabi.Microservices
{
public class ProcessB... |
871b9c2f09582b211b56cce9c08d50c958660353 | ProcessBridge: Remove dead code | ProcessBridge: Remove dead code
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Microservices/ProcessBridge.cs | mit | 1,593,957,222 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
namespace WalletWasabi.Microservices
{
public class ProcessB... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
namespace WalletWasabi.Microservices
{
public class ProcessB... |
25fea6f00e438b7c8725ec656e5e75490a932e36 | Update WalletWasabi/Helpers/EnvironmentHelpers.cs | Update WalletWasabi/Helpers/EnvironmentHelpers.cs
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Helpers/EnvironmentHelpers.cs | mit | 1,593,957,222 | using Microsoft.Win32;
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Logging;
using WalletWasabi.Microservices;
namespace... | using Microsoft.Win32;
using System;
using System.Collections.Concurrent;
using System.Diagnostics;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Logging;
using WalletWasabi.Microservices;
namespace... |
92e3a4fd24df183b04969e9d8aa9a7d65378faee | Update WalletWasabi/Microservices/ProcessBridge.cs | Update WalletWasabi/Microservices/ProcessBridge.cs
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Microservices/ProcessBridge.cs | mit | 1,593,957,222 | using System;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
namespace WalletWasabi.Microservices
{
public class ProcessBridge : IProcessBridge
... | using System;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
namespace WalletWasabi.Microservices
{
public class ProcessBridge : IProcessBridge
... |
680af9089d7913dc0a1b733df3b30c80b58e7d5b | CommandInterpreterTest: Add missing StringNoWhiteSpaceEqualityComparer. | CommandInterpreterTest: Add missing StringNoWhiteSpaceEqualityComparer.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/GUI/CommandInterpreterTest.cs | mit | 1,593,957,222 | using Mono.Options;
using System;
using System.IO;
using WalletWasabi.Gui.CommandLine;
using WalletWasabi.Helpers;
using WalletWasabi.Tests.Helpers;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.GUI
{
public class CommandInterpreterTest
{
[Fact]
public async void ShowsHelpAsync()
{
(StringWriter outW,... | using Mono.Options;
using System;
using System.IO;
using WalletWasabi.Gui.CommandLine;
using WalletWasabi.Helpers;
using WalletWasabi.Tests.Helpers;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.GUI
{
public class CommandInterpreterTest
{
[Fact]
public async void ShowsHelpAsync()
{
(StringWriter outW,... |
bb623f197fb3805a65fe894241f2e365a89fe982 | output C# lambda Type | output C# lambda Type
| dadhi/FastExpressionCompiler,dadhi/FastExpressionCompiler | src/FastExpressionCompiler.LightExpression/Expression.cs | mit | 1,593,956,741 | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... |
3911db512d04ed33f82070f5ceaa1e0b7a14908b | fixing ident | fixing ident
| dadhi/FastExpressionCompiler,dadhi/FastExpressionCompiler | src/FastExpressionCompiler.LightExpression/Expression.cs | mit | 1,593,956,632 | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... |
37a8a427a1f26b3e3459a371721b8a2ce4213feb | Improve comments and debug messages. | Improve comments and debug messages.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/MitternachtBot.cs | mit | 1,593,956,614 | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using MinecraftQuery;
using Mit... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using MinecraftQuery;
using Mit... |
f6c5ac371868d68eec26901c93b5ea5381b454cd | added more ToChharpCode - tests are passing | added more ToChharpCode - tests are passing
| dadhi/FastExpressionCompiler,dadhi/FastExpressionCompiler | src/FastExpressionCompiler.LightExpression/Expression.cs | mit | 1,593,956,434 | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... |
f99a4cf9d1dbc498f99e4426cd6d1e0b62766029 | Remove constructor parameter of type IUnitOfWork. | Remove constructor parameter of type IUnitOfWork.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Utility/Services/RemindService.cs | mit | 1,593,956,139 | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Mitternacht.Common.Replacements;
using Mitternacht.Extensions;
using Mitternacht.Services;
using Mitternacht.Services.Database;
using Mitternacht.Services.Database.Models;
using Mitternac... | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Mitternacht.Common.Replacements;
using Mitternacht.Extensions;
using Mitternacht.Services;
using Mitternacht.Services.Database;
using Mitternacht.Services.Database.Models;
using Mitternac... |
8d412de750da8df3da62afcd138b08232e44fa32 | Change because lqr support was added to the Linux and macOS build. | Change because lqr support was added to the Linux and macOS build.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | tests/Magick.NET.Tests/Shared/MagickNETTests/TheDelegatesProperty.cs | apache-2.0 | 1,593,955,322 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
7a4de32db814b54d47dfef42ae0d2bd3c037f244 | Added new format. | Added new format.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | src/Magick.NET.Core/Enums/MagickFormat.cs | apache-2.0 | 1,593,955,227 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
90ea62cc8baf8b274ca24ba717e43e4325399253 | Added extra usings. | Added extra usings.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | tests/Magick.NET.Tests/TestIssue.cs | apache-2.0 | 1,593,955,057 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
0a1b6b50fdccf7ec528674d2775dcc7a91b92def | Fix incorrect font specification for StepSlider | Fix incorrect font specification for StepSlider
| ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,... | osu.Framework/Testing/Drawables/Steps/StepSlider.cs | mit | 1,593,953,132 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.UserInterface... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.UserInterface... |
bc67ff6f36f81ac4fdb61d25b34503dde0522880 | Fixed wrong byte size. | Fixed wrong byte size.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/MemoryScanner/Comparer/StringMemoryComparer.cs | mit | 1,593,953,123 | using System;
using System.Diagnostics;
using System.Text;
using ReClassNET.Extensions;
namespace ReClassNET.MemoryScanner.Comparer
{
public class StringMemoryComparer : IScanComparer
{
public ScanCompareType CompareType => ScanCompareType.Equal;
public bool CaseSensitive { get; }
public Encoding Encoding { ge... | using System;
using System.Diagnostics;
using System.Text;
using ReClassNET.Extensions;
namespace ReClassNET.MemoryScanner.Comparer
{
public class StringMemoryComparer : IScanComparer
{
public ScanCompareType CompareType => ScanCompareType.Equal;
public bool CaseSensitive { get; }
public Encoding Encoding { ge... |
f7647f851a25e49238ffc67ba6a3870d82ef2708 | Fix uptime calculation for non-utc machines | Fix uptime calculation for non-utc machines
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Commands.cs | apache-2.0 | 1,593,950,964 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
2a1b321ddeaff291f9e98d99367d1edb3c449f34 | Add display method in graphic test kernel | Add display method in graphic test kernel | zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | Tests/Kernels/GraphicTest/Kernel.cs | bsd-3-clause | 1,593,947,432 | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
/*
* It is impossible to make assertions here but it is useful in any case to have it runs automatically
... | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
/*
* It is impossible to make assertions here but it is useful in any case to have it runs automatically
... |
5f4225e3ad274df0fd0c9a9b975a940f54dd052e | Refactor code | Refactor code
| fredatgithub/UsefulFunctions | FonctionsUtiles.Fred.Csharp/FunctionsCrypto.cs | mit | 1,593,945,880 | using System;
using System.Security.Cryptography;
using System.Text;
namespace FonctionsUtiles.Fred.Csharp
{
public static class FunctionsCrypto
{
public static string RsaEncryption(string clearData)
{
var param = new CspParameters { KeyContainerName = "MyKeyContainer" };
using (var rsa = new ... | using System;
using System.Security.Cryptography;
using System.Text;
namespace FonctionsUtiles.Fred.Csharp
{
public static class FunctionsCrypto
{
public static string RsaEncryption(string clearData)
{
var param = new CspParameters { KeyContainerName = "MyKeyContainer" };
using (var rsa = new ... |
69ad749f55fedececc40026e0e2d33786e9ea1fa | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,945,835 | #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-... |
d141bb00fac139e968d54238e36bf803f383e7e8 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,945,667 | #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-... |
7e4b506aaf568e5b16590d3263c6ab6a4868a997 | Fix AI not using items in hand (#1273) | Fix AI not using items in hand (#1273)
I love 1 character commits
Co-authored-by: Metal Gear Sloth <5a6002283f4d0ed17bed24ee1f9d131baf85176c@gmail.com> | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Server/AI/Operators/Inventory/UseItemInHandsOperator.cs | mit | 1,593,944,237 | using Content.Server.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
namespace Content.Server.AI.Operators.Inventory
{
/// <summary>
/// Will find the item in storage, put it in an active hand, then use it
/// </summary>
public class UseItemInHandsOperator : AiOperator
{
private re... | using Content.Server.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
namespace Content.Server.AI.Operators.Inventory
{
/// <summary>
/// Will find the item in storage, put it in an active hand, then use it
/// </summary>
public class UseItemInHandsOperator : AiOperator
{
private re... |
47d55a0e71c0abed612d9134054d47f1217f70ac | Add xmldoc to MidiKeyInput | Add xmldoc to MidiKeyInput
| peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framew... | osu.Framework/Input/StateChanges/MidiKeyInput.cs | mit | 1,593,943,921 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Input.States;
namespace osu.Framework.Input.StateChanges
{
/// <summary>
/// Represents an input from a MID... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Input.States;
namespace osu.Framework.Input.StateChanges
{
public class MidiKeyInput : ButtonInput<MidiKey>
... |
ddf03547a3d22092a989232a80fc091ab62d22e3 | Fix remaining brain damage | Fix remaining brain damage
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/MobileAuthenticator.cs | apache-2.0 | 1,593,943,506 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
f0748dbf424e88efe477a1d1b555dff5a879e047 | Fix crash caused by incorrect string formatting (#1885) | Fix crash caused by incorrect string formatting (#1885)
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Bot.cs | apache-2.0 | 1,593,943,267 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
43b27807dde006d4986e1917a5142c2fad3b8928 | Fixed comment. | Fixed comment.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/DataExchange/ReClass/ReClassNetFile.cs | mit | 1,593,942,958 | using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using ReClassNET.DataExchange.ReClass.Legacy;
using ReClassNET.Nodes;
using ReClassNET.Project;
namespace ReClassNET.DataExchange.ReClass
{
public partial class ReClassNetFile : IReClassImport, IReClassExport
{
... | using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using ReClassNET.DataExchange.ReClass.Legacy;
using ReClassNET.Nodes;
using ReClassNET.Project;
namespace ReClassNET.DataExchange.ReClass
{
public partial class ReClassNetFile : IReClassImport, IReClassExport
{
... |
cf52ca3a9a37f3dae54190a5fc903016e7f9bb49 | Do not use Beep because of errors on unix systems. | Do not use Beep because of errors on unix systems.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/Program.cs | mit | 1,593,942,922 | using System;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.Windows.Forms;
using Microsoft.SqlServer.MessageBox;
using ReClassNET.Core;
using ReClassNET.Forms;
using ReClassNET.Logger;
using ReClassNET.Memory;
using ReClassNET.Native;
using ReClassNET.UI;
using ReClassNET.Util... | using System;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.Windows.Forms;
using Microsoft.SqlServer.MessageBox;
using ReClassNET.Core;
using ReClassNET.Forms;
using ReClassNET.Logger;
using ReClassNET.Memory;
using ReClassNET.Native;
using ReClassNET.UI;
using ReClassNET.Uti... |
8e06676fbe5bc1a9ea26459f279e100a5de04121 | Update AutoPrompt.cs | Update AutoPrompt.cs
Used 'EnumerateFileSystemEntries' instead of separate searches for files and directories. Also used HashSet instead of List for the returned strings. Used HashSet's 'UnionWith', which is equivalent to AddRange.
There isn't much difference in the speed of adding to HashSet, but searching it for so... | rohankapoor/AutoPrompt | AutoPrompt/AutoPrompt.cs | apache-2.0 | 1,593,942,274 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace rohankapoor.AutoPrompt
{
public class AutoPrompt
{
#region Public APIs
/// <summary>
/// Used to get path from command prompt. Starts by showing available directories
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace rohankapoor.AutoPrompt
{
public class AutoPrompt
{
#region Public APIs
/// <summary>
/// Used to get path from command prompt. Starts by showing available directories
/// Press:
... |
6a798a23675d3222f0a7ff0b67bf4e810e2a3a0e | Add a code to remove redundancy | Add a code to remove redundancy
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/EffekseerCore/Binary/Exporter.cs | mit | 1,593,940,431 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using Effekseer.Utl;
using Effekseer.Data;
namespace Effekseer.Binary
{
public enum ExporterVersion
{
Ver1500 = 1500,
Ver1600 = 1600,
#if __EFFEKSEER_BUILD_VERSION16__
Latest = 1600,
#e... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using Effekseer.Utl;
namespace Effekseer.Binary
{
public enum ExporterVersion
{
Ver1500 = 1500,
Ver1600 = 1600,
#if __EFFEKSEER_BUILD_VERSION16__
Latest = 1600,
#else
Latest = 1500,
#... |
ba886b0ec98a182bb189b6e4cccae9694e9f2b40 | Fix bug with guild name in footer of byid | Fix bug with guild name in footer of byid
| aopell/DiscordBot | DiscordBotNew/Commands/GeneralCommands.cs | mit | 1,593,940,055 | using Discord;
using Discord.WebSocket;
using DiscordBotNew.CommandLoader;
using DiscordBotNew.CommandLoader.CommandContext;
using DiscordBotNew.CommandLoader.CommandResult;
using DiscordBotNew.Settings.Models;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using... | using Discord;
using Discord.WebSocket;
using DiscordBotNew.CommandLoader;
using DiscordBotNew.CommandLoader.CommandContext;
using DiscordBotNew.CommandLoader.CommandResult;
using DiscordBotNew.Settings.Models;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using... |
e0adae5ca48c3e6e815ebe79258a3d8c90900339 | fix backronym | fix backronym
| aopell/DiscordBot | DiscordBotNew/Commands/GeneralCommands.cs | mit | 1,593,939,851 | using Discord;
using Discord.WebSocket;
using DiscordBotNew.CommandLoader;
using DiscordBotNew.CommandLoader.CommandContext;
using DiscordBotNew.CommandLoader.CommandResult;
using DiscordBotNew.Settings.Models;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using... | using Discord;
using Discord.WebSocket;
using DiscordBotNew.CommandLoader;
using DiscordBotNew.CommandLoader.CommandContext;
using DiscordBotNew.CommandLoader.CommandResult;
using DiscordBotNew.Settings.Models;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using... |
75164c925d296225edd3d149ceeab815a18cbfe4 | Fix jump links | Fix jump links
| aopell/DiscordBot | DiscordBotNew/Commands/GeneralCommands.cs | mit | 1,593,939,682 | using Discord;
using Discord.WebSocket;
using DiscordBotNew.CommandLoader;
using DiscordBotNew.CommandLoader.CommandContext;
using DiscordBotNew.CommandLoader.CommandResult;
using DiscordBotNew.Settings.Models;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using... | using Discord;
using Discord.WebSocket;
using DiscordBotNew.CommandLoader;
using DiscordBotNew.CommandLoader.CommandContext;
using DiscordBotNew.CommandLoader.CommandResult;
using DiscordBotNew.Settings.Models;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using... |
f7b6feb51254bda5424ba8d65ede9b32bf0708e5 | increase timeout for intermittently failing test | increase timeout for intermittently failing test
| JoeMighty/shouldly | src/Shouldly.Tests/ShouldNotThrow/FuncOfTaskOfTWithTimeoutScenario.cs | bsd-3-clause | 1,593,937,776 | using System;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace Shouldly.Tests.ShouldNotThrow
{
public class FuncOfTaskOfTWithTimeoutScenario
{
[Fact]
public void ShouldThrowAWobbly()
{
var task = Task.Run(async () =>
{
... | using System;
using System.Threading;
using System.Threading.Tasks;
using Xunit;
namespace Shouldly.Tests.ShouldNotThrow
{
public class FuncOfTaskOfTWithTimeoutScenario
{
[Fact]
public void ShouldThrowAWobbly()
{
var task = Task.Run(async () =>
{
... |
0a924861b971402e526309334705492844904a3b | Update CompilerBase.cs | Update CompilerBase.cs
| NMSLanX/Natasha | src/Natasha.Framework/Compiler/CompilerBase.cs | mpl-2.0 | 1,593,937,176 | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Emit;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Reflection;
using System.Runtime.Loader;
namespace Natasha.Framework
{
public abstract class CompilerBase<TCompilation, TCompilationOpt... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Emit;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Reflection;
using System.Runtime.Loader;
namespace Natasha.Framework
{
public abstract class CompilerBase<TCompilation, TCompilationOpt... |
c5dfd42a219b3e2b1c3506e441d38eaa32eb00d9 | #145: Added back resource key case insensitivity for cache layer | #145: Added back resource key case insensitivity for cache layer
| valdisiljuconoks/LocalizationProvider,valdisiljuconoks/LocalizationProvider | src/DbLocalizationProvider/Cache/BaseCacheManager.cs | apache-2.0 | 1,593,935,739 | // Copyright (c) Valdis Iljuconoks. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
namespace DbLocalizationProvider.Cache
{
internal class BaseCacheManager : ICach... | // Copyright (c) Valdis Iljuconoks. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
namespace DbLocalizationProvider.Cache
{
internal class BaseCacheManager : ICach... |
c69a8573ecfeaefacfcac66d7a83096a610a26f0 | Adjust the spectrum effect default configuration. | Adjust the spectrum effect default configuration.
| Damnae/storybrew | scripts/Spectrum.cs | mit | 1,593,935,452 | using OpenTK;
using StorybrewCommon.Animations;
using StorybrewCommon.Scripting;
using StorybrewCommon.Storyboarding;
using System;
using System.Linq;
namespace StorybrewScripts
{
/// <summary>
/// An example of a spectrum effect.
/// </summary>
public class Spectrum : StoryboardObjectGenerator
{
... | using OpenTK;
using StorybrewCommon.Animations;
using StorybrewCommon.Scripting;
using StorybrewCommon.Storyboarding;
using System;
using System.Linq;
namespace StorybrewScripts
{
/// <summary>
/// An example of a spectrum effect.
/// </summary>
public class Spectrum : StoryboardObjectGenerator
{
... |
928d28f5f0d1355ff56debc47fffaddb522a0632 | Update EdgeConfig.cs (#77) | Update EdgeConfig.cs (#77)
Modified EdgeConfig to use stable branch instead of canary | rosolko/WebDriverManager.Net | WebDriverManager/DriverConfigs/Impl/EdgeConfig.cs | mit | 1,593,934,258 | using System;
using System.IO;
using System.Net;
using System.Runtime.InteropServices;
namespace WebDriverManager.DriverConfigs.Impl
{
public class EdgeConfig : IDriverConfig
{
private const string BaseVersionPatternUrl = "https://msedgedriver.azureedge.net/<version>/";
public virtual string G... | using System;
using System.IO;
using System.Net;
using System.Runtime.InteropServices;
namespace WebDriverManager.DriverConfigs.Impl
{
public class EdgeConfig : IDriverConfig
{
private const string BaseVersionPatternUrl = "https://msedgedriver.azureedge.net/<version>/";
public virtual string G... |
76f411fbb1fb151dda33e9af0c10450671b6dba0 | more c# output | more c# output
| dadhi/FastExpressionCompiler,dadhi/FastExpressionCompiler | src/FastExpressionCompiler.LightExpression/Expression.cs | mit | 1,593,934,029 | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... | // <auto-generated/>
/*
The MIT License (MIT)
Copyright (c) 2016-2020 Maksim Volkau
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... |
8a7fb093ab5cd2dec457cf53c567f045e6e7d9f2 | #145 Exposed known keys as collection | #145 Exposed known keys as collection
| valdisiljuconoks/LocalizationProvider,valdisiljuconoks/LocalizationProvider | src/DbLocalizationProvider/Cache/BaseCacheManager.cs | apache-2.0 | 1,593,932,857 | // Copyright (c) Valdis Iljuconoks. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
namespace DbLocalizationProvider.Cache
{
internal class BaseCacheManager : ICach... | // Copyright (c) Valdis Iljuconoks. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System;
using System.Collections.Concurrent;
namespace DbLocalizationProvider.Cache
{
internal class BaseCacheManager : ICacheManager
{
private ICa... |
69a916e8312c9f0c8bc1bbb6fef4b4179d1d0100 | Updated Correct GravatarHash | Updated Correct GravatarHash
| planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell | src/Firehose.Web/Authors/KiranPatnayakuni.cs | mit | 1,593,931,909 | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class KiranPatnayakuni : IAmACommunityMember, IFilterMyBlogPosts
{
public string FirstName => "Kiran";
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class KiranPatnayakuni : IAmACommunityMember, IFilterMyBlogPosts
{
public string FirstName => "Kiran";
... |
0533b556790cda99ed2bf205dd7bcd057a62e5a9 | Add parentheses to satisify CodeFactor | Add parentheses to satisify CodeFactor
| peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framew... | osu.Framework/Input/StateChanges/TouchInput.cs | mit | 1,593,929,246 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Input.StateChanges.Events;
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.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Input.StateChanges.Events;
using osu.Framew... |
eefd41a91d0f6f050a50f14ebc1594faf55564a1 | Update the mouse-from-touch test scene in-line with the new behaviour | Update the mouse-from-touch test scene in-line with the new behaviour
| EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-fram... | osu.Framework.Tests/Visual/Input/TestSceneTouchInput.cs | mit | 1,593,927,809 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
u... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Extensions.... |
d0aaec10c804274f9fb856b9f5ea63050d08cd93 | obsoleted Cell.Parse(byte[] buffer, int offset) -> use Cell.Parse(byte[] buffer) instead | obsoleted Cell.Parse(byte[] buffer, int offset) -> use Cell.Parse(byte[] buffer) instead
| vrvis/aardvark,vrvis/aardvark | src/Aardvark.Base/Math/RangesBoxes/Cell.cs | apache-2.0 | 1,593,927,756 | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.Serialization;
namespace Aardvark.Base
{
/// <summary>
/// A 2^Exponent sized cube positioned at (X,Y,Z) * 2^Exponent.
/// </summary>
[DataContract]
public struct Cell : IEquatable<Cell>
{
/// <summar... | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.Serialization;
namespace Aardvark.Base
{
/// <summary>
/// A 2^Exponent sized cube positioned at (X,Y,Z) * 2^Exponent.
/// </summary>
[DataContract]
public struct Cell : IEquatable<Cell>
{
/// <summar... |
430ba2fa215b51481d7f13a1724ba2400777eac1 | Map mouse input to the latest began touch instead of first | Map mouse input to the latest began touch instead of first
| ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-fram... | osu.Framework/Input/InputManager.cs | mit | 1,593,927,486 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtension... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtension... |
05793e15a23dc7bc1ba8e62c7e275455dce6ca05 | fixed doc comment for Cell2d.Children | fixed doc comment for Cell2d.Children
| vrvis/aardvark,vrvis/aardvark | src/Aardvark.Base/Math/RangesBoxes/Cell2d.cs | apache-2.0 | 1,593,927,340 | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.Serialization;
namespace Aardvark.Base
{
/// <summary>
/// A 2^Exponent sized square positioned at (X,Y) * 2^Exponent.
/// </summary>
[DataContract]
public struct Cell2d : IEquatable<Cell2d>
{
/// <su... | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.Serialization;
namespace Aardvark.Base
{
/// <summary>
/// A 2^Exponent sized square positioned at (X,Y) * 2^Exponent.
/// </summary>
[DataContract]
public struct Cell2d : IEquatable<Cell2d>
{
/// <su... |
d772bb3c7854ef6bb70230807a9d615f6d88b4c5 | Change order of prepare bool set | Change order of prepare bool set
| peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-fram... | osu.Framework/Graphics/Pooling/PoolableDrawable.cs | mit | 1,593,924,710 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Containers;
using osu.Framework.Layout;
namespace osu.Framework.Graphics.Pooling
{
public class PoolableDrawable : Composi... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Containers;
using osu.Framework.Layout;
namespace osu.Framework.Graphics.Pooling
{
public class PoolableDrawable : Composi... |
ec689ce824c0ff9930b6d8f4a38322f40e5a61af | add support for custom mania skin paths for stage decorations | add support for custom mania skin paths for stage decorations
| peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu | osu.Game/Skinning/LegacyManiaSkinDecoder.cs | mit | 1,593,923,476 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using osu.Game.Beatmaps.Formats;
namespace osu.Game.Skinning
{... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using osu.Game.Beatmaps.Formats;
namespace osu.Game.Skinning
{... |
650c791bd280e58a3f15fb04e6b5b9bbdc5ea06a | Add helper method in JsonArray to check null, whitespace and empty before appending and inserting | Add helper method in JsonArray to check null, whitespace and empty before appending and inserting
| ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp | source/Htc.Vita.Core/Json/JsonArray.cs | mit | 1,593,921,876 | using System;
using Htc.Vita.Core.Log;
namespace Htc.Vita.Core.Json
{
/// <summary>
/// Class JsonArray.
/// </summary>
public abstract class JsonArray
{
/// <summary>
/// Appends the specified value.
/// </summary>
/// <param name="value">The value.</param>
... | using System;
using Htc.Vita.Core.Log;
namespace Htc.Vita.Core.Json
{
/// <summary>
/// Class JsonArray.
/// </summary>
public abstract class JsonArray
{
/// <summary>
/// Appends the specified value.
/// </summary>
/// <param name="value">The value.</param>
... |
7984438be34e48fd9e993cc779387f49b0926ad4 | - Changing EmotesDictionary property to use long for ID of emote instead of string to match better with EmoteModel class | - Changing EmotesDictionary property to use long for ID of emote instead of string to match better with EmoteModel class
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Models/Clients/Chat/ChatMessagePacketModel.cs | mit | 1,593,913,781 | using System;
using System.Collections.Generic;
namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a Chat message packet.
/// </summary>
public class ChatMessagePacketModel : ChatPacketModelBase
{
/// <summary>
/// The ID of the command for a chat messa... | using System;
using System.Collections.Generic;
namespace Twitch.Base.Models.Clients.Chat
{
/// <summary>
/// Information about a Chat message packet.
/// </summary>
public class ChatMessagePacketModel : ChatPacketModelBase
{
/// <summary>
/// The ID of the command for a chat messa... |
6a5950375983c2572f09396c7f7038cb356f1d54 | Refactorings | Refactorings
| Vanaheimr/Styx | Styx/Illias/ExtensionMethods/JSONExtentions.cs | apache-2.0 | 1,593,911,165 | /*
* 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... |
a6b0db1e1726fd1dd3d8c2ff706ee2ac6c972136 | Refactorings | Refactorings
| OpenChargingCloud/WWCP_Core | WWCP_Core/Commands/SendCDRs/SendCDRResult.cs | agpl-3.0 | 1,593,911,135 | /*
* 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 ... |
d229993e5c727ff9c10328a1360ad776606053b2 | Use RotationAbsolute instead | Use RotationAbsolute instead
| NeoAdonis/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu | osu.Game.Rulesets.Osu/Objects/Drawables/DrawableSpinner.cs | mit | 1,593,907,946 | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Ruleset... | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Ruleset... |
e874224031d0390f817a1db772c1e9b008e3775a | dummy factory fix | dummy factory fix
| OBeautifulCode/OBeautifulCode.AccountingTime | OBeautifulCode.AccountingTime.Test/AccountingTimeDummyFactory.designer.cs | mit | 1,593,907,797 | // --------------------------------------------------------------------------------------------------------------------
// <auto-generated>
// Generated using OBeautifulCode.CodeGen.ModelObject (1.0.85.0)
// </auto-generated>
// ----------------------------------------------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <auto-generated>
// Generated using OBeautifulCode.CodeGen.ModelObject (1.0.85.0)
// </auto-generated>
// ----------------------------------------------------------------------------------------... |
a9957c647cd3f4037dc151ae0118297e476c1bac | Fix build failure from the merge to master. | Fix build failure from the merge to master.
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/A... | src/Avalonia.Base/Utilities/StyleClassParser.cs | mit | 1,593,906,759 | using System;
using System.Globalization;
namespace Avalonia.Utilities
{
#if !BUILDTASK
public
#endif
static class StyleClassParser
{
public static ReadOnlySpan<char> ParseStyleClass(this ref CharacterReader r)
{
if (IsValidIdentifierStart(r.PeekOneOrThrow))
{
... | using System;
using System.Globalization;
namespace Avalonia.Utilities
{
#if !BUILDTASK
public
#endif
static class StyleClassParser
{
public static ReadOnlySpan<char> ParseStyleClass(this ref CharacterReader r)
{
if (IsValidIdentifierStart(r.Peek))
{
... |
6b99218ff58994e9fa3a94eb868227a6db9197b5 | BUGFIX: use methodsignature index for InlineArg. | BUGFIX: use methodsignature index for InlineArg.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Code/Cil/CilOperandBuilder.cs | mit | 1,593,902,978 | using System;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.Cil
{
/// <summary>
/// Provides a default implementation of the <see cref="ICilOperandBuilder"/> interface, that pulls metadata tokens
/// fr... | using System;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.Cil
{
/// <summary>
/// Provides a default implementation of the <see cref="ICilOperandBuilder"/> interface, that pulls metadata tokens
/// fr... |
55df673e42ce6197df4afdaaf68392f0e7b995fb | BUGFIX: Empty strings should result in a single byte blob. | BUGFIX: Empty strings should result in a single byte blob.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Builder/Metadata/UserStrings/UserStringsStreamBuffer.cs | mit | 1,593,901,810 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using AsmResolver.PE.DotNet.Metadata;
using AsmResolver.PE.DotNet.Metadata.UserStrings;
namespace AsmResolver.DotNet.Builder.Metadata.UserStrings
{
/// <summary>
/// Provides a mutable buffer for building up a user-strings stre... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using AsmResolver.PE.DotNet.Metadata;
using AsmResolver.PE.DotNet.Metadata.UserStrings;
namespace AsmResolver.DotNet.Builder.Metadata.UserStrings
{
/// <summary>
/// Provides a mutable buffer for building up a user-strings stre... |
cd6bdcdb88035e5d0715d90520f5e083c47ea6ee | Replace further spinner transforms with manual lerp | Replace further spinner transforms with manual lerp
| ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,peppy/osu | osu.Game.Rulesets.Osu/Objects/Drawables/DrawableSpinner.cs | mit | 1,593,901,501 | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Ruleset... | // 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.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Ruleset... |
2753a8bf773db5a0f558579f8beef6616c0fda81 | Fix commit 3c01bf998d3398f164b63bf02ce73d252fc0cfae | Fix commit 3c01bf998d3398f164b63bf02ce73d252fc0cfae
| StockSharp/StockSharp | Algo/Storages/BufferMessageAdapter.cs | apache-2.0 | 1,593,899,361 | namespace StockSharp.Algo.Storages
{
using System;
using System.Threading;
using System.Linq;
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using Ecng.Serialization;
using StockSharp.Messages;
using StockSharp.Logging;
/// <summary>
/// Buffered message adapter.
/// </summa... | namespace StockSharp.Algo.Storages
{
using System;
using System.Threading;
using System.Linq;
using Ecng.Common;
using Ecng.Collections;
using Ecng.Serialization;
using StockSharp.Messages;
using StockSharp.Logging;
/// <summary>
/// Buffered message adapter.
/// </summary>
public class BufferMessageAdap... |
ee90efc0a9d685b7f49382030115aa68d16b1aab | Removed old code. | Removed old code.
| StockSharp/StockSharp | Algo/Connector_ProcessMessage.cs | apache-2.0 | 1,593,899,309 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Risk;
using StockSharp.Algo.Storages;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
u... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Risk;
using StockSharp.Algo.Storages;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
u... |
6442028f113540213beaa9e8c11969b979bd0ca5 | Strategy. Fix detect registered order. | Strategy. Fix detect registered order.
| StockSharp/StockSharp | Algo/Strategies/Strategy.cs | apache-2.0 | 1,593,898,764 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
9e2b53d87e9c9cb9480f8d46e69a4dcc6594c6c4 | Fix commit 03ab277f4cf1587cc7d114872aa74bcc6b1b538b | Fix commit 03ab277f4cf1587cc7d114872aa74bcc6b1b538b
| StockSharp/StockSharp | Algo/BasketMessageAdapter.cs | apache-2.0 | 1,593,898,623 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
e9543654bad8bb3ef0be74aeb42d1266acb3f0d8 | Add a log method for people too lazy to add a .ToString. | Add a log method for people too lazy to add a .ToString.
| Damnae/storybrew | common/Scripting/StoryboardObjectGenerator.cs | mit | 1,593,898,425 | using BrewLib.Util;
using StorybrewCommon.Animations;
using StorybrewCommon.Mapset;
using StorybrewCommon.Storyboarding;
using StorybrewCommon.Subtitles;
using StorybrewCommon.Subtitles.Parsers;
using StorybrewCommon.Util;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
... | using BrewLib.Util;
using StorybrewCommon.Animations;
using StorybrewCommon.Mapset;
using StorybrewCommon.Storyboarding;
using StorybrewCommon.Subtitles;
using StorybrewCommon.Subtitles.Parsers;
using StorybrewCommon.Util;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
... |
70b7a5b8e617a034e09cc2ba7aa33094916cf101 | Remove extra fade command from the particle script. | Remove extra fade command from the particle script.
| Damnae/storybrew | scripts/Particles.cs | mit | 1,593,898,425 | using OpenTK;
using OpenTK.Graphics;
using StorybrewCommon.Mapset;
using StorybrewCommon.Scripting;
using StorybrewCommon.Storyboarding;
using StorybrewCommon.Storyboarding.Util;
using System;
using System.Linq;
namespace StorybrewScripts
{
public class Particles : StoryboardObjectGenerator
{
[Configu... | using OpenTK;
using OpenTK.Graphics;
using StorybrewCommon.Mapset;
using StorybrewCommon.Scripting;
using StorybrewCommon.Storyboarding;
using StorybrewCommon.Storyboarding.Util;
using System;
using System.Linq;
namespace StorybrewScripts
{
public class Particles : StoryboardObjectGenerator
{
[Configu... |
8607155362d790fc7cf55b4468705982abc5a26f | Add HasIncompatibleCommands that may or may not be used someday. | Add HasIncompatibleCommands that may or may not be used someday.
| Damnae/storybrew | common/Storyboarding/OsbSprite.cs | mit | 1,593,898,425 | using OpenTK;
using StorybrewCommon.Storyboarding.Commands;
using StorybrewCommon.Storyboarding.CommandValues;
using StorybrewCommon.Storyboarding.Display;
using System;
using System.Collections.Generic;
using System.IO;
namespace StorybrewCommon.Storyboarding
{
public class OsbSprite : StoryboardObject
{
... | using OpenTK;
using StorybrewCommon.Storyboarding.Commands;
using StorybrewCommon.Storyboarding.CommandValues;
using StorybrewCommon.Storyboarding.Display;
using System;
using System.Collections.Generic;
using System.IO;
namespace StorybrewCommon.Storyboarding
{
public class OsbSprite : StoryboardObject
{
... |
848b2c7c162e3c7df6d8c11b8e82f472d6d06953 | Log when settings fail to load. | Log when settings fail to load.
| Damnae/storybrew | editor/Settings.cs | mit | 1,593,898,425 | using BrewLib.UserInterface;
using BrewLib.Util;
using StorybrewCommon.Util;
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
namespace StorybrewEditor
{
public class Settings
{
public const string DefaultPath = "settings.cfg";
public readonly Setting<strin... | using BrewLib.UserInterface;
using BrewLib.Util;
using StorybrewCommon.Util;
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
namespace StorybrewEditor
{
public class Settings
{
public const string DefaultPath = "settings.cfg";
public readonly Setting<strin... |
7b3625e60bc2467f8582b34cbc8c9eefee08636e | (GH-2822) Add support for .Net Global Tool | (GH-2822) Add support for .Net Global Tool
So that both the full .net framework version, and the global tool can be
used.
| patriksvensson/cake,cake-build/cake,cake-build/cake,devlead/cake,devlead/cake,gep13/cake,cake-build/cake,patriksvensson/cake,gep13/cake,patriksvensson/cake,devlead/cake,gep13/cake | src/Cake.Common/Tools/ReportGenerator/ReportGeneratorRunner.cs | mit | 1,593,898,264 | // 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.Globalization;
using System.Linq;
using Cake.Core;
usi... | // 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.Globalization;
using System.Linq;
using Cake.Core;
usi... |
1164c198378fc783d2c67660b2f44714228b3d8a | That was a silly error. New release! | That was a silly error. New release!
| tommyettinger/IsoVoxel | IsoVoxel/PaletteDraw.cs | mit | 1,593,897,735 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Drawing;
using System.Drawing.Imaging;
using System.Reflection;
using System.Runtime.InteropServices;
namespace IsoVoxel
{
enum Outlining
{
Full, Light, Partial, None
}
enum Direction
{
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Drawing;
using System.Drawing.Imaging;
using System.Reflection;
using System.Runtime.InteropServices;
namespace IsoVoxel
{
enum Outlining
{
Full, Light, Partial, None
}
enum Direction
{
... |
2a7c0aa26156792e66363ee16156470f9dd2e387 | StateMachine Initialize() now accepts a list that contains any objects that inherit from IStateMachineState. This makes the method backwards compatible with lists that were StateMachineStates. | StateMachine Initialize() now accepts a list that contains any objects that inherit from IStateMachineState. This makes the method backwards compatible with lists that were StateMachineStates.
| Mykaelos/MykaelosUnityLibrary | StateMachine/StateMachine.cs | apache-2.0 | 1,593,897,475 | using System.Collections.Generic;
using UnityEngine;
public class StateMachine : MonoBehaviour {
Dictionary<string, IStateMachineState> States = new Dictionary<string, IStateMachineState>();
IStateMachineState CurrentState;
public string CurrentStateName {
get { return CurrentState == null ? "" : ... | using System.Collections.Generic;
using UnityEngine;
public class StateMachine : MonoBehaviour {
Dictionary<string, IStateMachineState> States = new Dictionary<string, IStateMachineState>();
IStateMachineState CurrentState;
public string CurrentStateName {
get { return CurrentState == null ? "" : ... |
7bc7f0a16013a0609cbdeb8b66711b539d9c5ecd | PositionManager. Fix pos change time stamp. | PositionManager. Fix pos change time stamp.
| StockSharp/StockSharp | Algo/Positions/PositionManager.cs | apache-2.0 | 1,593,895,880 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
064321052167240ea4928a1057090087a4c22b88 | Add .so and .dylib extensions to binary files | Add .so and .dylib extensions to binary files
| NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer | PackageViewModel/Utilities/FileHelper.cs | mit | 1,593,895,262 | using System;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using NuGetPackageExplorer.Types;
using NuGetPe;
namespace PackageExplorerViewModel
{
internal static class FileHelper
{
private static re... | using System;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using NuGetPackageExplorer.Types;
using NuGetPe;
namespace PackageExplorerViewModel
{
internal static class FileHelper
{
private static re... |
59158eb0efe4a023430508f09daafbcd01c670c9 | Fix view model getting re-created when focusing an existing window in WindowService | Fix view model getting re-created when focusing an existing window in WindowService
| CalebChalmers/KAGTools | KAGTools/Services/WindowService.cs | mit | 1,593,894,849 | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Messaging;
using KAGTools.ViewModels;
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace KAGTools.Services
{
public class WindowService
{
... | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Messaging;
using KAGTools.ViewModels;
using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace KAGTools.Services
{
public class WindowService
{
... |
eb814c932edea56c0f51bc2e4e54bad6b9536006 | remove useless variables | remove useless variables
| CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.HAL2/Drivers/Video/VBEDriver.cs | bsd-3-clause | 1,593,892,960 | #define COSMOSDEBUG
using System;
using Cosmos.Core;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
/// <summary>
/// VBEDriver class. Used to directly write registers values to the port.
/// </summary>
public class VBEDriver
{
private static readonly VBE IO = Core.Global.Base... | #define COSMOSDEBUG
using System;
using Cosmos.Core;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
/// <summary>
/// VBEDriver class. Used to directly write registers values to the port.
/// </summary>
public class VBEDriver
{
private static readonly VBE IO = Core.Global.Base... |
d11bb43356130fb39a5bc19b2c814573286f6879 | fix not imported by | fix not imported by
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogger/Strings.cs | mit | 1,593,888,493 | using StructuredLogger.Properties;
using System;
using System.Globalization;
using System.Resources;
using System.Text.RegularExpressions;
using System.Windows;
namespace Microsoft.Build.Logging.StructuredLogger
{
public class Strings
{
public static ResourceSet ResourceSet { get; private se... | using StructuredLogger.Properties;
using System;
using System.Globalization;
using System.Resources;
using System.Text.RegularExpressions;
using System.Windows;
namespace Microsoft.Build.Logging.StructuredLogger
{
public class Strings
{
public static ResourceSet ResourceSet { get; private se... |
2ad6187f3684c1189b6a6b89530a556d9d41eff0 | no animate option to dialog | no animate option to dialog
| adamabdelhamed/PowerArgs,workabyte/PowerArgs | PowerArgs/CLI/Controls/AnimatedDialog.cs | mit | 1,593,888,194 | using PowerArgs.Cli.Physics;
using System;
using System.Threading.Tasks;
namespace PowerArgs.Cli
{
/// <summary>
/// An object that will allow you do configre the dialog as well as close it.
/// </summary>
public class DialogHandle
{
private Lifetime callerLifetime = new Lifetime();
... | using PowerArgs.Cli.Physics;
using System;
using System.Threading.Tasks;
namespace PowerArgs.Cli
{
/// <summary>
/// An object that will allow you do configre the dialog as well as close it.
/// </summary>
public class DialogHandle
{
private Lifetime callerLifetime = new Lifetime();
... |
5e1fef98ec4ada76e90a5406da2fc9f2ce43bd94 | argb conversion | argb conversion
| zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.HAL2/Drivers/Video/VBEDriver.cs | bsd-3-clause | 1,593,887,084 | #define COSMOSDEBUG
using System;
using Cosmos.Core;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
/// <summary>
/// VBEDriver class. Used to directly write registers values to the port.
/// </summary>
public class VBEDriver
{
private static readonly VBE IO = Core.Global.Base... | #define COSMOSDEBUG
using System;
using Cosmos.Core;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
/// <summary>
/// VBEDriver class. Used to directly write registers values to the port.
/// </summary>
public class VBEDriver
{
private static readonly VBE IO = Core.Global.Base... |
6cc82b7bd1c60a6e78d9ec1ce193d8a88a7345f4 | Allow Accept: */* | Allow Accept: */*
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,593,885,287 | using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microsoft.Extens... | using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microsoft.Extens... |
864c5776c83abb04b99b6be0e13cea97e936e7e5 | StorageMetaInfoMessageAdapter. Mark out messages as ignore offline. | StorageMetaInfoMessageAdapter. Mark out messages as ignore offline.
| StockSharp/StockSharp | Algo/Storages/StorageMetaInfoMessageAdapter.cs | apache-2.0 | 1,593,884,684 | namespace StockSharp.Algo.Storages
{
using System;
using System.Linq;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.BusinessEntities;
using StockSharp.Messages;
/// <summary>
/// Meta-info storage based message adapter.
/// </summary>
public class StorageMetaInfoMessageAdapter : MessageAdap... | namespace StockSharp.Algo.Storages
{
using System;
using System.Linq;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.BusinessEntities;
using StockSharp.Messages;
/// <summary>
/// Meta-info storage based message adapter.
/// </summary>
public class StorageMetaInfoMessageAdapter : MessageAdap... |
149efc11d2759fdfed5fe6662c66458cd7f2823a | Allow not acceptable responses from ASP.NET Core | Allow not acceptable responses from ASP.NET Core
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,593,884,370 | using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microsoft.Extens... | using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microsoft.Extens... |
64952bc2684f94ee733e440ed9d00d0e8ac31cc3 | Workaround for https://github.com/dotnet/efcore/issues/15074 | Workaround for https://github.com/dotnet/efcore/issues/15074
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Extensions/ApplicationBuilderExtensions.cs | agpl-3.0 | 1,593,883,348 | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Net;
using Tgstation.Server.Api.Models;
n... | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Net;
using Tgstation.Server.Api.Models;
n... |
09c763b2b72d27e532f493051d5eb8490e236046 | Remove spammy logging | Remove spammy logging
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Security/ClaimsInjector.cs | agpl-3.0 | 1,593,883,131 | using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using ... | using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IdentityModel.Tokens.Jwt;
using System.Linq;
using System.Security.Claims;
using System.Threading;
using Sys... |
df5269fea23f310fd7730b9eb0da5cc910cc1e6c | React to regression in Http.Sys (#23590) | React to regression in Http.Sys (#23590)
* React to regression in Http.Sys #23164
* Add granular version check | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/HttpSys/test/FunctionalTests/Http2Tests.cs | apache-2.0 | 1,593,882,739 | // 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.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.A... | // 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.Net;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.A... |
d08f3c39b8adb35b30e11a216e640b26bc556f17 | avoid collecting any Unity Console messages if disabled by setting (#1733) | avoid collecting any Unity Console messages if disabled by setting (#1733)
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | unity/EditorPlugin/UnityEventLogSender.cs | apache-2.0 | 1,593,882,046 | using System;
using System.Reflection;
using JetBrains.Platform.Unity.EditorPluginModel;
using JetBrains.Rider.Unity.Editor.NonUnity;
using UnityEditor;
using UnityEngine;
namespace JetBrains.Rider.Unity.Editor
{
public class UnityEventCollector
{
public readonly BoundedSynchronizedQueue<RdLogEvent> DelayedLog... | using System;
using System.Reflection;
using JetBrains.Platform.Unity.EditorPluginModel;
using JetBrains.Rider.Unity.Editor.NonUnity;
using UnityEditor;
using UnityEngine;
namespace JetBrains.Rider.Unity.Editor
{
public class UnityEventCollector
{
public readonly BoundedSynchronizedQueue<RdLogEvent> DelayedLog... |
baa263d5122b5f8a81844eae958ba41244dc4e9d | Integrated current population into performance plots | Integrated current population into performance plots
| johnharding/Biomorpher | src/Biomorpher/BiomorpherWindow.xaml.cs | mit | 1,593,880,886 | using Rhino.Geometry;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Biomorpher.IGA;
using Grasshopper.Kernel;
using MahA... | using Rhino.Geometry;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Biomorpher.IGA;
using Grasshopper.Kernel;
using MahA... |
ebe771c55429c24e9a206ccf6f0007eed3a37163 | ft: switch away from array of arrays to ienumerable | ft: switch away from array of arrays to ienumerable
| bolorundurowb/vCardLib | vCardLib/Utils/Helpers.cs | mit | 1,593,880,220 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace vCardLib.Utils
{
/// <summary>
/// Class to hold all supporting methods
/// </summary>
public static class Helpers
{
internal static IEnumerable<string[]> GetContactsFromFile(st... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace vCardLib.Utils
{
/// <summary>
/// Class to hold all supporting methods
/// </summary>
public static class Helpers
{
internal static string[][] GetContactsFromFile(string filePa... |
0740fcc5648feea93b4e7813d925cb1a58e5dfc2 | Conditional for mimicking the presence of the host watchdog | Conditional for mimicking the presence of the host watchdog
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Server.cs | agpl-3.0 | 1,593,879,915 | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Ho... | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Ho... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.