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
3423c618b79efd08541949d9beeb2f47f49f87bb
open !describe for everyone (for real this time)
open !describe for everyone (for real this time)
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Commands/Vision.cs
lgpl-2.1
1,586,890,329
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using CompatBot.Commands.Attributes; using CompatBot.Utils; using DSharpPlus; using DSharpPlus.CommandsNext; using DSharpPlus.CommandsNext.Attributes; using DSharpPlus.Entities; using Microsoft.Azure.CognitiveServices.Visi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using CompatBot.Commands.Attributes; using CompatBot.Utils; using DSharpPlus; using DSharpPlus.CommandsNext; using DSharpPlus.CommandsNext.Attributes; using DSharpPlus.Entities; using Microsoft.Azure.CognitiveServices.Visi...
f70ef9832b4184e80d2370f68eacaf4921f722d5
Optimize reporting of property constraint
Optimize reporting of property constraint
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFPropertyConstraint.cs
apache-2.0
1,586,890,130
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
b56aef037dbb2c2abc2787ac9a0e53611f8510be
WriteCodeFragment accidental order dependency
WriteCodeFragment accidental order dependency
sean-gilliam/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,mono/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mon...
src/Tasks.UnitTests/WriteCodeFragment_Tests.cs
mit
1,586,890,065
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Microsoft.Build.Shared; using Xunit...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Tasks; using Microsoft.Build.Utilities; using Microsoft.Build.Shared; using Xunit...
03c854aa8a36fb00f4a7765819f514f9d2d4ab13
Organize agent knobs (#2918)
Organize agent knobs (#2918)
Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent,Microsoft/vsts-agent
src/Agent.Sdk/Knob/AgentKnobs.cs
mit
1,586,889,884
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Agent.Sdk.Knob { public class AgentKnobs { // Containers public static readonly Knob PreferPowershellHandlerOnContainers = new Knob( nameof(PreferPowershellHandlerOnContainers), "If true...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Agent.Sdk.Knob { public class AgentKnobs { public static readonly Knob UseNode10 = new Knob( nameof(UseNode10), "Forces the agent to use Node 10 handler for all Node-based tasks", n...
8d981e30d9b457aa95a390b1af20dd25c3fe7fbe
Select out mandatory label if inherit only.
Select out mandatory label if inherit only.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/SecurityDescriptor.cs
apache-2.0
1,586,889,295
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
ab98a49dfc234b809853fd1bd1f3da8e34ab16f6
optimize webdavuri
optimize webdavuri
yar229/WebDavMailRuCloud
NWebDav/NWebDav.Server/WebDavUri.cs
mit
1,586,888,902
using System; namespace NWebDav.Server { public class WebDavUri { //private readonly Uri _fakeurl; public WebDavUri(string url) { AbsoluteUri = url; //_fakeurl = new Uri(AbsoluteUri); } /// <summary> /// /// </summary> ...
using System; namespace NWebDav.Server { public class WebDavUri { private readonly Uri _fakeurl; public WebDavUri(string url) { AbsoluteUri = url; _fakeurl = new Uri(AbsoluteUri); } /// <summary> /// /// </summary> ///...
197dac3e31e78e415781c8f2d93831ac930f27db
Fixes the exception described in #297 (#299)
Fixes the exception described in #297 (#299) and adds additional check for destinationPlayerPanel being null during an automove. Fix #297
EtienneLamoureux/TQVaultAE
src/TQVaultAE.GUI/MainForm.Panel.cs
mit
1,586,888,737
using TQVaultAE.Domain.Helpers; using System; using System.Drawing; using System.Globalization; using System.IO; using TQVaultAE.Domain.Entities; using TQVaultAE.GUI.Components; using TQVaultAE.GUI.Models; using TQVaultAE.GUI.Tooltip; using TQVaultAE.Presentation; namespace TQVaultAE.GUI { public partial class MainF...
using TQVaultAE.Domain.Helpers; using System; using System.Drawing; using System.Globalization; using System.IO; using TQVaultAE.Domain.Entities; using TQVaultAE.GUI.Components; using TQVaultAE.GUI.Models; using TQVaultAE.GUI.Tooltip; using TQVaultAE.Presentation; namespace TQVaultAE.GUI { public partial class MainF...
faa5e3c55b279adcfcef7b36c3a3e91392276fbb
Add profiler instrumentation to scene system
Add profiler instrumentation to scene system
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Services/SceneSystem/MixedRealitySceneSystem.cs
mit
1,586,888,651
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.T...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.T...
b4ccbfe50315bb192cc5dc05b2cf099ea787464c
Fix button font scaling #291 (#293)
Fix button font scaling #291 (#293)
EtienneLamoureux/TQVaultAE
src/TQVaultAE.GUI/Components/BagButtonBase.cs
mit
1,586,888,644
//----------------------------------------------------------------------- // <copyright file="BagButtonBase.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.GUI....
//----------------------------------------------------------------------- // <copyright file="BagButtonBase.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.GUI....
c7aba2a4de61b8f8e2c622964b9de3813a94017c
Updated file header
Updated file header
Jeavon/Slimsy,Jeavon/Slimsy,Jeavon/Slimsy
Slimsy/SlimsyExtensions.cs
mit
1,586,888,108
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SlimsyExtensions.cs" company="Our.Umbraco"> // 2017 // </copyright> // <summary> // Defines the SlimsyExtension methods for Url and Html Helpers. // </summary> // ------------...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Slimsy.cs" company="Our.Umbraco"> // 2017 // </copyright> // <summary> // Defines the Slimsy type. // </summary> // -----------------------------------------------------------...
50ce6b579346a102ba683afc1211ef36e4631038
Parenthesis inline!
Parenthesis inline!
mdesalvo/RDFSharp
RDFSharp/Model/Validation/Abstractions/Constraints/RDFLessThanOrEqualsConstraint.cs
apache-2.0
1,586,887,798
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
/* Copyright 2012-2020 Marco De Salvo Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
9337f2f9fd797a2b181e847edda9dfd18fee6d0e
Fix ApprovalTests.
Fix ApprovalTests.
ExRam/ExRam.Gremlinq
ApprovalTests/ApprovalTests.Core.verified.cs
mit
1,586,887,515
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ExRam.Gremlinq.Core.Tests")] [assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")] namespace ExRam.Gremlinq.Core { public sealed class AddEStep : ExRam.Gremlinq.Core.AddElementStep { publ...
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("ExRam.Gremlinq.Core.Tests")] [assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")] namespace ExRam.Gremlinq.Core { public sealed class AddEStep : ExRam.Gremlinq.Core.AddElementStep { publ...
d4eac3b4633d2692cd3462940e41fbfd65e412eb
GremlinQuerySerializer: Generic CreateInstruction to avoid more boxing.
GremlinQuerySerializer: Generic CreateInstruction to avoid more boxing.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/ExecutionPipelines/GremlinQuerySerializer.cs
mit
1,586,887,507
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public static class GremlinQuerySerializer { private sealed class Gremli...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public static class GremlinQuerySerializer { private sealed class Gremli...
2f816cd974063c869fa44879bfb83738669e5d8e
Review TryGetSerializer.
Review TryGetSerializer.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/ExecutionPipelines/QueryFragmentSerializer.cs
mit
1,586,887,506
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; using System.Threading; namespace ExRam.Gremlinq.Core { public interface IQueryFragmentSerializer { object Serialize<TFragment>(TFragment fragment); IQueryFragmentSerializer O...
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; using System.Threading; namespace ExRam.Gremlinq.Core { public interface IQueryFragmentSerializer { object Serialize<TFragment>(TFragment fragment); IQueryFragmentSerializer O...
563fa9a5e78590d8803724a74eeca4c845d5c667
Recurse on DateTimeOffset.
Recurse on DateTimeOffset.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/ExecutionPipelines/GremlinQuerySerializer.cs
mit
1,586,887,506
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public static class GremlinQuerySerializer { private sealed class Gremli...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Gremlin.Net.Process.Traversal; namespace ExRam.Gremlinq.Core { public static class GremlinQuerySerializer { private sealed class Gremli...
38353bc6a27a9777aca20a6f6406620173881239
Return a Func in QueryFragmentSerializer.TryGetSerializer.
Return a Func in QueryFragmentSerializer.TryGetSerializer.
ExRam/ExRam.Gremlinq
ExRam.Gremlinq.Core/ExecutionPipelines/QueryFragmentSerializer.cs
mit
1,586,887,505
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; using System.Threading; namespace ExRam.Gremlinq.Core { public interface IQueryFragmentSerializer { object Serialize<TFragment>(TFragment fragment); IQueryFragmentSerializer O...
using System; using System.Collections.Concurrent; using System.Collections.Immutable; using System.Linq.Expressions; using System.Threading; namespace ExRam.Gremlinq.Core { public interface IQueryFragmentSerializer { object Serialize<TFragment>(TFragment fragment); IQueryFragmentSerializer O...
b0bf58110e995c8692cd9be98bfbda1e0c72a588
fix url decode issue
fix url decode issue
plivo/plivo-dotnet,plivo/plivo-dotnet
src/Plivo/Utilities/XPlivoSignatureV3.cs
mit
1,586,887,157
using System; using System.Security.Cryptography; using System.Collections.Generic; using System.Text; using System.Linq; namespace Plivo.Utilities { public static class XPlivoSignatureV3 { /// <summary> /// Compute X-Plivo-Signature-V2 /// </summary> /// <param name="uri"></par...
using System; using System.Security.Cryptography; using System.Collections.Generic; using System.Text; using System.Linq; namespace Plivo.Utilities { public static class XPlivoSignatureV3 { /// <summary> /// Compute X-Plivo-Signature-V2 /// </summary> /// <param name="uri"></par...
b1319e79091299a76f1edb3a0b0f414c16b98d8f
Cap allocation size in XmlBufferReader.TryEnsureBytes
Cap allocation size in XmlBufferReader.TryEnsureBytes Do not allow the untrusted payload to dictate the initial capacity of the read buffer.
BrennanConroy/corefx,BrennanConroy/corefx,BrennanConroy/corefx
src/System.Private.DataContractSerialization/src/System/Xml/XmlBufferReader.cs
mit
1,586,886,937
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Xml; using System.Collections; using System.Diagnostics; using System.Ru...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Xml; using System.Collections; using System.Diagnostics; using System.Ru...
313e97a3e2af664c492bf6e82f21762bb1446e58
Update Attack.cs
Update Attack.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/InBattle/Attack.cs
bsd-3-clause
1,586,886,508
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { /// <summary> /// Uses current battle and manipulates the data then ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { /// <summary> /// Uses current battle and manipulates the data then ...
1e679789eb599e8e1fccceb7f230db0903770b0b
Update Attack.cs
Update Attack.cs Formatting Spacing
PokemonUnity/PokemonUnity
PokemonUnity.Shared/Shadow/Attack.cs
bsd-3-clause
1,586,886,458
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { #pragma warning disable 0162 //Warning CS0162 Unreachable code detect...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { #pragma warning disable 0162 //Warning CS0162 Unreachable code detect...
12b211f7f8e802ac9033f186bee2dde2ea6318f0
Update IPokemon.cs
Update IPokemon.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/Monster/Interface/IPokemon.cs
bsd-3-clause
1,586,886,402
using System; using System.Collections.Generic; using PokemonUnity.Attack; using PokemonUnity.Character; using PokemonUnity.Inventory; namespace PokemonUnity.Monster { public interface IPokemon : IPokemonBattle { //Abilities Ability { get; set; } //int ATK { get; } //Items ballUsed { get; } byte[] Contest {...
using System; using System.Collections.Generic; using PokemonUnity.Attack; using PokemonUnity.Character; using PokemonUnity.Inventory; namespace PokemonUnity.Monster { public interface IPokemon : IPokemonBattle { //Abilities Ability { get; set; } //int ATK { get; } //Items ballUsed { get; } byte[] Contest {...
dfe06200de450ee74d28700a2415a3a5859e4518
Workaround for C# compiler bug
Workaround for C# compiler bug Build fails with error CS8751: Internal error in the C# compiler: https://github.com/moq/moq4/issues/994
Moq/moq4
tests/Moq.Tests/ComCompatibilityFixture.cs
bsd-3-clause
1,586,886,167
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. #if FEATURE_COM using Moq.Tests.ComTypes; using Xunit; namespace Moq.Tests { public class ComCompatibilityFixture { [Fact] public void COM_interop_t...
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. #if FEATURE_COM using Moq.Tests.ComTypes; using Xunit; namespace Moq.Tests { public class ComCompatibilityFixture { [Fact] public void COM_interop_t...
e7df020906731156268adffa9c7c19fd8ba25747
Quarantine AppCanHandleClientAbortingConnectionMidRequest.
Quarantine AppCanHandleClientAbortingConnectionMidRequest.
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/FunctionalTests/RequestTests.cs
apache-2.0
1,586,885,971
// 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.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using S...
// 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.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using S...
30dc247f00de36cf5b70e5754ac080ae6a1e91f3
Armor tweaks
Armor tweaks
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Health/Objects/Armor.cs
agpl-3.0
1,586,885,788
using System; using UnityEngine; /// <summary> /// Represents armor which provides resistance against various kinds of attacks. /// /// an armor rating of 100 indicates complete resistance against that kind of attack. /// 0 indicates no resistance. /// negative values indicate weakness to that kind of attack. /// /// ...
using System; /// <summary> /// Represents armor which provides resistance against various kinds of attacks. /// /// an armor rating of 100 indicates complete resistance against that kind of attack. /// 0 indicates no resistance. /// negative values indicate weakness to that kind of attack. /// /// Each value represen...
2ea429867cacf1f029ad3c1f9c8042e0042f496b
implemented GetNoteBlockSymbolsLackingParameterNamed for https://forums.autodesk.com/t5/revit-api-forum/determine-if-a-parameter-exists-for-noteblockfamiles/m-p/9442331
implemented GetNoteBlockSymbolsLackingParameterNamed for https://forums.autodesk.com/t5/revit-api-forum/determine-if-a-parameter-exists-for-noteblockfamiles/m-p/9442331
jeremytammik/the_building_coder_samples
BuildingCoder/BuildingCoder/CmdDisallowJoin.cs
mit
1,586,885,262
#region Header // // CmdDisallowJoin.cs - allow or disallow join at wall ends // // Copyright (C) 2009-2020 by Jeremy Tammik, // Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces using System; using System.Collections...
#region Header // // CmdDisallowJoin.cs - allow or disallow join at wall ends // // Copyright (C) 2009-2020 by Jeremy Tammik, // Autodesk Inc. All rights reserved. // // Keywords: The Building Coder Revit API C# .NET add-in. // #endregion // Header #region Namespaces using System; using System.Collections...
b2d5ceb1f7ac7d3d5aa825601d6fc054566ee002
speedup parsing multi-segment readOnlySequence
speedup parsing multi-segment readOnlySequence
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/SegmentedBufferHelper.cs
bsd-3-clause
1,586,885,059
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
c088604cf7ff266736baf908cb844ed45fec06b5
Version bump
Version bump
Glympse/enroute-xamarin-sdk,Glympse/enroute-xamarin-sdk,Glympse/enroute-xamarin-sdk
source/EnRouteApi/Source/Core/Config.cs
mit
1,586,885,036
using System; namespace EnRouteApi { public class Config { /** * EnRoute Xamarin SDK version. */ public static readonly int ENROUTE_SDK_MAJOR = 2; public static readonly int ENROUTE_SDK_MINOR = 5; public static readonly int ENROUTE_SDK_BUILD = 24; ...
using System; namespace EnRouteApi { public class Config { /** * EnRoute Xamarin SDK version. */ public static readonly int ENROUTE_SDK_MAJOR = 2; public static readonly int ENROUTE_SDK_MINOR = 5; public static readonly int ENROUTE_SDK_BUILD = 23; ...
81605dbab640da909d6ecd0e6d81de810cc57711
add additional settings
add additional settings
JacobFischer/Joueur.cs,siggame/Joueur.cs,siggame/Joueur.cs,JacobFischer/Joueur.cs
Games/Coreminer/Game.cs
mit
1,586,885,031
// Mine resources to obtain more wealth than your opponent. // DO NOT MODIFY THIS FILE // Never try to directly create an instance of this class, or modify its member variables. // Instead, you should only be reading its variables and calling its functions. using System; using System.Collections.Generic; using System...
// Mine resources to obtain more wealth than your opponent. // DO NOT MODIFY THIS FILE // Never try to directly create an instance of this class, or modify its member variables. // Instead, you should only be reading its variables and calling its functions. using System; using System.Collections.Generic; using System...
08ecaf9ff78bf07a06bab99be795de228b31c2fd
Ouch missing commit.
Ouch missing commit.
Bobris/BTDB,karasek/BTDB,klesta490/BTDB
BTDB/FieldHandler/DBObjectFieldHandler.cs
mit
1,586,884,873
using System; using System.Linq; using BTDB.IL; using BTDB.ODBLayer; using BTDB.StreamLayer; namespace BTDB.FieldHandler { public class DBObjectFieldHandler : IFieldHandler, IFieldHandlerWithInit { readonly IObjectDB _objectDb; readonly byte[] _configuration; readonly string? _typeName...
using System; using System.Linq; using BTDB.IL; using BTDB.ODBLayer; using BTDB.StreamLayer; namespace BTDB.FieldHandler { public class DBObjectFieldHandler : IFieldHandler, IFieldHandlerWithInit { readonly IObjectDB _objectDb; readonly byte[] _configuration; readonly string? _typeName...
805feec4b92008cd5bff4a9ad2117faa34d1f245
search in name value paar V2
search in name value paar V2
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer.Core/NodeQueryMatcher.cs
mit
1,586,884,019
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
b75613893eb68318faba427af8acdfa12be2af9c
Переименован тест
Переименован тест
vknet/vk
VkNet.Tests/Models/GraffitiModel.cs
mit
1,586,883,572
using System.Diagnostics.CodeAnalysis; using NUnit.Framework; using VkNet.Model.Attachments; namespace VkNet.Tests.Models { [TestFixture] [ExcludeFromCodeCoverage] public class GraffitiModel : BaseTest { [Test] public void ShouldDeserializeFromVkResponseToAttachment() { ReadJsonFile("Models", "graffiti_at...
using System.Diagnostics.CodeAnalysis; using NUnit.Framework; using VkNet.Model.Attachments; namespace VkNet.Tests.Models { [TestFixture] [ExcludeFromCodeCoverage] public class GraffitiModel : BaseTest { [Test] public void ShouldDeserializeFromVkResponseToAttachment() { ReadJsonFile("Models", "graffiti_at...
58e122a7cb1c0b47365e1fe28c16f24d85ce0681
Better fallback logic
Better fallback logic
NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu
osu.Game/OsuGame.cs
mit
1,586,883,401
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
80949e89b934f0eaee7705da8e8f62f0dc47b6b3
Offline fallback and commenting
Offline fallback and commenting
smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu
osu.Game/OsuGame.cs
mit
1,586,882,982
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
d418cd210fa06ce43b4ca336bffaffb5537bf673
Skip 640KB - 1MB region
Skip 640KB - 1MB region
tigrouind/LifeDISA,tigrouind/LifeDISA
MemoryViewer/MemoryViewer/Program.cs
mit
1,586,882,776
using System; using System.Diagnostics; using System.Linq; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 240; int winx = GetArgument(args, "-screen-width") ?? 320; int winy = GetArgument(args, "-scre...
using System; using System.Diagnostics; using System.Linq; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 240; int winx = GetArgument(args, "-screen-width") ?? 320; int winy = GetArgument(args, "-scre...
9dda113d6008e8f684961e30355e6d5f63ba596a
Make Ignitor tests flaky
Make Ignitor tests flaky
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Components/test/E2ETest/ServerExecutionTests/InteropReliabilityTests.cs
apache-2.0
1,586,882,229
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using Ignitor; using Microsoft....
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using Ignitor; using Microsoft....
6d3e3eb88c7b1789301c394886d706a359666ff2
Transaction fix to compile
Transaction fix to compile
Backendless/.NET-SDK,Backendless/.NET-SDK
Backendless/Transaction/UnitOfWork.cs
apache-2.0
1,586,882,172
using BackendlessAPI.Transaction.Operations; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BackendlessAPI.Transaction { public class UnitOfWork { public static String REFERENCE_MARKER = "___ref"; public static String OP_RESULT...
using BackendlessAPI.Transaction.Operations; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BackendlessAPI.Transaction { public class UnitOfWork { public static String REFERENCE_MARKER = "___ref"; public static String OP_RESULT...
44c8f632e525d88eb71880b713a11201e59867b5
null exception fix
null exception fix
codemash-io/CodeMash.Net
src/CodeMash.Repository/Utils/Converters/Entity/EntityDeserializer.cs
mit
1,586,881,255
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using CodeMash.Models; using Isidos.CodeMash.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; namespace CodeMash.Repository { public class EntityDeser...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using CodeMash.Models; using Isidos.CodeMash.Utils; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Newtonsoft.Json.Serialization; namespace CodeMash.Repository { public class EntityDeser...
a980705bdbf09577d6f1bdc03610fe895083ebbe
attempt to fix CompatibilityTests
attempt to fix CompatibilityTests
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/Collections/MapField.cs
bsd-3-clause
1,586,880,978
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2015 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that ...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2015 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that ...
435f31a961058f50c36459fe187441dbc7ba45e6
Correctly parse Unity for WbQuantity.
Correctly parse Unity for WbQuantity.
CXuesong/WikiClientLibrary,CXuesong/WikiClientLibrary
WikiClientLibrary.Wikibase/DataTypes/WikibaseDataType.cs
apache-2.0
1,586,880,921
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using Newtonsoft.Json.Linq; namespace WikiClientLibrary.Wikibase.DataTypes { /// <summary> /// Atomic instances indicating a Wikibase Property type. /// </summary> /// <remarks> /// <para...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using Newtonsoft.Json.Linq; namespace WikiClientLibrary.Wikibase.DataTypes { /// <summary> /// Atomic instances indicating a Wikibase Property type. /// </summary> /// <remarks> /// <para...
bbef94b4df15fd3e1b2f0f51f5c16e2243920a45
Reset best order on ruleset change
Reset best order on ruleset change
NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Screens/Select/DifficultyRecommender.cs
mit
1,586,879,780
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
beed170ffaa015864979010706689b682b874302
Fix SerializableEntity.LoadAll signature.
Fix SerializableEntity.LoadAll signature.
CXuesong/WikiClientLibrary,CXuesong/WikiClientLibrary
WikiClientLibrary.Wikibase/SerializableEntity.cs
apache-2.0
1,586,879,604
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using WikiClientLibrary.Wikibase.DataTypes; namespace WikiClientLibrary.Wikibase { /// <summary>...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using WikiClientLibrary.Wikibase.DataTypes; namespace WikiClientLibrary.Wikibase { /// <summary>...
00d1cf1ce2b693348633919d649a15388f955072
Recommend from all rulesets
Recommend from all rulesets
peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipooo/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu
osu.Game/Screens/Select/DifficultyRecommender.cs
mit
1,586,878,938
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
06c17d64ad362fa3b5a8f8203b243f04edf8c66b
Format code.
Format code.
ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET
SimpSim.NET.WPF/WindowService.cs
mit
1,586,878,847
using System.Windows; using SimpSim.NET.Presentation; using SimpSim.NET.Presentation.ViewModels; using SimpSim.NET.WPF.Views; namespace SimpSim.NET.WPF { internal class WindowService : IWindowService { private readonly SimpleSimulator _simulator; public WindowService(SimpleSimulator simulator...
using System.Windows; using SimpSim.NET.Presentation; using SimpSim.NET.Presentation.ViewModels; using SimpSim.NET.WPF.Views; namespace SimpSim.NET.WPF { internal class WindowService : IWindowService { private readonly SimpleSimulator _simulator; public WindowService(SimpleSimulator simulator...
1988d833b5213dc197a0e1e9913c9532f30553e6
updated lucene
updated lucene
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/Lucene.Net/Lucene.Net.Analysis.Common/Analysis/Ar/ArabicStemmer.cs
apache-2.0
1,586,877,775
using YAF.Lucene.Net.Analysis.Util; using System; using System.Collections.Generic; namespace YAF.Lucene.Net.Analysis.Ar { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information re...
using YAF.Lucene.Net.Analysis.Util; namespace YAF.Lucene.Net.Analysis.Ar { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF license...
f71009d02decaf02a6d8fe718beab9f5d08eecc0
SB-386 Fix email issue (#385)
SB-386 Fix email issue (#385)
bcgov/schoolbus,bcgov/schoolbus,bcgov/schoolbus
Server/src/SchoolBusAPI/Services.Impl/EmailService.cs
apache-2.0
1,586,877,497
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SchoolBusAPI.Services; using Microsoft.AspNetCore.Mvc; using SchoolBusAPI.Models; using MailKit.Net.Smtp; using System.Net.Security; using MimeKit; using Microsoft.Extensions.Configuration; namespace SchoolBusAPI.Se...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SchoolBusAPI.Services; using Microsoft.AspNetCore.Mvc; using SchoolBusAPI.Models; using MailKit.Net.Smtp; using System.Net.Security; using MimeKit; using Microsoft.Extensions.Configuration; namespace SchoolBusAPI.Se...
f60a1df8e673bfdc24ede89af300c9ef01d50f53
Update: some micro UI changes
Update: some micro UI changes
bitdust/EarthLiveSharp
EarthLiveSharp/settingsForm.Designer.cs
mit
1,586,877,441
namespace EarthLiveSharp { partial class settingsForm { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 t...
namespace EarthLiveSharp { partial class settingsForm { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 t...
2b3e11fc804e8af0eef0bdaf4e1e1eefcdf533b8
Update PermissionHandler.cs (#5940)
Update PermissionHandler.cs (#5940) Fixes #5939
OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,petedavis/Orchard2,OrchardCMS/Broch...
src/OrchardCore/OrchardCore.Infrastructure/Security/AuthorizationHandlers/PermissionHandler.cs
bsd-3-clause
1,586,876,944
using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using OrchardCore.Security.Permissions; namespace OrchardCore.Security.AuthorizationHandlers { /// <summary> /// This authorization handler ensures that the user has the required permission. /// </summary> public class PermissionH...
using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using OrchardCore.Security.Permissions; namespace OrchardCore.Security.AuthorizationHandlers { /// <summary> /// This authorization handler ensures that the user has the required permission. /// </summary> public class PermissionH...
e718178279384fd15b76bfe9264f4dcde5901f39
Boogie completely removed the weakArrayTheory option
Boogie completely removed the weakArrayTheory option
boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral
source/Driver.cs
mit
1,586,876,898
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Boogie; using System.Diagnostics; using cba.Util; using cba; using Microsoft.Boogie.Houdini; using System.Runtime.Serialization.Formatters.Binary; using System.IO; namespace cba { public class Driver { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Boogie; using System.Diagnostics; using cba.Util; using cba; using Microsoft.Boogie.Houdini; using System.Runtime.Serialization.Formatters.Binary; using System.IO; namespace cba { public class Driver { ...
756f266510a41ca6ad022491649bcd94ad6dddb7
sort in Read but again
sort in Read but again
rainersigwald/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbuild,mono/msbuild,mono/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,mono/msbuild,sean-gilliam...
src/Build.OM.UnitTests/Instance/ProjectItemInstance_Tests.cs
mit
1,586,876,454
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Xml; using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Microsof...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Xml; using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Microsof...
262b4060f4dab0b89b7be1da1239763ed97b0e80
Update GhostscriptRasterizer.cs
Update GhostscriptRasterizer.cs Changed Y and Y DPI settings to match GhostscriptViewer
jhabjan/Ghostscript.NET
Ghostscript.NET/Rasterizer/GhostscriptRasterizer.cs
agpl-3.0
1,586,876,424
// // GhostscriptRasterizer.cs // This file is part of Ghostscript.NET library // // Author: Josip Habjan (habjan@gmail.com, http://www.linkedin.com/in/habjan) // Copyright (c) 2013-2016 by Josip Habjan. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this...
// // GhostscriptRasterizer.cs // This file is part of Ghostscript.NET library // // Author: Josip Habjan (habjan@gmail.com, http://www.linkedin.com/in/habjan) // Copyright (c) 2013-2016 by Josip Habjan. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this...
3a72d089567ecd20050604d6e97879b0cdafbd48
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,586,876,114
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "5743a5f206df41f1bd7a3863c31dcb4301616ef0"; public static string Version = "1.2"; public static string Build = "3327"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "faabf2b8290cecd73fd1d70b7d97a12b7da63cfa"; public static string Version = "1.2"; public static string Build = "3326"; ...
5743a5f206df41f1bd7a3863c31dcb4301616ef0
fixing npk IsJumping check (#2930)
fixing npk IsJumping check (#2930) * temporarily revert npk IsJumping checks again * fixing actual bug, retaining existing functionality
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/WorldObjects/Player.cs
agpl-3.0
1,586,875,960
using System; using System.Collections.Generic; using System.Numerics; using log4net; using ACE.Common; using ACE.Database; using ACE.Database.Models.Auth; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE....
using System; using System.Collections.Generic; using System.Numerics; using log4net; using ACE.Common; using ACE.Database; using ACE.Database.Models.Auth; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE....
efad489a6f48f1f07419ca6a913958ffafaba7f7
SteamWeb use store.steampowered.com
SteamWeb use store.steampowered.com
fjch1997/SteamBot
SteamBot/SteamTrade/SteamWeb.cs
mit
1,586,875,526
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using System.Net.Cache; using System.Net.Security; using System.Runtime.Serialization; using System.Security.Cryptography; using System.Secur...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using System.Net.Cache; using System.Net.Security; using System.Runtime.Serialization; using System.Security.Cryptography; using System.Secur...
bc0564b6455df8882aa73e055338481be7818946
Remove ThreadStatic.
Remove ThreadStatic.
ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET
SimpSim.NET/Assembler.cs
mit
1,586,875,088
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace SimpSim.NET { public class Assembler { private readonly IDictionary<string, byte> _symbolTable; private readonly InstructionByteCollection _bytes; ...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace SimpSim.NET { public class Assembler { [ThreadStatic] private static IDictionary<string, byte> _symbolTable; private readonly InstructionByteCol...
2b2b30912c96ad25cd7283678e57bf5ab78a7026
Configure context.
Configure context.
chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet
Source/MQTTnet/Implementations/MqttTcpChannel.Uwp.cs
mit
1,586,875,043
#if WINDOWS_UWP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using Windows.Networki...
#if WINDOWS_UWP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; using Windows.Networki...
196c84fb8e52d3b7ea09077e1e2f106ccc356c8c
forgetton codes
forgetton codes
aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate
src/Abp/Webhooks/DefaultWebhookPublisher.cs
mit
1,586,874,485
using System.Collections.Generic; using System.Threading.Tasks; using Abp.Application.Services; using Abp.BackgroundJobs; using Abp.Json; using Abp.Webhooks.BackgroundWorker; using Abp.Collections.Extensions; namespace Abp.Webhooks { public class DefaultWebhookPublisher : ApplicationService, IWebhookPublisher ...
using System.Collections.Generic; using System.Threading.Tasks; using Abp.Application.Services; using Abp.BackgroundJobs; using Abp.Json; using Abp.Webhooks.BackgroundWorker; using Abp.Collections.Extensions; namespace Abp.Webhooks { public class DefaultWebhookPublisher : ApplicationService, IWebhookPublisher ...
92c254d9daac805f2bcbbd78414f39b07230ef06
changed HOCT EEPROM format to what it was previously
changed HOCT EEPROM format to what it was previously
WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET
WasatchNET/EEPROM.cs
mit
1,586,874,042
using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Text; namespace WasatchNET { /// <summary> /// Encapsulates access to the spectrometer's writable but non-volatile EEPROM. /// </summary> /// <remarks> /// In retrospect, should have been ...
using System; using System.Runtime.InteropServices; using System.Collections.Generic; namespace WasatchNET { /// <summary> /// Encapsulates access to the spectrometer's writable but non-volatile EEPROM. /// </summary> /// <remarks> /// In retrospect, should have been named "EEPROM." ...
d3e3413566db9b8969417823e983065d09d0b3de
Don't drop stack in exception handling
Don't drop stack in exception handling
sean-gilliam/msbuild,mono/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,rainersigwald/msbuild,mono/msbuild,mono/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,mono/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,cdmihai/msbuild,raine...
src/Tasks/AssignCulture.cs
mit
1,586,873,941
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.Build.Framework; using Microsoft.Build.Shared; using Microsoft.Build.Utilitie...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Diagnostics; using Microsoft.Build.Framework; using Microsoft.Build.Shared; using Microsoft.Build.Utilitie...
10486a0ad2b2aa1809d1d4f18d532cf545ebcb38
Fix potential dependency-related issues
Fix potential dependency-related issues
peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu
osu.Game.Tests/Gameplay/TestSceneHitObjectSamples.cs
mit
1,586,873,414
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework.Allocation; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework.Allocation; u...
7ef921b6a6e92f488fd913bf27c7023bf8aa1b93
Fixed ACE padding at end.
Fixed ACE padding at end.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Ace.cs
apache-2.0
1,586,872,469
// Copyright 2019 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2019 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
64d44dedcd643cef2e971a968154e0fd17e2a6b2
Make testscene headless
Make testscene headless
peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu
osu.Game.Tests/Gameplay/TestSceneHitObjectSamples.cs
mit
1,586,871,591
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework.Allocation; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using NUnit.Framework; using osu.Framework.Allocation; u...
b632dac4192a0acb20a84b6c50ca88bbc2f82d71
Public CreateLogger
Public CreateLogger
Elders/Cronus,Elders/Cronus
src/Elders.Cronus/Userfull/CronusLogger.cs
apache-2.0
1,586,870,338
using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; namespace Elders.Cronus { public static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void ...
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { internal static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Bootstrap(IServiceProvider serviceProvider) ...
9c216144903c5541fefdf03ebefd359edf5a8577
Removed FallbackLogger
Removed FallbackLogger
Elders/Cronus,Elders/Cronus
src/Elders.Cronus/Userfull/CronusLogger.cs
apache-2.0
1,586,870,338
using System; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; namespace Elders.Cronus { public static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(); private static ILogger startupLogger; public static IHostBuilder UseCronusSta...
using System; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; namespace Elders.Cronus { public static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(); private static ILogger startupLogger; public static IHostBuilder UseCronusSta...
add7264631f5a62a455a79a490a565461a193edf
Adds checks if the logger level is configured before invoking the actual log.
Adds checks if the logger level is configured before invoking the actual log.
Elders/Cronus,Elders/Cronus
src/Elders.Cronus/Userfull/CronusLogger.cs
apache-2.0
1,586,870,338
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { internal static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Bootstrap(IServiceProvider serviceProvider) ...
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { internal static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Bootstrap(IServiceProvider serviceProvider) ...
97ab8d3dafc4d9506970ccd2609792e41deb4015
There are 6 missing revisions since now the validator is yielding all messages
There are 6 missing revisions since now the validator is yielding all messages
Elders/Cronus,Elders/Cronus
src/Elders.Cronus.Tests/IntegrityValidation/When__AggregateCommit__has_missing_revisions.cs
apache-2.0
1,586,870,338
using System; using System.Collections.Generic; using System.Linq; using Elders.Cronus.EventStore; using Elders.Cronus.IntegrityValidation; using Machine.Specifications; namespace Elders.Cronus.Tests.ValidatorsAndResolvers { [Subject("IntegrityValidation")] public class When__AggregateCommit__has_missing_revi...
using System; using System.Collections.Generic; using System.Linq; using Elders.Cronus.EventStore; using Elders.Cronus.IntegrityValidation; using Machine.Specifications; namespace Elders.Cronus.Tests.ValidatorsAndResolvers { [Subject("IntegrityValidation")] public class When__AggregateCommit__has_missing_revi...
97b75d6df89d6fe825620743889967fa12542ec5
Null check
Null check
Elders/Cronus,Elders/Cronus
src/Elders.Cronus/Userfull/CronusLogger.cs
apache-2.0
1,586,870,338
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { public static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Configure(ILoggerFactory loggerFactory) ...
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { public static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Configure(ILoggerFactory loggerFactory) ...
e3691c8d1932c2be55c58f2683de7fda9f84d3f5
Use emergency logger for messages with severity above Debug
Use emergency logger for messages with severity above Debug
Elders/Cronus,Elders/Cronus
src/Elders.Cronus/Userfull/CronusLogger.cs
apache-2.0
1,586,870,338
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { internal static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Bootstrap(IServiceProvider serviceProvider) ...
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { internal static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Bootstrap(IServiceProvider serviceProvider) ...
91174450e34e76ea03482fd28cd0330dad496c04
Adds `Critical` log level extensions
Adds `Critical` log level extensions
Elders/Cronus,Elders/Cronus
src/Elders.Cronus/Userfull/CronusLogger.cs
apache-2.0
1,586,870,338
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { internal static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Bootstrap(IServiceProvider serviceProvider) ...
using System; using Microsoft.Extensions.Logging; namespace Elders.Cronus { internal static class CronusLogger { private static ILoggerFactory factory = new LoggerFactory(new ILoggerProvider[] { new FallbackLoggerProvider() }); public static void Bootstrap(IServiceProvider serviceProvider) ...
f26edc1f292baee257dc5c0793bd5e35ce074367
search in name value paar V1
search in name value paar V1
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer.Core/NodeQueryMatcher.cs
mit
1,586,870,119
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
7ab2dd949a825f1b30943bfc8b7a64b795db9495
#91 - Remove redundant dispose method.
#91 - Remove redundant dispose method.
techyian/MMALSharp,techyian/MMALSharp
src/MMALSharp.Processing/Handlers/VideoStreamCaptureHandler.cs
mit
1,586,869,432
// <copyright file="VideoStreamCaptureHandler.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.IO; using MMALSharp.Common; using MMALSharp.Processors.Motion; namespace MMALSha...
// <copyright file="VideoStreamCaptureHandler.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.IO; using System.Text; using MMALSharp.Common; using MMALSharp.Processors.Motion;...
d9b11a66eacbe00cc162d996937aad05c9c0f54f
#138 - Set shutter speed on each camera run. Raspistill comments state this might be necessary.
#138 - Set shutter speed on each camera run. Raspistill comments state this might be necessary.
techyian/MMALSharp,techyian/MMALSharp
src/MMALSharp/MMALCamera.cs
mit
1,586,869,351
// <copyright file="MMALCamera.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Exten...
// <copyright file="MMALCamera.cs" company="Techyian"> // Copyright (c) Ian Auty. All rights reserved. // Licensed under the MIT License. Please see LICENSE.txt for License info. // </copyright> using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Exten...
43cd37236355d3f655d66f46bb30577d13da0dce
Use default banner texture to get the banner draw size always
Use default banner texture to get the banner draw size always This keeps the banner size constant indepedent of the texture used.
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/UIMenu.cs
mit
1,586,868,990
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
9544db0f609f20f231908ab2c148982ddee6f33d
[Modify] Edit it
[Modify] Edit it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,586,868,660
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
aa8cdf7a65e541150d0aef180cd7e2f0e42dd0e9
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,586,868,291
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
3e940225460aed67a9c222d8c4d6e1ae1a528095
Fixed some warnings
Fixed some warnings
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/WaifuModule/WaifuModuleSellingTrading.cs
agpl-3.0
1,586,868,252
using System.Threading.Tasks; using Discord.Commands; namespace SoraBot.Bot.Modules.WaifuModule { public partial class WaifuModule { [Command("selldupes"), Alias("dupes")] [Summary( "Sells all the dupes that you have. This will NOT sell Ultimate Waifus!")] public async Task...
using System.Linq; using System.Threading.Tasks; using Discord.Commands; using SoraBot.Data.Utils; namespace SoraBot.Bot.Modules.WaifuModule { public partial class WaifuModule { [Command("selldupes"), Alias("dupes")] [Summary( "Sells all the dupes that you have. This will NOT sell ...
5aebd3d53b73730f41fe42f2e1b7f13132bfae0c
Fewer allocations in RvaToOffset
Fewer allocations in RvaToOffset
secana/PeNet
src/PeNet/ExtensionMethods.cs
apache-2.0
1,586,866,774
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using PeNet.Header.Pe; namespace PeNet { /// <summary> /// Extensions method to work make the work with buffers /// and addresses easier. /// </summary> public static class Extension...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using PeNet.Header.Pe; namespace PeNet { /// <summary> /// Extensions method to work make the work with buffers /// and addresses easier. /// </summary> public static class Extension...
d005495d90361faeb06d888f71668ed3ab6727c8
Update Type.cs
Update Type.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/Monster/Type.cs
bsd-3-clause
1,586,866,508
using System.Collections; public static class PBTypes { //public static string ToString(this PokemonUnity.Types type) //{ // switch (type) // { // case PokemonUnity.Types.NONE: // break; // case PokemonUnity.Types.NORMAL: // break; // case PokemonUnity.Types.FIGHTING: // break; // case Pokemon...
using System.Collections; public static class PBTypes { //public static string ToString(this PokemonUnity.Types type) //{ // switch (type) // { // case PokemonUnity.Types.NONE: // break; // case PokemonUnity.Types.NORMAL: // break; // case PokemonUnity.Types.FIGHTING: // break; // case Pokemon...
e74083765580fa599b4517556a21a78bb9c6a114
Update Attack.cs
Update Attack.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/InBattle/Attack.cs
bsd-3-clause
1,586,866,482
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { /// <summary> /// Uses current battle and manipulates the data then ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using PokemonUnity; using PokemonUnity.Battle; using PokemonUnity.Inventory; //using PokemonUnity.Move; using System.Collections; namespace PokemonUnity.Battle { /// <summary> /// Uses current battle and manipulates the data then ...
b52bedf1ee420229581f82ac77e4b6ec22bf54b2
String format addition
String format addition
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Helpers/NotificationHelpers.cs
mit
1,586,866,383
using Avalonia.Controls.Notifications; using ReactiveUI; using Splat; using System; using System.Reactive.Concurrency; using WalletWasabi.Gui.Controls.WalletExplorer; using WalletWasabi.Wallets; namespace WalletWasabi.Gui.Helpers { public static class NotificationHelpers { private const int MaxTitleLength = 50; ...
using Avalonia.Controls.Notifications; using ReactiveUI; using Splat; using System; using System.Reactive.Concurrency; using WalletWasabi.Gui.Controls.WalletExplorer; using WalletWasabi.Wallets; namespace WalletWasabi.Gui.Helpers { public static class NotificationHelpers { private static INotificationManager NullN...
85ebb5ab3674b91484aa5d896dff2e1bd5bd9e83
UnitOfWorkCreate
UnitOfWorkCreate
Backendless/.NET-SDK,Backendless/.NET-SDK
Backendless/Transaction/UnitOfWorkCreateImpl.cs
apache-2.0
1,586,866,129
using BackendlessAPI.Exception; using BackendlessAPI.Transaction.Operations; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BackendlessAPI.Transaction { class UnitOfWorkCreateImpl : UnitOfWorkCreate { private List<Operation<Diction...
using BackendlessAPI.Exception; using BackendlessAPI.Transaction.Operations; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BackendlessAPI.Transaction { class UnitOfWorkCreateImpl : UnitOfWorkCreate { private List<Operation<Object>...
e4d3071e55c2ac5bab2fff0ffa77cc40f6c82deb
Updated Discord link
Updated Discord link
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite/UrlConstants.cs
mit
1,586,866,055
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Playnite { public static class UrlConstants { public const string IssuesTesting = @"https://github.com/JosefNemec/Playnite.Testing/issues/new"; public const ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Playnite { public static class UrlConstants { public const string IssuesTesting = @"https://github.com/JosefNemec/Playnite.Testing/issues/new"; public const ...
d3ba80bb169a74fee4c63e84235fd1d61c9195fe
Adjustment in MessageContext of Assistant_V2
Adjustment in MessageContext of Assistant_V2
watson-developer-cloud/dotnet-standard-sdk,watson-developer-cloud/dotnet-standard-sdk
examples/IBM.Watson.Assistant.v2.Examples/ServiceExample.cs
apache-2.0
1,586,865,753
/** * Copyright 2019 IBM Corp. 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 2019 IBM Corp. 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...
26966ca48a5d06992661fe78920e1e95f92bda71
changing export scope to be request based for issue #256
changing export scope to be request based for issue #256
ipjohnson/Grace
src/Grace/DependencyInjection/Lifestyle/SingletonPerKeyLifestyle.cs
mit
1,586,865,439
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Text; using Grace.Data.Immutable; namespace Grace.DependencyInjection.Lifestyle { public class SingletonPerKeyLifestyle : ICompiledLifestyle { private static MethodInfo getInstanceMetho...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Text; using Grace.Data.Immutable; namespace Grace.DependencyInjection.Lifestyle { public class SingletonPerKeyLifestyle : ICompiledLifestyle { private static MethodInfo getInstanceMetho...
9afd2e62d9c1e893b44814eeba7c1e05daaf9156
Added mywaifus and allwaifus command
Added mywaifus and allwaifus command
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/WaifuModule/WaifuModuleMisc.cs
agpl-3.0
1,586,864,121
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Common.Utils; using SoraBot.Data.Models.SoraDb; using SoraBot.Services.Waifu; namespace SoraBot.Bot.Modules.WaifuModule { public partial class WaifuModule { [Command("waifustats"), Alias...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using SoraBot.Common.Utils; using SoraBot.Data.Models.SoraDb; using SoraBot.Services.Waifu; namespace SoraBot.Bot.Modules.WaifuModule { public partial class WaifuModule { [Command("waifustats"), Alias...
82b751496f74a0ee9cd0a861173c7ae6df4b5ab5
Remove duplicate "IsDotNet"
Remove duplicate "IsDotNet"
secana/PeNet
src/PeNet/PeFile.cs
apache-2.0
1,586,863,848
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using PeNet.FileParser; using PeNet.Header.Authenticode; using PeNet.Header.ImpHash; using PeNet.Header.Net; using PeNet.Header...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using PeNet.FileParser; using PeNet.Header.Authenticode; using PeNet.Header.ImpHash; using PeNet.Header.Net; using PeNet.Header...
f5281deeafc51b69f25fcf54aa833500aba54654
Got rid of small warning
Got rid of small warning
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,586,863,471
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; namespace SoraBot.Services.Core.MessageHandlers { public ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; namespace Sor...
a48fe9bb7c518f78dce153337ddfd30196501bd1
Improve test stability
Improve test stability
ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab
source/NetFramework/Tests/ExecutionTests.cs
bsd-2-clause
1,586,862,767
using System; using System.Collections.Generic; #if DEBUG using System.IO; #endif using System.Linq; #if DEBUG using System.Reflection; #endif using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Newtonsoft.Json; using ...
using System; using System.Collections.Generic; #if DEBUG using System.IO; #endif using System.Linq; #if DEBUG using System.Reflection; #endif using System.Runtime.Serialization; using System.Text.RegularExpressions; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Newtonsoft.Json; using ...
75bdfff8cb23011a3a2d240125d8807291e51cdb
Add is exe flag
Add is exe flag
secana/PeNet
src/PeNet/PeFile.cs
apache-2.0
1,586,862,003
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using PeNet.FileParser; using PeNet.Header.Authenticode; using PeNet.Header.ImpHash; using PeNet.Header.Net; using PeNet.Header...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using PeNet.FileParser; using PeNet.Header.Authenticode; using PeNet.Header.ImpHash; using PeNet.Header.Net; using PeNet.Header...
58e002f4c5c353c76a014e8d1346cd9a20468a06
Update Phone.cs
Update Phone.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/Character/Gear/Phone.cs
bsd-3-clause
1,586,861,947
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PokemonUnity.Character { public class Phone { public string[] generics; public string[] greetings; public string[] greetingsMorning; public string[] greetingsEvening; public string[] bodies1; public string[] ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PokemonUnity.Charcter { public class Phone { public string[] generics; public string[] greetings; public string[] greetingsMorning; public string[] greetingsEvening; public string[] bodies1; public string[] b...
074f30071ef11119f76780db2dd35ec3f3f25573
Update Base.cs
Update Base.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/Inventory/Data/Base.cs
bsd-3-clause
1,586,860,014
using System.Collections; using PokemonUnity; using PokemonUnity.Inventory; namespace PokemonUnity.Inventory { public struct ItemData { #region Variables //public string Name { get; private set; } //public string Plural { get; private set; } //public string Description { get; private set; } public int Pri...
using System.Collections; using PokemonUnity; using PokemonUnity.Inventory; namespace PokemonUnity.Inventory { public struct ItemData { #region Variables //public string Name { get; private set; } //public string Plural { get; private set; } //public string Description { get; private set; } public int Pri...
0b236f611aa807873a7f65cc2d4ffc4ad82b818b
Fixes buildscript
Fixes buildscript
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/BuildScript/BuildScript.cs
bsd-2-clause
1,586,859,879
using System; using System.IO; using FlubuCore.Commanding; using FlubuCore.Context; using FlubuCore.Scripting; using FlubuCore.Context.FluentInterface.Interfaces; using FlubuCore.IO; using FlubuCore.Context.Attributes.BuildProperties; using FlubuCore.Tasks.NetCore; public class BuildScript : DefaultBuildScript { ...
using System; using System.IO; using FlubuCore.Commanding; using FlubuCore.Context; using FlubuCore.Scripting; using FlubuCore.Context.FluentInterface.Interfaces; using FlubuCore.IO; using FlubuCore.Context.Attributes.BuildProperties; using FlubuCore.Tasks.NetCore; public class BuildScript : DefaultBuildScript { ...
69b27b40c8acc83e39a59020c684fb22ef20a80a
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,586,858,462
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "faabf2b8290cecd73fd1d70b7d97a12b7da63cfa"; public static string Version = "1.2"; public static string Build = "3326"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "2c0ec8bd87035e012a2ae5f943aa333cf6159375"; public static string Version = "1.2"; public static string Build = "3325"; ...
6294e8ea51e8007c87b8281aa7cd83008cc4697a
https://issues.apache.org/jira/browse/LUCENENET-607 (#241)
https://issues.apache.org/jira/browse/LUCENENET-607 (#241) * https://issues.apache.org/jira/browse/LUCENENET-607 modified to be a generic IList<char[]>. Created methods for readability. * https://issues.apache.org/jira/browse/LUCENENET-607 Changed to property Co-authored-by: Michael Condillac <23b05a9c1db79fcd...
jeme/lucenenet,apache/lucenenet,apache/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,jeme/lucenenet,sisve/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,jeme/lucenenet,apache/lucenenet,sisve/lucenenet
src/Lucene.Net.Analysis.Common/Analysis/Ar/ArabicStemmer.cs
apache-2.0
1,586,858,207
using Lucene.Net.Analysis.Util; using System; using System.Collections.Generic; namespace Lucene.Net.Analysis.Ar { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding ...
using Lucene.Net.Analysis.Util; namespace Lucene.Net.Analysis.Ar { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this f...
faabf2b8290cecd73fd1d70b7d97a12b7da63cfa
commenting out debug msg (#2928)
commenting out debug msg (#2928)
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/WorldObjects/Creature.cs
agpl-3.0
1,586,858,184
using System; using System.Collections.Generic; using log4net; using ACE.Common; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Managers; using ACE.Server.WorldObjects.Ent...
using System; using System.Collections.Generic; using log4net; using ACE.Common; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; using ACE.Server.Entity; using ACE.Server.Managers; using ACE.Server.WorldObjects.Ent...
e088146b4f5da27c1db71d9f3b35bfdc51d976b0
BindWithTransactionScope<T, K, E> added.
BindWithTransactionScope<T, K, E> added.
vkhorikov/CSharpFunctionalExtensions
CSharpFunctionalExtensions/Result/Extensions/BindWithTransactionScope.cs
mit
1,586,857,673
#if NETSTANDARD2_0 using System; namespace CSharpFunctionalExtensions { public static partial class ResultExtensions { public static Result<K> BindWithTransactionScope<T, K>(this Result<T> self, Func<T, Result<K>> f) => WithTransactionScope(() => self.Bind(f)); public static Result...
#if NETSTANDARD2_0 using System; namespace CSharpFunctionalExtensions { public static partial class ResultExtensions { public static Result<K> BindWithTransactionScope<T, K>(this Result<T> self, Func<T, Result<K>> f) => WithTransactionScope(() => self.Bind(f)); public static Result...
8a54eb77f1535b52570390c6dcaa6ff1fd2f8fb6
update totpHelperTest
update totpHelperTest
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
test/WeihanLi.Common.Test/HelpersTest/TotpHelperTest.cs
mit
1,586,856,549
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); [Fact] public void Test() { lock (_lock) { TotpH...
using System.Threading; using WeihanLi.Common.Helpers; using Xunit; namespace WeihanLi.Common.Test.HelpersTest { public class TotpHelperTest { private readonly object _lock = new object(); [Fact] public void Test() { lock (_lock) { TotpH...
b2c2226b5cb80b4e39383cde133c8866d1d09d6e
new: handle dates with unexpected timezone specifiers, assume universal timezone in such cases
new: handle dates with unexpected timezone specifiers, assume universal timezone in such cases
codehollow/FeedReader
FeedReader/Helpers.cs
mit
1,586,856,452
namespace CodeHollow.FeedReader { using CodeHollow.FeedReader.Parser; using Feeds.MediaRSS; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http; using System.Text; using System.Text.RegularExpressions; using System...
namespace CodeHollow.FeedReader { using CodeHollow.FeedReader.Parser; using Feeds.MediaRSS; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http; using System.Text; using System.Text.RegularExpressions; using System...
8d8445cdf18afa12ea70d752d81dab039a939bae
Config WebsiteList
Config WebsiteList
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/UtilFramework.cs
mit
1,586,854,591
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
dcd5c7080c0e7cf91dc6acaa2e95ec20dca3f2c9
Use expression-bodied member where appropriate
Use expression-bodied member where appropriate
malcolmr/nodatime,BenJenkinson/nodatime,BenJenkinson/nodatime,nodatime/nodatime,malcolmr/nodatime,malcolmr/nodatime,nodatime/nodatime
src/NodaTime/Xml/XmlSchemaDefinition.cs
apache-2.0
1,586,854,517
// Copyright 2020 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using NodaTi...
// Copyright 2020 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using NodaTi...
a35cedbee97826207b2c465b5b985bdb5b9ddeff
Don't use reflection when creating the NodaTime XML schema
Don't use reflection when creating the NodaTime XML schema
malcolmr/nodatime,nodatime/nodatime,malcolmr/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,nodatime/nodatime,BenJenkinson/nodatime
src/NodaTime/Xml/XmlSchemaDefinition.cs
apache-2.0
1,586,854,517
// Copyright 2020 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; using NodaTi...
// Copyright 2020 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Xml; using System.Xml.Schema; using System.Xml.Se...