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
d8f5b32e4033fa36669644ce1c13a8185a735a7a
fix log info
fix log info
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,587,696,543
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Program.Programs; using Wox.Plugin.Program.V...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Program.Programs; using Wox.Plugin.Program.V...
f4dc19ec62d2f48e5d1296db82509ccbbd93ce36
Add `CardIssuing` and `JcbPayments` as capabilities on `Account`
Add `CardIssuing` and `JcbPayments` as capabilities on `Account`
stripe/stripe-dotnet
src/Stripe.net/Entities/Accounts/AccountCapabilities.cs
apache-2.0
1,587,695,517
namespace Stripe { using System; using Newtonsoft.Json; public class AccountCapabilities : StripeEntity<AccountCapabilities> { /// <summary> /// The status of the BECS Direct Debit (AU) payments capability of the account, or whether /// the account can directly process BECS Dire...
namespace Stripe { using System; using Newtonsoft.Json; public class AccountCapabilities : StripeEntity<AccountCapabilities> { /// <summary> /// The status of the BECS Direct Debit (AU) payments capability of the account, or whether /// the account can directly process BECS Dire...
38ddef3502a7a792d5f66aef396254f432bb3807
Ignore Unmanaged if directly applied
Ignore Unmanaged if directly applied
Miruken-DotNet/Miruken
Source/Miruken/Callback/Policy/AbstractHandlerDescriptorFactory.cs
mit
1,587,695,174
namespace Miruken.Callback.Policy { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Bindings; using Infrastructure; public abstract class AbstractHandlerDescriptorFactory : IHandlerDescriptorFactory { private readonly HandlerDes...
namespace Miruken.Callback.Policy { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Bindings; using Infrastructure; public abstract class AbstractHandlerDescriptorFactory : IHandlerDescriptorFactory { private readonly HandlerDes...
8e6a0245e667d00d95a293bcff0ae16e4d0a045d
Mention the ignored exception creating GeckoFxWebBrowserAdapter (#932)
Mention the ignored exception creating GeckoFxWebBrowserAdapter (#932) * This swallowed exception doesn't mean we don't have a problem. * Print a message saying there was a problem, to aid in diagnosing future problems. Co-authored-by: Jason Naylor <e62c6a5a1113cfa12d8548239796518510b2f8c6@users.noreply.github....
gmartin7/libpalaso,sillsdev/libpalaso,gmartin7/libpalaso,sillsdev/libpalaso,ermshiperete/libpalaso,gmartin7/libpalaso,ermshiperete/libpalaso,ermshiperete/libpalaso,sillsdev/libpalaso
SIL.Windows.Forms/HtmlBrowser/XWebBrowser.cs
mit
1,587,692,937
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Reflection; using System.Windows.Forms; using SIL.PlatformUtilities; using SIL.Reporting; ...
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Reflection; using System.Windows.Forms; using SIL.PlatformUtilities; namespace SIL.Windows...
8072d3a4bc5cb082f5dd2bcff51b6c31c6e3c28e
Exclude ole32.dll from Acknowledgements
Exclude ole32.dll from Acknowledgements * On Linux, this is a symlink to libcom.so. An exception is thrown, contributing to LT-20121.
ermshiperete/libpalaso,ermshiperete/libpalaso,gmartin7/libpalaso,ermshiperete/libpalaso,sillsdev/libpalaso,gmartin7/libpalaso,sillsdev/libpalaso,sillsdev/libpalaso,gmartin7/libpalaso
SIL.Core/Acknowledgements/AcknowledgementsProvider.cs
mit
1,587,692,426
// Copyright (c) 2017 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using SIL.PlatformUtilities; namespace SIL.Acknowledge...
// Copyright (c) 2017 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using SIL.PlatformUtilities; namespace SIL.Acknowledge...
1c13fa6c6199ed5a51d985f140b209fb804ddd4a
Fix editor crashing when entering with no beatmap selected
Fix editor crashing when entering with no beatmap selected
peppy/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu
osu.Game/Screens/Edit/Compose/Components/Timeline/Timeline.cs
mit
1,587,691,652
// 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 osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.F...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.F...
ece0737ab2d1bfa26ca37b147acbfcc9dd230150
Prep for a10 build.
Prep for a10 build.
nhmkdev/cardmaker
CardMaker/CardMakerBuild.cs
mit
1,587,691,282
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2019 Tim Stair // // 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 Soft...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2019 Tim Stair // // 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 Soft...
f21d340d96f23ecc660e9b811930385e58d0c025
fix build error
fix build error
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox.Core/Updater.cs
mit
1,587,690,677
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Plugin.SharedCommands; using Wo...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Plugin.SharedCommands; using Wo...
6de08db65316679f99830c6448540aeb5b89ea06
Add removed skin component back
Add removed skin component back
smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu
osu.Game.Rulesets.Taiko/TaikoSkinComponents.cs
mit
1,587,689,447
// 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. namespace osu.Game.Rulesets.Taiko { public enum TaikoSkinComponents { InputDrum, CentreHit, RimHit, DrumRollBody, DrumRoll...
// 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. namespace osu.Game.Rulesets.Taiko { public enum TaikoSkinComponents { InputDrum, RimHit, DrumRollBody, DrumRollTick, Swell...
ba99a5ab82bfd1610ec547130171f9be7f62ceac
Fix nefsreader not updating entry offsets when a duplicate id is encountered.
Fix nefsreader not updating entry offsets when a duplicate id is encountered.
victorbush/ego.nefsedit
VictorBush.Ego.NefsLib/Source/IO/NefsReader.cs
mit
1,587,689,370
// See LICENSE.txt for license information. [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VictorBush.Ego.NefsLib.Tests")] namespace VictorBush.Ego.NefsLib.IO { using System; using System.Collections.Generic; using System.IO; using System.IO.Abstractions; using System.Linq; us...
// See LICENSE.txt for license information. [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("VictorBush.Ego.NefsLib.Tests")] namespace VictorBush.Ego.NefsLib.IO { using System; using System.Collections.Generic; using System.IO; using System.IO.Abstractions; using System.Linq; us...
bcf2e07659ffbaa03d8451eca00148a3ee81117e
fix line ending
fix line ending
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox.Core/Updater.cs
mit
1,587,689,360
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Plugin.SharedCommands; using Wo...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Plugin.SharedCommands; using Wo...
2347b212d50a96950e7a565af5833e4bf7a5962d
simplify the check logic
simplify the check logic although this may have more code, but the logic is simpler since you don't need to figure out the complex bool condition
qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox.Core/Updater.cs
mit
1,587,689,222
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Plugin.SharedCommands; using Wo...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Linq; using System.Threading.Tasks; using System.Windows; using JetBrains.Annotations; using Squirrel; using Newtonsoft.Json; using Wox.Core.Resource; using Wox.Plugin.SharedCommands; using Wo...
d275565d9f1d2bd66db58a2252dba7d85ea670ef
Updated test
Updated test
nunit/nunit3-vs-adapter,nunit/nunit3-vs-adapter
src/NUnitTestAdapterTests/TestConverterTests_StaticHelpers.cs
mit
1,587,689,150
// *********************************************************************** // Copyright (c) 2011-2015 Charlie Poole, Terje Sandstrom // // 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 wit...
// *********************************************************************** // Copyright (c) 2011-2015 Charlie Poole, Terje Sandstrom // // 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 wit...
6ffc57dcb21b5a7bda7ff9ac953bed423e664c85
Removed duplicate PDOPSTATUS
Removed duplicate PDOPSTATUS
dahall/vanara
PInvoke/Shell32/ShObjIdl.cs
mit
1,587,689,098
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Security; using Vanara.Extensions; using Vanara.InteropServices; using static Vanara.PInvoke.Ole32; using static Vanara.PInvoke.PropSys; namespace Vanara.PInvoke { public s...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Security; using Vanara.Extensions; using Vanara.InteropServices; using static Vanara.PInvoke.Ole32; using static Vanara.PInvoke.PropSys; namespace Vanara.PInvoke { public s...
4147d8b0696c27a0501c53128cd75e28a0095836
add Async methods
add Async methods
OBeautifulCode/OBeautifulCode.Database
OBeautifulCode.Database.Recipes/DatabaseHelper.cs
mit
1,587,688,864
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DatabaseHelper.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Will...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DatabaseHelper.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Will...
db0ff459fd5573e6c70e45beb9503f138b936e97
Fix disabled with pppoe
Fix disabled with pppoe
danikf/tik4net
tik4net.objects/Interface/InterfacePppoeserverServer..cs
apache-2.0
1,587,687,680
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace tik4net.Objects.Interface { /// <summary> /// /interface /// </summary> [TikEntity("interface/pppoe-server/server", IncludeDetails = true)] public class InterfacePppoeserverServer { /// <sum...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace tik4net.Objects.Interface { /// <summary> /// /interface /// </summary> [TikEntity("interface/pppoe-server/server", IncludeDetails = true)] public class InterfacePppoeserverServer { /// <sum...
7e7dd45cc4dd47566f1cac6d1c268f8d3f9757da
Fix LowWallOverlay ID reference.
Fix LowWallOverlay ID reference.
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,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Client/GameObjects/Components/LowWallComponent.cs
mit
1,587,687,149
using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using Content.Client.GameObjects.Components.IconSmoothing; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared...
using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using Content.Client.GameObjects.Components.IconSmoothing; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects; using Robust.Shared...
9bfacbc552176f1eed9f2503f18ec1a0b3450f80
Fix encoding on quickstart
Fix encoding on quickstart
GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples
kms/api/Kms.Samples/Quickstart.cs
apache-2.0
1,587,686,745
/* * Copyright 2020 Google LLC * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Copyright 2020 Google LLC * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
8ef1568b3699c341576892d3107df0d5cd69c3da
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,587,686,374
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "ef9975537be668fe41b8e4ba6b8ab854c3f9aa0d"; public static string Version = "1.2"; public static string Build = "3352"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "211d14d10326cd94bc1975a625d52e21f70e9931"; public static string Version = "1.2"; public static string Build = "3348"; ...
ef9975537be668fe41b8e4ba6b8ab854c3f9aa0d
update casting start pos to match retail (#2963)
update casting start pos to match retail (#2963) * update casting start pos to match retail * .
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/WorldObjects/Player_Magic.cs
agpl-3.0
1,587,686,230
using System; using System.Collections.Generic; using System.Linq; using ACE.Common; using ACE.DatLoader; using ACE.Entity; using ACE.Entity.Enum; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Managers; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messag...
using System; using System.Collections.Generic; using System.Linq; using ACE.Common; using ACE.DatLoader; using ACE.Entity; using ACE.Entity.Enum; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Managers; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messag...
dba737105ee9d74050d55fdd61e525a4cc388973
Update test scene for dynamic compilation
Update test scene for dynamic compilation
ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableBarLine.cs
mit
1,587,686,221
// 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.Allocation; using osu.Framework.Graphics; using osu.Framewor...
// 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.Allocation; using osu.Framework.Graphics; using osu.Framewor...
6e342078368a988899d9232b37618973af425bd6
fixing salvage fail msg (#2955)
fixing salvage fail msg (#2955)
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/Managers/RecipeManager.cs
agpl-3.0
1,587,686,192
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using log4net; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.Database.Models.World; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity.Enum; using ACE.Entity.Enum.P...
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using log4net; using ACE.Common; using ACE.Common.Extensions; using ACE.Database; using ACE.Database.Models.World; using ACE.DatLoader; using ACE.DatLoader.FileTypes; using ACE.Entity.Enum; using ACE.Entity.Enum.P...
65717a537a65f7cd82d7774ce5b8d98c2900e349
syncing get_ending_frame up with acclient (#2954)
syncing get_ending_frame up with acclient (#2954)
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/Physics/Animation/AnimSequenceNode.cs
agpl-3.0
1,587,686,173
using System; using ACE.DatLoader.Entity; using ACE.Server.Physics.Common; namespace ACE.Server.Physics.Animation { public class AnimSequenceNode { public Animation Anim; public float Framerate; public int LowFrame; public int HighFrame; public AnimSequenceNode() ...
using System; using ACE.DatLoader.Entity; using ACE.Server.Physics.Common; namespace ACE.Server.Physics.Animation { public class AnimSequenceNode { public Animation Anim; public float Framerate; public int LowFrame; public int HighFrame; public AnimSequenceNode() ...
835926b61dd08c607f9bd9cf34c65b5f3881a2e2
Should have been static
Should have been static
GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity
Assets/Teak/TeakNotification.cs
apache-2.0
1,587,684,874
#region References /// @cond hide_from_doxygen using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using MiniJSON.Teak; #if UNITY_EDITOR using System.IO; using System.Net; using System.Text; #endif /// @endcond #endregion /// <summary> /...
#region References /// @cond hide_from_doxygen using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using MiniJSON.Teak; #if UNITY_EDITOR using System.IO; using System.Net; using System.Text; #endif /// @endcond #endregion /// <summary> /...
f8df0d58f7f09af0212e8219b6b06b8e1158ed17
handle write errors
handle write errors
tawnkramer/sdsandbox,tawnkramer/sdsandbox
sdsim/Assets/Scripts/Race/RaceSummary.cs
bsd-3-clause
1,587,684,643
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using System.IO; public class RaceSummary : MonoBehaviour { public Transform racerLayoutGroup; public GameObject racerSummaryPrefab; int race_heat = 1; public void Init() { //clean out any previou...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using System.IO; public class RaceSummary : MonoBehaviour { public Transform racerLayoutGroup; public GameObject racerSummaryPrefab; int race_heat = 1; public void Init() { //clean out any previou...
5ba7f015ad9d4eef8034e965e155870cd1ebb6e5
Add back the commented concurrent tests
Add back the commented concurrent tests
couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net
src/Couchbase.Lite.Tests.Shared/ConcurrencyTest.cs
apache-2.0
1,587,682,718
// // ConcurrencyTests.cs // // Copyright (c) 2017 Couchbase, 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-...
// // ConcurrencyTests.cs // // Copyright (c) 2017 Couchbase, 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-...
2ceffdc6f446d3d273ebde944530530d3143b473
Fixed possible crash on codegen.
Fixed possible crash on codegen.
vchelaru/Gum
CodeOutputPlugin/Manager/CodeGenerator.cs
mit
1,587,682,060
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...
d8286ef712075de457e638efc9c09e80da097552
Fix CloseApplication being called on wrong thread
Fix CloseApplication being called on wrong thread
Deadpikle/NetSparkle
src/NetSparkle/NetSparkle.cs
mit
1,587,680,435
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
adce870eda221c01329c6243248a35a91b0ee6ca
Fix bug in displaying zoom control on Linux (BL-8360)
Fix bug in displaying zoom control on Linux (BL-8360) The bug is apparently in the mono 5 runtime library. We just work around it in Bloom code.
gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,Blo...
src/BloomExe/Workspace/ZoomControl.cs
mit
1,587,677,589
using System; using System.Drawing; using System.Windows.Forms; namespace Bloom.Workspace { public partial class ZoomControl : UserControl { public const int kMinimumZoom = 30; // 30% - 300% matches FireFox public const int kMaximumZoom = 300; private int _zoom; public ZoomControl() { InitializeCompo...
using System; using System.Drawing; using System.Windows.Forms; namespace Bloom.Workspace { public partial class ZoomControl : UserControl { public const int kMinimumZoom = 30; // 30% - 300% matches FireFox public const int kMaximumZoom = 300; private int _zoom; public ZoomControl() { InitializeCompo...
d64ee9ec6a4989b06fcf279d1ab17dd3d5524431
Update pipeline generation scheduling (#534)
Update pipeline generation scheduling (#534) - Bucket based on id across all 24 hours - Only add a schedule if one doesn't exist - Don't update existing schedules because the might be modified from other sources (manually or with a schedule balancing tool)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator/Conventions/PipelineConvention.cs
mit
1,587,676,667
using Microsoft.Extensions.Logging; using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.VisualStudio.Services.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace PipelineGenerator.Conventions { publi...
using Microsoft.Extensions.Logging; using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.VisualStudio.Services.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace PipelineGenerator.Conventions { publi...
2cd6a13a56d4c9050d1a24fa1332eeeea6ad513f
Quarantine flaky test (#21156)
Quarantine flaky test (#21156)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs
apache-2.0
1,587,676,654
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Connections; using Micr...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Connections; using Micr...
eada9ab01f121771307cf78e6a0b4afe017c0c37
Add tests for creating fulfillments with recognized/unrecognized tracking numbers
Add tests for creating fulfillments with recognized/unrecognized tracking numbers #492
clement911/ShopifySharp,nozzlegear/ShopifySharp
ShopifySharp.Tests/Fulfillment_Tests.cs
mit
1,587,675,339
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ShopifySharp.Filters; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Fulfillment")] public class Fulfillment_Tests : IClassFixture<Fulfillment_Tests_Fixture> { private Fulfillment...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ShopifySharp.Filters; using Xunit; namespace ShopifySharp.Tests { [Trait("Category", "Fulfillment")] public class Fulfillment_Tests : IClassFixture<Fulfillment_Tests_Fixture> { private Fulfillment...
fb9159d5c19fec2a6c3a9daf6435325aa847f95f
Try fix hww error
Try fix hww error
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs
mit
1,587,674,895
using NBitcoin; using NBitcoin.Policy; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding;...
using NBitcoin; using NBitcoin.Policy; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding;...
c512eda5ab0af2bb1af6c22880d579f0b2cacb9d
Fix indentation for scheduled triggers
Fix indentation for scheduled triggers
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/CI/GitHubActions/Configuration/GitHubActionsScheduledTrigger.cs
mit
1,587,674,701
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using Nuke.Common.Utilities; namespace Nuke.Common.CI.GitHubActions.Configuration { public class GitHubActionsScheduledTrigger : GitHubActionsDeta...
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using Nuke.Common.Utilities; namespace Nuke.Common.CI.GitHubActions.Configuration { public class GitHubActionsScheduledTrigger : GitHubActionsDeta...
e361ab2d1be628329a16a9f803313d8fbfd0b7dc
socket_set_block, socket_set_nonblock
socket_set_block, socket_set_nonblock
peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
e926d36fe1bd8d0296922c3f157dee4e0cf62b05
socket_listen
socket_listen
iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
d3be4ac16849a11e754d513b6ee21766e0e55731
socket_select
socket_select
iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
9e2ef2ccb3e784893f8407df90da3f5e802448cf
socket_read
socket_read
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpReso...
b14e61c67cfb61666bed2eeb4344eadc096f7cee
cleanup
cleanup AddressFamily and SocketType values correspond with sock api, duh
iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.IO; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Strea...
49afae1bf7e0d62f671b884016960b301ba58fc9
socket_clear_error
socket_clear_error
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
034a455e91f31afc0e23e8b7a083b0343b8e83ab
socket_getopt
socket_getopt
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
8dcd40205e2ca547f9a40b9fbb8fb48cecac7c2c
socket_get_option, SocketOptionName, SocketOptionLevel
socket_get_option, SocketOptionName, SocketOptionLevel
iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpReso...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
6b251ce5e2d556e344414b02ffee15b831b4d336
socket_strerror, socket_last_error
socket_strerror, socket_last_error
iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
585bca4fc2ffaf421365b0608f803b0312dbff8b
socket_getpeername
socket_getpeername
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
f96ce4199a9b841a343251e333cd3babb22e5cea
socket_getsockname
socket_getsockname
iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
2276c05f303b3796e58c541ef312d6f80f3f82e5
socket_shutdown
socket_shutdown
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
276f4cbd2e9204801eb893aa1770cdaed5fc541d
socket_bind, SOL_* constants
socket_bind, SOL_* constants
peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public Socket Socket { ge...
d7b903ff9f920cfbe58c52e61564f1f939a51c74
socket_create_listen
socket_create_listen
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
1164c223bdb6389aa847fd460b47b6c3764b6254
socket_connect
socket_connect
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
90d704678e30054c68dac2ef4895c942fb8525a9
sdk: composer.json requirements resolves ext-sockets
sdk: composer.json requirements resolves ext-sockets
iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.NET.Sdk/ComposerTask.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task that processes <c>composer.json</c> file...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task that processes <c>composer.json</c> file...
aab75f90cb30c925b312bb396a53eafbcc344a4b
socket_accept
socket_accept
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
c8bd66f3c8e4e9b1c1a40bd591d4df515a52a31a
socket_write
socket_write
iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
using System; using System.Buffers; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Net; using System.Net.Sockets; using System.Text; using Microsoft.Extensions.ObjectPool; using Pchp.Core; using Pchp.Core.Resources; using Pchp.Library.Streams; namespace Pe...
d610f4707317585fb343e6ba40fc0aba4fb63250
SO_ constants (socket option names)
SO_ constants (socket option names)
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
2318aff5bbd26824d6c3e486aae0f55e2f50fd3f
socket_set_option, socket_get_option stubs
socket_set_option, socket_get_option stubs
peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.Library.Network/Sockets.cs
apache-2.0
1,587,674,612
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using Pchp.Core; using Pchp.Core.Resources; namespace Peachpie.Library.Network { /// <summary> /// PHP socket resource. /// </summary> class SocketResource : PhpResource { public ...
6dd216b12846e4ad4a1d3f5ed852231c74e2d0c7
fix large tile detection (2) (#573)
fix large tile detection (2) (#573) * fix large tile detection * fix formatting
prime31/Nez,ericmbernier/Nez,prime31/Nez,prime31/Nez
Nez.Portable/Assets/Tiled/Runtime/TiledMapLoader.cs
mit
1,587,674,563
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Xml.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace Nez.Tiled { public static class TiledMapLoader { #region TmxMap Loader public static TmxMap Loa...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Xml.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace Nez.Tiled { public static class TiledMapLoader { #region TmxMap Loader public static TmxMap L...
d2b556b97db702eeef0d534e9ece172ed9c5d4a0
Alteração no tratamento de protesto do Bradesco (CNAB 400) para só preencher CodigoInstrucao1 e CodigoInstrucao2 se esses campos estiverem zerados e DiasProtesto for maior que 0.
Alteração no tratamento de protesto do Bradesco (CNAB 400) para só preencher CodigoInstrucao1 e CodigoInstrucao2 se esses campos estiverem zerados e DiasProtesto for maior que 0.
rafd75/boleto2net,BoletoNet/boleto2net,rafd75/boleto2net,BoletoNet/boleto2net
Boleto2.Net/Banco/BancoBradesco.cs
apache-2.0
1,587,674,551
using System; using System.Collections.Generic; using System.Web.UI; using Boleto2Net.Exceptions; using Boleto2Net.Extensions; using static System.String; [assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")] namespace Boleto2Net { internal sealed class BancoBradesco : IBanco { internal st...
using System; using System.Collections.Generic; using System.Web.UI; using Boleto2Net.Exceptions; using Boleto2Net.Extensions; using static System.String; [assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")] namespace Boleto2Net { internal sealed class BancoBradesco : IBanco { internal st...
9ac908f8b5bdb8c9d012195ee0b8a8e8d487aa1f
PF-540 - Removed a double-fetch when trying to determine the signal frequency
PF-540 - Removed a double-fetch when trying to determine the signal frequency
schmidt4brains/Examples,schmidt4brains/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,schmidt4brains/Examples,AquaticInformatics/Examples,AquaticInformatics/Examples,AquaticInformatics/Examples
TimeSeries/PublicApis/SdkExamples/SosExporter/Exporter.cs
apache-2.0
1,587,674,296
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using Aquarius.TimeSeries.Client; using Aquarius.TimeSeries.Client.ServiceModels.Publish; using Humanizer; using log4net; using ServiceStack; using SosExporter.Dtos; using TimeSeries...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; using Aquarius.TimeSeries.Client; using Aquarius.TimeSeries.Client.ServiceModels.Publish; using Humanizer; using log4net; using ServiceStack; using SosExporter.Dtos; using TimeSeries...
27db77a5884be52fb89617d6bb590582f28b4900
Fixed bad behavior when assigning variables the "fast way" if the variable is exposed.
Fixed bad behavior when assigning variables the "fast way" if the variable is exposed.
vchelaru/Gum
Gum/PropertyGridHelpers/SetVariableLogic.cs
mit
1,587,673,849
using Gum.DataTypes; using Gum.DataTypes.Variables; using Gum.Managers; using Gum.Plugins; using Gum.ToolStates; using Gum.Wireframe; using RenderingLibrary; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Gum.Renderi...
using Gum.DataTypes; using Gum.DataTypes.Variables; using Gum.Managers; using Gum.Plugins; using Gum.ToolStates; using Gum.Wireframe; using RenderingLibrary; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Gum.Renderi...
78dc6bc9a8085d36ae2f41c8a5b329066fe01a6e
fix: (#1002): Добавлена обработка заголовка "Range" объекта HTTPЗапрос.
fix: (#1002): Добавлена обработка заголовка "Range" объекта HTTPЗапрос.
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/ScriptEngine.HostedScript/Library/Http/HttpConnectionContext.cs
mpl-2.0
1,587,672,379
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ us...
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------*/ us...
c1632b6b2013b40b9c7e4ee1a8d6d76fc04f00ca
Don't serialize temporary autostart flag
Don't serialize temporary autostart flag
TorchAPI/Torch,TorchAPI/Torch
Torch.Server/TorchConfig.cs
apache-2.0
1,587,672,209
using System; using System.Collections.Generic; using System.IO; using System.Windows; using System.Xml.Serialization; using Newtonsoft.Json; using NLog; using VRage.Game; namespace Torch.Server { // TODO: redesign this gerbage public class TorchConfig : CommandLine, ITorchConfig { private static ...
using System; using System.Collections.Generic; using System.IO; using System.Windows; using System.Xml.Serialization; using Newtonsoft.Json; using NLog; using VRage.Game; namespace Torch.Server { // TODO: redesign this gerbage public class TorchConfig : CommandLine, ITorchConfig { private static ...
88d10d19555523da2ea5a85fd942dfb389cdca0e
Change KeenLogPatch to handle errors better
Change KeenLogPatch to handle errors better
TorchAPI/Torch,TorchAPI/Torch
Torch/Patches/KeenLogPatch.cs
apache-2.0
1,587,671,986
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using NLog; using Torch.API; using Torch.Managers.PatchManager; using Torch.Utils; using VRage.Utils; namespace Torch.Patches { [PatchShim] inter...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using NLog; using Torch.API; using Torch.Managers.PatchManager; using Torch.Utils; using VRage.Utils; namespace Torch.Patches { [PatchShim] inter...
6bdb004f0bca6e510f968c54df02615cd9847f92
Put ProActiveIndividualizationRequestAsync() back in
Put ProActiveIndividualizationRequestAsync() back in
upLynk/Sample-Players,upLynk/Sample-Players,upLynk/Sample-Players
microsoft/uwp/cs/MainPage.xaml.cs
mit
1,587,670,954
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Windows.Foundation.Collections; using Windows.Media.Core; using Windows.Media.Playback; using Windows.Media.Protection; using Windows.Media.Protection.PlayReady; using Windo...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Windows.Foundation.Collections; using Windows.Media.Core; using Windows.Media.Playback; using Windows.Media.Protection; using Windows.Media.Protection.PlayReady; using Windo...
ca9282557c23b0fe6f2f447fa0dc5e1866439f67
Fixed all tests (x3)
Fixed all tests (x3)
krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chemistry/ReagentMix.cs
agpl-3.0
1,587,669,099
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Chemistry { [Serializable] public class ReagentMix : IEnumerable<KeyValuePair<Reagent, float>> { [Temperature] [SerializeField] private float temperature = TemperatureUtils.ZERO_CELSIUS_IN_K...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace Chemistry { [Serializable] public class ReagentMix : IEnumerable<KeyValuePair<Reagent, float>> { [Temperature] [SerializeField] private float temperature = TemperatureUtils.ZERO_CELSIUS_IN_K...
28dcfe867c3afc866791d2d43934ae0a7626586d
Add Chroma keying to the background of the showcase video.
Add Chroma keying to the background of the showcase video.
peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu
osu.Game.Tournament/Screens/Showcase/ShowcaseScreen.cs
mit
1,587,668,952
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Tournament.Components; using osu.Framework.Graphics.Shapes; using osuTK.Graphics; namespace ...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Tournament.Components; namespace osu.Game.Tournament.Screens.Showcase { public class Sho...
39373ef09ec89ecc9a6da8c0bd9ac78be794b155
Optimized Startup
Optimized Startup
RenetConsulting/angularcore.net,RenetConsulting/angularcore.net,RenetConsulting/angularcore.net
UI/Application/Startup.cs
mit
1,587,667,989
// <copyright file="Startup.cs" company="Renet Consulting, Inc"> // Copyright (c) Renet Consulting, Inc. All rights reserved. // </copyright> namespace Application { using System; using System.Diagnostics; using System.IO.Compression; using System.Linq; using System.Security.Principal; using S...
// <copyright file="Startup.cs" company="Renet Consulting, Inc"> // Copyright (c) Renet Consulting, Inc. All rights reserved. // </copyright> namespace Application { using System; using System.Diagnostics; using System.IO.Compression; using System.Linq; using System.Security.Principal; using S...
794f214a99a8952e42a0e4105bbf24126f00b0f1
Fixed build
Fixed build
SuperJMN/Zafiro
Source/Zafiro.Uno/Infrastructure/DialogService.cs
mit
1,587,667,497
using System; using System.Collections.Generic; using System.Threading.Tasks; using Windows.UI.Popups; using Zafiro.Core; using Zafiro.Core.UI; namespace Zafiro.Uno.Infrastructure { public class DialogService : IDialogService { public Task Notice(string title, string content) { ret...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Windows.UI.Popups; using Zafiro.Core; using Zafiro.Core.UI; namespace Zafiro.Uno.Infrastructure { public class DialogService : IDialogService { public Task Show(string title, string content) { retur...
4a85b5d848ff48ab88d1e7ecce881701bbae10ec
Added support for length facet
Added support for length facet
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator/ModelBuilder.cs
apache-2.0
1,587,667,268
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
using System; using System.CodeDom; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace XmlSchemaClassGenerator { internal class ModelBuilder { private readonly GeneratorConfiguration _configuration; private readonly ...
6a47b3e69cd4d3ec08a60f3e977fba2108012562
Fix the use of !callnow
Fix the use of !callnow
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/Commands/GameCommands.cs
mit
1,587,666,569
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Assets.Scripts.Props; /// <summary>Commands that can be run during a game.</summary> static class GameCommands { #region Commands during the game /// <name>Cancel</name> /// <syn...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Assets.Scripts.Props; /// <summary>Commands that can be run during a game.</summary> static class GameCommands { #region Commands during the game /// <name>Cancel</name> /// <syn...
c4413864fe78f4c163aac751ddaf57fece2c1542
Added log info
Added log info
RenetConsulting/angularcore.net,RenetConsulting/angularcore.net,RenetConsulting/angularcore.net
UI/Application/Startup.cs
mit
1,587,666,267
// <copyright file="Startup.cs" company="Renet Consulting, Inc"> // Copyright (c) Renet Consulting, Inc. All rights reserved. // </copyright> namespace Application { using System; using System.Diagnostics; using System.IO.Compression; using System.Linq; using System.Security.Principal; using S...
// <copyright file="Startup.cs" company="Renet Consulting, Inc"> // Copyright (c) Renet Consulting, Inc. All rights reserved. // </copyright> namespace Application { using System; using System.Diagnostics; using System.IO.Compression; using System.Linq; using System.Security.Principal; using S...
085b6ae25f0f6bd4c01b4077090d01be35ef3b67
Add background video for showcase scene (Tournament Client)
Add background video for showcase scene (Tournament Client)
UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu
osu.Game.Tournament/Screens/Showcase/ShowcaseScreen.cs
mit
1,587,666,243
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Game.Tournament.Components; namespace osu.Game.Tournament.Screens.Showcase { public class Sho...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; namespace osu.Game.Tournament.Screens.Showcase { public class ShowcaseScreen : BeatmapInfoScreen { [BackgroundDependencyL...
8544c847dd074aafa760d9214b1f6514bb822547
Constructor argument for SteamKit Configuration to Bot
Constructor argument for SteamKit Configuration to Bot
fjch1997/SteamBot
SteamBot/Bot.cs
mit
1,587,665,534
using SteamBot.SteamGroups; using SteamKit2; using SteamKit2.Internal; using SteamTrade; using SteamTrade.TradeOffer; using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using System.Net; using System.Security.Cryptography; using System.Text.RegularE...
using SteamBot.SteamGroups; using SteamKit2; using SteamKit2.Internal; using SteamTrade; using SteamTrade.TradeOffer; using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.IO; using System.Net; using System.Security.Cryptography; using System.Text.RegularE...
4d94633b03eba2d88f81b0841654925210d3fe62
Fix inverted if in ResourceEntry (#628)
Fix inverted if in ResourceEntry (#628)
Microsoft/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd
src/Microsoft.Diagnostics.Runtime/src/Utilities/PEImage/ResourceEntry.cs
mit
1,587,663,635
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Buffers; using System.Collections.Immutable; using System.Linq; using System.Runtime.Com...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Buffers; using System.Collections.Immutable; using System.Linq; using System.Runtime.Com...
13818c511bc73c32592e5fdddb0c5058dffc1df4
Use binary arguments to SteamKit WebAPI. This is part of the SteamKit upgrade
Use binary arguments to SteamKit WebAPI. This is part of the SteamKit upgrade
fjch1997/SteamBot
SteamTrade/SteamWeb.cs
mit
1,587,663,154
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using System.Net.Cache; using System.Net.Security; using System.Runtime.Serialization; using System.Security.Cryptography; using System.Secur...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using System.Net.Cache; using System.Net.Security; using System.Runtime.Serialization; using System.Security.Cryptography; using System.Secur...
db387246ce1f164be9c16569c807d1b558328dc1
Added Expiry property.
Added Expiry property.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Win32/Security/Authentication/IAuthenticationContext.cs
apache-2.0
1,587,663,122
// Copyright 2020 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 2020 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...
c2d2b6911587f57281aaed7da6cb4bf95e26cc6c
UI: faster scroll by default (#534)
UI: faster scroll by default (#534)
prime31/Nez,prime31/Nez,ericmbernier/Nez,prime31/Nez
Nez.Portable/UI/Containers/ScrollPane.cs
mit
1,587,662,413
using System; using Microsoft.Xna.Framework; namespace Nez.UI { /// <summary> /// A group that scrolls a child widget using scrollbars and/or mouse or touch dragging. /// /// The widget is sized to its preferred size.If the widget's preferred width or height is less than the size of this scroll pane, /// it is ...
using System; using Microsoft.Xna.Framework; namespace Nez.UI { /// <summary> /// A group that scrolls a child widget using scrollbars and/or mouse or touch dragging. /// /// The widget is sized to its preferred size.If the widget's preferred width or height is less than the size of this scroll pane, /// it is ...
8a327cf887db9f8312288ed31d5bc20e28fa8355
Removes useless and case sensitive check (#8352)
Removes useless and case sensitive check (#8352) That check was useless because we use a int.TryParse. Morevoer queryString.AllKeys.Contains() is case sensitive.
OrchardCMS/Orchard,hbulzy/Orchard,OrchardCMS/Orchard,hbulzy/Orchard,hbulzy/Orchard,Lombiq/Orchard,Lombiq/Orchard,hbulzy/Orchard,OrchardCMS/Orchard,LaserSrl/Orchard,hbulzy/Orchard,LaserSrl/Orchard,LaserSrl/Orchard,Lombiq/Orchard,LaserSrl/Orchard,OrchardCMS/Orchard,LaserSrl/Orchard,Lombiq/Orchard,Lombiq/Orchard,OrchardCM...
src/Orchard.Web/Modules/Orchard.CustomForms/Controllers/ItemController.cs
bsd-3-clause
1,587,661,867
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Orchard.ContentManagement; using Orchard.ContentManagement.Aspects; using Orchard.ContentManagement.MetaData; using Orchard.ContentManagement.MetaData.Models; using Orchard.Core.Common.Models; using Orchard...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Orchard.ContentManagement; using Orchard.ContentManagement.Aspects; using Orchard.ContentManagement.MetaData; using Orchard.ContentManagement.MetaData.Models; using Orchard.Core.Common.Models; using Orchard...
ded0da4626ecdbd24ebb955dccfc8e7b5dbeff45
Added info logger
Added info logger
RenetConsulting/angularcore.net,RenetConsulting/angularcore.net,RenetConsulting/angularcore.net
UI/Application/Startup.cs
mit
1,587,661,461
// <copyright file="Startup.cs" company="Renet Consulting, Inc"> // Copyright (c) Renet Consulting, Inc. All rights reserved. // </copyright> namespace Application { using System; using System.Diagnostics; using System.IO.Compression; using System.Linq; using System.Security.Principal; using S...
// <copyright file="Startup.cs" company="Renet Consulting, Inc"> // Copyright (c) Renet Consulting, Inc. All rights reserved. // </copyright> namespace Application { using System; using System.Diagnostics; using System.IO.Compression; using System.Linq; using System.Security.Principal; using S...
9fefbf168720e2399554fcf6c344d10a901eb470
Expose extra methods on IWindowManager
Expose extra methods on IWindowManager Fixes #113
canton7/Stylet,canton7/Stylet,canton7/Stylet
Stylet/WindowManager.cs
mit
1,587,660,765
using Stylet.Logging; using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Data; namespace Stylet { /// <summary> /// Manager capable of taking a ViewModel instance, instantiating its View and showing it as a dialog or window /// </summary...
using Stylet.Logging; using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Data; namespace Stylet { /// <summary> /// Manager capable of taking a ViewModel instance, instantiating its View and showing it as a dialog or window /// </summary...
8ea0c39c4ac20bf7eb571d19a1c39c6c3556a6ab
Check if the WorkPool is initialized before stopping it
Check if the WorkPool is initialized before stopping it
Elders/Cronus.Transport.RabbitMQ,Elders/Cronus.Transport.RabbitMQ
src/Elders.Cronus.Transport.RabbitMQ/RabbitMqConsumer.cs
apache-2.0
1,587,659,224
using System; using System.Collections.Generic; using System.Linq; using Elders.Cronus.MessageProcessing; using Elders.Multithreading.Scheduler; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using RabbitMQ.Client; namespace Elders.Cronus.Transport.RabbitMQ { public class RabbitMqConsumer...
using System; using System.Collections.Generic; using System.Linq; using Elders.Cronus.MessageProcessing; using Elders.Multithreading.Scheduler; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using RabbitMQ.Client; namespace Elders.Cronus.Transport.RabbitMQ { public class RabbitMqConsumer...
826346dab134126155ec96137cc0a4b41f7a8129
LINQ conversion improvement
LINQ conversion improvement Support casting in subqueries.
ngs-doo/revenj,ngs-doo/revenj,ngs-doo/revenj,ngs-doo/revenj,ngs-doo/revenj
csharp/Core/Revenj.Core/DatabasePersistence/Postgres/QueryGeneration/Visitors/SubquerySelectExpressionTreeVisitor.cs
bsd-3-clause
1,587,658,863
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq.Expressions; using System.Text; using Remotion.Linq.Clauses; using Remotion.Linq.Clauses.Expressions; using Remotion.Linq.Clauses.ExpressionTreeVisitors; using Remotion.Linq.Parsing; using Revenj.Common; us...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq.Expressions; using System.Text; using Remotion.Linq.Clauses; using Remotion.Linq.Clauses.Expressions; using Remotion.Linq.Clauses.ExpressionTreeVisitors; using Remotion.Linq.Parsing; using Revenj.Common; us...
b8e608e8e80c167065efbf6b5c2515a686f1e106
add field to allow mappers to freeze egg cycle
add field to allow mappers to freeze egg cycle
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Alien/AlienEggCycle.cs
agpl-3.0
1,587,658,203
using System; using System.Collections; using Mirror; using UnityEngine; namespace Alien { public class AlienEggCycle : NetworkBehaviour, IInteractable<HandApply>, IServerSpawn { private const float OPENING_ANIM_TIME = 1.6f; private const int SMALL_SPRITE = 0; private const int BIG_SPRITE = 1; private const...
using System; using System.Collections; using Mirror; using UnityEngine; namespace Alien { public class AlienEggCycle : NetworkBehaviour, IInteractable<HandApply>, IServerSpawn { private const float OPENING_ANIM_TIME = 1.6f; private const int SMALL_SPRITE = 0; private const int BIG_SPRITE = 1; private const...
2e34355d5aa0164b1e8fa724384de339ea9de066
3369: BuildChildren
3369: BuildChildren
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/2_Basic/0_AbstractBox.cs
bsd-2-clause
1,587,657,640
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.UI; namespace LayoutFarm.CustomWidgets { struct MayBeEmptyTempContext<T> : IDisposable { internal readonly T _tool; internal MayBeEmptyTempContext(out T tool) {...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.UI; namespace LayoutFarm.CustomWidgets { struct MayBeEmptyTempContext<T> : IDisposable { internal readonly T _tool; internal MayBeEmptyTempContext(out T tool) {...
bf83125739a2e7f92d9ae859bbd8b2ec42c07b43
Fix: lb token being empty whenever map data is missing
Fix: lb token being empty whenever map data is missing
Piotrekol/StreamCompanion,Piotrekol/StreamCompanion
osu!StreamCompanion/Code/Helpers/BeatmapHelpers.cs
mit
1,587,657,539
using CollectionManager.Enums; using System; using System.Collections.Generic; using System.Data.SQLite; using System.Globalization; using System.IO; using System.Linq; using CollectionManager.DataTypes; using StreamCompanionTypes.DataTypes; using Beatmap = StreamCompanionTypes.DataTypes.Beatmap; namespace osu_Stream...
using CollectionManager.Enums; using System; using System.Collections.Generic; using System.Data.SQLite; using System.Globalization; using System.IO; using System.Linq; using CollectionManager.DataTypes; using StreamCompanionTypes.DataTypes; using Beatmap = StreamCompanionTypes.DataTypes.Beatmap; namespace osu_Stream...
0a7a50a5a1356f67a7a7c226b953a6042442b640
Preparing for Release 1.4.0.10
Preparing for Release 1.4.0.10
jimradford/superputty
SuperPutty/Properties/AssemblyInfo.cs
mit
1,587,657,526
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SuperPuTTY")] [assembly: AssemblyD...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SuperPuTTY")] [assembly: AssemblyD...
6c8e98ac8b116e121fe4b579e50fa3c33b6bd6c4
3368: AbstractRect.SetCommonProperties()
3368: AbstractRect.SetCommonProperties()
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/2_Basic/0_AbstractBox.cs
bsd-2-clause
1,587,657,198
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.UI; namespace LayoutFarm.CustomWidgets { struct MayBeEmptyTempContext<T> : IDisposable { internal readonly T _tool; internal MayBeEmptyTempContext(out T tool) {...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.UI; namespace LayoutFarm.CustomWidgets { struct MayBeEmptyTempContext<T> : IDisposable { internal readonly T _tool; internal MayBeEmptyTempContext(out T tool) {...
cf32f16059c6c7a8c294545e57c0fd73e97b6d6d
add method to change and sync clothing sprite
add method to change and sync clothing sprite
krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Clothing/ClothingV2.cs
agpl-3.0
1,587,656,872
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; /// <summary> /// Indicates that a given item functions as an article of clothing. Contains the data related to the clothing / how it should look. /// New and improved, removes need for UniCloth type stuff, works...
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; /// <summary> /// Indicates that a given item functions as an article of clothing. Contains the data related to the clothing / how it should look. /// New and improved, removes need for UniCloth type stuff, works...
ec82211046cb0b561e9fdef89296ac14466534e9
Change LogWarnings to LogErrors
Change LogWarnings to LogErrors
killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Providers/Hands/ArticulatedHandDefinition.cs
mit
1,587,656,524
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Defines the interactions and data that an a...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Defines the interactions and data that an a...
6567d5cc961967aa412fdbee1df9a9481f789d3c
Fix interpolation in Log points, switch to double quotes (#1270)
Fix interpolation in Log points, switch to double quotes (#1270) * Fix interpolation in Log points, switch to double quotes Fix #2654 * Escape double quotes for log point msgs to make using them easier
PowerShell/PowerShellEditorServices,PowerShell/PowerShellEditorServices
src/PowerShellEditorServices/Services/DebugAdapter/Debugging/BreakpointApiUtils.cs
mit
1,587,655,731
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using System; using System.Collections.Generic; using System.Management.Automation; using System.Management.Automation.Language; using System.Reflection; using Sy...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using System; using System.Collections.Generic; using System.Management.Automation; using System.Management.Automation.Language; using System.Reflection; using Sy...
b41e72242500057d3120137104ce3362e1a135e0
3364: refactor
3364: refactor
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/1_UIElement/1_UIElement.cs
bsd-2-clause
1,587,655,254
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using System.Collections.Generic; namespace LayoutFarm.UI { static class UILayoutQueue { static Queue<UIElement> s_layoutQueue = new Queue<UIElement>(); static UILayoutQueue() { LayoutFarm.EventQueueSystem.Central...
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using System.Collections.Generic; namespace LayoutFarm.UI { static class UILayoutQueue { static Queue<UIElement> s_layoutQueue = new Queue<UIElement>(); static UILayoutQueue() { LayoutFarm.EventQueueSystem.Central...
20ce2f5dc46b92ae911b75f7c0504108b61a7d38
BluetoothListener Win32 builds a minimal ServiceRecord when none specified.
BluetoothListener Win32 builds a minimal ServiceRecord when none specified.
inthehand/32feet,inthehand/32feet,inthehand/32feet
InTheHand.Net.Bluetooth/Platforms/Win32/BluetoothListener.win32.cs
mit
1,587,655,119
// 32feet.NET - Personal Area Networking for .NET // // InTheHand.Net.Sockets.BluetoothListener (Win32) // // Copyright (c) 2018-2020 In The Hand Ltd, All rights reserved. // This source code is licensed under the MIT License using InTheHand.Net.Bluetooth; using InTheHand.Net.Bluetooth.Sdp; using InTheHand.Net.Bluet...
// 32feet.NET - Personal Area Networking for .NET // // InTheHand.Net.Sockets.BluetoothListener (Win32) // // Copyright (c) 2018-2020 In The Hand Ltd, All rights reserved. // This source code is licensed under the MIT License using InTheHand.Net.Bluetooth; using InTheHand.Net.Bluetooth.Sdp; using InTheHand.Net.Bluet...
0e3269bb5df854da13a65971e83ab8fb482fb8d0
Small fix for analyzer.
Small fix for analyzer.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Domain.Apps.Entities/Contents/Text/Lucene/MultiLanguageAnalyzer.cs
mit
1,587,654,436
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
650254e7d69a02291286d1b116aa6d83629d41c3
Added comments to bitmap utils
Added comments to bitmap utils
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/BitmapUtils.cs
mit
1,587,654,204
using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Aurora.Utils { public static class BitmapUtils { public static Color GetRegionCo...
using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Aurora.Utils { public static class BitmapUtils { public static Color GetRegionCo...
8991a0300c3fd2ba3ae7c570b43f4bbdcaf84228
Fixing error message
Fixing error message
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Migration/Tools/MigrationTool.cs
mit
1,587,654,036
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License.using System; #if UNITY_EDITOR using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEditor.SceneManagement; using UnityEngine; using UnityEngine.SceneManagement; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License.using System; #if UNITY_EDITOR using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEditor.SceneManagement; using UnityEngine; using UnityEngine.SceneManagement; ...
951a76feca0801960ba4939211745a1c1a34d760
improving readability
improving readability
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Migration/Tools/MigrationTool.cs
mit
1,587,654,036
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License.using System; #if UNITY_EDITOR using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEditor.SceneManagement; using UnityEngine; using UnityEngine.SceneManagement; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License.using System; #if UNITY_EDITOR using System; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEditor.SceneManagement; using UnityEngine; using UnityEngine.SceneManagement; ...
c629ff856a10d076f6ee5a360ab5015ad15ba2b3
Updated tests
Updated tests
Backendless/.NET-SDK,Backendless/.NET-SDK
Projects/GeometryTestProject/TestRelation.cs
apache-2.0
1,587,653,685
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace GeometryTestProject { public class Area { public int UserId{ get; set; } public string AreaA ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace GeometryTestProject { public class Area { public int UserId{ get; set; } public string AreaA ...
ad1cf33e789d3f0abdd89cbe70d1b08abfad09a0
Message update changes
Message update changes
fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Gateway/StationGateway.cs
agpl-3.0
1,587,653,436
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null; //SpriteBaseBottom, SpriteBaseTo...
using System.Collections; using System.Collections.Generic; using Mirror; using UnityEngine; using System.Linq; /// <summary> /// For Gateways inheritable class /// </summary> public class StationGateway : NetworkBehaviour { [SerializeField] private SpriteRenderer[] Sprites = null; //SpriteBaseBottom, SpriteBaseTo...
49a025c1e6df248088f14831f98508bf6743c048
Don't remove the user's custom downloader
Don't remove the user's custom downloader
Deadpikle/NetSparkle
src/NetSparkle/NetSparkle.cs
mit
1,587,653,343
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
using System; using System.ComponentModel; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Threading; using NetSparkleUpdater.Interfaces; using System.IO; using System.Diagnostics; using System.Threading.Tasks; using NetSparkleUpdater.Enums; using System.Ne...
1fb9359d9072cf6ed857e68be948271ae22ca2f5
Fix HeldPrefix having different name on client.
Fix HeldPrefix having different name on client.
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,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Client/GameObjects/Components/Items/ItemComponent.cs
mit
1,587,653,215
using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Items; using Robust.Client.Graphics; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.ResourceManagement; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components.Renderable; using Robust.Shared.IoC; ...
using Content.Shared.GameObjects; using Content.Shared.GameObjects.Components.Items; using Robust.Client.Graphics; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.ResourceManagement; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Components.Renderable; using Robust.Shared.IoC; ...
5205f2b6327700bab3a86bb89824bf456218d7c0
Added logging when device types are missing
Added logging when device types are missing
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/HardwareMonitor.cs
mit
1,587,653,190
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Timers; using LibreHardwareMonitor.Hardware; using Computer = LibreHardwareMonitor.Hardware.Computer; namespace Aurora.Utils { public static class HardwareMonitor { private ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Timers; using LibreHardwareMonitor.Hardware; using Computer = LibreHardwareMonitor.Hardware.Computer; namespace Aurora.Utils { public static class HardwareMonitor { private ...
f8238e756ded4e3200f4b39ce944269dc0ad0218
Fixed bug with game state picker behaving strangely when there are two paths sharing the first part of the name. (E.G. CPU and CPUUsage).
Fixed bug with game state picker behaving strangely when there are two paths sharing the first part of the name. (E.G. CPU and CPUUsage).
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Controls/GameStateParameterPicker.xaml.cs
mit
1,587,652,932
using Aurora.Profiles; using Aurora.Utils; using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Media; using System.Windows.Media.Animation; using ...
using Aurora.Profiles; using Aurora.Utils; using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Media; using System.Windows.Media.Animation; using ...