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 |
|---|---|---|---|---|---|---|---|---|
495cf7171ff952e5e13f8687eec296af694258ee | Add handler for Alpaca TradeEvent.Expired | Add handler for Alpaca TradeEvent.Expired
| QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean | Brokerages/Alpaca/AlpacaBrokerage.Utility.cs | apache-2.0 | 1,593,541,620 | /*
* 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... |
d0be326d6b0095fad828f89eec9e1f9c4367f4f2 | Fixed exception in gltf export | Fixed exception in gltf export
| SteamDatabase/ValveResourceFormat | GUI/Types/Exporter/GltfModelExporter.cs | mit | 1,593,541,360 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... |
39cfbb67ad7962f1b75beb72fd793e445de66512 | Replace iterated addition with rounding | Replace iterated addition with rounding
| peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu | osu.Game.Rulesets.Mania/Beatmaps/Patterns/Legacy/DistanceObjectPatternGenerator.cs | mit | 1,593,540,979 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Utils;
using osu.Game.Audio;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mani... |
07ca9c72be9bc6c577a5242002813a22ff947d6c | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.6.3449.20200630175336-master-49f3d1e
| LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,593,539,740 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "49f3d1e3e50cc833cb1386aa8c227f45f3c582b8";
public static string Version = "1.6";
public static string Build = "3449";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "3015a6ad8270c2d577690672647b364e83dc02ae";
public static string Version = "1.6";
public static string Build = "3448";
... |
49f3d1e3e50cc833cb1386aa8c227f45f3c582b8 | Corrected Prismatic Taper count on some Foci spells. (#3056) | Corrected Prismatic Taper count on some Foci spells. (#3056)
| LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/Entity/SpellFormula.cs | agpl-3.0 | 1,593,539,472 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Entity.Enum;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Server.WorldObjects;
namespace ACE.Server.Entity
{
/// <summary>
/// A spell component with a power level between 1-10,
/// that determines the windup moti... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Entity.Enum;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Server.WorldObjects;
namespace ACE.Server.Entity
{
/// <summary>
/// A spell component with a power level between 1-10,
/// that determines the windup moti... |
508d34fd3ac6d48dae4e5aa578e0c112f609cb3a | Fix notification redirecting to the old log folder when game installation has been migrated to another location. | Fix notification redirecting to the old log folder when game installation has been migrated to another location.
| peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu | osu.Game/OsuGame.cs | mit | 1,593,539,470 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.Configuration;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using osu.Framework.Configuration;
using osu.Framework.Screens;
using osu.Game.Configuration;
us... |
b7f44019cb713fe4e2178f37a1251b5975051c57 | Updated version | Updated version
| Glympse/enroute-xamarin-sdk,Glympse/enroute-xamarin-sdk,Glympse/enroute-xamarin-sdk | source/EnRouteApi/Source/Core/Config.cs | mit | 1,593,539,252 | using System;
namespace EnRouteApi
{
public class Config
{
/**
* EnRoute Xamarin SDK version.
*/
public static readonly int ENROUTE_SDK_MAJOR = 2;
public static readonly int ENROUTE_SDK_MINOR = 5;
public static readonly int ENROUTE_SDK_BUILD = 27;
... | using System;
namespace EnRouteApi
{
public class Config
{
/**
* EnRoute Xamarin SDK version.
*/
public static readonly int ENROUTE_SDK_MAJOR = 2;
public static readonly int ENROUTE_SDK_MINOR = 5;
public static readonly int ENROUTE_SDK_BUILD = 26;
... |
bd85b2c1b9cf1f844a99b1bc1b9ff8db31a1e171 | fix build failed | fix build failed
| autofac/Autofac,autofac/Autofac | src/Autofac/RegistrationExtensions.Adapter.cs | mit | 1,593,538,006 | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... | // This software is part of the Autofac IoC container
// Copyright © 2011 Autofac Contributors
// https://autofac.org
//
// 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
// restric... |
898e70e0361d0d9883522952d4b2d7cd38d31d60 | Added header. | Added header.
| googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools | NtObjectManager/Cmdlets/Object/FormatNtJobCmdlet.cs | apache-2.0 | 1,593,536,586 | // Copyright 2016, 2017 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 a... | // Copyright 2016, 2017 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 a... |
54db0d1b64b4123d3442d0da0ef7c1fd51ab873e | add android photos redirect url to allowed list | add android photos redirect url to allowed list
| AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us | src/auth/Startup.cs | mit | 1,593,535,552 | using System;
using System.IO;
using System.Security.Claims;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microso... | using System;
using System.IO;
using System.Security.Claims;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuration;
using Microso... |
c2c694d03ac5f0ea5d4e23687a2734f0f320e6d3 | increased time between fleet membership checks removed test fleet | increased time between fleet membership checks
removed test fleet
| Slazanger/SMT,Slazanger/SMT | EVEData/LocalCharacter.cs | mit | 1,593,535,070 | using ESI.NET.Enumerations;
using ESI.NET.Models.SSO;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;
using System.Xml.Serial... | using ESI.NET.Enumerations;
using ESI.NET.Models.SSO;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;
using System.Xml.Serial... |
a08c76b7ac9d506fb8e8e6c05d6713dab14bf5ae | Fix GeometricTests.ValidateProbabilityLn to use expected value parameter | Fix GeometricTests.ValidateProbabilityLn to use expected value parameter
| mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics | src/Numerics.Tests/DistributionTests/Discrete/GeometricTests.cs | mit | 1,593,535,031 | // <copyright file="GeometricTests.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2016 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of th... | // <copyright file="GeometricTests.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2016 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of th... |
cd29c3792690dc74272e5f6457f87f41c8f844ce | Map filter for fleet | Map filter for fleet
| Slazanger/SMT,Slazanger/SMT | RegionControl.xaml.cs | mit | 1,593,535,022 | using SMT.EVEData;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using WpfHelpers.ResourceUsag... | using SMT.EVEData;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using WpfHelpers.ResourceUsag... |
956a4f52599427e80320a1ddd5f49d485fb60baa | Fix test to use testcase parameter | Fix test to use testcase parameter
Fix RayleightTests.ValidateMaximum test to use the scale parameter instead of the hardcoded value.
| mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics | src/Numerics.Tests/DistributionTests/Continuous/RayleighTests.cs | mit | 1,593,534,501 | // <copyright file="RayleighTests.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2016 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of th... | // <copyright file="RayleighTests.cs" company="Math.NET">
// Math.NET Numerics, part of the Math.NET Project
// http://numerics.mathdotnet.com
// http://github.com/mathnet/mathnet-numerics
//
// Copyright (c) 2009-2016 Math.NET
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of th... |
c6a87065c348fe7a599582fa75bb4b0c1a358e79 | 修复MetaServer末尾带"/"时,请求会多"/" | 修复MetaServer末尾带"/"时,请求会多"/"
| ctripcorp/apollo.net | Apollo/Internals/ConfigServiceLocator.cs | apache-2.0 | 1,593,533,640 | using Com.Ctrip.Framework.Apollo.Core;
using Com.Ctrip.Framework.Apollo.Core.Dto;
using Com.Ctrip.Framework.Apollo.Exceptions;
using Com.Ctrip.Framework.Apollo.Logging;
using Com.Ctrip.Framework.Apollo.Util;
using Com.Ctrip.Framework.Apollo.Util.Http;
using System;
using System.Collections.Generic;
using System.Linq;
... | using Com.Ctrip.Framework.Apollo.Core;
using Com.Ctrip.Framework.Apollo.Core.Dto;
using Com.Ctrip.Framework.Apollo.Exceptions;
using Com.Ctrip.Framework.Apollo.Logging;
using Com.Ctrip.Framework.Apollo.Util;
using Com.Ctrip.Framework.Apollo.Util.Http;
using System;
using System.Collections.Generic;
using System.Linq;
... |
b4707879bb0132364691b1463487b5e373322c8d | Restrict type probing to visible ones when looking for builder event attributes to prevent exceptions with mono | Restrict type probing to visible ones when looking for builder event attributes to prevent exceptions with mono
This is similar to fe7c85bd029ea2f4482b1b57eff8bda8c0fab8ef
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/BuilderExtension.cs | apache-2.0 | 1,593,532,659 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
59d64f53e56d012838003b107837ab8feeb98953 | [XCode] Fix BuildableName prefix in case of DLL output | [XCode] Fix BuildableName prefix in case of DLL output
Note that this shouldn't be hardcoded here but instead come from a generic platform setting
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Generators/Apple/XCodeProj.cs | apache-2.0 | 1,593,532,659 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
93ced77914396dba72921d19f77278eb7b2aeb0d | [XCode] Set proper prefix to output files - Use conf.TargetFileFullName shortcut - Create a utility method to reduce duplication - Use FolderSeparator instead of the system value | [XCode] Set proper prefix to output files
- Use conf.TargetFileFullName shortcut
- Create a utility method to reduce duplication
- Use FolderSeparator instead of the system value
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Generators/Apple/XCodeProj.cs | apache-2.0 | 1,593,532,659 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
0ebad122404ba048498f7579455369480bde5f7c | Made MessagingCommandRegistry easier to inherit. | Made MessagingCommandRegistry easier to inherit.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Commands.Messaging/MessagingCommandRegistry.cs | mit | 1,593,531,077 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="MessagingCommandRegistry.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="MessagingCommandRegistry.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... |
687c011a76e2436b8960629adad08f41d9bee4f9 | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,593,530,675 | 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
... |
e6c5f872067b1f172d26e5f4d54d5b7c2030e14e | SampleConnection. Fix multi depth windows processing. | SampleConnection. Fix multi depth windows processing.
| StockSharp/StockSharp | Samples/Connectors/SampleConnection/SecuritiesWindow.xaml.cs | apache-2.0 | 1,593,530,634 | namespace SampleConnection
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Xaml;
using MoreLinq;
using StockSharp.Algo;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Xaml;... | namespace SampleConnection
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Xaml;
using MoreLinq;
using StockSharp.Algo;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Xaml;... |
38eb6fcb2dbf7930476bca83e3a99dcb4f372806 | Fix presigned url to exclude default port (#427) | Fix presigned url to exclude default port (#427)
| minio/minio-dotnet | Minio/V4Authenticator.cs | apache-2.0 | 1,593,530,632 | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017, 2020 MinIO, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017, 2020 MinIO, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... |
55063cb4888c6d2a4e3bf6871cd42178e9cf0138 | QuoteBinarySerializer. Fix save first empty incremental book. | QuoteBinarySerializer. Fix save first empty incremental book.
| StockSharp/StockSharp | Algo/Storages/Binary/QuoteBinarySerializer.cs | apache-2.0 | 1,593,530,579 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
29c1284118309b668d0a869f10e48e976ca00f9a | BasketMessageAdapter. Storage adapter moved in front of OrderBookInc and OL adapters. | BasketMessageAdapter. Storage adapter moved in front of OrderBookInc and OL adapters.
| StockSharp/StockSharp | Algo/BasketMessageAdapter.cs | apache-2.0 | 1,593,530,528 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
af59e57f66035bca8346945c89f232c994fe1b8c | Add handler for Alpaca rejected order events | Add handler for Alpaca rejected order events
| jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean | Brokerages/Alpaca/AlpacaBrokerage.Utility.cs | apache-2.0 | 1,593,529,770 | /*
* 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... |
0ff25231ba2deb0ffbabba14c57bfb427a2d438a | Fix Sqlite migration for the third time | Fix Sqlite migration for the third time
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/Migrations/20200629185014_SLRemoveExperimentalWatchdog.cs | agpl-3.0 | 1,593,529,477 | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes the WatchdogReattachInformations table, SecondaryPort column, and renames the primary port column for SQLite.
/// </summary>
public partial class SLRemoveExperimentalWatchd... | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes the WatchdogReattachInformations table, SecondaryPort column, and renames the primary port column for SQLite.
/// </summary>
public partial class SLRemoveExperimentalWatchd... |
a1ce46ab78bb884734d4e25c58feebac329afc9a | doesnt work on new install | doesnt work on new install
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Core/Context/Start/Startup.Auth.cs | apache-2.0 | 1,593,529,362 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... |
c213b033643ade955f67282ad88cc4c0304513eb | Add quotes for tests | Add quotes for tests
| spaccabit/fluentmigrator,stsrki/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator,fluentmigrator/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator | test/FluentMigrator.Tests/Unit/Generators/SQLite/SQLiteColumnTests.cs | apache-2.0 | 1,593,528,738 | #region License
//
// Copyright (c) 2018, Fluent Migrator Project
//
// 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 ... | #region License
//
// Copyright (c) 2018, Fluent Migrator Project
//
// 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 ... |
3a911d8cdf6c9df0dd80307e19f6c78681065fdd | fix build issue | fix build issue
| kfrancis/chargify-dot-net,kfrancis/chargify-dot-net | Source/ChargifyDotNet/ChargifyConnect.cs | mit | 1,593,528,598 | #region License, Terms and Conditions
//
// ChargifyConnect.cs
//
// Authors: Kori Francis <twitter.com/djbyter>, David Ball
// Copyright (C) 2010 Clinical Support Systems, Inc. All rights reserved.
//
// THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW:
//
// Permission is hereby granted, ... | #region License, Terms and Conditions
//
// ChargifyConnect.cs
//
// Authors: Kori Francis <twitter.com/djbyter>, David Ball
// Copyright (C) 2010 Clinical Support Systems, Inc. All rights reserved.
//
// THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW:
//
// Permission is hereby granted, ... |
260b8150896858ae617a80bbada072ac3c20d4e4 | Updated dates in GetClips to meet RFC3339 | Updated dates in GetClips to meet RFC3339
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Services/NewAPI/ClipsService.cs | mit | 1,593,528,090 | using StreamingClient.Base.Util;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Twitch.Base.Models.NewAPI.Clips;
using Twitch.Base.Models.NewAPI.Games;
using Twitch.Base.Models.NewAPI.Users;
namespace Twitch.Base.Services.NewAPI
{
/// <summary>
/// The A... | using StreamingClient.Base.Util;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Twitch.Base.Models.NewAPI.Clips;
using Twitch.Base.Models.NewAPI.Games;
using Twitch.Base.Models.NewAPI.Users;
namespace Twitch.Base.Services.NewAPI
{
/// <summary>
/// The A... |
32d125337bb118efbd7f72bfc304ca74a9a30e44 | RF: using type casting switch instead of if/else in convert_args in loggin | RF: using type casting switch instead of if/else in convert_args in loggin
| allista/AT_Utils | MiscUtils.cs | mit | 1,593,526,893 | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
namespace AT_Utils
{
public st... | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
namespace AT_Utils
{
public st... |
8c3f6953f50166c66aa35031cf83af4d165d0e81 | ATGroundAnchor: added AutoAttach PAW toggle | ATGroundAnchor: added AutoAttach PAW toggle
To automatically engage the anchor as soon as it can be attached
| allista/AT_Utils | Modules/ATGroundAnchor.cs | mit | 1,593,526,893 | // ModuleGroundAnchor.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using JetBrains.Annotations;
using UnityEngine;
namespace AT_Utils
{
[SuppressMessage("ReSharper", "... | // ModuleGroundAnchor.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using JetBrains.Annotations;
using UnityEngine;
namespace AT_Utils
{
[SuppressMessage("ReSharper", "... |
5fd6d6c4239754003b7168b8be7a3a8f2eebc5f9 | VesselSpawner: fixed NRE in vessel stabilization caused by the absent RB | VesselSpawner: fixed NRE in vessel stabilization caused by the absent RB
| allista/AT_Utils | Addons/VesselSpawner.cs | mit | 1,593,526,893 | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... |
64c041ca43211f4fd4f61f8bb7085ec029457054 | VesselSpawner: fixing flight camera to the launched vessel when it is pushed away | VesselSpawner: fixing flight camera to the launched vessel when it is pushed away
| allista/AT_Utils | Addons/VesselSpawner.cs | mit | 1,593,526,893 | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... |
ba78eec2fde7c45ad4009cd32ff72702e2b06da4 | ATGRoundAnchor: only waiting for ground contact OnStart | ATGRoundAnchor: only waiting for ground contact OnStart
ForceAttach should always engage the anchor immediately
| allista/AT_Utils | Modules/ATGroundAnchor.cs | mit | 1,593,526,893 | // ModuleGroundAnchor.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using JetBrains.Annotations;
using UnityEngine;
namespace AT_Utils
{
[SuppressMessage("ReSharper", "... | // ModuleGroundAnchor.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using JetBrains.Annotations;
using UnityEngine;
namespace AT_Utils
{
[SuppressMessage("ReSharper", "... |
0ad6050a09c13bb70ce9c30f59460072e7392fba | VesselSpawner: using proper logging methods | VesselSpawner: using proper logging methods
| allista/AT_Utils | Addons/VesselSpawner.cs | mit | 1,593,526,893 | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... |
9b75d946b1b21d11cb5f6a0c86b242133cbce492 | VesselSpawner: no need to fetch assembled vessel from FlightGlobals | VesselSpawner: no need to fetch assembled vessel from FlightGlobals
Since it is returned by the AssembleForLaunchUnlanded method; in contrast with
the stock AssembleForLaunch.
| allista/AT_Utils | Addons/VesselSpawner.cs | mit | 1,593,526,893 | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... |
a8027d67bfe120da00a69543f1f94e9da245dbf7 | VesselSpawner: fixed push_and_spin_launched_vessel | VesselSpawner: fixed push_and_spin_launched_vessel
* All manipulations are made in fixed update as it should be, rather than
afterwards in a coroutine. This allows to simply set linear and angular
velocities of RBs of the launched vessel in one go. So the hack of tuning them
over several frames is finally eliminated.
... | allista/AT_Utils | Addons/VesselSpawner.cs | mit | 1,593,526,893 | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... |
9d03b57713452200c6f31d34b01b0ff50ff91e40 | Using string interpolation in Format in logging | Using string interpolation in Format in logging
| allista/AT_Utils | MiscUtils.cs | mit | 1,593,526,893 | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
using Object = UnityEngine.Object;
... | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
using Object = UnityEngine.Object;
... |
ad424d4ee3bdb792268241630cbfeebeeaa2d0aa | VesselSpawner: removed unused onLoadedInFlight method | VesselSpawner: removed unused onLoadedInFlight method
| allista/AT_Utils | Addons/VesselSpawner.cs | mit | 1,593,526,893 | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... |
87b4e639dcb8fa1a9c46c6e43ae5ad300a8a27ad | VesselSpawner: calling onVesselLoaded when launching ShipConstructs | VesselSpawner: calling onVesselLoaded when launching ShipConstructs
Previously it was not called at all, because ShipConstructs are assembled for
launch, and the AssembleForLaunch/Unlanded calls Vessel.Initialize which sets
Vessel.loaded = true, so the onVesselLoaded GameEvent is never fired.
| allista/AT_Utils | Addons/VesselSpawner.cs | mit | 1,593,526,893 | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... | // VesselSpawner.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using KSP.Localization;
using KSP.UI.Screens;
using UnityEngine;
namespace AT_Utils
{
public class Vesse... |
9c9e0ec94831472ee6feb30114b287025eda75c1 | UnityEngine.Object.GetID extension returns GetObjectID to display the name | UnityEngine.Object.GetID extension returns GetObjectID to display the name
| allista/AT_Utils | StringID.cs | mit | 1,593,526,893 | // StringID.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using UnityEngine;
using KSP.Localization;
namespace AT_Utils
{
public static class StringID
{
private static string GetSystemID(object o) => $"{o.GetType().Name}[{o.GetHashCode():X}]";
... | // StringID.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2018 Allis Tauri
using UnityEngine;
using KSP.Localization;
namespace AT_Utils
{
public static class StringID
{
private static string GetSystemID(object o) => $"{o.GetType().Name}[{o.GetHashCode():X}]";
... |
ebe814a35dc602a1198b53e40a65a7ccb5056459 | Added conversion of UnityEngine.Objects to string in convert_args using GetID | Added conversion of UnityEngine.Objects to string in convert_args using GetID
| allista/AT_Utils | MiscUtils.cs | mit | 1,593,526,893 | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
using Object = UnityEngine.Object;
... | // Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2015 Allis Tauri
using System;
using System.IO;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Diagnostics;
using UnityEngine;
namespace AT_Utils
{
public st... |
abe624e64f2bd9174ec23522f1fa8705a8df48f3 | Fixed empty password being considered valid | Fixed empty password being considered valid
| mbdavid/LiteDB | LiteDB/Client/Structures/ConnectionString.cs | mit | 1,593,526,827 | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.Globalization;
using static LiteDB.Constants;
namespace LiteDB
{
/// <summary>
/// Manage ConnectionString to connect and create databases. Connection string are NameValue using Name1=Value1; Name2=Value2
/// </summary>
... | using LiteDB.Engine;
using System;
using System.Collections.Generic;
using System.Globalization;
using static LiteDB.Constants;
namespace LiteDB
{
/// <summary>
/// Manage ConnectionString to connect and create databases. Connection string are NameValue using Name1=Value1; Name2=Value2
/// </summary>
... |
b2119ee3d2d458e8806cc4a0d8a5b3311ba8b931 | Update SQLite rename column test | Update SQLite rename column test
| igitur/fluentmigrator,amroel/fluentmigrator,stsrki/fluentmigrator,spaccabit/fluentmigrator,fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,fluentmigrator/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,stsrki/fluentmigrator | test/FluentMigrator.Tests/Unit/Generators/SQLite/SQLiteColumnTests.cs | apache-2.0 | 1,593,526,682 | #region License
//
// Copyright (c) 2018, Fluent Migrator Project
//
// 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 ... | #region License
//
// Copyright (c) 2018, Fluent Migrator Project
//
// 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 ... |
9aea236d87022fa2dd058e70ffaf69bb5f93e52e | Update SQLite Column Rename | Update SQLite Column Rename
| fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator,stsrki/fluentmigrator,amroel/fluentmigrator,igitur/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,amroel/fluentmigrator | src/FluentMigrator.Runner.SQLite/Generators/SQLite/SQLiteGenerator.cs | apache-2.0 | 1,593,526,667 | #region License
//
// Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com>
// Copyright (c) 2010, Nathan Brown
//
// 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... | #region License
//
// Copyright (c) 2007-2018, Sean Chambers <schambers80@gmail.com>
// Copyright (c) 2010, Nathan Brown
//
// 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... |
e4535a3b0424edbbefcd6667b0839f0782236c53 | Using proper logging methods in SwitchableTankManager | Using proper logging methods in SwitchableTankManager
| allista/ConfigurableContainers,allista/ConfigurableContainers | SwitchableTankManager.cs | mit | 1,593,526,122 | // SwitchableTankManager.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public interface ITankManager
{
SwitchableTankManager GetTankManager()... | // SwitchableTankManager.cs
//
// Author:
// Allis Tauri <allista@gmail.com>
//
// Copyright (c) 2016 Allis Tauri
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace AT_Utils
{
public interface ITankManager
{
SwitchableTankManager GetTankManager()... |
2deae30918b65b8dbf579fee6c89b27262ceefba | temporary skip this failing unittest | temporary skip this failing unittest
| furore-fhir/Fhir.Metrics | test/Fhir.Metrics.Tests/Tests/TestExponentials.cs | bsd-3-clause | 1,593,525,341 | using System;
using Xunit;
using Fhir.Metrics;
using System.Text.RegularExpressions;
namespace UnitsSystemTests
{
public class TestExponentials
{
[Fact]
public void StringConversion()
{
Exponential e;
e = new Exponential("23.343e8");
Assert.Equal(2.... | using System;
using Xunit;
using Fhir.Metrics;
using System.Text.RegularExpressions;
namespace UnitsSystemTests
{
public class TestExponentials
{
[Fact]
public void StringConversion()
{
Exponential e;
e = new Exponential("23.343e8");
Assert.Equal(2.... |
ca1b9a4e0a92878ffca9823ea9b08b456666a67b | Update help doc link | Update help doc link
| jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox | FdoToolbox.Base/Commands/HelpCommands.cs | lgpl-2.1 | 1,593,524,753 | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... | #region LGPL Header
// Copyright (C) 2009, Jackie Ng
// https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
//... |
2ae9af45ba977943b4ad9f9a80c88c03a5f54770 | fixed issue in universal ef core repository base | fixed issue in universal ef core repository base
| bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework | src/Universal/Bit.Universal.Data.EntityFrameworkCore/Implementations/EfCoreRepositoryBase.cs | mit | 1,593,524,220 | using Bit.Core.Contracts;
using Bit.Data.Contracts;
using Bit.Model.Contracts;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading;
usin... | using Bit.Core.Contracts;
using Bit.Data.Contracts;
using Bit.Model.Contracts;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.ChangeTracking;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading;
usin... |
028091e6de355b3437ce006952f5f8b9ffd005e7 | Small changes. | Small changes.
| StockSharp/StockSharp | Algo/Strategies/Strategy.cs | apache-2.0 | 1,593,522,771 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
96b4c21eb1ac429144226667ba3bb9c745cf7114 | Or justs kip with no UIC | Or justs kip with no UIC
| mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Jobs/EvaluationDueReminderJob.cs | mit | 1,593,522,688 | using BatteryCommander.Web.Models;
using BatteryCommander.Web.Services;
using FluentEmail.Core;
using FluentScheduler;
using Serilog;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace BatteryCommander.Web.Jobs
{
public class EvaluationDueReminderJob : IJob
{
... | using BatteryCommander.Web.Models;
using BatteryCommander.Web.Services;
using FluentEmail.Core;
using FluentScheduler;
using Serilog;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace BatteryCommander.Web.Jobs
{
public class EvaluationDueReminderJob : IJob
{
... |
62e4747eb44d3af7e289a3830aac178edd0f8b21 | Skip unassigned in eval notification email | Skip unassigned in eval notification email
| mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Jobs/EvaluationDueReminderJob.cs | mit | 1,593,522,642 | using BatteryCommander.Web.Models;
using BatteryCommander.Web.Services;
using FluentEmail.Core;
using FluentScheduler;
using Serilog;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace BatteryCommander.Web.Jobs
{
public class EvaluationDueReminderJob : IJob
{
... | using BatteryCommander.Web.Models;
using BatteryCommander.Web.Services;
using FluentEmail.Core;
using FluentScheduler;
using Serilog;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace BatteryCommander.Web.Jobs
{
public class EvaluationDueReminderJob : IJob
{
... |
9f9e835b6ac0c4e4d334067344a2694ccaac8114 | rollback GetHashCode generic invoker | rollback GetHashCode generic invoker
| signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework | Signum.Utilities/Reflection/GenericInvoker.cs | mit | 1,593,522,316 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Collections.Concurrent;
using Signum.Utilities.ExpressionTrees;
namespace Signum.Utilities.Reflection
{
public class GenericInvoker<T>
{
readonly Concurren... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Collections.Concurrent;
using Signum.Utilities.ExpressionTrees;
namespace Signum.Utilities.Reflection
{
public class GenericInvoker<T>
{
readonly Concurren... |
c3f1b31f6fca31de763937a54204c19d50169b90 | fix CloneParameter | fix CloneParameter
| signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework | Signum.Engine/Connection/SqlConnector.cs | mit | 1,593,522,296 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Data.SqlClient;
using System.Data.Common;
using System.Data;
using Signum.Utilities;
using Signum.Engine.Maps;
using System.Data.SqlTypes;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
usin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Data.SqlClient;
using System.Data.Common;
using System.Data;
using Signum.Utilities;
using Signum.Engine.Maps;
using System.Data.SqlTypes;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
usin... |
5aef84750de5b7d343b8adc3700cd707b00496fe | clean Schema.TableMList | clean Schema.TableMList
| AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework | Signum.Engine/Schema/Schema.cs | mit | 1,593,521,813 | using Signum.Engine.Basics;
using Signum.Engine.Linq;
using Signum.Entities;
using Signum.Entities.DynamicQuery;
using Signum.Entities.Reflection;
using Signum.Utilities;
using Signum.Utilities.DataStructures;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.Reflection;
using System;
using Syste... | using Signum.Engine.Basics;
using Signum.Engine.Linq;
using Signum.Entities;
using Signum.Entities.DynamicQuery;
using Signum.Entities.Reflection;
using Signum.Utilities;
using Signum.Utilities.DataStructures;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.Reflection;
using System;
using Syste... |
3b45426f40137d5bc220282c0280d09e36efffa1 | (GH-234) Slow down checking collection of URL's | (GH-234) Slow down checking collection of URL's
This was added as a result of this issue:
https://github.com/chocolatey/package-validator/issues/234
It isn't pretty, but sending too many requests to GitHub in a row, and
likely other sites, triggers 429 responses, which fails the validation
process. When looping throu... | gep13/package-validator,gep13/package-validator,chocolatey/package-validator,chocolatey/package-validator,chocolatey/package-validator,gep13/package-validator | src/chocolatey.package.validator/infrastructure.app/utility/Utility.cs | apache-2.0 | 1,593,521,508 | // Copyright © 2015 - Present RealDimensions Software, LLC
//
// 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 requ... | // Copyright © 2015 - Present RealDimensions Software, LLC
//
// 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 requ... |
1ac0a6f000cb45de05d8d7b0a29cf4e90d886054 | enhanced db context registration in cs client | enhanced db context registration in cs client
| bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework | src/Client/Bit.Client.Data.EntityFrameworkCore/Extensions/DependencyManagerExtensions.cs | mit | 1,593,521,328 | using Bit.Core.Contracts;
using Bit.Data;
using Bit.Data.EntityFrameworkCore.Implementations;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using System;
namespace Autofac
{
public static class DependencyManagerExtensions
{
public static IDependencyManager Regist... | using Bit.Core.Contracts;
using Bit.Data;
using Bit.Data.EntityFrameworkCore.Implementations;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using System;
namespace Autofac
{
public static class DependencyManagerExtensions
{
public static IDependencyManager Regist... |
328ce34caadc887d3d6f00c944ed21d760b64bac | Template - Testing - Multiple environments #546 | Template - Testing - Multiple environments #546
| optivem/immerest,optivem/optivem-commons-cs | template/microservice/src/Tools/Atomiv.Template.Tools.Migrator/DatabaseContextFactory.cs | apache-2.0 | 1,593,520,958 | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.Extensions.Configuration;
using Atomiv.Template.Infrastructure.Domain.Persistence.Common;
using System;
namespace Atomiv.Template.Tools.Migrator
{
public class DatabaseContextFactory : IDesignTimeDbContextFactory<Data... | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.Extensions.Configuration;
using Atomiv.Template.Infrastructure.Domain.Persistence.Common;
namespace Atomiv.Template.Tools.Migrator
{
public class DatabaseContextFactory : IDesignTimeDbContextFactory<DatabaseContext>
... |
85c42456f25c9a27cd4871fb2cc71e1e3caf1b17 | Improve performance of sequential scrolling algorithm | Improve performance of sequential scrolling algorithm
| ppy/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu | osu.Game/Rulesets/UI/Scrolling/Algorithms/SequentialScrollAlgorithm.cs | mit | 1,593,520,887 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using JetBrains.Annotations;
using osu.Game.Rulesets.Timing;
namespace osu.Game.Rulesets.UI.Sc... | // 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 osu.Game.Rulesets.Timing;
namespace osu.Game.Rulesets.UI.Scrolling.Algorithms
{
public class SequentialScrollA... |
0c171273d3661c6dd7424a8bb0394cbce31a2f18 | V4 client side API version update fix | V4 client side API version update fix
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Services/WasabiSynchronizer.cs | mit | 1,593,518,674 | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bac... | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Bac... |
572909399edb7181905369bc4fd8d457397bda38 | fix vesrion tostring | fix vesrion tostring
| gigya/microdot | Gigya.Microdot.Ninject/MicrodotInitializer.cs | apache-2.0 | 1,593,517,718 | using System;
using Gigya.Microdot.Hosting.Environment;
using Gigya.Microdot.Interfaces.Events;
using Gigya.Microdot.Interfaces.Logging;
using Gigya.Microdot.Interfaces.SystemWrappers;
using Gigya.Microdot.SharedLogic;
using Ninject;
namespace Gigya.Microdot.Ninject
{
public class MicrodotInitializer : IDisposa... | using System;
using Gigya.Microdot.Hosting.Environment;
using Gigya.Microdot.Interfaces.Events;
using Gigya.Microdot.Interfaces.Logging;
using Gigya.Microdot.Interfaces.SystemWrappers;
using Gigya.Microdot.SharedLogic;
using Ninject;
namespace Gigya.Microdot.Ninject
{
public class MicrodotInitializer : IDisposa... |
d52c4b38de28aefd53c7899b42ecd72aed541fd1 | Fix commit fb4bc9513b4a9de1a77bd1b126c882f11302f875 | Fix commit fb4bc9513b4a9de1a77bd1b126c882f11302f875
| StockSharp/StockSharp | Messages/MessageTypes.cs | apache-2.0 | 1,593,517,331 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
a1118cb3989f33eae2f733b54fbdcd3da816748e | Additional cases were added for convolution based calculator | Additional cases were added for convolution based calculator
| litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms | test/GfAlgorithms.Tests/WaveletTransform/IterationFiltersCalculator/ConvolutionBasedCalculatorTests.cs | mit | 1,593,517,248 | namespace AppliedAlgebra.GfAlgorithms.Tests.WaveletTransform.IterationFiltersCalculator
{
using System.Linq;
using GfAlgorithms.WaveletTransform.IterationFiltersCalculator;
using GfPolynoms.Extensions;
using GfPolynoms.GaloisFields;
using JetBrains.Annotations;
using TestCases.WaveletTransform;... | namespace AppliedAlgebra.GfAlgorithms.Tests.WaveletTransform.IterationFiltersCalculator
{
using GfAlgorithms.WaveletTransform.IterationFiltersCalculator;
using JetBrains.Annotations;
using TestCases.WaveletTransform;
using Xunit;
[UsedImplicitly]
public class ConvolutionBasedCalculatorTests : ... |
99814c4ec2e85fb9c3ac4907e311cdc5ea29fce0 | Add note about references | Add note about references
| ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVA... | osu.Framework/Input/States/InputState.cs | mit | 1,593,516,185 | // 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.
namespace osu.Framework.Input.States
{
/// <summary>
/// An object that stores all input states.
/// </summary>
public class InputState
{
/// ... | // 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.
namespace osu.Framework.Input.States
{
/// <summary>
/// An object that stores all input states.
/// </summary>
public class InputState
{
/// ... |
c4813688465d625ce94e98d4df142f47b94fbfb9 | Allow map change in editor, though only works if not random | Allow map change in editor, though only works if not random
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/SubSceneManager/SubSceneManager.SceneList.cs | agpl-3.0 | 1,593,516,005 | using System.Collections;
using Mirror;
using UnityEditor;
using UnityEngine.SceneManagement;
using WebSocketSharp;
//The scene list on the server
public partial class SubSceneManager
{
private string serverChosenAwaySite = "loading";
private string serverChosenMainStation = "loading";
public static string Server... | using System.Collections;
using Mirror;
using UnityEditor;
using UnityEngine.SceneManagement;
using WebSocketSharp;
//The scene list on the server
public partial class SubSceneManager
{
private string serverChosenAwaySite = "loading";
private string serverChosenMainStation = "loading";
public static string Server... |
6b49cf69f22378dcac8cab31236457b29f1f6d6e | Captial Letter | Captial Letter
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Player/PlayerNetworkActions.cs | agpl-3.0 | 1,593,515,497 | using System;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using Audio.Containers;
using UnityEngine;
using Mirror;
using DiscordWebhook;
using InGameEvents;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgre... | using System;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using Audio.Containers;
using UnityEngine;
using Mirror;
using DiscordWebhook;
using InGameEvents;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgre... |
984e660bec1ec5071f631d95fdf3679272fadc5f | Possible fix for test db issue | Possible fix for test db issue
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,abjerner/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquareP... | src/Umbraco.Tests.Integration/Testing/LocalDbTestDatabase.cs | mit | 1,593,514,952 | using System;
using System.Collections.Concurrent;
using System.Configuration;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging... | using System;
using System.Collections.Concurrent;
using System.Configuration;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging... |
f959bf7240b26d024b960e22f30b26a53710a249 | Admin logging | Admin logging
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Player/PlayerNetworkActions.cs | agpl-3.0 | 1,593,514,708 | using System;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using Audio.Containers;
using UnityEngine;
using Mirror;
using DiscordWebhook;
using InGameEvents;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgre... | using System;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using Audio.Containers;
using UnityEngine;
using Mirror;
using DiscordWebhook;
using InGameEvents;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgre... |
3ae33601cb1ffb3ce1947843be2397c8fa46cdaf | make eff ctor internal | make eff ctor internal
| nessos/Eff | src/Eff/Eff.cs | mit | 1,593,514,649 | using Nessos.Effects.Builders;
using Nessos.Effects.Handlers;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace Nessos.Effects
{
/// <summary>
/// Represents an effectful computation built using the Eff library.
/// Execution of the computation is delayed (a.k.a. "cold sem... | using Nessos.Effects.Builders;
using Nessos.Effects.Handlers;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace Nessos.Effects
{
/// <summary>
/// Represents an effectful computation built using the Eff library.
/// Execution of the computation is delayed (a.k.a. "cold sem... |
3b89e278841c76e74b3920251b9d13aa381adca6 | WinForms Example - Use Uri.EscapeDataString instead of WebUtility.HtmlEncode for escaping query string value (#3162) | WinForms Example - Use Uri.EscapeDataString instead of WebUtility.HtmlEncode for escaping query string value (#3162)
| Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp | CefSharp.WinForms.Example/BrowserTabUserControl.cs | bsd-3-clause | 1,593,514,644 | // Copyright © 2010 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using System.Wind... | // Copyright © 2010 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Runtime.InteropServices;
using System.Threading.Tasks;... |
b3228ef0892c807f23cdf691bdddbe22eb12e038 | Updated default file extensions | Updated default file extensions
| comsechq/sql-prune,comsechq/sql-prune | SqlPrune.Cli/Commands/CommandExtensions.cs | mit | 1,593,514,632 | using System.Collections.Generic;
using System.CommandLine;
using System.CommandLine.Invocation;
using System.IO;
using Comsec.SqlPrune.LightInject;
using Comsec.SqlPrune.Providers;
using LightInject;
namespace Comsec.SqlPrune.Commands
{
public static class CommandExtensions
{
/// <summary>
//... | using System.Collections.Generic;
using System.CommandLine;
using System.CommandLine.Invocation;
using System.IO;
using Comsec.SqlPrune.LightInject;
using Comsec.SqlPrune.Providers;
using LightInject;
namespace Comsec.SqlPrune.Commands
{
public static class CommandExtensions
{
/// <summary>
//... |
1a191aebb5d90715fed399719d39b66b773da680 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,514,253 | #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-... |
6e8bd5c87e3711e7a0e9f981230e1de25ac1b32d | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,593,513,895 | #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-... |
c5df8293818df9cb1335eb0a38ec35453eb2d516 | Update Src/Fare.Benchmarking/Benchmark.cs | Update Src/Fare.Benchmarking/Benchmark.cs
Co-authored-by: Nikos Baxevanis <ddc5fb5f03db118fde914a573ac25996a5358787@gmail.com> | moodmosaic/Fare | Src/Fare.Benchmarking/Benchmark.cs | mit | 1,593,513,788 | using System;
using BenchmarkDotNet.Attributes;
namespace Fare.Benchmarking
{
public class Benchmark
{
private const string Pattern = ".";
private readonly Random random = new Random();
[Benchmark]
public Xeger XegerCtorSimple() => new Xeger(".");
[Benchmark]
... | using System;
using BenchmarkDotNet.Attributes;
namespace Fare.Benchmarking
{
public class Benchmark
{
private const string Pattern = ".";
private readonly Random random = new Random();
[Benchmark]
public Xeger XegerCtorSimple() => new Xeger(Pattern);
[Benchmark]
... |
04dd79f433b1b5f2e25b2019a21ef764dfa51d3a | BUGFIX: TypeDefinition.ToTypeReference should create an imported reference. | BUGFIX: TypeDefinition.ToTypeReference should create an imported reference.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/TypeDefinition.cs | mit | 1,593,513,069 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Cil;
using AsmRes... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Cil;
using AsmRes... |
004de169d9b6ab48881605d2f6b6c79438160327 | Fix - Correzione Coordinate Chiamata in Corso | Fix - Correzione Coordinate Chiamata in Corso
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Persistence.MongoDB/GestioneSedi/GetcompetenzeByCoordinateIntervento.cs | agpl-3.0 | 1,593,511,067 | using MongoDB.Driver;
using MongoDB.Driver.GeoJsonObjectModel;
using Persistence.MongoDB;
using SO115App.API.Models.Classi.Condivise;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Classi.MongoDTO;
using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Competenze;
using System;
using System.Collect... | using MongoDB.Driver;
using MongoDB.Driver.GeoJsonObjectModel;
using Persistence.MongoDB;
using SO115App.API.Models.Classi.Condivise;
using SO115App.Models.Classi.Condivise;
using SO115App.Models.Classi.MongoDTO;
using SO115App.Models.Servizi.Infrastruttura.SistemiEsterni.Competenze;
using System;
using System.Collect... |
39d891876478ebae8c76c98eab13c7e40303081c | oops wrong conditional | oops wrong conditional
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Hwi/Parsers/HwiParser.cs | mit | 1,593,510,129 | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public... | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public... |
f20039070d1f7d1255dc5ed77763b48484529b36 | Fix a couple of bugs in LayoutManager. | Fix a couple of bugs in LayoutManager.
- Clear `_running` at the end of all layout passes, not at the end of the first set of 3 attempts
- Fix a bizarre anti-copy-pasta in `RaiseEffectiveViewportChanged` where we were comparing `startCount` to the size of the measure queue twice instead of the arrange queue
| Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,AvaloniaUI/Ava... | src/Avalonia.Layout/LayoutManager.cs | mit | 1,593,510,123 | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using Avalonia.Logging;
using Avalonia.Threading;
using Avalonia.VisualTree;
#nullable enable
namespace Avalonia.Layout
{
/// <summary>
/// Manages measuring and arranging of controls.
/// </summary>
public... | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using Avalonia.Logging;
using Avalonia.Threading;
using Avalonia.VisualTree;
#nullable enable
namespace Avalonia.Layout
{
/// <summary>
/// Manages measuring and arranging of controls.
/// </summary>
public... |
a49633b077e5fff1aea6f049db3451333944ac47 | - Adding GetGamesByID() method to New API Games endpoint | - Adding GetGamesByID() method to New API Games endpoint
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base/Services/NewAPI/GamesService.cs | mit | 1,593,509,975 | using StreamingClient.Base.Util;
using StreamingClient.Base.Web;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Twitch.Base.Models.NewAPI.Games;
namespace Twitch.Base.Services.NewAPI
{
/// <summary>
/// The APIs for Games-based services.
/// </summary>
public ... | using StreamingClient.Base.Util;
using StreamingClient.Base.Web;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Twitch.Base.Models.NewAPI.Games;
namespace Twitch.Base.Services.NewAPI
{
/// <summary>
/// The APIs for Games-based services.
/// </summary>
public ... |
1628d28808109aa971307da03e67a2f57592dfe3 | modify minimum | modify minimum
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Hwi/Parsers/HwiParser.cs | mit | 1,593,509,621 | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public... | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public... |
72b7894425a325e9c3835ea8c76c86bd825c4e25 | Add more tests | Add more tests
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/Hwi/DefaultResponseTests.cs | mit | 1,593,509,599 | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Hwi;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
using WalletWasabi.Hwi.Parsers;
using WalletWasabi.Hwi.... | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Hwi;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
using WalletWasabi.Hwi.Parsers;
using WalletWasabi.Hwi.... |
905f06a2dbc93db3422d68b37756dfeba167d04c | dont throw on invalid version string | dont throw on invalid version string
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Hwi/Parsers/HwiParser.cs | mit | 1,593,509,558 | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public... | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public... |
936dabfc791f44ae1ac95262e61d1f758563f51f | Add some tests. | Add some tests.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/Hwi/DefaultResponseTests.cs | mit | 1,593,509,108 | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Hwi;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
using WalletWasabi.Hwi.Parsers;
using WalletWasabi.Hwi.... | using NBitcoin;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Hwi;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
using WalletWasabi.Hwi.ProcessBridge;
using Xunit;
nam... |
0c2d090a8b3e6db6e079d2348f5f1fa749b19cb2 | (GH-81) Run GitVersion everywhere | (GH-81) Run GitVersion everywhere
Remove the if statement which was preventing the
execution of GitVersion on anything but Windows.
| cake-build/frosting,cake-build/frosting | build/Utilities/BuildVersion.cs | mit | 1,593,508,967 | using Cake.Common;
using Cake.Common.Diagnostics;
using Cake.Common.Tools.GitVersion;
using Cake.Core;
public class BuildVersion
{
public string Version { get; set; }
public string SemVersion { get; set; }
public string Milestone { get; private set; }
public string InformationalVersion { get; private s... | using Cake.Common;
using Cake.Common.Diagnostics;
using Cake.Common.Tools.GitVersion;
using Cake.Core;
public class BuildVersion
{
public string Version { get; set; }
public string SemVersion { get; set; }
public string Milestone { get; private set; }
public string InformationalVersion { get; private s... |
40470099e91df9421b6ffd89eccb38461fd9746c | Possible fix for test db issue | Possible fix for test db issue
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| dawoe/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/U... | src/Umbraco.Tests.Integration/Testing/LocalDbTestDatabase.cs | mit | 1,593,508,964 | using System;
using System.Collections.Concurrent;
using System.Configuration;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging... | using System;
using System.Collections.Concurrent;
using System.Configuration;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging... |
a2fa05576904736ab8775359514ea6f89b1860ca | "improve" the version string parser... | "improve" the version string parser...
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Hwi/Parsers/HwiParser.cs | mit | 1,593,508,247 | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public... | using NBitcoin;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WalletWasabi.Helpers;
using WalletWasabi.Hwi.Exceptions;
using WalletWasabi.Hwi.Models;
namespace WalletWasabi.Hwi.Parsers
{
public static class HwiParser
{
... |
48e0dd34c482420bb832b74f23af4429d9260512 | skipping currencyID for certain profiles | skipping currencyID for certain profiles
closes #52
| stephanstapel/ZUGFeRD-csharp | ZUGFeRD/InvoiceDescriptor21Writer.cs | apache-2.0 | 1,593,507,471 | /*
* 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, Version 2.0 (the
* "License"); you... | /*
* 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, Version 2.0 (the
* "License"); you... |
fac5eb5eee2405ee6377758397079b1337559028 | Show DevTools as child window. | Show DevTools as child window.
| Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,w... | src/Avalonia.Diagnostics/Diagnostics/DevTools.cs | mit | 1,593,507,406 | using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Diagnostics.Views;
using Avalonia.Input;
using Avalonia.Interactivity;
namespace Avalonia.Diagnostics
{
public static class DevTools
{
private static readonly Dictionary<TopLevel,... | using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using Avalonia.Controls;
using Avalonia.Diagnostics.Views;
using Avalonia.Input;
using Avalonia.Interactivity;
namespace Avalonia.Diagnostics
{
public static class DevTools
{
private static readonly Dictionary<TopLevel,... |
b41c1babe9439ff0ca501af6bcca75107f53145f | Close DevTools when inspected window closes. | Close DevTools when inspected window closes.
| jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawso... | src/Avalonia.Diagnostics/Diagnostics/Views/MainWindow.xaml.cs | mit | 1,593,507,209 | using System;
using System.Linq;
using System.Reactive.Linq;
using Avalonia.Controls;
using Avalonia.Controls.Primitives;
using Avalonia.Diagnostics.ViewModels;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Markup.Xaml;
using Avalonia.Styling;
using Avalonia.VisualTree;
namespace Avalonia.Diagnostics... | using System;
using System.Linq;
using System.Reactive.Linq;
using Avalonia.Controls;
using Avalonia.Controls.Primitives;
using Avalonia.Diagnostics.ViewModels;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Markup.Xaml;
using Avalonia.Styling;
using Avalonia.VisualTree;
namespace Avalonia.Diagnostics... |
d67aa4faa2fd657b48d06a559eb33661bfc6ce2e | [Util] Add Resolve and fix case methods for string and generic enumable types | [Util] Add Resolve and fix case methods for string and generic enumable types
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Util.cs | apache-2.0 | 1,593,506,779 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... |
f730e6f9efc4ebf59ad316e2ab08bdbe1d19a7f9 | Add simulate call to robot | Add simulate call to robot
| Halodi/halodi-robot-models,Halodi/halodi-robot-models,Halodi/halodi-robot-models | halodi-robot-models-unity-support/Packages/halodi-robot-models/Runtime/Halodi/Physics/Interfaces/IPhysicsEngine.cs | apache-2.0 | 1,593,506,199 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Halodi.Physics.Interfaces
{
public abstract class IPhysicsEngine : MonoBehaviour
{
public abstract IRevoluteJointPhysics AddRevoluteJoint(ArticulationRevoluteJoint joint);
public abstract IPrismat... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Halodi.Physics.Interfaces
{
public abstract class IPhysicsEngine : MonoBehaviour
{
public abstract IRevoluteJointPhysics AddRevoluteJoint(ArticulationRevoluteJoint joint);
public abstract IPrismat... |
b977b18ee7caddba7b39fe103142853c09b9e047 | 4: Added missing underscore | 4: Added missing underscore
| whitestone-no/Cambion | src/Transports/RabbitMQ/RabbitMQ.Test/RabbittMqTransportTests.cs | mit | 1,593,505,608 | using System;
using System.Threading;
using Microsoft.Extensions.Configuration;
using NUnit.Framework;
using Whitestone.Cambion.Serializer.JsonNet;
using Whitestone.Cambion.Transport.RabbitMQ;
using Whitestone.Cambion.Types;
namespace RabbitMQ.Test
{
class RabbitMqTransportTests
{
private RabbitMqTran... | using System;
using System.Threading;
using Microsoft.Extensions.Configuration;
using NUnit.Framework;
using Whitestone.Cambion.Serializer.JsonNet;
using Whitestone.Cambion.Transport.RabbitMQ;
using Whitestone.Cambion.Types;
namespace RabbitMQ.Test
{
class RabbitMqTransportTests
{
private RabbitMqTran... |
081795c1927157fe190ded7ffdbdc9a21a190c7e | Possible fix for test db issue | Possible fix for test db issue
Signed-off-by: Bjarke Berg <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@bergmania.dk>
| robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,arknu/Umbraco-CMS,dawoe... | src/Umbraco.Tests.Integration/Testing/LocalDbTestDatabase.cs | mit | 1,593,505,321 | using System;
using System.Collections.Concurrent;
using System.Configuration;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging... | using System;
using System.Collections.Concurrent;
using System.Configuration;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Threading;
using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Logging;
using Umbraco.Core.Migra... |
ff5d6e0bd367f6eaa9c83a93c7ee30e5815dcecf | Fix delayed restart message incorrectly stating duration | Fix delayed restart message incorrectly stating duration
| tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,593,504,845 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... |
932a64a0f55ced157b0784052baeb9fe8cd7c50a | Don't say `Startup Failed` when monitor restarting | Don't say `Startup Failed` when monitor restarting
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,593,504,814 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Serilog.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... |
b1468c9c25630760f5039c439fb4a6df9ba1d639 | 4: Modified tests to use specific environment variables | 4: Modified tests to use specific environment variables
| whitestone-no/Cambion | src/Transports/RabbitMQ/RabbitMQ.Test/RabbittMqTransportTests.cs | mit | 1,593,504,665 | using System;
using System.Threading;
using Microsoft.Extensions.Configuration;
using NUnit.Framework;
using Whitestone.Cambion.Serializer.JsonNet;
using Whitestone.Cambion.Transport.RabbitMQ;
using Whitestone.Cambion.Types;
namespace RabbitMQ.Test
{
class RabbitMqTransportTests
{
private RabbitMqTran... | using System;
using System.Threading;
using Microsoft.Extensions.Configuration;
using NUnit.Framework;
using Whitestone.Cambion.Serializer.JsonNet;
using Whitestone.Cambion.Transport.RabbitMQ;
using Whitestone.Cambion.Types;
namespace RabbitMQ.Test
{
class RabbitMqTransportTests
{
private RabbitMqTran... |
1701c844a6a34f035e09c20b3c7a62950290be9e | Fix scroll container height on smaller ui scales | Fix scroll container height on smaller ui scales
| NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu | osu.Game/Screens/Ranking/ResultsScreen.cs | mit | 1,593,502,613 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Ext... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Ext... |
8eda5a03b603a9cf2b9f05e5e4c061436bca6ed8 | Fix Sqlite migration | Fix Sqlite migration
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/Migrations/20200629185014_SLRemoveExperimentalWatchdog.cs | agpl-3.0 | 1,593,502,147 | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes the WatchdogReattachInformations table, SecondaryPort column, and renames the primary port column for SQLite.
/// </summary>
public partial class SLRemoveExperimentalWatchd... | using Microsoft.EntityFrameworkCore.Migrations;
using System;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Removes the WatchdogReattachInformations table, SecondaryPort column, and renames the primary port column for SQLite.
/// </summary>
public partial class SLRemoveExperimentalWatchd... |
6398fe9da83d47d0582e72aa3fec89916ec67501 | upped version because last one had a bug | upped version because last one had a bug
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Services/Impl/StatsService.cs | mit | 1,593,499,225 | using Discord;
using Discord.WebSocket;
using NadekoBot.Extensions;
using NLog;
using StackExchange.Redis;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text;
u... | using Discord;
using Discord.WebSocket;
using NadekoBot.Extensions;
using NLog;
using StackExchange.Redis;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text;
u... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.