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 |
|---|---|---|---|---|---|---|---|---|
e2eea570c21bc0d62c75adadec92e48b3c80374c | Added PowerBroadcastType enum and POWERBROADCAST_SETTING struct for WM_POWERBROADCAST messages | Added PowerBroadcastType enum and POWERBROADCAST_SETTING struct for WM_POWERBROADCAST messages
| dahall/vanara | PInvoke/User32/WinUser.Power.cs | mit | 1,589,472,525 | using System;
using System.Runtime.InteropServices;
using Vanara.InteropServices;
namespace Vanara.PInvoke
{
public static partial class User32
{
/// <summary>The following are the power management events:</summary>
// https://docs.microsoft.com/en-us/windows/win32/power/power-management-events
[PInvokeData("... | using System;
using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
public static partial class User32
{
/// <summary>Registers the application to receive power setting notifications for the specific power setting event.</summary>
/// <param name="hRecipient">
/// Handle indicating where the power ... |
7761b13f1342f18b3ad5f8894283ad95d555522f | Fixed documentaiton bug | Fixed documentaiton bug
| dahall/vanara | PInvoke/PowrProf/WinNT.cs | mit | 1,589,472,456 | using System;
using System.Runtime.InteropServices;
using Vanara.InteropServices;
namespace Vanara.PInvoke
{
public static partial class PowrProf
{
#region Well-known power schemes
/// <summary>
/// Maximum Power Savings - indicates that very aggressive power savings measures will be used to help stretch batt... | using System;
using System.Runtime.InteropServices;
using Vanara.InteropServices;
namespace Vanara.PInvoke
{
public static partial class PowrProf
{
#region Well-known power schemes
/// <summary>
/// Maximum Power Savings - indicates that very aggressive power savings measures will be used to help stretch batt... |
569a5b3c851f9810224ccf1f57c7d22d33c924ed | Add IStunModifier component interface | Add IStunModifier component interface
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Mobs/StunnableComponent.cs | mit | 1,589,472,188 | using System;
using System.Threading;
using Content.Server.GameObjects.Components.Movement;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Mobs;
using Content.Shared.Audio;
using Content.Shared.GameObjects.Components.Mobs;
using Robust.Server.GameObject... | using System;
using System.Threading;
using Content.Server.GameObjects.Components.Movement;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Mobs;
using Content.Shared.Audio;
using Content.Shared.GameObjects.Components.Mobs;
using Robust.Server.GameObject... |
4e0e72abf66d91bf2c4be6353eaeda13f12e4764 | remove redundant call | remove redundant call
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,Perspex/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avaloni... | src/Avalonia.Controls/Window.cs | mit | 1,589,471,986 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia... |
071565aa0d76ce96b9142f78384015a3ba0a0f9d | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,589,471,810 | 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
... |
8a7c880ce6e49abfae3ad670d0ffbe9fc5ebbdd7 | Don't trim returned string from server | Don't trim returned string from server
Fixes bugs where signature on client does not match data on server due to download trimming
| Deadpikle/NetSparkle | src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs | mit | 1,589,471,696 | using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Text;
namespace NetSparkleUpdater.Downloaders
{
class WebRequestAppCastDataDownloader : IAppCastDataDo... | using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using System.Text;
namespace NetSparkleUpdater.Downloaders
{
class WebRequestAppCastDataDownloader : IAppCastDataDo... |
014c51f9134dc66dedc73a2b7c9a967beb5793e4 | Makes SetRotation on SpeciesVisualizer2D private | Makes SetRotation on SpeciesVisualizer2D private
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Client/GameObjects/Components/Mobs/SpeciesVisualizer2D.cs | mit | 1,589,471,517 | using System;
using Content.Shared.GameObjects.Components.Mobs;
using Microsoft.CodeAnalysis.Completion;
using Robust.Client.Animations;
using Robust.Client.GameObjects;
using Robust.Client.GameObjects.Components.Animations;
using Robust.Client.Interfaces.GameObjects.Components;
using Robust.Shared.Animations;
using R... | using System;
using Content.Shared.GameObjects.Components.Mobs;
using Microsoft.CodeAnalysis.Completion;
using Robust.Client.Animations;
using Robust.Client.GameObjects;
using Robust.Client.GameObjects.Components.Animations;
using Robust.Client.Interfaces.GameObjects.Components;
using Robust.Shared.Animations;
using R... |
61befc44988b81fb6fccddc261212669c640ef05 | Tracked at #757 | Tracked at #757
| Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore | src/JsonApiDotNetCore/QueryParameterServices/PageService.cs | mit | 1,589,471,516 | using System;
using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Controllers;
using JsonApiDotNetCore.Exceptions;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Internal.Query;
using JsonApiDotNetCore.Managers.Contracts;
using Microsoft.Extensions.Primitives;
namespace JsonApiDotNetCor... | using System;
using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Controllers;
using JsonApiDotNetCore.Exceptions;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Internal.Query;
using JsonApiDotNetCore.Managers.Contracts;
using Microsoft.Extensions.Primitives;
namespace JsonApiDotNetCor... |
95dc3e080e4486ac85d030057d4a331daaa82892 | Harden _currentMessageId from integer overflow. (#4413) | Harden _currentMessageId from integer overflow. (#4413)
| simonlaroche/akka.net,simonlaroche/akka.net | src/core/Akka/Actor/ActorCell.DefaultMessages.cs | apache-2.0 | 1,589,471,295 | //-----------------------------------------------------------------------
// <copyright file="ActorCell.DefaultMessages.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </c... | //-----------------------------------------------------------------------
// <copyright file="ActorCell.DefaultMessages.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </c... |
a7d160786f5f9fc6209e72a40ea1b098624b8fd3 | Looks like a left-over from entity-resource-separation, which no longer exists. | Looks like a left-over from entity-resource-separation, which no longer exists.
| json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core | src/JsonApiDotNetCore/Models/Annotation/AttrAttribute.cs | mit | 1,589,470,962 | using System;
using System.Reflection;
using JsonApiDotNetCore.Internal;
namespace JsonApiDotNetCore.Models
{
[AttributeUsage(AttributeTargets.Property)]
public sealed class AttrAttribute : Attribute, IResourceField
{
/// <summary>
/// Exposes a resource property as a json:api attribute usi... | using System;
using System.Reflection;
using JsonApiDotNetCore.Internal;
namespace JsonApiDotNetCore.Models
{
[AttributeUsage(AttributeTargets.Property)]
public sealed class AttrAttribute : Attribute, IResourceField
{
/// <summary>
/// Exposes a resource property as a json:api attribute usi... |
f272321f33d4993e4d5ac3004d5baef49c539e78 | fix exception language | fix exception language
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox/App.xaml.cs | mit | 1,589,470,938 | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Windows;
using System.Collections.Generic;
using System.Threading;
using System.Globalization;
using CommandLine;
using NLog;
using Wox.Core;
using Wox.Core.Configuration;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.Helpe... | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Windows;
using System.Collections.Generic;
using System.Threading;
using System.Globalization;
using CommandLine;
using NLog;
using Wox.Core;
using Wox.Core.Configuration;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.Helpe... |
eab7a166e1bc5e59677ce8372e2aff6338a61415 | uwp handle more case | uwp handle more case
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Programs/UWP.cs | mit | 1,589,470,836 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Xml.Linq;
usi... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Xml.Linq;
usi... |
8ccaa8fe2a7abe2369d10a75a235ea3bc963519e | Added Moving Window to standard deviation for improoved data visibility | Added Moving Window to standard deviation for improoved data visibility
| GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian | Source/Libraries/Adapters/openHistorian.Adapters/SNRComputation.cs | mit | 1,589,470,699 | //******************************************************************************************************
// TrendValueAPI.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// t... | //******************************************************************************************************
// TrendValueAPI.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// t... |
57ad72680561d7cf053182efc30893f258d9a190 | Removed TODO after fix was merged. | Removed TODO after fix was merged.
| Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core | src/JsonApiDotNetCore/RequestServices/DefaultResourceChangeTracker.cs | mit | 1,589,470,695 | using System.Collections.Generic;
using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Models;
using JsonApiDotNetCore.Serialization;
using Newtonsoft.Json;
namespace JsonApiDotNetCore.RequestServices
{
/// <summary>
/// Used to determine whether additional... | using System.Collections.Generic;
using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Models;
using JsonApiDotNetCore.Serialization;
using Newtonsoft.Json;
namespace JsonApiDotNetCore.RequestServices
{
/// <summary>
/// Used to determine whether additional... |
0baf63d0523749de56ff293c7f08a34e4f7c2dd7 | Added explanation on why 'id' is added to the attribute set | Added explanation on why 'id' is added to the attribute set
| json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core | src/JsonApiDotNetCore/Builders/ResourceGraphBuilder.cs | mit | 1,589,470,669 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Extensions;
using JsonApiDotNetCore.Graph;
using JsonApiDotNetCore.Internal;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Models;
using JsonAp... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using JsonApiDotNetCore.Configuration;
using JsonApiDotNetCore.Extensions;
using JsonApiDotNetCore.Graph;
using JsonApiDotNetCore.Internal;
using JsonApiDotNetCore.Internal.Contracts;
using JsonApiDotNetCore.Models;
using JsonAp... |
9b2ff91ea66092d9f89ec1550cb1715093da06ed | fix x11 implementation. | fix x11 implementation.
| jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,A... | src/Avalonia.X11/X11Window.cs | mit | 1,589,470,040 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... |
0f07cc2f2f65f8f3bb41c62349b0fdcff371afce | sdk: handles "ext-mongodb" | sdk: handles "ext-mongodb"
note, results in PackageReference to "Peachpie.Library.MongoDB" which does not exist
| iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept | src/Peachpie.NET.Sdk/ComposerTask.cs | apache-2.0 | 1,589,469,916 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peachpie.NET.Sdk.Tools
{
/// <summary>
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peachpie.NET.Sdk.Tools
{
/// <summary>
... |
380cdf5dfbdd524c642bc195fdac8006f8805633 | コンストラクタのサンプルを追加 | コンストラクタのサンプルを追加
| zenuas/Roku,zenuas/Roku | src/Compiler/CodeGenerator.cs | mit | 1,589,469,802 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace Roku.Compiler
{
public static class CodeGenerator
{
public static void Emit(SourceCodeBody body, string path)
{
var... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
namespace Roku.Compiler
{
public static class CodeGenerator
{
public static void Emit(SourceCodeBody body, string path)
{
var... |
ada4c33388fdd67a51b763f07f95d63c44878f48 | A minor update to the RaiseAlert sample to eliminate sample code that doesn't actually work | A minor update to the RaiseAlert sample to eliminate sample code that doesn't actually work
| JasperFx/jasper,JasperFx/jasper,JasperFx/jasper,JasperFx/jasper | src/Jasper.Testing/Runtime/Samples/error_handling.cs | mit | 1,589,469,637 | using System;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Security;
using System.Threading.Tasks;
using Baseline;
using Baseline.Dates;
using Jasper.Attributes;
using Jasper.Configuration;
using Jasper.ErrorHandling;
using Jasper.Logging;
using Jasper.Runtime;
using Jasper.Runtime.Handle... | using System;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Security;
using System.Threading.Tasks;
using Baseline;
using Baseline.Dates;
using Jasper.Attributes;
using Jasper.Configuration;
using Jasper.ErrorHandling;
using Jasper.Logging;
using Jasper.Runtime;
using Jasper.Runtime.Handle... |
2554953581d4b28045425a76409b9b2bdf7ac43b | IR-1749 Api::WithdrawDigitalCurrency - make primaryCurrencyCode mandatory (docs) | IR-1749 Api::WithdrawDigitalCurrency - make primaryCurrencyCode mandatory (docs)
| independentreserve/dotNetApiClient,independentreserve/dotNetApiClient | src/DotNetClientApi/Client.cs | apache-2.0 | 1,589,469,600 | using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Globalization;
using System.Threading.Tasks;
using IndependentReserve.DotNetClientApi.Data;
using IndependentReserve.DotNetClientApi.Data.Limits;
namespace IndependentReserve.DotNetClientApi
{
/// <summary>
/// I... | using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Globalization;
using System.Threading.Tasks;
using IndependentReserve.DotNetClientApi.Data;
using IndependentReserve.DotNetClientApi.Data.Limits;
namespace IndependentReserve.DotNetClientApi
{
/// <summary>
/// I... |
68913a262ae2d4d2435ac1d7182b492f10b320bd | compiler: detailed exception message for unexpected null reference | compiler: detailed exception message for unexpected null reference
| iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie | src/Peachpie.CodeAnalysis/CodeGen/Graph/BoundExpression.cs | apache-2.0 | 1,589,469,512 | using Devsense.PHP.Syntax;
using Devsense.PHP.Syntax.Ast;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.Operations;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Symbols;
using Peachpie.CodeAnalysis.Utilities;
using System;
using System.Collections.Generic;... | using Devsense.PHP.Syntax;
using Devsense.PHP.Syntax.Ast;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.Operations;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.Symbols;
using Peachpie.CodeAnalysis.Utilities;
using System;
using System.Collections.Generic;... |
c8e27b597c6f0d781b33380e8c9d20fc0ab17e51 | use owner property. | use owner property.
| jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex... | src/Avalonia.Controls/Window.cs | mit | 1,589,469,479 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia... |
f021018648f0a275f4d6cd584e5cb6f66a729190 | IR-1749 Api::WithdrawDigitalCurrency - make primaryCurrencyCode mandatory | IR-1749 Api::WithdrawDigitalCurrency - make primaryCurrencyCode mandatory
| independentreserve/dotNetApiClient,independentreserve/dotNetApiClient | src/DotNetClientApi/Client.cs | apache-2.0 | 1,589,469,427 | using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Globalization;
using System.Threading.Tasks;
using IndependentReserve.DotNetClientApi.Data;
using IndependentReserve.DotNetClientApi.Data.Limits;
namespace IndependentReserve.DotNetClientApi
{
/// <summary>
/// I... | using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Globalization;
using System.Threading.Tasks;
using IndependentReserve.DotNetClientApi.Data;
using IndependentReserve.DotNetClientApi.Data.Limits;
namespace IndependentReserve.DotNetClientApi
{
/// <summary>
/// I... |
a1031313b49f7cb499775a8eb1fb5981ba50040d | test: sdk deprecated spdx | test: sdk deprecated spdx
| iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie | src/Tests/Peachpie.NET.SdkTests/SpdxTest.cs | apache-2.0 | 1,589,469,227 | using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Peachpie.NET.Sdk;
namespace Peachpie.NET.SdkTests
{
[TestClass]
public class SpdxTest
{
[TestMethod]
public void DeprecatedSpdxTest()
{
Assert.Ar... | using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Peachpie.NET.Sdk;
namespace Peachpie.NET.SdkTests
{
[TestClass]
public class SpdxTest
{
[TestMethod]
public void DeprecatedSpdxTest()
{
Assert.Ar... |
13ce53a08e4211c27514c98eb89dc4a7554c6f83 | Better error messages on appcast download | Better error messages on appcast download
| Deadpikle/NetSparkle | src/NetSparkle/AppCastHandlers/XMLAppCast.cs | mit | 1,589,468,800 | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml.Linq;
namespace NetSparkleUpdater.AppCastHandlers
{
/// <summary>
/// An XML-based... | using NetSparkleUpdater.Configurations;
using NetSparkleUpdater.Enums;
using NetSparkleUpdater.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml.Linq;
namespace NetSparkleUpdater.AppCastHandlers
{
/// <summary>
/// An XML-based... |
efe4fcae83aa908b1a3b7b82610dc2ad18528e7f | 同じ関数を寄せて記述 | 同じ関数を寄せて記述
| zenuas/Roku,zenuas/Roku | src/Compiler/Lookup.cs | mit | 1,589,468,495 | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... | using Extensions;
using Roku.IntermediateCode;
using Roku.Manager;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Roku.Compiler
{
public static class Lookup
{
public static List<SourceCodeBody> AllPrograms(SourceCodeBody src)
{
var readed = new H... |
ebce95218d5e2ab2782afd3a5fd2dacc88658032 | Fix to neoctrl-start retry change. | Fix to neoctrl-start retry change.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Internals/StandAlone/StandAlone.cs | apache-2.0 | 1,589,468,354 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... |
edebbbdc1ee7db32f7c3a4a53c866a9163de7d72 | Unnest if statements | Unnest if statements
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,467,922 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
5ac5956e55a0a3ca8b667917c9047655040e853f | Fix transposed player position: #146 | Fix transposed player position: #146
| xibosignage/xibo-dotnetclient,dasgarner/xibo-dotnetclient | MainWindow.xaml.cs | agpl-3.0 | 1,589,467,887 | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... |
bfa6a2ee64a0f7a2b10a0a3ed1f423c1ce897938 | Update Starter.cs | Update Starter.cs
| dimmpixeye/Unity3dTools | Runtime/LibStarter/Starter.cs | mit | 1,589,467,510 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
#if UNITY_EDITOR
using UnityEditor;
#endif
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace P... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
#if UNITY_EDITOR
using UnityEditor;
#endif
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using UnityEngine;
namespace Pixeye.Actors
{
/// <summary>
/// ... |
17b2240302d169e425ef630ed21979a3982eb1c7 | feat: merge serilog request logging to request response logging | feat: merge serilog request logging to request response logging
| Abhith/Code.Library,Abhith/Code.Library | src/Code.Library.AspNetCore/Middleware/RequestResponseLoggingMiddlewareExtensions.cs | apache-2.0 | 1,589,467,084 | using Code.Library.AspNetCore.Helpers;
using Microsoft.AspNetCore.Builder;
using Serilog;
namespace Code.Library.AspNetCore.Middleware
{
public static class RequestResponseLoggingMiddlewareExtensions
{
public static IApplicationBuilder UseRequestResponseLogging(this IApplicationBuilder builder)
... | using Microsoft.AspNetCore.Builder;
namespace Code.Library.AspNetCore.Middleware
{
public static class RequestResponseLoggingMiddlewareExtensions
{
public static IApplicationBuilder UseRequestResponseLogging(this IApplicationBuilder builder)
{
return builder.UseMiddleware<RequestRe... |
cfdd21e43285d684b359a694971bac484bd662fd | add stubs for osx implementation. | add stubs for osx implementation.
| jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,S... | src/Avalonia.Native/WindowImpl.cs | mit | 1,589,467,044 | using System;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Native.Interop;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Platform.Interop;
namespace Avalonia.Native
{
public class WindowImpl : WindowBaseImpl, IWindowImpl, ITopLevelImplWithNativeMenuExporter
{
... | using System;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Native.Interop;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Platform.Interop;
namespace Avalonia.Native
{
public class WindowImpl : WindowBaseImpl, IWindowImpl, ITopLevelImplWithNativeMenuExporter
{
... |
4fe8e41646e5a483780a76726ee8a590975c2f7f | add x11 implementation. | add x11 implementation.
| SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Ava... | src/Avalonia.X11/X11Window.cs | mit | 1,589,467,018 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... |
1576886d94a405e9a5bcfa9d47fd38c860028aca | Address reviews | Address reviews
| AlexCatarino/Lean,JKarathiya/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,AlexCatarino/Lean,QuantConnect/Lean,QuantConnect/Lean | Common/Extensions.cs | apache-2.0 | 1,589,466,989 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* 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... |
a8418189d2bc6dc268e7fccb037a840911c3abc7 | win32 implementation uses new apis for showdialog. | win32 implementation uses new apis for showdialog.
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,589,466,843 | 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;
... |
f8e940706887ed0876e25d2c7cc760c1390d465f | Automatically collect throwables from C# | Automatically collect throwables from C#
| testfairy/testfairy-unity-plugin,testfairy/testfairy-unity-plugin,testfairy/testfairy-unity-plugin | Plugins/TestFairy.cs | apache-2.0 | 1,589,466,842 | using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.Networking;
namespace TestFairyUnity
{
public class TestFairy : MonoBehaviour
{
#if UNITY_IPHONE && !UNITY_EDITOR
[DllImport("__Internal")] private static extern void TestFairy_begin(string APIKey);
[DllI... | using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.Networking;
namespace TestFairyUnity
{
public class TestFairy : MonoBehaviour
{
#if UNITY_IPHONE && !UNITY_EDITOR
[DllImport("__Internal")] private static extern void TestFairy_begin(string APIKey);
[DllI... |
e434d68f2e68422318b0f8d0024f73b089dd071f | implement showdialog using new apis. | implement showdialog using new apis.
| wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Persp... | src/Avalonia.Controls/Window.cs | mit | 1,589,466,764 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia... | using System;
using System.ComponentModel;
using System.Linq;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia.Controls.Platform;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.Layout;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Styling;... |
9d7b02ec8c4a8cf527cebba7642493a28017e01c | (GH-3587) Documentation for ReloadBehavior properties | (GH-3587) Documentation for ReloadBehavior properties
| ye4241/MahApps.Metro,MahApps/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro,batzen/MahApps.Metro | src/MahApps.Metro/Behaviors/ReloadBehavior.cs | mit | 1,589,466,729 | using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using MahApps.Metro.Controls;
namespace MahApps.Metro.Behaviors
{
public static class ReloadBehavior
{
/// <summary>
/// The DependencyProperty for the <see cref="MetroContentControl"/>' OnDataContextChanged prope... | using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using MahApps.Metro.Controls;
namespace MahApps.Metro.Behaviors
{
public static class ReloadBehavior
{
public static readonly DependencyProperty OnDataContextChangedProperty
= DependencyProperty.RegisterAttach... |
55f14a99bcc5e7de9c145e10dab58abb734a8a72 | Improvement to the output messaging for retries on neoctrl-start. | Improvement to the output messaging for retries on neoctrl-start.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Internals/StandAlone/StandAlone.cs | apache-2.0 | 1,589,466,435 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... |
95755b33f47b2326e591188639ebfa00ad1e46f5 | sdk: more sdpx deprecations handled | sdk: more sdpx deprecations handled
| iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.NET.Sdk/SpdxHelpers.cs | apache-2.0 | 1,589,466,389 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Peachpie.NET.Sdk
{
/// <summary>
/// Helper methods for resolving SPDX license expressions.
/// </summary>
public static class SpdxHelpers
{
static readonly Dictionary<string, string> s_spdx_fix... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Peachpie.NET.Sdk
{
/// <summary>
/// Helper methods for resolving SPDX license expressions.
/// </summary>
public static class SpdxHelpers
{
static readonly Dictionary<string, string> s_spdx_fix... |
6e7d2bec62e5f0169c89e2cc13aba4fbdecfe4d7 | add new IWindowImpl members, remove ShowDialog. | add new IWindowImpl members, remove ShowDialog.
| jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,grokys/Perspex,Pe... | src/Avalonia.Controls/Platform/IWindowImpl.cs | mit | 1,589,466,079 | using System;
using Avalonia.Controls;
using Avalonia.Input;
namespace Avalonia.Platform
{
/// <summary>
/// Defines a platform-specific window implementation.
/// </summary>
public interface IWindowImpl : IWindowBaseImpl
{
/// <summary>
/// Gets or sets the minimized/maximized stat... | using System;
using Avalonia.Controls;
using Avalonia.Input;
namespace Avalonia.Platform
{
/// <summary>
/// Defines a platform-specific window implementation.
/// </summary>
public interface IWindowImpl : IWindowBaseImpl
{
/// <summary>
/// Gets or sets the minimized/maximized stat... |
39c835b9d0c8af8ccbe62dee0c05114f60f0cafa | Changed the TimeSpanJsonConverter value writing to use the TimeSpan "c" format, not the XML duration convention. | Changed the TimeSpanJsonConverter value writing to use the TimeSpan "c" format, not the XML duration convention.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Serialization.NewtonsoftJson/Converters/TimeSpanJsonConverter.cs | mit | 1,589,465,664 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TimeSpanJsonConverter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the ... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TimeSpanJsonConverter.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the ... |
8781b210b1cbbdd95bda7df47972b58c1036b545 | Do not fire the TimerTrigger if it has reached the EOL. | Do not fire the TimerTrigger if it has reached the EOL.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Scheduling/Triggers/TimerTrigger.cs | mit | 1,589,465,605 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TimerTrigger.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project r... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TimerTrigger.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project r... |
735ba70f4a127b40f26ea04adf20a0612231ae4b | Remove unused using statement | Remove unused using statement
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Client/GameObjects/Components/Items/ClientHandsComponent.cs | mit | 1,589,465,315 | // Only unused on .NET Core due to KeyValuePair.Deconstruct
// ReSharper disable once RedundantUsingDirective
using Robust.Shared.Utility;
using System.Collections.Generic;
using System.Linq;
using Content.Client.Interfaces.GameObjects;
using Content.Client.UserInterface;
using Content.Shared.GameObjects;
using Robust... | // Only unused on .NET Core due to KeyValuePair.Deconstruct
// ReSharper disable once RedundantUsingDirective
using Robust.Shared.Utility;
using System.Collections.Generic;
using System.Linq;
using Content.Client.Interfaces.GameObjects;
using Content.Client.UserInterface;
using Content.Shared.GameObjects;
using Mono.C... |
4fd4b4f6f37c134a97ac8bbc878a9a7e04b89791 | Add method to AudioHelpers to get a random file from a sound collection | Add method to AudioHelpers to get a random file from a sound collection
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Shared/Audio/AudioHelpers.cs | mit | 1,589,465,136 | using System;
using Content.Shared.GameObjects.Components.Sound;
using Robust.Client.GameObjects.EntitySystems;
using Robust.Shared.Audio;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.IoC;
using Robust.Shared.Log;
using Robust.Sh... | using System;
using Content.Shared.GameObjects.Components.Sound;
using Robust.Shared.Audio;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.IoC;
using Robust.Shared.Log;
using Robust.Shared.Random;
namespace Content.Shared.Audio
{
public static class AudioHelpers{
... |
241186ab004580b479fb5844bb680bff3632a807 | Fixed GetWebSocket | Fixed GetWebSocket
| hprose/hprose-dotnet | src/Hprose.RPC/WebSocketTransport.cs | mit | 1,589,464,875 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
faea1084a0377ac4d33b83f13e5d9fb8678de4d2 | Fixed GetUdpClient | Fixed GetUdpClient
| hprose/hprose-dotnet | src/Hprose.RPC/UdpTransport.cs | mit | 1,589,464,853 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
125ab6b79be62198845edd12fd5c2aca1a7a1c67 | Fixed GetTcpClient | Fixed GetTcpClient
| hprose/hprose-dotnet | src/Hprose.RPC/TcpTransport.cs | mit | 1,589,464,831 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
8899958316dfe36c5589fad28c7ba02ab851426b | Fixed GetSocket | Fixed GetSocket
| hprose/hprose-dotnet | src/Hprose.RPC/SocketTransport.cs | mit | 1,589,464,798 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
a65a9d5d9510c34e935ef37679de71fab87e6df7 | Added RetryInterval Property | Added RetryInterval Property
| hprose/hprose-dotnet | src/Hprose.RPC.Plugins/Reverse/Provider.cs | mit | 1,589,464,772 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
fe3445a703ffc541921e26719d8400ee103d1ef6 | Added RetryInterval Property | Added RetryInterval Property
| hprose/hprose-dotnet | src/Hprose.RPC.Plugins/Push/Prosumer.cs | mit | 1,589,464,741 | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... | /*--------------------------------------------------------*\
| |
| hprose |
| |
| Official WebSite: https://hprose.com |
| ... |
fd93dc12c4f8dc1d56d5ba88615b0bfda86c6017 | Fixed handling for Nullable, TypeConverter on from, respect culture | Fixed handling for Nullable, TypeConverter on from, respect culture
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzins... | src/Avalonia.Base/Utilities/TypeUtilities.cs | mit | 1,589,464,683 | using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
namespace Avalonia.Utilities
{
/// <summary>
/// Provides utilities for working with types at runtime.
/// </summary>
public static class TypeUtilities
{
private static readonl... | using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
namespace Avalonia.Utilities
{
/// <summary>
/// Provides utilities for working with types at runtime.
/// </summary>
public static class TypeUtilities
{
private static readonl... |
035591953846f8a72c1b116a17b0306dc1ae0153 | fix web search plugin | fix web search plugin
| Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox/ViewModel/MainViewModel.cs | mit | 1,589,464,512 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using System.Collections.Concurrent;
using NHotkey;
using NHotkey.Wpf;
using NLog;
using Wox... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using System.Collections.Concurrent;
using NHotkey;
using NHotkey.Wpf;
using NLog;
using Wox... |
25f57600c18b66a5edf2a2ed2c79db4ea49e0410 | Added failing tests | Added failing tests
| SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,Super... | tests/Avalonia.Base.UnitTests/Data/DefaultValueConverterTests.cs | mit | 1,589,464,490 | using System.Globalization;
using Avalonia.Controls;
using Avalonia.Data;
using Xunit;
using System.Windows.Input;
using System;
using Avalonia.Data.Converters;
using Avalonia.Layout;
using System.ComponentModel;
namespace Avalonia.Base.UnitTests.Data.Converters
{
public class DefaultValueConverterTests
{
... | using System.Globalization;
using Avalonia.Controls;
using Avalonia.Data;
using Xunit;
using System.Windows.Input;
using System;
using Avalonia.Data.Converters;
using Avalonia.Layout;
namespace Avalonia.Base.UnitTests.Data.Converters
{
public class DefaultValueConverterTests
{
[Fact]
public voi... |
aa3e26e918887938d0776077f5c57e0edff3ff77 | Fixed Query.GetPlan() throwing for non-existent collections | Fixed Query.GetPlan() throwing for non-existent collections
| mbdavid/LiteDB | LiteDB/Client/Database/LiteQueryable.cs | mit | 1,589,464,378 | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using static LiteDB.Constants;
namespace LiteDB
{
/// <summary>
/// An IQueryable-like class to write fluent query in documents in collection.
//... | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using static LiteDB.Constants;
namespace LiteDB
{
/// <summary>
/// An IQueryable-like class to write fluent query in documents in collection.
//... |
da47f79eab95fcab85a2e4b7709609975e6af726 | status.json - make sure only one process can write at once using FileShare.Read. #143 | status.json - make sure only one process can write at once using FileShare.Read. #143
| dasgarner/xibo-dotnetclient,xibosignage/xibo-dotnetclient | Log/ClientInfo.cs | agpl-3.0 | 1,589,464,312 | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... |
1e9d6ae8d750a6d20b8a37704e64bdf9e041762d | Removed unnecessary refresh call | Removed unnecessary refresh call
| eShopWorld/devopsflex-messaging | src/Eshopworld.Messaging/ServiceBusExtensions.cs | mit | 1,589,464,268 | using System;
using System.Diagnostics;
using System.Net;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Eshopworld.Core;
using Microsoft.Azure.Management.ServiceBus.Fluent;
namespace Eshopworld.Messaging
{
/// <summary>
/// Contains extensions t... | using System;
using System.Diagnostics;
using System.Net;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Eshopworld.Core;
using Microsoft.Azure.Management.ServiceBus.Fluent;
namespace Eshopworld.Messaging
{
/// <summary>
/// Contains extensions t... |
b140bc51e790df5adc1c301078b2ef88e0872445 | Fix a null argument check (#590) | Fix a null argument check (#590)
| ericmbernier/Nez,prime31/Nez,prime31/Nez,prime31/Nez | Nez.Portable/UI/Widgets/Image.cs | mit | 1,589,464,237 | using Microsoft.Xna.Framework.Graphics;
using Nez.Textures;
namespace Nez.UI
{
public class Image : Element
{
Scaling _scaling;
int _align;
IDrawable _drawable;
float imageX, imageY, imageWidth, imageHeight;
public Image(IDrawable drawable, Scaling scaling = Scaling.Stretch, int align = AlignInternal.... | using Microsoft.Xna.Framework.Graphics;
using Nez.Textures;
namespace Nez.UI
{
public class Image : Element
{
Scaling _scaling;
int _align;
IDrawable _drawable;
float imageX, imageY, imageWidth, imageHeight;
public Image(IDrawable drawable, Scaling scaling = Scaling.Stretch, int align = AlignInternal.... |
71194163595f4b1902d177b2cdf5611c4f904522 | Ensure frame order when packing a sprite atlas (#589) | Ensure frame order when packing a sprite atlas (#589)
| prime31/Nez,prime31/Nez,prime31/Nez,ericmbernier/Nez | Nez.SpriteAtlasPacker/SpriteAtlasPacker/SpriteAtlasPacker.cs | mit | 1,589,464,190 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
namespace Nez.Tools.Atlases
{
public class SpriteAtlasPacker
{
public enum FailCode
{
FailedParsingArguments = 1,
NoImages,
ImageNameCollision,
FailedToLoadImage,
... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
namespace Nez.Tools.Atlases
{
public class SpriteAtlasPacker
{
public enum FailCode
{
FailedParsingArguments = 1,
NoImages,
ImageNameCollision,
FailedToLoadImage,
FailedToPackImage... |
1dd7eb86771a7ba7a0e985dde10f5695d1e1bff6 | Stunbaton now has a 3/4 chance of applying slowdown instead of paralyze | Stunbaton now has a 3/4 chance of applying slowdown instead of paralyze
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Weapon/Melee/StunbatonComponent.cs | mit | 1,589,463,829 | using System.Collections.Generic;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.EntitySystems;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Random;
using Robust.Shared.IoC;
using Robust.S... | using System.Collections.Generic;
using Content.Server.GameObjects.Components.Mobs;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Serialization;
namespace Content.Server.GameObjects.Components.Weapon.Melee
{
[RegisterComponent]
public class StunbatonComponent ... |
2aaf57f620b7b8854cc3faa4ae41fa6a9bd1d6fb | Add GetStateMachineTarget extension method | Add GetStateMachineTarget extension method
| 0x0ade/MonoMod,AngelDE98/MonoMod | MonoMod.Utils/Extensions.Utils.cs | mit | 1,589,462,170 | using Mono.Cecil.Cil;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
namespace MonoMod.Utils {
public static partial class Extensions {
/// <summary>
/// Create a hexadecimal string for the given ... | using Mono.Cecil.Cil;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Text;
namespace MonoMod.Utils {
public static partial class Extensions {
/// <summary>
/// Create a hexadecimal string for the given ... |
1f82a6a004679379092bcb9985bfa7140fee65cd | Update CollectionFacetFactory.cs | Update CollectionFacetFactory.cs
| NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Core/NakedObjects.ParallelReflector/FacetFactory/CollectionFacetFactory.cs | apache-2.0 | 1,589,462,018 | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requir... | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requir... |
d284e8b253078311fa38103d2823aa589c9d5098 | Fix NextDrawAs. | Fix NextDrawAs.
| jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsolte... | src/Avalonia.Visuals/Rendering/SceneGraph/DeferredDrawingContextImpl.cs | mit | 1,589,461,977 | using System;
using System.Collections.Generic;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Imaging;
using Avalonia.VisualTree;
namespace Avalonia.Rendering.SceneGraph
{
/// <summary>
/// A drawing context which builds a scene graph.
/// </summary>... | using System;
using System.Collections.Generic;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Utilities;
using Avalonia.Visuals.Media.Imaging;
using Avalonia.VisualTree;
namespace Avalonia.Rendering.SceneGraph
{
/// <summary>
/// A drawing context which builds a scene graph.
/// </summary>... |
9447330f7af26961b661dbc27417e4a409c61406 | Fix update check on HTML package extraction #142 | Fix update check on HTML package extraction #142
| dasgarner/xibo-dotnetclient,xibosignage/xibo-dotnetclient | Rendering/WebMedia.cs | agpl-3.0 | 1,589,461,880 | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... | /**
* Copyright (C) 2020 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
*
* This file is part of Xibo.
*
* Xibo is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either ver... |
7767358b63101d1436534d8fa67db9dbf7ebfe9d | Fix bad key in Context.Items. | Fix bad key in Context.Items.
| Invenietis/CK-AspNet-Auth,Invenietis/CK-AspNet-Auth,Invenietis/CK-AspNet-Auth | CK.AspNet.Auth/CKAspNetAuthHttpContextExtensions.cs | mit | 1,589,461,089 | using CK.AspNet.Auth;
using CK.Auth;
using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.AspNetCore.Http
{
/// <summary>
/// Exposes <see cref="WebFrontAuthenticate"/> extension method on <see cref="HttpContext"/>.
/// </summary>
static public class CKAspNetAuthHttpCo... | using CK.AspNet.Auth;
using CK.Auth;
using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.AspNetCore.Http
{
/// <summary>
/// Exposes <see cref="WebFrontAuthenticate"/> extension method on <see cref="HttpContext"/>.
/// </summary>
static public class CKAspNetAuthHttpCo... |
4b96f10a5a423680b4afdc6b2a7e435b2914833b | remove too specific type constraints | remove too specific type constraints
| tom-englert/TomsToolbox | TomsToolbox.Wpf/DependencyObjectExtensions.cs | mit | 1,589,460,095 | namespace TomsToolbox.Wpf
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Interop;
using System.Windows.Media;
using JetBrains.Annotations;
using TomsToolbox.Essentials;
/// <summary>... | namespace TomsToolbox.Wpf
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Interop;
using System.Windows.Media;
using JetBrains.Annotations;
using TomsToolbox.Essentials;
/// <summary>... |
155e918ca3063b4c03146144cc3b8f9a035d5566 | Remove unused parameter | Remove unused parameter
| smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu | osu.Game/Overlays/Settings/Sections/Maintenance/GeneralSettings.cs | mit | 1,589,460,028 | // 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.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Graphics.UserInter... | // 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.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
using osu.Game.Graphics.UserInter... |
5127ee80497810d9c757a67c3363b2bc57b2b7bb | fix parameter name | fix parameter name
| acple/ParsecSharp | UnitTest.ParsecSharp/TextTest.cs | mit | 1,589,459,761 | using ChainingAssertion;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using static ParsecSharp.Parser;
using static ParsecSharp.Text;
namespace UnitTest.ParsecSharp
{
[TestClass]
public class TextTest
{
private const string _abcdEFGH = "abcdEFGH";
private const string _123456 = "123... | using ChainingAssertion;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using static ParsecSharp.Parser;
using static ParsecSharp.Text;
namespace UnitTest.ParsecSharp
{
[TestClass]
public class TextTest
{
private const string _abcdEFGH = "abcdEFGH";
private const string _123456 = "123... |
e390d70b707c97909404b8f596dc2908a66605b4 | bestMatch changes on entering section with screen top border | bestMatch changes on entering section with screen top border
| smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu | osu.Game/Graphics/Containers/SectionsContainer.cs | mit | 1,589,459,592 | // 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.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... | // 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.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using... |
aafbbc559d8c87dee652c06c4fab78d04eb9fcdb | Fix parsing of KRB_CRED data from GSSAPI. | Fix parsing of KRB_CRED data from GSSAPI.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Win32/Security/Authentication/Kerberos/KerberosChecksumGssApi.cs | apache-2.0 | 1,589,459,189 | // 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... |
3ec39f793c2fdd2fea76236869dd4bdf0e0b5511 | fix for net461 | fix for net461
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | src/OpenCvSharp/PInvoke/WindowsLibraryLoader.cs | apache-2.0 | 1,589,458,945 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
namespace OpenCvSharp
{
/// <summary>
/// Handles loading embedded dlls into memory, based... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
namespace OpenCvSharp
{
/// <summary>
/// Handles loading embedded dlls into memory, based... |
11d0ca56de6c040b1b2f8223dfda54ffbe6bf99a | fix timespan in render demo. | fix timespan in render demo.
| Perspex/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,wi... | samples/RenderDemo/Controls/LineBoundsDemoControl.cs | mit | 1,589,458,598 | using System;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Media;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Threading;
namespace RenderDemo.Controls
{
public class LineBoundsDemoControl : Control
{
static LineBoundsDemoControl()
{
AffectsRender<LineBoundsDemoCo... | using System;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Media;
using Avalonia.Rendering.SceneGraph;
using Avalonia.Threading;
namespace RenderDemo.Controls
{
public class LineBoundsDemoControl : Control
{
static LineBoundsDemoControl()
{
AffectsRender<LineBoundsDemoCo... |
4f824b1d9a3e1dc847ea4a79816b258f441b7d3c | Add build flags for Core targets | Add build flags for Core targets
| adamhathcock/sharpcompress,adamhathcock/sharpcompress | src/SharpCompress/Common/ArchiveEncoding.cs | mit | 1,589,458,560 | using System;
using System.Text;
namespace SharpCompress.Common
{
public class ArchiveEncoding
{
/// <summary>
/// Default encoding to use when archive format doesn't specify one.
/// </summary>
public Encoding Default { get; set; }
/// <summary>
/// ArchiveEnc... | using System;
using System.Text;
namespace SharpCompress.Common
{
public class ArchiveEncoding
{
/// <summary>
/// Default encoding to use when archive format doesn't specify one.
/// </summary>
public Encoding Default { get; set; }
/// <summary>
/// ArchiveEnc... |
315ac5b1fc895ac2a99a0f8a05e4c3218a4f4799 | WindowsLibraryLoader works only when additionalPaths is not empty | WindowsLibraryLoader works only when additionalPaths is not empty
| shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp,shimat/opencvsharp | src/OpenCvSharp/PInvoke/WindowsLibraryLoader.cs | apache-2.0 | 1,589,458,213 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
namespace OpenCvSharp
{
/// <summary>
/// Handles loading embedded dlls into memory, based... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
namespace OpenCvSharp
{
/// <summary>
/// Handles loading embedded dlls into memory, based on http://stackove... |
42f446faa9a8d19a0a49d970b8139e7bf28cf4c1 | Fix remaining test failure | Fix remaining test failure
| smoogipooo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu | osu.Game/Overlays/Settings/Sections/General/UpdateSettings.cs | mit | 1,589,458,204 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Platform;
using osu.Framework.Screens;
using osu.Game.Configuration;
using osu.Game.Overlays.Set... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework;
using osu.Framework.Allocation;
using osu.Framework.Platform;
using osu.Framework.Screens;
using osu.Game.Configuration;
using osu.Game.Overlays.Set... |
7465fdf42cb3558ca2a093457991609b0bd0d87c | Fixed discrepancy in how Sharpmake determines which projects to build between single and multithreaded modes (#76) | Fixed discrepancy in how Sharpmake determines which projects to build between single and multithreaded modes (#76)
This led to cases where certain necessary projects were not being generated in multithreaded mode, leading to build failures
_buildScheduledType now acts as an accumulator of all project types to be ge... | ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Builder.cs | apache-2.0 | 1,589,457,144 | // Copyright (c) 2017 Ubisoft Entertainment
//
// 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 la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// 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 la... |
4d2b9e3a4ad7827588514e3341dcb86ce5d6e0a4 | Expand short paths, when resolving to absolute path values. | Expand short paths, when resolving to absolute path values.
| KevinJump/uSync,KevinJump/uSync | uSync8.BackOffice/Services/SyncFileService.cs | mpl-2.0 | 1,589,456,497 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Xml.Serialization;
using Umbraco.Core.Composing;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using uSync8.BackOffice.Configuration;
namespace uSync8.Back... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Xml.Serialization;
using Umbraco.Core.Composing;
using Umbraco.Core.IO;
using Umbraco.Core.Logging;
using uSync8.BackOffice.Configuration;
namespace uSync8.Back... |
f3b1c32a85050ace4ad7f410913ea3665312e3de | Update test logic for new exception type | Update test logic for new exception type
| NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipooo/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu | osu.Game.Tests/NonVisual/CustomDataDirectoryTest.cs | mit | 1,589,455,137 | // 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.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.F... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.F... |
3441ab457d7d05dffa990117aa7ab3b84ceaa709 | Fix hitobjects placed at non-beatsnapped times | Fix hitobjects placed at non-beatsnapped times
| ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu | osu.Game.Rulesets.Mania/Edit/Blueprints/ManiaPlacementBlueprint.cs | mit | 1,589,454,394 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Events;
using osu.Game.Rulesets.Edit;
using osu.Game.Ru... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Events;
using osu.Game.Rulesets.Edit;
using osu.Game.Ru... |
42c3d892cd93a3671de896af87136244b36856c2 | Only update alive lines | Only update alive lines
| UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu | osu.Game.Rulesets.Mania/Edit/ManiaBeatSnapGrid.cs | mit | 1,589,453,714 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Grap... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Grap... |
91d1b15d5ad141444259933678490df5db29794c | Integrate grid with the mania composer | Integrate grid with the mania composer
| smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu | osu.Game.Rulesets.Mania/Edit/ManiaHitObjectComposer.cs | mit | 1,589,453,707 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Edit.Tools;
using osu.Game.Rulesets.Mania.Objects;
using System.Collections.Generic;
using... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Edit.Tools;
using osu.Game.Rulesets.Mania.Objects;
using System.Collections.Generic;
using... |
dc7024bcdbd979c198e989ac9dda67a306ddaf4d | Check versions immediately after client gets connected | Check versions immediately after client gets connected
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Services/WasabiSynchronizer.cs | mit | 1,589,453,424 | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bac... | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bac... |
b58dc42dc106ad667a972e858cbc75b75cb18143 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,452,625 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
f58fe3930ec06ac88fd1c192bd934cfd03ee81d1 | Ensure entity lookup uses a lowercase name, as per convention | Ensure entity lookup uses a lowercase name, as per convention
| eShopWorld/devopsflex-messaging | src/Eshopworld.Messaging/ServiceBusExtensions.cs | mit | 1,589,452,332 | using System;
using System.Diagnostics;
using System.Net;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Eshopworld.Core;
using Microsoft.Azure.Management.ServiceBus.Fluent;
namespace Eshopworld.Messaging
{
/// <summary>
/// Contains extensions t... | using System;
using System.Diagnostics;
using System.Net;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Eshopworld.Core;
using Microsoft.Azure.Management.ServiceBus.Fluent;
namespace Eshopworld.Messaging
{
/// <summary>
/// Contains extensions t... |
9782f481010605698bbd0e140259b810695cb5bf | Fixed layers not being enabled by default. | Fixed layers not being enabled by default.
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Layers/Layer.cs | mit | 1,589,452,288 | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides.Logic;
using Aurora.Settings.Overrides.Logic.Builder;
using Newtonsoft.Json;
using PropertyChanged;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Controls;
namesp... | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides.Logic;
using Aurora.Settings.Overrides.Logic.Builder;
using Newtonsoft.Json;
using PropertyChanged;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Controls;
namesp... |
d6d7e7225d92ae59799c5837cdd0083474b57d5b | Predicate dapper test was fixed. | Predicate dapper test was fixed.
| bgTeamDev/bgTeam.Core,bgTeamDev/bgTeam.Core,bgTeamDev/bgTeam.Core | tests/bgTeam.Core.Tests/Tests/Dapper/Builder/PredicateConverterTests.cs | mit | 1,589,451,774 | using DapperExtensions;
using Xunit;
using Moq;
using System.Data;
using System;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace bgTeam.Core.Tests.Tests.Dapper.Builder
{
[Collection("SqlLiteCollection")]
public class PredicateConverterTests
{
[Fact]
public void Gener... | using DapperExtensions;
using Xunit;
using Moq;
using System.Data;
using System;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace bgTeam.Core.Tests.Tests.Dapper.Builder
{
[Collection("SqlLiteCollection")]
public class PredicateConverterTests
{
//TODO - finish writting tests, ... |
3cb406ea3b639bd7ca4e597debeb2c5c753734b1 | Dynamically adding NamedDockingNode to the scaffold | Dynamically adding NamedDockingNode to the scaffold
| allista/AT_Utils | Modules/NamedDockingNode.cs | mit | 1,589,450,514 | // NamedDockingNode.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
namespace AT_Utils
{
public class NamedDockingNode : ModuleDockingNode
{
[KSPField(isPersistant = true)]
public string PortName = "";
... | // NamedDockingNode.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
namespace AT_Utils
{
public class NamedDockingNode : ModuleDockingNode
{
[KSPField(isPersistant = true)]
public string PortName = "";
... |
82a7901d41dbfd1c7948f08fbc7dc69a114fe5a3 | Simplify access | Simplify access
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/Wasabi/WasabiClient.cs | mit | 1,589,450,222 | using NBitcoin;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Backend.Models;
using WalletWasabi.Backend.Mo... | using NBitcoin;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Backend.Models;
using WalletWasabi.Backend.Mo... |
f718f9a0458a6c26a04aca34852ca2d7af929bbd | make list explicitly element ids | make list explicitly element ids
| ADN-DevTech/RevitTrainingMaterial | Labs/2_Revit_UI_API/SourceCS/2_Selection.cs | mit | 1,589,449,360 | #region Copyright
//
// Copyright (C) 2009-2020 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both that copyright notice and the... | #region Copyright
//
// Copyright (C) 2009-2020 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both that copyright notice and the... |
51802edfb73a691ca8f6f057bf6f632ff8b3ab52 | Set the initial value | Set the initial value
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/Wasabi/WasabiClient.cs | mit | 1,589,449,244 | using NBitcoin;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Backend.Models;
using WalletWasabi.Backend.Mo... | using NBitcoin;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Backend.Models;
using WalletWasabi.Backend.Mo... |
98130e7692ee84d4497dfcdf66a055bf07d47450 | Update Core | Update Core
| sunkaixuan/SqlSugar | Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Realization/Sqlite/DbMaintenance/SqliteDbMaintenance.cs | apache-2.0 | 1,589,447,263 | using Microsoft.Data.Sqlite;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace SqlSugar
{
public class SqliteDbMaintenance : DbMaintenanceProvider
{
#region... | using Microsoft.Data.Sqlite;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace SqlSugar
{
public class SqliteDbMaintenance : DbMaintenanceProvider
{
#region... |
86d3c13706057c7d57947c88e4e716c6e3184ae6 | Sqlite linux create database BUG | Sqlite linux create database BUG
| sunkaixuan/SqlSugar | Src/Asp.Net/SqlSugar/Realization/Sqlite/DbMaintenance/SqliteDbMaintenance.cs | apache-2.0 | 1,589,447,132 | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SQLite;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace SqlSugar
{
public class SqliteDbMaintenance : DbMaintenanceProvider
{
#region DM... | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SQLite;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace SqlSugar
{
public class SqliteDbMaintenance : DbMaintenanceProvider
{
#region DM... |
b9b0872c779bd3a665ae3dcd1e5d4b04509e52bb | Deferred tasks should be skipped in a normal request workflow | Deferred tasks should be skipped in a normal request workflow
| webprofusion/Certify | src/Certify.Core/Management/CertifyManager/CertifyManager.CertificateRequest.cs | mit | 1,589,446,672 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Certify.Core.Management;
using Certify.Locales;
using Certify.Models;
using Certify.Models.Plugins;
using Certify.Models.Providers;
using Certify.Shared... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Certify.Core.Management;
using Certify.Locales;
using Certify.Models;
using Certify.Models.Plugins;
using Certify.Models.Providers;
using Certify.Shared... |
8911a37aa776be82d6586df004c5e549a8678805 | Squash warning when skip package version check | Squash warning when skip package version check
| gep13/cake,gep13/cake,devlead/cake,devlead/cake,cake-build/cake,devlead/cake,cake-build/cake,patriksvensson/cake,patriksvensson/cake,mholo65/cake,mholo65/cake,mholo65/cake,gep13/cake,cake-build/cake,patriksvensson/cake | src/Cake.Core/Scripting/ScriptProcessor.cs | mit | 1,589,446,406 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Cake.Core.Conf... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Cake.Core.Conf... |
6bf6f60a05032c4ef01659e7b96ece1e4896f212 | #424: Update 'CmDdsPatchSiteNameValidator' success message | #424: Update 'CmDdsPatchSiteNameValidator' success message
| Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager | src/SIM.Sitecore9Installer/Validation/Validators/CmDdsPatchSiteNameValidator.cs | mit | 1,589,446,038 | using System;
using System.Collections.Generic;
using System.Linq;
using SIM.Sitecore9Installer.Tasks;
namespace SIM.Sitecore9Installer.Validation.Validators
{
public class CmDdsPatchSiteNameValidator : IValidator
{
protected virtual string DdsPatchValidationResultMessage =>
"Value of the '{0}' paramete... | using System;
using System.Collections.Generic;
using System.Linq;
using SIM.Sitecore9Installer.Tasks;
namespace SIM.Sitecore9Installer.Validation.Validators
{
public class CmDdsPatchSiteNameValidator : IValidator
{
protected virtual string DdsPatchValidationResultMessage =>
"Value of the '{0}' paramete... |
df7066794b8b566f7d0e46edd6977ec04f96ffb7 | expose ObjectFactory | expose ObjectFactory
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Helpers/ActivatorHelper.cs | mit | 1,589,445,936 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.ExceptionServices;
namespace WeihanLi.Common.Helpers
{
... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.ExceptionServices;
namespace WeihanLi.Common.Helpers
{
... |
d04079f6ab7911b5d7f8fd633019993137b0fc65 | Fix directory selector not masking properly | Fix directory selector not masking properly
| UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu | osu.Game/Graphics/UserInterfaceV2/DirectorySelector.cs | mit | 1,589,445,715 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... |
cb0b25ac55c7db5e6b1cc4a941971676690388ee | Throw better exceptions from OsuStorage | Throw better exceptions from OsuStorage
| peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu | osu.Game/IO/OsuStorage.cs | mit | 1,589,445,715 | // 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.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... | // 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.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... |
06f507496a0d4bb8865d226ea9af6d220a5ab4fb | Delete migration source if no files exist after completion | Delete migration source if no files exist after completion
| smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu | osu.Game/IO/OsuStorage.cs | mit | 1,589,445,715 | // 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.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... | // 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.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... |
6bb06e9d611aeb9255c28a5936f59c0cdc2559f1 | Expose CurrentDirectory bindable for consumption | Expose CurrentDirectory bindable for consumption
| NeoAdonis/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game/Graphics/UserInterfaceV2/DirectorySelector.cs | mit | 1,589,445,715 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.