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 |
|---|---|---|---|---|---|---|---|---|
fb5f97dcbb5243c9be8c03bf02132e19f8a5c519 | Update Battle.cs | Update Battle.cs
pbHasType\?\s?\(:(\w+)\)
hasType(Types.$1)
Type == Types.$1
\.pbThis\((\w+)
.ToString($1
\.pbThis
.ToString()
\.include\?\(
.Contains(
\.push\(
.Add(
\.\blength\b
.Length
\.\bname\b
.Name
\.totalhp
.TotalHP
\.hp
.HP
\.item\b
.Item
\.species\b
.Species
def\s(\w+)\?(\(.+\))
public bool $1 $2 ... | PokemonUnity/PokemonUnity | PokemonUnity.Shared/InBattle/Battle.cs | bsd-3-clause | 1,589,349,134 | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... |
b21af213bb9a44e97719fe836662e41c4a8bb52b | Reuse code in DirectionalSprite | Reuse code in DirectionalSprite
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Furniture/DirectionalSprite.cs | agpl-3.0 | 1,589,348,095 | using System;
using System.Linq;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
/// <summary>
/// Behavior for an object which has a different sprite for each direction it is facing and changes
/// facing when Directional tells it to.
/// Copied from OccupiableDirectionalSprite.cs. Comments from th... | using System;
using System.Linq;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
/// <summary>
/// Behavior for an object which has a different sprite for each direction it is facing and changes
/// facing when Directional tells it to.
/// Copied from OccupiableDirectionalSprite.cs. Comments from th... |
eca491a0d76494e4743f6e481b45beebb21506a1 | Reuse code in OccupiableDirectionalSprite | Reuse code in OccupiableDirectionalSprite
| krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Furniture/OccupiableDirectionalSprite.cs | agpl-3.0 | 1,589,347,003 | using System;
using System.Linq;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
/// <summary>
/// Behavior for an object which has a different sprite for each direction it is facing and changes
/// facing when Directional tells it to. Also can become "occupied" by a player - modifying how it is dra... | using System;
using System.Linq;
using UnityEngine;
using Mirror;
using UnityEngine.Serialization;
/// <summary>
/// Behavior for an object which has a different sprite for each direction it is facing and changes
/// facing when Directional tells it to. Also can become "occupied" by a player - modifying how it is dra... |
18f98b6e712b50e4c5e270870f5cabbede37fd12 | Update conv. belt sprites when direction is changed during scene editing | Update conv. belt sprites when direction is changed during scene editing
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Construction/ConveyorBelts/ConveyorBelt.cs | agpl-3.0 | 1,589,346,900 | using System;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
[SelectionBase]
[ExecuteInEditMode]
public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply>
{
[SerializeField] private SpriteHandler spriteHandler = null;
private RegisterTile registerTile;
private Vector3 posit... | using System;
using System.Collections.Generic;
using Mirror;
using UnityEngine;
[SelectionBase]
public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply>
{
[SerializeField] private SpriteHandler spriteHandler = null;
private RegisterTile registerTile;
private Vector3 position;
public Convey... |
fba94d687e68ff8146eb0e4aef8cceaf31fccff7 | Define constructor parameters in emitted anonymous types | Define constructor parameters in emitted anonymous types
| 6bee/aqua-core | src/Aqua/TypeSystem/Emit/TypeEmitter.cs | mit | 1,589,346,866 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem.Emit
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Comp... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem.Emit
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Comp... |
0ecb8b6e2e75f6abbee2a98603d7ecf57551af24 | Missing Annotation.disann issue fixed. | Missing Annotation.disann issue fixed.
| Dotneteer/spectnetide,Dotneteer/spectnetide,Dotneteer/spectnetide | v2/VsIntegration/Spect.Net.VsPackage/ToolWindows/BankAware/DisassemblyAnnotationHandler.cs | mit | 1,589,346,641 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Forms;
using Newtonsoft.Json;
using Spect.Net.SpectrumEmu.Abstraction.Providers;
using Spect.Net.SpectrumEmu.Disassembler;
using Spect.Net.VsPackage.ToolW... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using Spect.Net.SpectrumEmu.Abstraction.Providers;
using Spect.Net.SpectrumEmu.Disassembler;
using Spect.Net.VsPackage.ToolWindows.Disassembly;
namespace Spect.Net.VsPackage... |
c8fd0c4ff5ebbea6e2370eb656585001d7679c27 | GSF.Net: Cleaned up FtpFile class. | GSF.Net: Cleaned up FtpFile class.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Net/Ftp/FtpFile.cs | mit | 1,589,345,488 | //******************************************************************************************************
// FtpFile.cs - Gbtc
//
// Copyright 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NOTIC... | //******************************************************************************************************
// FtpFile.cs - Gbtc
//
// Copyright 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NOTIC... |
9137160463ae8194e530b83d8eed3fb9fabd40fb | Attempt at staggering NetworkObject awake messages so not to cause physics spike | Attempt at staggering NetworkObject awake messages so not to cause physics spike
| krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Managers/SubSceneManager/SubSceneManager.Server.cs | agpl-3.0 | 1,589,343,948 | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Mirror;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using UnityEngine.SceneManagement;
//Server
public partial class SubSceneManager
{
private string serverChosenAwaySite = "loading";
private string serverChosenMa... | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Mirror;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
using UnityEngine.SceneManagement;
//Server
public partial class SubSceneManager
{
private string serverChosenAwaySite = "loading";
private string serverChosenMa... |
22ce4c94da2724fd5553f9f8faf6c9ea7488b163 | fix DuplicateUids warning's file info (#5898) | fix DuplicateUids warning's file info (#5898)
| superyyrrzz/docfx,superyyrrzz/docfx,dotnet/docfx,dotnet/docfx,dotnet/docfx,dotnet/docfx,superyyrrzz/docfx,superyyrrzz/docfx | src/Microsoft.DocAsCode.Build.Engine/DocumentBuildContext.cs | mit | 1,589,343,810 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Build.Engine
{
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Gene... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Build.Engine
{
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Gene... |
97637a72728eb3e8d69107cb00329ef615302d99 | Removed accidentally checked in if-statement. | Removed accidentally checked in if-statement.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | Engines/FlatRedBallXNA/FlatRedBall/AI/Pathfinding/TileNodeNetwork.cs | mit | 1,589,343,490 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FlatRedBall.Math;
using Math = System.Math;
using FlatRedBall.Math.Geometry;
using Vector2 = Microsoft.Xna.Framework.Vector2;
using Vector3 = Microsoft.Xna.Framework.Vector3;
using Color = Microsoft.Xna.Framework.Color;
namespa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FlatRedBall.Math;
using Math = System.Math;
using FlatRedBall.Math.Geometry;
using Vector2 = Microsoft.Xna.Framework.Vector2;
using Vector3 = Microsoft.Xna.Framework.Vector3;
using Color = Microsoft.Xna.Framework.Color;
namespa... |
5cde7161edfc2cfaf1280083ed1c25b41e0dedc3 | 10000 years of fixing sqlite migrations | 10000 years of fixing sqlite migrations
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Database/Migrations/20200511162912_SLRemoveSoftColumns.cs | agpl-3.0 | 1,589,342,818 | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes various defunct columns for SQLite.
/// </summary>
public partial class SLRemoveSoftColumns : Migration
{
const string MigratedColumns = "Id,AllowWebClient,SecurityLevel... | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes various defunct columns for SQLite.
/// </summary>
public partial class SLRemoveSoftColumns : Migration
{
const string MigratedColumns = "Id,AllowWebClient,SecurityLevel... |
79f69292ded2ab55e9fcb1107241aa8978c599f2 | derpi without tag will now show a safe image, instead of error. | derpi without tag will now show a safe image, instead of error.
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Searches/Common/SearchImageCacher.cs | mit | 1,589,342,762 | using NadekoBot.Extensions;
using Newtonsoft.Json;
using NLog;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
namespace NadekoBot.Modules.Searches.Common
{
public class SearchImageCacher
{
... | using NadekoBot.Extensions;
using Newtonsoft.Json;
using NLog;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
namespace NadekoBot.Modules.Searches.Common
{
public class SearchImageCacher
{
... |
929dc3f7ad9d8d4c3e67b2eee91b5d5e80bfcd79 | Upped version | Upped version
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Services/Impl/StatsService.cs | mit | 1,589,342,369 | using Discord;
using Discord.WebSocket;
using NadekoBot.Extensions;
using NLog;
using StackExchange.Redis;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text;
u... | using Discord;
using Discord.WebSocket;
using NadekoBot.Extensions;
using NLog;
using StackExchange.Redis;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text;
u... |
1870211b684eb6b71a052b6b3b53da3f89fb69e0 | Fixed .derpi | Fixed .derpi
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Searches/Common/SearchImageCacher.cs | mit | 1,589,342,334 | using NadekoBot.Extensions;
using Newtonsoft.Json;
using NLog;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
namespace NadekoBot.Modules.Searches.Common
{
public class SearchImageCacher
{
... | using NadekoBot.Extensions;
using Newtonsoft.Json;
using NLog;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
namespace NadekoBot.Modules.Searches.Common
{
public class SearchImageCacher
{
... |
1bce65e8b6d6d32de4c81de3c590aad3f5439e9d | Another attempt at fixing Overlay NRE | Another attempt at fixing Overlay NRE
| fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Player/Overlays/PlayerDirectionalOverlay.cs | agpl-3.0 | 1,589,341,613 |
using System;
using UnityEngine;
using Random = UnityEngine.Random;
/// <summary>
/// Handles animation of generic player overlay prefabs which have different sprites for each direction
/// </summary>
[RequireComponent(typeof(SpriteRenderer))]
public class PlayerDirectionalOverlay : MonoBehaviour
{
private SpriteRen... |
using System;
using UnityEngine;
using Random = UnityEngine.Random;
/// <summary>
/// Handles animation of generic player overlay prefabs which have different sprites for each direction
/// </summary>
[RequireComponent(typeof(SpriteRenderer))]
public class PlayerDirectionalOverlay : MonoBehaviour
{
private SpriteRen... |
5c5cf51ac33ed2f4c2822939ff11619359be85ec | adding command for gif | adding command for gif
| gngrninja/NinjaBotCore | src/Modules/Wow/WowCommands.cs | mit | 1,589,341,553 | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... | using NinjaBotCore.Database;
using NinjaBotCore.Models.Wow;
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord.Net;
using Discord.WebSocket;
using System.Text.RegularExpressions;
using Microsoft.Extensi... |
f496a36124f1e8a8da81971185d692b7dc7eff33 | Null check examine message | Null check examine message
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Messages/Client/Interaction/RequestExamineMessage.cs | agpl-3.0 | 1,589,341,205 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Mirror;
using UnityEngine;
/// <summary>
/// Requests for the server to perform examine interaction
/// </summary>
public class RequestExamineMessage : ClientMessage
{
//members
// netid of tar... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Mirror;
using UnityEngine;
/// <summary>
/// Requests for the server to perform examine interaction
/// </summary>
public class RequestExamineMessage : ClientMessage
{
//members
// netid of tar... |
f2d50e0d5aa1336253980ecd413afddc287f5d20 | Fix SQLite migration | Fix SQLite migration
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Database/Migrations/20200511162912_SLRemoveSoftColumns.cs | agpl-3.0 | 1,589,341,033 | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes various defunct columns for SQLite.
/// </summary>
public partial class SLRemoveSoftColumns : Migration
{
const string MigratedColumns = "Id,AllowWebClient,SecurityLevel... | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes various defunct columns for SQLite.
/// </summary>
public partial class SLRemoveSoftColumns : Migration
{
const string MigratedColumns = "AllowWebClient,SecurityLevel,Pr... |
e4f1d2e01d6f9f5da888919af6b90db37099cc45 | GUI Hacking NRE check | GUI Hacking NRE check
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/UI/Hacking/GUI_Hacking.cs | agpl-3.0 | 1,589,341,025 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
public class GUI_Hacking : NetTab
{
private HackingProcessBase hackProcess;
public HackingProcessBase HackProcess => hackProcess;
/// <summary>
/// This is a list of all the hacki... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.UI;
public class GUI_Hacking : NetTab
{
private HackingProcessBase hackProcess;
public HackingProcessBase HackProcess => hackProcess;
/// <summary>
/// This is a list of all the hacki... |
e9e641da95e5cce0f9397538410566802cac46ad | fixed clothing item NRE | fixed clothing item NRE
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Items/ClothingItem.cs | agpl-3.0 | 1,589,340,494 | using UnityEngine;
using System.Collections.Generic;
public enum SpriteHandType
{
Other,
RightHand,
LeftHand
}
public delegate void OnClothingEquippedDelegate(ClothingV2 clothing, bool isEquiped);
/// <summary>
/// For the Individual clothing player sprite renderers
/// </summary>
[RequireComponent(typeof(Sprite... | using UnityEngine;
using System.Collections.Generic;
public enum SpriteHandType
{
Other,
RightHand,
LeftHand
}
public delegate void OnClothingEquippedDelegate(ClothingV2 clothing, bool isEquiped);
/// <summary>
/// For the Individual clothing player sprite renderers
/// </summary>
[RequireComponent(typeof(Sprite... |
15dee0d6f9dc18eff8cea51e9a1bed1e2fb0ee92 | modify ReplaceUILabel | modify ReplaceUILabel
| NDark/ndinfrastructure,NDark/ndinfrastructure | Unity/Editor/EditorTools_Font.cs | mit | 1,589,340,464 | / * *
M I T L i c e n s e
C o p y r i g h t ( c ) 2 0 1 7 - 2 0 1 9 N D a r k
P e r m i s s i o n i s h e r e b y g r a n t e d , f r e e o f c h a r g e , t o a n y p e r s o n o b t a i n i n g a c o p y
o f t h i s s o f t w a r e a n d a s s o ... | / * *
M I T L i c e n s e
C o p y r i g h t ( c ) 2 0 1 7 - 2 0 1 9 N D a r k
P e r m i s s i o n i s h e r e b y g r a n t e d , f r e e o f c h a r g e , t o a n y p e r s o n o b t a i n i n g a c o p y
o f t h i s s o f t w a r e a n d a s s o ... |
f0ccb25e5446f549c30530d4c10249fbc56d542c | Fix shutdown event sending | Fix shutdown event sending
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,589,337,455 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... |
f9fcdc22edd4ed792c86fa62be595ade3d8e1e29 | adjusted samples | adjusted samples
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | samples/BasicClient/MyPackageFilter.cs | apache-2.0 | 1,589,337,443 | using System;
using System.Buffers;
using System.Text;
using SuperSocket;
using SuperSocket.ProtoBase;
namespace BasicClient
{
public class MyPackageFilter : FixedHeaderPipelineFilter<MyPackage>
{
/// <summary>
/// Header size is 5
/// 1: OpCode
/// 2-3: body length
/// ... | using System;
using System.Buffers;
using System.Text;
using SuperSocket;
using SuperSocket.ProtoBase;
namespace BasicClient
{
public class MyPackageFilter : FixedHeaderPipelineFilter<MyPackage>
{
/// <summary>
/// Header size is 5
/// 1: OpCode
/// 2-3: body length
/// ... |
5de7e229a22a0c5968da5125bb22744e82f4115a | added extension methods for SequenceReader | added extension methods for SequenceReader
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.ProtoBase/Extensions.cs | apache-2.0 | 1,589,337,427 | using System;
using System.Buffers;
using System.Text;
using System.Buffers.Text;
namespace SuperSocket.ProtoBase
{
public static class Extensions
{
public static string ReadString(ref this SequenceReader<byte> reader, long length = 0)
{
return ReadString(ref reader, Encoding.UTF8,... | using System;
using System.Buffers;
using System.Text;
using System.Buffers.Text;
namespace SuperSocket.ProtoBase
{
public static class Extensions
{
public static string GetString(this ReadOnlySequence<byte> buffer, Encoding encoding)
{
if (buffer.IsSingleSegment)
{
... |
bbf4c687a8b155499cf50634ce545888f3ee0770 | Improve xmldoc | Improve xmldoc
| peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu | osu.Game/OsuGame.cs | mit | 1,589,335,757 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.Configuration;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.Configuration;
us... |
b03e79ee15e93db30d80940f90c9d216f6f8fd0a | Check if IsCoinBase first when checking if utxo is immature | Check if IsCoinBase first when checking if utxo is immature
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,335,740 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
4d060ae864b7f4eb8abd61f2637faa5699f09c35 | Disable on failure until next startup | Disable on failure until next startup
| ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-fram... | osu.Framework/Input/Handlers/Midi/MidiInputHandler.cs | mit | 1,589,334,716 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... |
dce897ccc85b70560d5f3f6906071df941e3b1f8 | Move error handling to refresh method for further safety | Move error handling to refresh method for further safety
| EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framewor... | osu.Framework/Input/Handlers/Midi/MidiInputHandler.cs | mit | 1,589,333,799 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... |
576c9de57fe48d6cded9d3f459784ab25ec47923 | Corrected problem writing server tracking file. | Corrected problem writing server tracking file.
| GibraltarSoftware/Loupe.Agent.Core,GibraltarSoftware/Loupe.Agent.Core | src/Core/Server/Client/SessionUploadRequest.cs | mit | 1,589,332,710 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Gibraltar.Data;
using Gibraltar.Data.Internal;
using Gibraltar.Monitor;
using Loupe.Extensibility.Data;
namespace Gibralt... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Gibraltar.Data;
using Gibraltar.Data.Internal;
using Gibraltar.Monitor;
using Loupe.Extensibility.Data;
namespace Gibralt... |
30a173e529ebab04a32e0e0ceba99672be44a2d0 | Fix hard crash on MIDI initialisation failure | Fix hard crash on MIDI initialisation failure
| ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,... | osu.Framework/Input/Handlers/Midi/MidiInputHandler.cs | mit | 1,589,332,397 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Commons.Music.Midi;
using osu.Framework.Input.StateCha... |
f9d3eb6843d370ca745a4d4a66703617732be961 | :clipboard: Create alias method for Play() | :clipboard: Create alias method for Play()
| umm-projects/animationevent_dispatcher | Assets/Scripts/UnityModule/AnimationEventDispatcher/AudioDispatcher.cs | mit | 1,589,331,531 | using System.Collections.Generic;
using UniRx;
using UnityEngine;
namespace UnityModule.AnimationEventDispatcher {
/// <summary>
/// 音声再生に関するディスパッチャ
/// </summary>
public class AudioDispatcher : Base {
/// <summary>
/// AudioListener のセットアップが済んでいるかどうか
/// </summary>
p... | using System.Collections.Generic;
using UniRx;
using UnityEngine;
namespace UnityModule.AnimationEventDispatcher {
/// <summary>
/// 音声再生に関するディスパッチャ
/// </summary>
public class AudioDispatcher : Base {
/// <summary>
/// AudioListener のセットアップが済んでいるかどうか
/// </summary>
p... |
27fe4a3b764114ba8b1f5df774ce530a2f1f7764 | Use IRegistration instead of IServiceProvider | Use IRegistration instead of IServiceProvider
| phatboyg/MassTransit,MassTransit/MassTransit,MassTransit/MassTransit,MassTransit/MassTransit,phatboyg/MassTransit,phatboyg/MassTransit | src/MassTransit.WebJobs.EventHubsIntegration/EventReceiver.cs | apache-2.0 | 1,589,331,502 | namespace MassTransit.WebJobs.EventHubsIntegration
{
using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using Azure.ServiceBus.Core.Configuration;
using Configuration;
using Microsoft.Azure.EventHubs;
using Saga;
using ServiceBusI... | namespace MassTransit.WebJobs.EventHubsIntegration
{
using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using Azure.ServiceBus.Core.Configuration;
using Configuration;
using Microsoft.Azure.EventHubs;
using Saga;
using ServiceBusI... |
9bc3e0a930fab6d7a58c684bffcb47c9325ba575 | GEODE-8116: Set JMX manager port. (#600) | GEODE-8116: Set JMX manager port. (#600)
| pivotal-jbarrett/geode-native,pivotal-jbarrett/geode-native,pivotal-jbarrett/geode-native,pivotal-jbarrett/geode-native,pivotal-jbarrett/geode-native,pivotal-jbarrett/geode-native,pivotal-jbarrett/geode-native,pivotal-jbarrett/geode-native | clicache/integration-test/CacheHelperN.cs | apache-2.0 | 1,589,330,956 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
bbbf314f77d73b91a056bc9096e9b8a7706a88de | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,589,330,760 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
5955d91681c61ac56ca0ace29a57f3d8df13bb63 | Fix example MLScript.cs implementation | Fix example MLScript.cs implementation | Terohnon/RobinhoodDesktop | RobinhoodDesktop/RobinhoodDesktop/Script/MachineLearning/MLScript.cs | bsd-2-clause | 1,589,330,604 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RobinhoodDesktop.MachineLearning;
namespace RobinhoodDesktop.Script
{
/// <summary>
/// Customize the default StockML class here. Could specify a different model architecture or d... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RobinhoodDesktop.MachineLearning;
namespace RobinhoodDesktop.Script
{
/// <summary>
/// Customize the default StockML class here. Could specify a different model architecture or d... |
65b87f99d660d2dc1a79fb8230b1591fe0ddd9be | Fix some ProgressWindow funcs not being called on right thread Closes #94 | Fix some ProgressWindow funcs not being called on right thread
Closes #94
| Deadpikle/NetSparkle | src/NetSparkle/NetSparkle.cs | mit | 1,589,328,973 | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... | using System;
using System.ComponentModel;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using NetSparkleUpdater.Interfaces;
using System.IO;
using System.Diagnostics;
using System.Threading.Tasks;
using NetSparkleUpdater.Enums;
using System.Ne... |
646b0ee75e6015af780533a360f4cad8f229f640 | WinForms .NET Framework: Fix MessageNotificationWindow sizing Uses TableLayout for auto sizing Closes #95 | WinForms .NET Framework: Fix MessageNotificationWindow sizing
Uses TableLayout for auto sizing
Closes #95
| Deadpikle/NetSparkle | src/NetSparkle.UI.WinForms.NetFramework/MessageNotificationWindow.Designer.cs | mit | 1,589,328,790 | namespace NetSparkleUpdater.UI.WinForms
{
partial class MessageNotificationWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | namespace NetSparkleUpdater.UI.WinForms
{
partial class MessageNotificationWindow
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... |
b0a56b5283721528d0709d7990cde8cad2b30189 | Fix signature parsing (oops the 404 wasn't handled) | Fix signature parsing (oops the 404 wasn't handled)
| Deadpikle/NetSparkle | src/NetSparkle/AppCastHandlers/XMLAppCast.cs | mit | 1,589,324,051 | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml.Linq;
namespace NetSparkleUpdater.AppCastHandlers
{
/// <summary>
/// An XML-based... | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml.Linq;
namespace NetSparkleUpdater.AppCastHandlers
{
/// <summary>
/// An XML-based... |
0bb2eda4b077ff1c5e5c106e466373de84083942 | fix autoupdater (#1897) | fix autoupdater (#1897)
| lonelu/MetaMorpheus,zrolfs/MetaMorpheus,smith-chem-wisc/MetaMorpheus,rmillikin/MetaMorpheus | GUI/MetaUpdater.xaml.cs | mit | 1,589,323,752 | using EngineLayer;
using Newtonsoft.Json.Linq;
using System;
using System.Diagnostics;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Windows;
namespace MetaMorpheusGUI
{
/// <summary>
/// Interaction logic for MetaUpdater.xaml
/// </summary>
public partial class MetaUpdater ... | using EngineLayer;
using Newtonsoft.Json.Linq;
using System;
using System.Diagnostics;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Windows;
namespace MetaMorpheusGUI
{
/// <summary>
/// Interaction logic for MetaUpdater.xaml
/// </summary>
public partial class MetaUpdater ... |
67f7f2901a3fc902d70d1ec947360a7ba4d6cbfe | Adds tests to cover parsing project parameters | Adds tests to cover parsing project parameters
| asbjornu/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,gep13/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,ParticularLabs/GitVersion,asbjornu/GitVersion,ParticularLabs/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,ParticularLabs/GitVersion,asbjornu/Gi... | src/GitVersionExe.Tests/ArgumentParserTests.cs | mit | 1,589,323,566 | using System.IO;
using GitTools.Testing;
using GitVersion;
using GitVersion.Logging;
using GitVersion.Model;
using GitVersionCore.Tests.Helpers;
using Microsoft.Extensions.DependencyInjection;
using NUnit.Framework;
using Shouldly;
using Environment = System.Environment;
namespace GitVersionExe.Tests
{
[TestFixtur... | using System.IO;
using GitTools.Testing;
using GitVersion;
using GitVersion.Logging;
using GitVersion.Model;
using GitVersionCore.Tests.Helpers;
using Microsoft.Extensions.DependencyInjection;
using NUnit.Framework;
using Shouldly;
using Environment = System.Environment;
namespace GitVersionExe.Tests
{
[TestFixtur... |
5f701622c7a688fccd74e5aa0bb616378dd5f7a6 | Specify when a parameter is required | Specify when a parameter is required
| Xeeynamo/KingdomHearts | OpenKh.Command.IdxImg/Program.cs | mit | 1,589,323,512 | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember(... | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember(... |
9a5d3c7640de12d8f7ecba53e9e49433a4d47588 | Quarantine all ProjectTemplate tests until dotnet new lock issue is resolved. | Quarantine all ProjectTemplate tests until dotnet new lock issue is resolved.
- Investigation pending in https://github.com/dotnet/aspnetcore/issues/21748
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/test/AssemblyInfo.AssemblyFixtures.cs | apache-2.0 | 1,589,322,671 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.Testing;
using Templates.Test.Helpers;
using Xunit;
[assembly: TestFramework("Microso... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.Testing;
using Templates.Test.Helpers;
using Xunit;
[assembly: TestFramework("Microso... |
b419ec07d626e8c4bd733e9bf3c8c02a9eaf259e | Quarantine Microsoft.Extensions.SecretManager.Tools.Tests.SecretManagerTests.Clear_Secrets | Quarantine Microsoft.Extensions.SecretManager.Tools.Tests.SecretManagerTests.Clear_Secrets
- https://dev.azure.com/dnceng/public/_build/results?buildId=640828&view=ms.vss-test-web.build-test-results-tab&runId=19910360&resultId=108857&paneView=debug
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Tools/dotnet-user-secrets/test/SecretManagerTests.cs | apache-2.0 | 1,589,322,581 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using Microsoft.AspNetCore.Testing;
using Microsoft.Extensions.Confi... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using Microsoft.AspNetCore.Testing;
using Microsoft.Extensions.Confi... |
50a0838aecd3db33c85dd1d050d70551d87b3931 | Terminate DreamDaemon before and after the tests | Terminate DreamDaemon before and after the tests
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/IntegrationTest.cs | agpl-3.0 | 1,589,322,562 | using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;... | using Discord.WebSocket;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Reflection;
using System.Threading;... |
b63d0755e2f433e51054c020db056256d285f1ee | Improve how reattach info is saved | Improve how reattach info is saved
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/ReattachInfoHandler.cs | agpl-3.0 | 1,589,322,547 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Components.Deployment;
using Tgstation.Server.Host.Components.Watchdog;
using Tgstation.Server.Host.Database;
using Z.EntityFramewo... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Components.Deployment;
using Tgstation.Server.Host.Components.Watchdog;
using Tgstation.Server.Host.Database;
using Z.EntityFramewo... |
c338da8574db7e77558a97e40b74dbab64946fc0 | Add list command to enumerate IDX content | Add list command to enumerate IDX content
| Xeeynamo/KingdomHearts | OpenKh.Command.IdxImg/Program.cs | mit | 1,589,322,040 | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember(... | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember("--version", Member... |
7633327367fb0e196777c00e2304ad4175849f5a | Changing unfold so that user identifies a LHS symbol (and unfold all applied occurrences of it), or a RHS symbol (and unfolds that specific applied occurrence). | Changing unfold so that user identifies a LHS symbol (and unfold all applied occurrences of it), or a RHS symbol (and unfolds that specific applied occurrence).
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | LanguageServer/Transform.cs | mit | 1,589,321,884 | namespace LanguageServer
{
using Algorithms;
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using Syste... | namespace LanguageServer
{
using Algorithms;
using Antlr4.Runtime;
using Antlr4.Runtime.Misc;
using Antlr4.Runtime.Tree;
using GrammarGrammar;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using System;
using Syste... |
e24341bcc8db3994497f0cec998c300a3b7e7819 | protected ctor in abstract class | protected ctor in abstract class
| 6bee/Remote.Linq | test/Remote.Linq.Tests/Serialization/Expressions/When_subquery_expression_use_same_parameter_name.cs | mit | 1,589,321,744 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Remote.Linq.Tests.Serialization.Expressions
{
using Aqua.Dynamic;
using Remote.Linq;
using Remote.Linq.Expressions;
using Shouldly;
using System;
using System.Collections... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Remote.Linq.Tests.Serialization.Expressions
{
using Aqua.Dynamic;
using Remote.Linq;
using Remote.Linq.Expressions;
using Shouldly;
using System;
using System.Collections... |
fc2484d378a39c8ceeafceb75f3f3f5bdbf827ab | Add more handy options when extracting | Add more handy options when extracting
| Xeeynamo/KingdomHearts | OpenKh.Command.IdxImg/Program.cs | mit | 1,589,321,563 | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember("--version", Member... | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember("--version", Member... |
3446fd8b28fcb7d50f24491a71176510e6ba0e5f | Allow to specify a custom IMG | Allow to specify a custom IMG
| Xeeynamo/KingdomHearts | OpenKh.Command.IdxImg/Program.cs | mit | 1,589,321,009 | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember("--version", Member... | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember("--version", Member... |
77b93853ab710cd8d9500d4ecd833b0967a640fb | Fixes nupkg file name when using version quality | Fixes nupkg file name when using version quality
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Tasks/Nuget/PublishNugetPackageTask.cs | bsd-2-clause | 1,589,320,897 | using System;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using FlubuCore.Context;
using FlubuCore.IO;
using FlubuCore.Tasks.Text;
namespace FlubuCore.Tasks.Nuget
{
public class PublishNuGetPackageTask : TaskBase<int, PublishNuGetPackageTask>
{
public const stri... | using System;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.IO;
using FlubuCore.Context;
using FlubuCore.IO;
using FlubuCore.Tasks.Text;
namespace FlubuCore.Tasks.Nuget
{
public class PublishNuGetPackageTask : TaskBase<int, PublishNuGetPackageTask>
{
public const stri... |
5e942b4b9d9c3e028723aa51449df07830c2d908 | Add emoji ramp option for supported fonts. | Add emoji ramp option for supported fonts.
| EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap | CharacterMap/CharacterMap/ViewModels/FontMapViewModel.cs | mit | 1,589,320,598 | using CharacterMap.Core;
using CharacterMap.Helpers;
using CharacterMap.Services;
using CharacterMap.Views;
using CharacterMapCX;
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using GalaSoft.MvvmLight.Ioc;
using GalaSoft.MvvmLight.Views;
using Microsoft.Graphics.Canvas.Text;
using System;
using System.Co... | using CharacterMap.Core;
using CharacterMap.Helpers;
using CharacterMap.Services;
using CharacterMap.Views;
using CharacterMapCX;
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using GalaSoft.MvvmLight.Ioc;
using GalaSoft.MvvmLight.Views;
using Microsoft.Graphics.Canvas.Text;
using System;
using System.Co... |
2b1fba6101f6e1fb37d6ad4d042861f5dadbacf8 | add new command alias | add new command alias
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Commands/Sudo.Bot.cs | lgpl-2.1 | 1,589,319,138 | using System;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using CompatBot.Commands.Attributes;
using CompatBot.Database;
using CompatBot.Database.Providers;
using CompatBot.Utils;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attr... | using System;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using CompatBot.Commands.Attributes;
using CompatBot.Database;
using CompatBot.Database.Providers;
using CompatBot.Utils;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attr... |
6b5041d6eb502d499d47634099bbc11eb0ff0ebe | Additional type ramp default language pangrams | Additional type ramp default language pangrams
| EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap,EdiWang/UWP-CharacterMap | CharacterMap/CharacterMap/ViewModels/FontMapViewModel.cs | mit | 1,589,318,935 | using CharacterMap.Core;
using CharacterMap.Helpers;
using CharacterMap.Services;
using CharacterMap.Views;
using CharacterMapCX;
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using GalaSoft.MvvmLight.Ioc;
using GalaSoft.MvvmLight.Views;
using Microsoft.Graphics.Canvas.Text;
using System;
using System.Co... | using CharacterMap.Core;
using CharacterMap.Helpers;
using CharacterMap.Services;
using CharacterMap.Views;
using CharacterMapCX;
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Command;
using GalaSoft.MvvmLight.Ioc;
using GalaSoft.MvvmLight.Views;
using Microsoft.Graphics.Canvas.Text;
using System;
using System.Co... |
07fd1731e74ee6a45f8af41b8c2e02e7968e45c4 | Fix PixelRect snapping. | Fix PixelRect snapping.
| SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Persp... | src/Avalonia.Visuals/Media/PixelRect.cs | mit | 1,589,318,926 | using System;
using System.Globalization;
using Avalonia.Utilities;
namespace Avalonia
{
/// <summary>
/// Represents a rectangle in device pixels.
/// </summary>
public readonly struct PixelRect : IEquatable<PixelRect>
{
/// <summary>
/// An empty rectangle.
/// </summary>
... | using System;
using System.Globalization;
using Avalonia.Utilities;
namespace Avalonia
{
/// <summary>
/// Represents a rectangle in device pixels.
/// </summary>
public readonly struct PixelRect : IEquatable<PixelRect>
{
/// <summary>
/// An empty rectangle.
/// </summary>
... |
9bd3880aac089784215f60a1cf20e55c6840d4e8 | Fix for password reset token validation | Fix for password reset token validation
| folkelib/Folke.Identity.Server,folkelib/Folke.Identity.Server | src/Folke.Identity.Server/Controllers/AuthenticationController.cs | mit | 1,589,318,703 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Folke.Identity.Server.Enumeration;
using Folke.Identity.Server.Services;
using Folke.Identity.Server.Views;
using Folke.Mvc.Extensions;
us... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Folke.Identity.Server.Enumeration;
using Folke.Identity.Server.Services;
using Folke.Identity.Server.Views;
using Folke.Mvc.Extensions;
us... |
d6448978d2f8991b6c26d3a178a1fca29ea42ad5 | Missing continuation of Task OnTurnAsync (#58) | Missing continuation of Task OnTurnAsync (#58)
When activity.Type is NOT ActivityTypes.Message then continue with : await next(ct).ConfigureAwait(false) | tompaana/intermediator-bot-sample | IntermediatorBotSample/Middleware/HandoffMiddleware.cs | mit | 1,589,317,926 | using IntermediatorBotSample.CommandHandling;
using IntermediatorBotSample.ConversationHistory;
using IntermediatorBotSample.MessageRouting;
using Microsoft.Bot.Builder;
using Microsoft.Bot.Connector.Authentication;
using Microsoft.Bot.Schema;
using Microsoft.Extensions.Configuration;
using System.Collections.Generic;... | using IntermediatorBotSample.CommandHandling;
using IntermediatorBotSample.ConversationHistory;
using IntermediatorBotSample.MessageRouting;
using Microsoft.Bot.Builder;
using Microsoft.Bot.Connector.Authentication;
using Microsoft.Bot.Schema;
using Microsoft.Extensions.Configuration;
using System.Collections.Generic;... |
fc5c814cfa2580c4d24b06986a8def8555ee2f66 | Correctly snap dirty rects to device pixels. | Correctly snap dirty rects to device pixels.
| jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia... | src/Avalonia.Visuals/Rendering/DeferredRenderer.cs | mit | 1,589,317,039 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Avalonia.Logging;
using Avalonia.Media;
using Avalonia.Media.Immutable;
using Avalonia.Platform;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Threading;
using Avalonia.Utilities;
using Avalonia.VisualTree;
namespace Avalo... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Avalonia.Logging;
using Avalonia.Media;
using Avalonia.Media.Immutable;
using Avalonia.Platform;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Threading;
using Avalonia.Utilities;
using Avalonia.VisualTree;
namespace Avalo... |
ea67a295b2cc118389ffc00ee6057df007c2e0ce | Test CSS classes using both Bootstrap and MediaLinks | Test CSS classes using both Bootstrap and MediaLinks
| lunet-io/markdig,lunet-io/markdig | src/Markdig.Tests/TestMediaLinks.cs | bsd-2-clause | 1,589,315,525 | using Markdig.Extensions.MediaLinks;
using NUnit.Framework;
using System;
using System.Text.RegularExpressions;
namespace Markdig.Tests
{
[TestFixture]
public class TestMediaLinks
{
private MarkdownPipeline GetPipeline(MediaOptions options = null)
{
return new MarkdownPipelineBu... | using Markdig.Extensions.MediaLinks;
using NUnit.Framework;
using System;
using System.Text.RegularExpressions;
namespace Markdig.Tests
{
[TestFixture]
public class TestMediaLinks
{
private MarkdownPipeline GetPipeline(MediaOptions options = null)
{
return new MarkdownPipelineBu... |
544867ab89bc0248ad8a7045844ac8847ed47132 | Refactoring | Refactoring
| Webreaper/SensorTagDataCollector,Webreaper/SensorTagDataCollector | SensorTagDataCollector/Program.cs | mit | 1,589,315,219 | using System;
using System.Linq;
using System.Collections.Generic;
using WirelessSensorTag;
using Nest;
using System.IO;
using System.Threading;
using Hive;
using Weather;
using Logging;
namespace SensorTagElastic
{
/// <summary>
/// TODO:
/// 1. 24-hour expiry of sessions
/// 2. Limit Hive queries to... | using System;
using System.Linq;
using System.Collections.Generic;
using WirelessSensorTag;
using Nest;
using System.IO;
using System.Threading;
using Hive;
using Weather;
using Logging;
namespace SensorTagElastic
{
/// <summary>
/// TODO:
/// 1. 24-hour expiry of sessions
/// 2. Limit Hive queries to... |
b58908fbd39835743948eb567b57635bdf6c18c1 | do not link github in #media | do not link github in #media
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/EventHandlers/GithubLinksHandler.cs | lgpl-2.1 | 1,589,314,958 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatBot.Commands;
using CompatBot.Utils;
using DSharpPlus.EventArgs;
namespace CompatBot.EventHandlers
{
internal static class GithubLinksHandler
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using CompatBot.Commands;
using CompatBot.Utils;
using DSharpPlus.EventArgs;
namespace CompatBot.EventHandlers
{
internal static class GithubLinksHandler
{
... |
f493b61ba73a2802b627b09ac2a1e4a64c47af1b | Added web.config to bad names. | Added web.config to bad names.
| jexuswebserver/JexusManager,jexuswebserver/JexusManager | JexusManager/Wizards/ConnectionWizard/BrowsePage.cs | mit | 1,589,312,992 | // Copyright (c) Lex Li. All rights reserved.
//
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace JexusManager.Wizards.ConnectionWizard
{
using System;
using System.IO;
using Microsoft.Web.Administration;
using Microsoft.Web.Management.C... | // Copyright (c) Lex Li. All rights reserved.
//
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace JexusManager.Wizards.ConnectionWizard
{
using System;
using System.IO;
using Microsoft.Web.Administration;
using Microsoft.Web.Management.C... |
6a7b483afea242721257e6cd1ff45b0bb2056c80 | Revised registry key check. | Revised registry key check.
| jexuswebserver/JexusManager,jexuswebserver/JexusManager | JexusManager/Features/Main/SslDiagDialog.cs | mit | 1,589,312,991 | // Copyright (c) Lex Li. All rights reserved.
//
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Web.Administration;
using Microsoft.Web.Management.Client.Win32;
using System;
using System.Linq;
using System.Security.Cryptography;
namespace Jexus... | // Copyright (c) Lex Li. All rights reserved.
//
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Web.Administration;
using Microsoft.Web.Management.Client.Win32;
using System;
using System.Linq;
using System.Security.Cryptography;
namespace Jexus... |
d5096f4386e815dbb6621a4b87a8066c08bb7686 | Remove failing asserts (why? IDK) [TGSDeploy] | Remove failing asserts (why? IDK) [TGSDeploy]
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Host.Service.Tests/TestServerService.cs | agpl-3.0 | 1,589,312,773 | using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Watchdog;
namespace Tgstation.Server.Host.Service.Tests
{
/// <summary>
/// Tests for <see cref=... | using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Host.Watchdog;
namespace Tgstation.Server.Host.Service.Tests
{
/// <summary>
/// Tests for <see cref=... |
ba192ce0657d07f6c9015a1bc853089f7d76c9f2 | Remove redundancy, apply same fix to audio/video | Remove redundancy, apply same fix to audio/video | lunet-io/markdig,lunet-io/markdig | src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs | bsd-2-clause | 1,589,312,750 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using Markdig.Renderers;
using Markdig.Renderers.Html;
using Markdig.Renderers.Html.Inlines;
using Markdig.Syntax.Inlines;
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using Markdig.Renderers;
using Markdig.Renderers.Html;
using Markdig.Renderers.Html.Inlines;
using Markdig.Syntax.Inlines;
... |
42462d71aca8747649dca9c515b23a498e0c2d0d | Reorder class attribute in test cases | Reorder class attribute in test cases | lunet-io/markdig,lunet-io/markdig | src/Markdig.Tests/TestMediaLinks.cs | bsd-2-clause | 1,589,312,512 | using Markdig.Extensions.MediaLinks;
using NUnit.Framework;
using System;
using System.Text.RegularExpressions;
namespace Markdig.Tests
{
[TestFixture]
public class TestMediaLinks
{
private MarkdownPipeline GetPipeline(MediaOptions options = null)
{
return new MarkdownPipelineBu... | using Markdig.Extensions.MediaLinks;
using NUnit.Framework;
using System;
using System.Text.RegularExpressions;
namespace Markdig.Tests
{
[TestFixture]
public class TestMediaLinks
{
private MarkdownPipeline GetPipeline(MediaOptions options = null)
{
return new MarkdownPipelineBu... |
387dbf959dfbbb07334fa51880152235fd657086 | Change "St" to "Street" | Change "St" to "Street"
Alexa pronounces "St" as "Saint" instead of "Street", so coerce it to speak proper.
| martincostello/alexa-london-travel,martincostello/alexa-london-travel | src/LondonTravel.Skill/Verbalizer.cs | apache-2.0 | 1,589,312,174 | // Copyright (c) Martin Costello, 2017. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
using System;
using System.Globalization;
namespace MartinCostello.LondonTravel.Skill
{
/// <summary>
/// A class that improves a text s... | // Copyright (c) Martin Costello, 2017. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
using System;
using System.Globalization;
namespace MartinCostello.LondonTravel.Skill
{
/// <summary>
/// A class that improves a text s... |
6e0363aa91b64efb52319e4fdd7af1474e16987b | Fix media link classes not being added | Fix media link classes not being added | lunet-io/markdig,lunet-io/markdig | src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs | bsd-2-clause | 1,589,311,768 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using Markdig.Renderers;
using Markdig.Renderers.Html;
using Markdig.Renderers.Html.Inlines;
using Markdig.Syntax.Inlines;
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using Markdig.Renderers;
using Markdig.Renderers.Html;
using Markdig.Renderers.Html.Inlines;
using Markdig.Syntax.Inlines;
... |
ed9516f3a9e517b8d331bd643143b16b661eaca7 | Don't create BYOND directory unless the download succeeds | Don't create BYOND directory unless the download succeeds
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Byond/ByondManager.cs | agpl-3.0 | 1,589,311,687 | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.... | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Core;
using Tgstation.Server.Host.... |
db0ae00e1fb1791e3354baabd3616da3d24a3cc1 | Update Content.Client/EntryPoint.cs | Update Content.Client/EntryPoint.cs
Co-authored-by: Clyybber <4759ea49cab7ee19e39bc4f5e544678ec18320f0@gmail.com> | space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Client/EntryPoint.cs | mit | 1,589,311,479 | using System;
using Content.Client.GameObjects.Components.Actor;
using Content.Client.Input;
using Content.Client.Interfaces;
using Content.Client.Interfaces.Chat;
using Content.Client.Interfaces.Parallax;
using Content.Client.Parallax;
using Content.Client.Sandbox;
using Content.Client.State;
using Content.Client.Use... | using System;
using Content.Client.GameObjects.Components.Actor;
using Content.Client.Input;
using Content.Client.Interfaces;
using Content.Client.Interfaces.Chat;
using Content.Client.Interfaces.Parallax;
using Content.Client.Parallax;
using Content.Client.Sandbox;
using Content.Client.State;
using Content.Client.Use... |
ee1638601602f9fd744802350f7329efaa57f647 | Improve help test | Improve help test
| Elevator89/RimWorld-Subtranslator | Elevator.Subtranslator.BackstoryUpdater/Program.cs | apache-2.0 | 1,589,311,325 | using CommandLine;
using Elevator.Subtranslator.Common;
using Fastenshtein;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Xml.Schema;
namespace Elevator.Subtranslator.BackstoryUpdater
{
class Options
{
[Option... | using CommandLine;
using Elevator.Subtranslator.Common;
using Fastenshtein;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using System.Xml.Schema;
namespace Elevator.Subtranslator.BackstoryUpdater
{
class Options
{
[Option... |
2e3650a9110bf7da350578316bf576a36b2a2229 | LogFactory.Setup - Make RegisterConfigSettings public (#423) | LogFactory.Setup - Make RegisterConfigSettings public (#423)
| NLog/NLog.Extensions.Logging,NLog/NLog.Framework.Logging,NLog/NLog.Framework.Logging,NLog/NLog.Extensions.Logging | src/NLog.Extensions.Logging/Config/SetupExtensionsBuilderExtensions.cs | bsd-2-clause | 1,589,311,281 | using Microsoft.Extensions.Configuration;
using NLog.Config;
namespace NLog.Extensions.Logging
{
/// <summary>
/// Extension methods to setup NLog extensions, so they are known when loading NLog LoggingConfiguration
/// </summary>
public static class SetupExtensionsBuilderExtensions
{
/// ... | using Microsoft.Extensions.Configuration;
using NLog.Config;
namespace NLog.Extensions.Logging
{
/// <summary>
/// Extension methods to setup NLog extensions, so they are known when loading NLog LoggingConfiguration
/// </summary>
public static class SetupExtensionsBuilderExtensions
{
/// ... |
36e015c067e2c61e185dcae00e985896d2524a64 | improvement when no portal locale is defined | improvement when no portal locale is defined
| nvisionative/Dnn.Platform,bdukes/Dnn.Platform,EPTamminga/Dnn.Platform,mitchelsellers/Dnn.Platform,dnnsoftware/Dnn.Platform,mitchelsellers/Dnn.Platform,mitchelsellers/Dnn.Platform,mitchelsellers/Dnn.Platform,dnnsoftware/Dnn.Platform,valadas/Dnn.Platform,nvisionative/Dnn.Platform,bdukes/Dnn.Platform,valadas/Dnn.Platform,... | Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageUrlsController.cs | mit | 1,589,311,074 | //
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Dnn.PersonaBar.Pages.Components.Dto;
using Dnn.Person... | //
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Dnn.PersonaBar.Pages.Components.Dto;
using Dnn.Person... |
9988bce18bf907efcc9a748e097764186743d16f | sdk: composer version parse fix | sdk: composer version parse fix
| iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.NET.Sdk/ComposerTask.cs | apache-2.0 | 1,589,310,448 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... |
317edabf02683bc5b2ba04ebd63bb3fa4fe2be75 | AB6455 - Fix issue with ITempDataDictionary | AB6455 - Fix issue with ITempDataDictionary
| robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/... | src/Umbraco.Web.Website/ActionResults/RedirectToUmbracoPageResult.cs | mit | 1,589,310,295 | using System;
using System.Collections.Specialized;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Core;
using Umbraco.Core.IO;
using Umbraco.Core.Models.Publis... | using System;
using System.Collections.Specialized;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.Extensions.DependencyInjection;
using Umbraco.Core;
using Umbraco.Core.IO;
using Umbraco.Core.Models.Publis... |
e1b4c09c18d6c52d854eafb15420ba7dcdbfcf25 | Fix codescene | Fix codescene
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | mit | 1,589,309,927 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... |
5d2908ec953eebc4b15c746bcb941c37f53b8b40 | Fixed UpdatePlugin <plugin> @latest. | Fixed UpdatePlugin <plugin> @latest.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Plugins.Endpoints/UpdatePluginHandler.cs | mit | 1,589,309,342 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="UpdatePluginHandler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="UpdatePluginHandler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... |
6abcad7452417da3aff2c4ad7a226b7cd92ae36c | added to the list of chars to be removed from the BodyAsStringFormatter | added to the list of chars to be removed from the BodyAsStringFormatter
| SteveBate/MiniBus | src/MiniBus/Formatters/BodyAsStringFormatter.cs | mit | 1,589,309,247 | using System;
using System.IO;
using System.Messaging;
using System.Text;
namespace MiniBus.Formatters
{
/// <summary>
/// BodyAsStringFormatter dumps the body as a string to help debug or interrogate the contents of a message
/// </summary>
internal class BodyAsStringFormatter : IMessageFormatter
... | using System;
using System.IO;
using System.Messaging;
using System.Text;
namespace MiniBus.Formatters
{
/// <summary>
/// BodyAsStringFormatter dumps the body as a string to help debug or interrogate the contents of a message
/// </summary>
internal class BodyAsStringFormatter : IMessageFormatter
... |
8b0f62626013d60e83f798b9c283fb8c2ef1b2c9 | Put the valid target width to the comment | Put the valid target width to the comment
| Elevator89/RimWorld-Subtranslator | Elevator.Subtranslator.BackstoryTitleWidthChecker/Program.cs | apache-2.0 | 1,589,309,134 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Drawing;
using System.Drawing.Imaging;
using System.Drawing.Drawing2D;
using Fclp;
using System.Xml.Linq;
using System.IO;
namespace Elevator.Subtranslator.BackstoryTitleWidthChecker
{
cla... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Drawing;
using System.Drawing.Imaging;
using System.Drawing.Drawing2D;
using Fclp;
using System.Xml.Linq;
using System.IO;
namespace Elevator.Subtranslator.BackstoryTitleWidthChecker
{
cla... |
cabf3a89b1e79edcd452900477a684ad4f5b3bd5 | More robust cursor parsing solution | More robust cursor parsing solution
> Change cursor request to return last response's entire cursor structure
| smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu | osu.Game/Online/API/Requests/SearchBeatmapSetsRequest.cs | mit | 1,589,309,097 | // 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.IO.Network;
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Game.Overlays;
using osu.Game.Overlays.BeatmapListing;
using osu.Game.Rul... | // 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.IO.Network;
using osu.Game.Overlays;
using osu.Game.Overlays.BeatmapListing;
using osu.Game.Rulesets;
using Newtonsoft.Json;
namespace osu.Game.Onli... |
5bd622a945ad56547d748c072ae0a2f6a9440124 | sdk: common composer license deprecations and typos handled | sdk: common composer license deprecations and typos handled
avoids NU5032
| peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.NET.Sdk/ComposerTask.cs | apache-2.0 | 1,589,308,682 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... |
545f48ae7893d84bc5192039e5637b3345b8df63 | Test soft error in integration test | Test soft error in integration test
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,589,308,634 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using T... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client.Componen... |
ba3bf77a51b5913296e3d97ea4a0a7490469748d | We now support SQLite migrations | We now support SQLite migrations
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tools/ReleaseNotes/Program.cs | agpl-3.0 | 1,589,308,577 | using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace ReleaseNotes
{
/// <summary>
/// Contains the application entrypoint
/// </summary>
static class Program
... | using Octokit;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace ReleaseNotes
{
/// <summary>
/// Contains the application entrypoint
/// </summary>
static class Program
... |
aa49d700d5cae8de112ff9626969e02159c91a3e | Code cleanup | Code cleanup
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Client/Components/IDreamDaemonClient.cs | agpl-3.0 | 1,589,308,566 | using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Client.Components
{
/// <summary>
/// For managing <see cref="DreamDaemon"/>
/// </summary>
public interface IDreamDaemonClient
{
/// <summary>
/// Get the <see cref="DreamDaemon"/> represented... | using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Client.Components
{
/// <summary>
/// For managing <see cref="DreamDaemon"/>
/// </summary>
public interface IDreamDaemonClient
{
/// <summary>
/// Get the <see cref="DreamDaemon"/> represented... |
cf155200a7493776c97cfc921c684da84ea79fb9 | Don't inflate geometry by stroke width twice. | Don't inflate geometry by stroke width twice.
We're already passing the stroke width to `UpdatePathCache` which should include it in its calculations. Here we were applying the stroke width twice.
| SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/A... | src/Skia/Avalonia.Skia/GeometryImpl.cs | mit | 1,589,308,319 | using System;
using Avalonia.Media;
using Avalonia.Platform;
using SkiaSharp;
namespace Avalonia.Skia
{
/// <summary>
/// A Skia implementation of <see cref="IGeometryImpl"/>.
/// </summary>
internal abstract class GeometryImpl : IGeometryImpl
{
private PathCache _pathCache;
... | using System;
using Avalonia.Media;
using Avalonia.Platform;
using SkiaSharp;
namespace Avalonia.Skia
{
/// <summary>
/// A Skia implementation of <see cref="IGeometryImpl"/>.
/// </summary>
internal abstract class GeometryImpl : IGeometryImpl
{
private PathCache _pathCache;
... |
013839cee1bc7a538744bcb98cfc8844915c6361 | ParameterBinderBase: Fixing incorrect index in format string (#12630) | ParameterBinderBase: Fixing incorrect index in format string (#12630)
| JamesWTruher/PowerShell-1,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,PaulHigin/PowerShell,PaulHigin/PowerShell,daxian-dbw/PowerShell,daxian-dbw/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell,TravisEz13/PowerShell,TravisEz13/PowerShell... | src/System.Management.Automation/engine/ParameterBinderBase.cs | mit | 1,589,308,318 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using System.Management.Automation... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using System.Management.Automation... |
ef01e586184bebb7b47e60ad3e6958097de80c26 | Add missing GC.SuppressFinalize. | Add missing GC.SuppressFinalize.
| mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector | src/MySqlConnector/MySql.Data.MySqlClient/MySqlCommand.cs | mit | 1,589,308,107 | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using MySqlConnector.Core;
using MySqlConnector.Protocol.Serialization;
using MySqlConnector.Utilities;
namespace MySql.Data.MySqlCli... | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using MySqlConnector.Core;
using MySqlConnector.Protocol.Serialization;
using MySqlConnector.Utilities;
namespace MySql.Data.MySqlCli... |
c42d44e70b0a343002c52fbdc9ca8f01e731db23 | Fix redirect | Fix redirect
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/ReportController.cs | mit | 1,589,307,466 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
//using CRP.App_GlobalResources;
using System.Web.UI.DataVisualization.Charting;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.D... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
//using CRP.App_GlobalResources;
using System.Web.UI.DataVisualization.Charting;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.D... |
f2c959db66344cbded0bc107903d6f1ea041ca75 | Lookup CurrentLanguage based on a key rather than saving a reference | Lookup CurrentLanguage based on a key rather than saving a reference
This fixes potential issues like when Updating languages, where the
referenced language was older than the ones updated on disk. In general,
removing the currentLanguage member just helps avoid caching issues.
| redbluegames/unity-bulk-rename,redbluegames/unity-mulligan-renamer | Assets/RedBlueGames/MulliganRenamer/Editor/Localization/LocalizationManager.cs | mit | 1,589,307,397 | /* MIT License
Copyright (c) 2019 Murillo Pugliesi Lopes, https://github.com/Mukarillo,
and Edward Rowe.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without li... | /* MIT License
Copyright (c) 2019 Murillo Pugliesi Lopes, https://github.com/Mukarillo,
and Edward Rowe.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without li... |
998b2fa41ea0e141eab1d592a8b007c0a404d465 | Fixes Issue #252 where languages were null when updating | Fixes Issue #252 where languages were null when updating
When updating with the MulliganRenamer window open, Resources failed
to load on the first frame. This meant languages were null and
requesting a translation failed to find anything.
This fix continues to load resources until they are loaded.
| redbluegames/unity-bulk-rename,redbluegames/unity-mulligan-renamer | Assets/RedBlueGames/MulliganRenamer/Editor/Localization/LocalizationManager.cs | mit | 1,589,307,260 | /* MIT License
Copyright (c) 2019 Murillo Pugliesi Lopes, https://github.com/Mukarillo,
and Edward Rowe.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without li... | /* MIT License
Copyright (c) 2019 Murillo Pugliesi Lopes, https://github.com/Mukarillo,
and Edward Rowe.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without li... |
dbc93ae53211bf56a58084aebaffbb3971b336d7 | Improve deployment message | Improve deployment message
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs | agpl-3.0 | 1,589,306,965 | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Componen... | using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Componen... |
f1f36647d725c53ac032408b0483bd04f98e7b57 | Add SafeLazyChildSyntaxOrEmpty. | Add SafeLazyChildSyntaxOrEmpty.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnEmptySyntax.cs | apache-2.0 | 1,589,306,631 | #region License
/*********************************************************************************
* PgnEmptySyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | #region License
/*********************************************************************************
* PgnEmptySyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... |
e5f4829586834f099ad23ddc96c63fcfb00efc75 | Display info changes for UpdatePlugin message. | Display info changes for UpdatePlugin message.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Plugins.Endpoints/UpdatePluginMessage.cs | mit | 1,589,306,578 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="UpdatePluginMessage.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="UpdatePluginMessage.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... |
6c550296229651be333e0a0db02571fab0d1e691 | Add PgnEmptySyntax. | Add PgnEmptySyntax.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnEmptySyntax.cs | apache-2.0 | 1,589,306,524 | #region License
/*********************************************************************************
* PgnEmptySyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | #region License
/*********************************************************************************
* PgnEmptySyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... |
c56b3b975c52425176d8b9a6a54f8f7209b3804a | Remove unused parameter. | Remove unused parameter.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnPeriodSyntax.cs | apache-2.0 | 1,589,306,468 | #region License
/*********************************************************************************
* PgnPeriodSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... | #region License
/*********************************************************************************
* PgnPeriodSyntax.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m... |
7e603759e7db012ebea3cd74283a007a08bfc331 | Prevent newlines in IRC messages | Prevent newlines in IRC messages
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Chat/Providers/IrcProvider.cs | agpl-3.0 | 1,589,306,343 | using Meebey.SmartIrc4net;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Core;
using Tgstation.Ser... | using Meebey.SmartIrc4net;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.Core;
using Tgstation.Ser... |
f586883da1bf1fee4d632107fffca7c8a77a6a9f | AB6455 Fix issue with ITempDataDictionary | AB6455 Fix issue with ITempDataDictionary
| arknu/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbrac... | src/Umbraco.Web.Website/ActionResults/UmbracoPageResult.cs | mit | 1,589,306,331 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEngines;
using Microsoft.AspNetCore.Mvc.ViewFeat... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEngines;
using Microsoft.AspNetCore.Mvc.ViewFeat... |
80fb19e6886424870e0005e603539066ae444f43 | simplified test using setup class | simplified test using setup class
| JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET | SpotifyAPI.Web.Tests/Http/SimpleRetryHandlerTest.cs | mit | 1,589,306,249 | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using SpotifyAPI.Web.Http;
namespace SpotifyAPI.Web
{
[TestFixture]
public class SimpleRetryHandlerTest
{
[Test]
public async Task HandleRetry_TooManyRequestsWithNoSuccess()
... | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using SpotifyAPI.Web.Http;
namespace SpotifyAPI.Web
{
[TestFixture]
public class SimpleRetryHandlerTest
{
[Test]
public async Task HandleRetry_TooManyRequestsWithNoSuccess()
... |
807ea2f3527780dc14a9aadb661ca253f3fa5644 | Fix to C# support library code | Fix to C# support library code
(This was the only use of a HasXyz property for a message type.)
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs | bsd-3-clause | 1,589,306,085 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fol... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fol... |
f5616b43cf94c86d1496ad40d717967c92629819 | Fix NPE when updating Mulligan with window open | Fix NPE when updating Mulligan with window open
When recompilig and reimporting, the GUI tries to draw a null
BulkPreview, which caused NPEs for a frame. This handles a null preview
gracefully.
| redbluegames/unity-bulk-rename,redbluegames/unity-mulligan-renamer | Assets/RedBlueGames/MulliganRenamer/Editor/GUI/MulliganRenamerPreviewPanel.cs | mit | 1,589,305,988 | /* MIT License
Copyright (c) 2016 Edward Rowe, RedBlueGames
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, mer... | /* MIT License
Copyright (c) 2016 Edward Rowe, RedBlueGames
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, mer... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.