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 |
|---|---|---|---|---|---|---|---|---|
3719af24053c461d5cb9f049a7af358dbf910529 | - Fix hardcoded .dll extension, since it depends on the platform, we query it - Fix target depends path | - Fix hardcoded .dll extension, since it depends on the platform, we query it
- Fix target depends path
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Project.Configuration.cs | apache-2.0 | 1,589,806,832 | // Copyright (c) 2017 Ubisoft Entertainment
//
// 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... | // Copyright (c) 2017 Ubisoft Entertainment
//
// 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... |
e1cbdc9c1bf41518ceb6e465b02fc85abc6ce2bb | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,589,806,493 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
5eb225f7154db45d4b5e4f722a68c7d2e9190e47 | unnecessary worklist update | unnecessary worklist update
| iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie | src/Peachpie.CodeAnalysis/FlowAnalysis/Worklist.cs | apache-2.0 | 1,589,806,381 | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Operations;
using Pchp.CodeAnalysis.Semantics;
using Pchp.CodeAnalysis.Semantics.Graph;
using Pchp.CodeAnalysis.Symbols;
using Pchp.CodeAnalysis.Utilities;
using Peachpie.CodeAnalysis.FlowAnalysis.Graph;
using System;
using System.Collections.Concurrent;
using... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Operations;
using Pchp.CodeAnalysis.Semantics;
using Pchp.CodeAnalysis.Semantics.Graph;
using Pchp.CodeAnalysis.Symbols;
using Pchp.CodeAnalysis.Utilities;
using Peachpie.CodeAnalysis.FlowAnalysis.Graph;
using System;
using System.Collections.Concurrent;
using... |
78c8c1d45a7e2b7ca86a1804f715344ecdac47c7 | Better comment | Better comment
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Services/UpdateChecker.cs | mit | 1,589,806,047 | using System;
using System.ComponentModel;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bases;
using WalletWasabi.Exceptions;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasabi.WebClients.Wasabi;
namespace WalletWasabi.Services
{
public cl... | using System;
using System.ComponentModel;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bases;
using WalletWasabi.Exceptions;
using WalletWasabi.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Models;
using WalletWasabi.WebClients.Wasabi;
namespace WalletWasabi.Services
{
public cl... |
b24bbe261e971d74e069d1d2c701f727c0a5c57b | Fixing the code for handling null values for checkboxes. | Fixing the code for handling null values for checkboxes.
| microting/eform-sdk-dotnet,microting/eform-sdk-dotnet | eFormCore/Core.cs | mit | 1,589,806,011 | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify... | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify... |
566534ff749324d7a13b1fa7020917ca7e0db308 | Updated quote block test to also test quote author | Updated quote block test to also test quote author
| PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core | test/Piranha.Tests/Blocks.cs | mit | 1,589,805,805 | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* http://github.com/piranhacms/piranha
*
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using ... | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* http://github.com/piranhacms/piranha
*
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using ... |
a2c284d56b42e614761fca0a8a7900950dbff9ee | Simplify workbook protection exception tests | Simplify workbook protection exception tests
| ClosedXML/ClosedXML,igitur/ClosedXML | ClosedXML_Tests/Excel/Misc/XLWorkbookTests.cs | mit | 1,589,805,307 | using ClosedXML.Excel;
using NUnit.Framework;
using System;
using System.IO;
using System.Linq;
namespace ClosedXML_Tests.Excel
{
/// <summary>
/// Summary description for UnitTest1
/// </summary>
[TestFixture]
public class XLWorkbookTests
{
[Test]
public void Cell1()
... | using ClosedXML.Excel;
using NUnit.Framework;
using System;
using System.IO;
using System.Linq;
namespace ClosedXML_Tests.Excel
{
/// <summary>
/// Summary description for UnitTest1
/// </summary>
[TestFixture]
public class XLWorkbookTests
{
[Test]
public void Cell1()
... |
95556c1b0fc5129d16d687bd6da3781eb65fee43 | LoadStructの実装をFindStructOrNullに委譲 | LoadStructの実装をFindStructOrNullに委譲
| zenuas/Roku,zenuas/Roku | src/Compiler/Lookup.cs | mit | 1,589,804,985 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... |
476d7c4d799a1915b328ae560d105edc43907db1 | Create struct enumerator for CilInstructionCollection. | Create struct enumerator for CilInstructionCollection.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Code/Cil/CilInstructionCollection.cs | mit | 1,589,804,624 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using AsmResolver.PE.DotNet.Cil;
namespace AsmResolver.DotNet.Code.Cil
{
/// <summary>
/// Represents a collection of CIL instructions found in a method body.
/// </summary>
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using AsmResolver.PE.DotNet.Cil;
namespace AsmResolver.DotNet.Code.Cil
{
/// <summary>
/// Represents a collection of CIL instructions found in a method body.
/// </summary>
... |
fe3348882988fad4dc1bba75049573bcdd2cefbd | Option to allow caller to specify it does not want unchanged output files to be modified. This supports incremental build in VS. (#1373) | Option to allow caller to specify it does not want unchanged output files to be modified. This supports incremental build in VS. (#1373)
Check if generated code is different to existing files and only overwrite if so
Co-authored-by: Build Agent <d033e22ae348aeb5660fc2140aec35850c4da997@sage.com> | zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp | src/Generator/Driver.cs | mit | 1,589,804,248 | using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using CppSharp.AST;
using CppSharp.Generators;
using CppSharp.Generators.CLI;
using CppSharp.Generators.CSharp;
using CppSharp.Parser;
using CppSharp.Passes;
using CppSharp.Utils;
using ... | using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using CppSharp.AST;
using CppSharp.Generators;
using CppSharp.Generators.CLI;
using CppSharp.Generators.CSharp;
using CppSharp.Parser;
using CppSharp.Passes;
using CppSharp.Utils;
using ... |
6f34effdca11d01d97d82ced65c7f7c996a5b046 | FindFunctionOrNullをリファクタリング | FindFunctionOrNullをリファクタリング
| zenuas/Roku,zenuas/Roku | src/Compiler/Lookup.cs | mit | 1,589,804,195 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... |
9b26611cb945a1383500bd413dac9492c85bbc30 | Encapsulate _module in ReferenceImporter. | Encapsulate _module in ReferenceImporter.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/ReferenceImporter.cs | mit | 1,589,804,120 | using System;
using System.Linq;
using System.Reflection;
using AsmResolver.DotNet.Signatures;
namespace AsmResolver.DotNet
{
/// <summary>
/// Provides a mechanism for creating references to members defined in external .NET modules.
/// </summary>
public class ReferenceImporter
{
private r... | using System;
using System.Linq;
using System.Reflection;
using AsmResolver.DotNet.Signatures;
namespace AsmResolver.DotNet
{
/// <summary>
/// Provides a mechanism for creating references to members defined in external .NET modules.
/// </summary>
public class ReferenceImporter
{
private r... |
b3c0035b0b8b092ea399b25caa7db000149135cc | Add failing leak test for Path control. | Add failing leak test for Path control.
| SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspe... | tests/Avalonia.LeakTests/ControlTests.cs | mit | 1,589,803,312 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Remoting.Contexts;
using Avalonia.Controls;
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Templates;
using Avalonia.Diagnostics;
using Avalonia.Input;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia.Platform;
u... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Remoting.Contexts;
using Avalonia.Controls;
using Avalonia.Controls.Templates;
using Avalonia.Diagnostics;
using Avalonia.Input;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using A... |
76cef25dbb81f04d6d66ba059346ab91209b6755 | feat: add filterattributes | feat: add filterattributes
| neuecc/MagicOnion | src/MagicOnion.OpenTelemetryNew/MagicOnionCollector.cs | mit | 1,589,803,215 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Grpc.Core;
using MagicOnion.Server;
using MagicOnion.Server.Hubs;
using OpenTelemetry.Metrics;
using OpenTelemetry.Metrics.Configuration;
using OpenTelemet... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Grpc.Core;
using MagicOnion.Server;
using MagicOnion.Server.Hubs;
using OpenTelemetry.Metrics;
using OpenTelemetry.Metrics.Configuration;
using OpenTelemetry.Metrics.Export;
using ... |
4a9cd38a76ff31a2e7a261d3e454bc443a1066f8 | デバッグ用の表示変更 | デバッグ用の表示変更
| zenuas/Roku,zenuas/Roku | src/IntermediateCode/TypeGenericsValue.cs | mit | 1,589,800,456 | using Extensions;
using System.Collections.Generic;
namespace Roku.IntermediateCode
{
public class TypeGenericsValue : ITypeDefinition
{
public string Name { get; }
public Types Types { get; set; } = Types.Struct;
public List<ITypeDefinition> Generics { get; } = new List<ITypeDefinitio... | using System.Collections.Generic;
namespace Roku.IntermediateCode
{
public class TypeGenericsValue : ITypeDefinition
{
public string Name { get; }
public Types Types { get; set; } = Types.Struct;
public List<ITypeDefinition> Generics { get; } = new List<ITypeDefinition>();
pub... |
68e76778f3df5768477629d2f86beaffbb78edd1 | Build fix 3 | Build fix 3
| ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab | source/Tests/Internal/TestAssemblyLog.cs | bsd-2-clause | 1,589,800,307 | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Text.RegularExpressions;
using SharpLab.Server.Common.Diagnostics;
using Xunit.Abstractions;
namespace SharpLab.Tests.Internal {
public static class TestAssemblyLog {
[Conditional("DEBUG")]
pub... | using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Text.RegularExpressions;
using SharpLab.Server.Common.Diagnostics;
using Xunit.Abstractions;
namespace SharpLab.Tests.Internal {
public static class TestAssemblyLog {
[Conditional("DEBUG")]
pub... |
8aa75c59db1c66190f39bdf7f19c5c08c2630191 | Fixed race condition | Fixed race condition
| azeno/NuGetAssemblyLoader | VVVV.NuGetAssemblyLoader/AssemblyLoader.cs | mit | 1,589,800,243 | using System;
using System.IO;
using System.Reflection;
using System.Linq;
using System.Collections.Generic;
using System.Runtime.Versioning;
using NuGet;
using System.Diagnostics;
using System.Xml.Linq;
using System.Timers;
using System.Collections.Concurrent;
using System.Text.RegularExpressions;
names... | using System;
using System.IO;
using System.Reflection;
using System.Linq;
using System.Collections.Generic;
using System.Runtime.Versioning;
using NuGet;
using System.Diagnostics;
using System.Xml.Linq;
using System.Timers;
using System.Collections.Concurrent;
using System.Text.RegularExpressions;
names... |
33f34c9421cfcfab602c4a57235f0453c1b7ace8 | Build fix 2 | Build fix 2
| ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab | source/Server/Common/Diagnostics/AssemblyLog.cs | bsd-2-clause | 1,589,800,109 | using System.Diagnostics;
using System.IO;
using Mono.Cecil;
namespace SharpLab.Server.Common.Diagnostics {
public static class AssemblyLog {
#if DEBUG
private static readonly AsyncLocal<string> _pathFormat = new AsyncLocal<string>();
public static void Enable(string pathFormat) ... | using System.Diagnostics;
using System.IO;
#if DEBUG
using System.Threading;
#endif
using Mono.Cecil;
namespace SharpLab.Server.Common.Diagnostics {
public static class AssemblyLog {
#if DEBUG
private static readonly AsyncLocal<string> _pathFormat = new AsyncLocal<string>();
p... |
a0d32153ff10997270d4a49143d9121dca149503 | simplify batching | simplify batching
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,799,850 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
7bebbe2844c2a87fdde43a21be93d73431abc4cf | fix(atoz): removed the limiting on a to z pull back. other fix should work. | fix(atoz): removed the limiting on a to z pull back. other fix should work.
| smbc-digital/iag-contentapi | src/StockportContentApi/Repositories/AtoZRepository.cs | mit | 1,589,799,801 | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... |
1285cef9e9de6820c835cfe5efd55750bf5940ac | simplify batching code | simplify batching code
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,799,727 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
f98ee2718552e1663318e7466d70cc51e983264d | Fix referencing wrong child | Fix referencing wrong child
| NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu | osu.Game.Tests/Visual/Gameplay/TestSceneSkipOverlay.cs | mit | 1,589,799,660 | // 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 NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
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 NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
us... |
328a77cbf95bd5ad4372bfc19363fef76f3e88e1 | tiny formatting | tiny formatting
| ThisIsNotRocketScience/GerberTools,ThisIsNotRocketScience/GerberTools | GerberProjects/OpampCalculator/OpampCalculator.cs | mit | 1,589,798,997 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using GerberLibrary;
using GerberLibrary.Core;
namespace OpampCalculator
{
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using GerberLibrary;
using GerberLibrary.Core;
namespace OpampCalculator
{
public partial class Opam... |
b35b150f3883609e62e31e8bb6216e82b888cc6c | Simplify colouring logic | Simplify colouring logic
| peppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu | osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs | mit | 1,589,798,931 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.... |
49ee05c3c4dbd8b8d9d6f673fb887665b384b592 | Make into CompositeDrawable | Make into CompositeDrawable
| peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game/Screens/Play/SkipOverlay.cs | mit | 1,589,798,269 | // 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;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Graphics;
using osu.F... | // 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;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Graphics;
using osu.F... |
e71bd9b285ffcd2c3143472bdb75a70c010eca22 | Fix mutex position | Fix mutex position
| DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer | LmpClient/ModuleStore/Patching/PartModulePatcher.cs | mit | 1,589,798,124 | using Harmony;
using Harmony.ILCopying;
using LmpClient.Base;
using LmpClient.ModuleStore.Structures;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading.Tasks;
namespace LmpClient.ModuleStore.Patching
{
/// <summary>
... | using Harmony;
using Harmony.ILCopying;
using LmpClient.Base;
using LmpClient.ModuleStore.Structures;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading.Tasks;
namespace LmpClient.ModuleStore.Patching
{
/// <summary>
... |
6d78c62023ab4bd81f09dcb05be9d1ffad9f52a6 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,797,918 | #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-... |
98f7f00b599324f46244b37b01a423770de2e679 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,797,760 | #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-... |
c20902f249883ab6a16ca95d3096463767cc015a | Fix double in accuracy calculation in OsuPerformanceCalculator. | Fix double in accuracy calculation in OsuPerformanceCalculator.
| ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,smoogipooo/osu | osu.Game.Rulesets.Osu/Difficulty/OsuPerformanceCalculator.cs | mit | 1,589,797,323 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.... |
9cce05ed6919aa95ad1a11d14e2810dbddad137b | Fix Connection draw on out of view Block | Fix Connection draw on out of view Block
Invert the short circuit so we still do the connection draw after all other block drawing logic
| snozbot/fungus | Assets/Fungus/Scripts/Editor/FlowchartWindow.cs | mit | 1,589,797,271 | // 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 UnityEngine;
using UnityEditor;
using System;
using System.Linq;
using System.Collections.Generic;
using System.Refle... | // 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 UnityEngine;
using UnityEditor;
using System;
using System.Linq;
using System.Collections.Generic;
using System.Refle... |
e89f433e75a27beabac183fa956f962296295332 | set startup path using executing assembly location | set startup path using executing assembly location
| tewarid/net-tools | NotificationTool/MainForm.cs | mit | 1,589,797,268 | using Common;
using DesktopBridge;
using Microsoft.Win32;
using System;
using System.Reflection;
using System.Windows.Forms;
namespace NotificationTool
{
[MainForm(Name="Notification Tool")]
public partial class MainForm : Form
{
private bool quitCalled = false;
public MainForm()
... | using Common;
using DesktopBridge;
using Microsoft.Win32;
using System;
using System.Windows.Forms;
namespace NotificationTool
{
[MainForm(Name="Notification Tool")]
public partial class MainForm : Form
{
private bool quitCalled = false;
public MainForm()
{
InitializeC... |
265cd2eb8400863f857f08b4a078f6962fdcb8d6 | Fixed crash when trying to save evaluatables in the toolbox. | Fixed crash when trying to save evaluatables in the toolbox.
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Overrides/Logic/Control_EvaluatableToolbox.xaml.cs | mit | 1,589,797,161 | using Aurora.Controls;
using Aurora.Utils;
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Input;
using stat... | using Aurora.Controls;
using Aurora.Utils;
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Input;
using stat... |
2093baa2d382c244bf3d3c70016a7fb9976560e2 | add GetUserId with default value | add GetUserId with default value
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Services/IUserIdProvider.cs | mit | 1,589,796,863 | using WeihanLi.Extensions;
namespace WeihanLi.Common.Services
{
public interface IUserIdProvider
{
string GetUserId();
}
public static class UserIdProviderExtensions
{
public static T GetUserId<T>(this IUserIdProvider userIdProvider)
{
return userIdProvider.Get... | using WeihanLi.Extensions;
namespace WeihanLi.Common.Services
{
public interface IUserIdProvider
{
string GetUserId();
}
public static class UserIdProviderExtensions
{
public static T GetUserId<T>(this IUserIdProvider userIdProvider)
{
return userIdProvider.Get... |
f9b3dca3ba872886e994d7ee6c3c0b26cc11e403 | Improve banning | Improve banning
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,589,796,769 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
280448fffa9b68903b9d53a0f34796c1f1392957 | Just some formatting. | Just some formatting.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex/Areas/OrleansDashboard/Middlewares/OrleansDashboardAuthenticationMiddleware.cs | mit | 1,589,796,316 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... |
fd80b72407beb2336101b5176636f4865cccaf7e | Fixes for updating the player's skills. For example the skill change for updating arms lore was referenced to skill number 4 (item identification)instead of skill number 5(arms lore). This brought problems while training skills. | Fixes for updating the player's skills. For example the skill change for updating arms lore was referenced to skill number 4 (item identification)instead of skill number 5(arms lore). This brought problems while training skills.
| uoinfusion/Infusion | Infusion/Packets/Both/SendSkillsPacket.cs | mit | 1,589,796,040 | using System;
using System.Collections.Generic;
using Infusion.IO;
namespace Infusion.Packets.Both
{
internal sealed class SendSkillsPacket : MaterializedPacket
{
public SkillValue[] Values { get; private set; }
public override void Deserialize(Packet rawPacket)
{
this.raw... | using System;
using System.Collections.Generic;
using Infusion.IO;
namespace Infusion.Packets.Both
{
internal sealed class SendSkillsPacket : MaterializedPacket
{
public SkillValue[] Values { get; private set; }
public override void Deserialize(Packet rawPacket)
{
this.raw... |
c67a5022dc60fa126c47d4cc4633dc459e1dd49a | fix: internal nullref | fix: internal nullref
| ON-IT/Visma.Net,ON-IT/Visma.Net | Visma.net/Models/Supplier.cs | mit | 1,589,795,710 | using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using ONIT.VismaNetApi.Lib;
using ONIT.VismaNetApi.Models.CustomDto;
using ONIT.VismaNetApi.Models.Enums;
/*
* Find: ([a-zA-Z]+) ([a-zA-Z]+) { get; set; }
* Replace with: $1 $2 { get { return Get<$1>(); } set { Set(va... | using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using ONIT.VismaNetApi.Lib;
using ONIT.VismaNetApi.Models.CustomDto;
using ONIT.VismaNetApi.Models.Enums;
/*
* Find: ([a-zA-Z]+) ([a-zA-Z]+) { get; set; }
* Replace with: $1 $2 { get { return Get<$1>(); } set { Set(va... |
373aae06109b845c078dcaaacab8deb5406094b3 | Use int for total hits in OsuPerformanceCalculator. | Use int for total hits in OsuPerformanceCalculator.
| UselessToucan/osu,peppy/osu-new,smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game.Rulesets.Osu/Difficulty/OsuPerformanceCalculator.cs | mit | 1,589,795,132 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.... |
3640eed93d772efc1228568be5dc0ceb8d78e485 | fix(atoz): limiting the number to 1000 to match tests. will increase if this works | fix(atoz): limiting the number to 1000 to match tests. will increase if this works
| smbc-digital/iag-contentapi | src/StockportContentApi/Repositories/AtoZRepository.cs | mit | 1,589,795,097 | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... |
b43e9781566e45723dfe33ebc24fc8083edd0f96 | Unify to use double in CatchPerformanceCalculator. | Unify to use double in CatchPerformanceCalculator.
| UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu | osu.Game.Rulesets.Catch/Difficulty/CatchPerformanceCalculator.cs | mit | 1,589,795,096 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Extensions;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Difficulty;
using osu.... |
e0fa9ccfd57ef498a8604a372645b0728f725801 | dont use magic number | dont use magic number
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,794,875 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
3f9848ec03ffd41f173fb6f06e7677384c4ab07b | [CI] Fixed InfluxDB Cloud point timestamps | [CI] Fixed InfluxDB Cloud point timestamps
| melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drymidi,melanchall/drywetmidi | Resources/Utilities/ExportBenchmarksResults/ExportBenchmarksResults/Program.cs | mit | 1,589,794,838 | using System;
using System.IO;
using InfluxDB.Client;
using InfluxDB.Client.Api.Domain;
using InfluxDB.Client.Writes;
using Newtonsoft.Json;
namespace ExportBenchmarksResults
{
class Program
{
private static class FieldsNames
{
public const string Min = "min";
public c... | using System;
using System.IO;
using InfluxDB.Client;
using InfluxDB.Client.Api.Domain;
using InfluxDB.Client.Writes;
using Newtonsoft.Json;
namespace ExportBenchmarksResults
{
class Program
{
private static class FieldsNames
{
public const string Min = "min";
public c... |
10c3a711f741e4fdcf84af5a8b98780a1820e16f | add ReviewRequest | add ReviewRequest
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Models/ReviewState.cs | mit | 1,589,794,500 | namespace WeihanLi.Common.Models
{
/// <summary>
/// ReviewState
/// 审核状态
/// </summary>
public enum ReviewState : sbyte
{
/// <summary>
/// UnReviewed
/// 待审核
/// </summary>
UnReviewed = 0,
/// <summary>
/// Reviewed
/// 审核通过
... | namespace WeihanLi.Common.Models
{
/// <summary>
/// ReviewState
/// 审核状态
/// </summary>
public enum ReviewState : sbyte
{
/// <summary>
/// UnReviewed
/// 待审核
/// </summary>
UnReviewed = 0,
/// <summary>
/// Reviewed
/// 审核通过
... |
903b3ed3467ff14b7eac3a8763a62d82c08fc287 | fix(atoz): limiting the number to 200. will increase if this works | fix(atoz): limiting the number to 200. will increase if this works
| smbc-digital/iag-contentapi | src/StockportContentApi/Repositories/AtoZRepository.cs | mit | 1,589,794,432 | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... | using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using StockportContentApi.Config;
using StockportContentApi.Http;
using StockportContentApi.Model;
using StockportContentApi.Utils;
using System;
using Contentful.Core.Search;
using StockportContentApi.Client;
using St... |
2bad862e0c13af2b9d96ab5468eafa039e7d1af8 | Local api. | Local api.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex/Config/Authentication/IdentityServerServices.cs | mit | 1,589,793,850 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... |
31dbcdae54791cd6f771c77139925f0639209511 | Fix type change in tests. | Fix type change in tests.
| sjp/Schematic,sjp/Schematic,sjp/Schematic | src/SJP.Schematic.Sqlite.Tests/Integration/Pragma/DatabasePragmaTests.cs | mit | 1,589,792,401 | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using SJP.Schematic.Core;
using SJP.Schematic.Core.Extensions;
using SJP.Schematic.Sqlite.Pragma;
namespace SJP.Schematic.Sqlite.Tests.Integration.Pragma
{
internal sealed class DatabasePragmaTests : Sqli... | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using SJP.Schematic.Core;
using SJP.Schematic.Core.Extensions;
using SJP.Schematic.Sqlite.Pragma;
namespace SJP.Schematic.Sqlite.Tests.Integration.Pragma
{
internal sealed class DatabasePragmaTests : Sqli... |
16e85ae0b1c0399b2a3dce77df4758b3c51f6079 | Remove Grid class | Remove Grid class
| peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs | mit | 1,589,791,924 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.... |
c246e1c4a01d3dbf073d01fc1e997310df469f31 | More docs. | More docs.
| sjp/Schematic,sjp/Schematic,sjp/Schematic | src/SJP.Schematic.Sqlite/SqliteRelationalDatabaseTableProvider.cs | mit | 1,589,791,615 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using LanguageExt;
using Nito.AsyncEx;
using SJP.Schematic.Core;
using SJP.Schematic.Core.Extensions;
using SJP.Schematic.... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using LanguageExt;
using Nito.AsyncEx;
using SJP.Schematic.Core;
using SJP.Schematic.Core.Extensions;
using SJP.Schematic.... |
30b41d9eeb99578b4afeb378eefdcaaf465f0158 | Add OnOverrideTranslateName() to translate channel name | Add OnOverrideTranslateName() to translate channel name
| ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp | source/Htc.Vita.Core/Runtime/NamedPipeIpcChannel.cs | mit | 1,589,791,415 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Text;
using System.Threading;
using Htc.Vita.Core.Crypto;
using Htc.Vita.Core.Diagnos... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Text;
using System.Threading;
using Htc.Vita.Core.Crypto;
using Htc.Vita.Core.Diagnos... |
641a680a6db19b510cedbe5d0981495e1e7ec4ef | Fix encoding | Fix encoding
| RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,RSuter/NSwag,RSuter/NSwag | src/NSwag.Generation.AspNetCore.Tests/Parameters/FormDataTests.cs | mit | 1,589,788,373 | using System.Linq;
using System.Threading.Tasks;
using NJsonSchema;
using NSwag.Generation.AspNetCore.Tests.Web.Controllers.Parameters;
using Xunit;
namespace NSwag.Generation.AspNetCore.Tests.Parameters
{
public class FormDataTests : AspNetCoreTestsBase
{
[Fact]
public async Task WhenOperatio... | using System.Linq;
using System.Threading.Tasks;
using NJsonSchema;
using NSwag.Generation.AspNetCore.Tests.Web.Controllers.Parameters;
using Xunit;
namespace NSwag.Generation.AspNetCore.Tests.Parameters
{
public class FormDataTests : AspNetCoreTestsBase
{
[Fact]
public async Task WhenOperatio... |
e2b18763bbcd32e57e3b921cece21963b4a32932 | cache should not be same name | cache should not be same name
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Wox.Infrastructure/Alphabet.cs | mit | 1,589,786,581 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Runtime.Caching;
using System.Text;
using hyjiacan.util.p4n;
using hyjiacan.util.p4n.format;
using NLog;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.U... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Runtime.Caching;
using System.Text;
using hyjiacan.util.p4n;
using hyjiacan.util.p4n.format;
using NLog;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.U... |
58e3c52dd26b42cf3970e8c3f5be349b2fcf5f5a | Disable logging in ConnectSelfToBreakConnectionWaiting() | Disable logging in ConnectSelfToBreakConnectionWaiting()
| ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp | source/Htc.Vita.Core/Runtime/NamedPipeIpcChannel.cs | mit | 1,589,784,793 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Text;
using System.Threading;
using Htc.Vita.Core.Crypto;
using Htc.Vita.Core.Diagnos... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Text;
using System.Threading;
using Htc.Vita.Core.Crypto;
using Htc.Vita.Core.Diagnos... |
f379949c382d47587bf0115f23c65fe80c2d7de3 | fine grained cache for pinyin | fine grained cache for pinyin
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox.Infrastructure/Alphabet.cs | mit | 1,589,784,406 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Runtime.Caching;
using System.Text;
using hyjiacan.util.p4n;
using hyjiacan.util.p4n.format;
using NLog;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.U... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using hyjiacan.util.p4n;
using hyjiacan.util.p4n.format;
using JetBrains.Annotations;
using NLog;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Infrastructure.UserSe... |
552647631b30824dbb9b426c3c4a6170b5b4077f | adjust cache policy | adjust cache policy
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Infrastructure/StringMatcher.cs | mit | 1,589,784,377 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Runtime.Caching;
using static Wox.Infrastructure.StringMatcher;
namespace Wox.Infrastructure
{
public class StringMatcher
{
public SearchPrecisionScore UserSettingSearchPrecision { get... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Runtime.Caching;
using static Wox.Infrastructure.StringMatcher;
namespace Wox.Infrastructure
{
public class StringMatcher
{
public SearchPrecisionScore UserSettingSearchPrecision { get... |
2706c6935795633a62ae09716dd00e00431d3a51 | Cursor Indicator: Opacity | Cursor Indicator: Opacity
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/CursorIndicator1.xaml.cs | apache-2.0 | 1,589,783,606 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Interop;
usin... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Interop;
usin... |
75c884990aa51ce86c8fa3fdbe11c150a8ec77ae | Pretty important bug fixed. | Pretty important bug fixed.
| alvivar/Hasten | Gigas/Gigas.cs | mit | 1,589,783,352 | // Gigas is just a cool name.
// Get is the main function to handle entities.
public static class Gigas
{
// Returns the 'components' that belongs to the 'entities' intersected.
// Let's assume that the first array on 'entities' is the one related
// position by position to the 'components' in the result.... | // Gigas is just a cool name.
// Get is the main function to handle entities.
public static class Gigas
{
// Returns the 'components' that belongs to the 'entities' intersected.
// Let's assume that the first array on 'entities' is the one related
// position by position to the 'components' in the result.... |
570bfa167d8df0033d20917d883bbf8a1196312c | Await extension method. | Await extension method.
| DragonSpark/Framework,DragonSpark/Framework,DragonSpark/Framework | DragonSpark/Compose/Model.Operations.cs | mit | 1,589,782,774 | using DragonSpark.Model.Operations;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace DragonSpark.Compose
{
// ReSharper disable once MismatchedFileName
public static partial class ExtensionMethods
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static ValueTask ToOpera... | using DragonSpark.Model.Operations;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace DragonSpark.Compose
{
// ReSharper disable once MismatchedFileName
public static partial class ExtensionMethods
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static ValueTask ToOpera... |
e79c082574d7bb37e4c13d90f658496f5fc4827e | Add update instalment schedule route | Add update instalment schedule route
| gocardless/gocardless-dotnet | GoCardless/Services/InstalmentScheduleService.cs | mit | 1,589,782,446 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
31234b54ad76d6a4910633f56912b238d44084dd | Update type for bank_account_type field in redirect_flow | Update type for bank_account_type field in redirect_flow
| gocardless/gocardless-dotnet | GoCardless/Services/RedirectFlowService.cs | mit | 1,589,782,367 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using GoCardless.Internals;
using GoCardless.Resources;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace GoCardless.Services
{
/// <summar... |
c18e71efa649f264d093f4c03ad0a44763d5dce0 | Improve readability by using AMD64 and i386 variables instead of constants | Improve readability by using AMD64 and i386 variables instead of constants
| secana/PeNet | src/PeNet/Header/Pe/ImageFileHeader.cs | apache-2.0 | 1,589,781,795 | using System;
using System.Collections.Generic;
using PeNet.FileParser;
namespace PeNet.Header.Pe
{
/// <summary>
/// The File header contains information about the structure
/// and properties of the PE file.
/// </summary>
public class ImageFileHeader : AbstractStructure
{
//... | using System;
using System.Collections.Generic;
using PeNet.FileParser;
namespace PeNet.Header.Pe
{
/// <summary>
/// The File header contains information about the structure
/// and properties of the PE file.
/// </summary>
public class ImageFileHeader : AbstractStructure
{
//... |
f2a4401072a9b84ebe477cd9b13fb85015f91035 | Add remaining .NET machine types | Add remaining .NET machine types
Fix #145
| secana/PeNet | src/PeNet/Header/Pe/ImageFileHeader.cs | apache-2.0 | 1,589,781,683 | using System;
using System.Collections.Generic;
using PeNet.FileParser;
namespace PeNet.Header.Pe
{
/// <summary>
/// The File header contains information about the structure
/// and properties of the PE file.
/// </summary>
public class ImageFileHeader : AbstractStructure
{
//... | using System;
using System.Collections.Generic;
using PeNet.FileParser;
namespace PeNet.Header.Pe
{
/// <summary>
/// The File header contains information about the structure
/// and properties of the PE file.
/// </summary>
public class ImageFileHeader : AbstractStructure
{
//... |
11c79ed7bab22ee6c80189309691d038f41f93ce | 443: Box.Tag | 443: Box.Tag
| LayoutFarm/PixelFarm | src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/2_Basic/3_Box.cs | bsd-2-clause | 1,589,780,513 | //Apache2, 2014-present, WinterDev
using System.Collections.Generic;
using LayoutFarm.UI;
namespace LayoutFarm.CustomWidgets
{
public enum ContentStretch : byte
{
None,
Horizontal,
Vertical,
Both,
}
public sealed class Box : AbstractBox, IContainerUI, ISimpleContainer... | //Apache2, 2014-present, WinterDev
using System.Collections.Generic;
using LayoutFarm.UI;
namespace LayoutFarm.CustomWidgets
{
public enum ContentStretch : byte
{
None,
Horizontal,
Vertical,
Both,
}
public sealed class Box : AbstractBox, IContainerUI, ISimpleContainer... |
3eea4f7a8d47577282ea874dfaff9a8d9b56aa2a | Don't error if keywords aren't supplied. | Don't error if keywords aren't supplied.
| boarder2/Shacknews-Push-Notifications | src/SNPN/Data/UserRepo.cs | mit | 1,589,780,147 | using Dapper;
using Serilog;
using SNPN.Model;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SNPN.Data
{
public class UserRepo : DbHelper, IUserRepo
{
public UserRepo(ILogger logger, AppConfiguration config) : base(logger, config) { }
public async Task<Notification... | using Dapper;
using Serilog;
using SNPN.Model;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SNPN.Data
{
public class UserRepo : DbHelper, IUserRepo
{
public UserRepo(ILogger logger, AppConfiguration config) : base(logger, config) { }
public async Task<Notification... |
a4abefe3c9cb10e5923f06a2b18e18d9a8a62a74 | query won't need translate since query will always be engligh / pinyin | query won't need translate since query will always be engligh / pinyin
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox.Infrastructure/StringMatcher.cs | mit | 1,589,779,905 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using static Wox.Infrastructure.StringMatcher;
namespace Wox.Infrastructure
{
public class StringMatcher
{
private readonly MatchOption _defaultMatchOption = new MatchOption();
public SearchPrecisio... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using static Wox.Infrastructure.StringMatcher;
namespace Wox.Infrastructure
{
public class StringMatcher
{
private readonly MatchOption _defaultMatchOption = new MatchOption();
public SearchPrecisio... |
027b449cb647d8687e720dff0ea921edce0fbd51 | fixes virtual path | fixes virtual path
| robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,abjerner/Umbraco-CMS,robe... | src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs | mit | 1,589,778,969 | using System;
using Umbraco.Core;
using Microsoft.AspNetCore.Routing;
using System.Reflection;
using Umbraco.Web.Common.Install;
using Umbraco.Core.Hosting;
namespace Umbraco.Extensions
{
public static class LinkGeneratorExtensions
{
/// <summary>
/// Return the back office url if the back off... | using System;
using Umbraco.Core;
using Microsoft.AspNetCore.Routing;
using System.Reflection;
using Umbraco.Web.Common.Install;
namespace Umbraco.Extensions
{
public static class LinkGeneratorExtensions
{
/// <summary>
/// Return the back office url if the back office is installed
///... |
074a1741392476b62ccdfc8bec91fff09d0dabb9 | Update src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs | Update src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs
Co-authored-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk> | marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/... | src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs | mit | 1,589,778,953 | using System;
using Umbraco.Core;
using Microsoft.AspNetCore.Routing;
using System.Reflection;
using Umbraco.Web.Common.Install;
namespace Umbraco.Extensions
{
public static class LinkGeneratorExtensions
{
/// <summary>
/// Return the back office url if the back office is installed
///... | using System;
using Umbraco.Core;
using Microsoft.AspNetCore.Routing;
using System.Reflection;
using Umbraco.Web.Common.Install;
namespace Umbraco.Extensions
{
public static class LinkGeneratorExtensions
{
/// <summary>
/// Return the back office url if the back office is installed
///... |
5dc0dfb5addafcd51f9438f8512b54f92457993e | Update src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs | Update src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs
Co-authored-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk> | dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,abj... | src/Umbraco.Web.Common/Extensions/LinkGeneratorExtensions.cs | mit | 1,589,778,750 | using System;
using Umbraco.Core;
using Microsoft.AspNetCore.Routing;
using System.Reflection;
using Umbraco.Web.Common.Install;
namespace Umbraco.Extensions
{
public static class LinkGeneratorExtensions
{
/// <summary>
/// Return the back office url if the back office is installed
///... | using System;
using Umbraco.Core;
using Microsoft.AspNetCore.Routing;
using System.Reflection;
using Umbraco.Web.Common.Install;
namespace Umbraco.Extensions
{
public static class LinkGeneratorExtensions
{
/// <summary>
/// Return the back office url if the back office is installed
///... |
fb1a40358c5e2d42da248d4d698698b962311fb1 | Add missing DelegateCustomFunction.CreateFunc | Add missing DelegateCustomFunction.CreateFunc
| lunet-io/scriban,textamina/scriban | src/Scriban/Runtime/DelegateCustomFunction.cs | bsd-2-clause | 1,589,778,533 | // 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.Reflection;
using System.Threading.Tasks;
using Scriban.Parsing;
using Scriban.Syntax;
namespace Scriban.Runtime
{
... | // 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.Reflection;
using System.Threading.Tasks;
using Scriban.Parsing;
using Scriban.Syntax;
namespace Scriban.Runtime
{
... |
60f04838c9ce7e920a223990b7d9b742fc8624a1 | LayerCameraSetting.zoom on Gum layers now set when Gum resolution is applied. | LayerCameraSetting.zoom on Gum layers now set when Gum resolution is applied.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/Glue/Glue/Plugins/EmbeddedPlugins/CameraPlugin/CameraSetupCodeGenerator.cs | mit | 1,589,777,452 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FlatRedBall.IO;
using FlatRedBall.Glue.CodeGeneration.CodeBuilder;
using FlatRedBall.Glue.Parsing;
using FlatRedBall.Utilities;
using FlatRedBall.Glue.Plugins.ExportedImplementations;
using FlatRedBall.Glue.SaveClasses;
using S... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FlatRedBall.IO;
using FlatRedBall.Glue.CodeGeneration.CodeBuilder;
using FlatRedBall.Glue.Parsing;
using FlatRedBall.Utilities;
using FlatRedBall.Glue.Plugins.ExportedImplementations;
using FlatRedBall.Glue.SaveClasses;
using S... |
04985e1cbf2240b3828e84874c91f5dda9ec9d04 | fix everything hight data index | fix everything hight data index
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Everything/Everything/EverythingAPI.cs | mit | 1,589,777,343 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using Wox.Infrastructure.Logger;
using Wox.Plugin.Everything.Everything.Exceptions;
namespace Wox.Plugin.Everything.Everything
{
public sealed class EverythingApi
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using Wox.Infrastructure.Logger;
using Wox.Plugin.Everything.Everything.Exceptions;
namespace Wox.Plugin.Everything.Everything
{
public sealed class EverythingApi
... |
e2a3ca486096f13f2e6364d441a7565b86c35088 | fine grained cancelation for program plugin and fix sort | fine grained cancelation for program plugin and fix sort
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,589,776,791 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastruc... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Progra... |
c392907b0b44eebda7049d150392834f495814d3 | update window title | update window title
| swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization | examples/plotting/livecharts/LiveChartsQuickstart/Form1.Designer.cs | mit | 1,589,774,379 | namespace LiveChartsQuickstart
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
//... | namespace LiveChartsQuickstart
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
//... |
d8f4023d4eabf2da72f20b6e492b0a1b700d05d0 | basci cancelation for program plugin query | basci cancelation for program plugin query
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,589,773,549 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Progra... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Progra... |
50ed1622ff1dcf95eb63359d64fd44d2d98a4905 | remove useless variable | remove useless variable
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,589,773,260 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Progra... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Progra... |
f2a26183e21df3990a6d8e4a52c49dea27f7a835 | try fix windows 7/8 detection support | try fix windows 7/8 detection support
https://github.com/Wox-launcher/Wox/issues/2935
https://github.com/Wox-launcher/Wox/issues/2932
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Core/Resource/Theme.cs | mit | 1,589,771,621 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastru... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastru... |
ea8c20b0d273d7d810cd3796a7d5d36d63440b71 | Added InOrder Predecessor in BinarySearchTree | Added InOrder Predecessor in BinarySearchTree
| ChiragKalia/AlgorithmsAndDataStructures | DataStructures/Trees/BinarySearchTree.cs | mit | 1,589,766,946 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataStructures.Trees
{
public class BinarySearchTree
{
public class BSTNode
{
public int data;
public BSTNode left;
public BSTNode r... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataStructures.Trees
{
public class BinarySearchTree
{
public class BSTNode
{
public int data;
public BSTNode left;
public BSTNode r... |
940034314b5961f8b80d84d8da7705eaa1dd95e6 | Tests - Convert BinderFacts.NullToValueType to NullToValueTypeTheory | Tests - Convert BinderFacts.NullToValueType to NullToValueTypeTheory
Now uses Theory with InlineData
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp.Test/Framework/BinderFacts.cs | bsd-3-clause | 1,589,766,463 | // Copyright © 2018 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using CefSharp.ModelBinding;
using Xunit;
namespace CefSharp.Test.Framework
{
/// <summary>
///... | // Copyright © 2018 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using CefSharp.ModelBinding;
using Xunit;
namespace CefSharp.Test.Framework
{
/// <summary>
///... |
633894a79a44f2ab8afe9397b7953d576b9a060e | Adds UPS response to diagnostic logging | Adds UPS response to diagnostic logging
| HotcakesCommerce/core,HotcakesCommerce/core | Libraries/Hotcakes.Shipping.Ups/UPSService.cs | mit | 1,589,766,018 | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software")... |
5995892d36961ae671ff0eb40974bc921037a6eb | Better reword the fail message on CheckFaulted(...) | Better reword the fail message on CheckFaulted(...)
| peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framew... | osu.Framework/Audio/BassUtils.cs | mit | 1,589,764,113 | // 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 ManagedBass;
using osu.Framework.Logging;
namespace osu.Framework.Audio
{
internal static class BassUtils
{
/// <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 ManagedBass;
using osu.Framework.Logging;
namespace osu.Framework.Audio
{
internal static class BassUtils
{
/// <summary>
///... |
2dcb475a8edb468f95feff56676e61d81a54a79e | Disable CA1506 for DeploymentProcess | Disable CA1506 for DeploymentProcess
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs | agpl-3.0 | 1,589,763,310 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.M... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.M... |
1d7f5d0d387b4089e8ab1248bcefb0ea7d50ef64 | Shaved a few bytes by not saving 0 additive colors. | Shaved a few bytes by not saving 0 additive colors.
| umasteeringgroup/UMA | UMAProject/Assets/UMA/Core/Extensions/DynamicCharacterSystem/Scripts/AvatarDefinition.cs | mit | 1,589,762,977 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using UMA.CharacterSystem;
using UnityEngine;
[Serializable]
public struct ColorDef
{
public int chan; // What channel this is
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using UMA.CharacterSystem;
using UnityEngine;
[Serializable]
public struct ColorDef
{
public int chan; // What channel this is
... |
89de18db9c440eda9b93df9b24c45f38638654cb | Fixes lag generator | Fixes lag generator
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Items/Others/FireExtinguisher.cs | agpl-3.0 | 1,589,762,364 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
using Chemistry.Components;
[RequireComponent(typeof(Pickupable))]
public class FireExtinguisher : NetworkBehaviour, IServerSpawn,
IInteractable<HandActivate>,
ICheckedInteractable<AimApply>
{
bool safety = t... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
using Chemistry.Components;
[RequireComponent(typeof(Pickupable))]
public class FireExtinguisher : NetworkBehaviour, IServerSpawn,
IInteractable<HandActivate>,
ICheckedInteractable<AimApply>
{
bool safety = t... |
9821476a1e7d163a6a1f6a817d64bd40475a582d | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,589,762,082 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
b522f5affa5b20dfd85ccb816c8a5c7b894c8b45 | Last parameter for DownloadLeaderboardEntries is index inclusive | Last parameter for DownloadLeaderboardEntries is index inclusive
| Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks | Facepunch.Steamworks/Structs/Leaderboard.cs | mit | 1,589,760,675 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace Steamworks.Data
{
public struct Leaderboard
{
internal SteamLeaderboard_t Id;
/// <summary>
/// the name of a leaderboard
/// </summary>
publ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace Steamworks.Data
{
public struct Leaderboard
{
internal SteamLeaderboard_t Id;
/// <summary>
/// the name of a leaderboard
/// </summary>
publ... |
d35be9484134bf049f6c20a7e89b52d59d35a564 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.3.3384.20200517231811-master-304010c
| LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,589,757,613 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "304010c0cdcdd93f3bd2f6dc0130a94b89983a48";
public static string Version = "1.3";
public static string Build = "3384";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "a7a376b9e3377f63fab0167a57015a6746bace6f";
public static string Version = "1.3";
public static string Build = "3383";
... |
33e4175c87ebb60aafd058037228d06f2a403bef | add additional telemetry for RL | add additional telemetry for RL
| tawnkramer/sdsandbox,tawnkramer/sdsandbox | sdsim/Assets/Scripts/tcp/TcpCarHandler.cs | bsd-3-clause | 1,589,757,533 | using System.Collections;
using UnityEngine;
using System;
using UnityEngine.UI;
using System.Globalization;
using UnityEngine.SceneManagement;
using UnityStandardAssets.ImageEffects;
namespace tk
{
public class TcpCarHandler : MonoBehaviour {
public GameObject carObj;
public ICar c... | using System.Collections;
using UnityEngine;
using System;
using UnityEngine.UI;
using System.Globalization;
using UnityEngine.SceneManagement;
using UnityStandardAssets.ImageEffects;
namespace tk
{
public class TcpCarHandler : MonoBehaviour {
public GameObject carObj;
public ICar c... |
5e00e5d32a4f060490e1244f9874694744cc7c25 | moved changes to localpcinfo | moved changes to localpcinfo
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/LocalPCInformation.cs | mit | 1,589,757,042 | using Aurora.Utils;
using NAudio.CoreAudioApi;
using System.Linq;
namespace Aurora.Profiles {
/// <summary>
/// Class representing local computer information
/// </summary>
public class LocalPCInformation : Node {
#region Time Properties
/// <summary>
/// The current hour
... | using Aurora.Utils;
using NAudio.CoreAudioApi;
using System.Linq;
namespace Aurora.Profiles {
/// <summary>
/// Class representing local computer information
/// </summary>
public class LocalPCInformation : Node {
#region Time Properties
/// <summary>
/// The current hour
... |
0eb388db847ec10abb8954118cb2bd164c006318 | removed inconsistent sensors | removed inconsistent sensors
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Utils/HardwareMonitor.cs | mit | 1,589,756,832 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Timers;
using LibreHardwareMonitor.Hardware;
using Computer = LibreHardwareMonitor.Hardware.Computer;
namespace Aurora.Utils
{
public static class HardwareMonitor
{... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Timers;
using LibreHardwareMonitor.Hardware;
using Computer = LibreHardwareMonitor.Hardware.Computer;
namespace Aurora.Utils
{
public static class HardwareMonitor
{... |
a0a54efd4ec7f8ab4b1aaebf965cdd2e693fee4e | Fix test crashing because of sceneManager not being nullable | Fix test crashing because of sceneManager not being nullable
| peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu | osu.Game.Tournament/Screens/SetupScreen.cs | mit | 1,589,756,734 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Drawing;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Drawing;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
us... |
c4da1f2d4808925c09519be7768773b290989270 | Restored AssemblyVersion in AssemblyInfo | Restored AssemblyVersion in AssemblyInfo
| adamstyl/sharp-convert | SharpConvert/Properties/AssemblyInfo.cs | mit | 1,589,756,351 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... |
32fbd8a31743eda1dcf0edcd366116819f8a6d5f | Commented version in AssemblyInfo | Commented version in AssemblyInfo
| adamstyl/sharp-convert | SharpConvert/Properties/AssemblyInfo.cs | mit | 1,589,755,854 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... |
7a839c1486cf96d322187474f34d3fd4f63c4b81 | Renamed Refresh button to Change source | Renamed Refresh button to Change source
| UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game.Tournament/Screens/SetupScreen.cs | mit | 1,589,755,808 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Drawing;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Drawing;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
us... |
ddd32d863490ea21336a57828eb185ba961c2c5e | Forgot to uncomment large parts of the test kernel | Forgot to uncomment large parts of the test kernel
| CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos | Tests/Kernels/GraphicTest/Kernel.cs | bsd-3-clause | 1,589,754,318 | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
/*
* It is impossible to make assertions here but it is useful in any case to have it runs automatically
... | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
/*
* It is impossible to make assertions here but it is useful in any case to have it runs automatically
... |
42ed309aca8bbf56870ba5cd74fc18db82ca3b83 | Try to workaround the 403 throwing issue. | Try to workaround the 403 throwing issue.
| dapplo/Dapplo.Confluence | src/Dapplo.Confluence/UserExtensions.cs | mit | 1,589,753,936 | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;... | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;... |
885ba695df25f3548da5ed770bc841b589ca5938 | Fix 0055cc8bd76e2f7434c37710c44567cfb06f68e8 | Fix 0055cc8bd76e2f7434c37710c44567cfb06f68e8
| StockSharp/StockSharp | Community/AuthenticationClient.cs | apache-2.0 | 1,589,753,874 | #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... |
e03d1cf70e6b861bbe6a85dc24f4edb116a5239f | Fix prev commit. | Fix prev commit.
| StockSharp/StockSharp | Messages/Extensions.cs | apache-2.0 | 1,589,753,862 | #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... |
159cad46d500f1ba8146fb863b9a92e048dbd197 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,589,753,476 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
c0a06d108d6f5ed3c20b80aeb62852fb3211be77 | Update YeeLightDevice.cs | Update YeeLightDevice.cs
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Devices/YeeLight/YeeLightDevice.cs | mit | 1,589,753,400 | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using YeeLightAPI.YeeLightDeviceLoc... |
2c1ea8df0ee5cab73f97e0171d506b5f7c7a6870 | vs dkm debugger: removed unnecessary bytecode update | vs dkm debugger: removed unnecessary bytecode update
| WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc,WheretIB/nullc | vscode/nullc_debugger_component/LocalComponent.cs | mit | 1,589,753,179 | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... | using Microsoft.VisualStudio.Debugger;
using Microsoft.VisualStudio.Debugger.CallStack;
using Microsoft.VisualStudio.Debugger.ComponentInterfaces;
using Microsoft.VisualStudio.Debugger.CustomRuntimes;
using Microsoft.VisualStudio.Debugger.Evaluation;
using Microsoft.VisualStudio.Debugger.FunctionResolution;
using Micro... |
4d290d7b655db1e65838ac7e19888a793af3d90a | Using HttpCode.Forbidden to specify that a label does not exist, is nasty... | Using HttpCode.Forbidden to specify that a label does not exist, is nasty...
| dapplo/Dapplo.Confluence | src/Dapplo.Confluence/UserExtensions.cs | mit | 1,589,752,764 | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;... | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.