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 |
|---|---|---|---|---|---|---|---|---|
56a3015e976b9e0acd29ad4b960c56b56c0db62c | Load correct skybox for some maps | Load correct skybox for some maps
| Xeeynamo/KingdomHearts | OpenKh.Game/States/MapState.cs | mit | 1,591,169,257 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
nam... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
nam... |
aedc26d5fff977c3f2ffd99c2ec343b73cbf000f | Fix transparency rendering for 3d objects in rare occasions | Fix transparency rendering for 3d objects in rare occasions
| Xeeynamo/KingdomHearts | OpenKh.Game/States/MapState.cs | mit | 1,591,169,139 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
nam... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
nam... |
549eff894500d72005d3507524ab7e87e82153f4 | naming change | naming change
| ziggybcn/ncontainer | NContainerTests/NContainerTests/TestHappyPaths.cs | bsd-2-clause | 1,591,168,714 | using System.Collections.Generic;
using FluentAssertions;
using NContainer;
using NContainerTests.TestScenarioItems;
using NUnit.Framework;
namespace NContainerTests {
[TestFixture]
[Parallelizable]
[Category("Unit tests")]
public class TestHappyPaths {
[Parallelizable,Test]
public vo... | using System.Collections.Generic;
using FluentAssertions;
using NContainer;
using NContainerTests.TestScenarioItems;
using NUnit.Framework;
namespace NContainerTests {
[TestFixture]
[Parallelizable]
[Category("Unit tests")]
public class TestHappyPaths {
[Parallelizable,Test]
public vo... |
3949662df221561af39429bed76bf5b8d9a44fbf | Remove catch | Remove catch
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Global.cs | mit | 1,591,168,198 | using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Controls.Notifications;
using Avalonia.Threading;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using NBitcoin.Protocol.Connectors;
using Nito.AsyncEx;
using System;
usin... | using Avalonia;
using Avalonia.Controls.ApplicationLifetimes;
using Avalonia.Controls.Notifications;
using Avalonia.Threading;
using Microsoft.Extensions.Caching.Memory;
using NBitcoin;
using NBitcoin.Protocol;
using NBitcoin.Protocol.Behaviors;
using NBitcoin.Protocol.Connectors;
using Nito.AsyncEx;
using System;
usin... |
396d7e9b31779e572278d363e4a0d27c7a8c655a | Updateded the ValidateAngularAntiForgeryTokenAttribute to use the IBackOfficeAntiforgery instead of default IAntiforgery | Updateded the ValidateAngularAntiForgeryTokenAttribute to use the IBackOfficeAntiforgery instead of default IAntiforgery
| marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,arknu/Umbraco-CMS,JimBobSquarePan... | src/Umbraco.Web.BackOffice/Filters/ValidateAngularAntiForgeryTokenAttribute.cs | mit | 1,591,168,165 | using System;
using System.Linq;
using System.Net;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Antiforgery;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Umbraco.Core;
u... | using System;
using System.Linq;
using System.Net;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Antiforgery;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Umbraco.Core;
u... |
1fa96f049c85b24cab9e57ff10a21d4790c4e1b4 | Implement ToolTip :open pseudo class | Implement ToolTip :open pseudo class
| jkoritzinsky/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Per... | src/Avalonia.Controls/ToolTip.cs | mit | 1,591,168,048 | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.VisualTree;
namespace Avalonia.Controls
{
/// <summary>
/// A control which pops up a hint when a control is hovered.
/// </summary>
/// <remarks>
/// You will probably not want to create a <see cref="ToolT... | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.VisualTree;
namespace Avalonia.Controls
{
/// <summary>
/// A control which pops up a hint when a control is hovered.
/// </summary>
/// <remarks>
/// You will probably not want to create a <see cref="ToolT... |
f2a1e7c0dfd06093c99f9ddfe3aaf3b8076b7c05 | added support for linux style line terminations for segments (LF) | added support for linux style line terminations for segments (LF)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/HL7Message.cs | mit | 1,591,167,374 | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Date: 07/03/2016 - Initial Version
* 23/07/2016 - Added GetMLLPFramedMessage()
* 30/07/2016 - Re-factored GetHL7Item() to remove a redundant code, improve range checking.
* ... | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Date: 07/03/2016 - Initial Version
* 23/07/2016 - Added GetMLLPFramedMessage()
* 30/07/2016 - Re-factored GetHL7Item() to remove a redundant code, improve range checking.
* ... |
1992a3db546126f536ddc9974cd5074bff5f4876 | Fix redundant override showing up in build warnings | Fix redundant override showing up in build warnings
| peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,ppy/osu | osu.Game/Rulesets/Objects/SliderEventGenerator.cs | mit | 1,591,167,000 | // 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 System.Threading;
namespace osu.Game.Rulesets.Objects
{
public static class SliderEventGener... | // 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 System.Threading;
namespace osu.Game.Rulesets.Objects
{
public static class SliderEventGener... |
406d9472328e510bb721adc655e743a479b9f303 | Algorithm implementation was refactored | Algorithm implementation was refactored
| litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms | src/GfAlgorithms/PolynomialsFactorizer/BerlekampFactorizer.cs | mit | 1,591,165,513 | namespace AppliedAlgebra.GfAlgorithms.PolynomialsFactorizer
{
using System;
using System.Collections.Generic;
using System.Linq;
using Extensions;
using GfPolynoms;
using GfPolynoms.Extensions;
using Matrices;
using PolynomialsGcdFinder;
/// <summary>
/// Polynomials factorizer... | namespace AppliedAlgebra.GfAlgorithms.PolynomialsFactorizer
{
using System;
using System.Collections.Generic;
using System.Linq;
using Extensions;
using GfPolynoms;
using GfPolynoms.Extensions;
using Matrices;
using PolynomialsGcdFinder;
/// <summary>
/// Polynomials factorizer... |
55953b9e858e3828f80abe54a6d4e5eed65f644f | Add a keybinding for selecting the previous random beatmap Also gave the new actions more meaningful names | Add a keybinding for selecting the previous random beatmap
Also gave the new actions more meaningful names
| smoogipooo/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu | osu.Game/Input/Bindings/GlobalActionContainer.cs | mit | 1,591,164,798 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Bindi... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Bindi... |
9237a398e956e4b8c6e17e84a6c85e5e4b426cfa | Make ToolTip background transparent using IPopupImpl | Make ToolTip background transparent using IPopupImpl
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsolt... | src/Avalonia.Controls/ToolTip.cs | mit | 1,591,164,455 | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.VisualTree;
namespace Avalonia.Controls
{
/// <summary>
/// A control which pops up a hint when a control is hovered.
/// </summary>
/// <remarks>
/// You will probably not want to create a <see cref="ToolT... | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.VisualTree;
namespace Avalonia.Controls
{
/// <summary>
/// A control which pops up a hint when a control is hovered.
/// </summary>
/// <remarks>
/// You will probably not want to create a <see cref="ToolT... |
186fcff66fac075601e983ef88b51b06bb18ca04 | Fix scroll position not updating when re-sizing a window | Fix scroll position not updating when re-sizing a window
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex.API/Gui/Elements/Layout/GuiScrollableStackContainer.cs | mpl-2.0 | 1,591,163,623 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using Alex.API.Gui.Elements.Controls;
using Microsoft.Xna.Framework;
using NLog;
using RocketUI;
namespace Alex.API.Gui.Elements.Layout
{
public class GuiScrollableStackContainer : GuiSt... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using Alex.API.Gui.Elements.Controls;
using Microsoft.Xna.Framework;
using NLog;
using RocketUI;
namespace Alex.API.Gui.Elements.Layout
{
public class GuiScrollableStackContainer : GuiSt... |
aa1222155d172e0a314288b303c91a233b3cdd63 | Added Exponential Retry Extension Methods. | Added Exponential Retry Extension Methods.
| Matthew-Dove/ContainerExpressions | src/ContainerExpressions/Containers/Extensions/RetryExtensions.cs | mit | 1,591,163,596 | using Repeat = ContainerExpressions.Containers.Retry;
using ContainerExpressions.Expressions.Models;
using System;
using System.Threading.Tasks;
namespace ContainerExpressions.Containers
{
/// <summary>Utility methods for the Retry Container.</summary>
public static class RetryExtensions
{
#region... | using Repeat = ContainerExpressions.Containers.Retry;
using ContainerExpressions.Expressions.Models;
using System;
using System.Threading.Tasks;
namespace ContainerExpressions.Containers
{
/// <summary>Utility methods for the Retry Container.</summary>
public static class RetryExtensions
{
/// <su... |
427752851bbf747b2ed7422fcbb085904452f34f | Add 2 second sleep for SMTP | Add 2 second sleep for SMTP
| mailosaurapp/mailosaur-dotnet | Mailosaur.Test/Mailer.cs | mit | 1,591,162,012 | using System;
using System.Linq;
using Mailosaur.Models;
using Xunit;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.IO;
using System.Net.Mail;
using System.Text;
using System.Net.Mime;
namespace Mailosaur.Test
{
public static class Mailer
{
private static readonly string ... | using System;
using System.Linq;
using Mailosaur.Models;
using Xunit;
using System.Threading.Tasks;
using System.Collections.Generic;
using System.IO;
using System.Net.Mail;
using System.Text;
using System.Net.Mime;
namespace Mailosaur.Test
{
public static class Mailer
{
private static readonly string ... |
a4006988a68cb136acfc3a7f3effa855ef0399c0 | Add missing product type detected by build 20200603.1 | Add missing product type detected by build 20200603.1
| rolledback/LegoSharp | LegoSharp/ProductSearch/ProductTypeFilter.cs | mit | 1,591,161,500 | using System;
using System.Collections.Generic;
using System.Text;
namespace LegoSharp
{
public class ProductTypeFilter : ProductSearchValuesFilter<ProductType>
{
public ProductTypeFilter() : base("categories.id", "product.facet.productType")
{
}
public override string filterE... | using System;
using System.Collections.Generic;
using System.Text;
namespace LegoSharp
{
public class ProductTypeFilter : ProductSearchValuesFilter<ProductType>
{
public ProductTypeFilter() : base("categories.id", "product.facet.productType")
{
}
public override string filterE... |
e0ecb09608e45ba0e4da2b23e2bbdc742dd126e3 | Icons update from Azure pipeline (#1877) | Icons update from Azure pipeline (#1877)
| ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | MaterialDesignThemes.Wpf/PackIconKind.cs | mit | 1,591,160,554 | namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
/// <summary>
/// List of available icons for use with <see cref="PackIcon" />.
/// </summary>
/// <remarks>
... | namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
/// <summary>
/// List of available icons for use with <see cref="PackIcon" />.
/// </summary>
/// <remarks>
... |
bba0eceac05da1c04767bb1d197c741dd73a4882 | removes notes | removes notes
| abjerner/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,JimBobSquarePants/Umbra... | src/Umbraco.Web.BackOffice/Security/ConfigureBackOfficeCookieOptions.cs | mit | 1,591,158,655 | using System;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Options;
using Umbraco.Core;
using Umbraco.Core.... | using System;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.DataProtection;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Options;
using Umbraco.Core;
using Umbraco.Core.... |
e7d30d90c2a07b97b1d032a13519c020a8aeb49e | Apply suggestions from code review | Apply suggestions from code review
Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com> | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Rpc/JsonRpcRequestHandler.cs | mit | 1,591,158,081 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.JsonConverters;
namespace WalletWasabi.Gui.Rpc
{
/// <summary>
/// This class coordinates all the maj... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using WalletWasabi.JsonConverters;
namespace WalletWasabi.Gui.Rpc
{
/// <summary>
/// This class coordinates all the maj... |
f600a9c8317b03240538af9af0a1add39cd4a211 | spell check | spell check
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.Server/SuperSocketService.cs | apache-2.0 | 1,591,156,992 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using SuperSocket;
using SuperSocket.Channe... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using SuperSocket;
using SuperSocket.Channe... |
ab7a7e2a69fa70f8b6bd41c7e2b45a17a0600ad0 | Fixed mapped file handle reference | Fixed mapped file handle reference
| dahall/vanara | PInvoke/Kernel32/WinBase.ProcessThread.cs | mit | 1,591,156,899 | using System;
using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
public static partial class Kernel32
{
/// <summary>
/// An application-defined function used with the <c>CreateFiber</c> function. It serves as the starting address for a fiber. The
/// <c>LPFIBER_START_ROUTINE</c> type defines a ... | using System;
using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
public static partial class Kernel32
{
/// <summary>
/// An application-defined function used with the <c>CreateFiber</c> function. It serves as the starting address for a fiber. The
/// <c>LPFIBER_START_ROUTINE</c> type defines a ... |
3358686daef5301ac1be3b7aee4dc26e2e34ca79 | Added references for Vanara.PInvoke.Graphics | Added references for Vanara.PInvoke.Graphics
| dahall/vanara | PInvoke/Shared/Lib.cs | mit | 1,591,156,633 | namespace Vanara.PInvoke
{
/// <summary>Holds string values for all used external API libraries.</summary>
public static partial class Lib
{
/// <summary>The acl UI</summary>
public const string AclUI = "aclui.dll";
/// <summary>The adv api32</summary>
public const string AdvApi32 = "advapi32.dll";
/// ... | namespace Vanara.PInvoke
{
/// <summary>Holds string values for all used external API libraries.</summary>
public static partial class Lib
{
/// <summary>The acl UI</summary>
public const string AclUI = "aclui.dll";
/// <summary>The adv api32</summary>
public const string AdvApi32 = "advapi32.dll";
/// ... |
b7a04073e763fabc7f952c88e972617da8e63fdc | ignore secure host for the test case TestDetachableChannel | ignore secure host for the test case TestDetachableChannel
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | test/Test/ClientTest.cs | apache-2.0 | 1,591,156,489 | using System;
using System.Linq;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Buffers;
using System.Threading.Tasks;
using System.Reflection;
using System.Collections.Generic;
using SuperSocket;
using SuperSocket.Command;
using SuperSocket.ProtoBase;
using Microsoft.Exten... | using System;
using System.Linq;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Buffers;
using System.Threading.Tasks;
using System.Reflection;
using System.Collections.Generic;
using SuperSocket;
using SuperSocket.Command;
using SuperSocket.ProtoBase;
using Microsoft.Exten... |
22f4e9012c58e96b8b03f5e9bb4b9639efa83c34 | Remove temporary code | Remove temporary code
| NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu | osu.Game/Screens/Multi/Match/MatchSubScreen.cs | mit | 1,591,156,456 | // 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.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... |
692c956c8983639f7c60d6113b014f19c34d7a0c | allowed no package handler defined | allowed no package handler defined
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.Server/SuperSocketService.cs | apache-2.0 | 1,591,155,819 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using SuperSocket;
using SuperSocket.Channe... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using SuperSocket;
using SuperSocket.Channe... |
3103c7ae1fa267c98268edce43fd95063b16996d | improved the code about PackageHandlingScheduler | improved the code about PackageHandlingScheduler
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.Server/SuperSocketService.cs | apache-2.0 | 1,591,154,508 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using SuperSocket;
using SuperSocket.Channe... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using SuperSocket;
using SuperSocket.Channe... |
9957f479c0eed445f2a7627ac2095b93efd64179 | reorganize code placements for better readability | reorganize code placements for better readability
| aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate | src/Abp/Runtime/Caching/AbpCacheBase.cs | mit | 1,591,153,761 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using Abp.Data;
using Castle.Core.Logging;
using Nito.AsyncEx;
namespace Abp.Runtime.Caching
{
/// <summary>
/// Base class for caches with generic types, <see cref="AbpCacheBase{TKey, TValue}"/> and .
/// It p... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using Abp.Data;
using Castle.Core.Logging;
using Nito.AsyncEx;
namespace Abp.Runtime.Caching
{
/// <summary>
/// Base class for caches with generic types, <see cref="AbpCacheBase{TKey, TValue}"/> and .
/// It p... |
1d805994e5905ebdde47077f014329b7f4bd00ba | refactor equality comparison into virtual method | refactor equality comparison into virtual method
| ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate | src/Abp/Runtime/Caching/AbpCacheBase.cs | mit | 1,591,153,630 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using Abp.Data;
using Castle.Core.Logging;
using Nito.AsyncEx;
namespace Abp.Runtime.Caching
{
/// <summary>
/// Base class for caches with generic types, <see cref="AbpCacheBase{TKey, TValue}"/> and .
/// It p... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using Abp.Data;
using Castle.Core.Logging;
using Nito.AsyncEx;
namespace Abp.Runtime.Caching
{
/// <summary>
/// Base class for caches with generic types, <see cref="AbpCacheBase{TKey, TValue}"/> and .
/// It p... |
b174daa94a5f7968ac9ef31b50257ecf6a96698d | Remove unused using | Remove unused using
| peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu | osu.Game/Screens/Ranking/ResultsScreen.cs | mit | 1,591,151,336 | // 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.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... |
a2587a9d63ef09356934ec7abac5f991a5174d5d | Fix #505 error parsing invalid certs from root store | Fix #505 error parsing invalid certs from root store
| webprofusion/Certify | src/Certify.Providers/ACME/Certes/CertesACMEProvider.cs | mit | 1,591,151,137 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Certes;
using Certes.Acme;
using Certes.Acme.Resource;
using Certes.Pkcs;
using Certif... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Certes;
using Certes.Acme;
using Certes.Acme.Resource;
using Certes.Pkcs;
using Certify... |
0711a417482acf883924d7eb613f37c97548349a | Was clipping the content on 2019.3 | Was clipping the content on 2019.3
| umasteeringgroup/UMA | UMAProject/Assets/UMA/Core/Editor/Extensions/Timeline/UmaWardrobeBehaviourEditor.cs | mit | 1,591,150,826 | #if UNITY_2017_1_OR_NEWER
using UnityEngine;
using UnityEditor;
using UMA.Timeline;
namespace UMA.Editors
{
[CustomPropertyDrawer(typeof(UmaWardrobeBehaviour))]
public class UmaWardrobeBehaviourEditor : PropertyDrawer
{
public override float GetPropertyHeight(SerializedProperty property, GUIConten... | #if UNITY_2017_1_OR_NEWER
using UnityEngine;
using UnityEditor;
using UMA.Timeline;
namespace UMA.Editors
{
[CustomPropertyDrawer(typeof(UmaWardrobeBehaviour))]
public class UmaWardrobeBehaviourEditor : PropertyDrawer
{
public override float GetPropertyHeight(SerializedProperty property, GUIConten... |
0d5a2cf96d089038615d8f30572ae4b7e9b7c7ed | Add unit tests | Add unit tests
| peppy/osu-new,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu | osu.Game.Tests/Visual/Ranking/TestSceneResultsScreen.cs | mit | 1,591,150,019 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Scre... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Scre... |
b870f5491caef1bf8bf13b107a5f4a3687f68e06 | Troca de rootsub e rootcanc com os devidos elementos. | Troca de rootsub e rootcanc com os devidos elementos.
Ajustei o Troca de rootsub e rootcanc com os devidos elementos. | ACBrNet/ACBr.Net.NFSe | src/ACBr.Net.NFSe/Providers/ProviderABRASF201.cs | mit | 1,591,149,029 | // ***********************************************************************
// Assembly : ACBr.Net.NFSe
// Author : Rafael Dias
// Created : 27-01-2020
//
// Last Modified By : Rafael Dias
// Last Modified On : 06-02-2020
// ********************************************************************... | // ***********************************************************************
// Assembly : ACBr.Net.NFSe
// Author : Rafael Dias
// Created : 27-01-2020
//
// Last Modified By : Rafael Dias
// Last Modified On : 06-02-2020
// ********************************************************************... |
7090df577f30c1a1386c6d5249a66954ab2eced4 | Updated docs for OpenPgpContext.GetSecretKey() | Updated docs for OpenPgpContext.GetSecretKey()
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | MimeKit/Cryptography/OpenPgpContext.cs | mit | 1,591,148,318 | //
// OpenPgpContext.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Soft... | //
// OpenPgpContext.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Soft... |
b6e82a4560063da581c5ff0764d23237e9f357cc | Modified OpenPgpContext.GetSecretKey(long) to be public virtual (#575) | Modified OpenPgpContext.GetSecretKey(long) to be public virtual (#575)
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | MimeKit/Cryptography/OpenPgpContext.cs | mit | 1,591,147,922 | //
// OpenPgpContext.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Soft... | //
// OpenPgpContext.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Soft... |
90213d079d33713d8729739675910ebe1cfdda24 | Include submission status in check | Include submission status in check
| peppy/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu | osu.Game/Screens/Ranking/ResultsScreen.cs | mit | 1,591,147,107 | // 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.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... |
f4f84ede6a2ff88b3f0cf7517c89a59ef309ed20 | Fix results screen crashing for beatmaps with no online ID | Fix results screen crashing for beatmaps with no online ID
| NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu | osu.Game/Screens/Ranking/ResultsScreen.cs | mit | 1,591,146,796 | // 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.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... |
15026191466b0e484ede06e4a7c306be7b3d778e | Fixed crash when nahimic is installed | Fixed crash when nahimic is installed
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/LocalPCInformation.cs | mit | 1,591,146,768 | using Aurora.Utils;
using NAudio.CoreAudioApi;
using System.Linq;
using System.Runtime.InteropServices;
namespace Aurora.Profiles {
/// <summary>
/// Class representing local computer information
/// </summary>
public class LocalPCInformation : Node {
#region Time Properties
/// <summa... | using Aurora.Utils;
using NAudio.CoreAudioApi;
using System.Linq;
namespace Aurora.Profiles {
/// <summary>
/// Class representing local computer information
/// </summary>
public class LocalPCInformation : Node {
#region Time Properties
/// <summary>
/// The current hour
... |
d074ca10f22fea2997e4f0666dcb00ae5fe250f5 | fixed average ambilight color calcuilation | fixed average ambilight color calcuilation
was using the whole screen, now uses crop region | antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs | mit | 1,591,146,330 | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using Newtonsoft.Json;
using PropertyChanged;
using SharpDX;
using SharpDX.DXGI;
using SharpDX.Mathematics.Interop;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostic... | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using Newtonsoft.Json;
using PropertyChanged;
using SharpDX;
using SharpDX.DXGI;
using SharpDX.Mathematics.Interop;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostic... |
b9e6550207baf903e7bae89225284d892cb79963 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,591,145,501 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
f49163e69f913696b8a9f7a720b1387d54fcc36a | update CreateClassProxy | update CreateClassProxy
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Aspect/ProxyUtils.cs | mit | 1,591,144,023 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
internal static class ProxyUtils
{
public const string ProxyAssemblyName = "Fluen... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using WeihanLi.Extensions;
namespace WeihanLi.Common.Aspect
{
internal static class ProxyUtils
{
public const string ProxyAssemblyName = "Fluen... |
bdc051a08aa9f852e77407e8349cee8d8d9deb97 | Clarify summary for ValidateSecurityStamp (#22483) | Clarify summary for ValidateSecurityStamp (#22483)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Core/src/SignInManager.cs | apache-2.0 | 1,591,142,817 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCor... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNetCor... |
3b6980029dd5a773f8978cd0958e99aa508a4736 | Updates template to use Debug.WriteLine (#489) | Updates template to use Debug.WriteLine (#489)
***NO_CI*** | nanoframework/nf-Visual-Studio-extension | source/CSharp.BlankApplication/Program.cs | mit | 1,591,140,991 | using System;
using System.Threading;
using System.Diagnostics;
namespace $safeprojectname$
{
public class Program
{
public static void Main()
{
Debug.WriteLine("Hello from nanoFramework!");
Thread.Sleep(Timeout.Infinite);
// Browse our samples repository: ... | using System;
using System.Threading;
namespace $safeprojectname$
{
public class Program
{
public static void Main()
{
Console.WriteLine("Hello world!");
Thread.Sleep(Timeout.Infinite);
// Browse our samples repository: https://github.com/nanoframework/sam... |
8196d6a0271d4a780166593b304b4fd6f9ae0df0 | update validateScope default value update implement type sealed limit | update validateScope default value
update implement type sealed limit
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Aspect/DependencyInjectionExtensions.cs | mit | 1,591,140,779 | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using System;
namespace WeihanLi.Common.Aspect
{
public static class DependencyInjectionExtensions
{
public static IFluentAspectBuilder AddFluentAspects(this IServiceCollection serviceCollection,... | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using System;
namespace WeihanLi.Common.Aspect
{
public static class DependencyInjectionExtensions
{
public static IFluentAspectBuilder AddFluentAspects(this IServiceCollection serviceCollection,... |
5330d712eb652174f6e59f82d9417de4e918c9f8 | dont exclude secondary body slots from equipped items list | dont exclude secondary body slots from equipped items list
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/D2Reader/Struct/Item/D2ItemData.cs | mit | 1,591,140,306 | using System;
using System.Runtime.InteropServices;
namespace Zutatensuppe.D2Reader.Struct.Item
{
public enum ItemQuality : uint
{
Invalid, // 0
Low, // 1
Normal, // 2
Superior, // 3
Magic, // 4
Set, // 5
Rare, // 6
... | using System;
using System.Runtime.InteropServices;
namespace Zutatensuppe.D2Reader.Struct.Item
{
public enum ItemQuality : uint
{
Invalid, // 0
Low, // 1
Normal, // 2
Superior, // 3
Magic, // 4
Set, // 5
Rare, // 6
... |
b9371a2084e415bf40a754a283b6ce3a2fcb8711 | 20.5.0: updated net20 batch test | 20.5.0: updated net20 batch test
| avadev/AvaTax-REST-V2-DotNet-SDK | tests/net20/BatchTests.cs | apache-2.0 | 1,591,138,469 | using Avalara.AvaTax.RestClient;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Text;
namespace Tests.Avalara.AvaTax.RestClient.net20
{
[TestFixture]
public class BatchTests
{
public AvaTaxClient Client { get; set; }
public string CompanyCode { get; set... | using Avalara.AvaTax.RestClient;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Text;
namespace Tests.Avalara.AvaTax.RestClient.net20
{
[TestFixture]
public class BatchTests
{
public AvaTaxClient Client { get; set; }
public string CompanyCode { get; set... |
ed2e5b327e4277cf6c4e7757a13c6988a6f97d64 | Messages, redirect to tab, and remove unused code | Messages, redirect to tab, and remove unused code
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/TransactionController.cs | mit | 1,591,137,861 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc.Con... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc.Con... |
1ae92095b04dfde01079bd73ecd76649c8475dc5 | More clear info when it is being canceled | More clear info when it is being canceled
| ucdavis/CRP,ucdavis/CRP | CRP.Core/Abstractions/INotificationProvider.cs | mit | 1,591,137,782 | using System;
using System.Collections.Specialized;
using System.Configuration;
using System.Net.Mail;
using System.Text;
using CRP.Core.Domain;
using CRP.Core.Helpers;
using CRP.Core.Resources;
using UCDArch.Core.PersistanceSupport;
using UCDArch.Core.Utils;
using System.Linq;
using System.Net;
using Micro... | using System;
using System.Collections.Specialized;
using System.Configuration;
using System.Net.Mail;
using System.Text;
using CRP.Core.Domain;
using CRP.Core.Helpers;
using CRP.Core.Resources;
using UCDArch.Core.PersistanceSupport;
using UCDArch.Core.Utils;
using System.Linq;
using System.Net;
using Micro... |
da4b6c9c856cffb468c0c1dd8e9d0ed2e5cfe89d | Fix QueryKey Equals method | Fix QueryKey Equals method
| fredericDelaporte/nhibernate-core,gliljas/nhibernate-core,RogerKratz/nhibernate-core,gliljas/nhibernate-core,hazzik/nhibernate-core,gliljas/nhibernate-core,gliljas/nhibernate-core,RogerKratz/nhibernate-core,nhibernate/nhibernate-core,ngbrown/nhibernate-core,fredericDelaporte/nhibernate-core,ngbrown/nhibernate-core,nhib... | src/NHibernate/Cache/QueryKey.cs | lgpl-2.1 | 1,591,136,774 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using NHibernate.Engine;
using NHibernate.Impl;
using NHibernate.SqlCommand;
using NHibernate.Transform;
using NHibernate.Type;
using NHibernate.Util;
namespace NHibernate.Cache
{
[Serializable]
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using NHibernate.Engine;
using NHibernate.Impl;
using NHibernate.SqlCommand;
using NHibernate.Transform;
using NHibernate.Type;
using NHibernate.Util;
namespace NHibernate.Cache
{
[Serializable]
... |
44e756b2a922ff96e78aabbfe1f6b1857f728b05 | Use float for sprite source rectangle | Use float for sprite source rectangle
| Xeeynamo/KingdomHearts | OpenKh.Engine/Renders/ISpriteDrawing.cs | mit | 1,591,135,970 | using OpenKh.Imaging;
using System;
namespace OpenKh.Engine.Renders
{
public enum BlendMode
{
Default,
Add,
Subtract,
}
public struct ColorF
{
public static readonly ColorF Black = new ColorF(0.0f, 0.0f, 0.0f, 1.0f);
public static readonly ColorF White = new... | using OpenKh.Imaging;
using System;
namespace OpenKh.Engine.Renders
{
public enum BlendMode
{
Default,
Add,
Subtract,
}
public struct ColorF
{
public static readonly ColorF Black = new ColorF(0.0f, 0.0f, 0.0f, 1.0f);
public static readonly ColorF White = ne... |
792b8d5fde8431a1ffcd8776787cf980b4ae901d | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,135,560 | 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
... |
14185658a91b8508b142a18936143a6e24dacfeb | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,135,088 | 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
... |
baca745c291655e514f9b285d23d621e1b5b82c3 | SpeedUnit implements IComparable | SpeedUnit implements IComparable
| adamstyl/sharp-convert | SharpConvert/SpeedUnit.cs | mit | 1,591,134,892 | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public abstract class SpeedUnit : UnitBase, IComparable<SpeedUnit>
{
protected SpeedUnit(double speed, double siFactor)
: base(speed, siFactor)
{
}
protected abstract LengthUnit GetLengthUnit();
protected abstract TimeUnit GetTimeUnit... | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public abstract class SpeedUnit : UnitBase
{
protected SpeedUnit(double speed, double siFactor)
: base(speed, siFactor)
{
}
protected abstract LengthUnit GetLengthUnit();
protected abstract TimeUnit GetTimeUnit();
public U To<U>() ... |
f801c6d72125a0bdeddc8349b8c5b87286e1163b | Added 90 degrees constant | Added 90 degrees constant
| adamstyl/sharp-convert | SharpConvert/Degrees.cs | mit | 1,591,134,858 | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public class Degrees : AngleUnit
{
public static readonly Degrees FullCircle = new Degrees(360);
public static readonly Degrees RightAngle = new Degrees(90);
public Degrees() :this(0f)
{ }
public Degrees(double unitValue)
: base(unitVa... | using System;
namespace MmiSoft.Core.Math.Units
{
[Serializable]
public class Degrees : AngleUnit
{
public static readonly Degrees FullCircle = new Degrees(360);
public Degrees() :this(0f)
{ }
public Degrees(double unitValue)
: base(unitValue, System.Math.PI / 180)
{
}
public Degrees(decimal un... |
3c51823fa870f1bb8ebc9cf40a818706a7c194d1 | Added AssemblyInformationalVersion; restored AssemblyFileVersion | Added AssemblyInformationalVersion; restored AssemblyFileVersion
| adamstyl/sharp-convert | SharpConvert/Properties/AssemblyInfo.cs | mit | 1,591,134,824 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... |
558072fcd68d33d12ee4f060e5502eec2eeb36e7 | Add missing default overload | Add missing default overload
| bluehands/WebApiHypermediaExtensions,bluehands/WebApiHypermediaExtensions | Source/WebApi.HypermediaExtensions/Hypermedia/Actions/HypermediaAction.cs | mit | 1,591,134,653 | using System;
using WebApi.HypermediaExtensions.Exceptions;
namespace WebApi.HypermediaExtensions.Hypermedia.Actions
{
/// <summary>
/// A HypermediaAction. For each concrete type a corresponding attributed route must exist.
/// </summary>
/// <typeparam name="TParameter">Parameter object passed to th... | using System;
using WebApi.HypermediaExtensions.Exceptions;
namespace WebApi.HypermediaExtensions.Hypermedia.Actions
{
/// <summary>
/// A HypermediaAction. For each concrete type a corresponding attributed route must exist.
/// </summary>
/// <typeparam name="TParameter">Parameter object passed to th... |
beae0ce10eb49c1c205b0519e7e82470606b5622 | ModbusAdapters: Fixed web API call to save device configuration to properly accept unmodeled JSON. | ModbusAdapters: Fixed web API call to save device configuration to properly accept unmodeled JSON.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/Adapters/ModbusAdapters/ModbusConfigController.cs | mit | 1,591,134,494 | //******************************************************************************************************
// ModbusConfigurationController.cs - Gbtc
//
// Copyright © 2018, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agree... | //******************************************************************************************************
// ModbusConfigurationController.cs - Gbtc
//
// Copyright © 2018, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agree... |
fd6d967f5abd4900e140a3499c732abebd9a928e | Change test file to use UTF-8 instead of ISO-8859-1 encoding (20200602) | Change test file to use UTF-8 instead of ISO-8859-1 encoding (20200602)
It's the español that somehow got entered as ISO-8859-1 aka Latin-1, and
maybe also the same as Windows 1252 for this character.
| gmartin7/myBloomFork,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,... | src/BloomTests/Publish/BloomReaderPublishTests.cs | mit | 1,591,134,398 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using Bloom;
using Bloom.Book;
using Bloom.Publish.Android;
using Bloom.Publish.Epub;
using Bloom.web;
using BloomTests.Book;
using ICSharpCode.SharpZipLib.Zip;
using NUnit.Framework;
... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using Bloom;
using Bloom.Book;
using Bloom.Publish.Android;
using Bloom.Publish.Epub;
using Bloom.web;
using BloomTests.Book;
using ICSharpCode.SharpZipLib.Zip;
using NUnit.Framework;
... |
4c68a98bf899eed448ed76d2a8b7983e16bfebbf | {{Math.Add request.query.start.[0] 42}} | {{Math.Add request.query.start.[0] 42}}
| StefH/WireMock.Net,WireMock-Net/WireMock.Net | examples/WireMock.Net.Console.Net452.Classic/MainApp.cs | apache-2.0 | 1,591,133,889 | using Newtonsoft.Json;
using HandlebarsDotNet;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using WireMock.Logging;
using WireMock.Matchers;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using WireMock.Server;
using WireMo... | using Newtonsoft.Json;
using HandlebarsDotNet;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using WireMock.Logging;
using WireMock.Matchers;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using WireMock.Server;
using WireMo... |
de9fe75d9de399fab7da4975f721df114bd5693e | update example - {{Math.Add 1 2}} | update example - {{Math.Add 1 2}}
| WireMock-Net/WireMock.Net,StefH/WireMock.Net | examples/WireMock.Net.Console.Net452.Classic/MainApp.cs | apache-2.0 | 1,591,133,367 | using Newtonsoft.Json;
using HandlebarsDotNet;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using WireMock.Logging;
using WireMock.Matchers;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using WireMock.Server;
using WireMo... | using Newtonsoft.Json;
using HandlebarsDotNet;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Net;
using WireMock.Logging;
using WireMock.Matchers;
using WireMock.RequestBuilders;
using WireMock.ResponseBuilders;
using WireMock.Server;
using WireMo... |
97f32439830d0b04999847993b3a2eb3d47cdec8 | Remove hardcoded loops | Remove hardcoded loops
| Xeeynamo/KingdomHearts | OpenKh.Game/States/TitleState.cs | mit | 1,591,133,294 | using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renderers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
public class Titl... | using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renderers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System;
using System.Collections.Generic;
using System.Linq;
namespace OpenKh.Game.States
{
public class Titl... |
cc673619a290e58929f1c0322eba030baffe129f | Fix unit test | Fix unit test
| bluehands/WebApiHypermediaExtensions,bluehands/WebApiHypermediaExtensions | Source/WebApi.HypermediaExtensions.Test/WebApi/Formatter/SirenBuilderActionsTest.cs | mit | 1,591,132,523 | using System;
using System.Linq;
using Bluehands.Hypermedia.MediaTypes;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json.Linq;
using WebApi.HypermediaExtensions.Hypermedia;
using WebApi.HypermediaExtensions.Hypermedia.Actions;
using WebApi.HypermediaExtensions.Hypermedia.Attributes;
namespace... | using System;
using System.Linq;
using Bluehands.Hypermedia.MediaTypes;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json.Linq;
using WebApi.HypermediaExtensions.Hypermedia;
using WebApi.HypermediaExtensions.Hypermedia.Actions;
using WebApi.HypermediaExtensions.Hypermedia.Attributes;
namespace... |
052abde28b274849747eecc134056597f5c45f84 | should have support for writing out old EEPROM formats now | should have support for writing out old EEPROM formats now
| WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET | WasatchNET/EEPROM.cs | mit | 1,591,132,012 | using System;
using System.Runtime.InteropServices;
using System.Collections.Generic;
using System.Text;
namespace WasatchNET
{
/// <summary>
/// Encapsulates access to the spectrometer's writable but non-volatile EEPROM.
/// </summary>
/// <remarks>
/// While users are freely encourage... | using System;
using System.Runtime.InteropServices;
using System.Collections.Generic;
using System.Text;
namespace WasatchNET
{
/// <summary>
/// Encapsulates access to the spectrometer's writable but non-volatile EEPROM.
/// </summary>
/// <remarks>
/// While users are freely encourage... |
59b083022a9373fa20794fd78ffe870bd0cfee05 | Deactivates Storage flaky test: see #1060. | Deactivates Storage flaky test: see #1060.
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | storage/api/StorageTest/StorageTest.cs | apache-2.0 | 1,591,129,892 | // Copyright 2016 Google 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/LICENSE-2.0
//
// Unless required by applicable law or agre... | // Copyright 2016 Google 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/LICENSE-2.0
//
// Unless required by applicable law or agre... |
cf87c7588d07d67b6f88bf21f743e34be82469d1 | Skip Spanner QuickStart test. | Skip Spanner QuickStart test.
| GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | spanner/api/SpannerTest/Tests.cs | apache-2.0 | 1,591,129,892 | // Copyright(c) 2017 Google 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/LICENSE-2.0
//
// Unless required by applicable law or agree... | // Copyright(c) 2017 Google 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/LICENSE-2.0
//
// Unless required by applicable law or agree... |
94fe9b87e889e1a6bdce4d409916d8510a15095c | Fix a formatting in the code example. | Fix a formatting in the code example. | googleads/google-ads-dotnet,googleads/google-ads-dotnet,googleads/google-ads-dotnet | examples/Extensions/AddGoogleMyBusinessLocationExtensions.cs | apache-2.0 | 1,591,129,780 | // Copyright 2020 Google 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 required by applicable law or agreed to in ... | // Copyright 2020 Google 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 required by applicable law or agreed to in ... |
fa4d13a22b68440e885288f57157cfb2d3466007 | Fixed whitespace | Fixed whitespace
| peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,smoogipooo/osu,ppy/osu | osu.Game/Graphics/Cursor/MenuCursor.cs | mit | 1,591,129,525 | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... |
4f9be0e2234c56255a238eb0d77dbcbe003bfbcb | Clarified autorun option message | Clarified autorun option message
| DarkWanderer/DW.Inara.LogUploader | EliteLogAgent/Settings/GeneralSettingsControl.cs | mit | 1,591,129,465 | namespace EliteLogAgent.Settings
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using DW.ELA.Interfaces;
using DW.ELA.Interfaces.Settings;
using NLog;
public partial class GeneralSettingsControl : AbstractSettingsControl
{
p... | namespace EliteLogAgent.Settings
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using DW.ELA.Interfaces;
using DW.ELA.Interfaces.Settings;
using NLog;
public partial class GeneralSettingsControl : AbstractSettingsControl
{
p... |
243a860999844001c0f1a64eb4b6e8e02c847533 | BUGFIX: custom marshaller sig not starting with correct native type. | BUGFIX: custom marshaller sig not starting with correct native type.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Signatures/Marshal/CustomMarshalDescriptor.cs | mit | 1,591,129,058 | using AsmResolver.DotNet.Signatures.Types;
namespace AsmResolver.DotNet.Signatures.Marshal
{
/// <summary>
/// Represents a description for a marshaller that marshals a value using a custom marshaller type.
/// </summary>
public class CustomMarshalDescriptor : MarshalDescriptor
{
/// <summa... | using AsmResolver.DotNet.Signatures.Types;
namespace AsmResolver.DotNet.Signatures.Marshal
{
/// <summary>
/// Represents a description for a marshaller that marshals a value using a custom marshaller type.
/// </summary>
public class CustomMarshalDescriptor : MarshalDescriptor
{
/// <summa... |
59e9d9296303b3eaf5a5cdd5b9a2a7b53a120575 | Add fieldmarshal persistence tests. | Add fieldmarshal persistence tests.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | test/AsmResolver.DotNet.Tests/Signatures/MarshalDescriptorTest.cs | mit | 1,591,128,936 | using System.Linq;
using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.TestCases.Fields;
using AsmResolver.DotNet.TestCases.Methods;
using Xunit;
namespace AsmResolver.DotNet.Tests.Signatures
{
public class MarshalDescriptorTest
{
private static Metho... | using System.Linq;
using AsmResolver.DotNet.Signatures.Marshal;
using AsmResolver.DotNet.TestCases.Fields;
using AsmResolver.DotNet.TestCases.Methods;
using Xunit;
namespace AsmResolver.DotNet.Tests.Signatures
{
public class MarshalDescriptorTest
{
private static MethodDefinition LookupMethod(string me... |
8576d4c7f325204efe3268dfa4520bbeb129def3 | fixed client cancellation support | fixed client cancellation support
| 6bee/Remote.Linq | samples/03_RemoteQueryable_AsyncStream/Client/RemoteAsyncStreamRepository.cs | mit | 1,591,128,678 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Client
{
using Aqua.Dynamic;
using Common;
using Common.Model;
using Common.SimpleAsyncStreamProtocol;
using Remote.Linq;
using Remote.Linq.Expressions;
using System;... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Client
{
using Aqua.Dynamic;
using Common;
using Common.Model;
using Common.SimpleAsyncStreamProtocol;
using Remote.Linq;
using Remote.Linq.Expressions;
using System;... |
4840cf0fa3e91ef1ce1592c0e8802d7039b72545 | Fix the Strength requirement for "Tachylite Kopis" (#345) | Fix the Strength requirement for "Tachylite Kopis" (#345)
Fix #342 | EtienneLamoureux/TQVaultAE | src/TQVaultAE.Data/ItemProvider.cs | mit | 1,591,127,727 | //-----------------------------------------------------------------------
// <copyright file="Item.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.Data
{
using ... | //-----------------------------------------------------------------------
// <copyright file="Item.cs" company="None">
// Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace TQVaultAE.Data
{
using ... |
fcf7352c6e6e40c85a175e61bf234777d3128147 | don't need to set attributes like this for category. This completes the bug fix for saving categories with missing attribute offsetInstallgroups | don't need to set attributes like this for category. This completes the bug fix for saving categories with missing attribute offsetInstallgroups
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Xml/XmlUtils.cs | apache-2.0 | 1,591,127,715 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Windows;
using System.Reflection;
using System.Text;
using Ionic.Zip;
using RelhaxModpack.Xml;
using RelhaxModpack.Database;
using S... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Windows;
using System.Reflection;
using System.Text;
using Ionic.Zip;
using RelhaxModpack.Xml;
using RelhaxModpack.Database;
using S... |
3b872001fcf1638006b34893c24ff07767c203ca | method-ized saving/serializing a databaseComponent property to xml of element type | method-ized saving/serializing a databaseComponent property to xml of element type
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Xml/XmlUtils.cs | apache-2.0 | 1,591,127,362 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Windows;
using System.Reflection;
using System.Text;
using Ionic.Zip;
using RelhaxModpack.Xml;
using RelhaxModpack.Database;
using S... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Windows;
using System.Reflection;
using System.Text;
using Ionic.Zip;
using RelhaxModpack.Xml;
using RelhaxModpack.Database;
using S... |
f480a2eac4c270bce69029106ad5c6539768a7e4 | Copy values of PE header properties from module to new PEImage in ManagedPEImageBuilder. | Copy values of PE header properties from module to new PEImage in ManagedPEImageBuilder.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Builder/ManagedPEImageBuilder.cs | mit | 1,591,127,162 | using System;
using AsmResolver.PE;
namespace AsmResolver.DotNet.Builder
{
/// <summary>
/// Provides a default implementation of <see cref="IPEImageBuilder"/>.
/// </summary>
public class ManagedPEImageBuilder : IPEImageBuilder
{
/// <summary>
/// Creates a new instance of the <se... | using System;
using AsmResolver.PE;
namespace AsmResolver.DotNet.Builder
{
/// <summary>
/// Provides a default implementation of <see cref="IPEImageBuilder"/>.
/// </summary>
public class ManagedPEImageBuilder : IPEImageBuilder
{
/// <summary>
/// Creates a new instance of the <se... |
ccae28b1d5107ebef6d14efc1376cb51412615e5 | Copy over PE header fields upon reading a PE image. | Copy over PE header fields upon reading a PE image.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/ModuleDefinition.cs | mit | 1,591,127,059 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Serialized;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.Lazy;... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Serialized;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.Lazy;... |
0496647a2ad6778fb4df5da1cf396a60d0452fd2 | LogFactory Shutdown is public so it can be used from NLogLoggerProvider (#3999) | LogFactory Shutdown is public so it can be used from NLogLoggerProvider (#3999)
| NLog/NLog,luigiberrettini/NLog,sean-gilliam/NLog,snakefoot/NLog,sean-gilliam/NLog,304NotModified/NLog,NLog/NLog,luigiberrettini/NLog,luigiberrettini/NLog,304NotModified/NLog,snakefoot/NLog | src/NLog/LogFactory.cs | bsd-3-clause | 1,591,126,772 | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... |
fb0ef7b1cc30d4a44410e025dd14036bd3e83689 | Require the verification conversation title to only contain the verify string and not exactly be the verify string. | Require the verification conversation title to only contain the verify string and not exactly be the verify string.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Verification/Common/VerificationProcess.cs | mit | 1,591,126,770 | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using GommeHDnetForumAPI.Models.Entities;
using GommeHDnetForumAPI.Exceptions;
using Mitternacht.Extensions;
using Mitternacht.Modules.Forum.Services;
using Mitternacht.Modules.Verification.Exceptions;
using Mitternac... | using System;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using GommeHDnetForumAPI.Models.Entities;
using GommeHDnetForumAPI.Exceptions;
using Mitternacht.Extensions;
using Mitternacht.Modules.Forum.Services;
using Mitternacht.Modules.Verification.Exceptions;
using Mitternac... |
2fc053a32f097bcd3f2a3d2f917216aca8fa274a | Added FatDirectoryEntryMetadata api docs | Added FatDirectoryEntryMetadata api docs
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/FileSystem/FAT/Listing/FatDirectoryEntryMetadata.cs | bsd-3-clause | 1,591,126,642 | namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// Fat directory entry metadata class.
/// </summary>
public sealed class FatDirectoryEntryMetadata
{
/// <summary>
/// Entry data offset.
/// </summary>
public readonly uint DataOffset;
/// <sum... | namespace Cosmos.System.FileSystem.FAT.Listing
{
public sealed class FatDirectoryEntryMetadata
{
public readonly uint DataOffset;
public readonly uint DataLength;
private FatDirectoryEntryMetadata(uint aDataOffset, uint aDataLength)
{
DataOffset = aDataOffset;
... |
fb3a86a6bf7f1090708305737b04c61934bd66e6 | Added FatDirectoryEntryAttributeConsts api docs | Added FatDirectoryEntryAttributeConsts api docs
| zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/FileSystem/FAT/Listing/FatDirectoryEntryAttributeConsts.cs | bsd-3-clause | 1,591,126,622 | namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FAT file system directory entry file attributes.
/// </summary>
public static class FatDirectoryEntryAttributeConsts
{
public const int Test = 0x01;
/// <summary>
/// Hidden. Hides directories.
/// </s... | namespace Cosmos.System.FileSystem.FAT.Listing
{
public static class FatDirectoryEntryAttributeConsts
{
public const int Test = 0x01;
public const int Hidden = 0x02;
public const int System = 0x04;
public const int VolumeID = 0x08;
public const int Directory = 0x10;
... |
fd1623b3fcaad0179b1e8e101b1e1bc2a5e64759 | Do not fire UserMuted event when the user is already muted. | Do not fire UserMuted event when the user is already muted.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Modules/Administration/Services/MuteService.cs | mit | 1,591,126,097 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Microsoft.EntityFrameworkCore;
using Mitternacht.Services;
using Mitternacht.Services.Database.Models;
using NLog;
... |
248ae29d0b224a9d823a4dcb03dcc96c889521fc | created method loop for saving xml serializable attributes | created method loop for saving xml serializable attributes
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Xml/XmlUtils.cs | apache-2.0 | 1,591,125,735 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Windows;
using System.Reflection;
using System.Text;
using Ionic.Zip;
using RelhaxModpack.Xml;
using RelhaxModpack.Database;
using S... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Xml;
using System.Xml.Linq;
using System.Xml.XPath;
using System.Windows;
using System.Reflection;
using System.Text;
using Ionic.Zip;
using RelhaxModpack.Xml;
using RelhaxModpack.Database;
using S... |
d68ff6182ec3ab4d7dc702947b3c3050c3078f0d | Add IVT from Razor.Language to LanguageServerClient.Razor assembly (#22474) | Add IVT from Razor.Language to LanguageServerClient.Razor assembly (#22474)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/Microsoft.AspNetCore.Razor.Language/src/Properties/AssemblyInfo.cs | apache-2.0 | 1,591,125,704 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.AspNetCore.Razor.OmniSharpPlugin.StrongNamed, PublicKey=0024000004800000... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.AspNetCore.Razor.OmniSharpPlugin.StrongNamed, PublicKey=0024000004800000... |
f28a57016e2951f2c08404dd5cfd91f20547d6f5 | refactoring | refactoring
| benjamin-hodgson/Pidgin | Pidgin/ParseState.cs | mit | 1,591,125,094 | using System;
using System.Buffers;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Pidgin.TokenStreams;
namespace Pidgin
{
/// <summary>
/// A mutable struct! Careful!
/// </summary>
[StructLayout(LayoutKind.Auto)]
internal ref partial struct ParseState<TToken>
... | using System;
using System.Buffers;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Pidgin.TokenStreams;
namespace Pidgin
{
/// <summary>
/// A mutable struct! Careful!
/// </summary>
[StructLayout(LayoutKind.Auto)]
internal ref partial struct ParseState<TToken>
... |
43973fee51535d339d0f0edcf2723bb82cd151ff | cache SourcePos when backtracking is off | cache SourcePos when backtracking is off
| benjamin-hodgson/Pidgin | Pidgin/ParseState.cs | mit | 1,591,124,958 | using System;
using System.Buffers;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Pidgin.TokenStreams;
namespace Pidgin
{
/// <summary>
/// A mutable struct! Careful!
/// </summary>
[StructLayout(LayoutKind.Auto)]
internal ref partial struct ParseState<TToken>
... | using System;
using System.Buffers;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Pidgin.TokenStreams;
namespace Pidgin
{
/// <summary>
/// A mutable struct! Careful!
/// </summary>
[StructLayout(LayoutKind.Auto)]
internal ref partial struct ParseState<TToken>
... |
171eeb552ab268a3129fa27c927c22fb9d522deb | make hostname configurable | make hostname configurable
| ctiller/grpc,donnadionne/grpc,nicolasnoble/grpc,grpc/grpc,vjpai/grpc,stanley-cheung/grpc,vjpai/grpc,jtattermusch/grpc,stanley-cheung/grpc,firebase/grpc,ejona86/grpc,grpc/grpc,ctiller/grpc,firebase/grpc,grpc/grpc,donnadionne/grpc,ejona86/grpc,stanley-cheung/grpc,nicolasnoble/grpc,nicolasnoble/grpc,grpc/grpc,nicolasnoble... | examples/csharp/Xds/GreeterServer/Program.cs | apache-2.0 | 1,591,124,917 | // Copyright 2020 The gRPC Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | // Copyright 2020 The gRPC Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... |
b76b91b014644f7ac9b22f4a356c9cc59dec14f3 | Add frame counter | Add frame counter
| tigrouind/AITD-roomviewer | Assets/Scripts/DosBox/DosBox.cs | mit | 1,591,124,306 | using System;
using UnityEngine;
using System.Linq;
using System.Diagnostics;
using System.Collections.Generic;
using System.Text;
using UnityEngine.UI;
public class DosBox : MonoBehaviour
{
public Text RightText;
public BoxInfo BoxInfo;
public GameObject Actors;
public Arrow Arrow;
public Box BoxPrefab;
public ... | using System;
using UnityEngine;
using System.Linq;
using System.Diagnostics;
using System.Collections.Generic;
using System.Text;
using UnityEngine.UI;
public class DosBox : MonoBehaviour
{
public Text RightText;
public BoxInfo BoxInfo;
public GameObject Actors;
public Arrow Arrow;
public Box BoxPrefab;
public ... |
85d0c04e61222d9734297f9365bb22fcfec6514a | Add cursor rotation on right mouse button | Add cursor rotation on right mouse button | NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,peppy/osu,peppy/osu-new | osu.Game/Graphics/Cursor/MenuCursor.cs | mit | 1,591,124,222 | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... |
a2fdf9448394f451c2243e0e7c6ebd2ba72db94e | Add cursor rotation on right mouse button | Add cursor rotation on right mouse button | peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu | osu.Game/Graphics/Cursor/MenuCursor.cs | mit | 1,591,124,121 | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framew... |
884fb7276b4218677da0d897f2fbe82a1b197cb3 | Added TestingHelpers class api docs | Added TestingHelpers class api docs
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/TestingHelpers.cs | bsd-3-clause | 1,591,124,032 | using Cosmos.Debug.Kernel;
namespace Cosmos.System
{
// This class exists purely for testing purposes.
/// <summary>
/// Testing helpers class.
/// </summary>
internal static class TestingHelpers
{
/// <summary>
/// Add fake scan codes to the keyboard, fake pressing keys.
... | using Cosmos.Debug.Kernel;
namespace Cosmos.System
{
// This class exists purely for testing purposes.
internal static class TestingHelpers
{
internal static void KeyboardAddFakeScanCode(byte aScanCode, bool aReleased)
{
Global.mDebugger.Send("Before HandleFakeScanCode");
... |
e5195475d11e9038c3ef4e48318770b8b57d382b | Added Power class api docs | Added Power class api docs
| CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Power.cs | bsd-3-clause | 1,591,124,010 | namespace Cosmos.System
{
/// <summary>
/// Power class.
/// </summary>
public static class Power
{
/// <summary>
/// Reboot with CPU.
/// </summary>
public static void Reboot()
{
HAL.Power.CPUReboot();
}
/// <summary>
///... | namespace Cosmos.System
{
public static class Power
{
public static void Reboot()
{
HAL.Power.CPUReboot();
}
public static void Shutdown()
{
HAL.Power.ACPIShutdown();
}
}
}
|
d3dc3ed14f39a7be4d166ee1304bfd383fb25ee8 | Fix null reference exception | Fix null reference exception
| tigrouind/AITD-roomviewer | Assets/Scripts/Room/Box.cs | mit | 1,591,123,677 | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System;
using System.Text;
public class Box : MonoBehaviour
{
private Color32 color;
private bool highlighted;
private bool alwaysOnTop;
private static string[] animTypeInfo = new string[] { "ONCE", "REPEAT", "... | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System;
using System.Text;
public class Box : MonoBehaviour
{
private Color32 color;
private bool highlighted;
private bool alwaysOnTop;
private static string[] animTypeInfo = new string[] { "ONCE", "REPEAT", "... |
0664ec1fcf4b41ee5cdf5e385e0625763f6a055d | fixing typo | fixing typo
| takenet/lime-csharp | src/Lime.Messaging/Resources/Contact.cs | apache-2.0 | 1,591,123,619 | using Lime.Protocol;
using System;
using System.Runtime.Serialization;
namespace Lime.Messaging.Resources
{
/// <summary>
/// Represents a contact information.
/// </summary>
[DataContract(Namespace = "http://limeprotocol.org/2014")]
public class Contact : ContactDocument, IIdentity
{
... | using Lime.Protocol;
using System;
using System.Runtime.Serialization;
namespace Lime.Messaging.Resources
{
/// <summary>
/// Represents a contact information.
/// </summary>
[DataContract(Namespace = "http://limeprotocol.org/2014")]
public class Contact : ContactDocument, IIdentity
{
... |
98978359a38899227037c28cd0a9a5effd5bd846 | addding the field LastMessageDate to Contact | addding the field LastMessageDate to Contact
| takenet/lime-csharp | src/Lime.Messaging/Resources/Contact.cs | apache-2.0 | 1,591,123,607 | using Lime.Protocol;
using System;
using System.Runtime.Serialization;
namespace Lime.Messaging.Resources
{
/// <summary>
/// Represents a contact information.
/// </summary>
[DataContract(Namespace = "http://limeprotocol.org/2014")]
public class Contact : ContactDocument, IIdentity
{
... | using Lime.Protocol;
using System;
using System.Runtime.Serialization;
namespace Lime.Messaging.Resources
{
/// <summary>
/// Represents a contact information.
/// </summary>
[DataContract(Namespace = "http://limeprotocol.org/2014")]
public class Contact : ContactDocument, IIdentity
{
... |
439ee051b5aa618f1f0f0500b9f1a3a5e09b68d1 | Added PCSpeaker class api docs | Added PCSpeaker class api docs
| CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.System2/PCSpeaker.cs | bsd-3-clause | 1,591,123,487 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.HAL;
namespace Cosmos.System
{
/// <summary>
/// PC speaker helper class.
/// </summary>
public static class PCSExtensions
{
/// <summary>
/// Convert milliseconds (ms) to hertz (Hz).... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.HAL;
namespace Cosmos.System
{
public static class PCSExtensions
{
public static uint MsToHz(this int ms)
{
return (uint)(1000 / ms);
}
public static uint MsToHz(this ... |
eea80ff80ef85c9fd372bf728e0aee6b90cb2c07 | Added MouseManager class api docs | Added MouseManager class api docs
| zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/MouseManager.cs | bsd-3-clause | 1,591,123,464 | using System;
using System.Collections.Generic;
using Cosmos.HAL;
namespace Cosmos.System
{
/// <summary>
/// The possible states of a mouse.
/// </summary>
[Flags]
public enum MouseState
{
/// <summary>
/// No button is pressed.
/// </summary>
None = 0b0000_00... | using System;
using System.Collections.Generic;
using Cosmos.HAL;
namespace Cosmos.System
{
/// <summary>
/// The possible states of a mouse.
/// </summary>
[Flags]
public enum MouseState
{
/// <summary>
/// No button is pressed.
/// </summary>
None = 0b0000_00... |
27cc44ace2bf403c893e8a1255c5f200ffd73d51 | Added Kernal class api docs | Added Kernal class api docs
| CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Kernel.cs | bsd-3-clause | 1,591,123,363 | using System;
using Cosmos.Debug.Kernel;
using Cosmos.HAL;
using Cosmos.System.ScanMaps;
namespace Cosmos.System
{
// MtW: if the fullname (namespace + name) of this class changes, please also change IL2CPU msbuild task
/// <summary>
/// Provides a base kernel class for a Cosmos-based system
/// </sum... | using System;
using Cosmos.Debug.Kernel;
using Cosmos.HAL;
using Cosmos.System.ScanMaps;
namespace Cosmos.System
{
// MtW: if the fullname (namespace + name) of this class changes, please also change IL2CPU msbuild task
/// <summary>
/// Provides a base kernel class for a Cosmos-based system
/// </sum... |
0ce02ba1563354b18d2d647d376dda87b89ac6dd | Removed the one minute substract. | Removed the one minute substract.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/RegressionTests/BackendTests.cs | mit | 1,591,122,505 | using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using Syst... | using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using Syst... |
31604712591eb45648de4c1c86819ea0b12e749b | Fix utc now | Fix utc now
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/RegressionTests/BackendTests.cs | mit | 1,591,122,155 | using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using Syst... | using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using Syst... |
068666c943e218ad7350d5c02d9504577ed6c9d2 | code cleanup | code cleanup
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs | apache-2.0 | 1,591,121,148 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Net;
using System.IO;
using Microsoft.Win32;
using System.Xml;
using RelhaxModpac... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Net;
using System.IO;
using Microsoft.Win32;
using System.Xml;
using RelhaxModpac... |
e28420ac1eeb18ce4b110d37fdcf70cb39a1b59c | 478: isRightToLeft | 478: isRightToLeft
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.PrimitiveDrawing/TextMeasurement.cs | bsd-2-clause | 1,591,121,021 | //MIT, 2020, WinterDev
namespace PixelFarm.Drawing
{
public interface ITextService
{
float MeasureWhitespace(RequestFont f);
float MeasureBlankLineHeight(RequestFont f);
//
bool SupportsWordBreak { get; }
ILineSegmentList BreakToLineSegments(in TextBufferSpan textBuf... | //MIT, 2020, WinterDev
namespace PixelFarm.Drawing
{
public interface ITextService
{
float MeasureWhitespace(RequestFont f);
float MeasureBlankLineHeight(RequestFont f);
//
bool SupportsWordBreak { get; }
ILineSegmentList BreakToLineSegments(in TextBufferSpan textB... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.