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 |
|---|---|---|---|---|---|---|---|---|
1abdcf8e963983633119ed4130d3b9cf787b6786 | More fixes. | More fixes.
| JaCraig/Inflatable | test/Inflatable.Tests/QueryProvider/Providers/SQLServer/QueryGenerators/LoadDataQueryTests.cs | apache-2.0 | 1,589,053,556 | using BigBook;
using Inflatable.ClassMapper;
using Inflatable.Interfaces;
using Inflatable.QueryProvider;
using Inflatable.QueryProvider.Enums;
using Inflatable.QueryProvider.Providers.SQLServer;
using Inflatable.QueryProvider.Providers.SQLServer.QueryGenerators;
using Inflatable.Tests.BaseClasses;
using Inflatable.Te... | using BigBook;
using Inflatable.ClassMapper;
using Inflatable.Interfaces;
using Inflatable.QueryProvider;
using Inflatable.QueryProvider.Enums;
using Inflatable.QueryProvider.Providers.SQLServer;
using Inflatable.QueryProvider.Providers.SQLServer.QueryGenerators;
using Inflatable.Tests.BaseClasses;
using Inflatable.Te... |
87435878983e1efe24913af931b3f7135939d680 | Parse text in the OnUpdateUI event, which gets raised far less often than OnTextChanged. | Parse text in the OnUpdateUI event, which gets raised far less often than OnTextChanged.
| PenguinF/sandra-three | Sandra.UI/AppTemplate/SyntaxEditor.cs | apache-2.0 | 1,589,053,046 | #region License
/*********************************************************************************
* SyntaxEditor.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 ... | #region License
/*********************************************************************************
* SyntaxEditor.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 ... |
6f9a790791a31efa11362a5093cc34253e40428d | Automatically updated assembly file | Automatically updated assembly file
| HotcakesCommerce/core,HotcakesCommerce/core | GlobalAssemblyInfo.cs | mit | 1,589,052,954 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... |
5eeddac922e04213e9ba241478e394756131a8c1 | Test fixes. | Test fixes.
| JaCraig/Inflatable | test/Inflatable.Tests/QueryProvider/Providers/SQLServer/QueryGenerators/LoadDataQueryTests.cs | apache-2.0 | 1,589,052,933 | using BigBook;
using Inflatable.ClassMapper;
using Inflatable.Interfaces;
using Inflatable.QueryProvider;
using Inflatable.QueryProvider.Enums;
using Inflatable.QueryProvider.Providers.SQLServer;
using Inflatable.QueryProvider.Providers.SQLServer.QueryGenerators;
using Inflatable.Tests.BaseClasses;
using Inflatable.Te... | using BigBook;
using Inflatable.ClassMapper;
using Inflatable.Interfaces;
using Inflatable.QueryProvider;
using Inflatable.QueryProvider.Enums;
using Inflatable.QueryProvider.Providers.SQLServer;
using Inflatable.QueryProvider.Providers.SQLServer.QueryGenerators;
using Inflatable.Tests.BaseClasses;
using Inflatable.Te... |
44412221943bec303d91f4a25b28cf86152c2206 | C#: Remove StringExtensions.Empty() function | C#: Remove StringExtensions.Empty() function
Causes issues with some editors as it's confused with `string.Empty`.
Should use `string.IsNullOrEmpty(str)` instead.
| Valentactive/godot,honix/godot,akien-mga/godot,vnen/godot,sanikoyes/godot,Zylann/godot,BastiaanOlij/godot,Shockblast/godot,MarianoGnu/godot,akien-mga/godot,honix/godot,ZuBsPaCe/godot,ZuBsPaCe/godot,Valentactive/godot,vnen/godot,DmitriySalnikov/godot,Zylann/godot,josempans/godot,godotengine/godot,Faless/godot,Shockblast... | modules/mono/glue/GodotSharp/GodotSharp/Core/StringExtensions.cs | mit | 1,589,050,080 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Security;
using System.Text;
using System.Text.RegularExpressions;
namespace Godot
{
public static class StringExtensions
{
private static int GetSliceCount(this string instan... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Security;
using System.Text;
using System.Text.RegularExpressions;
namespace Godot
{
public static class StringExtensions
{
private static int GetSliceCount(this string instan... |
902971a9d98c3fee11b4f3570c9366e6685e591a | Fixed comment on inlining msg | Fixed comment on inlining msg
| nunit/nunit3-vs-adapter,nunit/nunit3-vs-adapter | src/NUnitTestAdapter/NUnitEventListener.cs | mit | 1,589,049,999 | // ***********************************************************************
// Copyright (c) 2011-2020 Charlie Poole, Terje Sandstrom
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software wit... | // ***********************************************************************
// Copyright (c) 2011-2020 Charlie Poole, Terje Sandstrom
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software wit... |
1a17889bd592a47bcd3858ae476d8a814122c697 | #115 - Added event to connect lavanode | #115 - Added event to connect lavanode
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/SoraBot.cs | agpl-3.0 | 1,589,049,231 | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.O... | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.O... |
99de4e4e9aa36cf78b21da1d2094fba09f57a0b1 | Add missing error message when trying to create POSIX system identities | Add missing error message when trying to create POSIX system identities
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Controllers/UserController.cs | agpl-3.0 | 1,589,048,973 | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgsta... | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgsta... |
031928d40455780087ff16bd2538c14b2e3d29f4 | Connector. Unsubscribe fix. | Connector. Unsubscribe fix.
| StockSharp/StockSharp | Algo/Connector_SubscriptionManager.cs | apache-2.0 | 1,589,048,852 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
... |
d588ebdf197b4cee584d637274619b610c40cef9 | HistoryMessageAdapter. Sends subscription online. | HistoryMessageAdapter. Sends subscription online.
| StockSharp/StockSharp | Algo/Testing/HistoryMessageAdapter.cs | apache-2.0 | 1,589,048,824 | namespace StockSharp.Algo.Testing
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Globalization;
using Ecng.Collections;
using Ecng.Common;
using Ecng.ComponentModel;
using StockSharp.Algo.Storages;
using StockSharp.BusinessEntities;
using StockS... | namespace StockSharp.Algo.Testing
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Globalization;
using Ecng.Collections;
using Ecng.Common;
using Ecng.ComponentModel;
using StockSharp.Algo.Storages;
using StockSharp.BusinessEntities;
using StockS... |
5da62df5fa432064e9883a6da47f1c9dc707ab56 | Fix release notes | Fix release notes
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tools/ReleaseNotes/Program.cs | agpl-3.0 | 1,589,048,473 | using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace ReleaseNotes
{
/// <summary>
/// Contains the application entrypoint
/// </summary>
static class Program
... | using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace ReleaseNotes
{
/// <summary>
/// Contains the application entrypoint
/// </summary>
static class Program
... |
5604a5795f8356d302a687114932cb083f12dec2 | Display unrecognized moves with errorSymbolStyleIndex. | Display unrecognized moves with errorSymbolStyleIndex.
| PenguinF/sandra-three | Sandra.UI/PgnStyleSelector.cs | apache-2.0 | 1,589,047,738 | #region License
/*********************************************************************************
* PgnStyleSelector.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 ... | #region License
/*********************************************************************************
* PgnStyleSelector.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 ... |
32685798c871749809a454029f297e7aeef6388b | Fix unnecessary suppression missed in another PR | Fix unnecessary suppression missed in another PR
| mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit | src/NUnitFramework/framework/Exceptions/MultipleAssertException.cs | mit | 1,589,047,067 | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... | // ***********************************************************************
// Copyright (c) 2016 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... |
03529173b97f17c3b1053d643a9da34abe788eab | Document suppressions that are only needed in VS 16.4 | Document suppressions that are only needed in VS 16.4
| nunit/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,mjedrzejek/nunit | src/NUnitFramework/framework/Internal/TypeHelper.cs | mit | 1,589,047,006 | // ***********************************************************************
// Copyright (c) 2008-2015 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without r... | // ***********************************************************************
// Copyright (c) 2008-2015 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without r... |
8d069b73901fa12b80b0bb6cfc887794b8387319 | Move method. Next tree rewrite version. | Move method. Next tree rewrite version.
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | LanguageServer/Transform.cs | mit | 1,589,046,930 | namespace LanguageServer
{
using Algorithms;
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using Syste... | namespace LanguageServer
{
using Algorithms;
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using Syste... |
29e3d8bcc04a9b11d117f9a553fa30b1ae0be37c | Unfold method, removed, then added error message. Note, eliminate direct recursion should be done by tree. | Unfold method, removed, then added error message. Note, eliminate direct recursion should be done by tree.
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | LanguageServer/Transform.cs | mit | 1,589,046,824 | namespace LanguageServer
{
using Algorithms;
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using Syste... | namespace LanguageServer
{
using Algorithms;
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using Syste... |
14d347667e35836c4c20241cbea1d2cf7772da26 | Clean up unused sections, comments | Clean up unused sections, comments
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Tests/SubsceneTests.cs | agpl-3.0 | 1,589,046,203 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using NUnit.Framework;
using UnityEditor;
namespace Tests
{
public class SubsceneTests
{
[Test]
public void CheckMainStationInBuildSettings()
{
var report = new StringBuilder();
if (!TryGetScriptableO... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Lighting;
using NUnit.Framework;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Tests
{
[Serializable]
public class SubsceneTests
{
[... |
58a78c3d2375e650d7a68a82ae5c1bdf57c11bb4 | Fix the service not installing when double clicked | Fix the service not installing when double clicked
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host.Service/Program.cs | agpl-3.0 | 1,589,046,165 | using McMaster.Extensions.CommandLineUtils;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Specialized;
using System.Configuration.Install;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Security.Principal;
using System.Service... | using McMaster.Extensions.CommandLineUtils;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Specialized;
using System.Configuration.Install;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Security.Principal;
using System.Service... |
fda8ec97de7d86fd3b6f7c435752bb48861bf23f | Adds some more common system assembly references. | Adds some more common system assembly references.
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Scripting/ScriptLoader.cs | bsd-2-clause | 1,589,045,762 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.InteropServices;
#if !NET462
using System.Runtime.Loader;
#endif
using System.Text;
using System.Threading.Tasks;
using FlubuCore.Infrastructure;
using FlubuC... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.InteropServices;
#if !NET462
using System.Runtime.Loader;
#endif
using System.Text;
using System.Threading.Tasks;
using FlubuCore.Infrastructure;
using FlubuC... |
c0ae97884e307eba06b7534e3f893cfbe179e9bb | (#48) (#71) Add basic support for slider items as an alternative look of scroller items | (#48) (#71) Add basic support for slider items as an alternative look of scroller items
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/MenuItems/UIMenuScrollerItem.cs | mit | 1,589,045,614 | namespace RAGENativeUI.Elements
{
using System;
using System.Drawing;
/// <summary>
/// Implements the basic functionality of an item with multiple options to choose from through scrolling, with left/right arrows.
/// </summary>
public abstract class UIMenuScrollerItem : UIMenuItem
{
... | namespace RAGENativeUI.Elements
{
using System;
using System.Drawing;
/// <summary>
/// Implements the basic functionality of an item with multiple options to choose from through scrolling, with left/right arrows.
/// </summary>
public abstract class UIMenuScrollerItem : UIMenuItem
{
... |
56f4423ff8809ca162cf43de1fc8abc5d3849882 | Protect discardEvents since its being updated in a thread | Protect discardEvents since its being updated in a thread
| klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery | EliteDangerous/EDSM/EDSMJournalSync.cs | apache-2.0 | 1,589,044,519 | /*
* Copyright © 2016 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | /*
* Copyright © 2016 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... |
93491baed9bfcc472d96b41e9cc405220b2df9f1 | Still broken | Still broken
| cetusfinance/qwack,cetusfinance/qwack,cetusfinance/qwack | test/Qwack.Transport.Tests/AssetFxModelTest.cs | mit | 1,589,044,006 | using System;
using System.Collections.Generic;
using System.IO;
using Qwack.Core.Basic;
using Qwack.Core.Basic.Correlation;
using Qwack.Core.Curves;
using Qwack.Dates;
using Qwack.Models;
using Qwack.Options.VolSurfaces;
using Qwack.Transport.TransportObjects.MarketData.Correlations;
using Qwack.Transport.TransportObj... | using System;
using System.Collections.Generic;
using System.IO;
using Qwack.Core.Basic;
using Qwack.Core.Basic.Correlation;
using Qwack.Core.Curves;
using Qwack.Dates;
using Qwack.Models;
using Qwack.Options.VolSurfaces;
using Qwack.Transport.TransportObjects.MarketData.Correlations;
using Qwack.Transport.TransportObj... |
689fd3c680bfd5a016d6e91e8085ed3dd91e771b | Extensions. Loop methods uses IMessage. | Extensions. Loop methods uses IMessage.
| StockSharp/StockSharp | Messages/Extensions.cs | apache-2.0 | 1,589,043,988 | #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... |
620b17b8b6fd096e1683c900942085d319e96da9 | prev commit. | prev commit.
| StockSharp/StockSharp | Algo/Storages/StorageHelper.cs | apache-2.0 | 1,589,043,882 | #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... |
f520c494c95f7293cc01674ce6bbdc0cf923fe64 | forgot to port some matchesRegex test | forgot to port some matchesRegex test
| xmlunit/xmlunit.net,xmlunit/xmlunit.net | src/tests/net-placeholders/PlaceholderDifferenceEvaluatorTest.cs | apache-2.0 | 1,589,043,651 | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... | /*
This file is licensed to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... |
b02819c399ca4c0e4bcdadb97afc0269e1eaf802 | #110 - Made code a little nicer | #110 - Made code a little nicer
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/SarModule.cs | agpl-3.0 | 1,589,043,530 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Se... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Se... |
4cd54b28829e8cfcdd9dbf293dad18c5c80950a7 | wip on auto race management | wip on auto race management
| tawnkramer/sdsandbox,tawnkramer/sdsandbox | sdsim/Assets/Scripts/Race/RaceManager.cs | bsd-3-clause | 1,589,043,450 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using TMPro;
public class Competitor
{
public string car_name;
public string racer_name;
public string country;
public string info;
public int stage1_place;
public float qual_time;
public ... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using TMPro;
public class RaceManager : MonoBehaviour
{
List<GameObject> cars = new List<GameObject>();
public GameObject raceBanner;
public TMP_Text raceBannerText;
public GameObject[] objToDisable;
... |
01272af354eafaf0323a66cb61c93ed69ba221a8 | Fix mouse chews cables covered by floor tiles | Fix mouse chews cables covered by floor tiles
| krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/NPC/AI/Friendly/MouseAI.cs | agpl-3.0 | 1,589,043,133 | using UnityEngine;
namespace NPC
{
/// <summary>
/// AI brain for mice
/// used to get hunted by Runtime and squeak
/// </summary>
public class MouseAI : GenericFriendlyAI
{
private const bool WIRECHEW_ENABLED = true;
// Chance as percentage
private const int WIRECHEW_CHANCE = 3;
protected override void... | using UnityEngine;
namespace NPC
{
/// <summary>
/// AI brain for mice
/// used to get hunted by Runtime and squeak
/// </summary>
public class MouseAI : GenericFriendlyAI
{
private const bool WIRECHEW_ENABLED = true;
// Chance as percentage
private const int WIRECHEW_CHANCE = 3;
protected override void... |
7fda05fe8e1c02895597797cbcd4b9cb29260c54 | Small refactoring. | Small refactoring.
| StockSharp/StockSharp | Algo/Storages/StorageHelper.cs | apache-2.0 | 1,589,043,011 | #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... |
b1a02db993fda7fc05d8d729bc7fee2d45647d9f | Switch on symbol type and cast 'symbol' to each remaining target green syntax. | Switch on symbol type and cast 'symbol' to each remaining target green syntax.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,042,047 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
b957c8ffd5ef37cd9a4b6868693cec210357fc8e | #110 - Added sar list | #110 - Added sar list
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/SarModule.cs | agpl-3.0 | 1,589,041,899 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Se... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Se... |
e6e3264a687bf355ca65b67cca69f8419134585d | #110 - Added sar repo to DI | #110 - Added sar repo to DI
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Data/Extensions/ServiceCollectionExtensions.cs | agpl-3.0 | 1,589,040,972 | using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using SoraBot.Data.Repositories;
using SoraBot.Data.Repositories.GuildRepos;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Extensions
{
public static cl... | using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using SoraBot.Data.Repositories;
using SoraBot.Data.Repositories.GuildRepos;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Data.Extensions
{
public static cl... |
be998743fb9b1e8168a8c31f4c28ac0d7d73013e | #110 - Added iam and iamnot :D | #110 - Added iam and iamnot :D
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/SarModule.cs | agpl-3.0 | 1,589,040,924 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Se... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Self-assignable roles")]
... |
972e3b62709a5e5a8ab285733170d9697f8ca9b8 | Minimize new API surface until requested | Minimize new API surface until requested
| mjedrzejek/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit | src/NUnitFramework/framework/Constraints/DictionaryContainsKeyValuePairConstraint.cs | mit | 1,589,040,454 | // ***********************************************************************
// Copyright (c) 2020 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... | // ***********************************************************************
// Copyright (c) 2020 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... |
df972fd607fdcfa6ab675cc61b42489382149400 | #110 - Refactored role pos check so it can be easily reused | #110 - Refactored role pos check so it can be easily reused
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/SarModule.cs | agpl-3.0 | 1,589,040,411 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Self-assignable roles")]
... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Self-assignable roles")]
... |
9e9b100bde51133ed0c27ebe39a5db512baf4191 | #110 - Added remove sar role command | #110 - Added remove sar role command
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/SarModule.cs | agpl-3.0 | 1,589,040,235 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Self-assignable roles")]
... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Self-assignable roles")]
... |
5239b589a181fa76e2ec164765aa3c3e983d1afa | Run python from path set in python home (#590) | Run python from path set in python home (#590)
| tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | src/dotnet/APIView/APIViewWeb/Languages/PythonLanguageService.cs | mit | 1,589,040,065 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using ApiView;
namespace APIViewWeb
{
public class PythonLanguageService : LanguageProcessor
{
static string pythonhom... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using ApiView;
namespace APIViewWeb
{
public class PythonLanguageService : LanguageProcessor
{
public override string ... |
7a2d6adca209e47bc67640a99ec13f45bbc2c9da | Delegate to NUnitEqualityComparer DictionaryEntry logic | Delegate to NUnitEqualityComparer DictionaryEntry logic
| nunit/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit,mjedrzejek/nunit | src/NUnitFramework/framework/Constraints/DictionaryContainsKeyValuePairConstraint.cs | mit | 1,589,039,999 | // ***********************************************************************
// Copyright (c) 2020 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... | // ***********************************************************************
// Copyright (c) 2020 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... |
ceba26273f14a78d5b6803628dcfdfef4530ae78 | #110 - Finished add sar method | #110 - Finished add sar method
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/SarModule.cs | agpl-3.0 | 1,589,039,941 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Data.Repositories.Interfaces;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Self-assignable roles")]
... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using SoraBot.Common.Extensions.Modules;
namespace SoraBot.Bot.Modules
{
[Name("SARs")]
[Summary("All commands that have to do with Self-assignable roles")]
public class SarModule : SoraSocketCommand... |
b116f05ab524236d89d3cf736ed46bd26d32b139 | Fix | Fix
Background color and RGBA default have an alpha channel set to 0.
| iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,589,039,904 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
cf382406c8013853c2199abf6e5b045a54b47623 | Report an error when seeing more than 1 tag value. | Report an error when seeing more than 1 tag value.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,039,066 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
f9115db164c5be2ad79d40d0c733e8ab76980064 | fix "try" with no "yield" expressions | fix "try" with no "yield" expressions
| iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept | src/Peachpie.CodeAnalysis/CodeGen/Graph/BoundEdge.cs | apache-2.0 | 1,589,039,062 | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.PooledObjects;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Symbols;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.T... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.PooledObjects;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Symbols;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.T... |
879983ce082e8421a69f015979eef731f8b063c6 | Report errors for missing tag elements. | Report errors for missing tag elements.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,038,968 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
55f68a30a02ccf0ef1808b5c2168af428436f696 | Update PL translations; Fix Willster's typos :omegalul:; | Update PL translations;
Fix Willster's typos :omegalul:;
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Utils/Translations.cs | apache-2.0 | 1,589,038,734 | using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace RelhaxModpack
{
///... | using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace RelhaxModpack
{
///... |
daa69f3ff4d3cd9e7c5f6913fd7f0212c401fc08 | fix draw operation tests. | fix draw operation tests.
| SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Aval... | tests/Avalonia.Visuals.UnitTests/Rendering/SceneGraph/DrawOperationTests.cs | mit | 1,589,038,537 | using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Imaging;
using Moq;
using Xunit;
namespace Avalonia.Visuals.UnitTests.Rendering.SceneGraph
{
public class DrawOperationTests
{
[Fact]
public void Empty_B... | using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Imaging;
using Moq;
using Xunit;
namespace Avalonia.Visuals.UnitTests.Rendering.SceneGraph
{
public class DrawOperationTests
{
[Fact]
public void Empty_B... |
34c98cce08efd4640fae419fdfa67407e4e6430a | Keep track of positions and if a '[' was present for error reporting. | Keep track of positions and if a '[' was present for error reporting.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,038,364 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
642f7821be6a3243ac176605c220e15680e95f3f | Add hasTagPairBracketClose flag to indicate whether or not the current tag pair was properly closed. | Add hasTagPairBracketClose flag to indicate whether or not the current tag pair was properly closed.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,038,081 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
c14e720e179de3cd1f7aad1036b4da36e229d526 | Use prior knowledge to decide whether or not to skip the InTagPair check. | Use prior knowledge to decide whether or not to skip the InTagPair check.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,037,992 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
452d47b4d9cf4c7db96cc62b35d49bc28ba37183 | #110 - Added to DI | #110 - Added to DI
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Extensions/ServiceCollectionExtensions.cs | agpl-3.0 | 1,589,037,936 | using Discord;
using Discord.Addons.Interactive;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Ext... | using Discord;
using Discord.Addons.Interactive;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Ext... |
4ed46baeeac23eea7b77f851f2d79679376f8a44 | Keep track of whether or not a tag pair is currently being parsed. | Keep track of whether or not a tag pair is currently being parsed.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,037,739 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
c79c073be94641c57f440306ac0e4d565b8b4054 | (GH-3789) Derive SizeToCornerRadiusConverter from MarkupConverter | (GH-3789) Derive SizeToCornerRadiusConverter from MarkupConverter
| MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro,MahApps/MahApps.Metro | src/MahApps.Metro/Converters/SizeToCornerRadiusConverter.cs | mit | 1,589,037,530 | using System;
using System.Globalization;
using System.Windows;
using System.Windows.Data;
using System.Windows.Markup;
namespace MahApps.Metro.Converters
{
/// <summary>
/// This Converter converts a given height or width of an control to a CornerRadius
/// </summary>
[ValueConversion(typeof(double),... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Data;
using System.Windows.Markup;
namespace MahApps.Metro.Converters
{
/// <summary>
/// This Converter converts a given h... |
afe61873735408e2805c9c44d870d6ea6f1e6ac5 | Simplify by using EmptyTagSection and NoPlies. | Simplify by using EmptyTagSection and NoPlies.
| PenguinF/sandra-three | Sandra.Chess/Tests/ParseTrees.cs | apache-2.0 | 1,589,037,332 | #region License
/*********************************************************************************
* ParseTrees.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
/*********************************************************************************
* ParseTrees.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... |
018734c03d48ebcab6b6de36f8daf1eeb05f842a | Add ReflectionHelper.IsNumber method | Add ReflectionHelper.IsNumber method
| lunet-io/scriban,textamina/scriban | src/Scriban/Helpers/ReflectionHelper.cs | bsd-2-clause | 1,589,036,977 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Numerics;
using System.Reflection;
using System.Runtime.CompilerServices;
using Scriba... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Numerics;
using System.Reflection;
using System.Runtime.CompilerServices;
using Scriba... |
e131dd14b2f68fbc455ce8296d40ea195dd0c43a | Early exit for same conversion type | Early exit for same conversion type
| lunet-io/scriban,textamina/scriban | src/Scriban/TemplateContext.Helpers.cs | bsd-2-clause | 1,589,036,942 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Numerics;
using System.Reflecti... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Numerics;
using System.Reflecti... |
65eb6ad4a7ff2312dc1207ec7b7d783e493e364c | Remove bridge code which now causes tag section unit tests to fail. | Remove bridge code which now causes tag section unit tests to fail.
| PenguinF/sandra-three | Sandra.Chess/Tests/ParseTrees.TagSection.cs | apache-2.0 | 1,589,036,885 | #region License
/*********************************************************************************
* ParseTrees.TagSection.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.
* ... | #region License
/*********************************************************************************
* ParseTrees.TagSection.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.
* ... |
9ee748f35e23e379e99fa1f7dfb3155494b76900 | correct the terminology of the helper methods | correct the terminology of the helper methods
| wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,wieslaws... | src/Avalonia.Visuals/Rendering/SceneGraph/LineBoundsHelper.cs | mit | 1,589,036,867 | using System;
using Avalonia.Media;
namespace Avalonia.Rendering.SceneGraph
{
public static class LineBoundsHelper
{
private const double degreeToRadians = Math.PI / 180.0;
private static double CalculateAngle(Point p1, Point p2)
{
var xDiff = p2.X - p1.X;
var ... | using System;
using Avalonia.Media;
namespace Avalonia.Rendering.SceneGraph
{
public static class LineBoundsHelper
{
private const double degreeToRadians = Math.PI / 180.0;
private static double CalculateAngle(Point p1, Point p2)
{
var xDiff = p2.X - p1.X;
var ... |
bf40f69a5ae71654dd1ed2a849390a5c8ccb212f | inflate rectangle nodes to take into account the pen thickness. | inflate rectangle nodes to take into account the pen thickness.
| grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,Perspex/Perspex,jkori... | src/Avalonia.Visuals/Rendering/SceneGraph/RectangleNode.cs | mit | 1,589,036,847 | using System;
using System.Collections.Generic;
using Avalonia.Media;
using Avalonia.Media.Immutable;
using Avalonia.Platform;
using Avalonia.VisualTree;
namespace Avalonia.Rendering.SceneGraph
{
/// <summary>
/// A node in the scene graph which represents a rectangle draw.
/// </summary>
internal cla... | using System;
using System.Collections.Generic;
using Avalonia.Media;
using Avalonia.Media.Immutable;
using Avalonia.Platform;
using Avalonia.VisualTree;
namespace Avalonia.Rendering.SceneGraph
{
/// <summary>
/// A node in the scene graph which represents a rectangle draw.
/// </summary>
internal cla... |
414cf351555ad2d5ae7d7b954ecbacdace78b942 | Enable player electrocution overlay | Enable player electrocution overlay
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Health/Living/HumanHealth/PlayerHealth.cs | agpl-3.0 | 1,589,035,441 | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... | using System;
using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using Mirror;
using UnityEditor;
/// <summary>
/// Provides central access to the Players Health
/// </summary>
public class PlayerHealth : LivingHealthBehaviour
{
[SerializeField]
private MetabolismSystem... |
50036f3adc05dc336f046da785d22d84733e8ef3 | The FullName<T>() method detects and explains unexpected null values when it is used outside of its intended purpose. | The FullName<T>() method detects and explains unexpected null values when it is used outside of its intended purpose.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Utility.cs | mit | 1,589,034,577 | namespace Fixie.Tests
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using Fixie.Internal;
public static class Utility
{
public static string FullName<T>()
{
return typeof(T).FullName ??
... | namespace Fixie.Tests
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using Fixie.Internal;
public static class Utility
{
public static string FullName<T>()
=> typeof(T).FullName;
public static string ... |
9b40ce1c5dc40ebf88874bc7c5901854476a11d5 | Declare nullability for string assertions. | Declare nullability for string assertions.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,589,033,829 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using static System.Environment;
public static class AssertionExtensions
{
public static void ShouldBeGreaterThan(this int actual, int minimum)
{
... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using static System.Environment;
public static class AssertionExtensions
{
public static void ShouldBeGreaterThan(this int actual, int minimum)
{
... |
ecd709c45d733fa7cadfb3f6448ad93a51b2875f | prev commit fix. | prev commit fix.
| StockSharp/StockSharp | Algo/SubscriptionSecurityAllMessageAdapter.cs | apache-2.0 | 1,589,032,743 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
using StockSharp.Localization;
/// <summary>
/// Security ALL subscription counter adapter.
/// </summary>
public... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
using StockSharp.Localization;
/// <summary>
/// Security ALL subscription counter adapter.
/// </summary>
public... |
e75cfa19e2a36c7b1a3dfbbd82dd4520701c5824 | pre-commit | pre-commit
| OBeautifulCode/OBeautifulCode.Reflection | OBeautifulCode.Reflection.Recipes/ReflectionHelper/ReflectionHelper.MemberInfo.cs | mit | 1,589,032,051 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ReflectionHelper.MemberInfo.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet ... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="ReflectionHelper.MemberInfo.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet ... |
6c7e880374e9f5e76268f985ee7c5d7dbfe866db | improve star method | improve star method
| swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization | examples/drawing/constellation/injected/GraphicsModel/Field.cs | mit | 1,589,030,742 | using System;
using System.Security.Cryptography;
using System.Threading;
namespace GraphicsModel
{
public class Field : IDisposable
{
public readonly Star[] Stars;
public readonly float Width;
public readonly float Height;
readonly Random rand = new Random();
Thread a... | using System;
using System.Security.Cryptography;
using System.Threading;
namespace GraphicsModel
{
public class Field : IDisposable
{
public readonly Star[] Stars;
public readonly float Width;
public readonly float Height;
readonly Random rand = new Random();
Thread a... |
94b0b9498d992539549cb7960aa915c49531f58a | adapt tests | adapt tests
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer.Tests/PaymentRequestTests.cs | mit | 1,589,030,279 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Controllers;
using BTCPayServer.Data;
using BTCPayServer.Events;
using BTCPayServer.Models;
using BTCPayServer.Models.AppViewModels;
using BTCPayServer.Model... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Controllers;
using BTCPayServer.Data;
using BTCPayServer.Events;
using BTCPayServer.Models;
using BTCPayServer.Models.AppViewModels;
using BTCPayServer.Model... |
e0aeed4956287aae94b8564aa397e97153d78ae3 | Walk trought MCB and only display blocks related to AITD | Walk trought MCB and only display blocks related to AITD
| tigrouind/LifeDISA,tigrouind/LifeDISA | MemoryViewer/MemoryViewer/Program.cs | mit | 1,589,030,253 | using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
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... | using System;
using System.Diagnostics;
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") ... |
081004b8eddd2220e52f7a46f482d1aab680e7b9 | Refactored ErrorViewModel | Refactored ErrorViewModel
| davidsonsousa/CMSEngine,davidsonsousa/CMSEngine,davidsonsousa/CMSEngine,davidsonsousa/CMSEngine | CmsEngine.Application/Models/ViewModels/ErrorViewModel.cs | mit | 1,589,029,033 | namespace CmsEngine.Application.ViewModels
{
public class ErrorViewModel
{
public string Title { get; }
public string Message { get; }
public ErrorViewModel(string message)
{
Title = "Error";
Message = message;
}
public ErrorViewModel(str... | namespace CmsEngine.Application.ViewModels
{
public class ErrorViewModel
{
public string RequestId { get; set; }
public bool ShowRequestId
{
get
{
return !string.IsNullOrEmpty(RequestId);
}
}
}
}
|
0096b1a787fedfa4c36bba00472b46ab61c87ba5 | Add duplicate check enforcer run handling. (#591) | Add duplicate check enforcer run handling. (#591)
| tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Handlers/Handler.cs | mit | 1,589,024,064 | using Azure.Sdk.Tools.CheckEnforcer.Configuration;
using Azure.Sdk.Tools.CheckEnforcer.Integrations.GitHub;
using Microsoft.Extensions.Logging;
using Octokit;
using Octokit.Internal;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Security.Cryp... | using Azure.Sdk.Tools.CheckEnforcer.Configuration;
using Azure.Sdk.Tools.CheckEnforcer.Integrations.GitHub;
using Microsoft.Extensions.Logging;
using Octokit;
using Octokit.Internal;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Security.Cryp... |
8046e6e0bfb17f645ad9663e805bde843aa91313 | [FIX] fix a problem when a complex class with optional port drawing is used with NodeEditorGUILayout.DynamicPortList. By having an item that wasn't drawing the port, the method was throwing a KeyNotFoundException when reordering. (#262) | [FIX] fix a problem when a complex class with optional port drawing is used with NodeEditorGUILayout.DynamicPortList. By having an item that wasn't drawing the port, the method was throwing a KeyNotFoundException when reordering. (#262)
The fix detects if there isn't a port when swapping rects. | Siccity/UnityNodeEditorCore | Scripts/Editor/NodeEditorGUILayout.cs | mit | 1,589,023,295 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using UnityEditor;
using UnityEditorInternal;
using UnityEngine;
namespace XNodeEditor {
/// <summary> xNode-specific version of <see cref="EditorGUILayout"/> </summary>
public static class No... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using UnityEditor;
using UnityEditorInternal;
using UnityEngine;
namespace XNodeEditor {
/// <summary> xNode-specific version of <see cref="EditorGUILayout"/> </summary>
public static class No... |
6bff0bd18acee6ae9fbf35a1e2af924b33293e89 | [BC] ReflectionUtils.GetAttributes: return type changed to array | [BC] ReflectionUtils.GetAttributes: return type changed to array
| adams85/common | source/Karambolo.Common/ReflectionUtils.cs | mit | 1,589,023,212 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading;
using Karambolo.Common.Properties;
namespace Karambolo.Common
{
[Flags]
public enum ObjectToDictionaryFlags
{
None = 0,
IgnoreCase = 0x1,
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading;
using Karambolo.Common.Properties;
namespace Karambolo.Common
{
[Flags]
public enum ObjectToDictionaryFlags
{
None = 0,
IgnoreCase = 0x1,
... |
5dda94187e54d3980507872f69947330a5bfc62d | Add more edge case testing | Add more edge case testing
| UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu | osu.Game.Tests/NonVisual/CustomDataDirectoryTest.cs | mit | 1,589,022,824 | // 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.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Configurat... | // 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.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Configurat... |
bbebd26efb46b2091a53a966c08faca896b20e15 | Use DirectoryInfo in more places | Use DirectoryInfo in more places
| ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new | osu.Game/IO/OsuStorage.cs | mit | 1,589,022,811 | // 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 osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namespace osu.Game.IO
{
pu... | // 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 osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namespace osu.Game.IO
{
pu... |
4478b79f387dfb3361cafba4be865c50dcacd1e9 | Use non-deprecated method for checking S3 bucket existence | Use non-deprecated method for checking S3 bucket existence | emgarten/Sleet,emgarten/Sleet,emgarten/Sleet | src/SleetLib/FileSystem/AmazonS3FileSystem.cs | mit | 1,589,022,456 | #if !SLEETLEGACY
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Amazon.S3;
using Amazon.S3.Model;
using Amazon.S3.Util;
using Newtonsoft.Json.Linq;
using NuGet.Common;
using static Sleet.AmazonS3FileSystemAbstraction;
namespace Sleet
{
... | #if !SLEETLEGACY
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Amazon.S3;
using Amazon.S3.Model;
using Newtonsoft.Json.Linq;
using NuGet.Common;
using static Sleet.AmazonS3FileSystemAbstraction;
namespace Sleet
{
public class AmazonS3... |
3f78ddf482b7b74c399aa4adf0791156813860e2 | Add CanBeNull hinting | Add CanBeNull hinting
| peppy/osu-new,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game/OsuGame.cs | mit | 1,589,019,198 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.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.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.Configuration;
us... |
fa711a6456a4ca25eb74a3fda8da3977e13a8a63 | Fix null reference causing hard freeze if game is forcefully closed during disclaimer | Fix null reference causing hard freeze if game is forcefully closed during disclaimer
| ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu | osu.Game/OsuGame.cs | mit | 1,589,019,111 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.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.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.Configuration;
us... |
cb7e6902a6bcc2f76d085a3be2cfa0e901f161b1 | Fix VariableDataDrawer 2019.3 | Fix VariableDataDrawer 2019.3
Previously had a single and multi line variant, with multiline never being actually used. Changes in 2019.3 mean that its trying to use multiline and we don't actually want to, it makes many properties that are presently single line comfortable draw incorrectly.
| snozbot/fungus | Assets/Fungus/Scripts/Editor/VariableEditor.cs | mit | 1,589,018,142 | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEditor;
using UnityEngine;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Fungus.... | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEditor;
using UnityEngine;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Fungus.... |
132035ba5663160b96a50301bcb2676969e8c82a | don't call dataPath from log callback or play mode change. sometimes it throw main thread problem | don't call dataPath from log callback or play mode change. sometimes it throw main thread problem
| consulo/UnityEditorConsuloPlugin | Assets/Scripts/Editor/Plugins/Consulo/WebApiServer.cs | apache-2.0 | 1,589,018,033 | /*
* Copyright 2013-2016 consulo.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | /*
* Copyright 2013-2016 consulo.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
80a193a61608397d3a0b01e6e115445d2e26783b | Use IEnumerable<T> for TypedListConverter. | Use IEnumerable<T> for TypedListConverter.
| peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu | osu.Game/IO/Serialization/Converters/TypedListConverter.cs | mit | 1,589,017,319 | // 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 Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... | // 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 Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... |
459f7b53f8e2ed0200d09c15e63a59e86821b04d | Add references to 4 subclass singletons to GreenPgnGameResultSyntax. | Add references to 4 subclass singletons to GreenPgnGameResultSyntax.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnGameResultSyntax.cs | apache-2.0 | 1,589,016,818 | #region License
/*********************************************************************************
* PgnGameResultSyntax.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.
* Y... | #region License
/*********************************************************************************
* PgnGameResultSyntax.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.
* Y... |
55e0d91f37591061869917968a0897ff10ef726d | Fix download button being disabled after importing a download disabled beatmap | Fix download button being disabled after importing a download disabled beatmap
| NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu | osu.Game/Overlays/BeatmapListing/Panels/BeatmapPanelDownloadButton.cs | mit | 1,589,015,357 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Configuration;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Configuration;
using o... |
ba5697ded635618e7af413a89a60b183cf974798 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,015,314 | #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-... |
8fa7330dc080483e24b2af8c69e318183dd72a98 | Structure PgnParser members. | Structure PgnParser members.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,014,964 | #region License
/*********************************************************************************
* PgnParser.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 obt... | #region License
/*********************************************************************************
* PgnParser.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 obt... |
34f26f7425d64cd3acb52f6ba4ccf0e5ec26f58d | Update MS-OXCMAPIHTTP capture code in test cases | Update MS-OXCMAPIHTTP capture code in test cases
| XinwLi/Interop-TestSuites-1,OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites,XinwLi/Interop-TestSuites-1,XinwLi/Interop-TestSuites-1,OfficeDev/Interop-TestSuites,OfficeDev/Interop-TestSuites,XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/MS-OXCMAPIHTTP/TestSuite/S02_RequestTypesForAddressBookServerEndpoint.cs | mit | 1,589,011,704 | namespace Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP
{
using System;
using System.Collections.Generic;
using System.Net;
using Microsoft.Protocols.TestSuites.Common;
using Microsoft.Protocols.TestTools;
using Microsoft.VisualStudio.TestTools.UnitTesting;
/// <summary>
/// T... | namespace Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP
{
using System;
using System.Collections.Generic;
using System.Net;
using Microsoft.Protocols.TestSuites.Common;
using Microsoft.Protocols.TestTools;
using Microsoft.VisualStudio.TestTools.UnitTesting;
/// <summary>
/// T... |
903fd48bd6a55abc010abf36dba54d9d509b1193 | 出力フォルダを開いていると初期化に失敗する問題を回避 | 出力フォルダを開いていると初期化に失敗する問題を回避
| zenuas/Roku,zenuas/Roku | test/FrontEndTest.cs | mit | 1,589,010,587 | using Extensions;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.IO;
namespace Roku.Tests
{
public class FrontEndTest
{
public string SourceDir = "..\\..\\..\\rk";
public string ObjDir = "..\\..\\..\\rk\\obj";
[OneTimeSetUp]
public void One... | using Extensions;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.IO;
namespace Roku.Tests
{
public class FrontEndTest
{
public string SourceDir = "..\\..\\..\\rk";
public string ObjDir = "..\\..\\..\\rk\\obj";
[OneTimeSetUp]
public void One... |
72d770945cad4ae266a232d74b06cb0d8064f401 | add notes for obs and bandicam crashes | add notes for obs and bandicam crashes
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs | lgpl-2.1 | 1,589,005,103 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.EventHandlers;
using CompatBot.EventHandlers.LogParsing.POCOs;
using DSharpPlus;
using DSharpPlus.Entit... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Database;
using CompatBot.EventHandlers;
using CompatBot.EventHandlers.LogParsing.POCOs;
using DSharpPl... |
59eaa14b2912ced31093b09b570b52c2e95db8ff | add ForceClearAllAssetBundls() | add ForceClearAllAssetBundls()
| NDark/ndinfrastructure,NDark/ndinfrastructure | Unity/ABFetcher/AssetBundleManager/AssetBundleManager.cs | mit | 1,589,002,249 | // #define ENABLE_NDINFRA_ONE_BUNDLE
// #define ENABLE_NDINFRA_CUSTOM
// #define ENABLE_NDINFRA_DEBUG_INFO
// #define ENABLE_NDINFRA_NO_LOG
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using System.Collections;
using System.Collections.Generic;
/*
In this demo, we demonstrate:
1. Automatic a... | // #define ENABLE_NDINFRA_ONE_BUNDLE
// #define ENABLE_NDINFRA_CUSTOM
// #define ENABLE_NDINFRA_DEBUG_INFO
// #define ENABLE_NDINFRA_NO_LOG
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using System.Collections;
using System.Collections.Generic;
/*
In this demo, we demonstrate:
1. Automatic a... |
8271c64377be128cc2047cd215eac0355ef5e51e | fix change value of method parameter | fix change value of method parameter
| SignalGo/SignalGo-full-net | SignalGo.Server/ServiceManager/Providers/BaseProvider.cs | mit | 1,588,998,721 | using SignalGo.Server.DataTypes;
using SignalGo.Server.Helpers;
using SignalGo.Server.Models;
using SignalGo.Shared.Converters;
using SignalGo.Shared.DataTypes;
using SignalGo.Shared.Events;
using SignalGo.Shared.Helpers;
using SignalGo.Shared.Http;
using SignalGo.Shared.IO.Compressions;
using SignalGo.Shared.Models;
... | using SignalGo.Server.DataTypes;
using SignalGo.Server.Helpers;
using SignalGo.Server.Models;
using SignalGo.Shared.Converters;
using SignalGo.Shared.DataTypes;
using SignalGo.Shared.Events;
using SignalGo.Shared.Helpers;
using SignalGo.Shared.Http;
using SignalGo.Shared.IO.Compressions;
using SignalGo.Shared.Models;
... |
a77d9c49a7e7a251799fe7323e97af2771f11cb1 | hide caret if not editable | hide caret if not editable
| fairygui/FairyGUI-unity | Assets/Scripts/Core/Text/InputTextField.cs | mit | 1,588,998,591 | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
/// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。
/// </summary>
public class InputTextField : RichTextField
... | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
/// 接收用户输入的文本控件。因为支持直接输入表情,所以从RichTextField派生。
/// </summary>
public class InputTextField : RichTextField
... |
7b436695ad6717be8125e71c9edfeaf1fed2c9f0 | Add support for `Product` for Klarna `Source` | Add support for `Product` for Klarna `Source`
| stripe/stripe-dotnet | src/Stripe.net/Services/Sources/SourceKlarnaCreateOptions.cs | apache-2.0 | 1,588,998,518 | namespace Stripe
{
using Newtonsoft.Json;
public class SourceKlarnaCreateOptions : INestedOptions
{
[JsonProperty("background_image_url")]
public string BackgroundImageUrl { get; set; }
[JsonProperty("client_token")]
public string ClientToken { get; set; }
[JsonPro... | namespace Stripe
{
using Newtonsoft.Json;
public class SourceKlarnaCreateOptions : INestedOptions
{
[JsonProperty("background_image_url")]
public string BackgroundImageUrl { get; set; }
[JsonProperty("client_token")]
public string ClientToken { get; set; }
[JsonPro... |
7d979e0f0aa68e72ba6271a0e3bf8c6d2a048ba1 | Continue initialising InputHandlers if one fails | Continue initialising InputHandlers if one fails
| ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,... | osu.Framework/Platform/GameHost.cs | mit | 1,588,998,394 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.IO;
using System.Linq;
using Sys... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Globalization;
using System.IO;
using System.Linq;
using Sys... |
493188a243d8191a673ee19578d2305e160f9a51 | fixed a GTextInput bug | fixed a GTextInput bug
| fairygui/FairyGUI-unity | Assets/Scripts/UI/GTextField.cs | mit | 1,588,996,394 | using System.Collections.Generic;
using System.Text;
using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
///
/// </summary>
public class GTextField : GObject, ITextColorGear
{
protected TextField _textField;
protected string _text;
pro... | using System.Collections.Generic;
using System.Text;
using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
///
/// </summary>
public class GTextField : GObject, ITextColorGear
{
protected TextField _textField;
protected string _text;
pro... |
3306cc25a8f8ffc23ce2bee33d077173f4d03041 | Add Point.RotateAround | Add Point.RotateAround
| SaberSnail/GoldenAnvil.Utility | GoldenAnvil.Utility.Windows/PointUtility.cs | mit | 1,588,994,957 | using System;
using System.Windows;
namespace GoldenAnvil.Utility.Windows
{
public static class PointUtility
{
public static Point WithOffset(this Point point, Point that)
{
return new Point(point.X + that.X, point.Y + that.Y);
}
public static double DistanceTo(this Point point, Point target)
{
var... | using System;
using System.Windows;
namespace GoldenAnvil.Utility.Windows
{
public static class PointUtility
{
public static Point WithOffset(this Point point, Point that)
{
return new Point(point.X + that.X, point.Y + that.Y);
}
public static double DistanceTo(this Point point, Point target)
{
var... |
b4f9a66235b47a3c4b6a5e05c7afb00f49ee88b8 | Добавил определение процедуры \ функции | Добавил определение процедуры \ функции
| EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript | src/ScriptEngine/Machine/Rcw/RcwMetadata.cs | mpl-2.0 | 1,588,993,454 | using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC;
using FUNCFLAGS = System.Runtime.InteropServices.ComTypes.FUNCFLAGS;
using TYPEATTR = System.Runtime.InteropServices.ComTypes.TYPEATTR... | using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC;
using FUNCFLAGS = System.Runtime.InteropServices.ComTypes.FUNCFLAGS;
using TYPEATTR = System.Runtime.InteropServices.ComTypes.TYPEATTR... |
3ebb922f91368f73a3099a67a3e4c224b2a78a2f | Fix the build [TGSDeploy] | Fix the build [TGSDeploy]
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/ExperimentalWatchdog.cs | agpl-3.0 | 1,588,991,776 | using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Diagnostics;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Components.Chat;
using Tgstation.Server.Host.Components.Deployment... | using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Diagnostics;
using System.Globalization;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Components.Chat;
using Tgstation.Server.Host.Components.Deployment... |
8b699425de559585bcd798b20734ea8250c66eb8 | Declare nullability within ParameterizedCaseTests. | Declare nullability within ParameterizedCaseTests.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Cases/ParameterizedCaseTests.cs | mit | 1,588,991,524 | namespace Fixie.Tests.Cases
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Assertions;
using Fixie.Internal;
using static Utility;
public class ParameterizedCaseTests
{
readonly Discovery discovery = new SelfTestDiscovery... | namespace Fixie.Tests.Cases
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Assertions;
using Fixie.Internal;
using static Utility;
public class ParameterizedCaseTests
{
readonly Discovery discovery = new SelfTestDiscovery... |
6e79ecf1c3dda3fc81ef74caec0866de4299b88f | Declare nullability in GenericArgumentResolverTests. | Declare nullability in GenericArgumentResolverTests.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Internal/GenericArgumentResolverTests.cs | mit | 1,588,991,266 | namespace Fixie.Tests.Internal
{
using System;
using System.Collections.Generic;
using System.Linq;
using Assertions;
public class GenericArgumentResolverTests
{
static readonly Type[] Empty = { };
public void ShouldResolveNothingWhenThereAreNoInputParameters()
{
... | namespace Fixie.Tests.Internal
{
using System;
using System.Collections.Generic;
using System.Linq;
using Assertions;
public class GenericArgumentResolverTests
{
static readonly Type[] Empty = { };
public void ShouldResolveNothingWhenThereAreNoInputParameters()
{
... |
5f395e8a72d05327344e56f8f428bae79d486cd2 | Test helper `Type.GetInstanceMethod(string)` is guaranteed never to return null. | Test helper `Type.GetInstanceMethod(string)` is guaranteed never to return null.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/TestExtensions.cs | mit | 1,588,991,050 | namespace Fixie.Tests
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Fixie.Internal;
static class TestExtensions
{
const BindingFlags InstanceMethods = Bin... | namespace Fixie.Tests
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Fixie.Internal;
static class TestExtensions
{
const BindingFlags InstanceMethods = Bin... |
d9ac3a06bc58e379d0b58ddf55137e37fc5ef4cb | Declare the nullability of example arguments in CaseTests. | Declare the nullability of example arguments in CaseTests.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/CaseTests.cs | mit | 1,588,990,741 | namespace Fixie.Tests
{
using System;
using System.Linq;
using Assertions;
public class CaseTests
{
public void ShouldBeNamedAfterTheUnderlyingMethod()
{
var @case = Case("Returns");
@case.Name.ShouldBe("Fixie.Tests.CaseTests.Returns");
}
p... | namespace Fixie.Tests
{
using System;
using System.Linq;
using Assertions;
public class CaseTests
{
public void ShouldBeNamedAfterTheUnderlyingMethod()
{
var @case = Case("Returns");
@case.Name.ShouldBe("Fixie.Tests.CaseTests.Returns");
}
p... |
af9ead2787cca24dc0383860f184776efc72596f | Make directory deletion actually async | Make directory deletion actually async
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/IO/DefaultIOManager.cs | agpl-3.0 | 1,588,990,571 | using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.IO
{
/// <summary>
/// <see cref="IIOManager"/> that resolves paths to <see cref="Environment.Curre... | using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.IO
{
/// <summary>
/// <see cref="IIOManager"/> that resolves paths to <see cref="Environment.Curre... |
bedb4f80a253ccf48b9bf17463c5ea61d9d35254 | Set config file to plugin filename | Set config file to plugin filename
| Makar8000/ACT-Discord-Triggers | ACT_DiscordTriggers/DiscordPlugin.cs | mit | 1,588,989,267 | using System;
using System.Text;
using System.Windows.Forms;
using Advanced_Combat_Tracker;
using System.IO;
using System.Xml;
using System.Speech.Synthesis;
using System.Reflection;
using DiscordAPI;
namespace ACT_DiscordTriggers {
public class DiscordPlugin : UserControl, IActPluginV1 {
#region Designer Creat... | using System;
using System.Text;
using System.Windows.Forms;
using Advanced_Combat_Tracker;
using System.IO;
using System.Xml;
using System.Speech.Synthesis;
using System.Reflection;
using DiscordAPI;
namespace ACT_DiscordTriggers {
public class DiscordPlugin : UserControl, IActPluginV1 {
#region Designer Creat... |
a801dcb4b0dcb9296f851169a7c65bca6eba66a3 | Remove "Unknown OpCode (Hello)" logs | Remove "Unknown OpCode (Hello)" logs
| Makar8000/ACT-Discord-Triggers | DiscordAPI/DiscordClient.cs | mit | 1,588,989,239 | using Discord;
using Discord.Audio;
using Discord.WebSocket;
using NAudio.Wave;
using System;
using System.Collections.Generic;
using System.IO;
using System.Speech.AudioFormat;
using System.Speech.Synthesis;
using System.Threading.Tasks;
namespace DiscordAPI {
public static class DiscordClient {
private static... | using Discord;
using Discord.Audio;
using Discord.WebSocket;
using NAudio.Wave;
using System;
using System.Collections.Generic;
using System.IO;
using System.Speech.AudioFormat;
using System.Speech.Synthesis;
using System.Threading.Tasks;
namespace DiscordAPI {
public static class DiscordClient {
private static... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.