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 |
|---|---|---|---|---|---|---|---|---|
47eef15c41c251ab072bfcd1677987b143d199fc | Add support for "N/A" (#329) | Add support for "N/A" (#329)
Co-authored-by: Tyler Brinkley <daa5283cf904cf6e27954f9c048566e50f80f009@guaranteedrate.com> | hfcjweinstock/EncompassREST,EncompassRest/EncompassRest | src/EncompassRest/NA.cs | mit | 1,587,652,745 | using System;
using Newtonsoft.Json;
using EncompassRest.Utilities;
using System.Collections.Generic;
namespace EncompassRest
{
/// <summary>
/// The <see cref="NA{T}"/> type accepts any value of <typeparamref name="T"/> as well as "NA" and null.
/// </summary>
/// <typeparam name="T">The type paramet... | using System;
using Newtonsoft.Json;
using EncompassRest.Utilities;
using System.Collections.Generic;
namespace EncompassRest
{
/// <summary>
/// The <see cref="NA{T}"/> type accepts any value of <typeparamref name="T"/> as well as "NA" and null.
/// </summary>
/// <typeparam name="T">The type paramet... |
1f967b3fbf26425d4aee92b0dd3b15734a6bca6e | Make ReleaseNotesGrabber SparkleUpdater protected | Make ReleaseNotesGrabber SparkleUpdater protected
| Deadpikle/NetSparkle | src/NetSparkle/ReleaseNotesGrabber.cs | mit | 1,587,652,734 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Threading;
using System.IO;
using NetSparkleUpdater.Enums;
using System.Net;
namespace NetSparkleUpdater
{
/// <summary>
/// Grabs release note... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Threading;
using System.IO;
using NetSparkleUpdater.Enums;
using System.Net;
namespace NetSparkleUpdater
{
/// <summary>
/// Grabs release note... |
76dd079d07dfa313d168bfd41e911b22e1f8e708 | reduce lock scope for better performance | reduce lock scope for better performance
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox/ViewModel/ResultsViewModel.cs | mit | 1,587,652,708 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
namespace Wox.ViewModel
{
public class R... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using Wox.Infrastructure.UserSettings;
using Wox.Plugin;
namespace Wox.ViewModel
{
public class R... |
387c00490f9fc0122c401bfb26f5c43bcfc109f4 | Revert "Tratamento da instrução de protesto (CodigoProtesto) - Bradesco - remessa CNAB 400" | Revert "Tratamento da instrução de protesto (CodigoProtesto) - Bradesco - remessa CNAB 400"
| rafd75/boleto2net,BoletoNet/boleto2net,rafd75/boleto2net,BoletoNet/boleto2net | Boleto2.Net/Banco/BancoBradesco.cs | apache-2.0 | 1,587,652,659 | using System;
using System.Collections.Generic;
using System.Web.UI;
using Boleto2Net.Exceptions;
using Boleto2Net.Extensions;
using static System.String;
[assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")]
namespace Boleto2Net
{
internal sealed class BancoBradesco : IBanco
{
internal st... | using System;
using System.Collections.Generic;
using System.Web.UI;
using Boleto2Net.Exceptions;
using Boleto2Net.Extensions;
using static System.String;
[assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")]
namespace Boleto2Net
{
internal sealed class BancoBradesco : IBanco
{
internal st... |
ad615d81265d03a985182d0a0dc2f078be0d025f | ITEMS(Binary) now returns every item in the byte[] as int | ITEMS(Binary) now returns every item in the byte[] as int
| mbdavid/LiteDB | LiteDB/Document/Expression/Methods/Misc.cs | mit | 1,587,652,586 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using static LiteDB.Constants;
namespace LiteDB
{
internal partial class BsonExpressionMethods
{
/// <summary>
/// Parse a JSON string into a new BsonV... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using static LiteDB.Constants;
namespace LiteDB
{
internal partial class BsonExpressionMethods
{
/// <summary>
/// Parse a JSON string into a new BsonV... |
81f13f61719a2c1c5451cdb7f8b2dd003db8c56d | C#: Fix always saving copy of csproj even with no changes | C#: Fix always saving copy of csproj even with no changes
This was a regression from 93d7ec88360a467a3041c0aa08390daa1f75892b (#38110).
Mono's old implementation of Microsoft.Build hardcodes HasUnsavedChanges to
always return true.
This workaround can be reverted once we switch to official Microsoft.Build.
| pkowal1982/godot,josempans/godot,pkowal1982/godot,Faless/godot,Zylann/godot,sanikoyes/godot,Zylann/godot,vkbsb/godot,sanikoyes/godot,Faless/godot,godotengine/godot,akien-mga/godot,guilhermefelipecgs/godot,vkbsb/godot,josempans/godot,DmitriySalnikov/godot,vnen/godot,Zylann/godot,Zylann/godot,Paulloz/godot,akien-mga/godo... | modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectUtils.cs | mit | 1,587,651,535 | using GodotTools.Core;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using DotNet.Globbing;
using Microsoft.Build.Construction;
namespace GodotTools.ProjectEditor
{
public sealed class MSBuildProject
{
public ProjectRootElement ... | using GodotTools.Core;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using DotNet.Globbing;
using Microsoft.Build.Construction;
namespace GodotTools.ProjectEditor
{
public sealed class MSBuildProject
{
public ProjectRootElement ... |
a1cbdc287e27109cb458ac48fb9b8627e79dddf3 | Tratamento da instrução de protesto (CodigoProtesto) para o banco Bradesco na geração de remessa com CNAB 400 | Tratamento da instrução de protesto (CodigoProtesto) para o banco Bradesco na geração de remessa com CNAB 400
| rafd75/boleto2net,BoletoNet/boleto2net,BoletoNet/boleto2net,rafd75/boleto2net | Boleto2.Net/Banco/BancoBradesco.cs | apache-2.0 | 1,587,651,465 | using System;
using System.Collections.Generic;
using System.Web.UI;
using Boleto2Net.Exceptions;
using Boleto2Net.Extensions;
using static System.String;
[assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")]
namespace Boleto2Net
{
internal sealed class BancoBradesco : IBanco
{
internal st... | using System;
using System.Collections.Generic;
using System.Web.UI;
using Boleto2Net.Exceptions;
using Boleto2Net.Extensions;
using static System.String;
[assembly: WebResource("BoletoNet.Imagens.237.jpg", "image/jpg")]
namespace Boleto2Net
{
internal sealed class BancoBradesco : IBanco
{
internal st... |
d1a672ba32951639b479e899e4748b305d4cac03 | Fix crashes from MindComponent trying to spawn ghosts on deleted grids. | Fix crashes from MindComponent trying to spawn ghosts on deleted grids.
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Mobs/MindComponent.cs | mit | 1,587,650,681 | using Content.Server.GameObjects.Components.Observer;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameTicking;
using Content.Server.Mobs;
using Content.Server.Players;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Map;
us... | using Content.Server.GameObjects.Components.Observer;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Mobs;
using Content.Server.Players;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Serialization;
using Robust.Shared.Utility;
using Robust.Shared... |
32f66b6f9e1e436a15bd3f05b7273999d637dca2 | Clothing visualization sets RSI and state atomically. | Clothing visualization sets RSI and state atomically.
| 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,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Client/GameObjects/Components/HUD/Inventory/ClientInventoryComponent.cs | mit | 1,587,650,663 | // 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.GameObjects.Components.Clothing;
using Content.Shared.GameObjects;
using Content.Shared.Preferences.Appear... | // 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.GameObjects.Components.Clothing;
using Content.Shared.GameObjects;
using Content.Shared.Preferences.Appear... |
322a7b85c142cf566638f1ecf226f41b911cf12b | CV-721 config update | CV-721 config update
| SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice | src/SFA.DAS.PAS.Account.Api/DependencyResolution/DefaultRegistry.cs | mit | 1,587,650,230 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DefaultRegistry.cs" company="Web Advanced">
// Copyright 2012 Web Advanced (www.webadvanced.com)
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not ... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DefaultRegistry.cs" company="Web Advanced">
// Copyright 2012 Web Advanced (www.webadvanced.com)
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not ... |
2ad2915d942e2c7111ce43287c00277a24840cd8 | reduce load program size | reduce load program size
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,650,001 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
28967fac934a8982d2bcab4a5c9bd16ac01f37f1 | CON-1638-remove-duplicate-registration | CON-1638-remove-duplicate-registration
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/DependencyResolution/DefaultRegistry.cs | mit | 1,587,649,216 | using SFA.DAS.CookieService;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Services;
using SFA.DAS.EmployerAccounts.Web.Logging;
using SFA.DAS.NLog.Logger;
using StructureMap;
using System.Web;
using SFA.DAS.Authorization.Context;
using SFA.DAS.EmployerAccounts.Web.Authorization;
using SFA.D... | using SFA.DAS.CookieService;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Services;
using SFA.DAS.EmployerAccounts.Web.Logging;
using SFA.DAS.NLog.Logger;
using StructureMap;
using System.Web;
using SFA.DAS.Authorization.Context;
using SFA.DAS.EmployerAccounts.Web.Authorization;
using SFA.D... |
aafc329c6c48c46f1258b0b96ddab7e99270f755 | force english exception | force english exception
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox/App.xaml.cs | mit | 1,587,648,546 | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Timers;
using System.Windows;
using System.Collections.Generic;
using Wox.Core;
using Wox.Core.Configuration;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Http;
usin... | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using System.Timers;
using System.Windows;
using System.Collections.Generic;
using Wox.Core;
using Wox.Core.Configuration;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Http;
usin... |
50b57bde9b56ea743cf11eae0fcec7ba3cfa9140 | Updated tests | Updated tests
| Backendless/.NET-SDK,Backendless/.NET-SDK | Projects/GeometryTestProject/TestRelation.cs | apache-2.0 | 1,587,647,751 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using BackendlessAPI;
using BackendlessAPI.Persistence;
using System;
using System.Collections.Generic;
using System.Linq;
using BackendlessAPI.Async;
namespace GeometryTestProject
{
public class Area
{
public int UserId{ get; set; }
public string AreaA ... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using BackendlessAPI;
using BackendlessAPI.Persistence;
using System;
using System.Collections.Generic;
using System.Linq;
using BackendlessAPI.Async;
namespace GeometryTestProject
{
public class Area
{
public int UserId{ get; set; }
public string AreaA ... |
753aeeb37849581fb529c14ab4c1559d8a470525 | remove text with no i18n | remove text with no i18n
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Wox/Converters/QuerySuggestionBoxConverter.cs | mit | 1,587,647,618 | using System;
using System.Globalization;
using System.Windows.Data;
using Wox.Infrastructure.Logger;
using Wox.ViewModel;
namespace Wox.Converters
{
public class QuerySuggestionBoxConverter : IMultiValueConverter
{
public object Convert(object[] values, Type targetType, object parameter, CultureInfo ... | using System;
using System.Globalization;
using System.Windows.Data;
using Wox.Infrastructure.Logger;
using Wox.ViewModel;
namespace Wox.Converters
{
public class QuerySuggestionBoxConverter : IMultiValueConverter
{
public object Convert(object[] values, Type targetType, object parameter, CultureInfo ... |
cfbf4f3076e62c5c456e0add837d83894724e06e | Refactor update-dependencies to handle multi-line ENVs (#1847) | Refactor update-dependencies to handle multi-line ENVs (#1847)
| MichaelSimons/dotnet-docker,MichaelSimons/dotnet-docker,MichaelSimons/dotnet-docker,dotnet/dotnet-docker,dotnet/dotnet-docker,dotnet/dotnet-docker | eng/update-dependencies/VariableHelper.cs | mit | 1,587,647,145 | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Text.RegularExpressions;
namespace Dotnet.Docker
{
public static class VariableHelper
{
public const string AspNetV... | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Text.RegularExpressions;
namespace Dotnet.Docker
{
public static class VariableHelper
{
public const string AspNetV... |
92c58eea7feb12bb037cbfa82c93c071d7559eb6 | Fix: Sign with NBX option not present after decoding PSBT (#1497) | Fix: Sign with NBX option not present after decoding PSBT (#1497)
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/WalletsController.PSBT.cs | mit | 1,587,646,946 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.ModelBinders;
using BTCPayServer.Models;
using BTCPayServer.Models.WalletViewModels;
using BTCPayServer.Services;
using Microsoft.AspNetC... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.ModelBinders;
using BTCPayServer.Models;
using BTCPayServer.Models.WalletViewModels;
using BTCPayServer.Services;
using Microsoft.AspNetC... |
5e6049bf3f403109db5603755f0be3b4c5993e1b | Payjoin fix: return psbt in same format it was received (#1496) | Payjoin fix: return psbt in same format it was received (#1496)
* Payjoin fix: return psbt in same format it was received
* fix formatting | btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs | mit | 1,587,646,920 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BTCPayServer.Events;
using BTCPayServer.Filters;
using BTCPayServer.HostedServices;
using BTCPayServer.Payments.Bitcoin;
using BTCPayServer.Services;
using BTCPayServer.Services.Inv... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BTCPayServer.Events;
using BTCPayServer.Filters;
using BTCPayServer.HostedServices;
using BTCPayServer.Payments.Bitcoin;
using BTCPayServer.Services;
using BTCPayServer.Services.Inv... |
f2c851ebf23676d769170daaacbed476115e3494 | enable auto update | enable auto update
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Infrastructure/UserSettings/Settings.cs | mit | 1,587,646,877 | using System;
using System.Collections.ObjectModel;
using System.Drawing;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Wox.Plugin;
namespace Wox.Infrastructure.UserSettings
{
public class Settings : BaseModel
{
public string Hotkey { get; set; } = "Alt + Space";
public string ... | using System;
using System.Collections.ObjectModel;
using System.Drawing;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Wox.Plugin;
namespace Wox.Infrastructure.UserSettings
{
public class Settings : BaseModel
{
public string Hotkey { get; set; } = "Alt + Space";
public string ... |
7abf3e69648620666042bc18e4f9883c4d45c0f8 | fix: remove obsolete namespace | fix: remove obsolete namespace
| icarus-consulting/Yaapii.Atoms,icarus-consulting/Yaapii.Atoms | tests/Yaapii.Atoms.Tests/Map/VersionMapTests.cs | mit | 1,587,646,681 | using System;
using Xunit;
using Yaapii.Atoms.Map;
namespace Yaapii.Lookup.Tests
{
public sealed class VersionMapTests
{
[Fact]
public void MatchesKeyLow()
{
Assert.True(
new VersionMap(true,
new KvpOf<Version, string>(new Version(1, 0, 0... | using System;
using Xunit;
using Yaapii.Atoms.Lookup;
using Yaapii.Atoms.Map;
namespace Yaapii.Lookup.Tests
{
public sealed class VersionMapTests
{
[Fact]
public void MatchesKeyLow()
{
Assert.True(
new VersionMap(true,
new KvpOf<Version, ... |
1a21ca9d99c49652823dff6772fb1cf3ba010f26 | fix: remove obsolete namespace | fix: remove obsolete namespace
| icarus-consulting/Yaapii.Atoms,icarus-consulting/Yaapii.Atoms | tests/Yaapii.Atoms.Tests/Map/VersionMapTests.cs | mit | 1,587,646,621 | using System;
using Xunit;
using Yaapii.Atoms.Map;
namespace Yaapii.Lookup.Tests
{
public sealed class VersionMapTests
{
[Fact]
public void MatchesKeyLow()
{
Assert.True(
new VersionMap(true,
new KvpOf<Version, string>(new Version(1, 0, 0... | using System;
using Xunit;
using Yaapii.Atoms.Lookup;
using Yaapii.Atoms.Map;
namespace Yaapii.Lookup.Tests
{
public sealed class VersionMapTests
{
[Fact]
public void MatchesKeyLow()
{
Assert.True(
new VersionMap(true,
new KvpOf<Version, ... |
dcb6775da3cac6ba5f53b2b77e136e129d202d2c | 不要なusing除去 | 不要なusing除去
| zenuas/Roku,zenuas/Roku | src/Manager/ILexicalScope.cs | mit | 1,587,646,090 | using Roku.TypeSystem;
using System.Collections.Generic;
namespace Roku.Manager
{
public interface ILexicalScope
{
public INamespace Namespace { get; }
public ILexicalScope? Parent { get; }
public Dictionary<string, IType?> LexicalScope { get; }
}
}
| using Roku.IntermediateCode;
using Roku.TypeSystem;
using System.Collections.Generic;
namespace Roku.Manager
{
public interface ILexicalScope
{
public INamespace Namespace { get; }
public ILexicalScope? Parent { get; }
public Dictionary<string, IType?> LexicalScope { get; }
}
}
|
d70de7494c89bdb1dbb782ce0724108c3228bbf9 | getprotobyname, getprotobynumber | getprotobyname, getprotobynumber
| iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie | src/Peachpie.Library/Network.cs | apache-2.0 | 1,587,645,780 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Library.Streams;
using static Pchp.Library.Network;
namespace Pchp.Library
{
/// <summary>
/// Socket functions.
/// </summary>
[PhpExtensi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Library.Streams;
using static Pchp.Library.Network;
namespace Pchp.Library
{
/// <summary>
/// Socket functions.
/// </summary>
[PhpExtension("standard")]
public... |
4d805033b8ab5f605e6945901e0dc8af26a77422 | Revert of remove of the dialog confirming flip of edge/direction direction. | Revert of remove of the dialog confirming flip of edge/direction direction.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Tools/LineTool.cs | apache-2.0 | 1,587,645,390 | using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Tools
{
public class LineTool : Tool
{
public enum ToolMode
{
Line,
Direction
}
public Line Line { get; private set; }
p... | using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Tools
{
public class LineTool : Tool
{
public enum ToolMode
{
Line,
Direction
}
public Line Line { get; private set; }
p... |
0ac684d514dfcfda3340789f948057bf1c4f577f | refactor: add null check for processing metrics in stt websocket | refactor: add null check for processing metrics in stt websocket
| watson-developer-cloud/unity-sdk,watson-developer-cloud/unity-sdk | Scripts/Services/SpeechToText/V1/SpeechToTextServiceExtension.cs | apache-2.0 | 1,587,645,247 | /**
* (C) Copyright IBM Corp. 2018, 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | /**
* (C) Copyright IBM Corp. 2018, 2020.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
13aef38d50ee548a4e27a1df9e0a510a641b38ce | Improved text color of the edges in Inspector error texts. | Improved text color of the edges in Inspector error texts.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Tools/DeformableTerrainShovelTool.cs | apache-2.0 | 1,587,644,996 | using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using AGXUnity.Model;
using GUI = AGXUnity.Utils.GUI;
using Object = UnityEngine.Object;
namespace AGXUnityEditor.Tools
{
[CustomTool( typeof( DeformableTerrainShovel ) )]
public class DeformableTerrainShovelTool : CustomTargetTool
{
p... | using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using AGXUnity.Model;
using GUI = AGXUnity.Utils.GUI;
using Object = UnityEngine.Object;
namespace AGXUnityEditor.Tools
{
[CustomTool( typeof( DeformableTerrainShovel ) )]
public class DeformableTerrainShovelTool : CustomTargetTool
{
p... |
0a0f7092157e6d87513586371b657eb24b653e0d | Fixed LineTool to properly invert directions. | Fixed LineTool to properly invert directions.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Tools/LineTool.cs | apache-2.0 | 1,587,644,915 | using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Tools
{
public class LineTool : Tool
{
public enum ToolMode
{
Line,
Direction
}
public Line Line { get; private set; }
p... | using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using AGXUnity;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnityEditor.Tools
{
public class LineTool : Tool
{
public enum ToolMode
{
Line,
Direction
}
public Line Line { get; private set; }
p... |
18c5060234091bce4abf11424d3af7203b8a3114 | Increased 'Terrain Height' for Deformable Terrain created from main menu. | Increased 'Terrain Height' for Deformable Terrain created from main menu.
| Algoryx/agxUnity | Editor/AGXUnityEditor/Menus/TopMenu.cs | apache-2.0 | 1,587,644,864 | using UnityEngine;
using UnityEditor;
using AGXUnity;
using AGXUnity.Collide;
using Plane = AGXUnity.Collide.Plane;
using Mesh = AGXUnity.Collide.Mesh;
namespace AGXUnityEditor
{
public static class TopMenu
{
public static readonly string AGXDynamicsForUnityManualURL = "https://us.download.algoryx.se/AGXUnit... | using UnityEngine;
using UnityEditor;
using AGXUnity;
using AGXUnity.Collide;
using Plane = AGXUnity.Collide.Plane;
using Mesh = AGXUnity.Collide.Mesh;
namespace AGXUnityEditor
{
public static class TopMenu
{
public static readonly string AGXDynamicsForUnityManualURL = "https://us.download.algoryx.se/AGXUnit... |
3db89238835e2372528e1a002c3ef0dc3227bf47 | Removed enabling showing shovel forces from the Inspector. | Removed enabling showing shovel forces from the Inspector.
| Algoryx/agxUnity | AGXUnity/Model/DeformableTerrain.cs | apache-2.0 | 1,587,644,804 | using System;
using System.Collections.Generic;
using UnityEngine;
using AGXUnity.Utils;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnity.Model
{
[AddComponentMenu( "AGXUnity/Model/Deformable Terrain" )]
[RequireComponent(typeof( Terrain ))]
[DisallowMultipleComponent]
public class DeformableTerrain : Scri... | using System;
using System.Collections.Generic;
using UnityEngine;
using AGXUnity.Utils;
using GUI = AGXUnity.Utils.GUI;
namespace AGXUnity.Model
{
[AddComponentMenu( "AGXUnity/Model/Deformable Terrain" )]
[RequireComponent(typeof( Terrain ))]
[DisallowMultipleComponent]
public class DeformableTerrain : Scri... |
02e674e65204ecf4f909579174f5f364f679e534 | use proper linq | use proper linq
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Programs/Win32.cs | mit | 1,587,644,696 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Win32;
using Shell;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Win32;
using Shell;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using... |
bb47b2f3825472c4064407e1876fb123e8363ae7 | Fixed failing tests | Fixed failing tests
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Tests/Chemistry/ReagentContainerFixture.cs | agpl-3.0 | 1,587,644,663 | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using global::Chemistry;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
using Chemistry.Components;
namespace Tests.Chemistry
{
public class ReactionContainerFixture
{
private static ReagentContainer... | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using global::Chemistry;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
using Chemistry.Components;
namespace Tests.Chemistry
{
public class ReactionContainerFixture
{
private static ReagentContainer... |
bdc32900438e54dba83357e4c11f3f96e7154afb | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,587,644,545 | #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-... |
687572ab344da399f7e785413fc16920f751398c | Fix word wrap. | Fix word wrap.
| ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET | SimpSim.NET.Presentation/ViewModels/OutputViewModel.cs | mit | 1,587,644,517 | using System.Windows.Input;
namespace SimpSim.NET.Presentation.ViewModels
{
public class OutputViewModel : ViewModelBase
{
private string _outputWindowText;
public OutputViewModel(SimpleSimulator simulator)
{
ClearCommand = new Command(() => OutputWindowText = null, () => ... | using System.Windows.Input;
namespace SimpSim.NET.Presentation.ViewModels
{
public class OutputViewModel : ViewModelBase
{
private string _outputWindowText;
public OutputViewModel(SimpleSimulator simulator)
{
ClearCommand = new Command(() => OutputWindowText = null, () => ... |
b6529c0890e77b926f86f6f1178bceb6e0020926 | Fixed stack recursion issue. | Fixed stack recursion issue.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/NtGeneric.cs | apache-2.0 | 1,587,644,281 | // Copyright 2019 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 2019 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... |
029d15f2a2f19ed2f88bb61d58af947df3411702 | Fixed syntax warning for playfield children | Fixed syntax warning for playfield children
| peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,ppy/osu | osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs | mit | 1,587,644,079 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... |
757efd1768d9ce2d763a794a6f66c89668c8fb67 | minor: fixed typo - closes #45 | minor: fixed typo - closes #45
| godrose/Attest,godrose/Attest | Attest.Fake.Data/Modularity/ProvidersModuleBase.cs | mit | 1,587,643,860 | using Solid.Practices.Modularity;
namespace Attest.Fake.Data.Modularity
{
/// <summary>
/// Base module for fake context-based providers.
/// </summary>
/// <seealso cref="ICompositionModule{TDependencyRegistrator}" />
public abstract class ProvidersModuleBase<TDependencyRegistrator> : IComposi... | using Solid.Practices.Modularity;
namespace Attest.Fake.Data.Modularity
{
/// <summary>
/// Base module for fake context-based providers.
/// </summary>
/// <seealso cref="Solid.Practices.Modularity.ICompositionModule{TDependencyRegistrator}" />
public abstract class ProvidersModuleBase<TDepend... |
b1b3e01abdc6dc7ccde647f262b1936cc6e7265b | Apply review suggestion. | Apply review suggestion.
| NeoAdonis/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu | osu.Game/Online/Placeholders/LoginPlaceholder.cs | mit | 1,587,643,307 | // 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.Graphics.Sprites;
using osu.Game.Graphics.Containers;
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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.UserInter... |
ea29f7c34435635b1b9f2a3e5a12acdefce1d100 | Use an OsuAnimatedButton in LoginPlaceholder to get the correct animations. | Use an OsuAnimatedButton in LoginPlaceholder to get the correct animations.
| UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu | osu.Game/Online/Placeholders/LoginPlaceholder.cs | mit | 1,587,643,307 | // 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.Graphics.Sprites;
using osu.Game.Graphics.Containers;
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 osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Input.Events;
using osu.Game.Overlays;
namespace... |
c9c1b024f448a9262df099aece4b1544b2eb0e34 | add more log | add more log
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox/ViewModel/MainViewModel.cs | mit | 1,587,642,991 | 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 NHotkey;
using NHotkey.Wpf;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.He... | 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 NHotkey;
using NHotkey.Wpf;
using Wox.Core.Plugin;
using Wox.Core.Resource;
using Wox.He... |
0f2c8486706efe55f799481a7c6d993aae630ac8 | Fix typo with image analysis result | Fix typo with image analysis result | RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Commands/Vision.cs | lgpl-2.1 | 1,587,642,713 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CompatBot.Commands.Attributes;
using CompatBot.Utils;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using DSharpPlus.Entities;
using Microsoft.Azure.CognitiveServices.Visi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CompatBot.Commands.Attributes;
using CompatBot.Utils;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using DSharpPlus.Entities;
using Microsoft.Azure.CognitiveServices.Visi... |
28448b1041ec23169e277b97f93cd759e1716814 | improve points parsing in PointsListTypeConverter - fixes #3813 | improve points parsing in PointsListTypeConverter - fixes #3813
| jkoritzinsky/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritz... | src/Markup/Avalonia.Markup.Xaml/Converters/PointsListTypeConverter.cs | mit | 1,587,642,454 | using System;
using System.Collections.Generic;
using System.Globalization;
namespace Avalonia.Markup.Xaml.Converters
{
using System.ComponentModel;
public class PointsListTypeConverter : TypeConverter
{
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
{... | using System;
using System.Collections.Generic;
using System.Globalization;
namespace Avalonia.Markup.Xaml.Converters
{
using System.ComponentModel;
public class PointsListTypeConverter : TypeConverter
{
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
{
... |
fb1da608f88989ad9eaf00c97f5318cb005dbd4b | add failing tests for point parsing | add failing tests for point parsing
| AvaloniaUI/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,Perspex/Per... | tests/Avalonia.Markup.Xaml.UnitTests/Converters/PointsListTypeConverterTests.cs | mit | 1,587,642,454 | using System.Collections.Generic;
using Avalonia.Controls.Shapes;
using Avalonia.Markup.Xaml.Converters;
using Xunit;
namespace Avalonia.Markup.Xaml.UnitTests.Converters
{
public class PointsListTypeConverterTests
{
[Theory]
[InlineData("1,2 3,4")]
[InlineData("1 2 3 4")]
[Inlin... | using System.Collections.Generic;
using Avalonia.Controls.Shapes;
using Avalonia.Markup.Xaml.Converters;
using Xunit;
namespace Avalonia.Markup.Xaml.UnitTests.Converters
{
public class PointsListTypeConverterTests
{
[Theory]
[InlineData("1,2 3,4")]
[InlineData("1 2 3 4")]
[Inlin... |
7178caf75a6eb0ea3dd8f8344a50ce33787ea443 | Ensure settings are applied before CreateWorld. | Ensure settings are applied before CreateWorld.
This is necessary for texture baking so that the
correct size is used when the changequeue ask for
the preferred size.
| mcneel/RhinoCycles | Viewport/RenderedViewport.cs | apache-2.0 | 1,587,642,243 | /**
Copyright 2014-2015 Robert McNeel and Associates
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wr... | /**
Copyright 2014-2015 Robert McNeel and Associates
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wr... |
316da18d8230413960e8fba83f7de357e61498fb | CON-1638-tidy-up | CON-1638-tidy-up
| SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerAccounts.Web/DependencyResolution/DefaultRegistry.cs | mit | 1,587,642,237 | using SFA.DAS.CookieService;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Services;
using SFA.DAS.EmployerAccounts.Web.Logging;
using SFA.DAS.NLog.Logger;
using StructureMap;
using System.Web;
using SFA.DAS.Authorization.Context;
using SFA.DAS.EmployerAccounts.Web.Authorization;
using SFA.D... | using SFA.DAS.CookieService;
using SFA.DAS.EmployerAccounts.Interfaces;
using SFA.DAS.EmployerAccounts.Services;
using SFA.DAS.EmployerAccounts.Web.Logging;
using SFA.DAS.NLog.Logger;
using StructureMap;
using System.Web;
using SFA.DAS.Authorization.Context;
using SFA.DAS.EmployerAccounts.Web.Authorization;
using SFA.D... |
95a401fa92efa9ffc27db31f5cf65ade4217a89a | STREAM_CRYPTO_METHOD_* constants | STREAM_CRYPTO_METHOD_* constants
| iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept | src/Peachpie.Library/Streams/StreamSocket.cs | apache-2.0 | 1,587,642,167 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Security;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library.Streams
{
/// <summary>
/// ... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Security;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Pchp.Core;
using Pchp.Core.Utilities;
namespace Pchp.Library.Streams
{
/// <summary>
/// ... |
b0f03974b9edcebc766dbf96c57001719ea2fbf8 | Added non-throwing GetFileAttributes. | Added non-throwing GetFileAttributes.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/NtFile.cs | apache-2.0 | 1,587,640,456 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by... |
3554cea6e0406502bb30767edaf6b4ab3c5574ce | Logging always helps | Logging always helps
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/PlayerList.Admin.cs | agpl-3.0 | 1,587,640,212 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
/// <summary>
/// Admin Controller for players
/// </summary>
publi... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
/// <summary>
/// Admin Controller for players
/// </summary>
publi... |
03a9076e9504a175a8c34bbe9b09314852fd9034 | Implement as non-throwing. | Implement as non-throwing.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/NtFile.cs | apache-2.0 | 1,587,640,001 | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by... | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by... |
bb300c633447f38e46b61c18d4cf9f2a0e9b3c7d | Automatically start the IEventStoreIndex handlers | Automatically start the IEventStoreIndex handlers
| Elders/Cronus,Elders/Cronus | src/Elders.Cronus/Hosting/CronusHost.cs | apache-2.0 | 1,587,638,901 | using Elders.Cronus.EventStore.Index;
using Microsoft.Extensions.Options;
using System;
namespace Elders.Cronus
{
public sealed class CronusHost : ICronusHost
{
private readonly IConsumer<IApplicationService> appServices;
private readonly IConsumer<IEventStoreIndex> indexes;
private re... | using Microsoft.Extensions.Options;
using System;
namespace Elders.Cronus
{
public sealed class CronusHost : ICronusHost
{
private readonly IConsumer<IApplicationService> appServices;
private readonly IConsumer<IProjection> projections;
private readonly IConsumer<IPort> ports;
... |
b97d4ca5a10855174dd0699a88ee107869431780 | Clean up---cannot utilize dynamic loading of dll in VS. | Clean up---cannot utilize dynamic loading of dll in VS.
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | LanguageServer/GrammarDescriptionFactory.cs | mit | 1,587,638,421 | namespace LanguageServer
{
//using Options;
using System;
using System.Collections.Generic;
using System.Reflection;
public class GrammarDescriptionFactory
{
private static readonly IGrammarDescription _antlr = new AntlrGrammarDescription();
public static List<string> AllLangua... | namespace LanguageServer
{
//using Options;
using System;
using System.Collections.Generic;
using System.Reflection;
public class ManualAssemblyResolver : IDisposable
{
private readonly List<Assembly> _assemblies;
public ManualAssemblyResolver()
{
AppDomai... |
1a502ced416aef5c8d2503d94553558995a4c6d0 | Added support for Graph Access token in ObjectHierarchySequenceSites | Added support for Graph Access token in ObjectHierarchySequenceSites
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectHierarchySequenceSites.cs | mit | 1,587,637,922 | #if !ONPREMISES
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.SharePoint.Client;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using OfficeDevPnP.... | #if !ONPREMISES
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.SharePoint.Client;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Entities;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisioning.Model.Configuration;
using OfficeDevPnP.... |
99d77709c7fb972a431bfad1fea1e734519a3f8e | added redirect to Review Cohorts controller (on feature Toggle CohortSummariesV2) | added redirect to Review Cohorts controller (on feature Toggle CohortSummariesV2)
| SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice | src/SFA.DAS.ProviderApprenticeshipsService.Web/Controllers/CommitmentController.cs | mit | 1,587,637,728 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using SFA.DAS.ProviderApprenticeshipsService.Web.Attributes;
using SFA.DAS.ProviderApprenticeshipsService.Web.Models;
using SFA.DAS.ProviderApprenticeshipsService.Web.Orchestrators;
using SFA.DAS.Prov... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using SFA.DAS.ProviderApprenticeshipsService.Web.Attributes;
using SFA.DAS.ProviderApprenticeshipsService.Web.Models;
using SFA.DAS.ProviderApprenticeshipsService.Web.Orchestrators;
using SFA.DAS.Prov... |
1fa3764a1db26d70a124437d3c6ae6e70c780674 | Cleaned up Update method in Taiko Playfield | Cleaned up Update method in Taiko Playfield
| peppy/osu-new,smoogipooo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs | mit | 1,587,637,613 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... |
c059588a09a761d6c92304d71b77218c836c915f | Removed un-needed unproxy method | Removed un-needed unproxy method
| NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu | osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableTaikoHitObject.cs | mit | 1,587,637,600 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Objects.Drawables;
using osuTK;
using System.Linq;
using osu.Game.Audio;
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.Framework.Graphics;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Objects.Drawables;
using osuTK;
using System.Linq;
using osu.Game.Audio;
using ... |
0a0ea39431ebf6432c0aa7eb071591931074a7fc | Mark the top ruleset creation method as can-be-null | Mark the top ruleset creation method as can-be-null
| UselessToucan/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu | osu.Game/Tests/Visual/OsuTestScene.cs | mit | 1,587,637,470 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using JetBrains.Annotations;
using osu.Framework.Allocat... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using osu.Framework.Allocation;
using osu.Framework.Audi... |
23317d85b474f63b06451eed02f2317a5b0f88d1 | Fixed a stupid bug with saving node positions. | Fixed a stupid bug with saving node positions.
| digiwombat/TalkerMakerDeluxe | TalkerMakerDeluxe/EditorWindow.xaml.cs | mit | 1,587,637,292 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using TreeContainer;
using System.IO;
using System.ComponentModel;
using Microsoft.Win32;
using FontAwesome.WPF;
using ICSharpCode.AvalonEdit.H... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using TreeContainer;
using System.IO;
using System.ComponentModel;
using Microsoft.Win32;
using FontAwesome.WPF;
using ICSharpCode.AvalonEdit.H... |
6f304ff25dff3116572f2a3c8cb32251a9a46f62 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,637,175 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
8b67d927a1c415bbb420a49cdeb6629cdb0f5ca3 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,587,637,130 | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
/... |
dded4f8176265a4bc5571856424edd9eef883943 | Fixed syntax warnings in Taiko playfield | Fixed syntax warnings in Taiko playfield
| UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu | osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs | mit | 1,587,637,051 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... |
f1ae8af5818958f67b057151ed3c58726fccfa44 | Removed un-needed using directives | Removed un-needed using directives
| smoogipooo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu | osu.Game.Rulesets.Taiko/Objects/Drawables/DrawableRimHit.cs | mit | 1,587,636,965 | // 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.Rulesets.Taiko.Objects.Drawables.Pieces;
using osu.Game.Skinning;
namespace osu.Game.Rulesets.Taiko.Objects.Drawables
{
public class DrawableRimHit :... | // 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.Game.Beatmaps;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Graphics;
using osu.Game.Rulesets.Scoring;
using osu.Game.... |
a9897ba627311977186f50a9db0b97326e8351b4 | Moved proxy behaviour to drumroll container | Moved proxy behaviour to drumroll container
| smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu | osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs | mit | 1,587,636,912 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... |
601fea1a170a0d61c72e8d11407a2f0a2fa50861 | Fix check for agressive connectionlimit (#4663) | Fix check for agressive connectionlimit (#4663)
* Fix check for agressive connectionlimit
In https://github.com/dotnet/runtime/issues/22366 we found that if
HttpClient is using the curl handler it will lead to TCP connections
bleeding. Our DefaultConnectionLimit is very restrictive if this is
true. Our check how... | elastic/elasticsearch-net,elastic/elasticsearch-net,elastic/elasticsearch-net | src/Elasticsearch.Net/Configuration/ConnectionConfiguration.cs | apache-2.0 | 1,587,635,822 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
#if DOTNETCORE
using System.Net.Http;
using System.Runtime.InteropServices;
#endif
using S... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
#if DOTNETCORE
using System.Net.Http;
using System.Runtime.InteropServices;
#endif
using S... |
5d57cfe2c1970810a0619100eeea94d65dfb07e0 | Fix dynamic compilation potentially including files from wrong namespace | Fix dynamic compilation potentially including files from wrong namespace
| peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framewor... | osu.Framework/Testing/DynamicClassCompiler.cs | mit | 1,587,634,290 | // 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.Reflection;
using System.Threading;
using osu.Framework.Logging;
using System.Collections.Generic;
using Sy... | // 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.Reflection;
using System.Threading;
using osu.Framework.Logging;
using System.Collections.Generic;
using Sy... |
ff2c1e815885f57b842187f730b0f40f95084c0c | Mark CopyNode as virtual (#252) | Mark CopyNode as virtual (#252)
| Siccity/UnityNodeEditorCore | Scripts/Editor/NodeGraphEditor.cs | mit | 1,587,634,022 | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace XNodeEditor {
/// <summary> Base class to derive custom Node Graph editors from. Use this to override how graphs are drawn in the editor. </summary>
[CustomNodeGraphEditor(typeof(XNode.NodeGraph)... | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace XNodeEditor {
/// <summary> Base class to derive custom Node Graph editors from. Use this to override how graphs are drawn in the editor. </summary>
[CustomNodeGraphEditor(typeof(XNode.NodeGraph)... |
94bbb4c701c3863dd8a3ed7f33823e05d1344259 | fix Date Add and Substract | fix Date Add and Substract
| AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework | Signum.Utilities/Date.cs | mit | 1,587,633,998 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.Serialization;
using System.Text;
//Thanks to supersonicclay
//From https://github.com/supersonicclay/csharp-date/blob/master/CSharpDate/Date.cs
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.Serialization;
using System.Text;
//Thanks to supersonicclay
//From https://github.com/supersonicclay/csharp-date/blob/master/CSharpDate/Date.cs
... |
592a49f19712c067ad2afae00833c52e56033bb7 | Changed stream mapping in deinterlacing command | Changed stream mapping in deinterlacing command
| drdk/ffmpeg-farm,drdk/ffmpeg-farm | ffmpeg-farm-server/API.WindowsService/Controllers/DeinterlacingJobController.cs | bsd-3-clause | 1,587,633,518 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using API.WindowsService.Models;
using Contract;
namespace API.WindowsService.Controllers
{
public class DeinterlacingJobController : ApiController
{
private readonly IDeint... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using API.WindowsService.Models;
using Contract;
namespace API.WindowsService.Controllers
{
public class DeinterlacingJobController : ApiController
{
private readonly IDeint... |
b912275df33b24ddaee6385577497aaf9e24507f | move FileSystemWatcher initialization to background thread (#1631) | move FileSystemWatcher initialization to background thread (#1631)
* move FileSystemWatcher initialization to background thread
* simplify lifetime.Bracket | JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Rider/UnityEditorProtocol.cs | apache-2.0 | 1,587,632,541 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using JetBrains.Application;
using JetBrains.Application.Settings;
using JetBrains.Application.Threading;
using JetBrains.Collections.Viewable;
using JetBrains.DocumentModel;
using... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using JetBrains.Application;
using JetBrains.Application.Settings;
using JetBrains.Application.Threading;
using JetBrains.Collections.Viewable;
using JetBrains.DocumentModel;
using... |
b471a240cc9f1510a945352937ddd6b3834fb8f7 | Fixed merge typo in playfield members | Fixed merge typo in playfield members
| UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu | osu.Game.Rulesets.Taiko/UI/TaikoPlayfield.cs | mit | 1,587,632,396 | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... | // 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 osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers... |
725ae30d64e7592371b28f6dcb978b553d0a7ca7 | delay starup index | delay starup index
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,632,109 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
38ad954b0459d545a3b88bb2f646ca90207a0900 | You got to SANITIZE man, there's a virus going around! | You got to SANITIZE man, there's a virus going around!
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/SessionControllerFactory.cs | agpl-3.0 | 1,587,632,011 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Se... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using System;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Se... |
b50845cdccefeafff5e6aceff92e705e7228adf9 | force index ability | force index ability
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,631,909 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
caf8088d0ec40095cf271507cb8992cf3599caf9 | fixed the bug that zero length body was not supported correctly in FixedHeaderPipelineFilter | fixed the bug that zero length body was not supported correctly in FixedHeaderPipelineFilter
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.ProtoBase/FixedHeaderPipelineFilter.cs | apache-2.0 | 1,587,631,906 | using System;
using System.Buffers;
namespace SuperSocket.ProtoBase
{
public abstract class FixedHeaderPipelineFilter<TPackageInfo> : FixedSizePipelineFilter<TPackageInfo>
where TPackageInfo : class
{
private bool _foundHeader;
private readonly int _headerSize;
private int _tota... | using System;
using System.Buffers;
namespace SuperSocket.ProtoBase
{
public abstract class FixedHeaderPipelineFilter<TPackageInfo> : FixedSizePipelineFilter<TPackageInfo>
where TPackageInfo : class
{
private bool _foundHeader;
private readonly int _headerSize;
private int _tota... |
f39b66668393bc01af33d524f19b541a51000dd4 | Changes the Urn.Parse return type from IUrn to Urn. This is a regression. | Changes the Urn.Parse return type from IUrn to Urn. This is a regression.
fixes #235
| Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling | src/Elders.Cronus.DomainModeling/Urn.cs | apache-2.0 | 1,587,631,647 | using System;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text;
namespace Elders.Cronus
{
[DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")]
public class Urn : IUrn, IEquatable<IUrn>, IBlobId
{
/// <summary>
/// Specifies if the URNs will follow str... | using System;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text;
namespace Elders.Cronus
{
[DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")]
public class Urn : IUrn, IEquatable<IUrn>, IBlobId
{
/// <summary>
/// Specifies if the URNs will follow str... |
0a840a26133b76a1bbd80b9d77782843460e28d9 | Fix mania not getting its own selection handler | Fix mania not getting its own selection handler
| ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game.Rulesets.Mania/Edit/ManiaBlueprintContainer.cs | mit | 1,587,631,293 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.Edit.Blueprints;
using osu.Game.Rulesets.Mania.Objects.Drawables;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Game.Rulesets.Edit;
using osu.Game.Rulesets.Mania.Edit.Blueprints;
using osu.Game.Rulesets.Mania.Objects.Drawables;
using osu.... |
2966506ca7d2194dd0de3d01e2ec7e504bdb33ec | add win32 debug info and change log to debug | add win32 debug info and change log to debug
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,631,073 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
83b68967c6e6fe27d83a55dd572877f60fbde3a3 | Add ConfigureAwait when awaiting any Task | Add ConfigureAwait when awaiting any Task
| StanJav/language-ext,louthy/language-ext | LanguageExt.Core/DataTypes/Task/Task.Extensions.cs | mit | 1,587,630,285 | using LanguageExt;
using LanguageExt.ClassInstances;
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using static LanguageExt.Prelude;
namespace LanguageExt
{
public static class TaskExtensions
{
... | using LanguageExt;
using LanguageExt.ClassInstances;
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using static LanguageExt.Prelude;
namespace LanguageExt
{
public static class TaskExtensions
{
... |
76a8268c7e4d7ea5df4e086fdd6e705bfd243b60 | Add missing include for provider on search sorting | Add missing include for provider on search sorting
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Queries/GetApprenticeships/Search/Services/OrderedApprenticeshipSearchService.cs | mit | 1,587,629,496 | using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships.Search.Services.Parameters;
using SFA.DAS.CommitmentsV2.Data;
using SFA.DAS.CommitmentsV2.Extensions;
namespace SFA.DAS.CommitmentsV2.Application.Queries.GetApprenti... | using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships.Search.Services.Parameters;
using SFA.DAS.CommitmentsV2.Data;
using SFA.DAS.CommitmentsV2.Extensions;
namespace SFA.DAS.CommitmentsV2.Application.Queries.GetApprenti... |
e7d9a926a4ccd3c7ab016921a08e1ba9d86dfa3a | Update validator for sort on search | Update validator for sort on search
Validator checks ProviderName string instead of property name
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Queries/GetApprenticeships/GetApprenticeshipsQueryValidator.cs | mit | 1,587,629,463 | using System;
using System.Linq;
using FluentValidation;
using SFA.DAS.CommitmentsV2.Models;
namespace SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships
{
public class GetApprenticeshipsQueryValidator : AbstractValidator<GetApprenticeshipsQuery>
{
public GetApprenticeshipsQueryValidator()
... | using System.Linq;
using FluentValidation;
using SFA.DAS.CommitmentsV2.Models;
namespace SFA.DAS.CommitmentsV2.Application.Queries.GetApprenticeships
{
public class GetApprenticeshipsQueryValidator : AbstractValidator<GetApprenticeshipsQuery>
{
public GetApprenticeshipsQueryValidator()
{
... |
a6d1003294ca3acf679954325a38b5f5b51e41e3 | Add missing setup step | Add missing setup step
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Domain/Extensions/AlertsExtensionTests.cs | mit | 1,587,629,313 | using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Mapping.Apprenticeships;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.CommitmentsV2.Types;
using SFA.DAS.Testing.AutoFixture;
using Apprenticeship = SFA.DAS.CommitmentsV2.Mode... | using System.Collections.Generic;
using System.Threading.Tasks;
using FluentAssertions;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Mapping.Apprenticeships;
using SFA.DAS.CommitmentsV2.Models;
using SFA.DAS.CommitmentsV2.Types;
using SFA.DAS.Testing.AutoFixture;
using Apprenticeship = SFA.DAS.CommitmentsV2.Mode... |
81c1a7c1879cdc27c6cd058a7e698dd9264b14b3 | Remove ConsumesAttribute because we only have GET | Remove ConsumesAttribute because we only have GET
| andyfmiller/LtiLibrary | src/LtiLibrary.AspNetCore/Membership/MembershipControllerBase.cs | apache-2.0 | 1,587,629,090 | using System;
using System.Threading.Tasks;
using LtiLibrary.AspNetCore.Common;
using LtiLibrary.AspNetCore.Extensions;
using LtiLibrary.NetCore.Common;
using LtiLibrary.NetCore.Lis.v1;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace LtiLibrary.AspNetCore.Membership
{
/// <summary>
... | using System;
using System.Threading.Tasks;
using LtiLibrary.AspNetCore.Common;
using LtiLibrary.AspNetCore.Extensions;
using LtiLibrary.NetCore.Common;
using LtiLibrary.NetCore.Lis.v1;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace LtiLibrary.AspNetCore.Membership
{
/// <summary>
... |
d5ba4b234d27a850fd8c6e8e91948de3cd2d65e3 | In doubt. Had to test. | In doubt. Had to test.
| JornWildt/ZimmerBot | ZimmerBot.Core.Tests/BotTests/AnswerTests.cs | mit | 1,587,627,659 | using NUnit.Framework;
namespace ZimmerBot.Core.Tests.BotTests
{
[TestFixture]
public class AnswerTests : TestHelper
{
[Test]
public void CanAnswer()
{
BuildBot(@"
> yes
: why
> no
: why not
> let us play
! answer
{
> yes
: cool
> no
: okay, sorry
}
: are y... | using NUnit.Framework;
namespace ZimmerBot.Core.Tests.BotTests
{
[TestFixture]
public class AnswerTests : TestHelper
{
[Test]
public void CanAnswer()
{
BuildBot(@"
> yes
: why
> no
: why not
> let us play
! answer
{
> yes
: cool
> no
: okay, sorry
}
: are y... |
5065ac5b8243c24122eeed8191549c983a8ca7da | remove useless line | remove useless line
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Wox.Core/Resource/Theme.cs | mit | 1,587,627,541 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using NuGet;
using Wox.Infrastructure;
using Wox.Infrastr... |
cf7d0a90972413f4f8357266d405c5fc5ec27c33 | Missing ConfigureAwait | Missing ConfigureAwait
| andyfmiller/LtiLibrary | src/LtiLibrary.AspNetCore/Outcomes/v1/ImsxXmlMediaTypeOutputFormatter.cs | apache-2.0 | 1,587,626,818 | using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Serialization;
using LtiLibrary.NetCore.Lti.v1;
using Microsoft.AspNetCore.Mvc.Formatters;
namespace LtiLibrary.AspNetCore.Outcomes.v1
{
/// <summary>
/// AspNetCore.Mvc output formatter returns an imsx_POXEnvelop... | using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Serialization;
using LtiLibrary.NetCore.Lti.v1;
using Microsoft.AspNetCore.Mvc.Formatters;
namespace LtiLibrary.AspNetCore.Outcomes.v1
{
/// <summary>
/// AspNetCore.Mvc output formatter returns an imsx_POXEnvelop... |
14072b48e39184232fd8ea667e5904ca7b8889aa | Core - ResourceHandler.Skip return true on successful seek | Core - ResourceHandler.Skip return true on successful seek
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp/ResourceHandler.cs | bsd-3-clause | 1,587,625,626 | // Copyright © 2014 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Net;
using System.Text;
using CefSha... | // Copyright © 2014 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Net;
using System.Text;
using CefSha... |
37c32ccca6f640e0d0e8551d93e44119de8e6579 | decrease default search item | decrease default search item
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Everything/Everything/EverythingAPI.cs | mit | 1,587,625,557 | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using Wox.Infrastructure.Logger;
using Wox.Plugin.Everything.Everything.Exceptions;
namespace Wox.Plugin.Everything.Everything
{
public interface IEverythingApi
{
/// <summa... | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using Wox.Infrastructure.Logger;
using Wox.Plugin.Everything.Everything.Exceptions;
namespace Wox.Plugin.Everything.Everything
{
public interface IEverythingApi
{
/// <summa... |
2dfeabce3529dc4164b7dfe1c451b06e675f8aa7 | support folder | support folder
| qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,587,625,253 | using System;
using System.IO;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.WindowsAPICodePack.Shell;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
... | using System;
using System.IO;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.WindowsAPICodePack.Shell;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
... |
30dca2a094ce63eeede1278835cb4f63f7640468 | Make card image types optional | Make card image types optional
| stoiveyp/alexa-skills-dotnet,timheuer/alexa-skills-dotnet | Alexa.NET/Response/CardImage.cs | mit | 1,587,624,976 | using Newtonsoft.Json;
namespace Alexa.NET.Response
{
public class CardImage
{
[JsonProperty("smallImageUrl",NullValueHandling = NullValueHandling.Ignore)]
public string SmallImageUrl { get; set; }
[JsonProperty("largeImageUrl", NullValueHandling = NullValueHandling.Ignore)]
p... | using Newtonsoft.Json;
namespace Alexa.NET.Response
{
public class CardImage
{
[JsonProperty("smallImageUrl")]
[JsonRequired]
public string SmallImageUrl { get; set; }
[JsonProperty("largeImageUrl")]
[JsonRequired]
public string LargeImageUrl { get; set; }
... |
b4fa302bd422dc7078a0556b8bc9f5ee47f0e6ee | Fixing warnings from generated pack icon file | Fixing warnings from generated pack icon file
| ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | mdresgen/PackIconKind.template.cs | mit | 1,587,623,648 | namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
/// <summary>
/// List of available icons for use with <see cref="PackIcon" />.
/// </summary>
/// <remarks>
... | namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
/// <summary>
/// List of available icons for use with <see cref="PackIcon" />.
/// </summary>
/// <remarks>
... |
adca23071213f6803224369b534dacc318ff9e3b | Make sure rewriter tests are ignoring tests that have errors | Make sure rewriter tests are ignoring tests that have errors
| textamina/scriban,lunet-io/scriban | src/Scriban.Tests/ScriptRewriterTests.cs | bsd-2-clause | 1,587,623,568 | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license. See license.txt file in the project root for full license information.
using System;
using System.Text;
using NUnit.Framework;
using Scriban.Parsing;
using Scriban.Runtime;
using Scriban.Syntax;
namespace Scriban.Tests
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// Licensed under the BSD-Clause 2 license. See license.txt file in the project root for full license information.
using System;
using System.Text;
using NUnit.Framework;
using Scriban.Parsing;
using Scriban.Runtime;
using Scriban.Syntax;
namespace Scriban.Tests
... |
cabdcb9f6e7219fcbd5b93c521235207ae9a5c63 | Update LookAtCamera position offset to use the vector between obj and head pos, not camera forward | Update LookAtCamera position offset to use the vector between obj and head pos, not camera forward
| killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraint.cs | mit | 1,587,622,958 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using System.Collections;
using UnityEngine;
using UnityEngine.Events;
namespace Microsoft.MixedReality.Toolkit.Utilitie... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using System.Collections;
using UnityEngine;
using UnityEngine.Events;
namespace Microsoft.MixedReality.Toolkit.Utilitie... |
5004ec7bccc72ba05bf73a642cef483bc02dd16c | unify GetThumbnail | unify GetThumbnail
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,587,621,231 | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... |
7371ee3c3db2e1964fb184886f6e3085557b03b4 | remove unused code | remove unused code
| Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,587,621,082 | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... |
7169ca5c088663438b7ace80936034c55fd2ee5b | extract error icon method | extract error icon method
| Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,587,620,428 | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... |
cb15d3de57b3d62dadd9226fede61b4a56e573bb | use thumbnail if avaiable | use thumbnail if avaiable
| qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,587,620,428 | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions =
{
".png",
... |
8f31846defad9ea469b4aedd5970355177c20d69 | Add playfield background to test scene to better understand bounds | Add playfield background to test scene to better understand bounds
| smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu | osu.Game.Rulesets.Taiko.Tests/Skinning/TestSceneDrawableBarLine.cs | mit | 1,587,620,374 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framewor... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Bea... |
3d20aa7009c798184079891d1ea3b0abdd4e08e0 | check uwp names | check uwp names
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,620,211 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
c7374790bff3b6e190debfc425be19151b5ba3ca | remove duplicate code | remove duplicate code
| Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,620,211 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
367709b0baa74221305919dbab2b29d10899cb43 | collect uwp log 2 | collect uwp log 2
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,620,211 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
755dc49a6f10845c60da9cfa93db8e1831604e2a | better log | better log
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,587,620,211 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using Wox.Infrastructure.Logger;
using Wox.Infrastructure.Storage;
using Wox.Plugin.Program.Programs;
using Wox.Plugin.Program.V... |
66b897bd4a02cbf07193e379cab64a3d2b69aeaf | enhance cpu type checking | enhance cpu type checking
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Everything/Main.cs | mit | 1,587,620,211 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using ... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.