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 |
|---|---|---|---|---|---|---|---|---|
34fa7f578cb203920e8f3a743390d0a516a8d8d3 | update jwt example | update jwt example
| plivo/plivo-dotnet,plivo/plivo-dotnet | examples/Jwt.cs | mit | 1,592,383,254 | using System;
using System.Collections.Generic;
using Plivo;
namespace Plivo
{
class MainClass
{
public static void Main(string[] args)
{
var token0 = new Plivo.AccessToken("MADADADADADADADADADA", "qwerty", "username")
.WithOutgoing(true)
.WithIncomin... | using System;
using System.Collections.Generic;
using Plivo;
namespace Plivo
{
class MainClass
{
public static void Main(string[] args)
{
var token = new Plivo.AccessToken("MADADADADADADADADADA", "qwerty", "username")
.WithOutgoing(true)
.WithIncoming... |
12111ec22bc12f8eac915e7d71197438446fc166 | Update ParameterNames stuff | Update ParameterNames stuff
| mcneel/RhinoCycles | CyclesShader.cs | apache-2.0 | 1,592,382,158 | /**
Copyright 2014-2017 Robert McNeel and Associates
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 in wr... | /**
Copyright 2014-2017 Robert McNeel and Associates
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 in wr... |
b7aea44502c4423908fe09c98f24d71c34c25855 | add the missing fact attribute | add the missing fact attribute
| lunet-io/markdig,lunet-io/markdig | src/Markdig.Tests/TestMarkdigCoreApi.cs | bsd-2-clause | 1,592,382,154 | using Markdig.Renderers;
using Markdig.Syntax;
using Markdig.Syntax.Inlines;
using NUnit.Framework;
using System.IO;
namespace Markdig.Tests
{
public class TestMarkdigCoreApi
{
[Test]
public void TestToHtml()
{
string html = Markdown.ToHtml("This is a text with some *emphasi... | using Markdig.Renderers;
using Markdig.Syntax;
using Markdig.Syntax.Inlines;
using NUnit.Framework;
using System.IO;
namespace Markdig.Tests
{
public class TestMarkdigCoreApi
{
[Test]
public void TestToHtml()
{
string html = Markdown.ToHtml("This is a text with some *emphasi... |
7d3d407742a0d325145366dcea231683165e9566 | Rhino.Render.PhysicallyBasedMaterial -> DocObjects.PhysicallyBasedMaterial (because it's OpenNURBS and should be in Rhino3dm) | Rhino.Render.PhysicallyBasedMaterial -> DocObjects.PhysicallyBasedMaterial (because it's OpenNURBS and should be in Rhino3dm)
| mcneel/RhinoCycles | CyclesShader.cs | apache-2.0 | 1,592,381,429 | /**
Copyright 2014-2017 Robert McNeel and Associates
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 in wr... | /**
Copyright 2014-2017 Robert McNeel and Associates
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 in wr... |
8fc79536937c5b7f5bd4299f8727ea12d0841922 | use pattern matching | use pattern matching
| DotSpatial/DotSpatial,pergerch/DotSpatial,pergerch/DotSpatial,DotSpatial/DotSpatial | Source/DotSpatial.Data/DataManager.cs | mit | 1,592,380,116 | // Copyright (c) DotSpatial Team. All rights reserved.
// Licensed under the MIT license. See License.txt file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Composition;
using System.IO;
using System.Li... | // Copyright (c) DotSpatial Team. All rights reserved.
// Licensed under the MIT license. See License.txt file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Composition;
using System.IO;
using System.Li... |
c802f4e3f5eb734960a5431641f2b7af5ee46afb | Special handling of SerializableAttribute | Special handling of SerializableAttribute
| JakeGinnivan/ApiApprover | src/PublicApiGenerator/ApiGenerator.cs | mit | 1,592,379,657 | using Microsoft.CSharp;
using Mono.Cecil;
using Mono.Cecil.Rocks;
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using ICustomAttributeProv... | using Microsoft.CSharp;
using Mono.Cecil;
using Mono.Cecil.Rocks;
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using ICustomAttributeProv... |
9e5ad686f6643cf01c9fd45c9fb67ca37665023f | Change test to match convention | Change test to match convention
| JakeGinnivan/ApiApprover | src/PublicApiGeneratorTests/Class_attributes.cs | mit | 1,592,379,262 | using PublicApiGeneratorTests.Examples;
using System;
using Xunit;
namespace PublicApiGeneratorTests
{
public class Class_attributes : ApiGeneratorTestsBase
{
[Fact]
public void Should_add_attribute_with_no_parameters()
{
AssertPublicApi<ClassWithSimpleAttribute>(
@"namespac... | using PublicApiGeneratorTests.Examples;
using System;
using Xunit;
namespace PublicApiGeneratorTests
{
public class Class_attributes : ApiGeneratorTestsBase
{
[Fact]
public void Should_add_attribute_with_no_parameters()
{
AssertPublicApi<ClassWithSimpleAttribute>(
@"namespac... |
6bd12016e9a8b24c169a675e0aee2ca531e6af86 | Signing options was ignored in TransactionBuilder.Build | Signing options was ignored in TransactionBuilder.Build
| MetacoSA/NBitcoin,NicolasDorier/NBitcoin,MetacoSA/NBitcoin,MetacoSA/NBitcoin,NicolasDorier/NBitcoin | NBitcoin/TransactionBuilder.cs | mit | 1,592,379,135 | #nullable enable
using NBitcoin.BuilderExtensions;
using NBitcoin.Crypto;
using NBitcoin.DataEncoders;
using NBitcoin.OpenAsset;
using NBitcoin.Policy;
using NBitcoin.Stealth;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.ExceptionServices;
using System.Text;
using... | #nullable enable
using NBitcoin.BuilderExtensions;
using NBitcoin.Crypto;
using NBitcoin.DataEncoders;
using NBitcoin.OpenAsset;
using NBitcoin.Policy;
using NBitcoin.Stealth;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.ExceptionServices;
using System.Text;
using... |
abff3f4da1ad2e4d07a2c96e58c2868872b3000e | Changed name of test to properly reflect what it is | Changed name of test to properly reflect what it is
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Tests/Glav.CognitiveServices.UnitTests/Luis/LuisUrlTests.cs | mit | 1,592,377,999 | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Luis;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Glav.CognitiveServices.UnitTests.Luis
{
public class LuisUrlTests
{... | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Luis;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
namespace Glav.CognitiveServices.UnitTests.Luis
{
public class LuisUrlTests
{... |
91dd282fcb74ea088a9d9dada175aecfb7eedf7f | one less warning | one less warning
| robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,tcmorris/Umbraco-CMS,leekelleher/Umbraco-CMS,mattbrailsford/Umbraco-CMS,tcmorris/Umbraco-CMS,hfloyd/Umbraco-CMS,abryukhov/Umbra... | src/Umbraco.Web/Editors/AuthenticationController.cs | mit | 1,592,377,771 | using System;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Collections.Generic;
using System.Security.Principal;
using System.Threading.Tasks;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using Umbraco.... | using System;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Collections.Generic;
using System.Security.Principal;
using System.Threading.Tasks;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using Umbraco.... |
297965ca40ce193e8593ffe99fa8c68d9aee56d2 | Add failing test for `SerializableAttribute` | Add failing test for `SerializableAttribute`
| JakeGinnivan/ApiApprover | src/PublicApiGeneratorTests/Class_attributes.cs | mit | 1,592,376,429 | using PublicApiGeneratorTests.Examples;
using System;
using Xunit;
namespace PublicApiGeneratorTests
{
public class Class_attributes : ApiGeneratorTestsBase
{
[Fact]
public void Should_add_attribute_with_no_parameters()
{
AssertPublicApi<ClassWithSimpleAttribute>(
@"namespac... | using PublicApiGenerator;
using PublicApiGeneratorTests.Examples;
using Xunit;
namespace PublicApiGeneratorTests
{
public class Class_attributes : ApiGeneratorTestsBase
{
[Fact]
public void Should_add_attribute_with_no_parameters()
{
AssertPublicApi<ClassWithSimpleAttribute... |
461bf787d89eec2eac8922dce7a673d099f522b5 | Add pressed mixin to TabItem | Add pressed mixin to TabItem
| wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,Avalon... | src/Avalonia.Controls/TabItem.cs | mit | 1,592,376,222 | using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
namespace Avalonia.Controls
{
/// <summary>
/// An item in a <see cref="TabStrip"/> or <see cref="TabControl"/>.
/// </summary>
public class TabItem : HeaderedContentControl, ISelectable
{
/// <summary>
/// Defines... | using Avalonia.Controls.Mixins;
using Avalonia.Controls.Primitives;
namespace Avalonia.Controls
{
/// <summary>
/// An item in a <see cref="TabStrip"/> or <see cref="TabControl"/>.
/// </summary>
public class TabItem : HeaderedContentControl, ISelectable
{
/// <summary>
/// Defines... |
f98afe2d591544bfe9a3f4977d98422d0f282f12 | add RT settings | add RT settings
| IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4 | src/IdentityServer4/host/Configuration/ClientsConsole.cs | apache-2.0 | 1,592,375,642 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Collections.Generic;
using IdentityServer4;
using IdentityServer4.Models;
namespace IdentityServerHost.Configuration
{
public... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Collections.Generic;
using IdentityServer4;
using IdentityServer4.Models;
namespace IdentityServerHost.Configuration
{
public... |
42dfee0d1920c302437f07a14df5d4897e59e232 | remove authZ | remove authZ
| MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4 | samples/Clients/src/SampleApi/Startup.cs | apache-2.0 | 1,592,375,635 | using Clients;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication.Certificate;
using Micr... | using Clients;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication.Certificate;
using Micr... |
99b8bab8a423bf52d04cbdf4c8cade08a605f2ae | made the SessionHandlers public | made the SessionHandlers public
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.Server/SessionHandlers.cs | apache-2.0 | 1,592,375,518 | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using SuperSocket.Channel;
namespace SuperSocket.Server
{
public class SessionHandlers
{
public Func<IAppSession, ValueTask> Connected { get; set; }
public Func<IAppSession, ValueTask> Closed { get;... | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using SuperSocket.Channel;
namespace SuperSocket.Server
{
class SessionHandlers
{
public Func<IAppSession, ValueTask> Connected { get; set; }
public Func<IAppSession, ValueTask> Closed { get; set; }... |
e275e55dddd3db51abfef487e67673c08d85e2a1 | Fixed so current hostname is resolved from site & requested hostname. See #1234 | Fixed so current hostname is resolved from site & requested hostname. See #1234
| PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core | core/Piranha.AspNetCore/IntegratedMiddleware.cs | mit | 1,592,375,361 | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System;
using System.Globalization;
using System.Linq;
using System.Text;
usin... | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System;
using System.Globalization;
using System.Linq;
using System.Text;
usin... |
7cebfc4b7b71def2662208523aaa33d8326775a8 | fixed a bug about ReadAsDemand | fixed a bug about ReadAsDemand
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.Channel/DefaultObjectPipe.cs | apache-2.0 | 1,592,375,357 | using System;
using System.Buffers;
using System.Threading.Tasks;
using System.Threading.Tasks.Sources;
namespace SuperSocket.Channel
{
class DefaultObjectPipe<T> : IObjectPipe<T>, IValueTaskSource<T>, IDisposable
{
class BufferSegment
{
public T[] Array { get; private set; }
... | using System;
using System.Buffers;
using System.Threading.Tasks;
using System.Threading.Tasks.Sources;
namespace SuperSocket.Channel
{
class DefaultObjectPipe<T> : IObjectPipe<T>, IValueTaskSource<T>, IDisposable
{
class BufferSegment
{
public T[] Array { get; private set; }
... |
7a1328eaf6d476bfb38eb8b95c673c8fbd570238 | cleanup client config | cleanup client config
| MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4 | src/IdentityServer4/host/Configuration/ClientsConsole.cs | apache-2.0 | 1,592,374,780 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Collections.Generic;
using IdentityServer4;
using IdentityServer4.Models;
namespace IdentityServerHost.Configuration
{
public... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Collections.Generic;
using IdentityServer4;
using IdentityServer4.Models;
namespace IdentityServerHost.Configuration
{
public... |
4f35afec9772e8f5e17bce3a085ab2a254d959aa | Add redis configuration factory support (#281) | Add redis configuration factory support (#281)
* Add redis configuration factory support
* Fix usings
* Fix whitespaces | imperugo/StackExchange.Redis.Extensions,imperugo/StackExchange.Redis.Extensions | src/aspnet/StackExchange.Redis.Extensions.AspNetCore/Extensions/IServiceCollectionExtensions.cs | mit | 1,592,374,696 | using System;
using StackExchange.Redis;
using StackExchange.Redis.Extensions.Core;
using StackExchange.Redis.Extensions.Core.Abstractions;
using StackExchange.Redis.Extensions.Core.Configuration;
using StackExchange.Redis.Extensions.Core.Implementations;
namespace Microsoft.Extensions.DependencyInjection
{
/// <... | using StackExchange.Redis;
using StackExchange.Redis.Extensions.Core;
using StackExchange.Redis.Extensions.Core.Abstractions;
using StackExchange.Redis.Extensions.Core.Configuration;
using StackExchange.Redis.Extensions.Core.Implementations;
namespace Microsoft.Extensions.DependencyInjection
{
/// <summary>
/... |
215e393c8e45b41ec019fea913848529fbf1f4bc | Done IPPacket api docs | Done IPPacket api docs
| CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Network/IPv4/IPPacket.cs | bsd-3-clause | 1,592,373,795 | using sys = System;
using Cosmos.HAL.Network;
using Cosmos.System.Network.ARP;
namespace Cosmos.System.Network.IPv4
{
/// <summary>
/// IPPacket class. See also: <seealso cref="EthernetPacket"/>.
/// </summary>
public class IPPacket : EthernetPacket
{
protected byte ipHeaderLength;
... | using Cosmos.HAL.Network;
using Cosmos.System.Network.ARP;
namespace Cosmos.System.Network.IPv4
{
public class IPPacket : EthernetPacket
{
protected byte ipHeaderLength;
private static ushort sNextFragmentID;
internal static void IPv4Handler(byte[] packetData)
{
I... |
687873534808900188701de59ed9b3662c93a4a9 | Check Json.Serialize map keys (#1705) | Check Json.Serialize map keys (#1705)
| AntShares/AntShares | src/neo/SmartContract/JsonSerializer.cs | mit | 1,592,373,518 | using Neo.IO.Json;
using Neo.VM;
using Neo.VM.Types;
using System;
using System.Collections;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text.Json;
using Array = Neo.VM.Types.Array;
using Boolean = Neo.VM.Types.Boolean;
namespace Neo.SmartContract
{
public static class JsonSerializer
... | using Neo.IO.Json;
using Neo.VM;
using Neo.VM.Types;
using System;
using System.Collections;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text.Json;
using Array = Neo.VM.Types.Array;
using Boolean = Neo.VM.Types.Boolean;
namespace Neo.SmartContract
{
public static class JsonSerializer
... |
4a4a50cb304bfbb472e1a037cc7f56100118d6d6 | Done UDPPacket api docs | Done UDPPacket api docs
| CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Network/IPv4/UDP/UDPPacket.cs | bsd-3-clause | 1,592,373,431 | using System;
using System.Text;
using sysIO = System.IO;
namespace Cosmos.System.Network.IPv4
{
/// <summary>
/// UDPPacket class.
/// </summary>
public class UDPPacket : IPPacket
{
/// <summary>
/// UDP CRC.
/// </summary>
private ushort udpCRC;
/// <summ... | using System;
using System.Text;
namespace Cosmos.System.Network.IPv4
{
public class UDPPacket : IPPacket
{
private ushort udpCRC;
/// <summary>
/// UDP handler.
/// </summary>
/// <param name="packetData">Packet data.</param>
/// <exception cref="OverflowExcep... |
185d1853676558633edce73b1b07f65dcf7b30c5 | Remove increment inside loop when validating intermediate CA (#4780) | Remove increment inside loop when validating intermediate CA (#4780)
This commit fixes a bug when validating an intermediate CA
to remove the increment inside of the loop, since it
is incremented outside the loop already.
Don't check the certificate thumbprint against
the CA thumbprint if it's already been found... | elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | src/Elasticsearch.Net/Connection/CertificateValidations.cs | apache-2.0 | 1,592,373,416 | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
namespace Elastics... | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
namespace Elastics... |
a7b2276dca3e70aeb035f911ebcf9275f785785d | Done ICMPPacket api docs | Done ICMPPacket api docs
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Network/IPv4/ICMPPacket.cs | bsd-3-clause | 1,592,371,162 | using System;
namespace Cosmos.System.Network.IPv4
{
/// <summary>
/// ICMPPacket class. See also: <seealso cref="IPPacket"/>.
/// </summary>
internal class ICMPPacket : IPPacket
{
/// <summary>
/// Packet type.
/// </summary>
protected byte icmpType;
/// <s... | using System;
namespace Cosmos.System.Network.IPv4
{
internal class ICMPPacket : IPPacket
{
protected byte icmpType;
protected byte icmpCode;
protected ushort icmpCRC;
public static ICMPEchoReply recvd_reply;
internal static void ICMPHandler(byte[] packetData)
... |
d419d1eaeb23b19c506586b26174d65033573216 | fix: skip flaky tests against emulator | fix: skip flaky tests against emulator
The emulator can sometimes return results too quickly before timeouts
can be triggered.
| googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet | apis/Google.Cloud.Spanner.Data/Google.Cloud.Spanner.Data.IntegrationTests/ReadTests.cs | apache-2.0 | 1,592,370,869 | // Copyright 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 applic... | // Copyright 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 applic... |
ff681f00e56cc0f677acce5285ad691a62f28920 | Updated developer link and article link. | Updated developer link and article link.
| jbienzms/Samples | HoloLens/EnviroLight/Unity/EnviroLight/Assets/EnviroLight/Scripts/MainController.cs | mit | 1,592,370,472 | using HoloToolkit.Unity;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System;
using Microsoft.MixedReality.Toolkit;
using Microsoft.MixedReality.Toolkit.Utilities.Solvers;
public class MainController : MonoBehaviour
{
#region Constants
private const... | using HoloToolkit.Unity;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System;
using Microsoft.MixedReality.Toolkit;
using Microsoft.MixedReality.Toolkit.Utilities.Solvers;
public class MainController : MonoBehaviour
{
#region Constants
private const... |
6893f6d733b97ef45c541f2c1094e3bd7c53318c | Update Program.cs | Update Program.cs | sinch/nuget-serversdk | CalloutSample/Program.cs | mit | 1,592,361,425 | using System;
using System.Threading.Tasks;
using Sinch.ServerSdk;
using Sinch.ServerSdk.IvrMenus;
namespace CalloutSample
{
class Program
{
static void Main(string[] args)
{
MainAsync().GetAwaiter().GetResult();
}
private static async Task MainAsync()
{
... | using System;
using System.Threading.Tasks;
using Sinch.ServerSdk;
using Sinch.ServerSdk.IvrMenus;
namespace CalloutSample
{
class Program
{
static void Main(string[] args)
{
MainAsync().GetAwaiter().GetResult();
}
private static async Task MainAsync()
{
... |
0939fd3bbce937ce6c55045a9e4dae3753793a72 | 502: user must assign TextService, (no auto create here) | 502: user must assign TextService, (no auto create here)
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.Drawing.GLES/0_Start/GLES2Platform.cs | bsd-2-clause | 1,592,359,734 | //BSD, 2014-present, WinterDev
using Typography.FontManagement;
namespace PixelFarm.Drawing.GLES2
{
public static class GLES2Platform
{
public static OpenFontTextService TextService { get; set; }
public static void SetInstalledTypefaceProvider(IInstalledTypefaceProvider provider)... | //BSD, 2014-present, WinterDev
using Typography.FontManagement;
namespace PixelFarm.Drawing.GLES2
{
public static class GLES2Platform
{
static OpenFontTextService s_textService;
public static OpenFontTextService TextService
{
get
{
... |
2e7d4d0650e7fcc791e8dceb6d6e729ec83ab6a5 | Improve WmiDeviceIdComponent. | Improve WmiDeviceIdComponent.
Previously WmiDeviceIdComponent queried all properties from the class. Now it only queries one property specified by _wmiProperty which makes the whole process near-instant. | MatthewKing/DeviceId,MatthewKing/DeviceId | src/DeviceId/Components/WmiDeviceIdComponent.cs | mit | 1,592,358,832 | using System.Collections.Generic;
using System.Management;
namespace DeviceId.Components
{
/// <summary>
/// An implementation of <see cref="IDeviceIdComponent"/> that retrieves data from a WMI class.
/// </summary>
public class WmiDeviceIdComponent : IDeviceIdComponent
{
/// <summary>
... | using System.Collections.Generic;
using System.Management;
namespace DeviceId.Components
{
/// <summary>
/// An implementation of <see cref="IDeviceIdComponent"/> that retrieves data from a WMI class.
/// </summary>
public class WmiDeviceIdComponent : IDeviceIdComponent
{
/// <summary>
... |
580a6cce0f48c7de2c99a416a0e0a56559317f0e | BDN workaround for netcoreapp5.0->net5.0 moniker rebranding (#23000) | BDN workaround for netcoreapp5.0->net5.0 moniker rebranding (#23000)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Shared/BenchmarkRunner/Program.cs | apache-2.0 | 1,592,358,220 | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using BenchmarkDotNet.Attributes... | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using BenchmarkDotNet.Attributes... |
2f1d40c4ecc0f2f55c4e96ec8d69bccedde8804b | Fix conflicting shorthand switch `-w` for pwsh (#12945) | Fix conflicting shorthand switch `-w` for pwsh (#12945)
| TravisEz13/PowerShell,PaulHigin/PowerShell,daxian-dbw/PowerShell,TravisEz13/PowerShell,daxian-dbw/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,PaulHigin/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,daxian-dbw/PowerShell,Jame... | src/Microsoft.PowerShell.ConsoleHost/host/msh/CommandLineParameterParser.cs | mit | 1,592,357,761 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Management.Automation;
using System.Management.Automation.Configuration;
u... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Management.Automation;
using System.Management.Automation.Configuration;
u... |
64015660c409d0c147931968c184bb8856006009 | Fix not including job.StartedBy at in Read | Fix not including job.StartedBy at in Read
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Controllers/JobController.cs | agpl-3.0 | 1,592,357,283 | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Host.Database;
using Tgs... | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Host.Database;
using Tgs... |
af445fcdc0c99ca4f2d010a8519d4311200a00da | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3423.20200617010353-master-9e04552
| LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,355,963 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "9e045521cb7922bf82cb8d797cc6e60ce82573c8";
public static string Version = "1.5";
public static string Build = "3423";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "c8b2f4b4f374b022c77eb4dc19ed93a4401cfa61";
public static string Version = "1.5";
public static string Build = "3422";
... |
9e045521cb7922bf82cb8d797cc6e60ce82573c8 | adding /nudge and /rotate content dev commands for landblock instances (#3024) | adding /nudge and /rotate content dev commands for landblock instances (#3024)
* adding /nudge and /rotate content dev commands for landblock instances
* adding optional guid param | ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/Command/Handlers/DeveloperContentCommands.cs | agpl-3.0 | 1,592,355,809 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text.RegularExpressions;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using ACE.Adapter.GDLE;
using ACE.Adapter.Lifestoned;
using ACE.Common.Extensions;
us... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text.RegularExpressions;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using ACE.Adapter.GDLE;
using ACE.Adapter.Lifestoned;
using ACE.Common.Extensions;
us... |
ca01f40f1ad9f31ecba7bfb5a0b9ad9c4ba1799e | UpdateAsync don't work here. | UpdateAsync don't work here.
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Database/DatabaseSeeder.cs | agpl-3.0 | 1,592,355,048 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Configuration;
using Tgstation.Server.Host.Models;
using Tgs... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Configuration;
using Tgstation.Server.Host.Models;
using Tgs... |
c0693d36c7d3a7ba505d32d82bfb8c866daadbea | serious looping bug in index window | serious looping bug in index window
| umasteeringgroup/UMA | UMAProject/Assets/UMA/Core/Editor/Scripts/AssetIndexerWindow.cs | mit | 1,592,354,674 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using UnityEditor;
using UnityEditor.Animations;
using UnityEditor.Callbacks;
using UnityEditor.IMGUI.Controls;
using UnityEngine;
namespace UMA.Controls
{
class AssetIndexerWindow : EditorWindow
{
[NonSerialized] private float U... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using UnityEditor;
using UnityEditor.Animations;
using UnityEditor.Callbacks;
using UnityEditor.IMGUI.Controls;
using UnityEngine;
namespace UMA.Controls
{
class AssetIndexerWindow : EditorWindow
{
[NonSerialized] private float U... |
c56cba7b3556ee5f4ffc857c02c0a94e2ed4bb88 | Provide better debugging display for Scene | Provide better debugging display for Scene
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | debugger/src/Values/Render/ValuePresenters/ExternalDebuggerDisplayObjectPresenter.cs | apache-2.0 | 1,592,353,704 | using System;
using System.Collections.Generic;
using System.Threading;
using JetBrains.Util;
using MetadataLite.API;
using Mono.Debugging.Autofac;
using Mono.Debugging.Backend;
using Mono.Debugging.Backend.Values.Render.ValuePresenters;
using Mono.Debugging.Backend.Values.ValueRoles;
using Mono.Debugging.Client.Debugg... | using System;
using System.Collections.Generic;
using System.Threading;
using JetBrains.Util;
using MetadataLite.API;
using Mono.Debugging.Autofac;
using Mono.Debugging.Backend;
using Mono.Debugging.Backend.Values.Render.ValuePresenters;
using Mono.Debugging.Backend.Values.ValueRoles;
using Mono.Debugging.Client.Debugg... |
cf899c5ac08936be31e95bf59f728a18b700d2f3 | fixed bug of new selection code not checking the top category component | fixed bug of new selection code not checking the top category component
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,592,352,977 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UI;
using System.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UI;
using System.... |
8991274695e165e50187d2c7ff33159dd13322b4 | fixed IsAnyPackageCheckedEnabledValid -> IsAnyPackageCheckedEnabled() property to method. Added IsAnyPackageCheckedEnabledVisible | fixed IsAnyPackageCheckedEnabledValid -> IsAnyPackageCheckedEnabled() property to method. Added IsAnyPackageCheckedEnabledVisible
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Database/Category.cs | apache-2.0 | 1,592,352,909 | using System.Collections.Generic;
using RelhaxModpack.UI;
using RelhaxModpack.Database;
using System.Windows.Controls;
using System;
using System.Linq;
namespace RelhaxModpack.Database
{
/// <summary>
/// a category is what makes up each tab in the mod selection display window. It holds the first level of lis... | using System.Collections.Generic;
using RelhaxModpack.UI;
using RelhaxModpack.Database;
using System.Windows.Controls;
using System;
using System.Linq;
namespace RelhaxModpack.Database
{
/// <summary>
/// a category is what makes up each tab in the mod selection display window. It holds the first level of lis... |
5c49d68a404921fc3cffdf3dd212c89d4ecad284 | PPT 만든 날짜의 기준 시간대를 로컬 시간대로 변경 | PPT 만든 날짜의 기준 시간대를 로컬 시간대로 변경
| sunghwan2789/Bible2PPT | Bible2PPT/MainForm.Build.cs | mit | 1,592,348,390 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using Bible2PPT.Bib... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using Bible2PPT.Bib... |
aff253fbf4de24f8a098442dbbae242906c0cf7f | trace the offset | trace the offset
| pleroy/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia | ksp_plugin_adapter/main_window.cs | mit | 1,592,348,376 | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Galileo";
private const int next_release_lunation_number_ = 253;
private readonly DateTimeOffs... | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Galileo";
private const int next_release_lunation_number_ = 253;
private readonly DateTimeOffs... |
9feb0880eeeea7b46804dbe635d3d65bd73abcc4 | PPT 제작 기록에서 불러오기 시 슬라이드당 성경 구절 줄 수를 설정하도록 수정 | PPT 제작 기록에서 불러오기 시 슬라이드당 성경 구절 줄 수를 설정하도록 수정
| sunghwan2789/Bible2PPT | Bible2PPT/MainForm.History.cs | mit | 1,592,348,040 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.Entity;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using Bible2PPT.Bibles;
using Bible2PPT.Bi... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.Entity;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using Bible2PPT.Bibles;
using Bible2PPT.Bi... |
850d3c54d85296f7aadf25239119082f06f5bc22 | Use proper icon for GameObject Components | Use proper icon for GameObject Components
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | debugger/src/GameObjectChildrenRenderer.cs | apache-2.0 | 1,592,347,790 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using JetBrains.Annotations;
using JetBrains.Util;
using MetadataLite.API;
using MetadataLite.API.Selectors;
using Mono.Debugging.Autofac;
using Mono.Debugging.Backend.Values;
using Mono.Debugging.Backend.Values.Render.ChildrenRe... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using JetBrains.Annotations;
using JetBrains.Util;
using MetadataLite.API;
using MetadataLite.API.Selectors;
using Mono.Debugging.Autofac;
using Mono.Debugging.Backend.Values;
using Mono.Debugging.Backend.Values.Render.ChildrenRe... |
5980bd6e50ed299ae20fcbe8ad89a5a269325a62 | [#19794] Improve mode setting and resetting | [#19794] Improve mode setting and resetting
| antmicro/TermSharp | Vt100/DecoderCommands.cs | apache-2.0 | 1,592,347,699 | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... |
c7f3e044f2177cdf97c320e1826bf5d1e98680d0 | [#19794] Add alias for CursorHorizontaAbsolute | [#19794] Add alias for CursorHorizontaAbsolute
| antmicro/TermSharp | Vt100/DecoderCommands.cs | apache-2.0 | 1,592,347,669 | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... |
edc70c0adc15f6f565cb9de27dbb1d052d8efa38 | [#19794] Add CursorVerticalAbsolute move | [#19794] Add CursorVerticalAbsolute move
| antmicro/TermSharp | Vt100/DecoderCommands.cs | apache-2.0 | 1,592,347,641 | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... |
43e05c21847b93bdec6668624d5181e43bf36885 | [#19794] Add the Erase Character command | [#19794] Add the Erase Character command
| antmicro/TermSharp | Vt100/DecoderCommands.cs | apache-2.0 | 1,592,347,612 | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
using Xwt.Drawing;
namespace TermSharp.Vt100
{
public partial class Decoder
{
... |
6814733e9e01acb4dad4c528c3ea55044f04ae97 | [#19794] Improve unimplemented ANSI code log | [#19794] Improve unimplemented ANSI code log
| antmicro/TermSharp | Vt100/Decoder.cs | apache-2.0 | 1,592,347,539 | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
namespace TermSharp.Vt100
{
public sealed partial class Decoder
{
public Decod... | //
// Copyright (c) Antmicro
//
// Full license details are defined in the 'LICENSE' file.
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TermSharp.Misc;
using TermSharp.Rows;
namespace TermSharp.Vt100
{
public sealed partial class Decoder
{
public Decod... |
d995b7a9d6c290e08e969d06fc358769ba12bfb7 | Fix unexploable bombs exploding if the strike limit was 1 | Fix unexploable bombs exploding if the strike limit was 1
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/ComponentSolvers/ComponentSolver.cs | mit | 1,592,347,311 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using UnityEngine;
public abstract class ComponentSolver
{
#region Constructors
protected ComponentSolver(TwitchModule module, bool hookUpEvents = true)
{
Mo... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using UnityEngine;
public abstract class ComponentSolver
{
#region Constructors
protected ComponentSolver(TwitchModule module, bool hookUpEvents = true)
{
Mo... |
69d2f45d0599094e9a894e3ae5063c480a26612d | NumberOfVerseLinesPerSlide 값 기억못하는 문제 수정 | NumberOfVerseLinesPerSlide 값 기억못하는 문제 수정
int 값 저장에 BitConverter를 써야하나, byte로 변환하고 잘못된 위치에 값을 쓰는 문제가 있어서 수정함.
| sunghwan2789/Bible2PPT | Bible2PPT/AppConfig.cs | mit | 1,592,347,259 | using System;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace Bible2PPT
{
internal class AppConfig : BinaryConfig
{
public const int ConfigSize = 1 + 4 + 16 + (16 * 9) + 4 + (4 * 9) + 4;
public static string ConfigPath { get; } = ... | using System;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace Bible2PPT
{
internal class AppConfig : BinaryConfig
{
public const int ConfigSize = 1 + 4 + 16 + (16 * 9) + 4 + (4 * 9) + 4;
public static string ConfigPath { get; } = ... |
8767fc3bbf8a1aa7474ccf0ebfecca921311edf9 | Remove unnecessary test | Remove unnecessary test
| RockFramework/Rock.Logging | RockLib.Logging.Tests/LoggerTests.cs | mit | 1,592,345,904 | using FluentAssertions;
using Moq;
using RockLib.Logging.LogProcessing;
using System;
using Xunit;
namespace RockLib.Logging.Tests
{
public class LoggerTests
{
[Fact]
public void NameIsSetFromConstructor()
{
var logger = new Logger("foo");
logger.Name.Should().... | using FluentAssertions;
using Moq;
using RockLib.Logging.LogProcessing;
using System;
using Xunit;
namespace RockLib.Logging.Tests
{
public class LoggerTests
{
[Fact]
public void NameIsSetFromConstructor()
{
var logger = new Logger("foo");
logger.Name.Should().... |
9db533c565d8c6abe5f68707e565cf2e94e078ee | Refactor code | Refactor code
| fredatgithub/UsefulFunctions | FonctionsUtiles.Fred.Csharp/FunctionsFiles.cs | mit | 1,592,345,400 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Serialization;
namespace FonctionsUtiles.Fred.Csharp
{
public class FunctionsFiles
{
public static void SetManyAttrib... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Serialization;
namespace FonctionsUtiles.Fred.Csharp
{
public class FunctionsFiles
{
public static void SetManyAttrib... |
8e188197f4ddc564e242a806c4810b5ad8d79829 | Remove linq usage from LoopingSelector | Remove linq usage from LoopingSelector
| wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslaws... | src/Avalonia.Controls/DateTimePickers/LoopingSelector.cs | mit | 1,592,345,088 | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Controls.Utils;
using Avalonia.Input;
using Avalonia.Interactivity;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Controls.Utils;
using Avalonia.Input;
using Avalonia.Interactivity;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System... |
ac0b0ee0637131b3fe28ddc164ffa98d0ce1ff70 | Quarantine failing E2E circuit test (#23016) | Quarantine failing E2E circuit test (#23016)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/test/E2ETest/ServerExecutionTests/CircuitGracefulTerminationTests.cs | apache-2.0 | 1,592,344,900 | // 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.Threading.Tasks;
using BasicTestApp;
using Microsoft.AspNetCore.Components.E2ETest.Infrastr... | // 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.Threading.Tasks;
using BasicTestApp;
using Microsoft.AspNetCore.Components.E2ETest.Infrastr... |
75fc009e4849639e62cedc7f56b1bfa96d0a11d5 | Add GetRuntimeVersion to SerializedModuleDefinition. | Add GetRuntimeVersion to SerializedModuleDefinition.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Serialized/SerializedModuleDefinition.cs | mit | 1,592,344,372 | using System;
using System.Collections.Generic;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE;
using AsmResolver.PE.DotNet;
using AsmResolver.PE.DotNet.Metadata.Blo... | using System;
using System.Collections.Generic;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE;
using AsmResolver.PE.DotNet;
using AsmResolver.PE.DotNet.Metadata.Blo... |
c330c0b37d25107f58d2c03e4b530272c0da7026 | Cookie renew ticket if it already exists (#22732) | Cookie renew ticket if it already exists (#22732)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Security/Authentication/Cookies/src/CookieAuthenticationHandler.cs | apache-2.0 | 1,592,344,317 | // 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.Linq;
using System.Security.Claims;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using Microsoft.AspNetCore... | // 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.Linq;
using System.Security.Claims;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using Microsoft.AspNetCore... |
a34189e8c47d8e9397cabacdb00807472edcec28 | Add ModuleDefinition.RuntimeVersion property. | Add ModuleDefinition.RuntimeVersion property.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/ModuleDefinition.cs | mit | 1,592,344,214 | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Serialized;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE;
using AsmResolver.PE.Build... | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Serialized;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE;
using AsmResolver.PE.Build... |
9267c1e9ce48d0ad6675f33a5effaf6155ba527b | Removed assumption that the parent is the first variable (since it got reordered) | Removed assumption that the parent is the first variable (since it got reordered)
| vchelaru/Gum | CodeOutputPlugin/Manager/CodeGenerator.cs | mit | 1,592,343,968 | using CodeOutputPlugin.Models;
using Gum.Converters;
using Gum.DataTypes;
using Gum.DataTypes.Variables;
using Gum.Managers;
using Gum.ToolStates;
using RenderingLibrary.Graphics;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Ta... | using CodeOutputPlugin.Models;
using Gum.Converters;
using Gum.DataTypes;
using Gum.DataTypes.Variables;
using Gum.Managers;
using Gum.ToolStates;
using RenderingLibrary.Graphics;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Ta... |
d5f24c40baa45798e5a768d8ce7398fed0880807 | Fix the Additional solver throwing a cast exception | Fix the Additional solver throwing a cast exception
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/ComponentSolvers/Modded/Misc/AdditionComponentSolver.cs | mit | 1,592,343,735 | using System;
using System.Collections;
using UnityEngine;
public class AdditionComponentSolver : ComponentSolver
{
public AdditionComponentSolver(TwitchModule module) :
base(module)
{
_component = module.BombComponent.GetComponent(ComponentType);
numberSelectables = _component.GetValue<KMSelectable[]>("butto... | using System;
using System.Collections;
using UnityEngine;
public class AdditionComponentSolver : ComponentSolver
{
public AdditionComponentSolver(TwitchModule module) :
base(module)
{
_component = module.BombComponent.GetComponent(ComponentType);
numberSelectables = _component.GetValue<KMSelectable[]>("butto... |
e683bfacb2e9180924730279174c72673ecda029 | BoundMultipleTypeRef handles union types | BoundMultipleTypeRef handles union types
| iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept | src/Peachpie.CodeAnalysis/Semantics/TypeRef/BoundTypeRef.cs | apache-2.0 | 1,592,342,909 | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.CodeAnalysis;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.FlowAnalysis;
using Pch... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.CodeAnalysis;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.FlowAnalysis;
using Pch... |
35f5da4577e789a93107e75adc4970df2ec565dc | Fix a few typos. | Fix a few typos.
| jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avaloni... | src/Avalonia.Visuals/Vector.cs | mit | 1,592,342,588 | using System;
using System.Globalization;
using Avalonia.Animation.Animators;
using Avalonia.Utilities;
#nullable enable
namespace Avalonia
{
/// <summary>
/// Defines a vector.
/// </summary>
public readonly struct Vector : IEquatable<Vector>
{
static Vector()
{
Animat... | using System;
using System.Globalization;
using Avalonia.Animation.Animators;
using Avalonia.Utilities;
using JetBrains.Annotations;
namespace Avalonia
{
/// <summary>
/// Defines a vector.
/// </summary>
public readonly struct Vector : IEquatable<Vector>
{
static Vector()
{
... |
55d9def9bc2e9ae3644b62ba3131cc783e4f1fde | Add NearlyEquals for Size. | Add NearlyEquals for Size.
| jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,akrisiun/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/A... | src/Avalonia.Visuals/Size.cs | mit | 1,592,342,588 | using System;
using System.Globalization;
using Avalonia.Animation.Animators;
using Avalonia.Utilities;
namespace Avalonia
{
/// <summary>
/// Defines a size.
/// </summary>
public readonly struct Size : IEquatable<Size>
{
static Size()
{
Animation.Animation.RegisterAnim... | using System;
using System.Globalization;
using Avalonia.Animation.Animators;
using Avalonia.Utilities;
namespace Avalonia
{
/// <summary>
/// Defines a size.
/// </summary>
public readonly struct Size : IEquatable<Size>
{
static Size()
{
Animation.Animation.RegisterAnim... |
0cee32837a428f282f5589a11d5b095aceff19f1 | Use MathUtilities in NearlyEquals. | Use MathUtilities in NearlyEquals.
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,SuperJMN/Avalonia,Perspex/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN... | src/Avalonia.Visuals/Vector.cs | mit | 1,592,342,588 | using System;
using System.Globalization;
using Avalonia.Animation.Animators;
using Avalonia.Utilities;
using JetBrains.Annotations;
namespace Avalonia
{
/// <summary>
/// Defines a vector.
/// </summary>
public readonly struct Vector : IEquatable<Vector>
{
static Vector()
{
... | using System;
using System.Globalization;
using Avalonia.Animation.Animators;
using Avalonia.Utilities;
using JetBrains.Annotations;
namespace Avalonia
{
/// <summary>
/// Defines a vector.
/// </summary>
public readonly struct Vector : IEquatable<Vector>
{
static Vector()
{
... |
afbf4179981e9a1742a77cada7d43da6483b30d4 | Fix DateTimeFormatter 12HourClock hour | Fix DateTimeFormatter 12HourClock hour
| SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI... | src/Avalonia.Controls/DateTimePickers/DateTimeFormatter.cs | mit | 1,592,342,102 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
namespace Avalonia.Controls
{
/// <summary>
/// Formats a DateTimeOffset by the specified pattern
/// Based on, but not replica, the Windows.Globalization.DateTimeFormatting... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text.RegularExpressions;
namespace Avalonia.Controls
{
/// <summary>
/// Formats a DateTimeOffset by the specified pattern
/// Based on, but not replica, the Windows.Globalization.DateTimeFormatting... |
bfadac6e4e9601b93588e7270e5abbdeedda0ce1 | Make CallerMemberNameAttribute internal (#100) | Make CallerMemberNameAttribute internal (#100)
Fixes #99 | josemesona/ManagedDism,josemesona/ManagedDism | src/Microsoft.Dism/CallerMemberNameAttribute.cs | mit | 1,592,341,179 | // Copyright (c). All rights reserved.
//
// Licensed under the MIT license.
#if NET40
namespace System.Runtime.CompilerServices
{
/// <summary>
/// Allows you to obtain the method or property name of the caller to the method.
/// </summary>
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = ... | // Copyright (c). All rights reserved.
//
// Licensed under the MIT license.
#if NET40
namespace System.Runtime.CompilerServices
{
/// <summary>
/// Allows you to obtain the method or property name of the caller to the method.
/// </summary>
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = ... |
666eae22fc746f88f154cdcffa73dadf11aff4c0 | SimpleXMLElement::saveXML | SimpleXMLElement::saveXML
| iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie | src/Peachpie.Library.XmlDom/SimpleXml.cs | apache-2.0 | 1,592,341,142 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using Pchp.Core;
using Pchp.Core.Reflection;
using Pchp.Library.Streams;
namespace... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using Pchp.Core;
using Pchp.Core.Reflection;
using Pchp.Library.Streams;
namespace... |
381c61fd42b4a70aab1cb99c98ceb78dbc0d8194 | try/catch assertion fix | try/catch assertion fix
| peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie | src/Peachpie.CodeAnalysis/CodeGen/Graph/BoundEdge.cs | apache-2.0 | 1,592,340,950 | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.PooledObjects;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Symbols;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.T... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.PooledObjects;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Symbols;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.T... |
cfd49699fb1bf90d358cf14360623b2c90e3a305 | Added so Host defaults to Request hostname if not configured. Fixes #1239 | Added so Host defaults to Request hostname if not configured. Fixes #1239
| PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core | core/Piranha.AspNetCore/IntegratedMiddleware.cs | mit | 1,592,340,304 | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System;
using System.Globalization;
using System.Linq;
using System.Text;
usin... | /*
* Copyright (c) .NET Foundation and Contributors
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*
* https://github.com/piranhacms/piranha.core
*
*/
using System;
using System.Globalization;
using System.Linq;
using System.Text;
usin... |
c0517531dfea19ede567890f018379ac7b006799 | (#78) Remove hardcoded `test` string from ShowMpMessageLarge and add overload with subtitle parameter | (#78) Remove hardcoded `test` string from ShowMpMessageLarge and add overload with subtitle parameter
Fixes #78.
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/BigMessage.cs | mit | 1,592,340,287 | using Rage;
using Rage.Native;
namespace RAGENativeUI.Elements
{
public class BigMessageHandler
{
private Scaleform _sc;
private uint _start;
private int _timer;
public BigMessageHandler()
{
}
public BigMessageHandler(bool load)
{
if... | using Rage;
using Rage.Native;
namespace RAGENativeUI.Elements
{
public class BigMessageHandler
{
private Scaleform _sc;
private uint _start;
private int _timer;
public BigMessageHandler()
{
}
public BigMessageHandler(bool load)
{
if... |
5ec777fe8cb5e44fe6b9f381ee076254feb6ebb0 | Add new product themes (batman, dots, mario, marvel, monkie kid, spider man) | Add new product themes (batman, dots, mario, marvel, monkie kid, spider man)
| rolledback/LegoSharp | LegoSharp/ProductSearch/ProductThemeFilter.cs | mit | 1,592,339,957 | using System;
using System.Collections.Generic;
using System.Text;
namespace LegoSharp
{
public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme>
{
public ProductThemeFilter() : base("categories.id", "product.facet.theme")
{
}
public override string filterEnum... | using System;
using System.Collections.Generic;
using System.Text;
namespace LegoSharp
{
public class ProductThemeFilter : ProductSearchValuesFilter<ProductTheme>
{
public ProductThemeFilter() : base("categories.id", "product.facet.theme")
{
}
public override string filterEnum... |
ab51c4e6efcfe43bf928de3cd0ce585c2a2ba19b | Add a terrible hack to fix a bug | Add a terrible hack to fix a bug
Before getting property groups, we need to force initialization of the controls.
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | src/DotVVM.Framework/Compilation/ControlTree/PropertyGroupDescriptor.cs | apache-2.0 | 1,592,338,474 | using DotVVM.Framework.Binding;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using DotVVM.Framework.Controls;
using DotVVM.Framework.Compilation.ControlTree.Resolved;
using System.Collec... | using DotVVM.Framework.Binding;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using DotVVM.Framework.Controls;
using DotVVM.Framework.Compilation.ControlTree.Resolved;
using System.Collec... |
b93d250a9794a2b3f32b34261885b2f6311c52bc | bump PHP_VERSION constant - 7.4.69-peachpie | bump PHP_VERSION constant - 7.4.69-peachpie
| iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library/Environment.cs | apache-2.0 | 1,592,338,301 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
/// <summary>
/// Environment constants and functions.
/// </summary>
[PhpExtension("Core")]... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library
{
/// <summary>
/// Environment constants and functions.
/// </summary>
[PhpExtension("Core")]... |
da28c04a3b5361327eff8edcaa8d592c9b0db6bb | Use bitwise AND Fix #140 | Use bitwise AND Fix #140
| SixLabors/Fonts,SixLabors/Fonts | src/SixLabors.Fonts/Tables/General/CMap/Format4SubTable.cs | apache-2.0 | 1,592,337,552 | // Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System.Collections.Generic;
using SixLabors.Fonts.WellKnownIds;
namespace SixLabors.Fonts.Tables.General.CMap
{
internal sealed class Format4SubTable : CMapSubTable
{
public Format4SubTable(ushort language, PlatformI... | // Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System.Collections.Generic;
using SixLabors.Fonts.WellKnownIds;
namespace SixLabors.Fonts.Tables.General.CMap
{
internal sealed class Format4SubTable : CMapSubTable
{
public Format4SubTable(ushort language, PlatformI... |
85acdbd9ca25c06c5ea168efab74500a1da1804c | Simplifying and explaining the Startup class | Simplifying and explaining the Startup class
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Startup.cs | bsd-3-clause | 1,592,337,389 | /*
* A Startup class (there can be multiple ones in a module under different namespaces) will be called by the framework.
* It's the same as the ASP.NET Startup class (https://docs.microsoft.com/en-us/aspnet/core/fundamentals/startup). In
* there you can e.g. register injected services and change the request pipe... | using Fluid;
using Lombiq.TrainingDemo.Drivers;
using Lombiq.TrainingDemo.Fields;
using Lombiq.TrainingDemo.Filters;
using Lombiq.TrainingDemo.Handlers;
using Lombiq.TrainingDemo.Indexes;
using Lombiq.TrainingDemo.Indexing;
using Lombiq.TrainingDemo.Middlewares;
using Lombiq.TrainingDemo.Migrations;
using Lomb... |
13a7226c340fc8713afd4aa60e6bd5ba687e3eef | Optimisation | Optimisation
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs | agpl-3.0 | 1,592,336,830 | using System.Collections.Specialized;
using System.Collections.Generic;
using UnityEngine;
using System.Net;
using System.Text.RegularExpressions;
using DatabaseAPI;
using System.Collections;
namespace DiscordWebhook
{
/// <summary>
/// Used to send messages to a discord webhook URLs, URLs need to be set up in the ... | using System.Collections.Specialized;
using System.Collections.Generic;
using UnityEngine;
using System.Net;
using System.Text.RegularExpressions;
using DatabaseAPI;
namespace DiscordWebhook
{
/// <summary>
/// Used to send messages to a discord webhook URLs, URLs need to be set up in the config.json file. Support... |
25c71f7d84829d7c44f9a294c0c975a08a6abbf3 | 설정한 줄 수를 초과하는 성경 구절 슬라이드 분할 | 설정한 줄 수를 초과하는 성경 구절 슬라이드 분할
| sunghwan2789/Bible2PPT | Bible2PPT/PPT/PPTManager.cs | mit | 1,592,335,982 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Bible2PPT.Bibles;
using Microsoft.Office.Core;
using Microsoft.Office.Interop.PowerPoint;
using PowerPoint = Microsoft.Office.Interop.PowerPoint;
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Bible2PPT.Bibles;
using Microsoft.Office.Core;
using Microsoft.Office.Interop.PowerPoint;
using PowerPoint = Microsoft.Office.Interop.PowerPoint;
... |
2b1b13903e9dbb1a077723c41a6c91bcb5bf490d | Skip `DefaultValue.Mock` behavior for matched invocations | Skip `DefaultValue.Mock` behavior for matched invocations
| Moq/moq4 | src/Moq/Interception/InterceptionAspects.cs | bsd-3-clause | 1,592,335,870 | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespa... | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespa... |
39743feb525715fa7a896d8ebd29c2b2fe55216c | Regression with `Verify` & `DefaultValue.Mock` | Regression with `Verify` & `DefaultValue.Mock`
| Moq/moq4 | tests/Moq.Tests/Regressions/IssueReportsFixture.cs | bsd-3-clause | 1,592,335,707 | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using Sys... | // Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD.
// All rights reserved. Licensed under the BSD 3-Clause License; see License.txt.
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using Sys... |
ef98ad48a7741fca67f0d48900802e31ec34e3a7 | Done OutgoingBuffer api docs | Done OutgoingBuffer api docs
| zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Network/IPv4/OutgoingBuffer.cs | bsd-3-clause | 1,592,335,397 | using sys = System;
using System.Collections.Generic;
using Cosmos.Debug.Kernel;
using Cosmos.HAL;
using Cosmos.HAL.Network;
using Cosmos.System.Network.ARP;
namespace Cosmos.System.Network.IPv4
{
/// <summary>
/// OutgoingBuffer class.
/// </summary>
internal static class OutgoingBuffer
{
... | using System.Collections.Generic;
using Cosmos.Debug.Kernel;
using Cosmos.HAL;
using Cosmos.HAL.Network;
using Cosmos.System.Network.ARP;
namespace Cosmos.System.Network.IPv4
{
internal static class OutgoingBuffer
{
private class BufferEntry
{
public enum EntryStatus { ADDED, ARP... |
98286589afe1c03bf8c5c61e1e5f88fab0939d65 | Fixed a flaky auth integration test by retrying the GetUser() API call (#197) | Fixed a flaky auth integration test by retrying the GetUser() API call (#197)
| firebase/firebase-admin-dotnet,firebase/firebase-admin-dotnet,firebase/firebase-admin-dotnet | FirebaseAdmin/FirebaseAdmin.IntegrationTests/FirebaseAuthTest.cs | apache-2.0 | 1,592,334,750 | // Copyright 2018, 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 applicabl... | // Copyright 2018, 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 applicabl... |
36187b3bea2a94ec5cdb44269450b8378b1da9b9 | name to username | name to username
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/PlayerList.Admin.cs | agpl-3.0 | 1,592,334,656 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
using DiscordWebhook;
/// <summary>
/// Admin Controller for player... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
using DiscordWebhook;
/// <summary>
/// Admin Controller for player... |
f254b5ac35b5ab740677fb211bd1f64788e4a15d | Done ARPPacket api docs | Done ARPPacket api docs
| zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Network/ARP/ARPPacket.cs | bsd-3-clause | 1,592,334,120 | using sys = System;
using Cosmos.HAL;
using Cosmos.HAL.Network;
using Cosmos.System.Network.IPv4;
namespace Cosmos.System.Network.ARP
{
/// <summary>
/// ARPPacket class. See also: <seealso cref="EthernetPacket"/>.
/// </summary>
internal class ARPPacket : EthernetPacket
{
/// <summary>
... | using Cosmos.HAL;
using Cosmos.HAL.Network;
using Cosmos.System.Network.IPv4;
namespace Cosmos.System.Network.ARP
{
internal class ARPPacket : EthernetPacket
{
protected ushort aHardwareType;
protected ushort aProtocolType;
protected byte aHardwareLen;
protected byte aProtocolL... |
6c3109e14cc782796a29b69cac408079a34023ce | Done ARPPacket_Ethernet api docs | Done ARPPacket_Ethernet api docs
| zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Network/IPv4/ARPPacket_Ethernet.cs | bsd-3-clause | 1,592,332,716 | using System;
using Cosmos.HAL.Network;
using Cosmos.System.Network.ARP;
using Sys = System;
namespace Cosmos.System.Network.IPv4
{
/// <summary>
/// ARPPacket_Ethernet abstract class. See also: <seealso cref="ARPPacket"/>
/// </summary>
internal abstract class ARPPacket_Ethernet : ARPPacket
{
... | using System;
using Cosmos.HAL.Network;
using Cosmos.System.Network.ARP;
using Sys = System;
namespace Cosmos.System.Network.IPv4
{
internal abstract class ARPPacket_Ethernet : ARPPacket
{
protected MACAddress mSenderMAC;
protected MACAddress mTargetMAC;
protected Address mSenderIP;
... |
7d0ceaadc3b913e23afa61df5aa611eafff7c0c1 | Add launchYear lithuania | Add launchYear lithuania
| tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/PublicHolidays/LithuaniaProvider.cs | mit | 1,592,331,681 | using Nager.Date.Contract;
using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// Lithuania
/// </summary>
public class LithuaniaProvider : IPublicHolidayProvider
{
private readonly ICatholicProvider _catholicPro... | using Nager.Date.Contract;
using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// Lithuania
/// </summary>
public class LithuaniaProvider : IPublicHolidayProvider
{
private readonly ICatholicProvider _catholicPro... |
8485e2394309f8c6a43f53c0c49a3e75ab7631cb | PlayableItemConverter CanWrite is now false, should allow serialization | PlayableItemConverter CanWrite is now false, should allow serialization
| JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET | SpotifyAPI.Web/Models/Converters/PlaylistElementConverter.cs | mit | 1,592,330,578 | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace SpotifyAPI.Web
{
public class PlayableItemConverter : JsonConverter
{
public override bool CanWrite { get => false; }
public override bool CanConvert(Type objectType) => true;
public override object? ReadJson(JsonReader reader... | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace SpotifyAPI.Web
{
public class PlayableItemConverter : JsonConverter
{
public override bool CanConvert(Type objectType) => true;
public override object? ReadJson(JsonReader reader, Type objectType,
object? existingValue, Jso... |
8a076d41a74f2ccfbc359926c92fa5f67e9cc62d | Convert comment to an xml documentation comment | Convert comment to an xml documentation comment
| looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen | csharp/sdkrtl/Transport.cs | mit | 1,592,329,600 | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Text.Json;
namespace Looker.RTL
{
/**
* Notes:
* https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-3.1
* ... | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Text.Json;
namespace Looker.RTL
{
/**
* Notes:
* https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests?view=aspnetcore-3.1
* ... |
62a88c8a5c937bab0b3ddcbe33a7776ac463a8eb | remove un-needed code. | remove un-needed code.
| grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,akrisiun/Perspex,grokys/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJ... | src/Avalonia.Controls/ToggleSwitch.cs | mit | 1,592,329,533 | using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.LogicalTree;
namespace Avalonia.Controls
{
/// <summary>
/// A Toggle Switch control.
/// </summary>
public class ToggleSwitch : ToggleButton
{
static ToggleSwitch()
{
OffContentProper... | using Avalonia.Controls.Primitives;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Templates;
using Avalonia.LogicalTree;
namespace Avalonia.Controls
{
/// <summary>
/// A Toggle Switch control.
/// </summary>
public class ToggleSwitch : ToggleButton
{... |
ce0fbd178518c251bad01a306943e075b1e734b7 | proper position | proper position
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Machines/Autolathe/Autolathe.cs | agpl-3.0 | 1,592,329,473 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class Autolathe : NetworkBehaviour, ICheckedInteractable<HandApply>, IServerSpawn, IServerDespawn
{
[SyncVar(hook = nameof(SyncSprite))]
private AutolatheState stateSync;
[SerializeField]
private SpriteHandler spr... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class Autolathe : NetworkBehaviour, ICheckedInteractable<HandApply>, IServerSpawn, IServerDespawn
{
[SyncVar(hook = nameof(SyncSprite))]
private AutolatheState stateSync;
[SerializeField]
private SpriteHandler spr... |
29c575e6d9abdb1558308707844654bb2eda30a4 | add missing documentation. | add missing documentation.
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,wieslawsol... | src/Avalonia.Controls/ToggleSwitch.cs | mit | 1,592,329,143 | using Avalonia.Controls.Primitives;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Templates;
using Avalonia.LogicalTree;
namespace Avalonia.Controls
{
/// <summary>
/// A Toggle Switch control.
/// </summary>
public class ToggleSwitch : ToggleButton
{... | using Avalonia.Controls.Primitives;
using Avalonia.Controls.Mixins;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Templates;
using Avalonia.LogicalTree;
namespace Avalonia.Controls
{
/// <summary>
/// A WinUi like ToggleSwitch control.
/// </summary>
///
public class ToggleSwitch ... |
2681c2187a87741a7e4ce8c73919237543133149 | fix tests deadlock with new version of ccm (#526) | fix tests deadlock with new version of ccm (#526)
| datastax/csharp-driver,maxwellb/csharp-driver,maxwellb/csharp-driver,maxwellb/csharp-driver,datastax/csharp-driver,datastax/csharp-driver | src/Cassandra.IntegrationTests/TestClusterManagement/CcmProcessExecuter.cs | apache-2.0 | 1,592,328,806 | //
// Copyright (C) DataStax Inc.
//
// 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 la... | //
// Copyright (C) DataStax Inc.
//
// 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 la... |
2d65ca6abfa33fecee8b839e9c7a629ed3ce85f6 | Remove unnecessary suppressions | Remove unnecessary suppressions
| GGG-KILLER/GUtils.NET | GUtils.Timing/GlobalSuppressions.cs | mit | 1,592,327,935 | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... |
0ff5824869dad9d0b19df992e03244d6b6609945 | Fix: Incorrectly set exiting flag | Fix: Incorrectly set exiting flag
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | osu!StreamCompanion/Code/Core/DiContainer.cs | mit | 1,592,327,806 | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using Grace.DependencyInjection;
using osu_StreamCompanion.Code.Core.Loggers;
using osu_StreamCompanion.... | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using Grace.DependencyInjection;
using osu_StreamCompanion.Code.Core.Loggers;
using osu_StreamCompanion.... |
7f817bdb8a32a320a8ab92343ee82b9716d6d2ec | Make static readonly constant fields into const | Make static readonly constant fields into const
| GGG-KILLER/GUtils.NET | GUtils.Tests/ResultTests.cs | mit | 1,592,327,763 | using System;
using System.Diagnostics.CodeAnalysis;
using GUtils.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace GUtils.Tests
{
[TestClass]
public class ResultTests
{
[ExcludeFromCodeCoverage]
private readonly struct Box<T> : IEquatable<T> where T : IEquatable<T>
... | using System;
using System.Diagnostics.CodeAnalysis;
using GUtils.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace GUtils.Tests
{
[TestClass]
public class ResultTests
{
[ExcludeFromCodeCoverage]
private readonly struct Box<T> : IEquatable<T> where T : IEquatable<T>
... |
5457100ae47cb35ce84e1725d1fd436c11d19359 | Add comparison method to equals | Add comparison method to equals
| GGG-KILLER/GUtils.NET | GUtils.Tests/OptionTests.cs | mit | 1,592,327,687 | using System;
using GUtils.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace GUtils.Tests
{
[TestClass]
public class OptionTests
{
[TestMethod]
public void NoneReturnsEmptyOption ( )
{
var none = Option.None<String> ( );
Assert.IsFalse (... | using System;
using GUtils.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace GUtils.Tests
{
[TestClass]
public class OptionTests
{
[TestMethod]
public void NoneReturnsEmptyOption ( )
{
var none = Option.None<String> ( );
Assert.IsFalse (... |
87fa1346b367272e0a3d5e727e65a4538d2a3f42 | Make AssertParse static | Make AssertParse static
| GGG-KILLER/GUtils.NET | GUtils.Parsing.BBCode.Tests/BBParserTests.cs | mit | 1,592,327,652 | using System;
using GUtils.Parsing.BBCode.Tree;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting.Logging;
using static GUtils.Parsing.BBCode.Tree.BBNodeFactory;
namespace GUtils.Parsing.BBCode.Tests
{
[TestClass]
public class BBParserTests
{
pr... | using System;
using GUtils.Parsing.BBCode.Tree;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting.Logging;
using static GUtils.Parsing.BBCode.Tree.BBNodeFactory;
namespace GUtils.Parsing.BBCode.Tests
{
[TestClass]
public class BBParserTests
{
pr... |
1d1fdb8d3d28d42679b84630db939a9fa005a976 | Suppress wrong dispose warning | Suppress wrong dispose warning
| GGG-KILLER/GUtils.NET | GUtils.Parsing.BBCode/BBParser.cs | mit | 1,592,327,637 | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... |
7750f36f88295386eff67e0d16742e08de0b8d15 | Remove unnecessary suppressions. | Remove unnecessary suppressions.
| GGG-KILLER/GUtils.NET | GUtils.Net/GlobalSuppressions.cs | mit | 1,592,327,604 | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... |
245f05d69a77c7ad584bcf3da35baca819400b01 | Use pattern matching properly. | Use pattern matching properly.
| GGG-KILLER/GUtils.NET | GUtils.Net/DownloadClient.cs | mit | 1,592,327,482 | /*
* Copyright 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modify, ... | /*
* Copyright 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modify, ... |
a2a935cad8a091a5ef33c1366275f7dd16da8f48 | Remove unnecessary suppressions. | Remove unnecessary suppressions.
| GGG-KILLER/GUtils.NET | GUtils.CLI.Tests/GlobalSuppressions.cs | mit | 1,592,327,470 | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... |
4be9583f5497656532727361089ad2e0bd43b467 | Remove unnecessary supressions. | Remove unnecessary supressions.
| GGG-KILLER/GUtils.NET | GUtils.CLI/GlobalSuppressions.cs | mit | 1,592,327,444 | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... | /*
* Copyright © 2019 GGG KILLER <gggkiller2@gmail.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 Software without
* restriction, including without limitation the rights to use, copy, modi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.