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 |
|---|---|---|---|---|---|---|---|---|
3bc5527e41040db94e8794738b0607aef659f71c | Change a character code | Change a character code
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/EffekseerCore/IO/EfkEfc.cs | mit | 1,589,387,491 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing
... |
61275160a1feb0d2d47318c82c81d5469dfa3fbb | null reference has been checked in master branch | null reference has been checked in master branch | qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Wox/ViewModel/ResultsViewModel.cs | mit | 1,589,387,404 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using NLog;... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using NLog;... |
cdde3f9309f6ff093f3d294662448d456d6b7698 | Visually improve output of command "submodules". | Visually improve output of command "submodules".
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/NadekoBot/Modules/Help/Help.cs | mit | 1,589,387,047 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Help.Services;
using Mitternacht.Modules.Permissions.S... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Help.Services;
using Mitternacht.Modules.Permissions.S... |
30a0990b584899e4f11e088c0d86e950b7dcf9a6 | Format Help.cs. | Format Help.cs.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/NadekoBot/Modules/Help/Help.cs | mit | 1,589,387,007 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Help.Services;
using Mitternacht.Modules.Permissions.S... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Extensions;
using Mitternacht.Modules.Help.Services;
using Mitternacht.Modules.Permissions.S... |
e9b6ae5cb47e6822e6df7f041123ddb3596cdad8 | proper check for switch | proper check for switch
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Lighting/LightSource.cs | agpl-3.0 | 1,589,386,989 | using System;
using System.Collections;
using System.Linq;
using System.Runtime.Remoting.Messaging;
using Light2D;
using Lighting;
using Mirror;
using UnityEngine;
using Random = UnityEngine.Random;
public class LightSource : ObjectTrigger, ICheckedInteractable<HandApply>, IAPCPowered, IServerDespawn
{
public LightS... | using System;
using System.Collections;
using System.Linq;
using System.Runtime.Remoting.Messaging;
using Light2D;
using Lighting;
using Mirror;
using UnityEngine;
using Random = UnityEngine.Random;
public class LightSource : ObjectTrigger, ICheckedInteractable<HandApply>, IAPCPowered, IServerDespawn
{
public LightS... |
64fc72e2d963af90bd9379c1a95340b76bc9037f | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,589,386,655 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
8fa6c05b7da7178d627eb8826d134a06f5c63083 | Another failing test for selection handling | Another failing test for selection handling
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,grokys/Perspex,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,akrisiun/Perspe... | tests/Avalonia.Controls.UnitTests/SelectionModelTests.cs | mit | 1,589,386,206 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Sy... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Sy... |
3277419bc4af8296afae6553ccd36a23cd6d8c14 | Fix Issue #255 by adjusting spritesheet rename for new meta format | Fix Issue #255 by adjusting spritesheet rename for new meta format
Unity added some more entries to the spritesheet meta files. This
finds the new entries and renames them as well.
It still has an issue where the spritesheet doesn't SHOW that it's
been renamed in the project view.
| redbluegames/unity-mulligan-renamer,redbluegames/unity-bulk-rename | Assets/RedBlueGames/MulliganRenamer/Editor/Renaming/SpritesheetRenamer.cs | mit | 1,589,386,139 | /* MIT License
Copyright (c) 2016 Edward Rowe, RedBlueGames
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, mer... | /* MIT License
Copyright (c) 2016 Edward Rowe, RedBlueGames
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, mer... |
30f2279f2434a42c5e1d64e4041568e60f3351fd | load image for valid extesion directly | load image for valid extesion directly
| qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox/Image/ImageLoader.cs | mit | 1,589,386,093 | using System;
using System.IO;
using System.Linq;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.WindowsAPICodePack.Shell;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
public static class ImageLoader
{
private static rea... | using System;
using System.IO;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.WindowsAPICodePack.Shell;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
public static class ImageLoader
{
private static readonly string[] Imag... |
1b45cd8f138f6a821156ac586583107b8abe01be | increase cache limit | increase cache limit
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox | Wox/Image/ImageCache.cs | mit | 1,589,385,610 | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... | using JetBrains.Annotations;
using NLog;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Media;
using Wox.Helper;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
namespace Wox.Image
{
class Cache... |
e14053695ece799d88a5228a5507840d4f76e4ec | Revert "Revert "Improve gap calculation"" | Revert "Revert "Improve gap calculation""
This reverts commit e92073298a90f741faf8ba46923842c4b8be6bd4.
| AntShares/AntShares | src/neo/Consensus/ConsensusService.cs | mit | 1,589,385,509 | using Akka.Actor;
using Akka.Configuration;
using Neo.Cryptography;
using Neo.IO;
using Neo.IO.Actors;
using Neo.Ledger;
using Neo.Network.P2P;
using Neo.Network.P2P.Payloads;
using Neo.Persistence;
using Neo.Plugins;
using Neo.SmartContract.Native;
using Neo.Wallets;
using System;
using System.Collections.Generic;
usi... | using Akka.Actor;
using Akka.Configuration;
using Neo.Cryptography;
using Neo.IO;
using Neo.IO.Actors;
using Neo.Ledger;
using Neo.Network.P2P;
using Neo.Network.P2P.Payloads;
using Neo.Persistence;
using Neo.Plugins;
using Neo.SmartContract.Native;
using Neo.Wallets;
using System;
using System.Collections.Generic;
usi... |
e92073298a90f741faf8ba46923842c4b8be6bd4 | Revert "Improve gap calculation" | Revert "Improve gap calculation"
This reverts commit 9fa04a45b930dd60f655e98fd77ea124eec18741.
| AntShares/AntShares | src/neo/Consensus/ConsensusService.cs | mit | 1,589,385,426 | using Akka.Actor;
using Akka.Configuration;
using Neo.Cryptography;
using Neo.IO;
using Neo.IO.Actors;
using Neo.Ledger;
using Neo.Network.P2P;
using Neo.Network.P2P.Payloads;
using Neo.Persistence;
using Neo.Plugins;
using Neo.SmartContract.Native;
using Neo.Wallets;
using System;
using System.Collections.Generic;
usi... | using Akka.Actor;
using Akka.Configuration;
using Neo.Cryptography;
using Neo.IO;
using Neo.IO.Actors;
using Neo.Ledger;
using Neo.Network.P2P;
using Neo.Network.P2P.Payloads;
using Neo.Persistence;
using Neo.Plugins;
using Neo.SmartContract.Native;
using Neo.Wallets;
using System;
using System.Collections.Generic;
usi... |
7823226d796e777abcd40caba307a3572098a4f9 | Fixing a bug with XML meta generator tolowering an array of string type causing a mismatch | Fixing a bug with XML meta generator tolowering an array of string type causing a mismatch
| DigDes/SoapCore | src/SoapCore/Meta/MetaBodyWriter.cs | mit | 1,589,385,371 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Schema;
using System.... |
abdc62a41e7cd87e5875414c31b6f285601eea1f | GUARD-506 Removed null coalesce since won't build otherwise | GUARD-506 Removed null coalesce since won't build otherwise
| agileharbor/trueShipAccess,agileharbor/trueShipAccess | src/TrueShipAccess/Misc/TrueShipLogger.cs | bsd-3-clause | 1,589,385,123 | using Netco.Extensions;
using Netco.Logging;
using Newtonsoft.Json.Linq;
using ServiceStack;
using System;
using System.Net.Http;
using System.Runtime.CompilerServices;
using TrueShipAccess.Models;
namespace TrueShipAccess.Misc
{
public class TrueShipLogger
{
public static ILogger Log()
{
return NetcoLogger.... | using Netco.Extensions;
using Netco.Logging;
using Newtonsoft.Json.Linq;
using ServiceStack;
using System;
using System.Net.Http;
using System.Runtime.CompilerServices;
using TrueShipAccess.Models;
namespace TrueShipAccess.Misc
{
public class TrueShipLogger
{
public static ILogger Log()
{
return NetcoLogger.... |
62e7dbded926a33415b5c2d636dced2203f4b4aa | Add more tests for selection adjustments | Add more tests for selection adjustments
| jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,gr... | tests/Avalonia.Controls.UnitTests/SelectionModelTests.cs | mit | 1,589,385,082 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Sy... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Sy... |
16fdd1eb4fc815ac06de543d33d82429687954c6 | Fix Alpaca unit test after error change | Fix Alpaca unit test after error change
| AlexCatarino/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean | Tests/Common/Brokerages/AlpacaBrokerageModelTests.cs | apache-2.0 | 1,589,384,693 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
9915f93a3a0240ca44d0651811e894f50038f02e | Conditional compilation logic simplified | Conditional compilation logic simplified
| bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet | src/Bugsnag/UnhandledException.cs | mit | 1,589,384,378 | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... |
d74949570c3771a49218f73ec566ef34f9a8f626 | Remove unecessary const string | Remove unecessary const string
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Database/Migrations/20200511162912_SLRemoveSoftColumns.cs | agpl-3.0 | 1,589,383,680 | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes various defunct columns for SQLite.
/// </summary>
public partial class SLRemoveSoftColumns : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilde... | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes various defunct columns for SQLite.
/// </summary>
public partial class SLRemoveSoftColumns : Migration
{
const string MigratedColumns = "Id,AllowWebClient,SecurityLevel... |
c1dc0017d4b794420a3b8049acb09833ea14ff55 | Add tests from chat with @grokys | Add tests from chat with @grokys
| wieslawsoltes/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,grokys/Perspex,jkoritzinsky/Avalon... | tests/Avalonia.Controls.UnitTests/SelectionModelTests.cs | mit | 1,589,383,020 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Sy... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Sy... |
1ac9c7c15a88fe24132084b93c2d619cfb46b2da | Add license header to WebRequestExtensions | Add license header to WebRequestExtensions
| peppy/osu,ppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,ppy/osu | osu.Game/Extensions/WebRequestExtensions.cs | mit | 1,589,382,271 | // 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.IO.Network;
using osu.Framework.Extensions.IEnumerableExtensions;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq... | using osu.Framework.IO.Network;
using osu.Framework.Extensions.IEnumerableExtensions;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace osu.Game.Extensions
{
public class Cursor
{
[JsonExtensionData]
public IDictionary<string, JToken> Properties;
... |
f4703ee901a05e4e26b3c18aa206d7a34cee45b4 | Pass flag from correct call. | Pass flag from correct call.
| bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet | src/Bugsnag/UnhandledException.cs | mit | 1,589,381,760 | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... |
6b9af4fbc75040b65cc9792164cf7e7ad2fb7599 | Reworked for .NET Framework targets | Reworked for .NET Framework targets
| bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet | src/Bugsnag/UnhandledException.cs | mit | 1,589,381,760 | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... |
616837c91c6dc88cc87c0b498899ec3637ca74ae | Hard code .NET Standard to non-terminating | Hard code .NET Standard to non-terminating
| bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet,bugsnag/bugsnag-dotnet | src/Bugsnag/UnhandledException.cs | mit | 1,589,381,760 | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... | using System;
using System.Runtime.ExceptionServices;
using System.Threading.Tasks;
namespace Bugsnag
{
class UnhandledException
{
private static UnhandledException _instance;
private static readonly object _instanceLock = new object();
private readonly object _currentClientLock = new object();
pr... |
93f559572ddf780b8ced5a8756a654f6166c7dda | Define constructor parameters in emitted anonymous types | Define constructor parameters in emitted anonymous types
| 6bee/aqua-core | src/Aqua/TypeSystem/Emit/TypeEmitter.cs | mit | 1,589,381,735 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem.Emit
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Comp... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem.Emit
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Comp... |
60e073a76f6c8eae4c9fe2b040c7294b30e94f83 | Improved UpdatePlugin endpoint to not update a plugin if the same version is already installed. | Improved UpdatePlugin endpoint to not update a plugin if the same version is already installed.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Plugins.Endpoints/UpdatePluginHandler.cs | mit | 1,589,381,609 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="UpdatePluginHandler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="UpdatePluginHandler.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... |
a4109872d9e30e26230a6a2186b5175698dd9ae2 | https://pt.stackoverflow.com/q/198632/101 | https://pt.stackoverflow.com/q/198632/101 | maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt | CSharp/Enviroment/GetMemory.cs | mit | 1,589,381,075 | using static System.Console;
using System.Diagnostics;
public class Program {
public static void Main() {
using var proc = Process.GetCurrentProcess();
WriteLine(proc.PrivateMemorySize64);
WriteLine(proc.WorkingSet64);
}
}
//https://pt.stackoverflow.com/q/198632/101
| using static System.Console;
using System.Diagnostics;
public class Program {
public static void Main() {
using (var proc = Process.GetCurrentProcess()) {
WriteLine(proc.PrivateMemorySize64);
WriteLine(proc.WorkingSet64);
}
}
}
//https://pt.stackoverflow.com/q/198632/101
|
7387de4fd39d4b2c60dc4f6637c4f320d3de1153 | sdk: sanitize composer description | sdk: sanitize composer description
works for "zendframework/zend-math"
| iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.NET.Sdk/ComposerTask.cs | apache-2.0 | 1,589,380,101 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peachpie.NET.Sdk.Tools
{
/// <summary>
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... |
2be01a6f0105a09f96b38804d108eb835ba828b8 | Ignore initial value of AutoComplete TextBox | Ignore initial value of AutoComplete TextBox
| AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,... | src/Avalonia.Controls/AutoCompleteBox.cs | mit | 1,589,379,710 | // (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Public License (Ms-PL).
// Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
// All other rights reserved.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectMod... | // (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Public License (Ms-PL).
// Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details.
// All other rights reserved.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectMod... |
d68dac28882fc0d45c18aedef3c275705573ef97 | Update Compiler.cs | Update Compiler.cs | oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,dguder/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp | Source/src/WixSharp/Compiler.cs | mit | 1,589,379,427 | #region Licence...
/*
The MIT License (MIT)
Copyright (c) 2016 Oleg Shilo
Permission is hereby granted,
free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, cop... | #region Licence...
/*
The MIT License (MIT)
Copyright (c) 2016 Oleg Shilo
Permission is hereby granted,
free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, cop... |
8bca3e589e9d105722eb538c0564241bc9161cd0 | Null check in swap object | Null check in swap object
| cetusfinance/qwack,cetusfinance/qwack,cetusfinance/qwack | src/Qwack.Core/Instruments/Asset/AsianSwap.cs | mit | 1,589,378,886 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Qwack.Core.Basic;
using Qwack.Core.Curves;
using Qwack.Core.Models;
using Qwack.Dates;
using Qwack.Transport.BasicTypes;
using Qwack.Transport.TransportObjects.Instruments;
using Qwack.Transport.TransportObjects.Instru... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Qwack.Core.Basic;
using Qwack.Core.Curves;
using Qwack.Core.Models;
using Qwack.Dates;
using Qwack.Transport.BasicTypes;
using Qwack.Transport.TransportObjects.Instruments;
using Qwack.Transport.TransportObjects.Instru... |
ba6adb78c19f502d71a50e7ad818f8b343d34c04 | Add failing test for no items in TabControl | Add failing test for no items in TabControl
| jkoritzinsky/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wi... | tests/Avalonia.Controls.UnitTests/TabControlTests.cs | mit | 1,589,378,819 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using Avalonia.Collections;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.Controls.Utils;
using Avalonia.LogicalTree;
using Avalonia.Stylin... | using System;
using System.Collections.ObjectModel;
using System.Linq;
using Avalonia.Collections;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Primitives;
using Avalonia.Controls.Templates;
using Avalonia.LogicalTree;
using Avalonia.Styling;
using Avalonia.UnitTests;
using Xunit;
namespace Avalonia.Con... |
fd9aa2dbd28469cad76bbfea5083a7adf013a43f | Improve error messages in AlpacaBrokerageModel | Improve error messages in AlpacaBrokerageModel
| QuantConnect/Lean,AlexCatarino/Lean,jameschch/Lean,QuantConnect/Lean,jameschch/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean | Common/Brokerages/AlpacaBrokerageModel.cs | apache-2.0 | 1,589,378,671 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
77b3678b124bd366043d7cab9da5d6026e1986d2 | Fix NuGetPluginManager when ordering by version | Fix NuGetPluginManager when ordering by version
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Plugins.NuGet/NuGetPluginManager.cs | mit | 1,589,378,425 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="NuGetPluginManager.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pro... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="NuGetPluginManager.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pro... |
cdfde692a65c90337e793f2d6e49ebb6d14042a0 | Fixed SDK reference issue in Billing proj | Fixed SDK reference issue in Billing proj
| bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core | src/Billing/Controllers/StripeController.cs | agpl-3.0 | 1,589,378,297 | using Bit.Core;
using Bit.Core.Enums;
using Bit.Core.Models.Table;
using Bit.Core.Repositories;
using Bit.Core.Services;
using Bit.Core.Utilities;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Optio... | using Bit.Core;
using Bit.Core.Enums;
using Bit.Core.Models.Table;
using Bit.Core.Repositories;
using Bit.Core.Services;
using Bit.Core.Utilities;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Optio... |
18a5953a6a1f3cbb07fa9b18e2a57c2556ad5007 | Fixing issue #745 | Fixing issue #745
| PKRoma/refit | Refit.HttpClientFactory/HttpClientFactoryExtensions.cs | mit | 1,589,377,619 | using System;
using System.Net.Http;
using Microsoft.Extensions.DependencyInjection;
namespace Refit
{
public static class HttpClientFactoryExtensions
{
/// <summary>
/// Adds a Refit client to the DI container
/// </summary>
/// <typeparam name="T">Type of the Refit interface... | using System;
using System.Net.Http;
using Microsoft.Extensions.DependencyInjection;
namespace Refit
{
public static class HttpClientFactoryExtensions
{
/// <summary>
/// Adds a Refit client to the DI container
/// </summary>
/// <typeparam name="T">Type of the Refit interface... |
7822f9ab4da3766c8800288e9128bffc52fb0c38 | Update BuildServer.cs | Update BuildServer.cs | krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Editor/BuildServer.cs | agpl-3.0 | 1,589,377,436 | using UnityEditor;
using System.Linq;
using System;
using System.IO;
using System.Collections.Generic;
using DatabaseAPI;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEditor.Build.Reporting;
static class BuildScript
{
[Obsolete]
private static void PerformServerBuild()
{
BuildPlayerOptions bu... | using UnityEditor;
using System.Linq;
using System;
using System.IO;
using System.Collections.Generic;
using DatabaseAPI;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEditor.Build.Reporting;
static class BuildScript
{
[Obsolete]
private static void PerformServerBuild()
{
BuildPlayerOptions bu... |
c1ab71b788ed2e285c1e0b1972f5946fe8b21c74 | remove unused code | remove unused code
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox | Wox.Infrastructure/Image/ImageLoader.cs | mit | 1,589,377,204 | using System;
using System.IO;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Microsoft.WindowsAPICodePack.Shell;
using NLog;
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 NLog;
using Wox.Infrastructure.Logger;
namespace Wox.Infrastructure.Image
{
public static class ImageLoader
{
private static readonly string[] ImageExtensions... |
9f6844499032df54857c7d7461bfe467354974b6 | handling utf8 encoding in vrml parser; | handling utf8 encoding in vrml parser;
| vrvis/aardvark.base,vrvis/aardvark,vrvis/aardvark,vrvis/aardvark.base | src/Aardvark.Data.Vrml97/Tokenizer.cs | apache-2.0 | 1,589,377,171 | using Aardvark.Base;
using System;
using System.Globalization;
using System.IO;
using System.Text;
namespace Aardvark.Data.Vrml97
{
internal class Tokenizer
{
internal Tokenizer(Stream input)
{
m_in = input;
m_bufferSize = 1024 * 32;
m_pos = m... | using Aardvark.Base;
using System;
using System.Globalization;
using System.IO;
namespace Aardvark.Data.Vrml97
{
internal class Tokenizer
{
internal Tokenizer(Stream input)
{
m_in = input;
m_bufferSize = 1024 * 32;
m_pos = m_bufferSize;
... |
2231a26630da33fe26d9ccf681516e9efd329ed1 | cosine weighted random sample generation in hemisphere (fixed [0, 0, 1] normal) | cosine weighted random sample generation in hemisphere (fixed [0, 0, 1] normal)
| vrvis/aardvark.base,vrvis/aardvark,vrvis/aardvark,vrvis/aardvark.base | src/Aardvark.Base/Random/RandomSample.cs | apache-2.0 | 1,589,377,171 | namespace Aardvark.Base
{
public static class RandomSample
{
/// <summary>
/// Uses the 2 random series (seriesIndex, seriesIndex+1) to generate a random point on a sphere.
/// </summary>
public static V3d Spherical(IRandomSeries rnds, int seriesIndex)
{
retur... | namespace Aardvark.Base
{
public static class RandomSample
{
/// <summary>
/// Uses the 2 random series (seriesIndex, seriesIndex+1) to generate a random point on a sphere.
/// </summary>
public static V3d Spherical(IRandomSeries rnds, int seriesIndex)
{
retur... |
660752a5fd9b1bd1092492934c28c601ccf270fc | synchronised 2_Revit_UI_API with RevitTrainingMaterial | synchronised 2_Revit_UI_API with RevitTrainingMaterial
| jeremytammik/AdnRevitApiLabsXtra | 2_Revit_UI_API/SourceCS/2_Selection.cs | mit | 1,589,377,129 | #region Copyright
//
// Copyright (C) 2009-2020 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both that copyright notice and th... | #region Copyright
//
// Copyright (C) 2009-2020 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both that copyright notice and th... |
1790019fb2838280443a46d9ea76c49e9dc3afb4 | show error report window in ui thread | show error report window in ui thread
| Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox/Helper/ErrorReporting.cs | mit | 1,589,377,060 | using System;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;
using Mindscape.Raygun4Net;
using NLog;
using Wox.Infrastructure.Exception;
namespace Wox.Helper
{
public static class ErrorReporting
{
private static RaygunClient _... | using System;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using System.Windows.Threading;
using Mindscape.Raygun4Net;
using NLog;
using Wox.Infrastructure.Exception;
namespace Wox.Helper
{
public static class ErrorReporting
{
private static RaygunClient _raygunClient = new Ray... |
7c739c2ca62c418e04ce6086baa44499ac6889d9 | compiler won't report diagnostics for unreachable type declarations | compiler won't report diagnostics for unreachable type declarations
| iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept | src/Peachpie.CodeAnalysis/Symbols/Source/SourceTypeSymbol.cs | apache-2.0 | 1,589,377,012 | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Roslyn.Utilities;
using System.Diagnostics;
using Pchp.CodeAnalysis.Semantics;
using Devsense.PHP.Syntax.Ast;
using Devsense.PHP.Sy... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Roslyn.Utilities;
using System.Diagnostics;
using Pchp.CodeAnalysis.Semantics;
using Devsense.PHP.Syntax.Ast;
using Devsense.PHP.Sy... |
6ae63ae88283249b8972987e93b1db14e0e33bbf | fix DbExpressionComparer | fix DbExpressionComparer
| AlejandroCano/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,signumsoftware/framework | Signum.Engine/Linq/ExpressionVisitor/DbExpressionComparer.cs | mit | 1,589,376,981 | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.DataStructures;
using System.Linq.Expressions;
using System.Collections.ObjectModel;
using Signum.Utilities.Reflection;
using Signum.Utilities;
namespace Signum.Engine.Linq
{ ... | using System;
using System.Collections.Generic;
using System.Linq;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.DataStructures;
using System.Linq.Expressions;
using System.Collections.ObjectModel;
using Signum.Utilities.Reflection;
using Signum.Utilities;
namespace Signum.Engine.Linq
{ ... |
ac93d8b8631fec36fc12fa0d78f148e24e3d0810 | Add logging to MySqlBulkCopy. | Add logging to MySqlBulkCopy.
| mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector | src/MySqlConnector/MySql.Data.MySqlClient/MySqlBulkCopy.cs | mit | 1,589,376,748 | using System;
using System.Buffers;
using System.Buffers.Text;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MySql.Data.Types;
using MySqlConnector.Core;
using MySqlConnector.Logging;
using MySqlConnector.Protocol;
... | using System;
using System.Buffers;
using System.Buffers.Text;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MySql.Data.Types;
using MySqlConnector.Core;
using MySqlConnector.Logging;
using MySqlConnector.Protocol;
... |
336944f60823e0027243e9f1e5682a19117166fb | fixes compiler casting exception | fixes compiler casting exception
dunno test case but it's part of `symfony/cache`
| iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie | src/Peachpie.CodeAnalysis/CodeGen/CodeGenerator.Emit.cs | apache-2.0 | 1,589,376,198 | using Devsense.PHP.Syntax;
using Devsense.PHP.Syntax.Ast;
using Devsense.PHP.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.Emit;
using Pchp.CodeAnalysis.Emit;
using Pchp.CodeAnalysis.Errors;
using Pchp.CodeAnalysis.FlowAnalysis;
using Pchp.CodeAnalysis.Semantics... | using Devsense.PHP.Syntax;
using Devsense.PHP.Syntax.Ast;
using Devsense.PHP.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeGen;
using Microsoft.CodeAnalysis.Emit;
using Pchp.CodeAnalysis.Emit;
using Pchp.CodeAnalysis.Errors;
using Pchp.CodeAnalysis.FlowAnalysis;
using Pchp.CodeAnalysis.Semantics... |
f1bb3cb281b41c5d3b87c01c38e0a6a4ea302c10 | expose FindApplicableConstructor | expose FindApplicableConstructor
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Helpers/ActivatorHelper.cs | mit | 1,589,375,531 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.ExceptionServices;
namespace WeihanLi.Common.Helpers
{
... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.ExceptionServices;
namespace WeihanLi.Common.Helpers
{
... |
f34c4e5ab1be300e7dafee8f03dc2d19523d3a4d | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,589,375,161 | //-----------------------------------------------------------------------
// <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
/... |
4871b924d31aed18bbcbcf5e471e9b108baf7538 | Update WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | Update WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs
Co-authored-by: nopara73 <4c7ed834518fb1e6e9e45bfdc6892d9f38cf90aa@gmail.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Backend/Controllers/ChaumianCoinJoinController.cs | mit | 1,589,374,152 | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.ComponentModel.Data... |
495987be3f3cb89be89554a6debab2efa7856a23 | extra trace calls removed | extra trace calls removed
| finsight/QuikSharp,buybackoff/QuikSharp | src/QuikSharp/QuikService.cs | apache-2.0 | 1,589,374,112 | // Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
using Newtonsoft.Json;
using QuikSharp.DataStructures;
using QuikSharp.DataStructures.Transaction;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostic... | // Licensed under the Apache License, Version 2.0. See LICENSE.txt in the project root for license information.
using Newtonsoft.Json;
using QuikSharp.DataStructures;
using QuikSharp.DataStructures.Transaction;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostic... |
ff57ca8b434eee948f726f63b0807fff4620a4af | Update Actor.cs | Update Actor.cs
Метод InitChilds больше повторно не инициализирует акторы, если они уже были инициализированы
| dimmpixeye/Unity3dTools | Runtime/LibMono/Actor.cs | mit | 1,589,373,789 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Runtime.CompilerServices;
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Runtime.CompilerServices;
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks... |
a216f717343b8b78ecb02ab93a59d883144e78a1 | sdk: composer task recognizes "BSD" as a valid license expression | sdk: composer task recognizes "BSD" as a valid license expression
| peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie | src/Peachpie.NET.Sdk/ComposerTask.cs | apache-2.0 | 1,589,373,494 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... |
5dfcc07dd6e710b99869cbad6abef8087e9760ab | Change file share access to Read for XmlPeekAliases | Change file share access to Read for XmlPeekAliases
| devlead/cake,patriksvensson/cake,cake-build/cake,mholo65/cake,cake-build/cake,gep13/cake,devlead/cake,patriksvensson/cake,gep13/cake,cake-build/cake,gep13/cake,devlead/cake,patriksvensson/cake,mholo65/cake,mholo65/cake | src/Cake.Common/Xml/XmlPeekAliases.cs | mit | 1,589,372,126 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Xml;
using Cake.Core;
using Cake.Core.Annotations;
using Cake.Core.Diag... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Xml;
using Cake.Core;
using Cake.Core.Annotations;
using Cake.Core.Diag... |
b9607811a74dfe9d62f7fb29fc36fc081cc70898 | feat: cache factory | feat: cache factory
| neuecc/MagicOnion | samples/ChatApp/ChatApp.Server.TelemetryNew/Program.cs | mit | 1,589,371,729 | using Grpc.Core;
using MagicOnion.Hosting;
using MagicOnion.Server;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using OpenTelemetry.Exporter.Prometheus;
using OpenTelemetry.Metrics;
using OpenTelemetry.Metrics.Configuration;
using OpenTel... | using Grpc.Core;
using MagicOnion.Hosting;
using MagicOnion.Server;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using OpenTelemetry.Exporter.Prometheus;
using OpenTelemetry.Metrics;
using OpenTelemetry.Metrics.Configuration;
using OpenTel... |
9cca372d819c58f99fc2f5bd1700ffcc3a971fef | Fix EventHandlers not being copied onto the newly cloned context. | Fix EventHandlers not being copied onto the newly cloned context.
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Extensions/ClientContextExtensions.cs | mit | 1,589,371,706 | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading;
using System.Web;
using OfficeDevPnP.Core;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Utilities;
using System.Configuration;
using System.Threading.Tasks;
using System.Net.Http... | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading;
using System.Web;
using OfficeDevPnP.Core;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Utilities;
using System.Configuration;
using System.Threading.Tasks;
using System.Net.Http... |
2ca5a67725103e32138650d426e7c3d6b51fbd4e | sdk: composer version parse fix | sdk: composer version parse fix
| peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept | src/Peachpie.NET.Sdk/ComposerTask.cs | apache-2.0 | 1,589,371,518 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using SimpleJSON;
namespace Peach... |
9137dd76cf6b40a0f95b2f45781a2766ce48d65a | Pin icons should be loaded from resources instead of assets #709 fixed | Pin icons should be loaded from resources instead of assets #709 fixed
| amay077/Xamarin.Forms.GoogleMaps | Xamarin.Forms.GoogleMaps/Xamarin.Forms.GoogleMaps.Android/Factories/DefaultBitmapDescriptorFactory.cs | mit | 1,589,370,337 | using System;
using Android.Graphics;
using AndroidBitmapDescriptor = Android.Gms.Maps.Model.BitmapDescriptor;
using AndroidBitmapDescriptorFactory = Android.Gms.Maps.Model.BitmapDescriptorFactory;
namespace Xamarin.Forms.GoogleMaps.Android.Factories
{
public sealed class DefaultBitmapDescriptorFactory : IBitmapD... | using System;
using Android.Graphics;
using AndroidBitmapDescriptor = Android.Gms.Maps.Model.BitmapDescriptor;
using AndroidBitmapDescriptorFactory = Android.Gms.Maps.Model.BitmapDescriptorFactory;
namespace Xamarin.Forms.GoogleMaps.Android.Factories
{
public sealed class DefaultBitmapDescriptorFactory : IBitmapD... |
70eaf325cd8df89e51691141ec5bcc9a69e979a9 | CV-737 removing async | CV-737 removing async
| SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice | src/SFA.DAS.PAS.ImportProvider.WebJob/Program.cs | mit | 1,589,369,790 | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using SFA.DAS.NLog.Logger;
using SFA.DAS.PAS.ImportProvider.WebJob.DependencyResolution;
using SFA.DAS.PAS.ImportProvider.WebJob.Importer;
namespace SFA.DAS.PAS.ImportProvider.WebJob
{
// To learn more about Microsoft Azure WebJobs SDK, please ... | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using SFA.DAS.NLog.Logger;
using SFA.DAS.PAS.ImportProvider.WebJob.DependencyResolution;
using SFA.DAS.PAS.ImportProvider.WebJob.Importer;
namespace SFA.DAS.PAS.ImportProvider.WebJob
{
// To learn more about Microsoft Azure WebJobs SDK, please ... |
569235438aa7f64795bfa1b7b4274289f449781e | (VsIntegration) Hack/Correction in QuickInfo to avoid Bubble flickering | (VsIntegration) Hack/Correction in QuickInfo to avoid Bubble flickering
| X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic | VisualStudio/ProjectPackage/Editors/XSharpQuickInfo.cs | apache-2.0 | 1,589,369,523 | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using Microsoft.VisualStudio.Language.Intellisense;
using ... | //
// Copyright (c) XSharp B.V. All Rights Reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
//
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using Microsoft.VisualStudio.Language.Intellisense;
using ... |
ad1d050fb437673f35380f8751c7a3f7cc68c7e9 | Throw exception on copy timeout | Throw exception on copy timeout
| ppy/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu | osu.Game/IO/OsuStorage.cs | mit | 1,589,369,355 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... |
49e616b7e561ab940a2fa10f294af179f2b39e91 | Also check for directory presence before migrating | Also check for directory presence before migrating
| ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game/IO/OsuStorage.cs | mit | 1,589,368,754 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Configuration;
namesp... |
db6a0329e30fdca821089de1cf3123894e1a2622 | CV-737 changed to async | CV-737 changed to async
| SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice | src/SFA.DAS.PAS.ImportProvider.WebJob/Program.cs | mit | 1,589,368,615 | using System;
using System.Diagnostics;
using System.Threading.Tasks;
using SFA.DAS.NLog.Logger;
using SFA.DAS.PAS.ImportProvider.WebJob.DependencyResolution;
using SFA.DAS.PAS.ImportProvider.WebJob.Importer;
namespace SFA.DAS.PAS.ImportProvider.WebJob
{
// To learn more about Microsoft Azure WebJobs SDK, please ... | using System;
using System.Diagnostics;
using SFA.DAS.NLog.Logger;
using SFA.DAS.PAS.ImportProvider.WebJob.DependencyResolution;
using SFA.DAS.PAS.ImportProvider.WebJob.Importer;
namespace SFA.DAS.PAS.ImportProvider.WebJob
{
// To learn more about Microsoft Azure WebJobs SDK, please see https://go.microsoft.com/f... |
3ef8ce7f96b48f40805dc6b3db2ba3e17633e64e | Remove unused portion of code | Remove unused portion of code
| Xeeynamo/KingdomHearts | OpenKh.Command.IdxImg/Program.cs | mit | 1,589,368,405 | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember(... | using OpenKh.Kh2;
using McMaster.Extensions.CommandLineUtils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.ComponentModel.DataAnnotations;
using System.Linq;
namespace OpenKh.Command.IdxImg
{
[Command("OpenKh.Command.IdxImg")]
[VersionOptionFromMember(... |
917b4d1b4d31772b60f3638664a5e88a65fc2047 | ProductContentTypes. Connector -> CryptoConnector. StockConnector. | ProductContentTypes. Connector -> CryptoConnector. StockConnector.
| StockSharp/StockSharp | Community/ProductContentTypes.cs | apache-2.0 | 1,589,366,366 | namespace StockSharp.Community
{
using System.ComponentModel.DataAnnotations;
using System.Runtime.Serialization;
using StockSharp.Localization;
/// <summary>
/// Product content types.
/// </summary>
[DataContract]
public enum ProductContentTypes
{
/// <summary>
/// Source code (if the strategy is distr... | namespace StockSharp.Community
{
using System.ComponentModel.DataAnnotations;
using System.Runtime.Serialization;
using StockSharp.Localization;
/// <summary>
/// Product content types.
/// </summary>
[DataContract]
public enum ProductContentTypes
{
/// <summary>
/// Source code (if the strategy is distr... |
d4b590b68cd00b363423228d997dd6f3280b71f1 | Fix - Norifica UpDate Scheda Nue | Fix - Norifica UpDate Scheda Nue
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/GestioneSchedeContatto/NotificationSetSchedaGestita.cs | agpl-3.0 | 1,589,366,280 | //-----------------------------------------------------------------------
// <copyright file="NotificationSetSchedaGestita.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 Genera... | //-----------------------------------------------------------------------
// <copyright file="NotificationSetSchedaGestita.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 Genera... |
4cc01943125d83356eac3ea89207ca4b150a065e | [Modify] Remove it | [Modify] Remove it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,366,204 | #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-... |
357fd2ec82e3fe8c0b8b9b56bf8eae2446c52397 | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,589,366,114 | #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-... |
939a957805b46f523825ecc05967e8aa13c144f3 | Fix NullReferenceException in tracing code (#110) | Fix NullReferenceException in tracing code (#110)
| GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop | Google.Solutions.Compute/Extensions/ResetWindowsUser.cs | apache-2.0 | 1,589,365,841 | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... | //
// Copyright 2019 Google LLC
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Ver... |
0e65e3725ee3ba5e96e25613e11ff9e8b821d854 | Use correct key. | Use correct key.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtApiDotNet/Win32/Security/Authentication/Kerberos/KerberosEncryptedData.cs | apache-2.0 | 1,589,365,588 | // Copyright 2020 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | // Copyright 2020 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
00efeb7cc6db07eac414dab21366b041fa46f6ba | Fix spawning too many sprites due to not yet populated sizing | Fix spawning too many sprites due to not yet populated sizing
| peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu | osu.Game.Rulesets.Taiko/Skinning/LegacyTaikoScroller.cs | mit | 1,589,365,198 | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewo... | // 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.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewo... |
1a1140340ca5df13d9b6611ee76fcc8422725c34 | comment ngui | comment ngui
| NDark/ndinfrastructure,NDark/ndinfrastructure | Unity/Editor/EditorTools_Font.cs | mit | 1,589,364,330 | / * *
M I T L i c e n s e
C o p y r i g h t ( c ) 2 0 1 7 - 2 0 1 9 N D a r k
P e r m i s s i o n i s h e r e b y g r a n t e d , f r e e o f c h a r g e , t o a n y p e r s o n o b t a i n i n g a c o p y
o f t h i s s o f t w a r e a n d a s s o ... | / * *
M I T L i c e n s e
C o p y r i g h t ( c ) 2 0 1 7 - 2 0 1 9 N D a r k
P e r m i s s i o n i s h e r e b y g r a n t e d , f r e e o f c h a r g e , t o a n y p e r s o n o b t a i n i n g a c o p y
o f t h i s s o f t w a r e a n d a s s o ... |
724ee0fc2d7798f14e3e534dc365bbe99032a655 | Fix - Cors | Fix - Cors
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,589,364,248 | //-----------------------------------------------------------------------
// <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
/... |
ae21135550a1b6da6aa8c3b38ba198f824ca76bc | Add null check | Add null check
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/EffekseerCore/IO/EfkEfc.cs | mit | 1,589,363,968 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing
... |
c048d9b6ae215eb0923ba39d060e5ae1adb0ace7 | Fix incorrect assignment | Fix incorrect assignment
| smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu | osu.Game/Graphics/UserInterfaceV2/DirectorySelector.cs | mit | 1,589,363,706 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... |
e9e03d038d780f13d62a3b29e9c6243148f10ebc | Tidy up naming and structure | Tidy up naming and structure
| smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu | osu.Game/Graphics/UserInterfaceV2/DirectorySelector.cs | mit | 1,589,363,686 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... |
246812e0b1b550c0bebb63739ad67a4b45f0f124 | Change breadcrumb display icons to match design | Change breadcrumb display icons to match design
| UselessToucan/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu | osu.Game/Graphics/UserInterfaceV2/DirectorySelector.cs | mit | 1,589,363,685 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Gra... |
2c83417c41e29be9a5e474df65a7806dbf747577 | Switch to using DirectoryInfo/DriveInfo | Switch to using DirectoryInfo/DriveInfo
| smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu | osu.Game.Tests/Visual/Settings/TestSceneDirectorySelector.cs | mit | 1,589,363,685 | // 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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphic... | // 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.IO;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
... |
ce51a9456cc9becc94de231f48ba1efde5413ed0 | Fix a bug that Parameters of LocalForceFieldTurbulence is not saved | Fix a bug that Parameters of LocalForceFieldTurbulence is not saved
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/EffekseerCore/Data/LocationAbsValues.cs | mit | 1,589,363,530 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Effekseer.Data
{
public enum LocalForceFieldType
{
[Name(value = "無し", language = Language.Japanese)]
[Name(value = "None", language = Language.English)]
None = 0,
[Name(value = "乱流", language = Language.Japanes... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Effekseer.Data
{
public enum LocalForceFieldType
{
[Name(value = "無し", language = Language.Japanese)]
[Name(value = "None", language = Language.English)]
None = 0,
[Name(value = "乱流", language = Language.Japanes... |
f8347268f9fd0e19c469d20716a165f681e1331d | Fix a bug that a language of error message was exchanged between English and Japanese | Fix a bug that a language of error message was exchanged between English and Japanese
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/EffekseerCore/IO/EfkEfc.cs | mit | 1,589,363,515 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing
... |
3b4b371049fa44c9402a3a2411c5cba28ce27355 | Add an error message when it fails to save a file | Add an error message when it fails to save a file
| effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer | Dev/Editor/EffekseerCore/IO/EfkEfc.cs | mit | 1,589,363,490 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Effekseer.IO
{
/// <summary>
/// It should be made as unit test
/// </summary>
public class ChunkTest
{
public static void Test()
{
// a function to generate dummy data for testing
... |
0831f2052d1d130e2995283a95bff6e8c3c72f41 | Add future/option support to LeanDataWriter | Add future/option support to LeanDataWriter
| JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,JKarathiya/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean,QuantConnect/Lean,QuantConnect/Lean,StefanoRaggi/Lean | ToolBox/LeanDataWriter.cs | apache-2.0 | 1,589,362,733 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
541421f29033fb93ee9e039b836aee5193e7b19c | Fix extended market hours flag | Fix extended market hours flag
| jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,JKarathiya/Lean,StefanoRaggi/Lean,JKarathiya/Lean,StefanoRaggi/Lean,QuantConnect/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,AlexCatarino/Lean,AlexCatarino/Lean,StefanoRaggi/Lean | ToolBox/LeanDataWriter.cs | apache-2.0 | 1,589,362,733 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
3c2a4783473451e4ebbcaa38a5fff06bbda4ff75 | Allow to strip ReMIX asset info from remastered content | Allow to strip ReMIX asset info from remastered content
| Xeeynamo/KingdomHearts | OpenKh.Command.HdAssets/Program.cs | mit | 1,589,362,673 | using McMaster.Extensions.CommandLineUtils;
using OpenKh.Common.Archives;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.IO;
using System.Linq;
using System.Reflection;
namespace OpenKh.Command.HdAssets
{
[Command("OpenKh.Command.IdxImg")]
[VersionOpt... | using McMaster.Extensions.CommandLineUtils;
using OpenKh.Common.Archives;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.IO;
using System.Linq;
using System.Reflection;
namespace OpenKh.Command.HdAssets
{
[Command("OpenKh.Command.IdxImg")]
[VersionOpt... |
89b62109e8bac0c116b26707a77e7f80f79e3a93 | Fix a bug where HdAsset.Stream was already at the end of its stream | Fix a bug where HdAsset.Stream was already at the end of its stream
| Xeeynamo/KingdomHearts | OpenKh.Common/Archives/HdAsset.cs | mit | 1,589,362,572 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xe.BinaryMapper;
namespace OpenKh.Common.Archives
{
public class HdAsset
{
private class Header
{
[Data] public int OriginalLength { get; set; }
[Data] public int AssetCount { get;... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xe.BinaryMapper;
namespace OpenKh.Common.Archives
{
public class HdAsset
{
private class Header
{
[Data] public int OriginalLength { get; set; }
[Data] public int AssetCount { get;... |
071b51fc45d3e4802d0a2986e133055828a38d8b | 延期释放LuaState。 | 延期释放LuaState。
| pangweiwei/slua,pangweiwei/slua,pangweiwei/slua,pangweiwei/slua | Assets/Slua/Editor/LuaCodeGen.cs | mit | 1,589,362,553 | // The MIT License (MIT)
// Copyright 2015 Siney/Pangweiwei siney@yeah.net
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights... | // The MIT License (MIT)
// Copyright 2015 Siney/Pangweiwei siney@yeah.net
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights... |
7c2a17d5d200ab675d9ecb8091e48accc638953e | Update Battle.cs | Update Battle.cs
^([\s\/]+)?\bend[\s\r]$
$1}
^(\s+)(elsif|if)\s(.+) +//
$1$2 ($3) {\t\t//
^( +)(elsif|if)\s(.+)[\s\r\n]+?\r?(?<!(\{|;|\/\/.+)[\s\r\n]*?)$
$1$2 ($3) {
^(\s+)([\w@$].+)\sif\s(.+) +//
$1if ($3) $2;\t//
^( +)([\w@$].+)\sif\s(.+)[\s\r\n]+?\r?$
$1if ($3) $2;
(^\s+(return|break).*)[\s\r\n]+?(?<!(;|,)[\s\... | PokemonUnity/PokemonUnity | PokemonUnity.Shared/InBattle/Battle.cs | bsd-3-clause | 1,589,361,034 | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... |
17324cb23e688b7f6b5d1dd8938cb5ec8aaeb7f1 | Fixes #61 GetOne() creates concrete type | Fixes #61 GetOne() creates concrete type
| bbsimonbb/query-first | QueryFirst/WrapperClassMaker.cs | mit | 1,589,360,830 | using System;
using System.Data;
using System.Linq;
using System.Text;
namespace QueryFirst
{
public class WrapperClassMaker : IWrapperClassMaker
{
public virtual string Usings(State state)
{
return @"using System;
using System.Data;
using System.Data.SqlClient;
using System.IO;
us... | using System;
using System.Data;
using System.Linq;
using System.Text;
namespace QueryFirst
{
public class WrapperClassMaker : IWrapperClassMaker
{
public virtual string Usings(State state)
{
return @"using System;
using System.Data;
using System.Data.SqlClient;
using System.IO;
us... |
c4bcaf835ede63325cd1e10a99d3eb4d9ea6f341 | Debug logging for IGDB webhook processing | Debug logging for IGDB webhook processing
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/PlayniteServices/Controllers/IGDB/GameController.cs | mit | 1,589,360,268 | using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using Playnite;
using Playnite.Common;
using Playnite.SDK;
using PlayniteServices.Filters;
using PlayniteServices.Models.IGDB;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using... | using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using Playnite;
using Playnite.Common;
using Playnite.SDK;
using PlayniteServices.Filters;
using PlayniteServices.Models.IGDB;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using... |
9b61bbed8ec960c6067ee59f3279ec52ffb96a11 | (de)serialize Type2Int-Data | (de)serialize Type2Int-Data
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/GameFramework/Services/SerializerService/FlatbufferSerializer2.cs | mit | 1,589,358,171 | #define FLATBUFFER_CHECK_TYPES
using System.Collections.Generic;
using System;
using FlatBuffers;
using System.Linq;
using System.Collections;
using System.Text;
using System.Threading;
namespace Service.Serializer
{
public interface IFBSerializeAsTypedObject { }
public class Type2IntMapper : DefaultSe... | #define FLATBUFFER_CHECK_TYPES
using System.Collections.Generic;
using System;
using FlatBuffers;
using System.Linq;
using System.Collections;
using System.Text;
using System.Threading;
namespace Service.Serializer
{
public interface IFBSerializeAsTypedObject { }
public class Type2IntMapper
{
... |
056a0105fd0430f263fbde60ef88dd1a23c4cdde | serializer: read string directly from offset | serializer: read string directly from offset
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/GameFramework/Services/SerializerService/FlatbufferUtils.cs | mit | 1,589,358,141 | using System.Collections.Generic;
using System;
using FlatBuffers;
using System.Linq;
using System.Collections;
using System.Text;
using System.Threading;
using UnityEngine;
namespace Service.Serializer
{
public struct ExtendedTable
{
public static readonly ExtendedTable NULL = new ExtendedTable(-1, ... | using System.Collections.Generic;
using System;
using FlatBuffers;
using System.Linq;
using System.Collections;
using System.Text;
using System.Threading;
using UnityEngine;
namespace Service.Serializer
{
public struct ExtendedTable
{
public static readonly ExtendedTable NULL = new ExtendedTable(-1, ... |
17387e46f4017550af2228dff907af6da7fd2870 | make ourApiCompatibilityLevel lazy, would likely help to avoid Unity crash (#1647) | make ourApiCompatibilityLevel lazy, would likely help to avoid Unity crash (#1647)
* make ourApiCompatibilityLevel lazy, would likely help to avoid https://youtrack.jetbrains.com/issue/RIDER-43951
* revert updating LangLevel to 8.0 | JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | unity/EditorPlugin/AssetPostprocessors/CsprojAssetPostprocessor.cs | apache-2.0 | 1,589,358,044 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using JetBrains.Annotations;
using JetBrains.Diagnostics;
using JetBrains.Rider.Unity.Editor.NonUnity;
using UnityEditor;
using UnityEngine;
namespace JetBrains.Rider.Unity.Editor.AssetPostproc... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Linq;
using JetBrains.Annotations;
using JetBrains.Diagnostics;
using JetBrains.Rider.Unity.Editor.NonUnity;
using UnityEditor;
using UnityEngine;
namespace JetBrains.Rider.Unity.Editor.AssetPostproc... |
e6396255d6059493aeb8bcf949b9d7a079cd0800 | fix RIDER-42475 (#1658) | fix RIDER-42475 (#1658)
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Rider/UnityPluginDetector.cs | apache-2.0 | 1,589,358,020 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using JetBrains.ProjectModel;
using JetBrains.Util;
using JetBrains.Util.Logging;
using ProjectExtensions = JetBrains.ReSharper.Plugins.Unity.ProjectModel.ProjectExtensions;
namespace JetBrains.ReS... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Psi.Modules;
using JetBrains.Util;
using JetBrains.Util.Logging;
using ProjectExtensions = JetBrains.ReSharper.Plugins.Unity.ProjectModel.Proj... |
4f20ab9c8c06007701148f30eb42dd78ec079d61 | Made the code more readable | Made the code more readable
| HotcakesCommerce/core,HotcakesCommerce/core | Website/DesktopModules/Hotcakes/Core/Admin/AppCode/BaseMasterPage.cs | mit | 1,589,356,699 | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software"),... | #region License
// Distributed under the MIT License
// ============================================================
// Copyright (c) 2019 Hotcakes Commerce, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software
// and associated documentation files (the "Software"),... |
be494c5a223ff03cbe1628e3b8672d8c08b4f768 | Bug/gh66 verify that iteration setup.is deleted behavior is as per 10 25; fixes #66 (#19) | Bug/gh66 verify that iteration setup.is deleted behavior is as per 10 25; fixes #66 (#19)
* After Nuget update
* Verify_that_iteration_setup.is_deleted_behavior_is_as_per_10_25; fixes #66
* Verify_that_iteration_setup.is_deleted_behavior_is_as_per_10_25 integration test added; fixes #66
* Verify-that-iteratio... | RHEAGROUP/ecss-10-25-annexc-integration-tests | IntegrationTestSuite/WebservicesIntegrationTests/Tests/EngineeringModel/Iteration/IterationTestFixture.cs | apache-2.0 | 1,589,355,299 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IterationTestFixture.cs" company="RHEA System">
//
// Copyright 2016-2020 RHEA System
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not u... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IterationTestFixture.cs" company="RHEA System">
//
// Copyright 2016-2020 RHEA System
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not u... |
e81abf0115ea60e763550ac658f95fb0234ca6d1 | feat: DocumentType (_type) has been deprecated in ElasticSearch 7 | feat: DocumentType (_type) has been deprecated in ElasticSearch 7
| ReactiveMarkets/NLog.Targets.ElasticSearch | src/NLog.Targets.ElasticSearch/ElasticSearchTarget.cs | mit | 1,589,355,134 | using System;
using System.Collections.Generic;
using System.Net;
using System.Linq;
using System.Threading;
using Elasticsearch.Net;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using NLog.Common;
using NLog.Config;
using NLog.Layouts;
namespace NLog.Targets.ElasticSearch
{
/// <summary... | using System;
using System.Collections.Generic;
using System.Net;
using System.Linq;
using System.Threading;
using Elasticsearch.Net;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using NLog.Common;
using NLog.Config;
using NLog.Layouts;
namespace NLog.Targets.ElasticSearch
{
/// <summary... |
671ecb3d597613307ba5530d8fecc68d7065c7b6 | Fix #394 DNS scripting test vs live should use same domain formatting | Fix #394 DNS scripting test vs live should use same domain formatting
| webprofusion/Certify | src/Certify.Core/Management/Challenges/ChallengeDiagnostics.cs | mit | 1,589,355,124 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Certify.Management;
using Certify.Models;
using Certify.Models.Config;
using Certify.Models.Providers;
using Certify.Models.Shared;
namespace Certify.Core.Management.Challenges
{
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Certify.Management;
using Certify.Models;
using Certify.Models.Config;
using Certify.Models.Providers;
using Certify.Models.Shared;
namespace Certify.Core.Management.Challenges
{
... |
9ca4a727514997c70c37f83aebbf1705a530273a | Fix code style and mode initialisation code to Initialize method | Fix code style and mode initialisation code to Initialize method
| peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-... | osu.Framework.iOS/Input/IOSMouseHandler.cs | mit | 1,589,354,365 | // 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 CoreGraphics;
using Foundation;
using JetBrains.Annotations;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Fr... | // 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 CoreGraphics;
using Foundation;
using ObjCRuntime;
using osu.Framework.Input.Handlers;
using osu.Framework.Input.StateChanges;
using osu.Framework.Pl... |
1d9bd8355a55f6bac430cf06d5a224036eda5fbd | add constants for JWT types | add constants for JWT types
| IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2 | src/JwtClaimTypes.cs | apache-2.0 | 1,589,352,387 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityModel
{
/// <summary>
/// Commonly used claim types
/// </summary>
public static class JwtClaimTypes
{
... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityModel
{
/// <summary>
/// Commonly used claim types
/// </summary>
public static class JwtClaimTypes
{
... |
9ca32f299ba2d7cb4fb96fd6e90dcd465fafe746 | better error message (#1678) | better error message (#1678)
| joemcbride/graphql-dotnet,graphql-dotnet/graphql-dotnet,joemcbride/graphql-dotnet,graphql-dotnet/graphql-dotnet,graphql-dotnet/graphql-dotnet | src/GraphQL/Types/Composite/ComplexGraphType.cs | mit | 1,589,350,874 | using GraphQL.Builders;
using GraphQL.Resolvers;
using GraphQL.Subscription;
using GraphQL.Types.Relay;
using GraphQL.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace GraphQL.Types
{
public interface IComplexGraphTy... | using GraphQL.Builders;
using GraphQL.Resolvers;
using GraphQL.Subscription;
using GraphQL.Types.Relay;
using GraphQL.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading.Tasks;
namespace GraphQL.Types
{
public interface IComplexGraphTy... |
20040f32072edc4cd9cb972c0d63e267bf323354 | Fix class references for documentation | Fix class references for documentation
| patriksvensson/cake,cake-build/cake,mholo65/cake,mholo65/cake,cake-build/cake,patriksvensson/cake,devlead/cake,devlead/cake,mholo65/cake,cake-build/cake,gep13/cake,devlead/cake,gep13/cake,gep13/cake,patriksvensson/cake | src/Cake.Common/Tools/DotNetCore/MSBuild/DotNetCoreMSBuildSettingsExtensions.cs | mit | 1,589,350,008 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using Cake.Common.Tools.MSBuild;
using Cake.Core... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using Cake.Common.Tools.MSBuild;
using Cake.Core... |
8cb32a2030ff51fe0a8d91457a560a2fa5bc055d | Update WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | Update WalletWasabi/WebClients/PayJoin/PayjoinClient.cs
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/WebClients/PayJoin/PayjoinClient.cs | mit | 1,589,349,369 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.TorSocks5;
namespace Wal... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.