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 |
|---|---|---|---|---|---|---|---|---|
9fbfb90c979e773d086152443b6a85988c911bd1 | Added a fix to handle a check for non existing labels. | Added a fix to handle a check for non existing labels.
| dapplo/Dapplo.Confluence | src/Dapplo.Confluence/UserExtensions.cs | mit | 1,589,752,348 | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;... | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;... |
9bc830cacc57dd6e197e3235df614d70419d8250 | Fix error with merge on TModLoader GameState. | Fix error with merge on TModLoader GameState.
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/TModLoader/GSI/GameState_TModLoader.cs | mit | 1,589,752,307 | using Aurora.Profiles.Generic.GSI.Nodes;
using Aurora.Profiles.TModLoader.GSI.Nodes;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.TModLoader.GSI {
public class GameState_TModLoader : GameSta... | using Aurora.Profiles.Generic.GSI.Nodes;
using Aurora.Profiles.TModLoader.GSI.Nodes;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.TModLoader.GSI {
public class GameState_TModLoader : GameSta... |
124356e38644c97ed27d7c8c7d7f37e5a04016cc | Fix to ensure coroutine belongs to that handler | Fix to ensure coroutine belongs to that handler
| lucas-miranda/Raccoon | Raccoon/Core/Components/CoroutinesHandler.cs | mit | 1,589,752,082 | using System.Collections;
using Raccoon.Util.Collections;
namespace Raccoon.Components {
public class CoroutinesHandler : Component {
#region Private Members
public Locker<Coroutine> _coroutines = new Locker<Coroutine>();
#endregion Private Members
#region Constructors
... | using System.Collections;
using Raccoon.Util.Collections;
namespace Raccoon.Components {
public class CoroutinesHandler : Component {
#region Private Members
public Locker<Coroutine> _coroutines = new Locker<Coroutine>();
#endregion Private Members
#region Constructors
... |
378b7e4fc64c904b676ead76be2af0eca7daca16 | fixed another typo | fixed another typo
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Devices/YeeLight/YeeLightDevice.cs | mit | 1,589,751,853 | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... |
5ed4d898ee866d70ecf3b620e666011032b5a4f1 | Updated maximum DPI value for layouts to 6000. | Updated maximum DPI value for layouts to 6000.
| nhmkdev/cardmaker | CardMaker/Forms/MDILayoutControl.Designer.cs | mit | 1,589,751,812 | ////////////////////////////////////////////////////////////////////////////////
// The MIT License (MIT)
//
// Copyright (c) 2019 Tim Stair
//
// 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 Softw... | ////////////////////////////////////////////////////////////////////////////////
// The MIT License (MIT)
//
// Copyright (c) 2019 Tim Stair
//
// 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 Softw... |
4eef1c11796010574ca1db1e4227464794a60366 | Make DrawingContext.PushSetTransform method public | Make DrawingContext.PushSetTransform method public
| wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,akrisiun/P... | src/Avalonia.Visuals/Media/DrawingContext.cs | mit | 1,589,751,389 | using System;
using System.Collections.Generic;
using Avalonia.Media.Imaging;
using Avalonia.Platform;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Threading;
using Avalonia.Visuals.Media.Imaging;
namespace Avalonia.Media
{
public sealed class DrawingContext : IDisposable
{
private readonly bool... | using System;
using System.Collections.Generic;
using Avalonia.Media.Imaging;
using Avalonia.Platform;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Threading;
using Avalonia.Visuals.Media.Imaging;
namespace Avalonia.Media
{
public sealed class DrawingContext : IDisposable
{
private readonly bool... |
94da3a0a58192a7262a24646a831480753bdd9b9 | fixed potential null reference exception | fixed potential null reference exception
if the chosen devicekey wasnt present in the dictionary, the FirstOrDefault() returns null | antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Devices/YeeLight/YeeLightDevice.cs | mit | 1,589,750,694 | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... |
1c43a495a2a96b0a91107cc564c54c9a2e3085cc | fixed typo | fixed typo
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Devices/YeeLight/YeeLightDevice.cs | mit | 1,589,750,391 | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... |
475828818320d0328dbf52ba05a1da6d36868db0 | vs dkm debugger: added IDkmSymbolDocumentCollectionQuery.FindDocuments and IDkmSymbolDocumentSpanQuery.FindSymbols support for VM module | vs dkm debugger: added IDkmSymbolDocumentCollectionQuery.FindDocuments and IDkmSymbolDocumentSpanQuery.FindSymbols support for VM module
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,749,683 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... |
ccdfe6181b5f541cbf8125b7b97e043523bd8b19 | vs dkm debugger: allow 'Step Into' to skip unsupported calls and step over | vs dkm debugger: allow 'Step Into' to skip unsupported calls and step over
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/RemoteComponent.cs | mit | 1,589,749,682 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.Breakpoints;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.Breakpoints;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... |
bfa02ad7452da8ff94e2b7cb0a1acca64b8d28b0 | vs dkm debugger: inline pointer value children evaluation if target is a class | vs dkm debugger: inline pointer value children evaluation if target is a class
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,749,682 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... |
4b924d6a833ca9763f277d4afdd2cfd027939bc2 | vs dkm debugger: fix source symbol text span | vs dkm debugger: fix source symbol text span
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,749,682 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... |
24a6a94d891c363e7b8a4365af0bee0b41d53720 | vs dkm debugger: do not restore debug break instruction if breakpoint at the location was disabled | vs dkm debugger: do not restore debug break instruction if breakpoint at the location was disabled
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/RemoteComponent.cs | mit | 1,589,749,682 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.Breakpoints;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.Breakpoints;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... |
ce65c80b76b52a94e9b1435019d9c802159ce14a | vs dkm debugger: do not annotate instruction address of the 'transition to nullc' call stack frame | vs dkm debugger: do not annotate instruction address of the 'transition to nullc' call stack frame
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/StackFilter.cs | mit | 1,589,749,681 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.Native;
using System;
using Sys... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.Native;
using System;
using Sys... |
ecf6e154a9b9b293a67360f9773956ef0cf95c4f | vs dkm debugger: avoid exceptions when reading from zero page (even though ReadMemory should check readability) | vs dkm debugger: avoid exceptions when reading from zero page (even though ReadMemory should check readability)
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/DebugHelpers.cs | mit | 1,589,749,681 | using System;
using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.VisualStudio.Debugger.Native;
namespace nullc_debugger_component
{
namespace DkmDebugger
{
static class DebugHelpers
... | using System;
using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.VisualStudio.Debugger.Native;
namespace nullc_debugger_component
{
namespace DkmDebugger
{
static class DebugHelpers
... |
9dad8f4cbf1b718c957e9a066ada4d61ae66a35d | vs dkm debugger: correctly resolve module file path in GetSourcePosition | vs dkm debugger: correctly resolve module file path in GetSourcePosition
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,749,680 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.Breakpoints;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.V... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.Breakpoints;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.V... |
8403d0c0d3451b6a9cf20df36a2f99cb6f4f8dea | vs dkm debugger: implemented language frame decoder | vs dkm debugger: implemented language frame decoder
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,749,680 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.Native;
using Microsoft.VisualS... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.Native;
using Microsoft.VisualS... |
e057cd37db79fceda9107f31e44614fbffa0f9bb | vs dkm debugger: work-around for 'this.member' evaluation | vs dkm debugger: work-around for 'this.member' evaluation
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,749,679 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... |
64cef40403827c7842117f3e311ff5e4fb062723 | vs dkm debugger: added lookup for class members through 'this' in evaluation | vs dkm debugger: added lookup for class members through 'this' in evaluation
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,749,679 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.DefaultPort;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.Vi... |
b84c6806d44f60376ece26ab5bdff3c3cd362ed9 | vs dkm debugger: fixed function type member list | vs dkm debugger: fixed function type member list
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/Bytecode.cs | mit | 1,589,749,679 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
namespace nullc_debugger_component
{
namespace DkmDebugger
{
enum NullcTypeIndex
{
Void,
Bool,
Char,
Short,
Int,
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
namespace nullc_debugger_component
{
namespace DkmDebugger
{
enum NullcTypeIndex
{
Void,
Bool,
Char,
Short,
Int,
... |
0055cc8bd76e2f7434c37710c44567cfb06f68e8 | AuthenticationClient. IsToken | AuthenticationClient. IsToken
| StockSharp/StockSharp | Community/AuthenticationClient.cs | apache-2.0 | 1,589,748,653 | #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... |
22791e32e323380789a135822744d8c9b613f1d8 | fix typo in log message | fix typo in log message | emgarten/Sleet,emgarten/Sleet,emgarten/Sleet | src/SleetLib/Commands/PushCommand.cs | mit | 1,589,748,095 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NuGet.Common;
namespace Sleet
{
public static class PushCommand
{
public const int DefaultBatchSize = 4096;
public static async Task<bool> RunAsync(Lo... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NuGet.Common;
namespace Sleet
{
public static class PushCommand
{
public const int DefaultBatchSize = 4096;
public static async Task<bool> RunAsync(Lo... |
92929abadb1f0b69979b922f4c544341c72db23d | Fixed stuff that broke due to upgrade | Fixed stuff that broke due to upgrade
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/AudioModule/AudioModule.cs | agpl-3.0 | 1,589,747,420 | using System;
using System.Globalization;
using System.Threading.Tasks;
using Discord;
using Discord.Addons.Interactive;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using Victoria;
using Victoria.Enums;
namespace SoraBot.Bot.Modules.AudioModule
{
[Name("Music")]
... | using System;
using System.Globalization;
using System.Threading.Tasks;
using Discord;
using Discord.Addons.Interactive;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using Victoria;
using Victoria.Enums;
namespace SoraBot.Bot.Modules.AudioModule
{
[Name("Music")]
... |
a97100216ca3da33c3aba2b91971d6baf3eb24df | Changed behaviour of refresh button in SetupScreen | Changed behaviour of refresh button in SetupScreen
| peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu | osu.Game.Tournament/Screens/SetupScreen.cs | mit | 1,589,747,334 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Drawing;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Drawing;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
us... |
fbbf51851ecad9f379d410cb60594d1ee81310e8 | Moved refresh button to directoryselector | Moved refresh button to directoryselector
| ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu | osu.Game.Tournament/Screens/StablePathSelectScreen.cs | mit | 1,589,747,304 | // 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.IO;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Fra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Fra... |
4bc858a2159bc2c73033800a48381831f7a42276 | Force a read of the location file during detection | Force a read of the location file during detection
| NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu | osu.Game.Tournament/IPC/FileBasedIPC.cs | mit | 1,589,747,264 | // 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.IO;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using Microsoft.Win32;
using osu.Framework.Allocation;
using os... | // 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.IO;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using Microsoft.Win32;
using osu.Framework.Allocation;
using os... |
80d188ec91caa05af9c71854a25b8d543aae7f05 | Update xmldoc with accurate information about the model | Update xmldoc with accurate information about the model
| smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu | osu.Game.Tournament/Models/StableInfo.cs | mit | 1,589,747,202 | // 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.Bindables;
namespace osu.Game.Tournament.Models
{
/// <summary>
/// Holds the path to locate the osu! stable cutting-edge insta... | // 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.Bindables;
namespace osu.Game.Tournament.Models
{
/// <summary>
/// Holds the complete data required to operate the tournament ... |
17ae392a759771801a8a3d325c4e630f4c60f770 | Apply rounding to bar line start times | Apply rounding to bar line start times
| NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game/Rulesets/Objects/BarLineGenerator.cs | mit | 1,589,746,273 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
namespace o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
namespace osu.Game.Rulese... |
8292e30cb41c5ee7800df30113a4b4d935df8437 | updated version | updated version
| jeffhollan/LogicAppTemplateCreator,jeffhollan/LogicAppTemplateCreator | LogicAppTemplate/Properties/AssemblyInfo.cs | mit | 1,589,746,169 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Lo... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Lo... |
c146d33acacb3b046601017930cdc27dfde3d85c | added feature to add customApi name as parameter | added feature to add customApi name as parameter
| jeffhollan/LogicAppTemplateCreator,jeffhollan/LogicAppTemplateCreator | LogicAppTemplate/TemplateGenerator.cs | mit | 1,589,746,064 | using LogicAppTemplate.Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace LogicAppTemplate
{
public class TemplateGenerator
{
private DeploymentTe... | using LogicAppTemplate.Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace LogicAppTemplate
{
public class TemplateGenerator
{
private DeploymentTe... |
8e56d697b79706b4950e0ebffeae1c1d18a6dabf | Attempt to fix author for nuget packages | Attempt to fix author for nuget packages
| adamstyl/sharp-convert | SharpConvert/Properties/AssemblyInfo.cs | mit | 1,589,745,759 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... |
234ea39419d72c03426ac174dab18d523d3f32b4 | fix ordering of tools in launcher | fix ordering of tools in launcher
| tewarid/net-tools | Launcher/MainForm.cs | mit | 1,589,745,740 | using Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
namespace Launcher
{
public partial class MainForm : Form
{
List<Form> activeForms = new List<Form>();
public MainForm()
{
... | using Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows.Forms;
namespace Launcher
{
public partial class MainForm : Form
{
List<Form> activeForms = new List<Form>();
public MainForm()
{
... |
9ae5118ed2dbf876c68992468ee7b936e25b6909 | use culture invariant converston for primitive types fix #75 | use culture invariant converston for primitive types fix #75
| gwaredd/unium,gwaredd/unium | Assets/Unium/Core/gw.proto.utils/JsonSerialiser.cs | mit | 1,589,744,705 | // Copyright (c) 2017 Gwaredd Mountain, https://opensource.org/licenses/MIT
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace gw.proto.utils
{
////////////////////////////////////////////////////////////////////////////////////////////////////
... | // Copyright (c) 2017 Gwaredd Mountain, https://opensource.org/licenses/MIT
using System;
using System.Collections.Generic;
using System.Linq;
namespace gw.proto.utils
{
////////////////////////////////////////////////////////////////////////////////////////////////////
// convert value types to jso... |
a048b50c8d6adeb9f8d3e8dc0e99ff77c3ac2cab | Add mcb option | Add mcb option
| tigrouind/LifeDISA,tigrouind/LifeDISA | MemoryViewer/MemoryViewer/Program.cs | mit | 1,589,744,686 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetA... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetA... |
1f4c56fe41d841eb59d10fdd4677b52f5e182c76 | Update args validation at Random.cs | Update args validation at Random.cs
| lucas-miranda/Raccoon | Raccoon/Util/Random.cs | mit | 1,589,742,277 | using System.Collections.Generic;
using Raccoon.Graphics;
namespace Raccoon.Util {
/// <summary>
/// Provides a set of Random generation utility methods.
/// </summary>
public static class Random {
#region Private Members
private static int _seedValue;
private static System.R... | using System.Collections.Generic;
using Raccoon.Graphics;
namespace Raccoon.Util {
/// <summary>
/// Provides a set of Random generation utility methods.
/// </summary>
public static class Random {
private static int _seedValue;
private static System.Random _rand = new System.Random(... |
258e538ca1c9925417daf56f507a3c4a60ba9cde | Use joystickAxisEventManagers dict | Use joystickAxisEventManagers dict
| EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framew... | osu.Framework/Input/InputManager.cs | mit | 1,589,741,210 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Gra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.TypeExtensions;
using osu.Framework.Gra... |
82822cc1062dbe9b93b148c2130e12aee5f8cf62 | ProductFeedbackMessage. ProductId. | ProductFeedbackMessage. ProductId.
| StockSharp/StockSharp | Community/Messages/ProductFeedbackMessage.cs | apache-2.0 | 1,589,739,919 | namespace StockSharp.Community.Messages
{
using System;
using System.Runtime.Serialization;
using Ecng.Common;
using StockSharp.Messages;
/// <summary>
/// Product feedback message.
/// </summary>
public class ProductFeedbackMessage : Message, IOriginalTransactionIdMessage
{
/// <inheritdoc />
[DataMem... | namespace StockSharp.Community.Messages
{
using System;
using System.Runtime.Serialization;
using Ecng.Common;
using StockSharp.Messages;
/// <summary>
/// Product feedback message.
/// </summary>
public class ProductFeedbackMessage : Message, IOriginalTransactionIdMessage
{
/// <inheritdoc />
[DataMem... |
eaac6b577f58ee77ed73644211e0acd1528438cc | Inline out vars | Inline out vars
| MHeasell/Mappy,MHeasell/Mappy | Geometry/Intersect.cs | mit | 1,589,738,734 | namespace Geometry
{
using System;
public static class Intersect
{
public static bool TrianglePlane(Triangle3D t, Plane3D plane, out Line3D intersect)
{
var abLine = new Line3D(t.A, t.B);
var acLine = new Line3D(t.A, t.C);
var bcLine = new Line... | namespace Geometry
{
using System;
public static class Intersect
{
public static bool TrianglePlane(Triangle3D t, Plane3D plane, out Line3D intersect)
{
var abLine = new Line3D(t.A, t.B);
var acLine = new Line3D(t.A, t.C);
var bcLine = new Line... |
819d544de279bf9078c2aa80a4ecc22ae2da89e2 | CommunityAuthorization. TryGetSessionId. | CommunityAuthorization. TryGetSessionId.
| StockSharp/StockSharp | Community/CommunityAuthorization.cs | apache-2.0 | 1,589,738,716 | #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... |
8590581d169cfdc44e5af57e3ab572e8eda79b57 | Updated version | Updated version
| Glympse/enroute-xamarin-sdk,Glympse/enroute-xamarin-sdk,Glympse/enroute-xamarin-sdk | source/EnRouteApi/Source/Core/Config.cs | mit | 1,589,737,872 | using System;
namespace EnRouteApi
{
public class Config
{
/**
* EnRoute Xamarin SDK version.
*/
public static readonly int ENROUTE_SDK_MAJOR = 2;
public static readonly int ENROUTE_SDK_MINOR = 5;
public static readonly int ENROUTE_SDK_BUILD = 26;
... | using System;
namespace EnRouteApi
{
public class Config
{
/**
* EnRoute Xamarin SDK version.
*/
public static readonly int ENROUTE_SDK_MAJOR = 2;
public static readonly int ENROUTE_SDK_MINOR = 5;
public static readonly int ENROUTE_SDK_BUILD = 25;
... |
231828b7928f2914563344ccd64727ec28944dc5 | Read and write waterdoesdamage, waterdamage | Read and write waterdoesdamage, waterdamage
| MHeasell/Mappy,MHeasell/Mappy | Mappy/Data/MapAttributes.cs | mit | 1,589,737,664 | namespace Mappy.Data
{
using System;
using System.Drawing;
using System.IO;
using Mappy.Util;
using TAUtil.Tdf;
/// <summary>
/// Contains all the metadata about a map.
/// </summary>
public class MapAttributes : Notifier
{
private readonly Point?[] sta... | namespace Mappy.Data
{
using System;
using System.Drawing;
using System.IO;
using Mappy.Util;
using TAUtil.Tdf;
/// <summary>
/// Contains all the metadata about a map.
/// </summary>
public class MapAttributes : Notifier
{
private readonly Point?[] sta... |
2376552138a5f5ee21dc6bd6c56445f17f8062e7 | Corrected inline doc for TokenExchangeTokenRequest (#328) | Corrected inline doc for TokenExchangeTokenRequest (#328)
| IdentityModel/IdentityModelv2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel,IdentityModel/IdentityModel2,IdentityModel/IdentityModel | src/Client/Messages/TokenRequest.cs | apache-2.0 | 1,589,737,370 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityModel.Client
{
/// <summary>
/// Request for token
/// </summary>
/// <seealso cref="ProtocolRequest" />
... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityModel.Client
{
/// <summary>
/// Request for token
/// </summary>
/// <seealso cref="ProtocolRequest" />
... |
fbb84c21dfbc89f7f741d4c1415a2521e3cd87f7 | Allowing file upload option for anonymous customers | Allowing file upload option for anonymous customers
| HotcakesCommerce/core,HotcakesCommerce/core | Website/DesktopModules/Hotcakes/Core/FileUpload.ashx.cs | mit | 1,589,736,945 | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... |
de4bc7bd268f7b48f3f9a66c3ec81e044f08950b | Fixed WF port offset | Fixed WF port offset
| HelloKitty/317refactor | src/Client/Rs317.Client.WF/Program.cs | mit | 1,589,736,719 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Rs317.Sharp
{
public static class Program
{
public static async Task Main(string[] args)
{
try
{
Console.WriteLine($"RS2 user clie... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Rs317.Sharp
{
public static class Program
{
public static async Task Main(string[] args)
{
try
{
Console.WriteLine($"RS2 user clie... |
d101f194078cc2604bf0280b67ea89c0d55de6b5 | Shutdown launcher | Shutdown launcher
| Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Memoria.Launcher/Memoria/UiLauncherPlayButton.cs | mit | 1,589,732,876 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.... |
587eb97dce94c9093a6f79c8d226329c7e471129 | Default Setting: Text Direction: Up | Default Setting: Text Direction: Up
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/SettingsStore.cs | apache-2.0 | 1,589,732,370 | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Text;
using S... | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Text;
using S... |
9b462cc391a7e83bacbd60472a1c81971a95414d | Default Setting: Do not fade out automatically | Default Setting: Do not fade out automatically
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/SettingsStore.cs | apache-2.0 | 1,589,732,310 | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Text;
using S... | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Text;
using S... |
f549aaa272f57ca3a003db4388e5b7195cdb549e | Added comparison operators in TimeUnit | Added comparison operators in TimeUnit
| adamstyl/sharp-convert | SharpConvert/TimeUnit.cs | mit | 1,589,731,978 | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public abstract class TimeUnit : UnitBase, IComparable<TimeUnit>
{
public static readonly TimeUnit Zero = 0.Seconds();
protected TimeUnit(double time, double toSiFactor)
: base(time, toSiFactor)
{ }
public T To<T>() where T : TimeUnit, n... | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public abstract class TimeUnit : UnitBase, IComparable<TimeUnit>
{
public static readonly TimeUnit Zero = 0.Seconds();
protected TimeUnit(double time, double toSiFactor)
: base(time, toSiFactor)
{ }
public T To<T>() where T : TimeUnit, n... |
b2ac2ab5d338b8440fc70479e12a5bc163758c76 | Make innerPanel invisible in normal mode | Make innerPanel invisible in normal mode
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeystrokeDisplay.xaml.cs | apache-2.0 | 1,589,730,787 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.... |
ab586bd2793aa377e235293f11b3e09f0edf2af8 | Updated tests to check on #120 | Updated tests to check on #120
| dahall/vanara | UnitTests/PInvoke/IpHlpApi/NetIOApiTests.cs | mit | 1,589,730,400 | using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using static Vanara.PInvoke.IpHlpApi;
using static Vanara.PInvoke.Ws2_32;
#pragma warning disable CS0618 // Type or member is obsolete
namespace Vanara.PInvoke.Tests
{
public partial ... | using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using static Vanara.PInvoke.IpHlpApi;
using static Vanara.PInvoke.Ws2_32;
#pragma warning disable CS0618 // Type or member is obsolete
namespace Vanara.PInvoke.Tests
{
public partial ... |
5bd6ccfbca4bf9fcc40bc698ba8e9c5c67316dd7 | Asyncify method | Asyncify method
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.DotNetTest/Services/DiscoverTestsService.cs | mit | 1,589,730,256 | using System;
using System.Composition;
using Microsoft.CodeAnalysis;
using Microsoft.Extensions.Logging;
using OmniSharp.DotNetTest.Models;
using OmniSharp.Eventing;
using OmniSharp.Mef;
using OmniSharp.Services;
namespace OmniSharp.DotNetTest.Services
{
[OmniSharpHandler(OmniSharpEndpoints.V2.DiscoverTests, Lang... | using System;
using System.Composition;
using Microsoft.CodeAnalysis;
using Microsoft.Extensions.Logging;
using OmniSharp.DotNetTest.Models;
using OmniSharp.Eventing;
using OmniSharp.Mef;
using OmniSharp.Services;
namespace OmniSharp.DotNetTest.Services
{
[OmniSharpHandler(OmniSharpEndpoints.V2.DiscoverTests, Lang... |
69d60192fad0c09cd03a2eb2fa65f848587a3050 | Made the GameStateParameterLookup only recursively check the properties of certain types (GameStates, Nodes and IEnumerable<Node>s). | Made the GameStateParameterLookup only recursively check the properties of certain types (GameStates, Nodes and IEnumerable<Node>s).
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/GameStateParameterLookup.cs | mit | 1,589,729,823 | using Aurora.Utils;
using FastMember;
using Mono.CSharp;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace Aurora.Profiles {
/// <summary>
/// Data structure that holds a record of all game state parameters for a particular type of GameState.
/// </sum... | using Aurora.Utils;
using FastMember;
using Mono.CSharp;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace Aurora.Profiles {
/// <summary>
/// Data structure that holds a record of all game state parameters for a particular type of GameState.
/// </summ... |
92bf62a5456a7b39ec771b0ad694951ba9d4a70f | Implemnet batching | Implemnet batching
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,729,751 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
09f55760f2caacd8bfcdc1811599005e20cb2531 | ラムダ式にはインデントを入れないように変更 | ラムダ式にはインデントを入れないように変更
| zenuas/Roku,zenuas/Roku | src/Compiler/Definition.cs | mit | 1,589,729,103 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.Node;
using System;
using System.Collections.Generic;
namespace Roku.Compiler
{
public static class Definition
{
public static SourceCodeBody LoadProgram(RootNamespace root, ProgramNode pgm)
{
var src = n... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using Roku.Node;
using System;
using System.Collections.Generic;
namespace Roku.Compiler
{
public static class Definition
{
public static SourceCodeBody LoadProgram(RootNamespace root, ProgramNode pgm)
{
var src = n... |
fb5d3fc01229780eee4e5963b629b5cc42d5962c | fix recaptcha | fix recaptcha
| AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us | src/www/Startup.cs | mit | 1,589,728,791 | using System;
using System.IdentityModel.Tokens.Jwt;
using System.IO;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspN... | using System;
using System.IdentityModel.Tokens.Jwt;
using System.IO;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspN... |
76c5be7bc1039611957ac5ba2b781255ae36ee23 | Disallow catch-specific judgements in mania | Disallow catch-specific judgements in mania
| smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,ppy/osu | osu.Game.Rulesets.Mania/Scoring/ManiaHitWindows.cs | mit | 1,589,728,582 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Mania.Scoring
{
public class ManiaHitWindows : HitWindows
{
public override bool IsHitResul... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Mania.Scoring
{
public class ManiaHitWindows : HitWindows
{
}
}
|
80cc8b73f25d7dddf546f466fdf42ec762fca09c | catch update exception | catch update exception
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox.Core/Updater.cs | mit | 1,589,728,480 | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Sockets;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using JetBrains.Annotations;
using Squirrel;
using Newtonsoft.Json;
using Wox.Core.Resource;
using Wox.Infrastructure;
using Wox.Infra... | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Net.Sockets;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using JetBrains.Annotations;
using Squirrel;
using Newtonsoft.Json;
using Wox.Core.Resource;
using Wox.Infrastructure;
using Wox.Infra... |
f9db8c411ad0d85613a6fae875ed4e097ada261e | Simplify JoystickAxisInput constructor and add guard clause | Simplify JoystickAxisInput constructor and add guard clause
| peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,smoogipooo/osu-fram... | osu.Framework/Input/StateChanges/JoystickAxisInput.cs | mit | 1,589,727,681 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Input.StateChanges.Events;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Input.StateChanges.Events;
using osu.Framew... |
e275547028d8cc0d12d6d77d10cc3f8f66384634 | Caching integrity | Caching integrity
| krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Furniture/BuckleInteract.cs | agpl-3.0 | 1,589,727,381 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
/// <summary>
/// Buckle a player in when they are dragged and dropped while on this object, then unbuckle
/// them when the object is hand-applied to.
/// </summary>
public class BuckleIntera... | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Mirror;
/// <summary>
/// Buckle a player in when they are dragged and dropped while on this object, then unbuckle
/// them when the object is hand-applied to.
/// </summary>
public class BuckleInteract : MonoBehav... |
654a86b72c8ad7e4df1e86606b91f1a9999e6d1d | Added support for IEnumerables to GameStateParameterLookup. | Added support for IEnumerables to GameStateParameterLookup.
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/GameStateParameterLookup.cs | mit | 1,589,726,995 | using Aurora.Utils;
using FastMember;
using Mono.CSharp;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace Aurora.Profiles {
/// <summary>
/// Data structure that holds a record of all game state parameters for a particular type of GameState.
/// </summ... | using Aurora.Utils;
using FastMember;
using Mono.CSharp;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Aurora.Profiles {
/// <summary>
/// Data structure that holds a record of all game state parameters for a particular type of GameState.
/// </summary>
public sealed cl... |
8497e0ad5ac4f6123fbcbc6a0a1690fd343b1396 | upporbound/lowerboundが付属したmateコマンドを処理できるように修正 thanks yaneurao | upporbound/lowerboundが付属したmateコマンドを処理できるように修正 thanks yaneurao
| ebifrier/Ragnarok,ebifrier/Ragnarok | Ragnarok.Shogi/Score.cs | mit | 1,589,726,905 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Ragnarok.Shogi
{
/// <summary>
/// 評価値のタイプです。
/// </summary>
public enum ScoreType
{
/// <summary>
/// 通常の評価値です。
/// </summary>
Value,
/// <summary>
/// 詰... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Ragnarok.Shogi
{
/// <summary>
/// 評価値のタイプです。
/// </summary>
public enum ScoreType
{
/// <summary>
/// 通常の評価値です。
/// </summary>
Value,
/// <summary>
/// 詰... |
f3f99bfa43b8e0d74fa0434e49ec8fa75e3ab45b | Added YeeLight auto-discovery option | Added YeeLight auto-discovery option
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Devices/YeeLight/YeeLightDevice.cs | mit | 1,589,726,820 | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... |
2d355e5bd9738b8b9b08ea5840e76c25bd1c0b8b | try fix version detection bug #2932 #2935 | try fix version detection bug #2932 #2935
https://github.com/Wox-launcher/Wox/issues/2935
https://github.com/Wox-launcher/Wox/issues/2932
| qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Core/Resource/Theme.cs | mit | 1,589,726,576 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastru... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastru... |
85e058505e5fddbf61c2be0f9805b58ce4405260 | Fix seek interval on iOS | Fix seek interval on iOS
| martijn00/XamarinMediaManager,martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,mike-rowley/XamarinMediaManager,mike-rowley/XamarinMediaManager,martijn00/XamarinMediaManager | MediaManager/Platforms/Apple/Notifications/NotificationManager.cs | mit | 1,589,726,473 | using MediaManager.Notifications;
using MediaPlayer;
namespace MediaManager.Platforms.Apple.Notifications
{
public class NotificationManager : NotificationManagerBase
{
public NotificationManager()
{
Enabled = true;
}
protected MediaManagerImplementation MediaManag... | using MediaManager.Notifications;
using MediaPlayer;
namespace MediaManager.Platforms.Apple.Notifications
{
public class NotificationManager : NotificationManagerBase
{
public NotificationManager()
{
Enabled = true;
}
protected MediaManagerImplementation MediaManag... |
935ca0c3d09b64d49adef687ad7d6baa63cdd86b | check cache per hour | check cache per hour
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox/Image/ImageCache.cs | mit | 1,589,725,595 | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... |
826c317457d6c51db405728c929223d7693f7c68 | Update WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | Update WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,725,328 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
25a1cb2b6adac0fbd78a7685d09c510da26f5e7f | Revert "YeeLight is now disabled by default" | Revert "YeeLight is now disabled by default"
This reverts commit c29564a50e9d3df7e74d02243e01d99a3fb2bed7.
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Configuration.cs | mit | 1,589,725,133 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.Text;
using Aurora.Profiles.Generic_Application;
using Aurora.Profiles;
using Newtonsoft.Json.Serialization;
using Aurora.Utils;
using System.Collections.ObjectModel;
u... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.Text;
using Aurora.Profiles.Generic_Application;
using Aurora.Profiles;
using Newtonsoft.Json.Serialization;
using Aurora.Utils;
using System.Collections.ObjectModel;
u... |
e5ce51e76553740d9407dae50006c1779e4d628e | catch image load exception | catch image load exception
https://github.com/Wox-launcher/Wox/issues/2944
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox/Image/ImageLoader.cs | mit | 1,589,725,027 | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using ICSharpCode.SharpZipLib.Core;
using Microsoft.WindowsAPICodePack.Shell;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.UserSettings;
namespace Wox.Im... | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.WindowsAPICodePack.Shell;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.UserSettings;
namespace Wox.Image
{
public static class Image... |
e6a227c5b410542bb0a956584f7687c492ebe894 | Only use FakeAsyncQueryableExecuter in DEBUG mode | Only use FakeAsyncQueryableExecuter in DEBUG mode
Somehow, await actual async code causes long delay for
Should_Get_All_Send_Attempts_By_Webhook_Event_Id_Async.
This can be reproduced by calling `await Task.Yield()`.
| ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate | test/Abp.Zero.SampleApp.Tests/Webhooks/WebhookSendAttemptStore_Tests.cs | mit | 1,589,724,525 | using System;
using System.Collections.Generic;
using System.Data.Entity.Infrastructure;
using System.IO.Ports;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Abp.Linq;
using Abp.Webhooks;
using Abp.Zero.SampleApp.Linq;
using Castle.MicroKernel.Registration;
using Shouldly;
using Xunit;
... | using System;
using System.Collections.Generic;
using System.Data.Entity.Infrastructure;
using System.IO.Ports;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Abp.Linq;
using Abp.Webhooks;
using Abp.Zero.SampleApp.Linq;
using Castle.MicroKernel.Registration;
using Shouldly;
using Xunit;
... |
360268e98240b727545190faa4e5985357f4c7f9 | Don't render completely clipped node and children. | Don't render completely clipped node and children.
But actually the logic of building a clipped node should not happen.
This is just a temporary hack.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Rendering/Visual.cs | agpl-3.0 | 1,589,722,135 | using System;
using System.Collections;
using System.Collections.Generic;
using ImGui.GraphicsAbstraction;
namespace ImGui.Rendering
{
/// <summary>
/// The minimal rendering element: tree hierarchy, clipping and how to render itself.
/// </summary>
/// <remarks>
/// Persisting rendering data for ... | using System;
using System.Collections;
using System.Collections.Generic;
using ImGui.GraphicsAbstraction;
namespace ImGui.Rendering
{
/// <summary>
/// The minimal rendering element: tree hierarchy, clipping and how to render itself.
/// </summary>
/// <remarks>
/// Persisting rendering data for ... |
318bee54daf98a4e8a36502a31834a023c30ccd3 | fixed tabs, removed g213 duplicate | fixed tabs, removed g213 duplicate
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/KeyboardLayoutManager.cs | mit | 1,589,721,761 | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Controls;
using System.Windows;
using System.Windows.Media;
using System.Windows.Input;
using Aurora.Devices;
using System.Drawing;
using System.Windows.Media.Imaging;
using... | using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Controls;
using System.Windows;
using System.Windows.Media;
using System.Windows.Input;
using Aurora.Devices;
using System.Drawing;
using System.Windows.Media.Imaging;
using... |
5b47f959626de8d32754e996c3bbc365d381942a | Check prop prefab paths for config files too | Check prop prefab paths for config files too
| Acc3ssViolation/VehicleEffects | VehicleEffects/VehicleEffectsMod.cs | mit | 1,589,721,486 | using System;
using ICities;
using UnityEngine;
using ColossalFramework.IO;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.ComponentModel;
using System.IO;
using ColossalFramework.Packaging;
using ColossalFramework.UI;
using System.Linq;
using VehicleEffects.Effects;
using VehicleEffect... | using System;
using ICities;
using UnityEngine;
using ColossalFramework.IO;
using System.Collections.Generic;
using System.Xml.Serialization;
using System.ComponentModel;
using System.IO;
using ColossalFramework.Packaging;
using ColossalFramework.UI;
using System.Linq;
using VehicleEffects.Effects;
using VehicleEffect... |
956c74a0d6f12db7ae1bf77a375454d3c82ba736 | use dedicate thread for update image callback | use dedicate thread for update image callback
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox/Image/ImageCache.cs | mit | 1,589,721,106 | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... |
cbffac369b2f8f7cf6877c05007bb2b0d1bbaed7 | remove lock in cache deletion | remove lock in cache deletion
use dedicate thread to do garabage collection, idea from redis.
| qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox/Image/ImageCache.cs | mit | 1,589,720,427 | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... |
02d19910dcf051e4c5e099a5782c55d293f443a3 | Keep track of the current depth, and yield a default single-whitespace-node if it exceeds it maximum. | Keep track of the current depth, and yield a default single-whitespace-node if it exceeds it maximum.
| PenguinF/sandra-three | Eutherion/Shared/Text/Json/JsonParser.cs | apache-2.0 | 1,589,720,154 | #region License
/*********************************************************************************
* JsonParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... | #region License
/*********************************************************************************
* JsonParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... |
f0b9bf35cd3a46a0dc04be7ef8e52687c094607a | Declare the nullability of parsed command line arguments. | Declare the nullability of parsed command line arguments.
| fixie/fixie,fixie/fixie | src/Fixie.Console/Options.cs | mit | 1,589,718,996 | namespace Fixie.Console
{
public class Options
{
public Options(
string? configuration,
bool noBuild,
string? framework,
string? report)
{
Configuration = configuration ?? "Debug";
NoBuild = noBuild;
Framework =... | namespace Fixie.Console
{
public class Options
{
public Options(
string configuration,
bool noBuild,
string framework,
string report)
{
Configuration = configuration ?? "Debug";
NoBuild = noBuild;
Framework = fr... |
acfacff0d503a0b62e52fbb163cb5ac1f971d8f9 | Update TilemapDamage.cs | Update TilemapDamage.cs | fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Tilemaps/Behaviours/TilemapDamage.cs | agpl-3.0 | 1,589,718,912 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.Profiling;
using UnityEngine.Tilemaps;
using Random = UnityEngine.Random;
/// <summary>
/// The level of damage that a window has received
/// </summary>
public enum WindowDamageLev... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.Profiling;
using UnityEngine.Tilemaps;
using Random = UnityEngine.Random;
/// <summary>
/// The level of damage that a window has received
/// </summary>
public enum WindowDamageLev... |
bbb074d3ca3aaad6d77d2ba19051b26cc77d7269 | Declare nullability of optional parameters in MsBuild(...). | Declare nullability of optional parameters in MsBuild(...).
| fixie/fixie,fixie/fixie | src/Fixie.Console/Shell.cs | mit | 1,589,718,703 | namespace Fixie.Console
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Cli;
static class Shell
{
public static int Run(string executable, string workingDirectory, string[] arguments)
{
return Run(new ProcessSta... | namespace Fixie.Console
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using Cli;
static class Shell
{
public static int Run(string executable, string workingDirectory, string[] arguments)
{
return Run(new ProcessSta... |
b5c8fcacb7c48a4e201a8af47a22d10ffb22fb2f | Declare the expectation that a test assembly path provided by VsTest will have a non-null Path.GetDirectoryName(...) value. GetDirectoryName only returns null for pathological inputs like null and "C:". | Declare the expectation that a test assembly path provided by VsTest will have a non-null Path.GetDirectoryName(...) value. GetDirectoryName only returns null for pathological inputs like null and "C:".
| fixie/fixie,fixie/fixie | src/Fixie.TestAdapter/TestAssembly.cs | mit | 1,589,718,107 | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... |
d956c956b43d552c52f719a3f0f9dc996927fec2 | Issue #810: Localization; Added signing at teh end of `BuildMultilanguageMsi` | Issue #810: Localization; Added signing at teh end of `BuildMultilanguageMsi`
| oleg-shilo/wixsharp,dguder/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp | Source/src/WixSharp/Extensions.cs | mit | 1,589,717,403 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Principal;
u... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Principal;
u... |
0f7bd3f0c6e89f6ed0f91c1b5e60506667583201 | Declare the expectation that FIXIE_NAMED_PIPE has already been set by the time we propagate it to the test assembly for debugger runs. | Declare the expectation that FIXIE_NAMED_PIPE has already been set by the time we propagate it to the test assembly for debugger runs.
| fixie/fixie,fixie/fixie | src/Fixie.TestAdapter/TestAssembly.cs | mit | 1,589,716,817 | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... |
4b564a467b564f1ecd75b92a58b311a490a7e1c0 | Declare the nullability of the IFrameworkHandle in play during test process starts. It is only present for Execution, never during Discovery. | Declare the nullability of the IFrameworkHandle in play during test process starts. It is only present for Execution, never during Discovery.
| fixie/fixie,fixie/fixie | src/Fixie.TestAdapter/TestAssembly.cs | mit | 1,589,715,757 | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... |
49bc1346a54b8ba0d6cd39635b5fa04d7eb83034 | Declare the nullability of the test assembly Process. When running under the debugger, there is no Process object, as the process is kicked off for us by the VsTest IFrameworkHandle. | Declare the nullability of the test assembly Process. When running under the debugger, there is no Process object, as the process is kicked off for us by the VsTest IFrameworkHandle.
| fixie/fixie,fixie/fixie | src/Fixie.TestAdapter/TestAssembly.cs | mit | 1,589,715,444 | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... |
247958725b3a286b8d8f4c7b294f03fca6bf5f74 | Tidy up Dictionary initializer | Tidy up Dictionary initializer
| ClosedXML/ClosedXML,igitur/ClosedXML | ClosedXML/Excel/CalcEngine/CalcEngineHelpers.cs | mit | 1,589,714,497 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text.RegularExpressions;
namespace ClosedXML.Excel.CalcEngine
{
internal static class CalcEngineHelpers
{
private static Lazy<Dictionary<string, Tuple<string, string>>> patternReplacements =
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text.RegularExpressions;
namespace ClosedXML.Excel.CalcEngine
{
internal class CalcEngineHelpers
{
private static Lazy<Dictionary<string, Tuple<string, string>>> patternReplacements =
n... |
e06fe4fb88340d51c4a69e6bd3b57f8ac76726a6 | CodeMaid organise and clean StatisticalTests.cs | CodeMaid organise and clean StatisticalTests.cs
| ClosedXML/ClosedXML,igitur/ClosedXML | ClosedXML_Tests/Excel/CalcEngine/StatisticalTests.cs | mit | 1,589,714,497 | // Keep this file CodeMaid organised and cleaned
using ClosedXML.Excel;
using ClosedXML.Excel.CalcEngine;
using ClosedXML.Excel.CalcEngine.Exceptions;
using NUnit.Framework;
using System;
using System.Linq;
namespace ClosedXML_Tests.Excel.CalcEngine
{
[TestFixture]
public class StatisticalTests
{
p... | using ClosedXML.Excel;
using NUnit.Framework;
using System;
using System.Linq;
using ClosedXML.Excel.CalcEngine;
using ClosedXML.Excel.CalcEngine.Exceptions;
namespace ClosedXML_Tests.Excel.CalcEngine
{
[TestFixture]
public class StatisticalTests
{
private double tolerance = 1e-6;
private X... |
fa143a8147b783fdaffc8a1cb50c3bffea147849 | fix code gen | fix code gen
| MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/framework,MehdyKarimpour/extensions | Signum.Engine.Extensions/Dynamic/DynamicIsolationLogic.cs | mit | 1,589,714,170 | using Signum.Engine.Cache;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Entities.Dynamic;
using Signum.Entities.Isolation;
using Signum.Utilities;
using System.Collections.Generic;
using System.Lin... | using Signum.Engine.Cache;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Entities.Dynamic;
using Signum.Utilities;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
usin... |
512a723c9cc92346c9f302b6569179eabbdadb0a | OrderedDictionary cleanup | OrderedDictionary cleanup
| iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie | src/Peachpie.Runtime/OrderedDictionary.cs | apache-2.0 | 1,589,713,273 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using Pchp.Core.Utilities;
using TValue = Pchp.Core.PhpValue;
namespace Pchp.Core
{
#region SetOperations
/// <summary>
///... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using Pchp.Core.Utilities;
using TValue = Pchp.Core.PhpValue;
namespace Pchp.Core
{
#region SetOperations
/// <summary>
///... |
743676eedf0294e8ccebf38ffc0e805f45a6b452 | CoolDown for fireExtinguisher | CoolDown for fireExtinguisher
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Items/Others/FireExtinguisher.cs | agpl-3.0 | 1,589,712,531 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
using Chemistry.Components;
[RequireComponent(typeof(Pickupable))]
public class FireExtinguisher : NetworkBehaviour, IServerSpawn,
IInteractable<HandActivate>,
ICheckedInteractable<AimApply>
{
bool safety = t... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
using Chemistry.Components;
[RequireComponent(typeof(Pickupable))]
public class FireExtinguisher : NetworkBehaviour, IServerSpawn,
IInteractable<HandActivate>,
ICheckedInteractable<AimApply>
{
bool safety = t... |
18ab92cf3a89a7fbdd951a69c1b82a53726fc635 | Document Shape class. | Document Shape class.
| AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsol... | src/Avalonia.Controls/Shapes/Shape.cs | mit | 1,589,712,519 | using System;
using Avalonia.Collections;
using Avalonia.Media;
namespace Avalonia.Controls.Shapes
{
/// <summary>
/// Provides a base class for shape elements, such as <see cref="Ellipse"/>, <see cref="Polygon"/> and <see cref="Rectangle"/>.
/// </summary>
public abstract class Shape : Control
{
... | using System;
using Avalonia.Collections;
using Avalonia.Media;
namespace Avalonia.Controls.Shapes
{
public abstract class Shape : Control
{
public static readonly StyledProperty<IBrush> FillProperty =
AvaloniaProperty.Register<Shape, IBrush>(nameof(Fill));
public static readonly S... |
b6923f8089f85a9826927affc728535acb07c3b6 | Enable nullable annotations for Shape. | Enable nullable annotations for Shape.
| SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,Avalo... | src/Avalonia.Controls/Shapes/Shape.cs | mit | 1,589,712,519 | using System;
using Avalonia.Collections;
using Avalonia.Media;
#nullable enable
namespace Avalonia.Controls.Shapes
{
/// <summary>
/// Provides a base class for shape elements, such as <see cref="Ellipse"/>, <see cref="Polygon"/> and <see cref="Rectangle"/>.
/// </summary>
public abstract class Shape... | using System;
using Avalonia.Collections;
using Avalonia.Media;
namespace Avalonia.Controls.Shapes
{
/// <summary>
/// Provides a base class for shape elements, such as <see cref="Ellipse"/>, <see cref="Polygon"/> and <see cref="Rectangle"/>.
/// </summary>
public abstract class Shape : Control
{
... |
e1b245bf6b4d23a1b212414112c5fc1dfcc84c95 | Dispose of font stores in base game | Dispose of font stores in base game
| EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework... | osu.Framework/Game.cs | mit | 1,589,711,985 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Bindables;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Bindables;
us... |
3a2bf9a912f3fb13ba9c8520b140bfaa0a64fea7 | proper message | proper message
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/ViewModels/StatusBarViewModel.cs | mit | 1,589,711,461 | using Avalonia.Threading;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin.Protocol;
using Nito.AsyncEx;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.... | using Avalonia.Threading;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using NBitcoin.Protocol;
using Nito.AsyncEx;
using ReactiveUI;
using Splat;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.... |
1206a14ad1e6d26ddba66dbe72dc7bbbcf5f167f | Better comment | Better comment
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,710,230 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
3a6ec9f5072a2e0160d2717d40aaad216a4616ca | change order | change order
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,710,016 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
d24bd7383f0425a370b8a4bafa0ec65442a2f9d4 | Check arg count before formatting in logs | Check arg count before formatting in logs
| xPaw/WendySharp | WendySharp/Utils/Log.cs | mit | 1,589,709,007 | using System;
using System.IO;
namespace WendySharp
{
static class Log
{
private const string LOG_DIRECTORY = "logs";
private enum Category
{
DEBUG,
INFO,
WARN,
ERROR
}
private static readonly object logLock = new object... | using System;
using System.IO;
namespace WendySharp
{
static class Log
{
private const string LOG_DIRECTORY = "logs";
private enum Category
{
DEBUG,
INFO,
WARN,
ERROR
}
private static readonly object logLock = new object... |
ef8a441897c2140d1badb0369a8e9bb097a659db | Add .ConfigureAwait(false) | Add .ConfigureAwait(false)
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,708,705 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
9909b22f638c23082862e2145941e4385bfc05fd | Remove tweet time from stream | Remove tweet time from stream
| xPaw/WendySharp | WendySharp/LinkExpander/LinkExpander.cs | mit | 1,589,708,239 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
using NetIrc2;
using NetIrc2.Events;
using NetIrc2.Parsing;
using Newtonsoft.Json;
using... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
using NetIrc2;
using NetIrc2.Events;
using NetIrc2.Parsing;
using Newtonsoft.Json;
using... |
d232ebcd86868e76730868f4d8596c279cf61e63 | Also use new method to handle init errors correctly | Also use new method to handle init errors correctly
| ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVA... | osu.Framework/Audio/AudioManager.cs | mit | 1,589,707,741 | // 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.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using ManagedBas... | // 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.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using ManagedBas... |
e38d9dc7862aa3eae2695374ef05aa160ad20daa | - Issue #838: Small suggestion: Show UACWarning only after some delay (3) | - Issue #838: Small suggestion: Show UACWarning only after some delay (3)
| oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,dguder/wixsharp,oleg-shilo/wixsharp | Source/src/WixSharp.UI/ManagedUI/Forms/ProgressDialog.cs | mit | 1,589,706,955 | using System;
using System.Diagnostics;
using System.Drawing;
using System.Security.Principal;
using System.Threading;
using System.Windows.Forms;
using Microsoft.Deployment.WindowsInstaller;
using WixSharp.CommonTasks;
namespace WixSharp.UI.Forms
{
/// <summary>
/// The standard Installation Progress dialog
... | using System;
using System.Diagnostics;
using System.Drawing;
using System.Security.Principal;
using System.Threading;
using System.Windows.Forms;
using Microsoft.Deployment.WindowsInstaller;
using WixSharp.CommonTasks;
namespace WixSharp.UI.Forms
{
/// <summary>
/// The standard Installation Progress dialog
... |
9871c906593b096b861b26d059d1637174a994a3 | [Modify] Add it | [Modify] Add it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,706,771 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.