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
393611464276b59add95771acd128cd43712fcf9
remove newline
remove newline
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/ParseContext.cs
bsd-3-clause
1,586,853,895
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
653a86a89f974cd5b0d02d2481915712ba8745a7
Fix docs tags
Fix docs tags
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/UIMenuItem.cs
mit
1,586,853,245
using System; using System.Drawing; using System.ComponentModel; namespace RAGENativeUI.Elements { /// <summary> /// Simple item with a label. /// </summary> public class UIMenuItem { public static readonly Color DefaultBackColor = Color.Empty, DefaultHi...
using System; using System.Drawing; using System.ComponentModel; namespace RAGENativeUI.Elements { /// <summary> /// Simple item with a label. /// </summary> public class UIMenuItem { public static readonly Color DefaultBackColor = Color.Empty, DefaultHi...
898fb9714877c25f444dee7eb0bc02ae626a8947
Fix order of BadgeStyle values
Fix order of BadgeStyle values Fixes breaking changes due to the enum constants having a different values
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/UIMenuItem.cs
mit
1,586,853,169
using System; using System.Drawing; using System.ComponentModel; namespace RAGENativeUI.Elements { /// <summary> /// Simple item with a label. /// </summary> public class UIMenuItem { public static readonly Color DefaultBackColor = Color.Empty, DefaultHi...
using System; using System.Drawing; using System.ComponentModel; namespace RAGENativeUI.Elements { /// <summary> /// Simple item with a label. /// </summary> public class UIMenuItem { public static readonly Color DefaultBackColor = Color.Empty, DefaultHi...
ff95027d4ffc7b7a0da90e3e0b632ca9e9875698
Remove debug log
Remove debug log
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/UIMenu.cs
mit
1,586,852,961
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
4098946e056caac998715aea1c2ce7433f104289
No longer require RefreshIndex() to be called after AddItem()
No longer require RefreshIndex() to be called after AddItem() Fixes compatibility issues with existing plugins that relied on the behaviour of previous RNUI versions where RefreshIndex() was not always required even though it wasn't the intended behaviour.
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/UIMenu.cs
mit
1,586,852,655
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
5f836193c7cb858095b4149ac3170cbd9c08a6a5
ParseRawPrimitivesBenchmark: compare CodedInputStream vs ParseContext
ParseRawPrimitivesBenchmark: compare CodedInputStream vs ParseContext
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs
bsd-3-clause
1,586,849,879
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2019 Google Inc. All rights reserved. // https://github.com/protocolbuffers/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the followi...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2019 Google Inc. All rights reserved. // https://github.com/protocolbuffers/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the followi...
42eff9d6408957bfe41a8ad27c951948567252e6
ParseMessageBenchmark: parsing from ReadOnlySequence
ParseMessageBenchmark: parsing from ReadOnlySequence
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs
bsd-3-clause
1,586,849,879
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2019 Google Inc. All rights reserved. // https://github.com/protocolbuffers/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the followi...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2019 Google Inc. All rights reserved. // https://github.com/protocolbuffers/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the followi...
18733a061461541749bbc7183d7f5eafeee6aa7a
Fix: Playnite is not opened properly after being minimized to tray
Fix: Playnite is not opened properly after being minimized to tray
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite/Windows/WindowFactory.cs
mit
1,586,849,679
using Playnite.Common; using Playnite.Controls; using Playnite.SDK; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Interop; namespace Playnite.Windows { public inte...
using Playnite.Common; using Playnite.Controls; using Playnite.SDK; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Interop; namespace Playnite.Windows { public inte...
c8e232d21c163f38e6252613c66f023ad5b05a28
Build fixed.
Build fixed.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Infrastructure/UniqueConstraintException.cs
mit
1,586,849,397
// ========================================================================== // 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. // ===========================...
438dac249a7a44e178b758e860cf16ca834b0c79
Break out early
Break out early
danielmarbach/MicroBenchmarks
MicroBenchmarks/Linq/LinqGuidConversionContains.cs
apache-2.0
1,586,848,615
using System; using System.Collections.Generic; using System.Linq; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Exporters; using BenchmarkDotNet.Jobs; namespace MicroBenchmarks.Linq { [Config(typeof(Config))] public class L...
using System; using System.Collections.Generic; using System.Linq; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Exporters; using BenchmarkDotNet.Jobs; namespace MicroBenchmarks.Linq { [Config(typeof(Config))] public class L...
f3dbddd75ca735dfb75fb34efb15a2f14370a440
Update bindings in LoadComplete()
Update bindings in LoadComplete()
UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,EVAST9919/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,EVAST9919/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,ppy/osu,p...
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,586,847,158
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
59728ffebddcdb47c121d7eaf3b1f80687f0e63a
Fix up/improve test scene
Fix up/improve test scene
NeoAdonis/osu,ppy/osu,EVAST9919/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,EVAST9919/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,pep...
osu.Game.Tests/Visual/Gameplay/TestSceneFailingLayer.cs
mit
1,586,845,474
// 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 NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Configuration; using osu.Game.Rulesets.Scoring; using osu.Game.Screens...
// 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 NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Testing; using osu.Game.Configuration; using osu.Game.Rulesets.Scoring; using osu.Game.Screens...
b8b334ca27d853b81bf86eeb93d29a91d3ca4f34
Always unbind bindings
Always unbind bindings
smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,EVAST9919/osu,EVAST9919/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,EVAST9919/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogip...
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,586,845,316
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
3183827329e477c8edb138f0f3930fcc450bf8a8
Reorder fields
Reorder fields
ppy/osu,EVAST9919/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,EVAST9919/osu,EVAST9919/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,pep...
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,586,844,571
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
7d2d0785fd0cda708e8cfe0ecf867c7eb6214bb6
Fix potential unsafe ordering of binds
Fix potential unsafe ordering of binds
smoogipoo/osu,EVAST9919/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdon...
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,586,844,452
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// 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.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
9619fb9f6a5fa140b3bbf0226cf12c879619c66e
Remove bind in Player
Remove bind in Player
UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,ppy/osu,UselessToucan/osu,EVAST9919/osu,EVAST9919/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,EVAST9919/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,pep...
osu.Game/Screens/Play/Player.cs
mit
1,586,844,036
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.S...
a75165c6f55cdcc7e9ef1e76c57da002fd6b5782
catch a reported exception for once
catch a reported exception for once
geovens/gInk
src/FormCollection.cs
mit
1,586,843,935
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Threading; //using System.Windows.Input; using Microsoft.Ink; namespace gInk { public partial class FormCol...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Threading; //using System.Windows.Input; using Microsoft.Ink; namespace gInk { public partial class FormCol...
6da4839c2b3feec7c1770d4ed140651600990bfa
Resolve conversation: * Avoid duplicaion logic by using SwaggerMiddleware * Use singular form in message * Avoid `RouteTemplate` in endpoint routing
Resolve conversation: * Avoid duplicaion logic by using SwaggerMiddleware * Use singular form in message * Avoid `RouteTemplate` in endpoint routing
domaindrivendev/Swashbuckle.AspNetCore,domaindrivendev/Ahoy,domaindrivendev/Ahoy,domaindrivendev/Ahoy,domaindrivendev/Swashbuckle.AspNetCore
src/Swashbuckle.AspNetCore.Swagger/DependencyInjection/SwaggerBuilderExtensions.cs
mit
1,586,843,724
using System; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Microsoft.OpenApi.Writers; using Swashbuckle.AspNetCore.Swagger; #if NETCOREAPP3_0 using Microsoft.A...
using System; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Microsoft.OpenApi.Writers; using Swashbuckle.AspNetCore.Swagger; #if NETCOREAPP3_0 using Microsoft.A...
3c5fb7982351a86964b3fa65c515c61f36b4d9e8
Mark dummy api test scene as headless
Mark dummy api test scene as headless
smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,EVAST9919/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,EVAST9919/osu,peppy/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,ppy/osu,smoogip...
osu.Game.Tests/Online/TestDummyAPIRequestHandling.cs
mit
1,586,843,469
// 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 NUnit.Framework; using osu.Framework.Testing; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Game.Online.API.Requests.Responses; using osu...
// 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 NUnit.Framework; using osu.Game.Online.API; using osu.Game.Online.API.Requests; using osu.Game.Online.API.Requests.Responses; using osu.Game.Online.Chat; using osu....
ec805a55edb6606523a79939cdddbce0a8564e72
Sort explicitly unsorted list before comparing it in a test
Sort explicitly unsorted list before comparing it in a test
rainersigwald/msbuild,mono/msbuild,mono/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbuild,mono/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rain...
src/Build.OM.UnitTests/Instance/ProjectItemInstance_Tests.cs
mit
1,586,842,455
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Xml; using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Microsof...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Xml; using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Microsof...
df9d29b3248b2f6271a161cf95959b55ac12ba7e
Diagnosability for CopyOnWriteDictionary_Tests.SerializeDeserialize2
Diagnosability for CopyOnWriteDictionary_Tests.SerializeDeserialize2
sean-gilliam/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,mono/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,mono/msbuild,rainersigwald/msbuild,cdmihai/msbuild,mono/msbuild,rainersigwald/msbui...
src/Shared/UnitTests/CopyOnWriteDictionary_Tests.cs
mit
1,586,842,425
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using Microsoft.Build.Collections; using Microsof...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using Microsoft.Build.Collections; using Microsof...
698ab1518d419c8cef775f8ad9191e0cf681321f
[Helix] Force overwrite when installing app runtime (#20803)
[Helix] Force overwrite when installing app runtime (#20803)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
eng/helix/content/RunTests/TestRunner.cs
apache-2.0
1,586,841,842
// 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.CommandLine; using System.IO; using System.IO.Compression; using System.Runtime.InteropServ...
// 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.CommandLine; using System.IO; using System.IO.Compression; using System.Runtime.InteropServ...
2bea740991c242f1af3204b0412115be67e57577
Small optimization
Small optimization
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Utilities/Editor/XRSettingsUtilities.cs
mit
1,586,840,824
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEditor; #if UNITY_2019_3_OR_NEWER using System.Collections.Generic; using UnityEngine; using UnityEngine.XR; #endif // UNITY_2019_3_OR_NEWER namespace Microsoft.MixedReality.Toolkit.Utilities.Editor { /// <summary> /// Uti...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using UnityEditor; #if UNITY_2019_3_OR_NEWER using System.Collections.Generic; using UnityEngine; using UnityEngine.XR; #endif // UNITY_2019_3_OR_NEWER namespace Microsoft.MixedReality.Toolkit.Utilities.Editor { /// <summary> /// Uti...
489f4e7ee82fded56ef1908f4f4fbf6261d4b718
3619.2: temp fix
3619.2: temp fix
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.YourImplementation/1_Events/RenderElementEventPortal.cs
bsd-2-clause
1,586,840,242
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; using LayoutFarm.UI.ForImplementator; namespace LayoutFarm.UI { public class RenderElementEventPortal : IEventPortal { /// <summary> /// a helper class fo...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; using LayoutFarm.UI.ForImplementator; namespace LayoutFarm.UI { public class RenderElementEventPortal : IEventPortal { /// <summary> /// a helper class fo...
366a4f1b6fff294ae384acaf7bb03edb66b36d28
Fix cast/call to actually get an ICollection
Fix cast/call to actually get an ICollection
cdmihai/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,mono/msbuild,mono/msbuild,rainersigwald/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,mono/msbuild,rainersigwald/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,AndyGerli...
src/Shared/CopyOnWriteDictionary.cs
mit
1,586,840,235
// 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; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Runti...
// 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; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Runti...
cd360e2e41046fab39984dd3881e50c30d983c5d
Improve diagnosability in RemoteTaskItem
Improve diagnosability in RemoteTaskItem
mono/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,mono/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,cdmihai/msbuild,mono/msbuild,rainer...
src/Utilities.UnitTests/TaskItem_Tests.cs
mit
1,586,840,176
// 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; using System.Collections.Generic; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Shared; using Microso...
// 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; using System.Collections.Generic; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Shared; using Microso...
6753969fd77496bf4fbe5ac8c8ac4f0092ec50ac
Added PositionedObjectGueWrapper.GetAbsolutePositionInFrbSpace
Added PositionedObjectGueWrapper.GetAbsolutePositionInFrbSpace
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/Glue/GumPlugin/GumPlugin/Embedded/PositionedObjectGueWrapper.cs
mit
1,586,836,950
using FlatRedBall; using Gum.Wireframe; using Microsoft.Xna.Framework; using RenderingLibrary; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.Text; namespace GumCoreShared.FlatRedBall.Embedded { public class PositionedObjectGueWrapper : PositionedObject { ...
using FlatRedBall; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.Text; namespace GumCoreShared.FlatRedBall.Embedded { public class PositionedObjectGueWrapper : PositionedObject { PositionedObject frbObject; global::FlatRedBal...
456a0733bc89fafadd9907492919c0296792a7c5
Shouldly in some COWDictionary tests
Shouldly in some COWDictionary tests
cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,mono/msbuild,AndyGerlicher/msbuild,rai...
src/Shared/UnitTests/CopyOnWriteDictionary_Tests.cs
mit
1,586,835,918
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using Microsoft.Build.Collections; using Microsof...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using Microsoft.Build.Collections; using Microsof...
2d3562d56a908bf542b7e5e044a82a345de67088
Added Z3 options to match Corral before Boogie updates
Added Z3 options to match Corral before Boogie updates Now the options passed to Z3 are exactly the same as they used to be.
boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral
source/Driver.cs
mit
1,586,833,999
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Boogie; using System.Diagnostics; using cba.Util; using cba; using Microsoft.Boogie.Houdini; using System.Runtime.Serialization.Formatters.Binary; using System.IO; namespace cba { public class Driver { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Boogie; using System.Diagnostics; using cba.Util; using cba; using Microsoft.Boogie.Houdini; using System.Runtime.Serialization.Formatters.Binary; using System.IO; namespace cba { public class Driver { ...
c5f8bbb25fe55fd89af091ce27b8f5ba27aaa9f9
Fix beatmap background not displaying when video is present
Fix beatmap background not displaying when video is present
NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipooo/osu,peppy/osu-new,ppy/osu,EVAST9919/osu,EVAST9919/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessTouc...
osu.Game/Storyboards/Storyboard.cs
mit
1,586,832,997
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Storyboards.Drawables; namespace osu.Game.Storyboards { public class St...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Storyboards.Drawables; namespace osu.Game.Storyboards { public class St...
466ef769a16ab6db3e3a8ce13f4b77f7cad3db8e
3619: SetCurrentContextElement()
3619: SetCurrentContextElement()
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.YourImplementation/1_Events/RenderElementEventPortal.cs
bsd-2-clause
1,586,832,956
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; using LayoutFarm.UI.ForImplementator; namespace LayoutFarm.UI { public class RenderElementEventPortal : IEventPortal { /// <summary> /// a helper class fo...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; using LayoutFarm.UI.ForImplementator; namespace LayoutFarm.UI { public class RenderElementEventPortal : IEventPortal { /// <summary> /// a helper class fo...
2d8b4204c1b37ba10840a9eb696741dbba07d7e7
Keep text field focused in the chat simulator when pressing enter
Keep text field focused in the chat simulator when pressing enter
samfun123/KtaneTwitchPlays
TwitchPlaysAssembly/Src/TwitchPlaysService.cs
mit
1,586,830,863
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Props; using Assets.Scripts.Records; using Assets.Scripts.Services; using Assets.Scripts.Stats; using UnityEngine; using Unit...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text.RegularExpressions; using Assets.Scripts.Props; using Assets.Scripts.Records; using Assets.Scripts.Services; using Assets.Scripts.Stats; using UnityEngine; using Unit...
c0c92233951e16fd02a419a39678c2accd213c92
[Mono.Debugging.Soft] Simplified breakpoint resolving logic
[Mono.Debugging.Soft] Simplified breakpoint resolving logic The old logic was trying to be so smart, it smartness-overloaded into Smartness.MinValue. In all seriousness, though, now that the IDE intelligently resolves breakpoints to the correct line, we don't need to be "smart". This code was only needed 10 years ag...
Unity-Technologies/debugger-libs,mono/debugger-libs,Unity-Technologies/debugger-libs,mono/debugger-libs
Mono.Debugging.Soft/SoftDebuggerSession.cs
mit
1,586,830,419
// // SoftDebuggerSession.cs // // Authors: Lluis Sanchez Gual <lluis@novell.com> // Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any perso...
// // SoftDebuggerSession.cs // // Authors: Lluis Sanchez Gual <lluis@novell.com> // Jeffrey Stedfast <jeff@xamarin.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // Copyright (c) 2012 Xamarin Inc. (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any perso...
c3319a824ada6cda257b6e324f2cfdae554f6a0b
[UnitTests] Fixed unit tests for .netcore
[UnitTests] Fixed unit tests for .netcore
mono/debugger-libs,Unity-Technologies/debugger-libs,Unity-Technologies/debugger-libs,mono/debugger-libs
UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
mit
1,586,830,308
// // BreakpointsAndSteppingTests.cs // // Author: // David Karlaš <david.karlas@xamarin.com> // // Copyright (c) 2014 Xamarin, Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), t...
// // BreakpointsAndSteppingTests.cs // // Author: // David Karlaš <david.karlas@xamarin.com> // // Copyright (c) 2014 Xamarin, Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), t...
c4fde2cd98c7c540cfd2067532afa10cd300a192
allowed different encoding for DefaultStringPackageDecoder
allowed different encoding for DefaultStringPackageDecoder
kerryjiang/SuperSocket,kerryjiang/SuperSocket
src/SuperSocket.Primitives/DefaultStringPackageDecoder.cs
apache-2.0
1,586,829,055
using System; using System.Buffers; using System.Linq; using System.Text; using SuperSocket.ProtoBase; namespace SuperSocket { public class DefaultStringPackageDecoder : IPackageDecoder<StringPackageInfo> { public Encoding Encoding { get; private set; } public DefaultStringPackageDecoder() ...
using System; using System.Buffers; using System.Linq; using System.Text; using SuperSocket.ProtoBase; namespace SuperSocket { public class DefaultStringPackageDecoder : IPackageDecoder<StringPackageInfo> { public StringPackageInfo Decode(ReadOnlySequence<byte> buffer, object context) { ...
10400d802947260342c54b6a785a646979428eaa
Disposed resources, renamed bdrfLUT with type, removed unnecessary method
Disposed resources, renamed bdrfLUT with type, removed unnecessary method
tgc-utn/tgc-viewer
TGC.Examples/ShadersExamples/PBRConIBL.cs
mit
1,586,827,559
using Microsoft.DirectX.Direct3D; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Windows.Forms; using TGC.Core.Direct3D; using TGC.Core.Geometry; using TGC.Core.Mathematica; using TGC.Core.SceneLoader; using TGC.Core.Shaders; using TGC.Core.Textures; using TGC.Examp...
using Microsoft.DirectX.Direct3D; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Windows.Forms; using TGC.Core.Direct3D; using TGC.Core.Geometry; using TGC.Core.Mathematica; using TGC.Core.SceneLoader; using TGC.Core.Shaders; using TGC.Core.Textures; using TGC.Examp...
b51fc8bdfd5cdafec2452a105abe4fa269c82ae5
Modify ParseResultsList to throw instead of null (#996)
Modify ParseResultsList to throw instead of null (#996) * Modify ParseResultsList to throw instead of null Callers to ParseResultList expect the return value to be non-null. However, if there is remaining characters in the span, we will return null. This change modifies this call to throw MIResultFormatExcepti...
orbitcowboy/MIEngine,Microsoft/MIEngine,Microsoft/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine,Microsoft/MIEngine
src/MICore/MIResults.cs
mit
1,586,825,758
// 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.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; using System.Collections;...
// 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.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; using System.Collections;...
cddb10f415d9d17323c1f77d20f138282ecf33c1
Update "unused" using for non-2019.3
Update "unused" using for non-2019.3
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Utilities/Editor/Setup/MixedRealityProjectConfigurator.cs
mit
1,586,824,618
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Editor; using System; using System.Collections.Generic; using UnityEditor; using UnityEngine; #if !UNITY_2019_3_OR_NEWER using ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Editor; using System; using System.Collections.Generic; using System.IO; using UnityEditor; using UnityEngine; namespace Micros...
605edd2cbb25e67add77327566c83d4f90aeae60
Add null check for public API
Add null check for public API
nikeee/HolzShots,nikeee/HolzShots
src/HolzShots.Core/Input/Selection/AreaSelector2.cs
agpl-3.0
1,586,823,990
using System; using System.Diagnostics; using System.Drawing; using System.Threading.Tasks; using System.Windows.Forms; using unvell.D2DLib; using unvell.D2DLib.WinForm; namespace HolzShots.Input.Selection { public partial class AreaSelector2 : D2DForm, IAreaSelector { private static readonly D2DColor ...
using System; using System.Diagnostics; using System.Drawing; using System.Threading.Tasks; using System.Windows.Forms; using unvell.D2DLib; using unvell.D2DLib.WinForm; namespace HolzShots.Input.Selection { public partial class AreaSelector2 : D2DForm, IAreaSelector { private static readonly D2DColor ...
9c99c17da7b2d42b6721fa51df6214dde6666839
Fixed dimensions of warp boxes at edge of screen
Fixed dimensions of warp boxes at edge of screen
Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab
LynnaLab/UI/RoomEditor.cs
mit
1,586,823,832
using System; using Bitmap = System.Drawing.Bitmap; using System.Collections.Generic; using Gtk; namespace LynnaLab { [System.ComponentModel.ToolboxItem(true)] public class RoomEditor : TileGridViewer { public Room Room { get { return room; } } public bool Enabl...
using System; using Bitmap = System.Drawing.Bitmap; using System.Collections.Generic; using Gtk; namespace LynnaLab { [System.ComponentModel.ToolboxItem(true)] public class RoomEditor : TileGridViewer { public Room Room { get { return room; } } public bool Enabl...
a555f0a223a45e10fc3283f7e02fc0cf6da29980
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,586,823,304
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
1d404305d9b008a707fba4689becc33e1bf5dd0c
Fixed an issue with IsEnqueueSuccess
Fixed an issue with IsEnqueueSuccess
pharring/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet,Microsoft/ApplicationInsights-dotnet,pharring/ApplicationInsights-dotnet
BASE/src/ServerTelemetryChannel/Implementation/TransmissionStorage.cs
mit
1,586,823,091
namespace Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using Microsoft.Applicatio...
namespace Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using Microsoft.Applicatio...
1ddf1cdd11c17c1eb0bf6c4b122bd91e8df1210e
[FIXED #556] topics are not deleted from search index
[FIXED #556] topics are not deleted from search index
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YAF.Core/Services/Search.cs
apache-2.0
1,586,822,825
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dis...
fefe18882873ddb483e14db5a801794d33ae3487
instrument generic xrsdk spatial mesh observer
instrument generic xrsdk spatial mesh observer
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Providers/XRSDK/GenericXRSDKSpatialMeshObserver.cs
mit
1,586,819,678
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; using UnityEngine.XR; namespace Microsoft.MixedReality.Toolkit....
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.SpatialAwareness; using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using UnityEngine; using UnityEngine.XR; namespace Microsoft.MixedReality.Toolkit.XRSDK { [MixedReali...
13c81db0cf90fcb1db1909a20aa753c23884faea
Fix incorrect classic score formula
Fix incorrect classic score formula Upon closer inspection the classic score formula was subtly wrong. The version given in the wiki is: Score = Hit Value + (Hit Value * ((Combo multiplier * Difficulty multiplier * Mod multiplier) / 25)) The code previously used: bonusScore + baseScore * ((1 + Math.Max(0, Highes...
peppy/osu-new,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,smoogipoo/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,EVAST9919/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,pep...
osu.Game/Rulesets/Scoring/ScoreProcessor.cs
mit
1,586,819,398
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using osu.Framework.Bindables; using osu.Framework.Extensions; using osu.Gam...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using osu.Framework.Bindables; using osu.Framework.Extensions; using osu.Gam...
1de760186e5514524dfe9bbb2ba0e9cb52f29fc4
pr feedback
pr feedback
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Services/DiagnosticsSystem/MixedRealityToolkitVisualProfiler.cs
mit
1,586,819,260
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Text; using Unity.Profiling; using UnityEngine; #if WINDOWS_UWP using Windows.Media.Capture; using Wind...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Text; using Unity.Profiling; using UnityEngine; #if WINDOWS_UWP using Windows.Media.Capture; using Wind...
476ee13056dfebfe1b4819e65b23cde732c1bc63
Keep FlashWindowEx private
Keep FlashWindowEx private
nikeee/HolzShots,nikeee/HolzShots
src/HolzShots.Native/User32.cs
agpl-3.0
1,586,818,469
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; namespace HolzShots.Native { public static class User32 { private const string DllName = "user32.dll"; #region SendMessage [DllImport(DllName)] public static extern IntPtr ...
using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; namespace HolzShots.Native { public static class User32 { private const string DllName = "user32.dll"; #region SendMessage [DllImport(DllName)] public static extern IntPtr ...
a59c5c22860172334d79feba339bd0c37c59b31c
- Updating SetHostChannel API to include isAutoHost parameter
- Updating SetHostChannel API to include isAutoHost parameter
SaviorXTanren/mixer-client-csharp
Mixer/Mixer.Base/Services/ChannelsService.cs
mit
1,586,818,204
using Mixer.Base.Model.Broadcast; using Mixer.Base.Model.Channel; using Mixer.Base.Model.User; using Mixer.Base.Util; using Newtonsoft.Json.Linq; using StreamingClient.Base.Util; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; namespace Mixer.Bas...
using Mixer.Base.Model.Broadcast; using Mixer.Base.Model.Channel; using Mixer.Base.Model.User; using Mixer.Base.Util; using Newtonsoft.Json.Linq; using StreamingClient.Base.Util; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; namespace Mixer.Bas...
614041592cf1236959044d75fa584d4aa663b15e
add profiler markers for camera system (fallback path)
add profiler markers for camera system (fallback path)
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Services/CameraSystem/MixedRealityCameraSystem.cs
mit
1,586,818,036
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; namespace Micr...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Microsoft.MixedReality.Tool...
43d62e286937f8c3c81994cb46f0b3955b5cf619
Made Token not mandatory for Test-NtTokenGroup.
Made Token not mandatory for Test-NtTokenGroup.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtObjectManager/Cmdlets/Object/TestNtTokenGroup.cs
apache-2.0
1,586,817,280
// 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...
0baef8c148bf5fb7afd6a5031f812274e9f0fc95
Decided that 15 was better LOL
Decided that 15 was better LOL
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Waifu/WaifuServiceUnboxing.cs
agpl-3.0
1,586,816,465
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; using SoraBot.Services.Utils; using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu; namespace SoraBot.Services.Waif...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; using SoraBot.Services.Utils; using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu; namespace SoraBot.Services.Waif...
136ebf2af8bf07bb4bb796815fbf1dc421cc864a
Increased total waifu cache TTL to 20 minutes
Increased total waifu cache TTL to 20 minutes
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Waifu/WaifuServiceUnboxing.cs
agpl-3.0
1,586,816,445
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; using SoraBot.Services.Utils; using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu; namespace SoraBot.Services.Waif...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Cache; using SoraBot.Services.Utils; using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu; namespace SoraBot.Services.Waif...
fdf242c871270e578786a25acf70426fe96d587f
Rename to Master
Rename to Master
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/UtilFramework.cs
mit
1,586,816,154
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
d708c6546de5b3fcc94361e7a062c193da1991e0
Add a way to retrieve BitTag bits representation
Add a way to retrieve BitTag bits representation
lucas-miranda/Raccoon
Raccoon/Util/BitTag.cs
mit
1,586,815,914
using System.Collections; using System.Collections.Generic; namespace Raccoon.Util { public struct BitTag : System.IEquatable<BitTag>, IEnumerable<BitTag>, IEnumerable { #region Public Members public static readonly BitTag None = new BitTag(0UL), All = new Bi...
using System.Collections; using System.Collections.Generic; namespace Raccoon.Util { public struct BitTag : System.IEquatable<BitTag>, IEnumerable<BitTag>, IEnumerable { #region Public Members public static readonly BitTag None = new BitTag(0UL), All = new Bi...
8bbd2df43d0198949cdb2ba767e6e251166a9e2a
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionsPrimes.cs
mit
1,586,815,817
using FonctionsUtiles.Fred.Csharp; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Numerics; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionsPrimes { [TestMethod] public void TestMethod_BigInteger_substring()...
using FonctionsUtiles.Fred.Csharp; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Numerics; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionsPrimes { [TestMethod] public void TestMethod_BigInteger_substring()...
a58c09186280f8ac8319acf4fed177014ffe8f32
[UnitTests] more fixes
[UnitTests] more fixes
mono/debugger-libs,mono/debugger-libs,Unity-Technologies/debugger-libs,Unity-Technologies/debugger-libs
UnitTests/Mono.Debugging.Tests/Shared/BreakpointsAndSteppingTests.cs
mit
1,586,815,411
// // BreakpointsAndSteppingTests.cs // // Author: // David Karlaš <david.karlas@xamarin.com> // // Copyright (c) 2014 Xamarin, Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), t...
// // BreakpointsAndSteppingTests.cs // // Author: // David Karlaš <david.karlas@xamarin.com> // // Copyright (c) 2014 Xamarin, Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), t...
c56e05f6c0d38a6d7508e3fb89924aa4bb095d6b
Fix bug in Gantt chart that was allowing activities without names to crash the application.
Fix bug in Gantt chart that was allowing activities without names to crash the application.
countincognito/Zametek.ProjectPlan
src/Zametek.View.ProjectPlan/GanttChartManagement/GanttChartManagerView.xaml.cs
bsd-2-clause
1,586,815,397
using nGantt.GanttChart; using nGantt.PeriodSplitter; using Prism; using Prism.Events; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using Zametek.Common.ProjectPlan; using Zame...
using nGantt.GanttChart; using nGantt.PeriodSplitter; using Prism; using Prism.Events; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using Zametek.Common.ProjectPlan; using Zame...
b2f21c3beb650abe0c0f27d9925ff8cb8f954e11
Add InverseLerp and simplify Math.Map with it
Add InverseLerp and simplify Math.Map with it
lucas-miranda/Raccoon
Raccoon/Util/Math.cs
mit
1,586,815,380
namespace Raccoon.Util { public static class Math { public const float Epsilon = 0.0001f; public const double PI = Microsoft.Xna.Framework.MathHelper.Pi; public const double DoublePI = 2.0 * PI; public const double TriplePI = 3.0 * PI; public const double HalfPI = PI / 2.0;...
namespace Raccoon.Util { public static class Math { public const float Epsilon = 0.0001f; public const double PI = Microsoft.Xna.Framework.MathHelper.Pi; public const double DoublePI = 2.0 * PI; public const double TriplePI = 3.0 * PI; public const double HalfPI = PI / 2.0;...
c85edc167fe665cb89747891c5f74d76fbab31f2
Add profiler markers to the teleport system
Add profiler markers to the teleport system
killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Services/TeleportSystem/MixedRealityTeleportSystem.cs
mit
1,586,814,975
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using Unity.Profiling; using UnityEngine; using UnityEngine.EventSystems; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using UnityEngine; using UnityEngine.EventSystems; namespace Microsoft.Mi...
829cdd44aa6f00bfe5f6fdf2706d14db55ddee9f
InMemoryMessageChannel. Clear messages on close. Check started thread version.
InMemoryMessageChannel. Clear messages on close. Check started thread version.
StockSharp/StockSharp
Messages/InMemoryMessageChannel.cs
apache-2.0
1,586,814,735
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
#region S# License /****************************************************************************************** NOTICE!!! This program and source code is owned and licensed by StockSharp, LLC, www.stocksharp.com Viewing or use of this code requires your acceptance of the license agreement found at https://github.com/St...
4e30a41ee821211c8a01a0e1ef52951be634bb99
Correctly align printed information for debugging
Correctly align printed information for debugging Signed-off-by: Dimitar Dobrev <ca751a5c976abad79158718440750fc638d19ebc@protonmail.com>
ddobrev/CppSharp,mono/CppSharp,ddobrev/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,ddobrev/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,ddobrev/CppSharp,ddobrev/CppSharp,zillemarco/CppSharp
src/Generator/Generators/CodeGenerator.cs
mit
1,586,811,776
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web.Util; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators.CSharp; namespace CppSharp.Generators { public abstract class CodeGenerator : BlockGenerat...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Web.Util; using CppSharp.AST; using CppSharp.AST.Extensions; using CppSharp.Generators.CSharp; namespace CppSharp.Generators { public abstract class CodeGenerator : BlockGenerat...
8c7e16dc28f9aaf684963adf22e21f2b496a9963
Rewrite some log messages
Rewrite some log messages
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs
agpl-3.0
1,586,811,549
using Microsoft.Extensions.Logging; using Microsoft.Win32.SafeHandles; using System; using System.DirectoryServices.AccountManagement; using System.Security.Principal; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Models; namespace Tgstation.Server.Host.Security { /// <summary> /...
using Microsoft.Extensions.Logging; using Microsoft.Win32.SafeHandles; using System; using System.DirectoryServices.AccountManagement; using System.Security.Principal; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Models; namespace Tgstation.Server.Host.Security { /// <summary> /...
aacb6e017b8151f38c30af9bddcddf569f9ce744
Reset should set the _fisrt flag to false. Or the devices search is tuck in a endles loop.
Reset should set the _fisrt flag to false. Or the devices search is tuck in a endles loop.
Rinsen/OneWire
src/Rinsen.IoT.OneWire/DS2482ChannelEnumerator.cs
mit
1,586,810,701
using Rinsen.IoT.OneWire.Abstractions; using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace Rinsen.IoT.OneWire { public class DS2482ChannelEnumerator : IEnumerator<byte[]> { private readonly OneWireMaster _oneWireMaster; private readonly byte[]...
using Rinsen.IoT.OneWire.Abstractions; using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace Rinsen.IoT.OneWire { public class DS2482ChannelEnumerator : IEnumerator<byte[]> { private readonly OneWireMaster _oneWireMaster; private readonly byte[]...
ec314545ef373d5cde5913b392dbc98f5a77576e
Fix ClientStatusEffectsComponent not cleaning up GUI on shutdown correctly.
Fix ClientStatusEffectsComponent not cleaning up GUI on shutdown correctly.
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.Client/GameObjects/Components/Mobs/ClientStatusEffectsComponent.cs
mit
1,586,809,685
using System.Collections.Generic; using System.Linq; using Content.Client.UserInterface; using Content.Client.Utility; using Content.Shared.GameObjects.Components.Mobs; using Robust.Client.GameObjects; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.Interfaces.UserInterface; using Robust.Client.P...
using System.Collections.Generic; using System.Linq; using Content.Client.UserInterface; using Content.Client.Utility; using Content.Shared.GameObjects.Components.Mobs; using Robust.Client.GameObjects; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.Interfaces.UserInterface; using Robust.Client.P...
a4092acf5b313ace94a6910c9a15252e9c42b2be
Fix not returning to main menu on disconnect correctly.
Fix not returning to main menu on disconnect correctly.
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,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14
Content.Client/EntryPoint.cs
mit
1,586,809,667
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
7def5e7d6ce1b3cad5c15538adb6cdc7287d995b
Remove seemingly-unecessary DetachEntity() in GameScreenBase.
Remove seemingly-unecessary DetachEntity() in GameScreenBase.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Client/State/GameScreenBase.cs
mit
1,586,809,565
using System.Collections.Generic; using System.Linq; using Content.Client.GameObjects.Components; using Content.Shared.GameObjects; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Client.Interfaces.Graphics.C...
using System.Collections.Generic; using System.Linq; using Content.Client.GameObjects.Components; using Content.Shared.GameObjects; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Client.Interfaces.Graphics.C...
60a36066e521b721e349e3aa0ebbc680e58cb021
Do not start interactive console if input is redirected
Do not start interactive console if input is redirected
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/ASF.cs
apache-2.0
1,586,809,514
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
ccddda32995c426da368ebb9ba3a5deaf46479a6
v5.6.0 - Missed a spot
v5.6.0 - Missed a spot
hamstar0/tml-hamstarhelpers-mod
Classes/UI/Elements/UISlider.cs
agpl-3.0
1,586,807,964
using System; using System.Text; using Microsoft.Xna.Framework; using Terraria; using HamstarHelpers.Classes.UI.Theme; using HamstarHelpers.Helpers.Debug; namespace HamstarHelpers.Classes.UI.Elements { /// <summary> /// Implements a UI slider bar element. /// </summary> public partial class UISlider : UIThemedEl...
using System; using System.Text; using Microsoft.Xna.Framework; using Terraria; using HamstarHelpers.Classes.UI.Theme; using HamstarHelpers.Helpers.Debug; namespace HamstarHelpers.Classes.UI.Elements { /// <summary> /// Implements a UI slider bar element. /// </summary> public partial class UISlider : UIThemedEl...
9d559949ddc4232fd0e4f241897602afea4c1d4f
bug fix in xml doc
bug fix in xml doc
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,586,807,868
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
2c1a1da0fd75b94f5875f24d3fce76f99b30d15e
Do not log a warning when a retry will happen (#2271)
Do not log a warning when a retry will happen (#2271) Because a retry logged a warning, even though upload passed on the second try, cli enables warnings-as-errors and the build will fail.
dotnet/buildtools,dotnet/buildtools,dotnet/buildtools,dotnet/buildtools,dotnet/buildtools
src/Microsoft.DotNet.Build.CloudTestTasks/AzureHelper.cs
mit
1,586,807,623
// 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 Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System; using System.Collections.Generic; us...
// 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 Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System; using System.Collections.Generic; us...
f0a95206b3089db2ef3a1056f1f0f9f80c2a5d77
Fix a race condition in LifecycleSubject (#6481)
Fix a race condition in LifecycleSubject (#6481)
jthelin/orleans,dotnet/orleans,hoopsomuah/orleans,yevhen/orleans,ibondy/orleans,waynemunro/orleans,hoopsomuah/orleans,amccool/orleans,amccool/orleans,jason-bragg/orleans,galvesribeiro/orleans,waynemunro/orleans,waynemunro/orleans,benjaminpetit/orleans,dotnet/orleans,ElanHasson/orleans,ReubenBond/orleans,ReubenBond/orle...
src/Orleans.Core/Lifecycle/LifecycleSubject.cs
mit
1,586,806,759
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Runtime; namespace Orleans { /// <summary> /// Observable lifecycle /// Notes: /// - Single use,...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Orleans.Runtime; namespace Orleans { /// <summary> /// Observable lifecycle /// Notes: /// - Single use,...
96aa83fc4a6f4be2c275d4cda05e4c215b473190
add ca1004 suppress because
add ca1004 suppress because
OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build
Analyzers/analyzers/SuppressBecause.cs
mit
1,586,806,529
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="SuppressBecause.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet package. Wil...
ff4a6f7ed047e1303e5dcd8c9d70040856550285
Added option to convert to mandatory access.
Added option to convert to mandatory access.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtObjectManager/Cmdlets/Object/GetNtAccessMaskCmdlet.cs
apache-2.0
1,586,806,528
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
8e6406d2e88e103be610eb35773ca9ed7c3c0ef1
Update GenericXRSDKController.cs
Update GenericXRSDKController.cs
killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Providers/XRSDK/Controllers/GenericXRSDKController.cs
mit
1,586,805,656
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using Unity.Profiling; using UnityEngine; using UnityEngine.XR; namespace Microsoft.MixedReality.Toolkit.XRSDK.Input { [MixedRealityController( ...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using Unity.Profiling; using UnityEngine; using UnityEngine.XR; namespace Microsoft.MixedReality.Toolkit.XRSDK.Input { [MixedRealityController( ...
6e17d79deb638ecfb453db28fc4c30fdb3c4b33b
(#54) Add Art built-in badge
(#54) Add Art built-in badge
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/Elements/UIMenuItem.cs
mit
1,586,804,692
using System; using System.Drawing; using System.ComponentModel; namespace RAGENativeUI.Elements { /// <summary> /// Simple item with a label. /// </summary> public class UIMenuItem { public static readonly Color DefaultBackColor = Color.Empty, DefaultHi...
using System; using System.Drawing; using System.ComponentModel; namespace RAGENativeUI.Elements { /// <summary> /// Simple item with a label. /// </summary> public class UIMenuItem { public static readonly Color DefaultBackColor = Color.Empty, DefaultHi...
274cd00283ec1d968d8ddc90451ac53112a27f48
Bumped version to 3.1.0
Bumped version to 3.1.0
jmalarcon/MIIS,jmalarcon/MIIS
src/MIISHandler/Properties/AssemblyInfo.cs
mit
1,586,802,599
using System.Reflection; using System.Runtime.CompilerServices; 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("MI...
using System.Reflection; using System.Runtime.CompilerServices; 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("MI...
21964bcaaf5a1b8d8ff53cd449ca08f83d03768a
instrument spatial awareness service
instrument spatial awareness service
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity
Assets/MRTK/Services/SpatialAwarenessSystem/MixedRealitySpatialAwarenessSystem.cs
mit
1,586,801,226
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Collections.Generic; using Unity.Profiling; using UnityEngine; using UnityEngine.EventSystems; namespace Microsoft.MixedReality.Toolkit.SpatialAwarenes...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; namespace Microsoft.MixedReality.Toolkit.SpatialAwareness { /// <summary> ...
7b577f806f3c1ab858f457b10919c1f0343b1e59
Use OnOpen and OnSave functions from new FileDialog class
Use OnOpen and OnSave functions from new FileDialog class
Xeeynamo/KingdomHearts
OpenKh.Tools.Kh2TextEditor/ViewModels/MainViewModel.cs
mit
1,586,800,580
using OpenKh.Tools.Common; using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Kh2.Contextes; using OpenKh.Kh2.Extensions; using OpenKh.Tools.Common.Models; using OpenKh.Tools.Common.Extensions; using OpenKh.Tools.Kh2TextEditor.Types; using System; using System.Collections.Generic; using System.Diagnostics; using Syst...
using OpenKh.Tools.Common; using OpenKh.Common; using OpenKh.Kh2; using OpenKh.Kh2.Contextes; using OpenKh.Kh2.Extensions; using OpenKh.Tools.Common.Models; using OpenKh.Tools.Common.Extensions; using OpenKh.Tools.Kh2TextEditor.Types; using System; using System.Collections.Generic; using System.Diagnostics; using Syst...
3e743dbeacf621ac8b71df74ff9ce32a616acc0a
Order elements
Order elements
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Shell/Commands/WalletCommands.cs
mit
1,586,800,439
using AvalonStudio.Commands; using System.Linq; using System; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using ReactiveUI; using System.Composition; using WalletWasabi.Gui.Tabs.WalletManager; using Avalonia; using System.Reactive.Linq; using WalletWasabi.Logging; namespace WalletWasabi.Gui.Shell.Comma...
using AvalonStudio.Commands; using System.Linq; using System; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using ReactiveUI; using System.Composition; using WalletWasabi.Gui.Tabs.WalletManager; using Avalonia; using System.Reactive.Linq; using WalletWasabi.Logging; namespace WalletWasabi.Gui.Shell.Comma...
597489fba2b3b17c1be23fac14ba69ccced264a7
Added missing builder property values when building macro properties.
Added missing builder property values when building macro properties.
abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePa...
src/Umbraco.Tests.Common/Builders/MacroPropertyBuilder.cs
mit
1,586,799,219
using System; using Umbraco.Core.Models; using Umbraco.Tests.Common.Builders.Extensions; using Umbraco.Tests.Common.Builders.Interfaces; namespace Umbraco.Tests.Common.Builders { public class MacroPropertyBuilder : ChildBuilderBase<MacroBuilder, IMacroProperty>, IWithIdBuilder, IWit...
using System; using Umbraco.Core.Models; using Umbraco.Tests.Common.Builders.Extensions; using Umbraco.Tests.Common.Builders.Interfaces; namespace Umbraco.Tests.Common.Builders { public class MacroPropertyBuilder : ChildBuilderBase<MacroBuilder, IMacroProperty>, IWithIdBuilder, IWit...
f299de52fc7a5d0b435087d0ba46680049ff4197
Enhanced configuration of cascading behavior on EnumProperty to allow to always display values with blank cascading attributes.
Enhanced configuration of cascading behavior on EnumProperty to allow to always display values with blank cascading attributes.
Xomega-Net/XomegaFramework
src/Xomega.Framework/DataProperties/EnumProperties/EnumProperty.cs
mit
1,586,798,891
// Copyright (c) 2020 Xomega.Net. All rights reserved. using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Xomega.Framework.Lookup; namespace Xomega.Framework.Properties { /// <summary> /// A data property that has enumerated set of possible values /// that ...
// Copyright (c) 2020 Xomega.Net. All rights reserved. using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Xomega.Framework.Lookup; namespace Xomega.Framework.Properties { /// <summary> /// A data property that has enumerated set of possible values /// that ...
e9cc0ea09d9606abb23aabc74f11d1b1093fa6ba
source tweaks
source tweaks
maxtoroq/XCST,maxtoroq/XCST
src/Xcst.Runtime/Runtime/MapWriter.cs
apache-2.0
1,586,796,929
// Copyright 2017 Max Toro Q. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
// Copyright 2017 Max Toro Q. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
5156fefaf90598804c738a65ff560165e5cdd571
fix code per PM's request
fix code per PM's request work item - https://msazure.visualstudio.com/Cognitive%20Services/_workitems/edit/6001481?src=WorkItemMention&src-action=artifact_link
MicrosoftContentModerator/VideoReviewConsoleApp,MicrosoftContentModerator/VideoReviewConsoleApp
Microsoft.ContentModerator.AMSComponent/AMSComponentClient/VideoReviewAPI.cs
mit
1,586,796,906
using Microsoft.Azure.CognitiveServices.ContentModerator; using Microsoft.CognitiveServices.ContentModerator; using Microsoft.CognitiveServices.ContentModerator.Models; using Microsoft.ContentModerator.ReviewAPI; using Microsoft.Rest; using Newtonsoft.Json; using System; using System.Collections.Generic; using System....
using Microsoft.Azure.CognitiveServices.ContentModerator; using Microsoft.CognitiveServices.ContentModerator; using Microsoft.CognitiveServices.ContentModerator.Models; using Microsoft.ContentModerator.ReviewAPI; using Microsoft.Rest; using Newtonsoft.Json; using System; using System.Collections.Generic; using System....
05990683cff61e3696df2057d469248476957913
Unconditionally enable razor pages in hosted template. Fixes #20791 (#20792)
Unconditionally enable razor pages in hosted template. Fixes #20791 (#20792)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/ProjectTemplates/ComponentsWebAssembly.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Server/Startup.cs
apache-2.0
1,586,796,834
#if (OrganizationalAuth || IndividualB2CAuth || IndividualLocalAuth) using Microsoft.AspNetCore.Authentication; #endif #if (OrganizationalAuth) using Microsoft.AspNetCore.Authentication.AzureAD.UI; #endif #if (IndividualB2CAuth) using Microsoft.AspNetCore.Authentication.AzureADB2C.UI; #endif using Microsoft.AspNetCore....
#if (OrganizationalAuth || IndividualB2CAuth || IndividualLocalAuth) using Microsoft.AspNetCore.Authentication; #endif #if (OrganizationalAuth) using Microsoft.AspNetCore.Authentication.AzureAD.UI; #endif #if (IndividualB2CAuth) using Microsoft.AspNetCore.Authentication.AzureADB2C.UI; #endif using Microsoft.AspNetCore....
b0f508a4dc74d6b6f4327045aa5bf01aee0cc883
im not smert
im not smert
krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Player/PlayerSprites.cs
agpl-3.0
1,586,796,793
using System.Collections; using System.Collections.Generic; using System.Linq; using Light2D; using UnityEngine; /// <summary> /// Handle displaying the sprites related to player, which includes underwear and the body. /// Note that the clothing you put on (UniCloths) are handled in Equipment /// Ghosts are handled i...
using System.Collections; using System.Collections.Generic; using System.Linq; using Light2D; using UnityEngine; /// <summary> /// Handle displaying the sprites related to player, which includes underwear and the body. /// Note that the clothing you put on (UniCloths) are handled in Equipment /// Ghosts are handled i...
3cc05c3764fef468adbb1091a4c1fba2b7132987
Refactor XLRepositoryBase
Refactor XLRepositoryBase
igitur/ClosedXML,ClosedXML/ClosedXML
ClosedXML/Excel/Caching/XLRepositoryBase.cs
mit
1,586,796,684
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Collections; namespace ClosedXML.Excel.Caching { internal abstract class XLRepositoryBase : IXLRepository { public abstract void Clear(); } internal abstract class XLRepository...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Collections; namespace ClosedXML.Excel.Caching { internal abstract class XLRepositoryBase : IXLRepository { public abstract void Clear(); } internal abstract class XLRepository...
cadd00e121df319adbf1b7840fcbd8cbf5c7ce14
Remove redundant Add which is already called when Location is set.
Remove redundant Add which is already called when Location is set.
ClosedXML/ClosedXML,igitur/ClosedXML
ClosedXML/Excel/Sparkline/XLSparkLineGroup.cs
mit
1,586,796,684
// Keep this file CodeMaid organised and cleaned using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { internal class XLSparklineGroup : IXLSparklineGroup { #region Public Properties public IXLRange DateRange { ...
// Keep this file CodeMaid organised and cleaned using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { internal class XLSparklineGroup : IXLSparklineGroup { #region Public Properties public IXLRange DateRange { ...
272ee560f3a5441dd43dc05a796b977e92536a21
Fixed ClonnedFrom warning. Logs mentioned that it supposed to safe us from NRE. Can't reproduce any NREs.
Fixed ClonnedFrom warning. Logs mentioned that it supposed to safe us from NRE. Can't reproduce any NREs.
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Messages/Server/SpawnMessage.cs
agpl-3.0
1,586,796,077
using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; /// <summary> /// Server tells client that a spawn has just occurred and client should invoke the appropriate /// hooks. /// </summary> public class SpawnMessage : ServerMessage { public uint SpawnedObject; public uint Clon...
using System.Collections; using System.Collections.Generic; using UnityEngine; using Mirror; /// <summary> /// Server tells client that a spawn has just occurred and client should invoke the appropriate /// hooks. /// </summary> public class SpawnMessage : ServerMessage { public uint SpawnedObject; public uint Clon...
bbc0e15253c2b330d14aefd6dbcbd5f411444e41
Made consts private
Made consts private
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Modules/WaifuModule.cs
agpl-3.0
1,586,795,393
using System; using System.Collections.Generic; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.Extensions.Options; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Configurations; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBo...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Discord; using Discord.Commands; using Microsoft.Extensions.Options; using SoraBot.Common.Extensions.Modules; using SoraBot.Data.Configurations; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; using SoraBo...
5c70bf0f38930741fdbedfd8568ac5ab103567f5
fix class name in marker text
fix class name in marker text
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity
Assets/MRTK/Core/Providers/UnityInput/UnityTouchDeviceManager.cs
mit
1,586,795,150
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; using UInput = UnityEngine.Input; namesp...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections.Generic; using Unity.Profiling; using UnityEngine; using UInput = UnityEngine.Input; namesp...
9e97cdc5ffbd2e22a5aa49991bff24a1758c2ed0
fix incorrect marker text
fix incorrect marker text
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Providers/UnityInput/UnityJoystickManager.cs
mit
1,586,794,579
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System; using System.Collections.Generic; using System.Linq; using Unity.Profiling; using UnityEngine; using UI...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System; using System.Collections.Generic; using System.Linq; using Unity.Profiling; using UnityEngine; using UI...
830d938fa16eec3ce70dd94424abe4ac91fb3f56
color button functionality
color button functionality
Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface
src/DiabloInterface/Gui/SettingsWindow.Designer.cs
mit
1,586,794,529
using System.Collections.Generic; using Zutatensuppe.DiabloInterface.Business.Settings; namespace Zutatensuppe.DiabloInterface.Gui { partial class SettingsWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = ...
using System.Collections.Generic; using Zutatensuppe.DiabloInterface.Business.Settings; namespace Zutatensuppe.DiabloInterface.Gui { partial class SettingsWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = ...
cb156cc37bd7cd209953e6700ae083f90a52628e
Update Assets/MRTK/Core/Providers/UnityInput/UnityJoystickManager.cs
Update Assets/MRTK/Core/Providers/UnityInput/UnityJoystickManager.cs Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com>
killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Core/Providers/UnityInput/UnityJoystickManager.cs
mit
1,586,794,520
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System; using System.Collections.Generic; using System.Linq; using Unity.Profiling; using UnityEngine; using UI...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities; using System; using System.Collections.Generic; using System.Linq; using Unity.Profiling; using UnityEngine; using UI...
946d6fdcdfa2a8b78f5fda151370c75bb47e616f
bcmath cleanup
bcmath cleanup
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Library/BCMath.cs
apache-2.0
1,586,794,223
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Numerics; using System.Text; using System.Threading.Tasks; using Pchp.Core; using Pchp.Core.Utilities; namespace Pchp.Library { [PhpExtension("bcmath")] public...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Numerics; using System.Text; using System.Threading.Tasks; using Pchp.Core; using Pchp.Core.Utilities; namespace Pchp.Library { [PhpExtension("bcmath")] public...
83c738ae7bc2623f801d7438acea8277e57e899d
Cli command deployDb drop
Cli command deployDb drop
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/UtilFramework.cs
mit
1,586,794,081
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
56129c2a3fa313f436314ab9090cf6ae59831792
[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,586,793,772
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "2c0ec8bd87035e012a2ae5f943aa333cf6159375"; public static string Version = "1.2"; public static string Build = "3325"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "af97c1b4d5dbe23792cceb7967c513c9a672cd6c"; public static string Version = "1.2"; public static string Build = "3323"; ...
2c0ec8bd87035e012a2ae5f943aa333cf6159375
CurCell=null rare bug quick fix (#2927)
CurCell=null rare bug quick fix (#2927)
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/Physics/PhysicsObj.cs
agpl-3.0
1,586,793,614
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using ACE.Common; using ACE.Entity.Enum; using ACE.Server.Entity.Actions; using ACE.Server.Managers; using ACE.Server.Physics.Animation; using ACE.Server.Physics.Collision; using ACE.Server.Physics.Combat; using ACE.Server.Physic...
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using ACE.Common; using ACE.Entity.Enum; using ACE.Server.Entity.Actions; using ACE.Server.Managers; using ACE.Server.Physics.Animation; using ACE.Server.Physics.Collision; using ACE.Server.Physics.Combat; using ACE.Server.Physic...
d321b98acb26e76473743697b15c99db858454b5
Fixing typo
Fixing typo
punker76/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon
Fluent.Ribbon/Controls/RibbonGroupBoxWrapPanel.cs
mit
1,586,792,339
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.ComponentModel; using System.Windows; using System.Windows.Controls; using Fluent.Internal; using Fluent.Internal.KnownBoxes; /// <summary> /// Special wrap panel for <see cref="RibbonGroupBox"/>. ...
// ReSharper disable once CheckNamespace namespace Fluent { using System; using System.ComponentModel; using System.Windows; using System.Windows.Controls; using Fluent.Internal; using Fluent.Internal.KnownBoxes; /// <summary> /// Special wrap panel for <see cref="RibbonGroupBox"/>. ...
b6840c3845ee0e7bae5a44fb85149c653628d3f6
Add missing events for `TaxId` and `Capability`
Add missing events for `TaxId` and `Capability`
stripe/stripe-dotnet
src/Stripe.net/Constants/Events.cs
apache-2.0
1,586,792,313
namespace Stripe { using System; public static class Events { /// <summary> /// Occurs whenever an account status or property has changed. /// </summary> public const string AccountUpdated = "account.updated"; /// <summary> /// Occurs whenever a user authori...
namespace Stripe { using System; public static class Events { /// <summary> /// Occurs whenever an account status or property has changed. /// </summary> public const string AccountUpdated = "account.updated"; /// <summary> /// Occurs whenever a user authori...
f92b5a35a0fef96043b192bc853b4ec68ff203e0
Undo irrelevant change - original code worked as expected
Undo irrelevant change - original code worked as expected
rockfordlhotka/csla,MarimerLLC/csla,rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,JasonBock/csla,MarimerLLC/csla,JasonBock/csla
Source/Csla.Blazor/CslaPolicy.cs
mit
1,586,792,163
//----------------------------------------------------------------------- // <copyright file="CslaPolicy.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Contains methods to manage CSLA permission policy information</summa...
//----------------------------------------------------------------------- // <copyright file="CslaPolicy.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Contains methods to manage CSLA permission policy information</summa...