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 |
|---|---|---|---|---|---|---|---|---|
3862f284ee3ea4ff00382dd1840243fecc0321b0 | Update MethodBuilder.cs | Update MethodBuilder.cs
| NMSLanX/Natasha | src/Natasha/Builder/MethodBuilder.cs | mpl-2.0 | 1,587,535,968 | using Natasha.Error;
using Natasha.CSharp.Template;
using System;
namespace Natasha.CSharp.Builder
{
public class MethodBuilder : MethodBuilder<MethodBuilder>
{
public MethodBuilder()
{
Link = this;
}
}
public class MethodBuilder<T> : DelegateTemplate<T> where ... | using Natasha.Error;
using Natasha.CSharp.Template;
using System;
namespace Natasha.CSharp.Builder
{
public class MethodBuilder : MethodBuilder<MethodBuilder>
{
public MethodBuilder()
{
Link = this;
}
}
public class MethodBuilder<T> : DelegateTemplate<T> where ... |
6d8e2165451cc0e08190ca7c0ffaf848f3de9335 | docs: Small typo in documentation (#1460) | docs: Small typo in documentation (#1460)
| AntiTcb/Discord.Net | src/Discord.Net.Commands/CommandServiceConfig.cs | mit | 1,587,535,838 | using System.Collections.Generic;
namespace Discord.Commands
{
/// <summary>
/// Represents a configuration class for <see cref="CommandService"/>.
/// </summary>
public class CommandServiceConfig
{
/// <summary>
/// Gets or sets the default <see cref="RunMode" /> commands s... | using System.Collections.Generic;
namespace Discord.Commands
{
/// <summary>
/// Represents a configuration class for <see cref="CommandService"/>.
/// </summary>
public class CommandServiceConfig
{
/// <summary>
/// Gets or sets the default <see cref="RunMode" /> commands s... |
92529cf80c600a2ab2ff867d3fe6e22798199374 | Add bridge response loggin | Add bridge response loggin
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Controllers/BridgeController.cs | agpl-3.0 | 1,587,535,745 | using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Host.Components;
using Tgstation.Server.Host.Components.Interop;
using Tgstation.Server.Host.Components.Inter... | using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Host.Components;
using Tgstation.Server.Host.Components.Interop;
using Tgstation.Server.Host.Components.Inter... |
4138a9483c45d1cb1d9390f00513d38d3cd80c43 | Update DynamicMethodTest.cs | Update DynamicMethodTest.cs
| NMSLanX/Natasha | test/NatashaUT/DynamicMethodTest.cs | mpl-2.0 | 1,587,535,565 | using Natasha.CSharp;
using Natasha.CSharp.Operator;
using NatashaUT.Model;
using System;
using Xunit;
namespace NatashaUT
{
[Trait("快速构建","函数")]
public class DynamicMethodTest
{
[Fact(DisplayName = "手动强转委托")]
public static void RunDelegate1()
{
var delegateAction = F... | using Natasha.CSharp;
using Natasha.CSharp.Operator;
using NatashaUT.Model;
using System;
using Xunit;
namespace NatashaUT
{
[Trait("快速构建","函数")]
public class DynamicMethodTest
{
[Fact(DisplayName = "手动强转委托")]
public static void RunDelegate1()
{
var delegateAction = F... |
1f01a2d1fad0fe8d48fab267c116467514af0c5a | fix: nullcheck _shards before iterating (#1493) | fix: nullcheck _shards before iterating (#1493)
| AntiTcb/Discord.Net | src/Discord.Net.WebSocket/DiscordShardedClient.cs | mit | 1,587,535,342 | using Discord.API;
using Discord.Rest;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Threading;
namespace Discord.WebSocket
{
public partial class DiscordShardedClient : BaseSocketClient, IDiscordClient
{
private readonly ... | using Discord.API;
using Discord.Rest;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Threading;
namespace Discord.WebSocket
{
public partial class DiscordShardedClient : BaseSocketClient, IDiscordClient
{
private readonly ... |
3c74db2e5c4831c5fffc2d1fd08c2368477ce534 | Add helpful summary to electrocution Severity enum | Add helpful summary to electrocution Severity enum
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Health/Electrocution.cs | agpl-3.0 | 1,587,533,190 | using System;
using UnityEngine;
/// <summary>
/// For electrocuting a victim. NPCs not emplemented, just (human) players.
/// </summary>
public class Electrocution
{
/// <summary>
/// The electrocution severity.
/// <para>None: no potential difference (no side effects)</para>
/// <para>Mild: exposure to voltage ... | using System;
using UnityEngine;
/// <summary>
/// For electrocuting a victim. NPCs not emplemented, just (human) players.
/// Might be a good idea to just receive a GameObject instead of requestiong both
/// the shock origin's position and name separately.
/// </summary>
public class Electrocution
{
public enum Seve... |
b2d7a72514801d558eac59884045ad537262733c | Changes CentCom announcement sound to "notice2.ogg". | Changes CentCom announcement sound to "notice2.ogg".
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Player/PlayerNetworkActions.cs | agpl-3.0 | 1,587,532,531 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using UnityEngine;
using Mirror;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgressConf... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using UnityEngine;
using Mirror;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgressConf... |
74f1156411643daa2c61333b0042dd8629f0c7b1 | fixed issue with wrong id | fixed issue with wrong id
| larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl | MatterControlLib/DesignTools/Operations/AlignObject3D.cs | bsd-2-clause | 1,587,531,467 | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... |
003a060a729314f29be157279598521f917d184a | Fix a sneaky | Fix a sneaky
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Electricity/PoweredDevices/APC.cs | agpl-3.0 | 1,587,531,049 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class APC : NetworkBehaviour, ICheckedInteractable<HandApply>, INodeControl, IServerDespawn
{
// -----------------------------------------------------
// ELECTRICAL THINGS
// -----------------------... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
using UnityEngine.iOS;
public class APC : NetworkBehaviour, ICheckedInteractable<HandApply>, INodeControl, IServerDespawn
{
// -----------------------------------------------------
// ELECTRICAL THINGS
// ... |
58af75ad576396258285b2722dfb07d1176f7889 | Add back missing line | Add back missing line
| ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu | osu.Game.Rulesets.Mania/Beatmaps/ManiaBeatmapConverter.cs | mit | 1,587,530,712 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Mania.Objects;
using System;
using System.Linq;
using System.Collections.Generic;
using osu.Framework.Utils;
using osu.Game.Beatmaps;
using osu.G... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Mania.Objects;
using System;
using System.Linq;
using System.Collections.Generic;
using osu.Framework.Utils;
using osu.Game.Beatmaps;
using osu.G... |
883788dd5aec1b228328812fb4ea14043c299118 | Privatize externally-unused methods | Privatize externally-unused methods
| smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu-new,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,587,530,269 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... |
fccb30e031a40e08533e5ce2f862cbe81d6fc504 | Adjust documents | Adjust documents
*whoops*
| peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,587,530,219 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Conta... |
a3f0442b4ad57ec2b2afbab2d407387174ea48cb | light color for unhighlight text | light color for unhighlight text
| Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox/Converters/HighlightTextConverter.cs | mit | 1,587,529,786 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Media;
namespace Wox.Converters
{
public class HighlightTextConverte... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Data;
using System.Windows.Documents;
namespace Wox.Converters
{
public class HighlightTextConverter : IMultiValueConverter
... |
9bb4aabd5d81139e369d69c04a6d90c5af381ab1 | trim end of generated doc code callouts | trim end of generated doc code callouts
| elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | src/DocGenerator/Documentation/Blocks/CSharpBlock.cs | apache-2.0 | 1,587,529,099 | using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace DocGenerator.Documentation.Blocks
{
public class CSharpBlock : CodeBlock
{
private static readonly Regex Callout = new Regex(@"/... | using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace DocGenerator.Documentation.Blocks
{
public class CSharpBlock : CodeBlock
{
private static readonly Regex Callout = new Regex(@"/... |
afc7b422562aa1d22cc14e2704e9ee77f844b63e | Use GroupCreateAsync to add app instances | Use GroupCreateAsync to add app instances
| datalust/seq-api,continuousit/seq-api,datalust/seq-api | src/Seq.Api/ResourceGroups/AppInstancesResourceGroup.cs | apache-2.0 | 1,587,525,871 | // Copyright © Datalust and contributors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | // Copyright © Datalust and contributors.
//
// 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... |
c2627c9a13e584402a2933e74ac7fa6f9599688b | Fix Private Tag on useServiceVlan | Fix Private Tag on useServiceVlan
| danikf/tik4net | tik4net.objects/Interface/InterfaceVlan.cs | apache-2.0 | 1,587,525,223 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace tik4net.Objects.Interface
{
/// <summary>
/// /interface
/// </summary>
[TikEntity("/interface/vlan", IncludeDetails = true)]
public class InterfaceVlan
{
/// <summary>
/// .id
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace tik4net.Objects.Interface
{
/// <summary>
/// /interface
/// </summary>
[TikEntity("/interface/vlan", IncludeDetails = true)]
public class InterfaceVlan
{
/// <summary>
/// .id
... |
2d4077e71313c8fdb2c03bddd65db9b0a9555ae5 | Reword special default hyper-dash colour constant a bit | Reword special default hyper-dash colour constant a bit
| peppy/osu-new,ppy/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu | osu.Game.Rulesets.Catch/UI/Catcher.cs | mit | 1,587,522,340 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using... |
943e526616f5a5900cd55791dba763a02096b91c | Update relations in DictionaryDrivenDataStore | Update relations in DictionaryDrivenDataStore
| Backendless/.NET-SDK,Backendless/.NET-SDK | Backendless/Data/DictionaryDrivenDataStore.cs | apache-2.0 | 1,587,521,803 | using System;
using System.Collections.Generic;
#if !(NET_35 || NET_40)
using System.Threading.Tasks;
#endif
using BackendlessAPI.Exception;
using BackendlessAPI.Engine;
using BackendlessAPI.Service;
using BackendlessAPI.Persistence;
using BackendlessAPI.Async;
#if WITHRT
using BackendlessAPI.RT.Data;
#en... | using System;
using System.Collections.Generic;
#if !(NET_35 || NET_40)
using System.Threading.Tasks;
#endif
using BackendlessAPI.Exception;
using BackendlessAPI.Engine;
using BackendlessAPI.Service;
using BackendlessAPI.Persistence;
using BackendlessAPI.Async;
#if WITHRT
using BackendlessAPI.RT.Data;
#en... |
5d3475a5ed32b45c6b3fca5fdd823fab0e2141f9 | Retrieve CatcherTrailDisplay for asserting colours set correctly | Retrieve CatcherTrailDisplay for asserting colours set correctly
| ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu | osu.Game.Rulesets.Catch.Tests/TestSceneHyperDashColouring.cs | mit | 1,587,521,571 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graph... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graph... |
cbb5b8d213a473d10d6e7641ce263cced60ecbac | - Fixing warning of overwritten property | - Fixing warning of overwritten property
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Models/Clients/PubSub/Messages/PubSubSubscriptionsGiftEventModel.cs | mit | 1,587,520,212 | namespace Twitch.Base.Models.Clients.PubSub.Messages
{
/// <summary>
/// Information about a Subscription Gift.
/// </summary>
public class PubSubSubscriptionsGiftEventModel : PubSubSubscriptionsEventModel
{
/// <summary>
/// The recipient ID of the gift.
/// </summary>
... | namespace Twitch.Base.Models.Clients.PubSub.Messages
{
/// <summary>
/// Information about a Subscription Gift.
/// </summary>
public class PubSubSubscriptionsGiftEventModel : PubSubSubscriptionsEventModel
{
/// <summary>
/// The total months of the subscription (ONLY FOR SUB GIFT E... |
d0300dbeeb3aed6681f60ba6a0f4c53faaf662cd | Actually set the API version | Actually set the API version
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs | agpl-3.0 | 1,587,519,423 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Globalization;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.C... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Globalization;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.C... |
2ef3c1b9930d55c27f6b367e2d4abd6eb42cb801 | Cambios menores en FixedTick | Cambios menores en FixedTick
| tgc-utn/tgc-viewer | TGC.Core/Example/TgcExample.cs | mit | 1,587,518,078 | using Microsoft.DirectX.Direct3D;
using System.Drawing;
using System.Threading;
using TGC.Core.BoundingVolumes;
using TGC.Core.Camara;
using TGC.Core.Direct3D;
using TGC.Core.Input;
using TGC.Core.Mathematica;
using TGC.Core.Sound;
using TGC.Core.Text;
using TGC.Core.Textures;
namespace TGC.Core.Example
{
/// <sum... | using Microsoft.DirectX.Direct3D;
using System.Drawing;
using System.Threading;
using TGC.Core.BoundingVolumes;
using TGC.Core.Camara;
using TGC.Core.Direct3D;
using TGC.Core.Input;
using TGC.Core.Mathematica;
using TGC.Core.Sound;
using TGC.Core.Text;
using TGC.Core.Textures;
namespace TGC.Core.Example
{
/// <sum... |
a26a8d1ab8d1a1122ca21574474631d183502153 | fixing Content-Encoding header typo | fixing Content-Encoding header typo
| ipjohnson/EasyRpc | src/EasyRpc.AspNetCore/Serializers/RawContentWriter.cs | mit | 1,587,517,897 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
namespace EasyRpc.AspNetCore.Serializers
{
public interface IRawContentWriter
{
Task WriteRawContent(RequestExecutionContext requestContext, string content... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
namespace EasyRpc.AspNetCore.Serializers
{
public interface IRawContentWriter
{
Task WriteRawContent(RequestExecutionContext requestContext, string content... |
2f0b2831b2e7e2365818914439789587ad6066f1 | add reliable queue info (fix #363) | add reliable queue info (fix #363)
| RevenantX/LiteNetLib | LiteNetLib/NetPeer.cs | mit | 1,587,516,084 | #if DEBUG
#define STATS_ENABLED
#endif
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using LiteNetLib.Utils;
namespace LiteNetLib
{
/// <summary>
/// Peer connection state
/// </summary>
[Flags]
public enum ConnectionState : byte
{
Outgoing ... | #if DEBUG
#define STATS_ENABLED
#endif
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using LiteNetLib.Utils;
namespace LiteNetLib
{
/// <summary>
/// Peer connection state
/// </summary>
[Flags]
public enum ConnectionState : byte
{
Outgoing ... |
96aaf4ca586f948cd17014d85726e774d0adce48 | Stop the hotkey delay timer before running the method | Stop the hotkey delay timer before running the method
| Glurmo/LiveSplit,Glurmo/LiveSplit,Glurmo/LiveSplit,LiveSplit/LiveSplit,Glurmo/LiveSplit | LiveSplit/LiveSplit.View/View/TimerForm.cs | mit | 1,587,515,464 | using LiveSplit.Model;
using LiveSplit.Model.Comparisons;
using LiveSplit.Model.Input;
using LiveSplit.Model.RunFactories;
using LiveSplit.Model.RunImporters;
using LiveSplit.Model.RunSavers;
using LiveSplit.Options;
using LiveSplit.Options.SettingsFactories;
using LiveSplit.Options.SettingsSavers;
using LiveSplit.Ser... | using LiveSplit.Model;
using LiveSplit.Model.Comparisons;
using LiveSplit.Model.Input;
using LiveSplit.Model.RunFactories;
using LiveSplit.Model.RunImporters;
using LiveSplit.Model.RunSavers;
using LiveSplit.Options;
using LiveSplit.Options.SettingsFactories;
using LiveSplit.Options.SettingsSavers;
using LiveSplit.Ser... |
a6ccd257e3a9b1f27394b5ee2d8e29224f88ba6e | Fix encoding | Fix encoding
| sjp/Schematic,sjp/Schematic,sjp/Schematic | src/SJP.Schematic.DataAccess.Tests/Extensions/StringExtensionsTests.cs | mit | 1,587,515,218 | using NUnit.Framework;
using SJP.Schematic.DataAccess.Extensions;
namespace SJP.Schematic.DataAccess.Tests
{
[TestFixture]
internal static class StringExtensionsTests
{
[Test]
public static void Pascalize_GivenNullInput_ThrowsArgumentNullException()
{
Assert.That(() => S... | using NUnit.Framework;
using SJP.Schematic.DataAccess.Extensions;
namespace SJP.Schematic.DataAccess.Tests
{
[TestFixture]
internal static class StringExtensionsTests
{
[Test]
public static void Pascalize_GivenNullInput_ThrowsArgumentNullException()
{
Assert.That(() => S... |
92bc1454efe881c94f1f53425166c4385b8a7e1f | fix compile error when PYTHON_WITHOUT_ENABLE_SHARED is not set #977 | fix compile error when PYTHON_WITHOUT_ENABLE_SHARED is not set #977
| pythonnet/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet | src/runtime/runtime.cs | mit | 1,587,515,083 | using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
namespace Python.Runtime
{
/// <summary>
/// Encapsulates the low-level Python C API. Note that it is
/// the responsibilit... | using System;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
namespace Python.Runtime
{
/// <summary>
/// Encapsulates the low-level Python C API. Note that it is
/// the responsibilit... |
dba879d5adcbb82c37411f3f88b83b69e62c8f88 | yahoo fix final line not being parsed | yahoo fix final line not being parsed
| qusma/qdms,underwater/qdms | QDMS.Server.DataSources.Yahoo/Yahoo.cs | bsd-3-clause | 1,587,515,063 | // -----------------------------------------------------------------------
// <copyright file="Yahoo.cs" company="">
// Copyright 2013 Alexander Soffronow Pagonidis
// </copyright>
// -----------------------------------------------------------------------
using System;
using System.Collections.Concurrent;
using Syste... | // -----------------------------------------------------------------------
// <copyright file="Yahoo.cs" company="">
// Copyright 2013 Alexander Soffronow Pagonidis
// </copyright>
// -----------------------------------------------------------------------
using System;
using System.Collections.Concurrent;
using Syste... |
538219dfb01c3a9c11372698fbe16a0e51d24ba1 | tuples for clarity | tuples for clarity
| underwater/qdms,qusma/qdms | QDMS.Server/Brokers/ContinuousFuturesBroker.cs | bsd-3-clause | 1,587,515,000 | // -----------------------------------------------------------------------
// <copyright file="ContinuousFuturesBroker.cs" company="">
// Copyright 2013 Alexander Soffronow Pagonidis
// </copyright>
// -----------------------------------------------------------------------
// This class serves two primary functions: ... | // -----------------------------------------------------------------------
// <copyright file="ContinuousFuturesBroker.cs" company="">
// Copyright 2013 Alexander Soffronow Pagonidis
// </copyright>
// -----------------------------------------------------------------------
// This class serves two primary functions: ... |
37ad90a38a905aea8231d2efbefce73829291cab | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,587,514,808 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
0eb907a8caa8b9f19697dd1d61840a0535b2c7d0 | Increased the number of characters that get reported and made it customisable. | Increased the number of characters that get reported and made it customisable.
| droyad/Assent,droyad/Assent | src/Assent/DefaultStringComparer.cs | mit | 1,587,514,444 | using System;
namespace Assent
{
public class DefaultStringComparer : IComparer<string>
{
private readonly bool _normaliseLineEndings;
private readonly int _numberOfCharactersEitherSideToReport;
public DefaultStringComparer(bool normaliseLineEndings) : this(normaliseLineEndings, 200)
... | using System;
namespace Assent
{
public class DefaultStringComparer : IComparer<string>
{
private readonly bool _normaliseLineEndings;
public DefaultStringComparer(bool normaliseLineEndings)
{
_normaliseLineEndings = normaliseLineEndings;
}
public CompareR... |
0c74f1aaa91c70e7984bbe9c93b68509d6b09d38 | Fix now playing output showing empty brackets when no difficulty specified | Fix now playing output showing empty brackets when no difficulty specified
| NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu | osu.Game/Beatmaps/BeatmapInfo.cs | mit | 1,587,514,113 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using... |
1f962f5c563d80f40208aa8f5e8fa0d1b54389d9 | Reword comment | Reword comment
| smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu | osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs | mit | 1,587,513,964 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Mania.Objects.Drawables.Pieces;
using osu.Framework.Graphics.Containers;
using osu.F... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Rulesets.Mania.Objects.Drawables.Pieces;
using osu.Framework.Graphics.Containers;
using osu.F... |
ba12e23d9eed0b48effa40f7734c1485adfa91cd | Fix inspection | Fix inspection
| ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu | osu.Game.Rulesets.Taiko/Objects/DrumRoll.cs | mit | 1,587,513,964 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Objects.Types;
using System;
using System.Collections.Generic;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Objects.Types;
using System;
using System.Collections.Generic;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoin... |
ea0ebc8527035e4884acebd77e5cad73de3200e3 | Implement beatmap encoding for all legacy rulesets | Implement beatmap encoding for all legacy rulesets
| ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu | osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs | mit | 1,587,513,964 | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... |
6da0872ae55d9b07d2d1fe55a4db02455b18a9a6 | Use the last node sample for the tail note | Use the last node sample for the tail note
| peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu | osu.Game.Rulesets.Mania/Objects/HoldNote.cs | mit | 1,587,513,964 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Rulesets.Judgements;
using osu.Game... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Rulesets.Judgements;
using osu.Game... |
1421e876b11479cdb4d7d313dc84124c9f3c254d | Remove implicit new combo from spinners | Remove implicit new combo from spinners
| smoogipooo/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu | osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs | mit | 1,587,513,884 | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... |
d27ca725f946d7a85da2c37bbb9ee53bd5efb95e | Use IEnumerable<T> instead | Use IEnumerable<T> instead
| smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu | osu.Game/IO/Serialization/Converters/TypedListConverter.cs | mit | 1,587,513,884 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converte... |
a702a521f8c4af9fe4d645fcbd472466b6ba6ff5 | Fix not being able to serialise converted beatmaps | Fix not being able to serialise converted beatmaps
| UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu | osu.Game/IO/Serialization/Converters/TypedListConverter.cs | mit | 1,587,513,884 | // 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;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converte... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.IO.Serialization.Converters
{
/// <summary>
... |
d8d85e5b08980c80a9f5f0a917dafe16a1ce71a1 | Don't output certain properties if they don't exist | Don't output certain properties if they don't exist
| NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,smoogipooo/osu | osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs | mit | 1,587,513,884 | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... |
3093c3e1857c8d5bc7fce5f5b8fa21b3bfeead05 | Fix custom sample set not being written correctly | Fix custom sample set not being written correctly
| smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs | mit | 1,587,513,884 | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... | // 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.Text;
using osu.Game.Audio;
using osu.Game.Beatmaps.ControlPoints;
using ... |
516e6a4bb10586bfa3505bf776f7ab263d6a8ddd | Fix overlapping control points not written correctly | Fix overlapping control points not written correctly
| NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu | osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs | mit | 1,587,513,884 | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... | // 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.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using osu.Game.Audio;
using osu.Game.Be... |
8ea76244a26699bc98a27926315292ee44a83897 | Fix only single beatmap being tested | Fix only single beatmap being tested
| smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,ppy/osu | osu.Game.Tests/Beatmaps/Formats/LegacyBeatmapEncoderTest.cs | mit | 1,587,513,884 | // 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 NUnit.Framework;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics.T... | // 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 NUnit.Framework;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics.T... |
9713d903884469c247397ae3f7bd223fd0df21e9 | Always apply beatmap converter/processor | Always apply beatmap converter/processor
| ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu | osu.Game.Tests/Beatmaps/Formats/LegacyBeatmapEncoderTest.cs | mit | 1,587,513,884 | // 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 NUnit.Framework;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics.T... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Formats;
using osu.Game.IO;
... |
1e7e7417ed77dcec18944565b826c28919490a94 | Fix testing relying on control point order | Fix testing relying on control point order
| peppy/osu-new,ppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu | osu.Game.Tests/Beatmaps/Formats/LegacyBeatmapEncoderTest.cs | mit | 1,587,513,884 | // 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;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Audio.Track;
usin... | // 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 NUnit.Framework;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics.T... |
2ddbfec4e75c91f0f8e0426e0facca1ddb78e3e2 | Minor comment | Minor comment
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Program.cs | agpl-3.0 | 1,587,513,636 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tgstation.Server.Host
{
/// <summary>
/// Entrypoint for the <see cref="Process"/>
/// </summary>
static class Program
{
#pragma warning disable SA1401 // Fields... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tgstation.Server.Host
{
/// <summary>
/// Entrypoint for the <see cref="Process"/>
/// </summary>
static class Program
{
#pragma warning disable SA1401 // Fields... |
414d2489033f68af7b09218feb7b7417fc714d59 | read player both ways | read player both ways
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/D2Reader/D2DataReader.cs | mit | 1,587,512,734 | namespace Zutatensuppe.D2Reader
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
u... | namespace Zutatensuppe.D2Reader
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
u... |
82440fd48ace2b39755e44a308dda8bacca3acd0 | remove unnecessary using | remove unnecessary using
| arnovb-github/CmcLibNet | CmcLibNet.Database/ICommenceAddRowSet.cs | mit | 1,587,511,196 | using System.Runtime.InteropServices;
namespace Vovin.CmcLibNet.Database
{
/// <summary>
/// Interface for CommenceAddRowSet.
/// </summary>
[ComVisible(true)]
[Guid("68063DB8-A8C4-49F3-AFD7-4E8F7ED1A426")]
public interface ICommenceAddRowSet : IBaseRowSet
{
#region Redefined signa... | using System.Runtime.InteropServices;
using Vovin.CmcLibNet;
namespace Vovin.CmcLibNet.Database
{
/// <summary>
/// Interface for CommenceAddRowSet.
/// </summary>
[ComVisible(true)]
[Guid("68063DB8-A8C4-49F3-AFD7-4E8F7ED1A426")]
public interface ICommenceAddRowSet : IBaseRowSet
{
... |
774755b6075e2da15f93ee6611f4960f308892b5 | #17-Use string interpolation in error message | #17-Use string interpolation in error message
| TimothyK/StronglyTypedEnumConverter | StronglyTypedEnumConverterLib/CodeGenerators/CSharpCodeGenerator.cs | mit | 1,587,511,037 | using System;
using System.Collections.Generic;
using System.Linq;
namespace StronglyTypedEnumConverter
{
internal abstract class CSharpCodeGenerator : CodeGenerator
{
protected readonly GeneratorOptions Options;
protected CSharpCodeGenerator(Type enumType, GeneratorOptions options) : base(en... | using System;
using System.Collections.Generic;
using System.Linq;
namespace StronglyTypedEnumConverter
{
internal abstract class CSharpCodeGenerator : CodeGenerator
{
protected readonly GeneratorOptions Options;
protected CSharpCodeGenerator(Type enumType, GeneratorOptions options) : base(en... |
4925090d90de604095a80d3ffe059b4bb2c2a286 | Fix GenerateTools target | Fix GenerateTools target
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | build/Build.CodeGeneration.cs | mit | 1,587,508,959 | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using JetBrains.Annotations;
using Nuke.CodeGeneration.Model;
using Nuke.Common;
using Nuke.Common.IO;
using Nuke.Common.Tools.GitHub;
using static Nuke.CodeGeneration.CodeGenerator;
... | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using JetBrains.Annotations;
using Nuke.CodeGeneration.Model;
using Nuke.Common;
using Nuke.Common.IO;
using Nuke.Common.Tools.GitHub;
using static Nuke.CodeGeneration.CodeGenerator;
... |
4953127a43468bb2542297b6339c36ef6973c472 | Fix namespace. | Fix namespace.
| PaulTrampert/PTrampert.Webpack.CacheBuster | PTrampert.Webpack.CacheBuster/ServiceCollectionExtensions.cs | mit | 1,587,507,678 | using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.Extensions.DependencyInjection.Extensions;
using PTrampert.Webpack.CacheBuster;
namespace Microsoft.Extensions.DependencyInjection
{
public static class ServiceCollectionExtensions
... | using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using PTrampert.Webpack.CacheBuster;
namespace Microsoft.Extensions.DependencyInjection.Extensions
{
public static class ServiceCollectionExtensions
{
public static IServiceCollection AddC... |
733391d00b1319b88ed11ef1e0e5e7a385495b7c | version 0.5.2 | version 0.5.2
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/DiabloInterface/Properties/AssemblyInfo.cs | mit | 1,587,507,480 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DiabloInterface")]
[assembly: AssemblyDescr... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DiabloInterface")]
[assembly: AssemblyDescr... |
8ca2514c51636d7af533f9ae1ef113c256f84c64 | read player from memory.PlayerUnit instead of from unitList fixes #53 | read player from memory.PlayerUnit instead of from unitList fixes #53
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/D2Reader/D2DataReader.cs | mit | 1,587,507,335 | namespace Zutatensuppe.D2Reader
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
u... | namespace Zutatensuppe.D2Reader
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
u... |
022009bc113e347923786f07c7e079803db16014 | Lazy initialisation of LinkedList in TokenOperations constructor -> 7% performance gain for formatter (#1453) | Lazy initialisation of LinkedList in TokenOperations constructor -> 7% performance gain for formatter (#1453)
* Lazy initialisation of LinkedList in TokenOperations constructor -> 7% performance gain
Also remove unused method
* remove another unused function
Co-authored-by: Christoph Bergmeister <695d80cd95b743... | PowerShell/PSScriptAnalyzer,PowerShell/PSScriptAnalyzer | Engine/TokenOperations.cs | mit | 1,587,506,957 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation.Language;
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer
{
// TODO Move all token query related methods here... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation.Language;
namespace Microsoft.Windows.PowerShell.ScriptAnalyzer
{
// TODO Move all token query related methods here... |
da82cca4223635df4e4158201ac4e493cba639dc | UpdateHelper. Event -> arg. | UpdateHelper. Event -> arg.
| StockSharp/StockSharp | Configuration/UpdateHelper.cs | apache-2.0 | 1,587,506,181 | namespace StockSharp.Configuration
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Ecng.Common;
using Ecng.ComponentModel;
/// <summary>
/// ... | namespace StockSharp.Configuration
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Ecng.Common;
using Ecng.ComponentModel;
/// <summary>
/// ... |
6f5a385b6d35eeec984a22fb726ab18cffecf3d4 | Fix typo in Adventure sample (#6496) | Fix typo in Adventure sample (#6496)
| dotnet/orleans,dotnet/orleans,jason-bragg/orleans,jthelin/orleans,veikkoeeva/orleans,amccool/orleans,galvesribeiro/orleans,waynemunro/orleans,benjaminpetit/orleans,jthelin/orleans,ReubenBond/orleans,ibondy/orleans,yevhen/orleans,benjaminpetit/orleans,ElanHasson/orleans,waynemunro/orleans,yevhen/orleans,galvesribeiro/or... | Samples/2.0/Adventure/AdventureGrainInterfaces/IRoomGrain.cs | mit | 1,587,505,569 | using Orleans;
using System.Threading.Tasks;
namespace AdventureGrainInterfaces
{
/// <summary>
/// A room is any location in a game, including outdoor locations and
/// spaces that are arguably better described as moist, cold, caverns.
/// </summary>
public interface IRoomGrain : IGrainWithInteger... | using Orleans;
using System.Threading.Tasks;
namespace AdventureGrainInterfaces
{
/// <summary>
/// A room is any location in a game, including outdoor locations and
/// spaces that are arguably better described as moist, cold, caverns.
/// </summary>
public interface IRoomGrain : IGrainWithInteger... |
ecaf050b609a7dbf10d6b6c33ab9059a15384fdb | Modify translation instructions page per request | Modify translation instructions page per request
| BloomBooks/PhotoStoryToBloomConverter,BloomBooks/PhotoStoryToBloomConverter | PhotoStoryToBloomConverter/SpAppMetadata.cs | mit | 1,587,504,096 | using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
using PhotoStoryToBloomConverter.Utilities;
namespace PhotoStoryToBloomConverter
{
public enum SpAppMetadataGraphic
{
[Description("gray-background")]
GrayBackground,
[Description("front-cover-graphic")]
FrontCoverGraphic
}
... | using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
using PhotoStoryToBloomConverter.Utilities;
namespace PhotoStoryToBloomConverter
{
public enum SpAppMetadataGraphic
{
[Description("gray-background")]
GrayBackground,
[Description("front-cover-graphic")]
FrontCoverGraphic
}
... |
0d172dbf9300344105f03bdd219fec3cb7a06485 | Added test methods for the two previously added guard clauses | Added test methods for the two previously added guard clauses
| serilog-web/classic,serilog-web/classic | test/SerilogWeb.Classic.Tests/WebRequestLoggingHandlerTests.cs | apache-2.0 | 1,587,503,886 | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using Serilog;
using Serilog.Core;
using Serilog.Events;
using SerilogWeb.Classic.Extensions;
using SerilogWeb.Classic.Tests.Support;
using Xunit;
namespace SerilogWeb.Classic.Tests
{
/// <summary>
/// Tes... | using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using Serilog;
using Serilog.Core;
using Serilog.Events;
using SerilogWeb.Classic.Extensions;
using SerilogWeb.Classic.Tests.Support;
using Xunit;
namespace SerilogWeb.Classic.Tests
{
/// <summary>
/// Tes... |
82bf40417109e52135434dd001b8b61edb12f949 | Update UtilCms | Update UtilCms
| WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework | Framework/UtilFramework.cs | mit | 1,587,503,184 | 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;
... |
76d3ccb0491856ba6f38e1de6e89e1d045cb7186 | Fixing #69 - Added two null-treating guard clauses into FilterKeywords(keywordBlackList) | Fixing #69 - Added two null-treating guard clauses into FilterKeywords(keywordBlackList)
| serilog-web/classic,serilog-web/classic | src/SerilogWeb.Classic/Classic/SerilogWebClassicConfigurationBuilder.cs | apache-2.0 | 1,587,502,998 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Serilog;
using Serilog.Events;
namespace SerilogWeb.Classic
{
/// <summary>
/// The Builder class to create a new SerilogWebClassicConfiguration
/// </summary>
public class SerilogWebClassicConfigurationBuilder
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Serilog;
using Serilog.Events;
namespace SerilogWeb.Classic
{
/// <summary>
/// The Builder class to create a new SerilogWebClassicConfiguration
/// </summary>
public class SerilogWebClassicConfigurationBuilder
... |
32f50c22bb7b4fbf154cbc5b539392d5fa305b19 | Fix build error (#2814) | Fix build error (#2814)
| RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag | src/NSwag.Commands/NSwagDocumentBase.cs | mit | 1,587,502,694 | //-----------------------------------------------------------------------
// <copyright file="NSwagSettings.cs" company="NSwag">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license>
// <author>Rico Suter, mail@rsuter.... | //-----------------------------------------------------------------------
// <copyright file="NSwagSettings.cs" company="NSwag">
// Copyright (c) Rico Suter. All rights reserved.
// </copyright>
// <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license>
// <author>Rico Suter, mail@rsuter.... |
66a4aae57a6c158aa84d61b3d24fd0573931c9be | Fix global solution generation | Fix global solution generation
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | build/Build.GlobalSolution.cs | mit | 1,587,502,554 | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common;
using Nuke.Common.Git;
using Nuke.Common.IO;
using N... | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common;
using Nuke.Common.Git;
using Nuke.Common.IO;
using N... |
5ef598e79c9c2db51809ca5885f0fd3cdc615d20 | Pass creativeId to the Reply constructor | Pass creativeId to the Reply constructor
| GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity | Assets/Teak/TeakNotification.cs | apache-2.0 | 1,587,502,418 | #region References
/// @cond hide_from_doxygen
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using MiniJSON.Teak;
#if UNITY_EDITOR
using System.IO;
using System.Net;
using System.Text;
#endif
/// @endcond
#endregion
/// <summary>
/... | #region References
/// @cond hide_from_doxygen
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using MiniJSON.Teak;
#if UNITY_EDITOR
using System.IO;
using System.Net;
using System.Text;
#endif
/// @endcond
#endregion
/// <summary>
/... |
8de94b933fe9ef7d8f7e73d6b5401efd16ad7901 | Fixed summary wording and capitalization (#1799) | Fixed summary wording and capitalization (#1799)
* Fixed capitalization error
* Reworded summaries to improve clarity | pharring/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet | NETCORE/src/Microsoft.ApplicationInsights.AspNetCore/Extensions/RequestCollectionOptions.cs | mit | 1,587,500,521 | namespace Microsoft.ApplicationInsights.AspNetCore.Extensions
{
using System;
/// <summary>
/// Request collection options define the custom behavior or non-default features of request collection.
/// </summary>
public class RequestCollectionOptions
{
/// <summary>
/// Initiali... | namespace Microsoft.ApplicationInsights.AspNetCore.Extensions
{
using System;
/// <summary>
/// Request collection options define the custom behavior or non-default features of request collection.
/// </summary>
public class RequestCollectionOptions
{
/// <summary>
/// Initiali... |
85f7b057c0eef721452fee9db60ff17c1330f4c6 | Added some handle convenience functions. | Added some handle convenience functions.
| bepu/bepuphysics2,bepu/bepuphysics2 | BepuPhysics/Handles.cs | apache-2.0 | 1,587,499,323 | using BepuUtilities.Collections;
using System;
using System.Runtime.CompilerServices;
namespace BepuPhysics
{
//Wrapping the handle integer in a typed container makes it somewhat less likely that people will confuse a handle for an in-memory index, or confuse static handles/body handles/constraint handles for eac... | using System;
using System.Collections.Generic;
using System.Text;
namespace BepuPhysics
{
//Wrapping the handle integer in a typed container makes it somewhat less likely that people will confuse a handle for an in-memory index, or confuse static handles/body handles/constraint handles for each other.
//It's... |
1330235f5cabd4377582174d066727dd22c581b1 | Remove unused ToString override. | Remove unused ToString override.
| ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET | SimpSim.NET/Assembly/InstructionSyntax.cs | mit | 1,587,499,174 | using System.Linq;
using System.Text.RegularExpressions;
namespace SimpSim.NET
{
internal class InstructionSyntax
{
public string Comment { get; }
public string Label { get; }
public string Mnemonic { get; }
public string[] Operands { get; }
private const char CommentD... | using System.Linq;
using System.Text.RegularExpressions;
namespace SimpSim.NET
{
internal class InstructionSyntax
{
public string Comment { get; }
public string Label { get; }
public string Mnemonic { get; }
public string[] Operands { get; }
private const char CommentD... |
e4e63fe7698020f9d3efe6e6932cc5756249d596 | CO-6941 added support for CLientTypes | CO-6941 added support for CLientTypes
| cosential/cosential-client-csharp | Contexts/OpportunityContext.cs | apache-2.0 | 1,587,498,978 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Cosential.Integrations.Compass.Client.Models;
using RestSharp;
namespace Cosential.Integrations.Compass.Client.Contexts
{
public class OpportunityContext : IComp... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Cosential.Integrations.Compass.Client.Models;
using RestSharp;
namespace Cosential.Integrations.Compass.Client.Contexts
{
public class OpportunityContext : IComp... |
a69d6b5478085874ce8c5cc36a8f122cd8dd3d93 | Tweak handling of 1-bit colormap images in phash calculations (20200421) | Tweak handling of 1-bit colormap images in phash calculations (20200421)
| gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDes... | src/BloomExe/Book/PhashHelper.cs | mit | 1,587,498,414 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Numerics;
using Shipwreck.Phash.Bitmaps;
using Shipwreck.Phash.Imaging;
namespace Bloom.Book
{
// These methods are adapted from the code in Shipwreck, which fails to handl... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Numerics;
using Shipwreck.Phash.Bitmaps;
using Shipwreck.Phash.Imaging;
namespace Bloom.Book
{
// These methods are adapted from the code in Shipwreck, which fails to handl... |
34bc6640c29721a970fecc2b367d967d4cb2ea29 | avoid caling refresh on every save in the editor (#1629) | avoid caling refresh on every save in the editor (#1629)
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Rider/UnityRefreshTracker.cs | apache-2.0 | 1,587,498,071 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using JetBrains.Application.changes;
using JetBrains.Application.FileSystemTracker;
using JetBrains.Application.Settings;
using JetBrains.Application.Threading;
using JetBrains.Collections.Viewable;
using JetBrains.Lifetimes;
using JetBrains... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using JetBrains.Application.changes;
using JetBrains.Application.FileSystemTracker;
using JetBrains.Application.Settings;
using JetBrains.Application.Threading;
using JetBrains.Collections.Viewable;
using JetBrains.Lifetimes;
using JetBrains... |
d1c7f0c1dbf8ffe8bb421516017068f630f78a4e | Add credit card FailureMessage to response model (#172) | Add credit card FailureMessage to response model (#172)
See CreditCard specific reponse: https://docs.mollie.com/reference/v2/payments-api/get-payment#response | Viincenttt/MollieApi | Mollie.Api/Models/Payment/Response/Specific/CreditCardPaymentResponse.cs | mit | 1,587,496,552 | using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Mollie.Api.Models.Payment.Response {
public class CreditCardPaymentResponse : PaymentResponse {
/// <summary>
/// An object with credit card details.
/// </summary>
public CreditC... | using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Mollie.Api.Models.Payment.Response {
public class CreditCardPaymentResponse : PaymentResponse {
/// <summary>
/// An object with credit card details.
/// </summary>
public CreditC... |
badf2571844f56267c337d003ea5842b4fdb022e | Adding in type/terminal symbol entry ( -> type(COMMENT) ). | Adding in type/terminal symbol entry ( -> type(COMMENT) ).
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | LanguageServer/Pass3Listener.cs | mit | 1,587,496,501 | namespace LanguageServer
{
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using Symtab;
using System.Collections.Generic;
using System.Linq;
using GrammarGrammar;
public class Pass3Listener : ANTLRv4ParserBaseListener
{
private readonly AntlrGrammarDetails _pd;
... | namespace LanguageServer
{
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using Symtab;
using System.Collections.Generic;
using System.Linq;
using GrammarGrammar;
public class Pass3Listener : ANTLRv4ParserBaseListener
{
private readonly AntlrGrammarDetails _pd;
... |
5af1e258774bd9872acf9669315aca17197d4d4c | Prevent NullReferenceException in destructor (#800) | Prevent NullReferenceException in destructor (#800)
| IronLanguages/ironpython3,IronLanguages/ironpython3,IronLanguages/ironpython3,IronLanguages/ironpython3,IronLanguages/ironpython3,IronLanguages/ironpython3 | Src/IronPython/Modules/_fileio.cs | apache-2.0 | 1,587,496,037 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Collections.Generic;
using System.Diagnostics;
using System.Dynamic;
using System... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation 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.Collections.Generic;
using System.Diagnostics;
using System.Dynamic;
using System... |
b2deafbded23888d0114fabd5c41b1b30721e0ac | added maximum and minimum to StatisticCollection | added maximum and minimum to StatisticCollection
| DesignEngrLab/TVGL | TessellationAndVoxelizationGeometryLibrary/StatisticCollection.cs | mit | 1,587,495,897 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
namespace TVGL
{
public class StatisticCollection : ICollection<double>
{
private readonly List<double> list = new List<double>();
public int Coun... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
namespace TVGL
{
public class StatisticCollection : ICollection<double>
{
private readonly List<double> list = new List<double>();
public int Coun... |
e5645b531cf7930c9259f1b6379a14a98a87cf3b | IdEnum to string | IdEnum to string
| WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework | Framework.Cli/Generate/GenerateCSharpBuiltIn.cs | mit | 1,587,495,347 | namespace Framework.Cli.Generate
{
using Framework.DataAccessLayer;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using static Framework.Cli.AppCli;
internal static class NamingConventionBuiltIn
{
public static bool TableNameIsBuiltIn(string tableNameCShar... | namespace Framework.Cli.Generate
{
using Framework.DataAccessLayer;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using static Framework.Cli.AppCli;
internal static class NamingConventionBuiltIn
{
public static bool TableNameIsBuiltIn(string tableNameCShar... |
04a62bf8ae7ce3c3b4fe374a135f46abcb9c00ed | Fixing pop up. | Fixing pop up.
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | LanguageServer/GrammarDescription.cs | mit | 1,587,494,946 | namespace LanguageServer
{
using Antlr4.Runtime;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Symtab;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
public class AntlrGrammarDescription : IGrammarDescription
... | namespace LanguageServer
{
using Antlr4.Runtime;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Symtab;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
public class AntlrGrammarDescription : IGrammarDescription
... |
0fac09adf26a3ea164bd8cbc0038485a00d04e94 | DeployDb command sort FrameworkField | DeployDb command sort FrameworkField
| WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework | Framework.Cli/Command/CommandDeployDb.cs | mit | 1,587,494,634 | namespace Framework.Cli.Command
{
using Database.dbo;
using Framework.Cli.Config;
using Framework.DataAccessLayer;
using Microsoft.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using static Framework.Cli.AppC... | namespace Framework.Cli.Command
{
using Database.dbo;
using Framework.Cli.Config;
using Framework.DataAccessLayer;
using Microsoft.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using static Framework.Cli.AppC... |
e22a8509d2ced0c0c8a13c08f02d6004ea0559fd | Update cli command DeployDb | Update cli command DeployDb
| WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework | Framework.Cli/App/AppCli.cs | mit | 1,587,493,005 | namespace Framework.Cli
{
using Database.dbo;
using DatabaseBuiltIn.dbo;
using Framework.Cli.Command;
using Framework.Cli.Config;
using Framework.Cli.Generate;
using Framework.Config;
using Framework.DataAccessLayer;
using Microsoft.Extensions.CommandLineUtils;
using System;
usi... | namespace Framework.Cli
{
using Database.dbo;
using DatabaseBuiltIn.dbo;
using Framework.Cli.Command;
using Framework.Cli.Config;
using Framework.Cli.Generate;
using Framework.Config;
using Framework.DataAccessLayer;
using Microsoft.Extensions.CommandLineUtils;
using System;
usi... |
aea33f951f95a58d12de59120ff33ed3a982678c | Remove unused | Remove unused
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Converters/IsNotNullOrEmptyBoolConverter.cs | mit | 1,587,492,629 | using Avalonia.Data.Converters;
using System;
using System.Globalization;
namespace WalletWasabi.Gui.Converters
{
internal class IsNotNullOrEmptyBoolConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
if (value is null)
{
return fa... | using Avalonia.Data.Converters;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
namespace WalletWasabi.Gui.Converters
{
internal class IsNotNullOrEmptyBoolConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo ... |
e79e3ab9230bb1bb3587fff2418a573e799e93ac | inclue underscore into prefix. #386 | inclue underscore into prefix. #386
| Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager | src/SIM.Sitecore9Installer/Validation/Validators/SqlPefixValidator.cs | mit | 1,587,492,364 | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using SIM.Sitecore9Installer.Tasks;
namespace SIM.Sitecore9Installer.Validation.Validators
{
public class SqlPefixValidator : IValidator
{
public SqlPefixValidator()
{
this.Data = new ... | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using SIM.Sitecore9Installer.Tasks;
namespace SIM.Sitecore9Installer.Validation.Validators
{
public class SqlPefixValidator : IValidator
{
public SqlPefixValidator()
{
this.Data = new ... |
3b367f08dcc799b99c7283f3de73549e2e40f1a9 | Regenerate the speech language codes | Regenerate the speech language codes
This isn't a simple copy/paste from the generated file, for reasons described in the file itself - there would be breaking changes (and indeed invalid code) if simply took the output directly.
| jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet | apis/Google.Cloud.Speech.V1/Google.Cloud.Speech.V1/LanguageCodes.cs | apache-2.0 | 1,587,491,801 | // 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 applicab... | // 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 applicab... |
f1e17510ec29aabf2ce9f55ad57c859cdd373801 | Remove unused ref. | Remove unused ref.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/Transactions/TransactionFactoryTests.cs | mit | 1,587,491,416 | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Linq;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.TransactionOutputs;
using WalletWasabi.Blockchain.Transactions;
using... | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Linq;
using WalletWasabi.Blockchain.Analysis.Clustering;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.TransactionOutputs;
using WalletWasabi.Blockchain.Transactions;
using... |
61b9f7c9c857b41600b5cfb48fe7ab16afabfcee | File layout. | File layout.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core.Tests/QueryExecutionTest.cs | mit | 1,587,491,138 | using System;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using ExRam.Gremlinq.Core.GraphElements;
using ExRam.Gremlinq.Tests.Entities;
using FluentAssertions;
using Gremlin.Net.Process.Traversal;
using Gremlin.Net.Process.Traversal.Strategy.Decoration;
using VerifyXunit;
us... | using System;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using ExRam.Gremlinq.Core.GraphElements;
using ExRam.Gremlinq.Tests.Entities;
using FluentAssertions;
using Gremlin.Net.Process.Traversal;
using Gremlin.Net.Process.Traversal.Strategy.Decoration;
using VerifyXunit;
us... |
30037ef61b9d91a8ba9f624a6dc8e7e6d7141310 | Use Expression-bodied members and never execeeds its capacity | Use Expression-bodied members and never execeeds its capacity
| neiesc/Problem-solving,neiesc/Problem-solving,neiesc/Problem-solving,neiesc/Problem-solving,neiesc/Problem-solving | Exercism/csharp/circular-buffer/CircularBuffer.cs | mit | 1,587,489,743 | using System;
using System.Collections.Generic;
public class CircularBuffer<T>
{
private readonly Queue<T> _buffer;
private readonly int _capacity;
public CircularBuffer(int capacity)
{
_buffer = new Queue<T>(capacity);
_capacity = capacity;
}
public T Read() => _buffer.Dequeu... | using System;
using System.Collections.Generic;
public class CircularBuffer<T>
{
private readonly Queue<T> _buffer;
private readonly int _capacity;
public CircularBuffer(int capacity)
{
_buffer = new Queue<T>(capacity);
_capacity = capacity;
}
public T Read()
{
ret... |
004be092cf169d3dd3b4fafd6fbc3ed526407471 | Added parsing of main manifest to look for playready licenses | Added parsing of main manifest to look for playready licenses
| upLynk/Sample-Players,upLynk/Sample-Players,upLynk/Sample-Players | microsoft/uwp/cs/MainPage.xaml.cs | mit | 1,587,489,681 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Windows.Foundation.Collections;
using Windows.Media.Core;
using Windows.Media.Playback;
using Windows.Media.Protection;
using Windows.Media.Protection.PlayReady;
using Windo... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Windows.Foundation.Collections;
using Windows.Media.Core;
using Windows.Media.Playback;
using Windows.Media.Protection;
using Windows.Media.Protection.PlayReady;
using Windo... |
27ed6eac6ac5aa2331ee22c357740c4d17d1a35d | Improving example to stress Neutronium | Improving example to stress Neutronium
| NeutroniumCore/Neutronium,NeutroniumCore/Neutronium | Examples/Example.ChromiumFX.Vue.UI/MainWindow.xaml.cs | mit | 1,587,489,626 | using System;
using System.Windows;
using System.Windows.Threading;
using Neutronium.Example.ViewModel;
namespace Example.ChromiumFX.Vue.UI
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
private Skill _FirstSkill;
... | using System;
using System.Windows;
using System.Windows.Threading;
using Neutronium.Example.ViewModel;
namespace Example.ChromiumFX.Vue.UI
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
private Skill _FirstSkill;
... |
64ab19e5963c2e7e3218e4eaea76db176099cf0c | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,587,489,401 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
97ea72994794a14a9f61f664d0396d782a8525bd | New QueryFlags value to identify anonymous queries. | New QueryFlags value to identify anonymous queries.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Queries/GremlinQuery.cs | mit | 1,587,489,279 | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
[F... | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
namespace ExRam.Gremlinq.Core
{
[F... |
f6c43996815d98507fa6245aab803b48ff8b8965 | Update FtpClient_Stream.cs | Update FtpClient_Stream.cs | robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP | FluentFTP/Client/FtpClient_Stream.cs | mit | 1,587,489,266 | using System;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Globalization;
using System.Security... | using System;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Text.RegularExpressions;
using System.Reflection;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Globalization;
using System.Security... |
a9f7fa214b21bcb45f82d685745bd3f17bd9b99a | Update FtpSocketStream.cs | Update FtpSocketStream.cs | robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP | FluentFTP/Streams/FtpSocketStream.cs | mit | 1,587,488,941 | using System;
using System.IO;
using System.Net.Sockets;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Net;
using FluentFT... | using System;
using System.IO;
using System.Net.Sockets;
using System.Net.Security;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Net;
using FluentFT... |
bb412b9a62ae8f5caa589545a1c5657b1d6f20a0 | Update TestAuditManager.cs | Update TestAuditManager.cs
| NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Core/NakedObjects.SystemTest/Audit/TestAuditManager.cs | apache-2.0 | 1,587,487,465 | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requ... | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requ... |
15b5bad1359216bad4746f24fe6742ee8f074412 | fixed incorrect extension change | fixed incorrect extension change
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2/Domain/Extensions/AlertsExtensions.cs | mit | 1,587,486,837 | using System.Collections.Generic;
using System.Linq;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.CommitmentsV2.Types;
namespace SFA.DAS.CommitmentsV2.Domain.Extensions
{
public static class AlertsExtensions
{
public static IEnumerable<Alerts> MapAlerts(this Apprenticeship source)
{
... | using System.Collections.Generic;
using System.Linq;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.CommitmentsV2.Types;
namespace SFA.DAS.CommitmentsV2.Domain.Extensions
{
public static class AlertsExtensions
{
public static IEnumerable<Alerts> MapAlerts(this Apprenticeship source)
{
... |
45460d082c0eabaeeb4953c4b339d6868ee6ed4b | Forgot one file | Forgot one file
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YetAnotherForum.NET/Dialogs/AttachmentsUpload.ascx.cs | apache-2.0 | 1,587,486,749 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... |
06e79862c12344cda0961a9647853e2ae533a695 | Update DynamicMethodTest.cs | Update DynamicMethodTest.cs
| NMSLanX/Natasha | test/NatashaUT/DynamicMethodTest.cs | mpl-2.0 | 1,587,486,456 | using Natasha.CSharp;
using Natasha.CSharp.Operator;
using NatashaUT.Model;
using System;
using Xunit;
namespace NatashaUT
{
[Trait("快速构建","函数")]
public class DynamicMethodTest
{
[Fact(DisplayName = "手动强转委托")]
public static void RunDelegate1()
{
var delegateAction = F... | using Natasha.CSharp;
using Natasha.CSharp.Operator;
using NatashaUT.Model;
using System;
using Xunit;
namespace NatashaUT
{
[Trait("快速构建","函数")]
public class DynamicMethodTest
{
[Fact(DisplayName = "手动强转委托")]
public static void RunDelegate1()
{
var delegateAction = F... |
629ccbaed553117ce203e3dc15beadc9b5da4ff8 | Fix for #41 | Fix for #41
| coryrwest/B2.NET | src/Http/RequestGenerators/FileDownloadRequestGenerators.cs | mit | 1,587,485,871 | using B2Net.Models;
using Newtonsoft.Json;
using System;
using System.Net.Http;
namespace B2Net.Http {
public static class FileDownloadRequestGenerators {
private static class Endpoints {
public const string DownloadById = "b2_download_file_by_id";
public const string GetDownloadAuthorization = "b2_get_downl... | using B2Net.Models;
using Newtonsoft.Json;
using System;
using System.Net.Http;
namespace B2Net.Http {
public static class FileDownloadRequestGenerators {
private static class Endpoints {
public const string DownloadById = "b2_download_file_by_id";
public const string GetDownloadAuthorization = "b2_get_downl... |
62b5e20b218665cfed58ae6b24e3dccd54cce7ec | Added ProcessPicker to the Running Process evaluatable. | Added ProcessPicker to the Running Process evaluatable.
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Overrides/Logic/Boolean/Boolean_ProcessRunning.cs | mit | 1,587,485,500 | using Aurora.Profiles;
using Aurora.Utils;
using System.ComponentModel;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Media;
namespace Aurora.Settings.Overrides.Logic {
/// <summary>
/// Evaluatable that returns true/false depending on whether the given process name is runnin... | using Aurora.Profiles;
using Aurora.Utils;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Media;
namespace Aurora.Settings.Overrides.Logic {
/// <summary>
/// Evaluatable that returns true/false depending on whether the given process name is running.
/// </summary>
[Ov... |
b142fbbba4eba23926956e04418ade9cf62162de | add documentation for NeedsUpdate event. | add documentation for NeedsUpdate event.
| SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawso... | src/Avalonia.Controls/NativeMenu.cs | mit | 1,587,483,701 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using Avalonia.Collections;
using Avalonia.Metadata;
namespace Avalonia.Controls
{
public partial class NativeMenu : AvaloniaObject, IEnumerable<NativeMenuItemBase>, INativeMenuExporterEventsImplBridge
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using Avalonia.Collections;
using Avalonia.Metadata;
namespace Avalonia.Controls
{
public partial class NativeMenu : AvaloniaObject, IEnumerable<NativeMenuItemBase>, INativeMenuExporterEventsImplBridge
... |
b4afee8c588a850a764dfdf644216e10fa9d4d45 | Fix imageaffine + crop | Fix imageaffine + crop
| iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,587,483,505 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
17d17ffe821e23812b73f280dbb3a5cc01e2f0c4 | add example of updating inside click | add example of updating inside click
| jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN... | samples/ControlCatalog/MainWindow.xaml.cs | mit | 1,587,483,104 | using System;
using System.Runtime.InteropServices;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Notifications;
using Avalonia.Input;
using Avalonia.Markup.Xaml;
using ControlCatalog.ViewModels;
namespace ControlCatalog
{
public class MainWindow : Window
{
private WindowNotification... | using System;
using System.Runtime.InteropServices;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Notifications;
using Avalonia.Input;
using Avalonia.Markup.Xaml;
using ControlCatalog.ViewModels;
namespace ControlCatalog
{
public class MainWindow : Window
{
private WindowNotification... |
4f8aabba6454d4ab863cefa4c5811e09ce379315 | Fix the missing name and description for some Atlantis quest items (#327) | Fix the missing name and description for some Atlantis quest items (#327)
Fix #178 | EtienneLamoureux/TQVaultAE | src/TQVaultAE.Data/Database.cs | mit | 1,587,482,826 | //-----------------------------------------------------------------------
// <copyright file="Database.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.Data
{
us... | //-----------------------------------------------------------------------
// <copyright file="Database.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.Data
{
us... |
d4bfc83f651e60dbe8f06b72beb8412968d1a55f | ImprovedTests | ImprovedTests
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Tests/LightSwitchTests.cs | agpl-3.0 | 1,587,482,562 | using System.Collections.Generic;
using System.Text;
using Lighting;
using NUnit.Framework;
using UnityEngine;
namespace Tests
{
public class LightSwitchTests
{
[Test]
[Ignore("Need to assign everything")]
public void FindAll_PoweredDevices_WithoutRelatedAPC()
{
int count = 0;
... | using System.Collections.Generic;
using System.Text;
using Lighting;
using NUnit.Framework;
using UnityEngine;
namespace Tests
{
public class LightSwitchTests
{
[Test]
public void FindAll_PoweredDevices_WithoutRelatedAPC()
{
int count = 0;
List<string> devicesWithoutAPC = new List<s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.