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 |
|---|---|---|---|---|---|---|---|---|
80bb093e15c93c58cb1a7c01309661faa9be652e | Simulated HTTP responses in AzureListenerTests accurately imitate the non-null empty string produced by HttpContent.ReadAsStringAsync for empty HTTP response bodies. | Simulated HTTP responses in AzureListenerTests accurately imitate the non-null empty string produced by HttpContent.ReadAsStringAsync for empty HTTP response bodies.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Internal/Listeners/AzureListenerTests.cs | mit | 1,589,638,221 | namespace Fixie.Tests.Internal.Listeners
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using Assertions;
using Fixie.Internal;
using Fixie.Internal.Listeners;
using static Fixie.Internal.Serialization;
public class AzureListenerTests : ... | namespace Fixie.Tests.Internal.Listeners
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using Assertions;
using Fixie.Internal;
using Fixie.Internal.Listeners;
using static Fixie.Internal.Serialization;
public class AzureListenerTests : ... |
43c6810427fed95b85bcf2551b1d0dbfbdb33580 | AzureListenerTests.Request minimizes nullability by providing a complete constructor. | AzureListenerTests.Request minimizes nullability by providing a complete constructor.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Internal/Listeners/AzureListenerTests.cs | mit | 1,589,638,058 | namespace Fixie.Tests.Internal.Listeners
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using Assertions;
using Fixie.Internal;
using Fixie.Internal.Listeners;
using static Fixie.Internal.Serialization;
public class AzureListenerTests : ... | namespace Fixie.Tests.Internal.Listeners
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using Assertions;
using Fixie.Internal;
using Fixie.Internal.Listeners;
using static Fixie.Internal.Serialization;
public class AzureListenerTests : ... |
7251c59441f2ca29282c4e7b23b21e6ce065f6ee | Distinguish the PgnSymbolType.BracketClose case. | Distinguish the PgnSymbolType.BracketClose case.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,637,666 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
04bf721f1608c425f1f137dd523287d76ba37d51 | When seeing a '[', and then a tag name, move to a second new parser state in which savedBracketOpen and savedTagName must still be captured. | When seeing a '[', and then a tag name, move to a second new parser state in which savedBracketOpen and savedTagName must still be captured.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,637,620 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
724ac18633d044e331b45fa21557fd9748d8f7ef | code clean up | code clean up
| iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,589,637,222 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
651d9e4f70e9eafd7d5f38e0df47d4b9d4db01ec | Fix Alpha mapping | Fix Alpha mapping
PHP has different alpha mapping than ImageSharp
| iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,589,637,168 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
68d6a0aa8ff71f1b05acd3a8cef5275f665fc4c1 | Report the unrecognized move error when it's converted from a tag name. | Report the unrecognized move error when it's converted from a tag name.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,636,462 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
f3e65bd795cbdf0d63fdb4145f20becba8b22abc | Cosmetic changes | Cosmetic changes
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/IO/StreamExtensions.cs | mit | 1,589,636,430 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="StreamExtensions.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proje... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="StreamExtensions.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the proje... |
e5677d17ca56e6aaa503b0c80d9feb6d803933e6 | Update HashCode.cs | Update HashCode.cs
| halak/jvalue | Runtime/HashCode.cs | mit | 1,589,636,093 | #if (!NETCOREAPP2_0 && !NETCOREAPP2_1 && !NETCOREAPP2_2 && !NETCOREAPP3_0 && !NETCOREAPP3_1 && !NETSTANDARD2_1)
namespace System
{
using System.Runtime.CompilerServices;
internal struct HashCode
{
public static int Combine<T1>(T1 value1)
=> value1?.GetHashCode() ?? 0;
[MethodI... | #if (!NETCOREAPP2_0 && !NETCOREAPP2_1 && !NETCOREAPP2_2 && !NETCOREAPP3_0)
namespace System
{
using System.Runtime.CompilerServices;
internal struct HashCode
{
public static int Combine<T1>(T1 value1)
=> value1?.GetHashCode() ?? 0;
[MethodImpl(MethodImplOptions.AggressiveInlin... |
eb6c152903272f142084f8694f229ed02074b4f8 | fix mempool acceptance | fix mempool acceptance
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,635,547 | 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... |
9b5768c8578437b6f872c6dc0fd25df4ac868004 | Fix registration acceptance test. | Fix registration acceptance test.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,635,097 | 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... |
ac8388ee9a918d6610174939b2804fdfc00898bf | Distribute CaptureSavedBracketOpen + yield action assignment over all cases. | Distribute CaptureSavedBracketOpen + yield action assignment over all cases.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,634,770 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
7dc2067b0d9d7303a35a51397620ac9ea39eba23 | Workflow Test | Workflow Test
| DvdKhl/AVDump3,DvdKhl/AVDump3,DvdKhl/AVDump3 | AVDump3Lib/Processing/AVD3ProcessingModule.cs | mit | 1,589,633,116 | using AVDump3Lib.Misc;
using AVDump3Lib.Modules;
using AVDump3Lib.Processing.BlockBuffers;
using AVDump3Lib.Processing.BlockConsumers;
using AVDump3Lib.Processing.BlockConsumers.Matroska;
using AVDump3Lib.Processing.BlockConsumers.MP4;
using AVDump3Lib.Processing.BlockConsumers.Ogg;
using AVDump3Lib.Processing.HashAlgo... | using AVDump3Lib.Misc;
using AVDump3Lib.Modules;
using AVDump3Lib.Processing.BlockBuffers;
using AVDump3Lib.Processing.BlockConsumers;
using AVDump3Lib.Processing.BlockConsumers.Matroska;
using AVDump3Lib.Processing.BlockConsumers.MP4;
using AVDump3Lib.Processing.BlockConsumers.Ogg;
using AVDump3Lib.Processing.HashAlgo... |
64a5da004ca9ca0669e631751d7e15d315cf998c | Limit the number of nodes expanded for dynamic compilation | Limit the number of nodes expanded for dynamic compilation
| ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,... | osu.Framework/Testing/RoslynTypeReferenceBuilder.cs | mit | 1,589,632,914 | // 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.
#if NETCOREAPP
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.... | // 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.
#if NETCOREAPP
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.... |
2061ec3f2476e2ca35a0b633318959bba591989a | 3475 Fix DOC203 by replacing <c> with ,see langword> inline in para element | 3475 Fix DOC203 by replacing <c> with ,see langword> inline in para element
| mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit | src/NUnitFramework/framework/Assert.Conditions.cs | mit | 1,589,632,296 | // ***********************************************************************
// Copyright (c) 2011 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... | // ***********************************************************************
// Copyright (c) 2011 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... |
c4e7a94383b87d06fbdee79ba8e69448d7e30a95 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,632,068 | #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-... |
98f811336918f921941a8e6f52efb7eb21202416 | Fix DOC101 by wrapping remark in para element | Fix DOC101 by wrapping remark in para element
| mjedrzejek/nunit,nunit/nunit,mjedrzejek/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit | src/NUnitFramework/framework/Assert.Conditions.cs | mit | 1,589,630,906 | // ***********************************************************************
// Copyright (c) 2011 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... | // ***********************************************************************
// Copyright (c) 2011 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... |
b5571a0ce5b365506346038fd9126417cb4ea205 | Instead of switching to a new tag section, add GreenPgnTagElementInMoveTreeSyntax instances to the current ply. | Instead of switching to a new tag section, add GreenPgnTagElementInMoveTreeSyntax instances to the current ply.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,629,902 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
0756ec60740bea397a19743e1305672385929b8b | Fix brackets | Fix brackets
| duracellko/planningpoker4azure,duracellko/planningpoker4azure,duracellko/planningpoker4azure | src/Duracellko.PlanningPoker.Domain/DeckProvider.cs | mit | 1,589,628,710 | using System;
using System.Collections.Generic;
namespace Duracellko.PlanningPoker.Domain
{
/// <summary>
/// Factory object to create selected estimation deck.
/// </summary>
public class DeckProvider
{
private readonly IEnumerable<Estimation> _standardDeck = new Estimation[]
{
... | using System;
using System.Collections.Generic;
namespace Duracellko.PlanningPoker.Domain
{
/// <summary>
/// Factory object to create selected estimation deck.
/// </summary>
public class DeckProvider
{
private readonly IEnumerable<Estimation> _standardDeck = new Estimation[]
{
... |
0bd8f9f14689f975739dbf19a667c47325383bc2 | don't use debug.assert for tests | don't use debug.assert for tests
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net.Tests/IptablesLibraryTest.cs | apache-2.0 | 1,589,628,133 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Adapter.Client;
using IPTables.Net.Iptables.NativeLibrary;
using NUnit.Framework;
namespace IPTables.Net.Tests
{... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Adapter.Client;
using IPTables.Net.Iptables.NativeLibrary;
using NUnit.Framework;
namespace IPTables.Net.Tests
{... |
727b40a040a784e67f52e2d8afb77935399c6561 | Use shared methods for all move section symbols from YieldInMoveTreeSection cases. | Use shared methods for all move section symbols from YieldInMoveTreeSection cases.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,627,701 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
4b11047daad0da1b9e273206e10cad89a360def3 | Remove unused var | Remove unused var
| fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Doors/InteractableDoor.cs | agpl-3.0 | 1,589,627,458 | using System.Collections;
using UnityEngine;
using Mirror;
using System;
/// <summary>
/// Allows a door to be interacted with.
/// It also checks for access restrictions on the players ID card
/// </summary>
public class InteractableDoor : NetworkBehaviour, IPredictedCheckedInteractable<HandApply>
{
private... | using System.Collections;
using UnityEngine;
using Mirror;
using System;
/// <summary>
/// Allows a door to be interacted with.
/// It also checks for access restrictions on the players ID card
/// </summary>
public class InteractableDoor : NetworkBehaviour, IPredictedCheckedInteractable<HandApply>
{
private... |
f1487faaaa721b5e651cbb67c9d467a4cc96d768 | Reinterpret move as a tag name when encountered within a tag pair. | Reinterpret move as a tag name when encountered within a tag pair.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,626,969 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
48837529a2bde83efa9e02e7000f1cd135f57c11 | Fix web socket sub protocol negotiation. | Fix web socket sub protocol negotiation.
| chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet | Source/MQTTnet.Server/Web/Startup.cs | mit | 1,589,626,901 | using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Net.Http.Headers;
using Microsoft.OpenApi.Models;
using Microsoft.Scripting.Utils;
using MQTTnet.AspNe... | using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Net.Http.Headers;
using Microsoft.OpenApi.Models;
using Microsoft.Scripting.Utils;
using MQTTnet.Serve... |
1165d80c0e29d738f6e428ec33ad2db28b418463 | add test for lib rule add | add test for lib rule add
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net.Tests/IptablesLibraryTest.cs | apache-2.0 | 1,589,626,638 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Adapter.Client;
using IPTables.Net.Iptables.NativeLibrary;
using NUnit.Framework;
namespace IPTables.Net.Tests
{... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Adapter.Client;
using IPTables.Net.Iptables.NativeLibrary;
using NUnit.Framework;
namespace IPTables.Net.Tests
{
[TestFixture(4)]
[Te... |
1aa408b489b0d99916d5af83075894875a5e00d6 | Improved style if -> switch | Improved style if -> switch
| mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new | src/DatenMeister/Runtime/ExtentStorage/ExtentConfigurationLoader.Migration.cs | mit | 1,589,626,079 | namespace DatenMeister.Runtime.ExtentStorage
{
/// <summary>
/// This loader is used to store and load the extent storage out of a file.
/// In addition, it will also use the ExtentManager class to load the actual data
/// of the extents
/// </summary>
public partial class ExtentConfigurationLo... | namespace DatenMeister.Runtime.ExtentStorage
{
/// <summary>
/// This loader is used to store and load the extent storage out of a file.
/// In addition, it will also use the ExtentManager class to load the actual data
/// of the extents
/// </summary>
public partial class ExtentConfigurationLo... |
6cc884674b727c8d591261b4b0775fe43e2840b1 | Split Move and UnrecognizedMove cases, as an unrecognized move can never be a valid tag name. | Split Move and UnrecognizedMove cases, as an unrecognized move can never be a valid tag name.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,589,625,574 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
5f4f19dfb49eec17ccd276066328aee5ac77b18b | add TestAddFromEmpty test | add TestAddFromEmpty test
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net.Tests/IpTablesRestoreSyncTests.cs | apache-2.0 | 1,589,625,552 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Modules.Comment;
using IPTables.Net.Netfilter;
using IPTables.Net.Netfilter.TableSync;
using IPTables.Net.TestFra... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Modules.Comment;
using IPTables.Net.Netfilter;
using IPTables.Net.Netfilter.TableSync;
using IPTables.Net.TestFra... |
324548f16d893e0f527d004d764ca17fcf08cdb9 | Remove OnPersistCompleted() | Remove OnPersistCompleted()
| AntShares/AntShares | src/neo/Ledger/Blockchain.cs | mit | 1,589,625,280 | using Akka.Actor;
using Akka.Configuration;
using Neo.Cryptography.ECC;
using Neo.IO;
using Neo.IO.Actors;
using Neo.IO.Caching;
using Neo.Network.P2P;
using Neo.Network.P2P.Payloads;
using Neo.Persistence;
using Neo.Plugins;
using Neo.SmartContract;
using Neo.SmartContract.Native;
using Neo.VM;
using System;
using Sys... | using Akka.Actor;
using Akka.Configuration;
using Neo.Cryptography.ECC;
using Neo.IO;
using Neo.IO.Actors;
using Neo.IO.Caching;
using Neo.Network.P2P;
using Neo.Network.P2P.Payloads;
using Neo.Persistence;
using Neo.Plugins;
using Neo.SmartContract;
using Neo.SmartContract.Native;
using Neo.VM;
using System;
using Sys... |
342075421f3ab54e32517ca3695118b334cabbd5 | Add exception tag to summary. | Add exception tag to summary.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnGameListSyntax.cs | apache-2.0 | 1,589,624,870 | #region License
/*********************************************************************************
* PgnGameListSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... | #region License
/*********************************************************************************
* PgnGameListSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... |
3cc42b408dab77ae80cab4f9a8d28c08c12da058 | Remove obsolete method | Remove obsolete method
| peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework... | osu.Framework/Extensions/ExtensionMethods.cs | mit | 1,589,624,099 | // 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.ComponentModel;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Reflection;
using Sys... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Reflection;
using Sys... |
c3f1070b4b5172f6c00921a8785404571886963e | Fix: Occasional overlay loader exception when closing SC | Fix: Occasional overlay loader exception when closing SC
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/osuOverlay/osuOverlayPlugin/IngameOverlay.cs | mit | 1,589,623,396 | using System;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Interfaces;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces.Co... | using System;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Interfaces;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces.Consumers;
using StreamCompanio... |
d4e8ee4b066df5ebcbf242b21269f76de3d7123a | Fix: Environment exit code | Fix: Environment exit code
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | osu!StreamCompanion/Program.cs | mit | 1,589,623,345 | using osu_StreamCompanion.Code.Core;
using osu_StreamCompanion.Code.Helpers;
using osu_StreamCompanion.Code.Windows;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Threading;
using ... | using osu_StreamCompanion.Code.Core;
using osu_StreamCompanion.Code.Helpers;
using osu_StreamCompanion.Code.Windows;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.AccessControl;
using System.Security.Principal;
using System.Threading;
using ... |
ca350cff20eba6f6c96b02da4da40fc0c8bf3246 | Fix: Prevent websocket startup fail from shutting down SC | Fix: Prevent websocket startup fail from shutting down SC
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/WebSocketDataSender/WebSocketDataGetter.cs | mit | 1,589,623,345 | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using Newtonsoft.Json;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using StreamCompanionTypes.Interfaces.Consumers;
using StreamCompanionTypes.Interfaces.Ser... | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using Newtonsoft.Json;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Interfaces;
using StreamCompanionTypes.Interfaces.Consumers;
using StreamCompanionTypes.Interfaces.Services;
using StreamCompanionTypes.... |
e3c1112b5ab10e981ce59c1c2a851ecdcf7a0dbb | Initial integration into results screen | Initial integration into results screen
| peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu | osu.Game/Screens/Ranking/ResultsScreen.cs | mit | 1,589,623,220 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphi... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
usin... |
27332dd7ca1114e6ff1e08cca5944ea6bf211e1f | Fixes #3803 | Fixes #3803
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Food/Edible.cs | agpl-3.0 | 1,589,623,088 | using System;
using System.Collections;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
/// <summary>
/// Indicates an edible object
/// </summary>
[RequireComponent(typeof(RegisterItem))]
[RequireComponent(typeof(ItemAttributesV2))]
public class Edible : Consumable, ICheckedInteractable<HandActivat... | using System;
using System.Collections;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
/// <summary>
/// Indicates an edible object
/// </summary>
[RequireComponent(typeof(RegisterItem))]
[RequireComponent(typeof(ItemAttributesV2))]
public class Edible : Consumable, ICheckedInteractable<HandActivat... |
d245213b4433397afd8ece650d2b2a6c55c24d4a | I forgot it | I forgot it
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/System/PosixProcessFeatures.cs | agpl-3.0 | 1,589,622,462 | using Microsoft.Extensions.Logging;
using Mono.Unix;
using Mono.Unix.Native;
using System;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class ... | using Microsoft.Extensions.Logging;
using Mono.Unix;
using Mono.Unix.Native;
using System;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class ... |
0551355c59c290b61399c942d53881ece9fce72f | Add support for concatenating chars (to string) | Add support for concatenating chars (to string)
| lunet-io/scriban,textamina/scriban | src/Scriban/Syntax/Expressions/ScriptBinaryExpression.cs | bsd-2-clause | 1,589,622,020 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Reflection;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
us... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license.
// See license.txt file in the project root for full license information.
using System;
using System.Collections;
using System.Reflection;
using System.Collections.Generic;
using System.IO;
using System.Numerics;
using S... |
8c5ccf574b3e6fbf6e26a85491713f3acf71ab7a | Add better fix for 1px bleed | Add better fix for 1px bleed
| peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game/Screens/Ranking/Contracted/ContractedPanelMiddleContent.cs | mit | 1,589,621,601 | // 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using os... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using os... |
cfa5a81e7844eb136f7e1fed6a04b3374788709e | Cleanup testscene | Cleanup testscene
| UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,ppy/osu | osu.Game.Tests/Visual/Ranking/TestSceneScorePanel.cs | mit | 1,589,621,601 | // 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.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Rulesets.Osu.Mods;
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 NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Rulesets.Osu.Mods;
using osu.... |
0279bcf3c8cc2ee3bc53f5b7aaa9925870dae71c | Fix missed issues | Fix missed issues
| UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game.Tests/Visual/Ranking/TestSceneScorePanel.cs | mit | 1,589,621,302 | // 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.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Rulesets.Osu.Mods;
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 NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Rulesets.Osu.Mods;
using osu.... |
34c4424e56d2da55558e6ac0f3044de4a421a407 | :shirt: Fix warning | :shirt: Fix warning
| SceneGate/Yarhl | src/Yarhl.UnitTests/IO/DataReaderTests.cs | mit | 1,589,621,172 | // Copyright (c) 2019 SceneGate
// 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, merge, publish, dist... | // Copyright (c) 2019 SceneGate
// 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, merge, publish, dist... |
f275750e396758bff9a370f5ad903eea72ffa18b | Add entity keys grepped from HL:A original map sources | Add entity keys grepped from HL:A original map sources
| SteamDatabase/ValveResourceFormat | ValveResourceFormat/Utils/EntityLumpKnownKeys.cs | mit | 1,589,621,001 | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |... | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |... |
3df92925ee704dce60d127c04557d3aaac15c9c3 | Add score panel test | Add score panel test
| smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu-new,peppy/osu | osu.Game.Tests/Visual/Ranking/TestSceneScorePanel.cs | mit | 1,589,620,927 | // 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 NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
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 NUnit.Framework;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.... |
f5e80148da217c7afe38a67cbd3d2e1127abb987 | add assertion | add assertion
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net.Tests/IptablesLibraryTest.cs | apache-2.0 | 1,589,618,873 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Adapter.Client;
using IPTables.Net.Iptables.NativeLibrary;
using NUnit.Framework;
namespace IPTables.Net.Tests
{
[TestFixture(4)]
[Te... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using IPTables.Net.Iptables.Adapter;
using IPTables.Net.Iptables.Adapter.Client;
using IPTables.Net.Iptables.NativeLibrary;
using NUnit.Framework;
namespace IPTables.Net.Tests
{
[TestFixture(4)]
[Te... |
4fde77d0578ee9b4f116845dd128bbb99f6b6111 | Performance improvements to SHACL And constraint | Performance improvements to SHACL And constraint
| mdesalvo/RDFSharp | RDFSharp/Model/Validation/Abstractions/Constraints/RDFAndConstraint.cs | apache-2.0 | 1,589,618,619 | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... | /*
Copyright 2012-2020 Marco De Salvo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to... |
edc657b230647c78ed89d45828412ef45440bb68 | (#48) (#71) Rename SliderStyleOptions to UIMenuScrollerSliderBar, added markers and fix OnSliderMouseInput working when scrolling is disabled | (#48) (#71) Rename SliderStyleOptions to UIMenuScrollerSliderBar, added markers and fix OnSliderMouseInput working when scrolling is disabled
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/MenuItems/UIMenuScrollerItem.cs | mit | 1,589,618,340 | namespace RAGENativeUI.Elements
{
using System;
using System.Drawing;
using System.Collections.Generic;
using Rage;
/// <summary>
/// Implements the basic functionality of an item with multiple options to choose from through scrolling, with left/right arrows.
/// </summary>
/// <seeals... | namespace RAGENativeUI.Elements
{
using System;
using System.Drawing;
using Rage;
/// <summary>
/// Implements the basic functionality of an item with multiple options to choose from through scrolling, with left/right arrows.
/// </summary>
public abstract class UIMenuScrollerItem : UIMenu... |
4d21ec13dfc66c644d74b6d4c520e678fd346471 | Fixed zoom, off-screen drag glitching (Fixes #47) | Fixed zoom, off-screen drag glitching (Fixes #47)
| Torrunt/vimage | vimage/Source/ImageViewer.cs | mit | 1,589,617,720 | using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using SFML.Window;
using SFML.Graphics;
using SFML.System;
using DevIL.Unmanaged;
using System.Diagnostics;
using System.Text.RegularExpressions;
using System.Threading;
namespace vimage
{
class ImageViewer
{
public co... | using System;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using SFML.Window;
using SFML.Graphics;
using SFML.System;
using DevIL.Unmanaged;
using System.Diagnostics;
using System.Text.RegularExpressions;
using System.Threading;
namespace vimage
{
class ImageViewer
{
public co... |
aab012a0947b05133e640313e947abde25afefdd | Fix GetAttribute documentation | Fix GetAttribute documentation
| dsbenghe/Novell.Directory.Ldap.NETStandard,dsbenghe/Novell.Directory.Ldap.NETStandard,dsbenghe/Novell.Directory.Ldap.NETStandard | src/Novell.Directory.Ldap.NETStandard/LdapAttributeSet.cs | mit | 1,589,615,715 | /******************************************************************************
* The MIT License
* Copyright (c) 2003 Novell Inc. www.novell.com
*
* 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 Soft... | /******************************************************************************
* The MIT License
* Copyright (c) 2003 Novell Inc. www.novell.com
*
* 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 Soft... |
c024e4c85a523b7926a199aaee1227b5f2a7eb09 | #26 add isnull to select in case where PricingSummary has no records | #26 add isnull to select in case where PricingSummary has no records
| samwa/loconomics,samwa/loconomics,samwa/loconomics | web/App_Code/LcRest/PricingSummary.cs | mpl-2.0 | 1,589,614,763 | using System;
using System.Collections.Generic;
using System.Linq;
using WebMatrix.Data;
using System.Web;
namespace LcRest
{
/// <summary>
///
/// </summary>
public class PricingSummary
{
#region Fields
public int pricingSummaryID;
public int pricingSummaryRevision;
... | using System;
using System.Collections.Generic;
using System.Linq;
using WebMatrix.Data;
using System.Web;
namespace LcRest
{
/// <summary>
///
/// </summary>
public class PricingSummary
{
#region Fields
public int pricingSummaryID;
public int pricingSummaryRevision;
... |
f1fe00d7232a600c64f3e34382b2b22af2111b9e | Moved pointer interaction back to game view to stop crashing | Moved pointer interaction back to game view to stop crashing
| smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framew... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,589,613,750 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... |
ce23fe3a6bf432b0fbcdb89ead00aba8492f6ee0 | add exception handle in image cache check | add exception handle in image cache check
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox/Image/ImageCache.cs | mit | 1,589,612,267 | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... |
32ee7ed8f435b2eb71201ae2918cbf02f35dee3d | Fixed Integrity not unregistering on destroy | Fixed Integrity not unregistering on destroy
| krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Health/Objects/Integrity.cs | agpl-3.0 | 1,589,612,135 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Atmospherics;
using DatabaseAPI;
using UnityEngine;
using UnityEngine.Events;
using Mirror;
using Tilemaps.Behaviours.Meta;
using UnityEngine.Profiling;
using Object = System.Object;
using Random = Unit... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Atmospherics;
using DatabaseAPI;
using UnityEngine;
using UnityEngine.Events;
using Mirror;
using Tilemaps.Behaviours.Meta;
using UnityEngine.Profiling;
using Object = System.Object;
using Random = Unit... |
51c50d35ed0fa533bf542bbf89dfcf93f6a1be74 | Bug fix for stats not updating | Bug fix for stats not updating
Subtle timing between HistoryChanged and TravelGrid firing meant that last_he/last_hl was not being set up, and the previous flag to say i've done it once was being set incorrectly with a null last_he.
So remove that, use a forceupdate flag, which always causes an update on tab switch
| klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,andreaspada/EDDiscovery | EDDiscovery/UserControls/CurrentState/UserControlStats.cs | apache-2.0 | 1,589,611,283 | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
2037d29e09529d2df0ce908df223a1e865823a84 | Reinstates forced rounded window sizes | Reinstates forced rounded window sizes
| fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/UI/ResponsiveUI.cs | agpl-3.0 | 1,589,611,172 | using System.Collections;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
/// <summary>
/// Responds to any UI or game window size changes
/// and adjusts all the elements accordingly
/// (i.e. forcing 16:9 aspect ratio, resizing camera size etc)
/// </summary>
public class Resp... | using System.Collections;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
/// <summary>
/// Responds to any UI or game window size changes
/// and adjusts all the elements accordingly
/// (i.e. forcing 16:9 aspect ratio, resizing camera size etc)
/// </summary>
public cla... |
0ad4621ccac6239ce83e282d6880c57f95298406 | Added automatic SignOut before trying to sign in again. Fixes #1159 | Added automatic SignOut before trying to sign in again. Fixes #1159
| PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core | core/Piranha.Manager/Areas/Manager/Pages/Login.cshtml.cs | mit | 1,589,604,906 | /*
* Copyright (c) 2019 Håkan Edling
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using Micr... | /*
* Copyright (c) 2019 Håkan Edling
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using Micr... |
95142c50ca0b8317575739fcd01828b9231d9f58 | Null check pixel cam | Null check pixel cam
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/UI/CameraZoomHandler.cs | agpl-3.0 | 1,589,604,803 | using System;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.U2D;
public class CameraZoomHandler : MonoBehaviour
{
private int zoomLevel = 24;
public float ZoomLevel => zoomLevel;
private bool scrollWheelzoom = false;
public bool ScrollWheelZoom => scrollWheelzoom;
private Pi... | using System;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.U2D;
public class CameraZoomHandler : MonoBehaviour
{
private int zoomLevel = 24;
public float ZoomLevel => zoomLevel;
private bool scrollWheelzoom = false;
public bool ScrollWheelZoom => scrollWheelzoom;
private Pi... |
6365cbdfee04c37af91d4d2b1a8ed58b8fa60d70 | console quickstart | console quickstart
| swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization | examples/plotting/zedgraph/ZedGraphQuickstart/Form1.cs | mit | 1,589,604,085 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Imaging;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ZedGraphQuickstart
{
public partial class Form1 : Form
{... | 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;
namespace ZedGraphQuickstart
{
public partial class Form1 : Form
{
public Form1()
... |
b4a853f8e85fe28e4ecadcb40ce1aab7adf26c96 | Add check for missing release tags | Add check for missing release tags
| macro187/verbot | Verbot/VerbotRepository.Checks.cs | mit | 1,589,601,433 | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using System;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckForVersionLocations();
CheckForConf... | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using System;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckForVersionLocations();
CheckForConf... |
9ff897b018a5f964103ee0f1b53341025e4c6355 | Fix door interaction order | Fix door interaction order
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Doors/InteractableDoor.cs | agpl-3.0 | 1,589,597,917 | using System.Collections;
using UnityEngine;
using Mirror;
using System;
/// <summary>
/// Allows a door to be interacted with.
/// It also checks for access restrictions on the players ID card
/// </summary>
public class InteractableDoor : NetworkBehaviour, IPredictedCheckedInteractable<HandApply>
{
private... | using System.Collections;
using UnityEngine;
using Mirror;
using System;
/// <summary>
/// Allows a door to be interacted with.
/// It also checks for access restrictions on the players ID card
/// </summary>
public class InteractableDoor : NetworkBehaviour, IPredictedCheckedInteractable<HandApply>
{
private... |
3cf40aee598a3920b6d22acd01865fc6cb94da65 | Delete this | Delete this
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/System/PosixProcessFeatures.cs | agpl-3.0 | 1,589,596,439 | using Microsoft.Extensions.Logging;
using Mono.Unix;
using Mono.Unix.Native;
using System;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class ... | using Microsoft.Extensions.Logging;
using Mono.Unix;
using Mono.Unix.Native;
using System;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class ... |
9a66dc7a711781cbf5bee8a142d29bd57830203f | Fix formatting | Fix formatting
| praeclarum/sqlite-net | src/SQLite.cs | mit | 1,589,595,667 | //
// Copyright (c) 2009-2019 Krueger Systems, Inc.
//
// 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,... | //
// Copyright (c) 2009-2019 Krueger Systems, Inc.
//
// 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,... |
b1243d6a8787a71701898de661a91fd457a827b7 | Add padding to so the back button is not in the way | Add padding to so the back button is not in the way
| NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu | osu.Game.Tournament/Screens/Editors/TournamentEditorScreen.cs | mit | 1,589,594,701 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Specialized;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumerableExtensio... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Specialized;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumerableExtensio... |
9d3df14179b740231e25bbb45f1d7b51e94b5840 | Remove unused variable | Remove unused variable
| smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu | osu.Game/Overlays/Settings/Sections/Input/MouseSettings.cs | mit | 1,589,594,607 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.... |
ef080b7241d53a037be0b63235cdd9254852482b | Fix tests for #812 | Fix tests for #812
| praeclarum/sqlite-net | tests/AsyncTests.cs | mit | 1,589,594,477 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.IO;
#if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAtt... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.IO;
#if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
using SetUp = Microsoft.VisualStudio.TestPlatform.UnitTestFramework.TestInitializeAtt... |
80dff9a456b96016940866e8c0ee6928b52df910 | Fix build warning | Fix build warning
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Session/SessionControllerFactory.cs | agpl-3.0 | 1,589,594,289 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.In... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.In... |
314b32256c07bfc643fc79fca5ff03c317a28515 | Better assert failure message | Better assert failure message
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Host.Tests/System/TestProcessFeatures.cs | agpl-3.0 | 1,589,593,691 | using Castle.Core.Logging;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
namespace Tgstation.Server.Host.System.Tests
{
/// <summary>
/// Tests for <see cref="IProcessFeatures"/>.
/// </... | using Castle.Core.Logging;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Threading.Tasks;
using Tgstation.Server.Host.IO;
namespace Tgstation.Server.Host.System.Tests
{
/// <summary>
/// Tests for <see cref="IProcessFeatures"/>.
/// </... |
1502281b03ba6004889464a741b94c8d4ff56b9e | More logging | More logging
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/System/Process.cs | agpl-3.0 | 1,589,593,684 | using Microsoft.Extensions.Logging;
using System;
using System.Diagnostics;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class Process : IProcess
{
/// <inheritdoc />
public int Id { get; }
/// <inheritdoc />
pu... | using Microsoft.Extensions.Logging;
using System;
using System.Diagnostics;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.System
{
/// <inheritdoc />
sealed class Process : IProcess
{
/// <inheritdoc />
public int Id { get; }
/// <inheritdoc />
pu... |
08b4fb70adf3ef53fd5e4d01d9f3e1adcc8b675e | Removed format. | Removed format.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Win32/Security/Authentication/Kerberos/KerberosChecksumGssApi.cs | apache-2.0 | 1,589,592,659 | // Copyright 2020 Google Inc. All Rights Reserved.
//
// 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 applica... | // Copyright 2020 Google Inc. All Rights Reserved.
//
// 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 applica... |
850ecc09112a5a584dbfdd49a4e2616d3dd45b48 | Added module path to DLL exports. | Added module path to DLL exports.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Win32/SafeLoadLibraryHandle.cs | apache-2.0 | 1,589,592,634 | // Copyright 2016, 2017 Google Inc. All Rights Reserved.
//
// 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 a... | // Copyright 2016, 2017 Google Inc. All Rights Reserved.
//
// 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 a... |
bf6ce390ff39d6db4c82897daf561af332491502 | Add sub screen implementation to SeedingEditorScreen | Add sub screen implementation to SeedingEditorScreen
| smoogipooo/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu | osu.Game.Tournament/Screens/Editors/SeedingEditorScreen.cs | mit | 1,589,591,271 | // 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewo... | // 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewo... |
c931bae70ec13b10f45c89ad67d223c635046186 | Add back button to TournamentScreen and the inputhandler for it | Add back button to TournamentScreen and the inputhandler for it
| smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu | osu.Game.Tournament/Screens/Editors/TournamentEditorScreen.cs | mit | 1,589,591,247 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Specialized;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumerableExtensio... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Specialized;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumerableExtensio... |
9944a514da95181dd6c4be222b2bd5d3e069dee4 | Dependency cache the ipc location file | Dependency cache the ipc location file
| UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu | osu.Game.Tournament/TournamentGameBase.cs | mit | 1,589,590,837 | // 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.Drawing;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Fr... | // 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.Drawing;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Fr... |
c40b3b905313a78ee229bdd49589d26c32f27bfd | Refactored stable path finding and added json config detection. | Refactored stable path finding and added json config detection.
This also migrates the values found in the other methods to the configuration file.
| peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu | osu.Game.Tournament/IPC/FileBasedIPC.cs | mit | 1,589,590,788 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using Microsoft.Win32;
using osu.Framework.Allocation;
using os... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using Microsoft.Win32;
using osu.Framework.Allocation;
using osu.Framework.Logging;
using osu.Framework.Platform;
using ... |
ca69387c94b8ea779cfd701cc0cf0776d1c136ab | cleaning up warnings | cleaning up warnings
| MatterHackers/agg-sharp,larsbrubaker/agg-sharp | PolygonMesh/Processors/StlProcessing.cs | bsd-2-clause | 1,589,586,961 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
c47f02c3b72cd1f499817cd133a34dfbf9777c55 | Update second instance of disabling bindable | Update second instance of disabling bindable
| peppy/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu | osu.Game/Overlays/Settings/Sections/Input/MouseSettings.cs | mit | 1,589,585,042 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Configuration;
using osu.Framework.Graphics;
using osu.Framework.... |
67a99b580e37f6eb15f9d50873952d9f62868a4c | Update the label we use for issues that need the team's attention. (#621) | Update the label we use for issues that need the team's attention. (#621)
| tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | tools/github-issues/Azure.Sdk.Tools.GitHubIssues/Constants.cs | mit | 1,589,584,782 | namespace GitHubIssues
{
internal static class Constants
{
public static class Labels
{
public static string NeedsAttention = "needs-team-attention";
public static string CustomerReported = "customer-reported";
public static string Bug = "bug";
pu... | namespace GitHubIssues
{
internal static class Constants
{
public static class Labels
{
public static string NeedsAttention = "needs-attention";
public static string CustomerReported = "customer-reported";
public static string Bug = "bug";
public ... |
32df65a6c37009592c41222aa022e6320a0d61c0 | Fixed AsyncStreamReaderExtensions.ReadAllAsync argument validation (#909) | Fixed AsyncStreamReaderExtensions.ReadAllAsync argument validation (#909)
| grpc/grpc-dotnet,grpc/grpc-dotnet,grpc/grpc-dotnet,grpc/grpc-dotnet | src/Grpc.Net.Common/AsyncStreamReaderExtensions.cs | apache-2.0 | 1,589,584,423 | #region Copyright notice and license
// Copyright 2019 The gRPC Authors
//
// 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... | #region Copyright notice and license
// Copyright 2019 The gRPC Authors
//
// 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... |
f3b82a895b5886528ad818a1d1047703cfe5a995 | start plotting collection | start plotting collection
| swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization,swharden/Csharp-Data-Visualization | examples/drawing/boids2/Model/Boid.cs | mit | 1,589,581,655 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
namespace Model
{
public class Boid
{
public Position Pos;
public Velocity Vel;
public double TargetSpeed = 1.0;
public bool IsPredator;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Text;
namespace Model
{
public class Boid
{
public Position Pos;
public Velocity Vel;
public double TargetSpeed = 1.0;
public bool IsPredator;... |
f19651e66c44cbdbbbb8e247a75486672ffe0e15 | Update schema generation internals visible (#719) | Update schema generation internals visible (#719)
| tomjebo/Open-XML-SDK,ThomasBarnekow/Open-XML-SDK,OfficeDev/Open-XML-SDK | src/DocumentFormat.OpenXml/Properties/Properties.cs | mit | 1,589,580,946 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Resources;
using System.Runtime.CompilerServices;
// For testing
[assembly: InternalsVisibleTo("DocumentFormat.OpenXml.Tests, Publickey=002... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Resources;
using System.Runtime.CompilerServices;
// For testing
[assembly: InternalsVisibleTo("DocumentFormat.OpenXml.Tests, Publickey=002... |
af6ff8c60bd27da21ed0331497bc14846ca014ea | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,589,580,831 | 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
... |
1403b2370debee4b2002256f4990d3f2e5562394 | Update SmartInsiderEventType.cs | Update SmartInsiderEventType.cs | QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,JKarathiya/Lean,QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean | Common/Data/Custom/SmartInsider/SmartInsiderEventType.cs | apache-2.0 | 1,589,578,692 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
0350edaca6b0603125a4d2e53c03f44a96526b6d | set TLS 1.2 for the downloading | set TLS 1.2 for the downloading
| cadon/ARKStatsExtractor | ASB-Updater/ASBUpdater.cs | mit | 1,589,578,048 | using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
namespace ASB_Updater
{
public class ASBUpdater
{
// Update stag... | using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
namespace ASB_Updater
{
public class ASBUpdater
{
// Update stag... |
5508e7661c09446b472e2453b56228bdc0d4b2a5 | Use bogus phone tokens for failure message check to avoid collisions (#21853) | Use bogus phone tokens for failure message check to avoid collisions (#21853)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs | apache-2.0 | 1,589,577,758 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Security.Claims;
using System.Threading.T... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Security.Claims;
using System.Threading.T... |
f8527f9cd8e52e81679eca1a0c443527a8e6275a | Add entities from hl alyx fgd | Add entities from hl alyx fgd
| SteamDatabase/ValveResourceFormat | ValveResourceFormat/Utils/EntityLumpKnownKeys.cs | mit | 1,589,576,766 | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |... | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |... |
312615941f4f9f074dd0b1a0439be5cb04b060d7 | More Entity Keys: Chapter 2 (#247) | More Entity Keys: Chapter 2 (#247)
| SteamDatabase/ValveResourceFormat | ValveResourceFormat/Utils/EntityLumpKnownKeys.cs | mit | 1,589,576,409 | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |... | using System.Collections.Generic;
namespace ValveResourceFormat.Utils
{
public class EntityLumpKnownKeys
{
public Dictionary<uint, string> Fields { get; } = new Dictionary<uint, string>();
public EntityLumpKnownKeys()
{
// grep -Eohr "^\s*([a-zA-Z0-9\w_-]+)\s*\(" **/*.fgd |... |
ed9d6f28297c2801e1e6ad87bb81205e8d66c5e0 | Fix CI inspection. | Fix CI inspection.
| NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu | osu.Game.Tests/Visual/Gameplay/TestSceneSkipOverlay.cs | mit | 1,589,576,295 | // 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... |
f8c3d264a8b99eaec4b87a07e1fe1db82f93d6f2 | Move EMS screen buffer on the top | Move EMS screen buffer on the top
| tigrouind/LifeDISA,tigrouind/LifeDISA | MemoryViewer/MemoryViewer/Program.cs | mit | 1,589,575,887 | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetA... | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetA... |
e20a334cebb72347460559ffaf2e52f31d824faf | Simplify osuTK joystick axes branching | Simplify osuTK joystick axes branching
| peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVA... | osu.Framework/Input/Handlers/Joystick/OsuTKJoystickHandler.cs | mit | 1,589,575,764 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Input.StateChanges;
using osu.Framework.Logging;
using osu.Framework.Utils;... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Input.StateChanges;
using osu.Framework.Logging;
using osu.Framework.Utils;... |
a7ffd72dc58eb231365b58bb650e961f3cc0e3de | Remove unneeded method | Remove unneeded method
| EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,peppy/osu-framework... | osu.Framework/Input/StateChanges/JoystickAxisInput.cs | mit | 1,589,575,719 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Input.StateChanges.Events;
using osu.Framework.Input.States;
using osu.Framework.Utils;
namespac... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Input.StateChanges.Events;
using osu.Framework.Input.States;
using osu.Framework.Utils;
namespac... |
8e08743d4a670130224e268ebd38d8003f8bfd51 | fixed Agones.Build.cs for #1303 (#1544) | fixed Agones.Build.cs for #1303 (#1544)
Co-authored-by: Mark Mandel <1bfc08bf0accea0de6b2209991a2f59db27086c1@google.com> | googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones | sdks/unreal/Agones/Source/Agones/Agones.Build.cs | apache-2.0 | 1,589,575,202 | // Copyright 2019 Google LLC All Rights Reserved.
//
// 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 app... | // Copyright 2019 Google LLC All Rights Reserved.
//
// 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 app... |
8600c33afb976117905eeeece4be41b1b8e95545 | Making ByteSize IFormattable | Making ByteSize IFormattable
| hazzik/Humanizer,MehdiK/Humanizer,hazzik/Humanizer,MehdiK/Humanizer | src/Humanizer/Bytes/ByteSize.cs | mit | 1,589,574,108 | //The MIT License (MIT)
//Copyright (c) 2013-2014 Omar Khudeira (http://omar.io)
//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 right... | //The MIT License (MIT)
//Copyright (c) 2013-2014 Omar Khudeira (http://omar.io)
//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 right... |
ad3e440955c56627da01eb7149a19afe67ce2954 | TSocketTransport.cs: Fixed a problem with initializing IPAddress Client: netstd Patch: Mario Emmenlauer | TSocketTransport.cs: Fixed a problem with initializing IPAddress
Client: netstd
Patch: Mario Emmenlauer
This closes #2140
| jeking3/thrift,nsuke/thrift,jeking3/thrift,Jens-G/thrift,apache/thrift,yongju-hong/thrift,Jens-G/thrift,Jens-G/thrift,Jens-G/thrift,jeking3/thrift,dcelasun/thrift,strava/thrift,Jens-G/thrift,apache/thrift,strava/thrift,yongju-hong/thrift,nsuke/thrift,apache/thrift,nsuke/thrift,apache/thrift,creker/thrift,strava/thrift,... | lib/netstd/Thrift/Transport/Client/TSocketTransport.cs | apache-2.0 | 1,589,572,755 | // Licensed to the Apache Software Foundation(ASF) under one
// or more contributor license agreements.See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership.The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not ... | // Licensed to the Apache Software Foundation(ASF) under one
// or more contributor license agreements.See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership.The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not ... |
64990cb8816f0c5429060474dec7e00f510225f4 | Fix: last char in line sometimes not visible | Fix: last char in line sometimes not visible
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeystrokeDisplay.xaml.cs | apache-2.0 | 1,589,572,031 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.... |
078b9274166e73fa70c76d7ccff579d2e7fa9167 | Disable Animation if configured | Disable Animation if configured
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeystrokeDisplay.xaml.cs | apache-2.0 | 1,589,571,998 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.... |
1fef26488283ce5bf16315cbf63ac341c505241a | Changed default DreamDaemon startup time to 60s | Changed default DreamDaemon startup time to 60s
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Controllers/InstanceController.cs | agpl-3.0 | 1,589,571,758 | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Net;
using System.Refl... | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Net;
using System.Refl... |
dd5e939a2bea0e0e0d33d016e7b554edeaade5b4 | Throw exception instead of silently failing if zip save/close fails (#54) | Throw exception instead of silently failing if zip save/close fails (#54)
I saw a case before on my machine where closing the zip would fail to write out changes, but it would fail silently, so it wasn't obvious there was a problem there.
See more details here: https://xamarinhq.slack.com/archives/C03CEGRUW/p158878... | grendello/LibZipSharp | ZipArchive.cs | mit | 1,589,571,681 | //
// ZipArchive.cs
//
// Author:
// Marek Habersack <grendel@twistedcode.net>
// Dean Ellis <dellis1972@googlemail.com>
//
// Copyright (c) 2016 Xamarin, Inc (http://xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documenta... | //
// ZipArchive.cs
//
// Author:
// Marek Habersack <grendel@twistedcode.net>
// Dean Ellis <dellis1972@googlemail.com>
//
// Copyright (c) 2016 Xamarin, Inc (http://xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documenta... |
9a4f86cf98f18003def4393410559938c3f150da | More logging | More logging
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/StaticFiles/Configuration.cs | agpl-3.0 | 1,589,570,841 | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host... | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host... |
48c298dfaf0d2847e70986c4fbb8dd7b6441dda4 | New Line if line is full | New Line if line is full
| Phaiax/PxKeystrokesForScreencasts | PxKeystrokesWPF/KeystrokeDisplay.xaml.cs | apache-2.0 | 1,589,570,474 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.W... |
074880cf610b8d4b5e75bcdd618b8e252079fc4c | Closes #147 - Remove restriction on FastImageOutputCallbackHandler to require an Image Encoder component. | Closes #147 - Remove restriction on FastImageOutputCallbackHandler to require an Image Encoder component.
| techyian/MMALSharp,techyian/MMALSharp | src/MMALSharp/Callbacks/FastImageOutputCallbackHandler.cs | mit | 1,589,570,346 | // <copyright file="FastImageOutputCallbackHandler.cs" company="Techyian">
// Copyright (c) Ian Auty. All rights reserved.
// Licensed under the MIT License. Please see LICENSE.txt for License info.
// </copyright>
using MMALSharp.Handlers;
using MMALSharp.Native;
using MMALSharp.Ports.Outputs;
namespace MMALSharp.Ca... | // <copyright file="FastImageOutputCallbackHandler.cs" company="Techyian">
// Copyright (c) Ian Auty. All rights reserved.
// Licensed under the MIT License. Please see LICENSE.txt for License info.
// </copyright>
using System;
using MMALSharp.Components.EncoderComponents;
using MMALSharp.Handlers;
using MMALSharp.Na... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.