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 |
|---|---|---|---|---|---|---|---|---|
0e488bd37b02e64e7592bde133c4615533ef3227 | Allow for any setting of queriesStartInColliders for Physics2D. | Allow for any setting of queriesStartInColliders for Physics2D.
| antonpantev/unity-movement-ai | Assets/UnityMovementAI/Scripts/Units/Movement/WallAvoidance.cs | mit | 1,588,306,793 | using UnityEngine;
using System.Collections;
namespace UnityMovementAI
{
[RequireComponent(typeof(SteeringBasics))]
public class WallAvoidance : MonoBehaviour
{
public float maxAcceleration = 40f;
public enum WallDetection { Raycast, Spherecast }
public WallDetection wallDetectio... | using UnityEngine;
using System.Collections;
namespace UnityMovementAI
{
[RequireComponent(typeof(SteeringBasics))]
public class WallAvoidance : MonoBehaviour
{
public float maxAcceleration = 40f;
public enum WallDetection { Raycast, Spherecast }
public WallDetection wallDetectio... |
51faca4e1f7dafc626145addcafe369bf559506d | Remove extra stat object calls. (#405) | Remove extra stat object calls. (#405)
| minio/minio-dotnet | Minio/ApiEndpoints/ObjectOperations.cs | apache-2.0 | 1,588,301,691 | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019, 2020 MinIO, Inc.
*
* 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... | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019, 2020 MinIO, Inc.
*
* 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... |
c18f4dd67863766653eb8328e7fa12c1721517da | Check if filename is null before attempting to remove invalid characters | Check if filename is null before attempting to remove invalid characters
| Vodurden/Http-Multipart-Data-Parser | Source/HttpMultipartParser/FilePart.cs | mit | 1,588,299,548 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="FilePart.cs" company="Jake Woods">
// Copyright (c) 2013 Jake Woods
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// ... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="FilePart.cs" company="Jake Woods">
// Copyright (c) 2013 Jake Woods
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// ... |
3d34ff5dc40e0e7183f5e42f8025c066e81024ae | Update ValClient.cs | Update ValClient.cs
| vassilych/mobile | scripting/ValClient.cs | mit | 1,588,296,932 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using SplitAndMerge;
namespace Proxy
{
class ProxyClient
{
stati... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using SplitAndMerge;
namespace Proxy
{
class ProxyClient
{
stati... |
d5835a4ba16069d375571e5f9a599bc0e5fb1fd8 | Polished information text. | Polished information text.
| DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Tools/Toolbox/MixedRealityToolboxWindow.cs | mit | 1,588,296,624 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... |
30eee9f1183404966c8112bf150201b4e59fc153 | Apply the same logic to determine if a section contains a file in ParseSectionAsync and ParseSection | Apply the same logic to determine if a section contains a file in ParseSectionAsync and ParseSection
| Vodurden/Http-Multipart-Data-Parser | Source/HttpMultipartParser/StreamingMultipartFormDataParser.cs | mit | 1,588,296,415 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace HttpMultipartParser
{
/// <summary>
/// Provides methods to parse a
/// <see href="http://www... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace HttpMultipartParser
{
/// <summary>
/// Provides methods to parse a
/// <see href="http://www... |
94afeaf1230b5778545a9d1df1d8a5ff66508a14 | Update Assets/MRTK/Tools/Toolbox/MixedRealityToolboxWindow.cs | Update Assets/MRTK/Tools/Toolbox/MixedRealityToolboxWindow.cs
Great suggestion!
Co-authored-by: CDiaz-MS <19f4ee495ae581dd14b2b7dfa92cb6fd5513c53b@users.noreply.github.com> | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Tools/Toolbox/MixedRealityToolboxWindow.cs | mit | 1,588,296,384 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... |
46006b4a44e52c914433331388f10b3721f17215 | Core - Add DependencyChecker.AssertPathAbsolute | Core - Add DependencyChecker.AssertPathAbsolute
Issue #3102
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp/DependencyChecker.cs | bsd-3-clause | 1,588,295,010 | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
namespace CefSharp
{
/// <summary>
... | // Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
namespace CefSharp
{
/// <summary>
... |
50bea2147d292c54393765a293780ed2d3c3980b | Fix FlowchartWindow Search Popup | Fix FlowchartWindow Search Popup
Changes to 2019.3 unity ui had caused the popup box to fail to draw correctly
| snozbot/fungus | Assets/Fungus/Scripts/Editor/FlowchartWindow.cs | mit | 1,588,293,841 | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using UnityEditor;
using System;
using System.Linq;
using System.Collections.Generic;
using System.Refle... | // This code is part of the Fungus library (https://github.com/snozbot/fungus)
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)
using UnityEngine;
using UnityEditor;
using System;
using System.Linq;
using System.Collections.Generic;
using System.Refle... |
8b6c27bf35aa0cde6e7709744b6b314cef3bf905 | cleaning up no content documentation | cleaning up no content documentation
| ipjohnson/EasyRpc | src/EasyRpc.AspNetCore/Documentation/OpenApiGenerationService.cs | mit | 1,588,293,433 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using EasyRpc.AspNetCore.CodeGeneration;
using EasyRpc.AspNetCore.Configuration;
using EasyRpc.AspNetCore.EndPoints;
using EasyRpc.AspNet... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using EasyRpc.AspNetCore.CodeGeneration;
using EasyRpc.AspNetCore.Configuration;
using EasyRpc.AspNetCore.EndPoints;
using EasyRpc.AspNet... |
229944a7f4564c1a7653126697cdef03f4cd0834 | Update ImplementInterface equivalence key | Update ImplementInterface equivalence key
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | tests/OmniSharp.Roslyn.CSharp.Tests/ImplementTypeFacts.cs | mit | 1,588,293,178 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.Models;
using OmniSharp.Models.V2.CodeActions;
using OmniSharp.Roslyn.CSharp.Services.Refactoring.V2;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Roslyn.CSharp.Tests
{
public class ... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.Models;
using OmniSharp.Models.V2.CodeActions;
using OmniSharp.Roslyn.CSharp.Services.Refactoring.V2;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Roslyn.CSharp.Tests
{
public class ... |
bf25ab9b8491ebb7b39916609ed39c9399114a8b | Exposing GenericXmlSecurityKeyIdentifierClause and virtual CloneCore(). (#4247) | Exposing GenericXmlSecurityKeyIdentifierClause and virtual CloneCore(). (#4247)
* Exposing GenericXmlSecurityKeyIdentifierClause and virtual CloneCore(). | imcarolwang/wcf,imcarolwang/wcf,dotnet/wcf,mconnew/wcf,mconnew/wcf,imcarolwang/wcf,dotnet/wcf,imcarolwang/wcf,dotnet/wcf,dotnet/wcf,mconnew/wcf,mconnew/wcf | src/System.ServiceModel.Security/ref/System.ServiceModel.Security.cs | mit | 1,588,293,014 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// ------------------------------------------------------------------------------
// Changes to this file must follow the http://aka.ms/api-review process.
// ----------... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// ------------------------------------------------------------------------------
// Changes to this file must follow the http://aka.ms/api-review process.
// ----------... |
edac69129a95911c31e02151b84e6f4c2bc45b57 | Update GUIEnabledWrapper.cs | Update GUIEnabledWrapper.cs
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Utilities/Editor/GUIEnabledWrapper.cs | mit | 1,588,292,410 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
/// Similar to the scope classes in Unity (i.e V... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
{
/// <summary>
/// Similar to the scope classes in Unity (i.e V... |
bea33070ae657f288845068624a6accc3f4270ab | Add ability to undo component add | Add ability to undo component add
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Tools/Toolbox/MixedRealityToolboxWindow.cs | mit | 1,588,292,404 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using UnityEditor;
using UnityEngine;
[assembly: InternalsVisi... |
09468826072e5347fafa96297371136b2bb0309e | chore(api): update cloud project | chore(api): update cloud project
| agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov | WebAPI.Common/Logging/LoggingConfig.cs | mit | 1,588,290,684 | using System.IO;
using System.Web;
using Serilog;
using Serilog.Core;
using Serilog.Events;
using Serilog.Sinks.Email;
using Serilog.Sinks.GoogleCloudLogging;
namespace WebAPI.Common.Logging
{
public static class LoggingConfig
{
public static void Register(string name)
{
var config... | using System.IO;
using System.Web;
using Serilog;
using Serilog.Core;
using Serilog.Events;
using Serilog.Sinks.Email;
using Serilog.Sinks.GoogleCloudLogging;
namespace WebAPI.Common.Logging
{
public static class LoggingConfig
{
public static void Register(string name)
{
var config... |
2987e3143d535efc2886e4d61e4414c9e8e52765 | commented out the code | commented out the code
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.CLI/Commands/StartElectronCommand.cs | mit | 1,588,290,302 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using ElectronNET.CLI.Commands.Actions;
namespace ElectronNET.CLI.Commands
{
public class StartElectronCommand : ICommand
{
public const string COMMAN... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using ElectronNET.CLI.Commands.Actions;
namespace ElectronNET.CLI.Commands
{
public class StartElectronCommand : ICommand
{
public const string COMMAN... |
f312b303e24361399c8b5b73de2c2b5033e152fb | Add Unity 2018.4 support for the 4.5.0 core assets | Add Unity 2018.4 support for the 4.5.0 core assets
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Providers/LeapMotion/Editor/ConfigurationChecker/LeapMotionConfigurationChecker.cs | mit | 1,588,289,412 | // 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.Editor;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
... | // 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.Editor;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
... |
af5c26a9c98b7ff364355af0874bedef63645027 | tweak printing string reader before publish | tweak printing string reader before publish
| ShammyLevva/FTAnalyzer,ShammyLevva/FTAnalyzer | FTAnalyser/Utilities/Printing.cs | apache-2.0 | 1,588,289,365 | using System;
using System.Drawing.Printing;
using System.IO;
using System.Drawing;
namespace FTAnalyzer.Utilities
{
class Printing : IDisposable
{
readonly ScrollingRichTextBox rtb;
public Printing(ScrollingRichTextBox rtb)
{
this.rtb = rtb;
}
pub... | using System;
using System.Drawing.Printing;
using System.IO;
using System.Drawing;
namespace FTAnalyzer.Utilities
{
class Printing : IDisposable
{
readonly ScrollingRichTextBox rtb;
readonly StringReader reader;
public Printing(ScrollingRichTextBox rtb)
{
... |
5504fc86075020a3f881cc4f968ff3a41c589c79 | Added test with asserts | Added test with asserts
| joymon/Orchestration | tests/JoymonOnline.Orchestration.Tests/InterceptableOperationOrchestration{OperationContextType}_Start.cs | mit | 1,588,288,635 | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using JoymonOnline.Orchestration.Orchestrators;
using JoymonOnline.Orchestration.Core;
using System.Collections.Generic;
namespace JoymonOnline.Orchestration.Tests
{
[TestClass]
public class InterceptableOperationOrchestration_OperationContextT... | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using JoymonOnline.Orchestration.Orchestrators;
using JoymonOnline.Orchestration.Core;
using System.Collections.Generic;
namespace JoymonOnline.Orchestration.Tests
{
[TestClass]
public class InterceptableOperationOrchestration_OperationContextT... |
a77e043262f3da1e9cab2e68e17c31704e893199 | [OSX] attempt to fix decoration changes when in fs mode. | [OSX] attempt to fix decoration changes when in fs mode.
| jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,... | src/Avalonia.Native/WindowImpl.cs | mit | 1,588,288,112 | using System;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Native.Interop;
using Avalonia.Platform;
using Avalonia.Platform.Interop;
namespace Avalonia.Native
{
public class WindowImpl : WindowBaseImpl, IWindowImpl, ITopLevelImplWithNativeMenuExporter
{
private readonly IA... | using System;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Native.Interop;
using Avalonia.Platform;
using Avalonia.Platform.Interop;
namespace Avalonia.Native
{
public class WindowImpl : WindowBaseImpl, IWindowImpl, ITopLevelImplWithNativeMenuExporter
{
private readonly IA... |
361ac2469e44843b998b533bfe1d2d73856ae5fa | Infrastructure for incremental lexer and parser | Infrastructure for incremental lexer and parser
| balazssimon/meta-cs | src/Main/MetaDslx.CodeAnalysis.Meta/CodeAnalysis/Syntax/InternalSyntax/IncrementalParser.cs | apache-2.0 | 1,588,287,417 | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Syntax.InternalSyntax;
using Microsoft.CodeAnalysis.Text;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Syntax.InternalSyntax;
using Microsoft.CodeAnalysis.Text;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text... |
9fb30c110bfeceb718ad1f06858c023aedb3b50a | ensure WindowStyles can not get corrupted when changed during fullscreen. | ensure WindowStyles can not get corrupted when changed during fullscreen.
| akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,286,448 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
bd742d4d4730cfab4905e3a77fc6539965b54839 | Add ProcessNoException to test body | Add ProcessNoException to test body
| AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet,AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet | test/Microsoft.IdentityModel.Protocols.SignedHttpRequest.Tests/SignedHttpRequestExceptionTests.cs | mit | 1,588,286,181 | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated do... | //------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated do... |
9e88c5d44fb8f552c9661dae834a7d5861a3408e | Validate bucket name in BucketExistsAsync call (#403) | Validate bucket name in BucketExistsAsync call (#403)
| minio/minio-dotnet | Minio/ApiEndpoints/BucketOperations.cs | apache-2.0 | 1,588,285,796 | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019 MinIO, Inc.
*
* 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/licen... | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage,
* (C) 2017, 2018, 2019 MinIO, Inc.
*
* 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/licen... |
d021e213b216b994c343184d400c5aa7bfa25fd4 | Reword comment | Reword comment
| ppy/osu,peppy/osu-new,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game.Rulesets.Taiko/UI/DrawableTaikoMascot.cs | mit | 1,588,285,743 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumera... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumera... |
0d0e1d4c196aed25f372e3e20870e27fd9a4a7f9 | #113 - Small refactor for tomorrow | #113 - Small refactor for tomorrow
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs | agpl-3.0 | 1,588,285,545 | using System;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
namespace So... | using System;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
namespace So... |
05183c6e6fb1683bd6fa94021c7e69c2572cb8e8 | Final test touch-ups | Final test touch-ups
| peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableTaikoMascot.cs | mit | 1,588,285,479 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using Humanizer;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using Humanizer;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
... |
c5b451205555fe9d3d68b832a4645ca64abc87ff | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,588,285,162 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
7879a6d490ac0087a60cb617e8112d8888867cdf | Cleanup approval. | Cleanup approval.
| ExRam/ExRam.Gremlinq | ApprovalTests/ApprovalTests.CosmosDb.verified.cs | mit | 1,588,284,134 | [assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")]
namespace ExRam.Gremlinq.Core
{
public static class CosmosDbConfigurationBuilderExtensions
{
public static ExRam.Gremlinq.Core.ICosmosDbConfigurationBuilderWithUri At(this ExRam.Gremlinq.Core.ICos... | [assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.1", FrameworkDisplayName="")]
namespace ExRam.Gremlinq.Core
{
public static class CosmosDbConfigurationBuilderExtensions
{
public static ExRam.Gremlinq.Core.ICosmosDbConfigurationBuilderWithUri At(this ExRam.Gremlinq.Core.ICos... |
4ff3b8b3bcaa08090d2e6fdf8707586922fd94be | OrderBookInrementMessageAdapter. Fix ec469e91503ae1f3228dd476dbcb6abdcfceb3f3 commit. | OrderBookInrementMessageAdapter. Fix ec469e91503ae1f3228dd476dbcb6abdcfceb3f3 commit.
| StockSharp/StockSharp | Algo/OrderBookInrementMessageAdapter.cs | apache-2.0 | 1,588,282,708 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
using QuotesDict = System.Collections.Generic.SortedDictionary<decimal, System.Tuple<d... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
using QuotesDict = System.Collections.Generic.SortedDictionary<decimal, System.Tuple<d... |
dbb7241b902aaa2c5015faaafd13cf4aafaae36b | Small fix. | Small fix.
| StockSharp/StockSharp | Algo/Testing/MarketEmulator.cs | apache-2.0 | 1,588,282,504 | #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... |
8c76607c7d6f00717fc4baeed8865728682bd80b | Update to resource files. | Update to resource files.
| JaCraig/FileCurator | src/FileCurator/Default/Resource/ResourceFile.cs | apache-2.0 | 1,588,281,461 | /*
Copyright 2016 James Craig
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 writing, so... | /*
Copyright 2016 James Craig
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 writing, so... |
fed1e1de76ba18d9f16f46bbfea377da2fac4f5b | Added Try Catch to fail silently | Added Try Catch to fail silently
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Tools/NoInetFixUtil/Main.cs | mit | 1,588,281,378 | //******************************************************************************************************
// Main.cs - Gbtc
//
// Copyright © 2013, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NOTICE... | //******************************************************************************************************
// Main.cs - Gbtc
//
// Copyright © 2013, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NOTICE... |
e69ba131ee41239f09a9fa90f04b6afef4c02453 | Update GameManager.cs | Update GameManager.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Managers/GameManager.cs | agpl-3.0 | 1,588,280,090 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public partial class GameManager : MonoBehaviour
{
public static GameManag... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public partial class GameManager : MonoBehaviour
{
public static GameManag... |
b46d93afed0b0655c0c5030356ae7aa074ce16e2 | implicit autoload in runtime | implicit autoload in runtime
autoload classes even no spl autoloader is registered
- in empty context and empty web context, any class gets autoloaded,
- otherwise; only classes in classmap or psr map
| peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept | src/Peachpie.Runtime/Context.Autoload.cs | apache-2.0 | 1,588,280,045 | #nullable enable
using Pchp.Core.Reflection;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
namespace Pchp.Core
{
/// <summary>
/// An interface providing methods for the autoload mechanism in PHP.
/// </summary>
public inter... | #nullable enable
using Pchp.Core.Reflection;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
namespace Pchp.Core
{
/// <summary>
/// An interface providing methods for the autoload mechanism in PHP.
/// </summary>
public inter... |
f5526890cc3ffe85b45861fc3f46c1d24df8db05 | Add comment about animation presence | Add comment about animation presence
| ppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu | osu.Game.Rulesets.Taiko/UI/TaikoMascotAnimation.cs | mit | 1,588,279,882 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework... |
b16f49998040c3c680e62b77a3cf13129d795ccd | autoload in runtime with spl autoload fix | autoload in runtime with spl autoload fix
| iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie | src/Peachpie.Library/SPL/Autoload.cs | apache-2.0 | 1,588,279,737 | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Pchp.Core.Reflection;
using System.Diagnostics;
namespace Pchp.Library.Spl
{
[PhpExtension(SplExtension.Name)]
public static class Autoload
{
#region SplAutoloadService
... | using Pchp.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Pchp.Core.Reflection;
using System.Diagnostics;
namespace Pchp.Library.Spl
{
[PhpExtension(SplExtension.Name)]
public static class Autoload
{
#region SplAutoloadService
... |
64cbfaae301a2f592af66fa3477c17710a4b90b6 | per prior commit | per prior commit
| OBeautifulCode/OBeautifulCode.Serialization | OBeautifulCode.Serialization/SerializationConfiguration/SerializationConfigurationBase/SerializationConfigurationBase.cs | mit | 1,588,279,736 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// --------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// --------------------------------------... |
ffc35e90b293be8ab51b8d79f6dffcab85b34b2a | code factor issues. | code factor issues.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Validation/Validations.cs | mit | 1,588,279,164 | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Validation
{
public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations
{
public Validations()
... | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Validation
{
public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations
{
private Dictionary<stri... |
c9a0467c37ec287c085151984ea38fd756f5dda7 | Fixed Selection bug | Fixed Selection bug
| rds1983/Myra,rds1983/Myra | src/Myra/Graphics2D/UI/TextBox.cs | mit | 1,588,279,024 | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
using Myra.Graphics2D.Text;
using TextCopy;
using Myra.Graphics2D.UI.TextEdit;
#if !XENKO
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework... | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
using Myra.Graphics2D.Text;
using TextCopy;
using Myra.Graphics2D.UI.TextEdit;
#if !XENKO
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework... |
7a9531f45a00973d5f287ede58892c703ce96da2 | if a rescued item lives outside the project directory tree, rescue it but comment it out. If it lives inside the project then rescue it. | if a rescued item lives outside the project directory tree, rescue it but comment it out. If it lives inside the project then rescue it.
| CADbloke/CodeLinker | CodeLinker2/DestinationProjXml.cs | mit | 1,588,278,841 | // Code Linker originally by @CADbloke (Ewen Wallace) 2015
// More info, repo and MIT License at https://github.com/CADbloke/CodeLinker
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
namespace CodeLinker
{
/// <summa... | // Code Linker originally by @CADbloke (Ewen Wallace) 2015
// More info, repo and MIT License at https://github.com/CADbloke/CodeLinker
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
namespace CodeLinker
{
/// <summa... |
c0a74865f315c8f8d2671364a0ac23186f89ef17 | Caching. Quick and dirty. | Caching. Quick and dirty.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Deserialization/GremlinQueryExecutionResultDeserializer.cs | mit | 1,588,278,800 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Structure.IO.GraphSON;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newto... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Structure.IO.GraphSON;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newto... |
16362b00788f26757d91c7a75c9897078b9c1172 | use auto properties. | use auto properties.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Validation/Validations.cs | mit | 1,588,278,615 | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Validation
{
public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations
{
private Dictionary<stri... | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Validation
{
public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations
{
private Dictionary<stri... |
47638089a5ed5de829ab5acb768a00883a4db977 | Simplified and improved async disposal in the ASP.NET Core integration package. Now any component implementing IAsyncDisposable will be disposed, not only those that also implement IDisposable. #791. | Simplified and improved async disposal in the ASP.NET Core integration package. Now any component implementing IAsyncDisposable will be disposed, not only those that also implement IDisposable. #791.
| simpleinjector/SimpleInjector | src/SimpleInjector.Integration.AspNetCore/RequestScopingStartupFilter.cs | mit | 1,588,278,257 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Integration.AspNetCore
{
using System;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
u... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector.Integration.AspNetCore
{
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using M... |
ecd6cead34cee642c27606807db42b2b29642c07 | ReflectionExtensions simplified. Code duplication was required for .NET 4.0, but old version is not supported any longer. | ReflectionExtensions simplified. Code duplication was required for .NET 4.0, but old version is not supported any longer.
| simpleinjector/SimpleInjector | src/SimpleInjector/Internals/ReflectionExtensions.cs | mit | 1,588,277,662 | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector
{
using System;
using System.Linq;
using System.Reflection;
internal static class ReflectionExtensions
{
... | // Copyright (c) Simple Injector Contributors. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license information.
namespace SimpleInjector
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
internal stat... |
fd6ffb6ce7ab9418437f2c9c936026b2a8ec582e | Optimization (use long pointers) | Optimization (use long pointers)
| tigrouind/LifeDISA,tigrouind/LifeDISA | MemoryViewer/MemoryViewer/Program.cs | mit | 1,588,276,890 | using System;
using System.Diagnostics;
using System.Linq;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetArgument(args, "-scre... | using System;
using System.Diagnostics;
using System.Linq;
using SDL2;
using Shared;
namespace MemoryViewer
{
class Program
{
public static int Main(string[] args)
{
const int RESX = 320;
const int RESY = 240;
int winx = GetArgument(args, "-screen-width") ?? 320;
int winy = GetArgument(args, "-scre... |
7ba1c9661bd5d3db6b91b898d7e222e447fde841 | Add some notes on how I got the KeySpline test values | Add some notes on how I got the KeySpline test values
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,Perspex/Perspex,wieslaws... | tests/Avalonia.Animation.UnitTests/KeySplineTests.cs | mit | 1,588,276,701 | using System;
using Avalonia.Controls.Shapes;
using Avalonia.Media;
using Avalonia.Styling;
using Xunit;
namespace Avalonia.Animation.UnitTests
{
public class KeySplineTests
{
[Theory]
[InlineData("1,2 3,4")]
[InlineData("1 2 3 4")]
[InlineData("1 2,3 4")]
[InlineData("1... | using System;
using Avalonia.Controls.Shapes;
using Avalonia.Media;
using Avalonia.Styling;
using Xunit;
namespace Avalonia.Animation.UnitTests
{
public class KeySplineTests
{
[Theory]
[InlineData("1,2 3,4")]
[InlineData("1 2 3 4")]
[InlineData("1 2,3 4")]
[InlineData("1... |
62b8da3cdf2dd4741078b7b82af972b95185e0ca | Added a test for KeySpline animation | Added a test for KeySpline animation
| jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Ava... | tests/Avalonia.Animation.UnitTests/KeySplineTests.cs | mit | 1,588,275,967 | using System;
using Avalonia.Controls.Shapes;
using Avalonia.Media;
using Avalonia.Styling;
using Xunit;
namespace Avalonia.Animation.UnitTests
{
public class KeySplineTests
{
[Theory]
[InlineData("1,2 3,4")]
[InlineData("1 2 3 4")]
[InlineData("1 2,3 4")]
[InlineData("1... | using System;
using Avalonia.Controls;
using Avalonia.UnitTests;
using Xunit;
namespace Avalonia.Animation.UnitTests
{
public class KeySplineTests
{
[Theory]
[InlineData("1,2 3,4")]
[InlineData("1 2 3 4")]
[InlineData("1 2,3 4")]
[InlineData("1,2,3,4")]
public vo... |
99677ac17149bff748d96954bae2e8ab0fe6bafe | Expand test coverage of state transitions | Expand test coverage of state transitions
| ppy/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableTaikoMascot.cs | mit | 1,588,275,717 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using Humanizer;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framewo... |
2b8ee449ebf173af8cfda41cdb5488dc560476cf | Only re-process missions on mission events | Only re-process missions on mission events
| EDDiscovery/EDDiscovery,andreaspada/EDDiscovery,klightspeed/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery | EDDiscovery/UserControls/CurrentState/UserControlMissions.cs | apache-2.0 | 1,588,275,282 | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* 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 - 2017 EDDiscovery development team
*
* 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... |
84c5c5d33f7a2d525a14406ef1890fbc116149d3 | Add: geki & katsu live tokens | Add: geki & katsu live tokens
Closes #84
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/OsuMemoryEventSource/MemoryDataProcessor.cs | mit | 1,588,275,121 | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... | using CollectionManager.Enums;
using OsuMemoryDataProvider;
using PpCalculator;
using StreamCompanionTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Enums;
using StreamCompanionTypes.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Thre... |
304640ea7306ea8d16ae7b9fce98979e09355ee4 | Misc: Remove unused mapId memory read | Misc: Remove unused mapId memory read
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | plugins/OsuMemoryEventSource/OsuMemoryEventSource.cs | mit | 1,588,275,064 | using System;
using System.Collections.Generic;
using System.Threading;
using StreamCompanionTypes.Enums;
using CollectionManager.DataTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Interfaces;
using StreamCompanionTypes.Interfaces.Consumers;
using StreamCompanionTypes.Interfaces.Services;
using... | using System;
using System.Collections.Generic;
using System.Threading;
using StreamCompanionTypes.Enums;
using CollectionManager.DataTypes;
using StreamCompanionTypes.DataTypes;
using StreamCompanionTypes.Interfaces;
using StreamCompanionTypes.Interfaces.Consumers;
using StreamCompanionTypes.Interfaces.Services;
using... |
27b6565b4c1c4a0e26ad52118cf517988834f6ba | Update comments | Update comments
| cshung/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,Microsoft/clrmd | src/Microsoft.Diagnostics.Runtime/src/Common/ClrStaticField.cs | mit | 1,588,274,763 | // 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.
namespace Microsoft.Diagnostics.Runtime
{
/// <summary>
/// Represents a static field in the target process... | // 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.
namespace Microsoft.Diagnostics.Runtime
{
/// <summary>
/// Represents a static field in the target process... |
abb6fc7931e22396bdf33edcd3c7952bd966c330 | Simplify a bit of a code | Simplify a bit of a code
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/TwitchGame.cs | mit | 1,588,274,384 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Missions;
using Assets.Scripts.Props;
using UnityEngine;
/// <summary>Encapsulates an ongoing game, with all its bombs, module cameras, HUDs etc.</sum... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Missions;
using Assets.Scripts.Props;
using UnityEngine;
/// <summary>Encapsulates an ongoing game, with all its bombs, module cameras, HUDs etc.</sum... |
68cb431cc450e9e7a0ee47f94ad169894db18550 | Prevent non-admins from queuing queue and bomb commands | Prevent non-admins from queuing queue and bomb commands
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/Commands/GameCommands.cs | mit | 1,588,274,355 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Props;
/// <summary>Commands that can be run during a game.</summary>
static class GameCommands
{
#region Commands during the game
/// <name>Cancel</name>
/// <syn... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Props;
/// <summary>Commands that can be run during a game.</summary>
static class GameCommands
{
#region Commands during the game
/// <name>Cancel</name>
/// <syn... |
82712043178490906682c91a87fd646926c3f1ba | De-quarantine BlazorServerTemplateWorks_IndividualAuth test (#21286) | De-quarantine BlazorServerTemplateWorks_IndividualAuth test (#21286)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/test/BlazorServerTemplateTest.cs | apache-2.0 | 1,588,274,268 | // 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.Net;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.Testing;
using... | // 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.Net;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.Testing;
using... |
ebb235c2a67d83848ba46ac4fd35f5874c2fdb52 | EventLogTarget - Added IDisposable for EventLogWrapper (#3933) | EventLogTarget - Added IDisposable for EventLogWrapper (#3933)
| sean-gilliam/NLog,luigiberrettini/NLog,sean-gilliam/NLog,304NotModified/NLog,304NotModified/NLog,NLog/NLog,luigiberrettini/NLog,NLog/NLog,snakefoot/NLog,snakefoot/NLog,luigiberrettini/NLog | src/NLog/Targets/EventLogTarget.cs | bsd-3-clause | 1,588,273,885 | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... |
99d24b69e49b25ee0e7d372cd79e4b40a1bf6cb6 | StreamHelpers - CopyAndSkipBom should check bytes read (#3935) | StreamHelpers - CopyAndSkipBom should check bytes read (#3935)
| 304NotModified/NLog,luigiberrettini/NLog,luigiberrettini/NLog,snakefoot/NLog,luigiberrettini/NLog,sean-gilliam/NLog,sean-gilliam/NLog,NLog/NLog,NLog/NLog,304NotModified/NLog,snakefoot/NLog | src/NLog/Internal/StreamHelpers.cs | bsd-3-clause | 1,588,273,822 | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... |
b93dc473ed14abf5faa74c0d9fc4cbeea8d92049 | http://pt.stackoverflow.com/q/185994/101 | http://pt.stackoverflow.com/q/185994/101 | bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt | CSharp/EntityFramework/NoLock.cs | mit | 1,588,273,705 | ProductsNewViewData viewData = new ProductsNewViewData();
using var t = new TransactionScope(TransactionScopeOption.Required,
new TransactionOptions {
IsolationLevel = System.Transactions.IsolationLevel.ReadUncommitted
}));
viewData.Suppliers = northwind.Suppliers.ToList();
viewData.Categories = north... | ProductsNewViewData viewData = new ProductsNewViewData();
using (var t = new TransactionScope(TransactionScopeOption.Required,
new TransactionOptions {
IsolationLevel = System.Transactions.IsolationLevel.ReadUncommitted
})) {
viewData.Suppliers = northwind.Suppliers.ToList();
viewData.Categories... |
68a5bb30ede0080422e4894f4d14ebfff0cb013b | Combine Yield(CreatePgnSymbol()). | Combine Yield(CreatePgnSymbol()).
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,588,273,700 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
a13a2762c7735c56c05e7a7042d6a62f72fb19c0 | Invert iterator state machine. Instead add to a SymbolBuilder list. | Invert iterator state machine. Instead add to a SymbolBuilder list.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,588,273,469 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
70fdfaa4e8aff09c8d67f901ef58b66e5794b358 | control formatting of datetime in SerializeForComparison | control formatting of datetime in SerializeForComparison
| mvbalaw/MvbaCore.ThirdParty,mvbalaw/MvbaCore.ThirdParty | src/MvbaCore.ThirdParty/Json/JsonUtility.cs | mit | 1,588,273,462 | using System;
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace MvbaCore.ThirdParty.Json
{
public static class JsonUtility
{
public static T Deserialize<T>(string s, bool useTypePropertyToMapConcreteObjects = false)
{
return JsonConvert.Des... | using System;
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace MvbaCore.ThirdParty.Json
{
public static class JsonUtility
{
public static T Deserialize<T>(string s, bool useTypePropertyToMapConcreteObjects = false)
{
return JsonConvert.Des... |
ff5672c0191b140a77c8085363998cec5288b6fe | Added interface null check returning MonoBehaviour implementer and used @interface for a name | Added interface null check returning MonoBehaviour implementer and used @interface for a name | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Core/Extensions/UnityObjectExtensions.cs | mit | 1,588,273,362 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
using Object = UnityEngine.Object;
namespace Microsoft.MixedReality.Toolkit
{
/// <summary>
/// Extension methods for Unity's Object cla... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using UnityEngine;
using Object = UnityEngine.Object;
namespace Microsoft.MixedReality.Toolkit
{
/// <summary>
/// Extension methods for Unity's Object cla... |
3f7894328460ec44cfd36dde87eb28707f6e1ff2 | Move argument check. | Move argument check.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,588,272,934 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
14cceb903e3d44f004be8ac8269a11f3f81f3adf | Hide TokenizeAll method. | Hide TokenizeAll method.
| PenguinF/sandra-three | Sandra.Chess/Pgn/PgnParser.cs | apache-2.0 | 1,588,272,864 | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | #region License
/*********************************************************************************
* PgnParser.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
533324570f60b57dda22380a48c91edd105ee949 | #113 - Removed useless embed type field | #113 - Removed useless embed type field
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs | agpl-3.0 | 1,588,272,835 | using System;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
namespace So... | using System;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
namespace So... |
ff3b9bf519dd02bc54a365d8e3899efdf4f95d27 | Extract terminal symbols from a parse tree to remove call to TokenizeAll(). | Extract terminal symbols from a parse tree to remove call to TokenizeAll().
| PenguinF/sandra-three | Sandra.Chess/Tests/PgnTests.cs | apache-2.0 | 1,588,272,735 | #region License
/*********************************************************************************
* PgnTests.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... | #region License
/*********************************************************************************
* PgnTests.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... |
600a148113792cba08494207bbaf210700edf2ea | Remove useless developer exception page | Remove useless developer exception page
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,588,272,581 | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... |
711899d308ce62dd01608ab1e3844e2a92da619a | #113 - Reintroduced cache bcs i was just stupid | #113 - Reintroduced cache bcs i was just stupid
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/ReactionHandlers/StarboardService.cs | agpl-3.0 | 1,588,272,540 | using System;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
namespace So... | using System;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Maybe;
using Discord;
using Discord.WebSocket;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Cache;
namespace So... |
b9b5e0767e13086d443a4093d8e5b96dfbe8ad2f | Added BIT STRING reader. | Added BIT STRING reader.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Utilities/ASN1/DERValue.cs | apache-2.0 | 1,588,272,002 | // 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... |
3bf1448c40955f29508ba6c41a85d599550373c6 | Add initial Leap Core Assets 4.5.0 support | Add initial Leap Core Assets 4.5.0 support
| killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Providers/LeapMotion/Editor/ConfigurationChecker/LeapMotionConfigurationChecker.cs | mit | 1,588,271,867 | // 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.Editor;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
... | // 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.Editor;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
... |
004780351fdc52964873e101ba03222c9af2f597 | changed serach in NameValueNode | changed serach in NameValueNode
| KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog | src/StructuredLogViewer.Core/ProxyNode.cs | mit | 1,588,271,837 | using System.Collections.Generic;
using System.Linq;
using StructuredLogViewer;
namespace Microsoft.Build.Logging.StructuredLogger
{
public class ProxyNode : TextNode
{
public BaseNode Original { get; set; }
public SearchResult SearchResult { get; set; }
private List<objec... | using System.Collections.Generic;
using System.Linq;
using StructuredLogViewer;
namespace Microsoft.Build.Logging.StructuredLogger
{
public class ProxyNode : TextNode
{
public BaseNode Original { get; set; }
public SearchResult SearchResult { get; set; }
private List<objec... |
bc036aa86b3f5501792926c7187e1ebc41f67962 | Extract method TerminalSymbols. | Extract method TerminalSymbols.
| PenguinF/sandra-three | Sandra.Chess/Tests/PgnTests.cs | apache-2.0 | 1,588,271,730 | #region License
/*********************************************************************************
* PgnTests.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... | #region License
/*********************************************************************************
* PgnTests.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta... |
4c8f71d7b4ef979500c53e3560b9bba6979eb1d1 | fix(api): handle invalid referrer header values | fix(api): handle invalid referrer header values
closes #108
| agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov | WebAPI.API/Handlers/Delegating/AuthorizeRequestHandler.cs | mit | 1,588,271,163 | using System;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.Http.Hosting;
using Ninject;
using Raven.Client;
using WebAPI.Common.Indexes;
usin... | using System;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.Http.Hosting;
using Ninject;
using Raven.Client;
using WebAPI.Common.Indexes;
usin... |
d9b8674cf61c292e797fa13991e49790bcf91831 | #266 - Ignore ServerNotRespondingException in ExceptionPanel. | #266 - Ignore ServerNotRespondingException in ExceptionPanel.
| maraf/Money,maraf/Money | src/Money.UI.Blazor/Components/ExceptionPanel.razor.cs | apache-2.0 | 1,588,270,660 | using Microsoft.AspNetCore.Components;
using Money.Commands;
using Money.Services;
using Neptuo.Exceptions.Handlers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Components
{
public partial class ExceptionPanel... | using Microsoft.AspNetCore.Components;
using Money.Commands;
using Money.Services;
using Neptuo.Exceptions.Handlers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Components
{
public partial class ExceptionPanel... |
e3030dd6b6c60a14339e16e3a614d36fcda6d94f | #266 - Allow to validate offline tokens. | #266 - Allow to validate offline tokens.
When validating token catch server connection problems and decide based on emptiness.
| maraf/Money,maraf/Money | src/Money.UI.Blazor/Services/ApiTokenValidator.cs | apache-2.0 | 1,588,270,627 | using Money.Queries;
using Neptuo;
using Neptuo.Logging;
using Neptuo.Queries;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Services
{
public class ApiTokenValidator : ApiAuthenticationStateProvider.ITokenValid... | using Money.Queries;
using Neptuo;
using Neptuo.Logging;
using Neptuo.Queries;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Services
{
public class ApiTokenValidator : ApiAuthenticationStateProvider.ITokenValid... |
cddd56e73ee0541a3ad5c0933ba90c525638802b | #266 - User ServerConnectionState in OfflineCommandDispatcher. | #266 - User ServerConnectionState in OfflineCommandDispatcher.
| maraf/Money,maraf/Money | src/Money.UI.Blazor/Services/Commands/OfflineCommandDispatcher.cs | apache-2.0 | 1,588,270,534 | using Money.Services;
using Neptuo;
using Neptuo.Commands;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Commands
{
internal class OfflineCommandDispatcher : ICommandDispatcher
{
private readonly Htt... | using Money.Services;
using Neptuo;
using Neptuo.Commands;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Commands
{
internal class OfflineCommandDispatcher : ICommandDispatcher
{
private readonly Htt... |
029cccebdf82693b26afcbd6680608f603609314 | #266 - Use ServerConnectionState in UserMiddleware. | #266 - Use ServerConnectionState in UserMiddleware.
| maraf/Money,maraf/Money | src/Money.UI.Blazor/Services/UserMiddleware.cs | apache-2.0 | 1,588,270,355 | using Money.Events;
using Money.Models;
using Money.Queries;
using Neptuo;
using Neptuo.Events.Handlers;
using Neptuo.Queries;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Services
{
internal class UserMiddleware : HttpQueryDis... | using Money.Events;
using Money.Models;
using Money.Queries;
using Neptuo;
using Neptuo.Events.Handlers;
using Neptuo.Queries;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Money.Services
{
internal class UserMiddleware : HttpQueryDis... |
2bfed33978c696725640e0791e518c48c0c1003a | #266 - Fix ExpenseCreate dialog when categories or currencies are not loaded. | #266 - Fix ExpenseCreate dialog when categories or currencies are not loaded.
| maraf/Money,maraf/Money | src/Money.UI.Blazor/Components/OutcomeCreate.razor.cs | apache-2.0 | 1,588,270,327 | using Microsoft.AspNetCore.Components;
using Money.Commands;
using Money.Components.Bootstrap;
using Money.Models;
using Money.Models.Queries;
using Money.Services;
using Neptuo.Commands;
using Neptuo.Logging;
using Neptuo.Models.Keys;
using Neptuo.Queries;
using System;
using System.Collections.Generic;
using System.... | using Microsoft.AspNetCore.Components;
using Money.Commands;
using Money.Components.Bootstrap;
using Money.Models;
using Money.Models.Queries;
using Money.Services;
using Neptuo.Commands;
using Neptuo.Logging;
using Neptuo.Models.Keys;
using Neptuo.Queries;
using System;
using System.Collections.Generic;
using System.... |
8f4f14de1741b29117b29d6d1c949ead4f3f0f40 | Push user onto log stack | Push user onto log stack
| mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection | src/Cash-Flow-Projection/Startup.cs | mit | 1,588,270,182 | using Cash_Flow_Projection.Models;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
u... | using Cash_Flow_Projection.Models;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
u... |
46619911e42543dc822525044c97b7c8f50098d5 | implement IEnumerables to get the error messages. | implement IEnumerables to get the error messages.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Validation/Validations.cs | mit | 1,588,270,016 | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Validation
{
public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations
{
private Dictionary<stri... | using ReactiveUI;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Validation
{
public class Validations : ReactiveObject, IRegisterValidationMethod, IValidations
{
private Dictionary<stri... |
94cac6633a51cae5ebc81389b59116ef4025a58d | Shove the username onto the log stack | Shove the username onto the log stack
| mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Startup.cs | mit | 1,588,269,978 | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Security.Claims;
using System.Threading.Tasks;
using BatteryCommander.Web.Behaviors;
using BatteryCommander.Web.Jobs;
using BatteryCommander.Web.Models;
using BatteryCommander.Web.Queries;
using BatteryCommander.Web.Services;
using Mediat... | using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Security.Claims;
using System.Threading.Tasks;
using BatteryCommander.Web.Behaviors;
using BatteryCommander.Web.Jobs;
using BatteryCommander.Web.Models;
using BatteryCommander.Web.Queries;
using BatteryCommander.Web.Services;
using Mediat... |
ecb33f09f01035ff755630f7fda25e064668ee1b | context: reflecting types cleanup | context: reflecting types cleanup
| iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Runtime/Context.cs | apache-2.0 | 1,588,269,899 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Pchp.Core.Utilities;
using System.Reflection;
using Pchp.Core.Reflection;
namespace Pchp.Core
{
///... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Pchp.Core.Utilities;
using System.Reflection;
using Pchp.Core.Reflection;
namespace Pchp.Core
{
///... |
c49950dbbdfaf3519d6c4e2b670df9ec30b720a4 | Update log message when proxy server list is null in WINHTTP_PROXY_INFO | Update log message when proxy server list is null in WINHTTP_PROXY_INFO
| couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net | src/Couchbase.Lite.Shared/Support/netdesktop/WindowsProxy.cs | apache-2.0 | 1,588,269,867 | //
// WindowsProxy.cs
//
// Copyright (c) 2018 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-... | //
// WindowsProxy.cs
//
// Copyright (c) 2018 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-... |
b5b92ffaf26dbfd1c2e528fd1e23174f28a3a392 | Returning WebProxy null when WINHTTP_PROXY_INFO out as invalid value if that ever happens. | Returning WebProxy null when WINHTTP_PROXY_INFO out as invalid value if that ever happens.
| couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net | src/Couchbase.Lite.Shared/Support/netdesktop/WindowsProxy.cs | apache-2.0 | 1,588,269,858 | //
// WindowsProxy.cs
//
// Copyright (c) 2018 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-... | //
// WindowsProxy.cs
//
// Copyright (c) 2018 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-... |
eb03dcad81fbd99f0d38134fee801e3e673ae414 | #266 - Better log time format. | #266 - Better log time format.
| maraf/Money,maraf/Money | src/Money.UI.Blazor/Services/Logging/Serialization/Formatters/SingleLineLogFormatter.cs | apache-2.0 | 1,588,269,505 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Neptuo.Logging.Serialization.Formatters
{
public class SingleLineLogFormatter : ILogFormatter
{
public string Format(string scopeName, LogLevel level, object model)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Neptuo.Logging.Serialization.Formatters
{
public class SingleLineLogFormatter : ILogFormatter
{
public string Format(string scopeName, LogLevel level, object model)
{
... |
8002355f65b6fab1c3197cb43674bc5ab659c8a2 | Cosmetic changes. | Cosmetic changes.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Data.IO/Internal/DataIOJobBase.cs | mit | 1,588,269,437 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DataIOJobBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project ... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DataIOJobBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project ... |
7f9996aeb53223f095ee07227e430e9ead12dd2e | sdk: psr4 map generated for empty prefixes | sdk: psr4 map generated for empty prefixes
| iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie | src/Peachpie.NET.Sdk/BuildTask.cs | apache-2.0 | 1,588,268,572 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using Pchp.CodeAnalysis.CommandLine;
namespace Peachpie.NET.Sdk.Tools
{
/// <summary>
/// C... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using Pchp.CodeAnalysis.CommandLine;
namespace Peachpie.NET.Sdk.Tools
{
/// <summary>
/// C... |
76164e0cfc2d2c86546df23a7d68710864b66581 | sdk: json parser cleanup | sdk: json parser cleanup
| iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie | src/Peachpie.NET.Sdk/SimpleJSON/SimpleJSON.cs | apache-2.0 | 1,588,268,550 | /* * * * *
* A simple JSON Parser / builder
* ------------------------------
*
* It mainly has been written as a simple JSON parser. It can build a JSON string
* from the node-tree, or generate a node tree from any valid JSON string.
*
* Written by Bunny83
* 2012-06-09
*
* [2012-06-09 First Version]
* - ... | /* * * * *
* A simple JSON Parser / builder
* ------------------------------
*
* It mainly has been written as a simple JSON parser. It can build a JSON string
* from the node-tree, or generate a node tree from any valid JSON string.
*
* Written by Bunny83
* 2012-06-09
*
* [2012-06-09 First Version]
* - ... |
469450075c66a9f96690abcb19d21d7be268138b | Update Program.cs | Update Program.cs | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Program.cs | mit | 1,588,267,354 | namespace BatteryCommander.Web
{
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Core;
public class Program
{
public static LoggingLevelSwitch LogLevel { get; } = new LoggingLevelSwitch(Se... | namespace BatteryCommander.Web
{
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Serilog;
using Serilog.Core;
public class Program
{
public static LoggingLevelSwitch LogLevel { get; } = new LoggingLevelSwitch(Se... |
ce4043a30c5ce154ad9a9999022b27e7936d4e30 | Added get properties for all parameter fields for CF_CALLBACK_PARAMETERS | Added get properties for all parameter fields for CF_CALLBACK_PARAMETERS
| dahall/vanara | PInvoke/CldApi/cfapi.cs | mit | 1,588,267,344 | using System;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Kernel32;
namespace Vanara.PInvoke
{
/// <summary>Functions, structures and constants from CldApi.dll.</summary>
public static partial class CldApi
{
private const int CF_MAX_PRO... | using System;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.InteropServices;
using static Vanara.PInvoke.Kernel32;
namespace Vanara.PInvoke
{
/// <summary>Functions, structures and constants from CldApi.dll.</summary>
public static partial class CldApi
{
private const int CF_MAX_PRO... |
e2cbe991ffccec9afcf0bd7a21b898ee7651c8cf | Media player aspect ratio fix | Media player aspect ratio fix
| martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,martijn00/XamarinMediaManager,martijn00/XamarinMediaManager,mike-rowley/XamarinMediaManager,mike-rowley/XamarinMediaManager | MediaManager/Platforms/Uap/Player/WindowsMediaPlayer.cs | mit | 1,588,266,535 | using System;
using System.Threading.Tasks;
using MediaManager.Library;
using MediaManager.Media;
using MediaManager.Platforms.Uap.Media;
using MediaManager.Platforms.Uap.Video;
using MediaManager.Player;
using MediaManager.Video;
using Windows.Media.Playback;
using Windows.UI.Xaml.Media;
using MediaPlayerState = Medi... | using System;
using System.Threading.Tasks;
using MediaManager.Library;
using MediaManager.Media;
using MediaManager.Platforms.Uap.Media;
using MediaManager.Platforms.Uap.Video;
using MediaManager.Player;
using MediaManager.Video;
using Windows.Media.Playback;
using Windows.UI.Xaml.Media;
using MediaPlayerState = Medi... |
bfa96382f7b7ac617c1f55b14463c8f30a3bc9d2 | cleaner code. | cleaner code.
| Perspex/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,grokys/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,266,372 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
a41162dce6fd27794cde937c57c0785f2d5d0d38 | use UpdateWindowProperties to MarkFullScreen. | use UpdateWindowProperties to MarkFullScreen.
| AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/A... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,266,306 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
4c692acf22bdaf60342e12c1ce6c58c89919657d | Fix Payjoin validation | Fix Payjoin validation
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/SendTabViewModel.cs | mit | 1,588,265,639 | using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.Transactions;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.Models.Sta... | using Avalonia.Controls.Notifications;
using NBitcoin;
using NBitcoin.Payment;
using ReactiveUI;
using System;
using System.Collections.Generic;
using System.Reactive;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Blockchain.Transactions;
usi... |
fe954a0398baf00fd60277841847480f379d4850 | move private methods. | move private methods.
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,Perspex/Perspex,SuperJMN/Avalonia,grokys/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,265,461 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
484ae29607db02be8a05255728c37bb71599b94a | SampleHistoryTesting. Fix SmaStrategy. | SampleHistoryTesting. Fix SmaStrategy.
| StockSharp/StockSharp | Samples/Testing/SampleHistoryTesting/SmaStrategy.cs | apache-2.0 | 1,588,265,349 | #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... |
51ad905a2c3e73e832178222a5586a194add9e1b | use WindowProperties to hold fullscreen flag. | use WindowProperties to hold fullscreen flag.
| AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/A... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,265,322 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
81c4a1e796c6814edfde812fa1ff34464186ac2e | move struct. | move struct.
| Perspex/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,grokys/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,SuperJMN/Avaloni... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,265,192 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
90f386ffc0468df5e2678a777acb80e6e7b1faf8 | correctly port MarkFullScreen using CoreRT compatible COM. | correctly port MarkFullScreen using CoreRT compatible COM.
| SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,grokys/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,265,077 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.