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
f04c010f2a4d77605eaba1caf0e18af9bee3b680
MT_RAND_MT19937, MT_RAND_PHP
MT_RAND_MT19937, MT_RAND_PHP
iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Library/Math.cs
apache-2.0
1,587,114,725
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Pchp.Library { /// <summary> /// Implements PHP mathematical functions and constants. /// </summary> /// <threadsafety...
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Pchp.Library { /// <summary> /// Implements PHP mathematical functions and constants. /// </summary> /// <threadsafety...
e9478da4fa4d063cd896b8863fee913bd291b45f
debug_zval_dump()
debug_zval_dump()
iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.Library/Variables.cs
apache-2.0
1,587,114,279
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Pchp.Core.Reflection; using System.Runtime.InteropServices; namespace Pchp.Library { #region Enumerations /// <summary> ///...
using Pchp.Core; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Pchp.Core.Reflection; using System.Runtime.InteropServices; namespace Pchp.Library { #region Enumerations /// <summary> ///...
1dfa4b097c286382bff2e5fc798453318105630e
Include installed Playnite files in diag. package
Include installed Playnite files in diag. package
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite/Diagnostic.cs
mit
1,587,112,657
using Playnite.Common; using Playnite.SDK; using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; namespace Playnite { public static class Diagnostic { private static ILogger logger = LogManager.GetLogger(); private static List<string> GetPl...
using Playnite.Common; using System.Collections.Generic; using System.IO; using System.IO.Compression; namespace Playnite { public static class Diagnostic { public static void CreateDiagPackage(string path, string userActionsDescription) { var diagTemp = Path.Combine(Pla...
902e052eec474287979fc67f04a11fe47dfe46d8
adding method for interface
adding method for interface
ipjohnson/EasyRpc
src/EasyRpc.AspNetCore/Configuration/InternalApiConfiguration.cs
mit
1,587,112,564
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Text; using EasyRpc.Abstractions.Services; using EasyRpc.AspNetCore.Authorization; using EasyRpc.AspNetCore.Configuration.DelegateConfiguration; using EasyRpc.AspNetCore.Data; using EasyRpc.AspNetCore.E...
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using System.Text; using EasyRpc.Abstractions.Services; using EasyRpc.AspNetCore.Authorization; using EasyRpc.AspNetCore.Configuration.DelegateConfiguration; using EasyRpc.AspNetCore.Data; using EasyRpc.AspNetCore.E...
4bd203586ea66add85b3b7b1139e39839629cdce
wpf designer quirks
wpf designer quirks
tibel/Caliburn.Light
src/Caliburn.Light.WPF/AssemblyInfo.cs
mit
1,587,112,319
using System; using System.Runtime.InteropServices; using System.Windows.Markup; [assembly: CLSCompliant(true)] [assembly: ComVisible(false)] [assembly: XmlnsDefinition("https://github.com/tibel/Caliburn.Light/", "Caliburn.Light.WPF", AssemblyName = "Caliburn.Light.WPF")] [assembly: XmlnsPrefix("https://github.com/t...
using System; using System.Runtime.InteropServices; using System.Windows.Markup; [assembly: CLSCompliant(true)] [assembly: ComVisible(false)] [assembly: XmlnsDefinition("https://github.com/tibel/Caliburn.Light/", "Caliburn.Light.WPF")] [assembly: XmlnsPrefix("https://github.com/tibel/Caliburn.Light/", "cal")]
691252578fe4374165b06c6dae20cd34dcddd137
#93 Improve Get-IshFolderContent by retrieving objects in batches - add support for PublicationOutputs
#93 Improve Get-IshFolderContent by retrieving objects in batches - add support for PublicationOutputs
sdl/ISHRemote,sdl/ISHRemote
Source/ISHRemote/Trisoft.ISHRemote/Cmdlets/Folder/GetIshFolderContent.cs
apache-2.0
1,587,112,305
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
7f791dcdf04d3434ea7275de20fd8d369060b062
Re-enable ruleset bindable before setting defined ruleset in case it's disabled
Re-enable ruleset bindable before setting defined ruleset in case it's disabled Happens on cases like restarting the test scene by clicking directly on it on the browser (*where it for some reason reloads the entire test scene*)
NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu
osu.Game/Tests/Visual/OsuTestScene.cs
mit
1,587,111,485
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Audi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Audi...
67bd7bfa3905aa96f21f2225a517e2e369e80540
Add `CreateRuleset` in OsuTestScene for scenes that depend on it
Add `CreateRuleset` in OsuTestScene for scenes that depend on it
NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu
osu.Game/Tests/Visual/OsuTestScene.cs
mit
1,587,111,145
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Audi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Audi...
0fba93bf658d917286defb5b029fcf5bc0f1b566
Add back null check
Add back null check
NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,peppy/osu
osu.Game/Beatmaps/ControlPoints/ControlPointInfo.cs
mit
1,587,111,013
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using osu.Framework.Bindables; using osu.Framework.Lists; namespace osu.Game.Be...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using osu.Framework.Bindables; using osu.Framework.Lists; namespace osu.Game.Be...
4b668cee315935f2f737931d265a220ab97f7fbf
Modified UI to align Unknown and NonLevy status
Modified UI to align Unknown and NonLevy status
SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice
src/SFA.DAS.EmployerAccounts.Web/Orchestrators/EmployerTeamOrchestrator.cs
mit
1,587,111,006
using AutoMapper; using MediatR; using SFA.DAS.Authorization.Services; using SFA.DAS.EAS.Account.Api.Client; using SFA.DAS.EAS.Account.Api.Types; using SFA.DAS.EmployerAccounts.Commands.ChangeTeamMemberRole; using SFA.DAS.EmployerAccounts.Commands.CreateInvitation; using SFA.DAS.EmployerAccounts.Commands.DeleteInvita...
using AutoMapper; using MediatR; using SFA.DAS.Authorization.Services; using SFA.DAS.EAS.Account.Api.Client; using SFA.DAS.EAS.Account.Api.Types; using SFA.DAS.EmployerAccounts.Commands.ChangeTeamMemberRole; using SFA.DAS.EmployerAccounts.Commands.CreateInvitation; using SFA.DAS.EmployerAccounts.Commands.DeleteInvita...
cd6fb02337fcb509568efbd74989a46da6154a1c
Update Utils.ToInt
Update Utils.ToInt
sunkaixuan/SqlSugar
Src/Asp.Net/SqlSugar/Utilities/UtilConvert.cs
apache-2.0
1,587,110,950
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SqlSugar { public static class UtilConvert { public static int ObjToInt(this object thisValue) { int reval = 0; if (thisValue == null) return 0; if (thisValue is E...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SqlSugar { public static class UtilConvert { public static int ObjToInt(this object thisValue) { int reval = 0; if (thisValue == null) return 0; if (thisValue != n...
31bde6a33de579acd3f28330a131d98384633033
Fix: Crash when importing Steam library
Fix: Crash when importing Steam library
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Plugins/SteamLibrary/SteamLibrary.cs
mit
1,587,110,782
using Newtonsoft.Json; using Playnite.SDK; using Playnite.SDK.Models; using Playnite.SDK.Plugins; using SteamLibrary.Models; using SteamLibrary.Services; using SteamKit2; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Net; usin...
using Newtonsoft.Json; using Playnite.SDK; using Playnite.SDK.Models; using Playnite.SDK.Plugins; using SteamLibrary.Models; using SteamLibrary.Services; using SteamKit2; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Net; usin...
1b118d4ff775245267a2873db70d93b93793bc8a
dynamic page title and description based on selected product family app name
dynamic page title and description based on selected product family app name
aspose-3d/Aspose.3D-for-.NET
LiveDemos/src/Aspose.3D.Live.Demos.UI/Models/ViewModel.cs
mit
1,587,110,410
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.ThreeD.Live.Demos.UI.Config; using Aspose.ThreeD.Live.Demos.UI.Controllers; namespace Aspose.ThreeD.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.ThreeD.Live.Demos.UI.Config; using Aspose.ThreeD.Live.Demos.UI.Controllers; namespace Aspose.ThreeD.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } ...
dce71fa44ae70b2113f28dbc16b781b114529a59
Updated ViewModel to dynamic page title, meta description based on selected product family app name e.g conversion
Updated ViewModel to dynamic page title, meta description based on selected product family app name e.g conversion
aspose-words/Aspose.Words-for-.NET,aspose-words/Aspose.Words-for-.NET,asposewords/Aspose_Words_NET,asposewords/Aspose_Words_NET,asposewords/Aspose_Words_NET,aspose-words/Aspose.Words-for-.NET
LiveDemos/src/Aspose.Words.Live.Demos.UI/Models/ViewModel.cs
mit
1,587,110,154
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.Words.Live.Demos.UI.Config; using Aspose.Words.Live.Demos.UI.Controllers; namespace Aspose.Words.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } /// <s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Aspose.Words.Live.Demos.UI.Config; using Aspose.Words.Live.Demos.UI.Controllers; namespace Aspose.Words.Live.Demos.UI.Models { public class ViewModel { public int MaximumUploadFiles { get; set; } /// <s...
31ffadbead7bbb76b68379e9cfef19d21567e2a5
Fix: Crash in Fullscreen mode when scrolling through game list
Fix: Crash in Fullscreen mode when scrolling through game list
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite.FullscreenApp/Controls/FullscreenTilePanel.cs
mit
1,587,110,105
using Playnite.Common; using Playnite.SDK; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Win...
using Playnite.Common; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Media; namesp...
c0f87a1e97a56b781889352de43363b89ec33054
Throw an error if the supplied template directory does not exist
Throw an error if the supplied template directory does not exist
RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,quails4Eva/NSwag
src/NSwag.Commands/NSwagDocumentBase.cs
mit
1,587,109,950
//----------------------------------------------------------------------- // <copyright file="NSwagSettings.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@rsuter....
//----------------------------------------------------------------------- // <copyright file="NSwagSettings.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@rsuter....
f0a37fff11404c0c0fd34f69e7eadd5e79c08166
Fix for event type identification
Fix for event type identification
SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments
src/CommitmentsV2/SFA.DAS.CommitmentsV2.MessageHandlers/NServiceBus/ServiceCollectionExtensions.cs
mit
1,587,109,901
using System.Data.Common; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using NServiceBus; using SFA.DAS.CommitmentsV2.Configuration; using SFA.DAS.CommitmentsV2.Extensions; using SFA.DAS.NServiceBus.Configuration; using SFA.DAS.NServiceBus.Configuration.AzureServiceBus; using SFA...
using System.Data.Common; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using NServiceBus; using SFA.DAS.CommitmentsV2.Configuration; using SFA.DAS.CommitmentsV2.Extensions; using SFA.DAS.NServiceBus.Configuration; using SFA.DAS.NServiceBus.Configuration.AzureServiceBus; using SFA...
cc3fada6873d6e7e178ae64979cf65c3b6698d8c
3638: minor, _partListInit
3638: minor, _partListInit
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing/2_AggPainter/GradientBrushes.cs
bsd-2-clause
1,587,107,719
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using PixelFarm.CpuBlit.VertexProcessing; using PixelFarm.CpuBlit.FragmentProcessing; namespace PixelFarm.CpuBlit { class LinearGradientPair { public float _dx1; public float _dx2; ...
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using PixelFarm.CpuBlit.VertexProcessing; using PixelFarm.CpuBlit.FragmentProcessing; namespace PixelFarm.CpuBlit { class LinearGradientPair { public float _dx1; public float _dx2; ...
641070c74caf34a22c8d4508a56284f886abb7c2
Do not save automatic layouts if the process is killed or OS is shutting down.
Do not save automatic layouts if the process is killed or OS is shutting down.
jimradford/superputty
SuperPutty/frmSuperPutty.cs
mit
1,587,105,794
/* * Copyright (c) 2009 - 2015 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * ...
/* * Copyright (c) 2009 - 2015 Jim Radford http://www.jimradford.com * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * ...
e8f9dccd2b7cd975a9b1dcb371a8bce860cb0732
Add the RequiresSta property.
Add the RequiresSta property.
averrunci/Carna
Source/Carna/FixtureAttribute.cs
mit
1,587,105,179
// Copyright (C) 2017-2020 Fievus // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. using System; namespace Carna { /// <summary> /// A base attribute that is applied to a fixture used by Carna. /// </summary> public abstract ...
// Copyright (C) 2017 Fievus // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. using System; namespace Carna { /// <summary> /// A base attribute that is applied to a fixture used by Carna. /// </summary> public abstract class...
92b41f9fc035befe7ffc98a25657b27d25f755cd
fixed buildscript
fixed buildscript
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/BuildScript/BuildScript.cs
bsd-2-clause
1,587,103,935
using System; using System.IO; using FlubuCore.Commanding; using FlubuCore.Context; using FlubuCore.Scripting; using FlubuCore.Context.FluentInterface.Interfaces; using FlubuCore.IO; using FlubuCore.Context.Attributes.BuildProperties; using FlubuCore.Tasks.NetCore; public class BuildScript : DefaultBuildScript { ...
using System; using System.IO; using FlubuCore.Commanding; using FlubuCore.Context; using FlubuCore.Scripting; using FlubuCore.Context.FluentInterface.Interfaces; using FlubuCore.IO; using FlubuCore.Context.Attributes.BuildProperties; using FlubuCore.Tasks.NetCore; public class BuildScript : DefaultBuildScript { ...
bbcbd7e3fbc790e91415bc96ffcfb93c63bcffc6
Simplify by removing custom enumerator
Simplify by removing custom enumerator
smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu
osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs
mit
1,587,102,492
// 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 osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Osu.Objects.Drawables;...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawa...
2dee5e03e30f158880a09aaa04ded47879d6f74d
Dispose enumerators for safety
Dispose enumerators for safety
smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu
osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs
mit
1,587,102,029
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawa...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawa...
4e4fe5cc904107ac647ffaa57d5ac17361ee073e
Fix slider heads not being blocked when hit out of order
Fix slider heads not being blocked when hit out of order
peppy/osu-new,ppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu
osu.Game.Rulesets.Osu/Objects/Drawables/DrawableSlider.cs
mit
1,587,101,609
// 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 osuTK; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces; using osu.Frame...
// 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 osuTK; using osu.Framework.Graphics; using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Osu.Objects.Drawables.Pieces; using osu.Frame...
a4a782381797f927bc80f108cbbf94f410faef99
Add fail-safe to ensure hittability after a hit
Add fail-safe to ensure hittability after a hit
smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu
osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs
mit
1,587,100,923
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawa...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawables; using os...
93c08530b9e88e337cf05e15a2f2da13e646dc3d
Default .Net Core 2.x to 2.1 as all other versions are now unsupported.
Default .Net Core 2.x to 2.1 as all other versions are now unsupported.
jherby2k/AudioWorks,jherby2k/AudioWorks
AudioWorks/src/AudioWorks.Extensibility/RuntimeChecker.cs
agpl-3.0
1,587,100,759
/* Copyright © 2020 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
/* Copyright © 2020 Jeremy Herbison This file is part of AudioWorks. AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Au...
08df9d49e52a968691b77a76fe360c3111eb3436
Add failing test
Add failing test
NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu
osu.Game.Rulesets.Osu.Tests/TestSceneOutOfOrderHits.cs
mit
1,587,100,363
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.TypeExtensions; using osu.Framework.Screens; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.TypeExtensions; using osu.Framework.Screens; usin...
ee5301b887a78a3bd0cabab17c306857133da794
Fix head/tail circles not getting correct hit windows
Fix head/tail circles not getting correct hit windows
smoogipooo/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu
osu.Game.Rulesets.Osu.Tests/TestSceneOutOfOrderHits.cs
mit
1,587,100,358
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.TypeExtensions; using osu.Framework.Screens; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Extensions.TypeExtensions; using osu.Framework.Screens; usin...
a96581cdb8b274ac00211af8c61bef41de736da2
Change SumOfDocumentFrequencies and SumOfTotalTermFrequencies to long (#4600)
Change SumOfDocumentFrequencies and SumOfTotalTermFrequencies to long (#4600) This commit changes the SumOfDocumentFrequencies and SumOfTotalTermFrequencies on TermVector to long. These values can be bigger than int. Fixes #4578
elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net
src/Nest/Document/Single/TermVectors/FieldStatistics.cs
apache-2.0
1,587,100,345
using System.Runtime.Serialization; namespace Nest { [DataContract] public class FieldStatistics { [DataMember(Name ="doc_count")] public int DocumentCount { get; internal set; } [DataMember(Name ="sum_doc_freq")] public long SumOfDocumentFrequencies { get; internal set; } [DataMember(Name ="sum_ttf")]...
using System.Runtime.Serialization; namespace Nest { [DataContract] public class FieldStatistics { [DataMember(Name ="doc_count")] public int DocumentCount { get; internal set; } [DataMember(Name ="sum_doc_freq")] public int SumOfDocumentFrequencies { get; internal set; } [DataMember(Name ="sum_ttf")] ...
5d588d7f3f513792003ef83aad3784da01b153d1
LogglyClient - ToJson should serialize enums as string-value. Skip properties that throws exception instead of failing.
LogglyClient - ToJson should serialize enums as string-value. Skip properties that throws exception instead of failing.
neutmute/loggly-csharp,neutmute/loggly-csharp
source/Loggly/LogglyClient.cs
mit
1,587,100,281
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _transport; private JsonSerializ...
using System; using System.Collections.Generic; using System.Linq; using Loggly.Config; using Loggly.Transports.Syslog; using Newtonsoft.Json; using System.Threading.Tasks; namespace Loggly { public class LogglyClient : ILogglyClient { private IMessageTransport _transport; internal LogglyClie...
62f77a05befb156ac6cda6411f2dda85ffcc8b44
Optimise by removing state machine
Optimise by removing state machine
smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Rulesets.Osu/UI/OrderedHitPolicy.cs
mit
1,587,099,600
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections; using System.Collections.Generic; using System.Diagnostics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawables; using os...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Osu.Objects.Drawables; using osu.Gam...
49da58b23c064b6cdeb31e4d5c858e09da351095
adds notes
adds notes
JimBobSquarePants/Umbraco-CMS,hfloyd/Umbraco-CMS,robertjf/Umbraco-CMS,bjarnef/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,hfloyd/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,tcmorris/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abryukhov/Umbraco-CMS,robe...
src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
mit
1,587,099,409
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Confi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Confi...
2509dc3749dac1ce44071f59a0ea2a8a21f27024
runs in parallel the call to rebuild the in-memory cache from the db sources when in pure live mode and content types change
runs in parallel the call to rebuild the in-memory cache from the db sources when in pure live mode and content types change
KevinJump/Umbraco-CMS,NikRimington/Umbraco-CMS,tcmorris/Umbraco-CMS,tcmorris/Umbraco-CMS,bjarnef/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,hfloyd/Umbraco-CMS,dawoe/Umbraco-CMS,madsoulswe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,tcmorris/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,madsoulswe/Umbraco-CMS,...
src/Umbraco.Web/PublishedCache/NuCache/PublishedSnapshotService.cs
mit
1,587,098,805
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Confi...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using CSharpTest.Net.Collections; using Newtonsoft.Json; using Umbraco.Core; using Umbraco.Core.Cache; using Umbraco.Core.Configuration; using Umbraco.Core.L...
dac371c442a93f281f3f91b8c658ff36b980cb40
added test case TestBinaryMessageToArray
added test case TestBinaryMessageToArray
kerryjiang/SuperSocket,kerryjiang/SuperSocket
test/Test/WebSocket/WebSocketBasicTest.cs
apache-2.0
1,587,098,284
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
d73e73409ac6fcb4864fe0893cfc2dfcf9139f04
Computer null checks
Computer null checks
fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Construction/Computer.cs
agpl-3.0
1,587,097,965
using UnityEngine; /// <summary> /// Main behavior for computers. Allows them to be deconstructed to frames. /// </summary> public class Computer : MonoBehaviour, ICheckedInteractable<HandApply> { [Tooltip("Frame prefab this computer should deconstruct into.")] [SerializeField] private GameObject framePrefab = nu...
using UnityEngine; /// <summary> /// Main behavior for computers. Allows them to be deconstructed to frames. /// </summary> public class Computer : MonoBehaviour, ICheckedInteractable<HandApply> { [Tooltip("Frame prefab this computer should deconstruct into.")] [SerializeField] private GameObject framePrefab = nu...
bdb0f34204515256e074f3a4e46c544abff50b1a
Null checks in GetIdentityFromID on Equipment.cs
Null checks in GetIdentityFromID on Equipment.cs
fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Equipment/Equipment.cs
agpl-3.0
1,587,097,784
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Objects; using UnityEngine; using Mirror; using Newtonsoft.Json; using YamlDotNet.Samples; /// <summary> /// Component which manages all the equipment on a player. /// </summary> public class Equipment : NetworkBehaviou...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Objects; using UnityEngine; using Mirror; using Newtonsoft.Json; using YamlDotNet.Samples; /// <summary> /// Component which manages all the equipment on a player. /// </summary> public class Equipment : NetworkBehaviou...
e0ba3bbebaeb0e77054de920ce494a674b23d599
Allow forcemerge in the hot phase for ILM policies (#4598) (#4625)
Allow forcemerge in the hot phase for ILM policies (#4598) (#4625) Co-authored-by: Stuart Cam <985eaa817b4b4c85d659af9fb267ba90f3201bb0@elastic.co>
elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net
src/Nest/XPack/Ilm/Actions/ForceMergeAction.cs
apache-2.0
1,587,097,614
using System.Runtime.Serialization; namespace Nest { /// <summary> /// The Force Merge Action force merges the index into at most a specific number of segments. /// </summary> /// <remarks> /// Phases allowed: hot, warm. /// /// NOTE: If the action is used in the `hot` phase, the `rollover` action *must* be pre...
using System.Runtime.Serialization; namespace Nest { /// <summary> /// The Force Merge Action force merges the index into at most a specific number of segments. /// </summary> /// <remarks> /// Phases allowed: warm. /// </remarks> public interface IForceMergeLifecycleAction : ILifecycleAction { /// <summary>...
ceb5484c9a96bf9b7278fa8ff75aa2f00d58982f
Null chercks in Step Changer
Null chercks in Step Changer
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Clothing/StepChanger.cs
agpl-3.0
1,587,097,590
using UnityEngine; /// <summary> /// Handles the change of StepType when players equip or unequip this item /// </summary> public class StepChanger : MonoBehaviour, IServerInventoryMove { [SerializeField] private WearType wearType = WearType.shoes; public void OnInventoryMoveServer(InventoryMove info) { NamedS...
using UnityEngine; /// <summary> /// Handles the change of StepType when players equip or unequip this item /// </summary> public class StepChanger : MonoBehaviour, IServerInventoryMove { [SerializeField] private WearType wearType = WearType.shoes; public void OnInventoryMoveServer(InventoryMove info) { NamedS...
b8f3467f0bf2faa2453fcefee4aca448a92e37c5
added a test case TestBinaryMessageSendReceive
added a test case TestBinaryMessageSendReceive
kerryjiang/SuperSocket,kerryjiang/SuperSocket
test/Test/WebSocket/WebSocketBasicTest.cs
apache-2.0
1,587,097,401
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using System.Linq; using SuperSocket; using SuperSocket.Command; using SuperSocket.WebSocket.Server; usi...
1c3e02d4343d6bfab587e31aad662c050aa2d22e
added a test case TestServiceProvider
added a test case TestServiceProvider
kerryjiang/SuperSocket,kerryjiang/SuperSocket
test/Test/MainTest.cs
apache-2.0
1,587,095,118
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.DependencyInjection; using SuperSocket; namespace Tests { [T...
using System; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; using SuperSocket.ProtoBase; using Xunit; using Xunit.Abstractions; using Microsoft.Extensions.Hosting; using SuperSocket; namespace Tests { [Trait("Category", "Basic")] public class Main...
1af50969e0dafe596b41d4f8c514ca32acbbce02
stop using params when current implementation only ever has two values
stop using params when current implementation only ever has two values
serilog/serilog-sinks-file,serilog/serilog-sinks-file,serilog/serilog-sinks-file
src/Serilog.Sinks.File/Sinks/File/FileLifecycleHooksExtensions.cs
apache-2.0
1,587,093,669
// Copyright 2019 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
// Copyright 2019 Serilog Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
72c659edea080f680d5bde232c030bb8a6765661
Removes commented code.
Removes commented code.
SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore
src/SqlStreamStore.Sqlite/SqliteStreamStore.Append.cs
mit
1,587,093,603
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Data.Sqlite; using SqlStreamStore.Infrastructure; using SqlStreamStore.Streams; using StreamStoreStore.Json; public...
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Data.Sqlite; using SqlStreamStore.Infrastructure; using SqlStreamStore.Streams; using StreamStoreStore.Json; public...
63689575c8856c74d00b0ce17f8733d628a6c1c0
updated lucene
updated lucene
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/Lucene.Net/Lucene.Net.Analysis.Common/Analysis/Util/OpenStringBuilder.cs
apache-2.0
1,587,093,330
using J2N.Text; using System; using System.Diagnostics.CodeAnalysis; using System.Text; using WritableArrayAttribute = YAF.Lucene.Net.Support.WritableArrayAttribute; namespace YAF.Lucene.Net.Analysis.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agr...
using J2N.Text; using System; using System.Diagnostics.CodeAnalysis; using System.Text; using WritableArrayAttribute = YAF.Lucene.Net.Support.WritableArrayAttribute; namespace YAF.Lucene.Net.Analysis.Util { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agr...
cb65cfdaafbd60553323363cc796c4c40f3f6a2d
Uses central method() for reading head stream position.
Uses central method() for reading head stream position.
SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,damianh/Cedar.EventStore
src/SqlStreamStore.Sqlite/SqliteStreamStore.ReadAll.cs
mit
1,587,092,655
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using SqlStreamStore.Streams; public partial class SqliteStreamStore { protected override async Task<ReadAll...
namespace SqlStreamStore { using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using SqlStreamStore.Streams; public partial class SqliteStreamStore { protected override Task<ReadAllPage> ...
c36b2ea886fb8642acb2b6af212467d5cb78dd6e
converts to CR LF
converts to CR LF
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Context/BuildProps.cs
bsd-2-clause
1,587,092,477
using System; namespace FlubuCore.Context { public static class BuildProps { public const string OSPlatform = "os_platform"; public const string BuildVersion = "build_version"; /// <summary> /// Build version quality (build version suffix). /// </summary> [Obso...
using System; namespace FlubuCore.Context { public static class BuildProps { public const string OSPlatform = "os_platform"; public const string BuildVersion = "build_version"; /// <summary> /// Build version quality (build version suffix). /// </summary> [Obso...
94b19b0896248dffa1273c7d17422daf8674a2c6
Hides Build summary when displaying help
Hides Build summary when displaying help
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Scripting/DefaultBuildScript.cs
bsd-2-clause
1,587,090,500
using System; using System.Collections.Generic; using System.IO; #if !NETSTANDARD1_6 using System.Drawing; #endif using System.Runtime.InteropServices; using System.Threading.Tasks; using FlubuCore.Context; using FlubuCore.IO; using FlubuCore.Targeting; using FlubuCore.Tasks.Attributes; using FlubuCore.Tas...
using System; using System.Collections.Generic; using System.IO; #if !NETSTANDARD1_6 using System.Drawing; #endif using System.Runtime.InteropServices; using System.Threading.Tasks; using FlubuCore.Context; using FlubuCore.IO; using FlubuCore.Targeting; using FlubuCore.Tasks.Attributes; using FlubuCore.Tas...
51f151292ad5a12ec05da8d1dfae8ac8ca8e6a74
Flubu now also looks for scripts at default locations relative to .flubu file location #274
Flubu now also looks for scripts at default locations relative to .flubu file location #274
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Scripting/BuildScriptLocator.cs
bsd-2-clause
1,587,089,863
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using FlubuCore.IO.Wrappers; using Microsoft.Extensions.Logging; namespace FlubuCore.Scripting { public class BuildScriptLocator : IBuildScriptLocator { public static readonly List<string> Defa...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using FlubuCore.IO.Wrappers; using Microsoft.Extensions.Logging; namespace FlubuCore.Scripting { public class BuildScriptLocator : IBuildScriptLocator { public static readonly List<string> Defa...
5e2bf314cf792b94f1fdc2d2c712396ee89b82b8
[datatool] that's not quite right
[datatool] that's not quite right
overtools/OWLib
DataTool/ToolLogic/Extract/ExtractHeroVoiceBetter.cs
mit
1,587,086,819
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using DataTool.DataModels; using DataTool.FindLogic; using DataTool.Flag; using DataTool.JSON; using TankLib; using TankLib.STU.Types; using static DataTool.Helper.STUHelper; using static DataTool.Helper.IO; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using DataTool.DataModels; using DataTool.FindLogic; using DataTool.Flag; using DataTool.JSON; using TankLib; using TankLib.STU.Types; using static DataTool.Helper.STUHelper; using static DataTool.Helper.IO; ...
5509f60d79aff1015017d241938c74deacbf3e9d
Fixed formatting on Example2
Fixed formatting on Example2
babelshift/SharpDL
Examples/Example2_DrawTexture/MainGame.cs
mit
1,587,086,482
using System; using Microsoft.Extensions.Logging; using SharpDL; using SharpDL.Graphics; namespace Example2_DrawTexture { public class MainGame : IGame { private readonly ILogger<MainGame> logger; private readonly IGameEngine engine; private IWindow window; private IRenderer ren...
using System; using Microsoft.Extensions.Logging; using SharpDL; using SharpDL.Graphics; namespace Example2_DrawTexture { public class MainGame : IGame { private readonly ILogger<MainGame> logger; private readonly IGameEngine engine; private IWindow window; private IRenderer renderer; ...
85dde0807bd4c8631c7fc34a1331a4c0a73db8c9
Updates to NetSparkle API
Updates to NetSparkle API * UI elements are now private. Access them through your UIFactory if you need them. * Improve event for download errors (now actually gives you an error * Propogate download progress to the client * Fix a few issues where you couldn't download files without a UIFactory * Rename some things * ...
Deadpikle/NetSparkle
src/NetSparkle/NetSparkle.cs
mit
1,587,085,179
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkle.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkle.Enums; using System.Net.Http; using ...
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkle.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkle.Enums; using System.Net.Http; using ...
2ccc4cc6425324e1f7a0a67ef82d7505aaf18029
Add delegate for better download errors
Add delegate for better download errors
Deadpikle/NetSparkle
src/NetSparkle/NetSparkleDelegates.cs
mit
1,587,084,989
using NetSparkle.Enums; using NetSparkle.Events; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NetSparkle { /// <summary> /// The operation has started /// </summary> /// <param name="sender">t...
using NetSparkle.Enums; using NetSparkle.Events; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NetSparkle { /// <summary> /// The operation has started /// </summary> /// <param name="sender">t...
efcce3d25d4efa582773495bd0718114e2983042
adds notes
adds notes
tcmorris/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,tcmorris/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,bjarnef/Umbraco-CMS,abjerner/Umbraco-CMS,tcmorris/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,bjarnef/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,mattbrailsford/Umbraco-CMS,abryukhov/Umbraco-CMS...
src/Umbraco.Core/Migrations/Upgrade/V_8_7_0/ConvertToElements.cs
mit
1,587,084,198
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; using System.Linq; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; namespace Umbraco.Core.Migrations.Upgrade.V_8_7_0 { public class ConvertToElements : MigrationBase { public ConvertToElements(IMi...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; using System.Linq; using Umbraco.Core.Persistence; using Umbraco.Core.Persistence.Dtos; namespace Umbraco.Core.Migrations.Upgrade.V_8_7_0 { public class ConvertToElements : MigrationBase { public ConvertToElements(IMi...
d35a0b83759ed1e1f7729b4c2a7b7b87ae29a4cc
Add `InstitutionNumber` and `TransitNumber` on `ChargePaymentMethodDetailsAcssDebit`
Add `InstitutionNumber` and `TransitNumber` on `ChargePaymentMethodDetailsAcssDebit`
stripe/stripe-dotnet
src/Stripe.net/Entities/Charges/ChargePaymentMethodDetails/ChargePaymentMethodDetailsAcssDebit.cs
apache-2.0
1,587,083,454
namespace Stripe { using Newtonsoft.Json; using Stripe.Infrastructure; public class ChargePaymentMethodDetailsAcssDebit : StripeEntity<ChargePaymentMethodDetailsAcssDebit> { /// <summary> /// Uniquely identifies this particular bank account. You can use this attribute to check /...
namespace Stripe { using Newtonsoft.Json; using Stripe.Infrastructure; public class ChargePaymentMethodDetailsAcssDebit : StripeEntity<ChargePaymentMethodDetailsAcssDebit> { [JsonProperty("fingerprint")] public string Fingerprint { get; set; } [JsonProperty("last4")] pu...
130ccba8f0acadaa380ffd18c83058b44b5bd435
Add support for `Cvc` and `Number` on Issuing `Card`
Add support for `Cvc` and `Number` on Issuing `Card`
stripe/stripe-dotnet
src/Stripe.net/Entities/Issuing/Cards/Card.cs
apache-2.0
1,587,083,343
namespace Stripe.Issuing { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class Card : StripeEntity<Card>, IHasId, IHasMetadata, IHasObject { /// <summary> /// Unique identifier for the object. /// </summary> ...
namespace Stripe.Issuing { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; public class Card : StripeEntity<Card>, IHasId, IHasMetadata, IHasObject { /// <summary> /// Unique identifier for the object. /// </summary> ...
329e338d7ae18e6ab9297890b3d470591fdbc90e
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,587,082,822
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
674df286409f11b1b59d2218f91fff75f75064b8
Added result list.
Added result list.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtObjectManager/Cmdlets/Object/GetNtGrantedAccessCmdlet.cs
apache-2.0
1,587,081,761
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
8a4a312054fa2ddc9837b0abd861463915325f60
Fix up samples for MVC5
Fix up samples for MVC5
MiniProfiler/dotnet,MiniProfiler/dotnet,MiniProfiler/dotnet
samples/Samples.Mvc5/Controllers/HomeController.cs
mit
1,587,079,954
using System; using System.Data.Common; using System.Linq; using System.Threading; using System.Web.Mvc; using Dapper; using StackExchange.Profiling; using StackExchange.Profiling.Data; using Samples.Mvc5.EFCodeFirst; using Samples.Mvc5.Helpers; namespace Samples.Mvc5.Controllers { public class HomeController : ...
using System; using System.Data.Common; using System.Linq; using System.Threading; using System.Web.Mvc; using Dapper; using StackExchange.Profiling; using StackExchange.Profiling.Data; using Samples.Mvc5.EFCodeFirst; using Samples.Mvc5.Helpers; namespace Samples.Mvc5.Controllers { public class HomeController : ...
bd71b6bb177f11992ba77dc2957c2cacf50f6a56
Update documentation
Update documentation
arnovb-github/CmcLibNet
CmcLibNet.Export/ExportFormat.cs
mit
1,587,079,756
using System.Runtime.InteropServices; namespace Vovin.CmcLibNet.Export { /// <summary> /// Enum specifying the export format. /// </summary> [ComVisible(true)] [Guid("57BB00BE-5BD8-4F9C-A9CE-34D22BEC4528")] public enum ExportFormat { /// <summary> /// Export to XML format (...
using System.Runtime.InteropServices; namespace Vovin.CmcLibNet.Export { /// <summary> /// Enum specifying the export format. /// </summary> [ComVisible(true)] [Guid("57BB00BE-5BD8-4F9C-A9CE-34D22BEC4528")] public enum ExportFormat { /// <summary> /// Export to XML format (...
3ba49a786f474943d53f6db13532f9562fcc889c
Remove whitespace
Remove whitespace
tigrouind/LifeDISA,tigrouind/LifeDISA
LifeDISA/LifeDISA/Program.cs
mit
1,587,077,470
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Shared; namespace LifeDISA { class Program { static int pos; static byte[] allBytes; static bool isCDROMVersion; static readonly Dictionary<int, string> object...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using Shared; namespace LifeDISA { class Program { static int pos; static byte[] allBytes; static bool isCDROMVersion; static readonly Dictionary<int, strin...
5f20707c825005a46e217d3989e6980b44ea4181
PHash handles pages whose page numbers are not Arabic numerals (BL-8346)
PHash handles pages whose page numbers are not Arabic numerals (BL-8346)
BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,...
src/BloomExe/Book/Book.cs
mit
1,587,076,427
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; u...
1be96f0b6b159f3392c8d0a85d54673908759936
remove logspam
remove logspam
boformer/ResourceReplacer
ResourceReplacer/ResourceReplacer.cs
mit
1,587,072,618
using System; using System.Collections.Generic; using ColossalFramework.IO; using ResourceReplacer.Packs; using UnityEngine; namespace ResourceReplacer { // TODO restore original textures on reload // TODO live reload public class ResourceReplacer : ModSingleton<ResourceReplacer> { public readonly...
using System; using System.Collections.Generic; using ColossalFramework.IO; using ResourceReplacer.Packs; using UnityEngine; namespace ResourceReplacer { // TODO restore original textures on reload // TODO live reload public class ResourceReplacer : ModSingleton<ResourceReplacer> { public readonly...
58492819e13896afb8c52ea495afec722e5ea424
Change enum value name, minor cleanup code
Change enum value name, minor cleanup code
arnovb-github/CmcLibNet
CmcLibNet.Export/DataReader.cs
mit
1,587,072,602
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Data; using Vovin.CmcLibNet.Database; using System.Threading.Tasks; using System.Threading; using System.Collections.Concurrent; namespace Vovin.CmcLibNet.Export { // Performs the reading of the C...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Data; using Vovin.CmcLibNet.Database; using System.Threading.Tasks; using System.Threading; using System.Collections.Concurrent; namespace Vovin.CmcLibNet.Export { // Performs the reading of the C...
1965b62b19396882d65bd39e122c04571835fe8d
Change enum value name
Change enum value name
arnovb-github/CmcLibNet
CmcLibNet.Export/ValueFormatting.cs
mit
1,587,072,572
namespace Vovin.CmcLibNet.Export { /// <summary> /// Enum for data output formats. /// </summary> internal enum ValueFormatting { /// <summary> /// No formatting, use data as-is. This means formatted to whatever formatting Commence inherits from the system. /// </summary> ...
namespace Vovin.CmcLibNet.Export { /// <summary> /// Enum for data output formats. /// </summary> internal enum ValueFormatting { /// <summary> /// No formatting, use data as-is. This means formatted to whatever formatting Commence inherits from the system. /// </summary> ...
116ee822127f31013d490f6b231c545c181bd3e8
Fix a regression when renaming classes
Fix a regression when renaming classes Signed-off-by: Dimitar Dobrev <ca751a5c976abad79158718440750fc638d19ebc@protonmail.com>
ddobrev/CppSharp,zillemarco/CppSharp,ddobrev/CppSharp,mono/CppSharp,zillemarco/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,zillemarco/CppSharp,mono/CppSharp,ddobrev/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp
src/Generator/Passes/RenamePass.cs
mit
1,587,072,009
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CppSharp.AST; using CppSharp.AST.Extensions; namespace CppSharp.Passes { /// <summary> /// Base class for transform that perform renames of declarations. /// </summary> pub...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CppSharp.AST; using CppSharp.AST.Extensions; namespace CppSharp.Passes { /// <summary> /// Base class for transform that perform renames of declarations. /// </summary> pub...
765372e343652f4935e2c3128450376e626c263b
fix: added compiler directive
fix: added compiler directive So that this can work from the console without attaching debuggers.
Jaxelr/VueTemplate,Jaxelr/VueTemplate
Content/Startup.cs
mit
1,587,071,816
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.SpaServices; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using VueCliMiddleware; namespace VueTemplate...
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.SpaServices; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using VueCliMiddleware; namespace VueTemplate...
2bd81af120cafa3976e181a231f015967879bfff
[Extract*] --extract-shaders now also dumps shader support files
[Extract*] --extract-shaders now also dumps shader support files
overtools/OWLib
DataTool/SaveLogic/Combo.cs
mit
1,587,071,114
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing.Imaging; using System.IO; using System.Linq; using BCFF; using DataTool.ConvertLogic; using DataTool.Flag; using DataTool.Helper; using DataTool.ToolLogic.Extract; using NUnit.Framework.Constraints; using TankLib; using Tank...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing.Imaging; using System.IO; using System.Linq; using BCFF; using DataTool.ConvertLogic; using DataTool.Flag; using DataTool.Helper; using DataTool.ToolLogic.Extract; using NUnit.Framework.Constraints; using TankLib; using Tank...
1fea4037d54c4bf091e104d0c00651ffeff6ab92
Improve test reliability (#602)
Improve test reliability (#602) See https://dev.azure.com/opentelemetry/pipelines/_build/results?buildId=1538&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=fa4a47f7-906d-5276-1b56-2e609eec1e77 Co-authored-by: Mike Goldsmith <c43a3c67d7a1203c37ce25b098df0254011e1ce6@gmail.com>
open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet
test/OpenTelemetry.Exporter.Zipkin.Tests/Implementation/ZipkinSpanConverterTests.cs
apache-2.0
1,587,071,106
// <copyright file="ZipkinSpanConverterTests.cs" company="OpenTelemetry Authors"> // Copyright 2018, OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
// <copyright file="ZipkinSpanConverterTests.cs" company="OpenTelemetry Authors"> // Copyright 2018, OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
13d9ca61146fde6fcedea8ba14c4100e65ab1c5d
[ExtractDebugShaders] Rename GetSoundbanks to GetShaders
[ExtractDebugShaders] Rename GetSoundbanks to GetShaders
overtools/OWLib
DataTool/ToolLogic/Extract/Debug/ExtractDebugShaders.cs
mit
1,587,070,318
using System; using System.Collections.Generic; using System.IO; using System.Linq; using DataTool.Flag; using DataTool.Helper; using DataTool.SaveLogic; using TankLib; using TankLib.STU.Types; using static DataTool.Program; using static DataTool.Helper.STUHelper; namespace DataTool.ToolLogic.Extract.Debug { [Too...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using DataTool.Flag; using DataTool.Helper; using DataTool.SaveLogic; using TankLib; using TankLib.STU.Types; using static DataTool.Program; using static DataTool.Helper.STUHelper; namespace DataTool.ToolLogic.Extract.Debug { [Too...
445755515d05921ae15b902fdd6fec10c1eeaaa7
Added corner radius support.
Added corner radius support.
vchelaru/Gum
CodeOutputPlugin/Manager/CodeGenerator.cs
mit
1,587,070,223
using CodeOutputPlugin.Models; using Gum.Converters; using Gum.DataTypes; using Gum.DataTypes.Variables; using Gum.Managers; using Gum.ToolStates; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Ta...
using CodeOutputPlugin.Models; using Gum.Converters; using Gum.DataTypes; using Gum.DataTypes.Variables; using Gum.Managers; using Gum.ToolStates; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Ta...
e12c3ef439146a7224a523003a417b2eb932f5ff
Conveyor Belt Switch Deconstruct
Conveyor Belt Switch Deconstruct
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Construction/ConveyorBeltSwitch.cs
agpl-3.0
1,587,070,147
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Mirror; using UnityEngine; public class ConveyorBeltSwitch : NetworkBehaviour, ICheckedInteractable<HandApply> { public SpriteRenderer spriteRenderer; public List<ConveyorBelt> conveyorBelts = new List<Conveyo...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Mirror; using UnityEngine; public class ConveyorBeltSwitch : NetworkBehaviour, ICheckedInteractable<HandApply> { public SpriteRenderer spriteRenderer; public List<ConveyorBelt> conveyorBelts = new List<Conveyo...
42d761bd20d83ba36fda30f9c3b8e8da5e5de057
Fix error when scrolling in the search results pop-up (#311)
Fix error when scrolling in the search results pop-up (#311) Fix #276
EtienneLamoureux/TQVaultAE
src/TQVaultAE.GUI/MainForm.Search.cs
mit
1,587,069,392
using Microsoft.Extensions.DependencyInjection; using System; using System.Drawing; using System.Globalization; using System.Linq; using System.Windows.Forms; using TQVaultAE.Domain.Contracts.Services; using TQVaultAE.Domain.Entities; using TQVaultAE.Domain.Search; using TQVaultAE.GUI.Models; using TQVaultAE.Presentat...
using Microsoft.Extensions.DependencyInjection; using System; using System.Drawing; using System.Globalization; using System.Linq; using System.Windows.Forms; using TQVaultAE.Domain.Contracts.Services; using TQVaultAE.Domain.Entities; using TQVaultAE.Domain.Search; using TQVaultAE.GUI.Models; using TQVaultAE.Presentat...
7dceaf584e3fe9b27055bc8a5954e754d3f4401d
Rearrange the classic tooltip to show base properties first (#313)
Rearrange the classic tooltip to show base properties first (#313) Partial fix for #296
EtienneLamoureux/TQVaultAE
src/TQVaultAE.GUI/Tooltip/ItemTooltip.cs
mit
1,587,069,253
using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using System.Windows.Input; using TQVaultAE.Domain.Contracts.Providers; using TQVaultAE.Domain.Contracts.Services; using TQVaultAE.Domain.Entities; using ...
using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using System.Windows.Input; using TQVaultAE.Domain.Contracts.Providers; using TQVaultAE.Domain.Contracts.Services; using TQVaultAE.Domain.Entities; using ...
8902e58a1ec6621b8a996c8ed5b5c606691103e5
fixing test input
fixing test input
Nexmo/nexmo-dotnet
Nexmo.Api.Test.Unit/NccoTests.cs
mit
1,587,068,683
using Newtonsoft.Json; using Nexmo.Api.Voice.Nccos; using Nexmo.Api.Voice.Nccos.Endpoints; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace Nexmo.Api.Test.Unit { public class NccoTests : TestBase { [Fact] ...
using Newtonsoft.Json; using Nexmo.Api.Voice.Nccos; using Nexmo.Api.Voice.Nccos.Endpoints; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace Nexmo.Api.Test.Unit { public class NccoTests : TestBase { [Fact] ...
586e239a803bf87a2e652b9a7bb3f2675428f02c
fixes editor inverted
fixes editor inverted
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Construction/ConveyorBelt.cs
agpl-3.0
1,587,068,015
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Grpc.Core; using Mirror; using UnityEngine; public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply> { [SerializeField] private float ConveyorBeltSpeed = 1f; //does not change animation spe...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Grpc.Core; using Mirror; using UnityEngine; public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply> { [SerializeField] private float ConveyorBeltSpeed = 1f; //does not change animation spe...
1a848d9f926e3f7212590104b7955292dac107b9
inlined variable declaration
inlined variable declaration
Zwirbelbart/Zwirbelbart.Taskbar
Zwirbelbart.Taskbar/Taskbar.cs
bsd-3-clause
1,587,067,492
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
7d7e0a3315ad2f5f9427463f0e305d2c8628dabb
various formatting fixes
various formatting fixes
Zwirbelbart/Zwirbelbart.Taskbar
Zwirbelbart.Taskbar/Taskbar.cs
bsd-3-clause
1,587,067,269
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
14ad326acee2c36dedac88601f2f85d2be4a7493
added "combine buttons on other taskbars" feature
added "combine buttons on other taskbars" feature
Zwirbelbart/Zwirbelbart.Taskbar
Zwirbelbart.Taskbar/Taskbar.cs
bsd-3-clause
1,587,067,104
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
9d8c6243520472bbe377ffd5972a8041413aa887
Adjustable memory size using parameter
Adjustable memory size using parameter
tigrouind/LifeDISA,tigrouind/LifeDISA
MemoryViewer/MemoryViewer/Program.cs
mit
1,587,066,703
using System; using System.Diagnostics; using System.Linq; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 240; int winx = GetArgument(args, "-screen-width") ?? 320; int winy = GetArgument(args, "-scre...
using System; using System.Diagnostics; using System.Linq; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 240; int winx = GetArgument(args, "-screen-width") ?? 320; int winy = GetArgument(args, "-scre...
9e25c21109fef4209dd5305fa3995b3ac669f1eb
added "show taskbar on all displays" feature
added "show taskbar on all displays" feature
Zwirbelbart/Zwirbelbart.Taskbar
Zwirbelbart.Taskbar/Taskbar.cs
bsd-3-clause
1,587,066,571
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
b31b652bf9630d619f3c6e8c392139d0b3f7bfdc
added "show badges on taskbar buttons" feature
added "show badges on taskbar buttons" feature
Zwirbelbart/Zwirbelbart.Taskbar
Zwirbelbart.Taskbar/Taskbar.cs
bsd-3-clause
1,587,066,447
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
f14f89482154f52baf16e1730fae5073d02625dd
added "automatically hide the taskbar in tablet mode" feature
added "automatically hide the taskbar in tablet mode" feature
Zwirbelbart/Zwirbelbart.Taskbar
Zwirbelbart.Taskbar/Taskbar.cs
bsd-3-clause
1,587,066,330
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
11cbfeb4afb0f85ee3b71fd909f3e621aa6efd2c
added task view button toggle feature
added task view button toggle feature
Zwirbelbart/Zwirbelbart.Taskbar
Zwirbelbart.Taskbar/Taskbar.cs
bsd-3-clause
1,587,066,121
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
using System; using System.Drawing; using Zwirbelbart.Taskbar.Core; using Zwirbelbart.Taskbar.Util; namespace Zwirbelbart.Taskbar { public class Taskbar { private const string RegistryPath = @"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"; private const string TaskbarClassName =...
a1c9ea8bbd1ec09397d3b15602009956e36b467a
GameTicker watchdog update integration.
GameTicker watchdog update integration.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,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
Content.Server/GameTicking/GameTicker.cs
mit
1,587,065,083
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Content.Server.GameObjects; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Markers; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameTicking.GamePr...
using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Markers; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameTicking.GamePresets; using Content.Ser...
84d14ab1855b21c53b399bf2d2d3333d911cee8f
Use new GetFromJson method for convenience.
Use new GetFromJson method for convenience.
space-wizards/space-station-14-content,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,space-wizards/space-station-14
Content.Server/MoMMILink.cs
mit
1,587,065,083
using System; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Microsoft.AspNetCore.Http; using Newtonsoft.Json; using Robust.Server.Interfaces.ServerStatus; using Robust.Server.ServerS...
using System; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Microsoft.AspNetCore.Http; using Newtonsoft.Json; using Robust.Server.Interfaces.ServerStatus; using Robust.Server.ServerS...
fe16c67681c4dccd499fb34c21cfbccc3b7bdc7e
fixing #53 (#54)
fixing #53 (#54)
skazantsev/WebDavClient,skazantsev/WebDavClient
src/WebDav.Client/WebDavClient.cs
mit
1,587,064,979
using System; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace WebDav { /// <summary> /// Represents a WebDAV client that can perform WebDAV operations. /// </summary> public class WebDavClient : IWebDavClient { private IW...
using System; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace WebDav { /// <summary> /// Represents a WebDAV client that can perform WebDAV operations. /// </summary> public class WebDavClient : IWebDavClient { private IW...
ec74e2a2b28196dd1ee8408fa3b23b941d7d08ed
Object Transport
Object Transport
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Construction/ConveyorBelt.cs
agpl-3.0
1,587,064,578
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Grpc.Core; using Mirror; using UnityEngine; public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply> { [SerializeField] private float ConveyorBeltSpeed = 1f; //does not change animation spe...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Grpc.Core; using Mirror; using UnityEngine; public class ConveyorBelt : NetworkBehaviour, ICheckedInteractable<HandApply> { [SerializeField] private float ConveyorBeltSpeed = 1f; //does not change animation spe...
925fd840da23305ba06e8d9e4290200e8a39ac4b
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,064,113
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "efce99e568a5509e02cde1373b3ab3e43e6b5498"; public static string Version = "1.2"; public static string Build = "3336"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "75e8220237ca67854efadb709b5012b0272fe47b"; public static string Version = "1.2"; public static string Build = "3334"; ...
efce99e568a5509e02cde1373b3ab3e43e6b5498
Fix gap in UpdateQuest emote (#2942)
Fix gap in UpdateQuest emote (#2942)
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/WorldObjects/Managers/EmoteManager.cs
agpl-3.0
1,587,063,965
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Runtime.CompilerServices; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.DatLoader; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; us...
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Runtime.CompilerServices; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.DatLoader; using ACE.Entity; using ACE.Entity.Enum; using ACE.Entity.Enum.Properties; using ACE.Entity.Models; us...
14ac84f8f234a53b5c4ca7be21126e7b81404bf4
use CopyTo() instead
use CopyTo() instead
thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet,thedevopsmachine/aws-lambda-dotnet
Libraries/src/Amazon.Lambda.CloudWatchLogsEvents/CloudWatchLogsEvents.cs
apache-2.0
1,587,063,486
namespace Amazon.Lambda.CloudWatchLogsEvents { using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Runtime.Serialization; using System.Text; /// <summary> /// AWS CloudWatch Logs event /// http://docs.aws.amazon.com/AmazonCloudW...
namespace Amazon.Lambda.CloudWatchLogsEvents { using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Runtime.Serialization; using System.Text; /// <summary> /// AWS CloudWatch Logs event /// http://docs.aws.amazon.com/AmazonCloudW...
393bd1cf4502245ea966ec6c856e86856cd26f72
Added it into the command handler
Added it into the command handler
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,587,062,614
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using SoraBot.Services.Guilds; namespace SoraBot.Services.Cor...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; namespace SoraBot.Services.Core.MessageHandlers { public ...
32de64102c8b71042a8c75f5ad54106614f04ca3
Update WalletWasabi.Gui/Global.cs
Update WalletWasabi.Gui/Global.cs Co-Authored-By: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Global.cs
mit
1,587,062,464
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; using System.Collections.Generic; using System....
using Avalonia; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Controls.Notifications; using Avalonia.Threading; using NBitcoin; using NBitcoin.Protocol; using NBitcoin.Protocol.Behaviors; using NBitcoin.Protocol.Connectors; using Nito.AsyncEx; using System; using System.Collections.Generic; using System....
10182d9c43a311e3037717c9995db44e19e58649
Update UkraineProvider.cs
Update UkraineProvider.cs
tinohager/Nager.Date,tinohager/Nager.Date
Src/Nager.Date/PublicHolidays/UkraineProvider.cs
mit
1,587,062,351
using Nager.Date.Contract; using Nager.Date.Model; using System.Collections.Generic; using System.Linq; namespace Nager.Date.PublicHolidays { /// <summary> /// Ukraine /// </summary> public class UkraineProvider : IPublicHolidayProvider { private readonly IOrthodoxProvider _orthodoxProvide...
using Nager.Date.Contract; using Nager.Date.Model; using System.Collections.Generic; using System.Linq; namespace Nager.Date.PublicHolidays { /// <summary> /// Ukraine /// </summary> public class UkraineProvider : IPublicHolidayProvider { private readonly IOrthodoxProvider _orthodoxProvide...
5444baede58433ccaee287e36a5d305ca498a3c5
command history is not reset on load / reload script anymore #271
command history is not reset on load / reload script anymore #271
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Infrastructure/Terminal/FlubuConsole.cs
bsd-2-clause
1,587,062,138
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using FlubuCore.Infrastructure.Terminal.Commands; using FlubuCore.Targeting; using FlubuCore.Tasks.Attributes; using FlubuCore.Tasks.Git; using ...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using FlubuCore.Infrastructure.Terminal.Commands; using FlubuCore.Targeting; using FlubuCore.Tasks.Attributes; using FlubuCore.Tasks.Git; using ...
5217bc0464df15e2bee4ef6c7b5b405514a5e9ea
Fixes flubu interactive mode.
Fixes flubu interactive mode.
flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core
src/FlubuCore/Scripting/DefaultBuildScript.cs
bsd-2-clause
1,587,061,574
using System; using System.Collections.Generic; using System.IO; #if !NETSTANDARD1_6 using System.Drawing; #endif using System.Runtime.InteropServices; using System.Threading.Tasks; using FlubuCore.Context; using FlubuCore.IO; using FlubuCore.Targeting; using FlubuCore.Tasks.Attributes; using FlubuCore.Tas...
using System; using System.Collections.Generic; using System.IO; #if !NETSTANDARD1_6 using System.Drawing; #endif using System.Runtime.InteropServices; using System.Threading.Tasks; using FlubuCore.Context; using FlubuCore.IO; using FlubuCore.Targeting; using FlubuCore.Tasks.Attributes; using FlubuCore.Tas...
9e28040206f71ed8bfcee34f3d981afbdad55f54
Remove no longer needed display name fallback
Remove no longer needed display name fallback
arkivverket/arkade5,arkivverket/arkade5
src/Arkivverket.Arkade.Core/Base/ArkadeTestNameProvider.cs
agpl-3.0
1,587,061,264
using Arkivverket.Arkade.Core.Resources; using Arkivverket.Arkade.Core.Util; namespace Arkivverket.Arkade.Core.Base { public static class ArkadeTestNameProvider { public static string GetDisplayName(IArkadeTest arkadeTest) { TestId testId = arkadeTest.GetId(); string te...
using Arkivverket.Arkade.Core.Base.Addml.Processes; using Arkivverket.Arkade.Core.Resources; using Arkivverket.Arkade.Core.Util; namespace Arkivverket.Arkade.Core.Base { public static class ArkadeTestNameProvider { public static string GetDisplayName(IArkadeTest arkadeTest) { TestId...
45b2021ea4c8553d52b02a52821a4aabec6cd880
demo of mixing fonts with emoji
demo of mixing fonts with emoji
SixLabors/Fonts,SixLabors/Fonts
samples/DrawWithImageSharp/Program.cs
apache-2.0
1,587,061,255
using SixLabors.ImageSharp; using System.IO; namespace SixLabors.Fonts.DrawWithImageSharp { using global::DrawWithImageSharp; using Shapes; using SixLabors.ImageSharp.Drawing; using SixLabors.ImageSharp.Drawing.Processing; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Proc...
using SixLabors.ImageSharp; using System.IO; namespace SixLabors.Fonts.DrawWithImageSharp { using global::DrawWithImageSharp; using Shapes; using SixLabors.ImageSharp.Drawing; using SixLabors.ImageSharp.Drawing.Processing; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Proc...
cd2852b65b18bbedf806af0b1bfa86fa5db359f1
Rename method and variable
Rename method and variable
arkivverket/arkade5,arkivverket/arkade5
src/Arkivverket.Arkade.Core/Base/ArkadeTestNameProvider.cs
agpl-3.0
1,587,061,247
using Arkivverket.Arkade.Core.Base.Addml.Processes; using Arkivverket.Arkade.Core.Resources; using Arkivverket.Arkade.Core.Util; namespace Arkivverket.Arkade.Core.Base { public static class ArkadeTestNameProvider { public static string GetDisplayName(IArkadeTest arkadeTest) { TestId...
using Arkivverket.Arkade.Core.Base.Addml.Processes; using Arkivverket.Arkade.Core.Resources; using Arkivverket.Arkade.Core.Util; namespace Arkivverket.Arkade.Core.Base { public static class ArkadeTestNameProvider { public static string GetDisplayName(IArkadeTest arkadeTest) { TestId...
fdf125d05d3207b208bc9e79ca743c5aabd1d4de
Cleanup ListBlockParser
Cleanup ListBlockParser
lunet-io/markdig,lunet-io/markdig
src/Markdig/Parsers/ListBlockParser.cs
bsd-2-clause
1,587,060,540
// 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 System.Collections.Generic; using Markdig.Helpers; using Markdig.Syntax; namespace Markdig.Parsers { /// <summary...
// 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 System.Collections.Generic; using Markdig.Helpers; using Markdig.Syntax; namespace Markdig.Parsers { /// <summary...
43b27e93bc081edd4a894855161059560ed3d796
Fix the duration timing again.
Fix the duration timing again.
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,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.Server/GameTicking/GameTicker.cs
mit
1,587,060,478
using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Markers; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameTicking.GamePresets; using Content.Ser...
using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects; using Content.Server.GameObjects.Components.Access; using Content.Server.GameObjects.Components.Markers; using Content.Server.GameObjects.Components.Mobs; using Content.Server.GameTicking.GamePresets; using Content.Ser...
46133715ab8843ac27922f3f1c388ed7fb441229
Cleanup ParagraphBlockParser
Cleanup ParagraphBlockParser
lunet-io/markdig,lunet-io/markdig
src/Markdig/Parsers/ParagraphBlockParser.cs
bsd-2-clause
1,587,060,220
// 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 Markdig.Helpers; using Markdig.Syntax; namespace Markdig.Parsers { /// <summary> /// Block parser for a <see cref="Paragrap...
// 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 Markdig.Helpers; using Markdig.Syntax; namespace Markdig.Parsers { /// <summary> /// Block parser for a <see cref="Paragrap...