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 |
|---|---|---|---|---|---|---|---|---|
f3aec0f61e60af447047d765886f4ff9f0ab978d | DateInterval sets `y` and `m` accordingly | DateInterval sets `y` and `m` accordingly
fixes https://github.com/peachpiecompiler/peachpie/issues/602
| iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library/DateTime/DateInterval.cs | apache-2.0 | 1,588,778,714 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Text;
using Pchp.Core;
using Pchp.Library.Resources;
namespace Pchp.Library.DateTime
{
/// <summary>
/// Represents a date interval.
/// A date interval stores either a fixed... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Text;
using Pchp.Core;
using Pchp.Library.Resources;
namespace Pchp.Library.DateTime
{
/// <summary>
/// Represents a date interval.
/// A date interval stores either a fixed... |
a0e1763cf0b1dd0c445bbfcf9f7f51d639da37e8 | fix: InvalidSystemClockException in concurrent | fix: InvalidSystemClockException in concurrent
| RobThree/IdGen | IdGen/IdGenerator.cs | mit | 1,588,778,689 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace IdGen
{
/// <summary>
/// Generates Id's inspired by Twitter's (late) Snowflake project.
/// </summary>
#pragma warning disable CA1710 // Identifiers should have correct suffix
pu... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
namespace IdGen
{
/// <summary>
/// Generates Id's inspired by Twitter's (late) Snowflake project.
/// </summary>
#pragma warning disable CA1710 // Identifiers should have correct suffix
pu... |
0dc0844480e4f1f26d35f82cd66faf94b3a9c8bb | NEW: Added default implementations for IInstance.GetTypeInfo() for .NET Standard 2.1. | NEW: Added default implementations for IInstance.GetTypeInfo() for .NET Standard 2.1.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/IInstance.cs | mit | 1,588,777,709 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IInstance.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IInstance.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root... |
b2a021855969409efe69a18a2fe03bcef1b4d0ec | Remove trailing whitespace | Remove trailing whitespace
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,588,777,603 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... |
1e208013489b3579d7b36a4fb616c0c80119f7be | Fix #260 - UI is crashed for 'sqrt(x)' graphs (#261) | Fix #260 - UI is crashed for 'sqrt(x)' graphs (#261)
| sys27/xFunc | xFunc/Views/PlottingGraph.xaml.cs | mit | 1,588,777,330 | // Copyright 2012-2020 Dmytro Kyshchenko
//
// 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 ag... | // Copyright 2012-2020 Dmytro Kyshchenko
//
// 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 ag... |
f89108222536ebb60aa9b154fff51bfaf5daff16 | Add integration test sync delays | Add integration test sync delays
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,776,240 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... |
458ec71f2e7b740b684d37b266adb702a7f0584d | Fix NullReferenceException | Fix NullReferenceException
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,588,776,230 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Api.Rights;
using Tgsta... |
6214207b5e56616b8c08667e7297b4e1877f8fbe | Catch failed connection to Outlook on PushSyncTimer. #966 | Catch failed connection to Outlook on PushSyncTimer.
#966
| phw198/OutlookGoogleCalendarSync | src/OutlookGoogleCalendarSync/Sync/Timer.cs | mpl-2.0 | 1,588,772,857 | using log4net;
using System;
using System.Windows.Forms;
namespace OutlookGoogleCalendarSync.Sync {
public class SyncTimer : Timer {
private static readonly ILog log = LogManager.GetLogger(typeof(SyncTimer));
private Timer ogcsTimer;
public DateTime LastSyncDate { get; set; }
publi... | using log4net;
using System;
using System.Windows.Forms;
namespace OutlookGoogleCalendarSync.Sync {
public class SyncTimer : Timer {
private static readonly ILog log = LogManager.GetLogger(typeof(SyncTimer));
private Timer ogcsTimer;
public DateTime LastSyncDate { get; set; }
publi... |
2ca5be82d66e9eecf414b07007078d23e0eba8a7 | Using existing way of locking unsupported methods | Using existing way of locking unsupported methods
| ON-IT/Visma.Net,ON-IT/Visma.Net | Visma.net/lib/Data/CustomerSalesPriceData.cs | mit | 1,588,772,292 | using ONIT.VismaNetApi.Lib;
using ONIT.VismaNetApi.Lib.Data;
using ONIT.VismaNetApi.Models;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace ONIT.VismaNetApi.Lib.Data
{
public class CustomerSalesPriceData : BasePaginatedCrudDataClass<CustomerSalesPrice>
... | using ONIT.VismaNetApi.Lib;
using ONIT.VismaNetApi.Lib.Data;
using ONIT.VismaNetApi.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace ONIT.VismaNetApi.Lib.Data
{
public class CustomerSalesPriceData : BasePaginatedCrudDataClass<CustomerSalesPrice>
{
public CustomerSal... |
bbe9f8c28eb4e6689063fe8c9bd45cdb79260930 | Update RavenInstaller.cs | Update RavenInstaller.cs | dlidstrom/Snittlistan,dlidstrom/Snittlistan,dlidstrom/Snittlistan | Snittlistan.Web/Infrastructure/Installers/RavenInstaller.cs | mit | 1,588,771,890 | namespace Snittlistan.Web.Infrastructure.Installers
{
using System;
using System.Reflection;
using Castle.Core;
using Castle.MicroKernel;
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using Raven.Client;
usi... | namespace Snittlistan.Web.Infrastructure.Installers
{
using System;
using System.Reflection;
using Castle.Core;
using Castle.MicroKernel;
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using Raven.Client;
usi... |
c1baf7da1a533e7bbb85572a664d3f400b5d12ad | Addresses Peer-Review | Addresses Peer-Review
`first_valid_index´ has been removed for now as it doesn't have a satifactory init test. It will be added in a future commit.
| StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,AlexCatarino/Lean,AlexCatarino/Lean,QuantConnect/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,JKarathiya/Lean,JKarathiya/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean,AlexCatarino/Lean,QuantConnect/Lean | Common/Python/PandasData.cs | apache-2.0 | 1,588,771,739 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
c671ddc2ea7165af7eb40731c3dbed64762a5dde | Update EventStoreSessionInstaller.cs | Update EventStoreSessionInstaller.cs | dlidstrom/Snittlistan,dlidstrom/Snittlistan,dlidstrom/Snittlistan | Snittlistan.Web/Infrastructure/Installers/EventStoreSessionInstaller.cs | mit | 1,588,771,482 | using System;
using Castle.Core;
using Castle.MicroKernel;
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using EventStoreLite;
using Raven.Client;
namespace Snittlistan.Web.Infrastructure.Installers
{
public class EventStoreSessionInstal... | using System;
using Castle.Core;
using Castle.MicroKernel;
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using EventStoreLite;
using Raven.Client;
namespace Snittlistan.Web.Infrastructure.Installers
{
public class EventStoreSessionInstal... |
3555c08757ba5682670e7c75a11074ff092aa4a3 | Update EventStoreSessionInstaller.cs | Update EventStoreSessionInstaller.cs | dlidstrom/Snittlistan,dlidstrom/Snittlistan,dlidstrom/Snittlistan | Snittlistan.Web/Infrastructure/Installers/EventStoreSessionInstaller.cs | mit | 1,588,771,291 | using System;
using Castle.Core;
using Castle.MicroKernel;
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using EventStoreLite;
using Raven.Client;
namespace Snittlistan.Web.Infrastructure.Installers
{
public class EventStoreSessionInstal... | using Castle.Core;
using Castle.MicroKernel;
using Castle.MicroKernel.Registration;
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
using EventStoreLite;
using Raven.Client;
namespace Snittlistan.Web.Infrastructure.Installers
{
public class EventStoreSessionInstaller : IWindsorI... |
5ca6e1a7c6ea302981303be830b3889115372857 | bump to 1.3.7 | bump to 1.3.7
| Terradue/DotNetTep,Terradue/DotNetTep | Terradue.Tep/Properties/AssemblyInfo.cs | agpl-3.0 | 1,588,770,958 | /*!
\namespace Terradue.Tep
@{
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
\xrefitem sw_version "Versions" "Software Package Version" 1.3.7
\xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep)
\xref... | /*!
\namespace Terradue.Tep
@{
Terradue.Tep Software Package provides with all the functionalities specific to the TEP.
\xrefitem sw_version "Versions" "Software Package Version" 1.3.6
\xrefitem sw_link "Links" "Software Package List" [Terradue.Tep](https://git.terradue.com/sugar/Terradue.Tep)
\xref... |
65d4eba532604480c9b431a7a32751f1ca4d0c3a | Error messages on russian have been added to Registration section (#1082) | Error messages on russian have been added to Registration section (#1082)
- Email and Password "Required" attributes have been altered in order to
display error message on russian | joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net | JoinRpg.WebPortal.Models/AccountViewModels.cs | mit | 1,588,770,855 | using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using JoinRpg.DataModel;
using JoinRpg.Helpers.Web;
namespace JoinRpg.Web.Models
{
public class ExternalLoginConfirmationViewModel
{
[Required]
[Display(Name = "Email")]
public st... | using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using JoinRpg.DataModel;
using JoinRpg.Helpers.Web;
namespace JoinRpg.Web.Models
{
public class ExternalLoginConfirmationViewModel
{
[Required]
[Display(Name = "Email")]
public st... |
833cd688e4e6f0c0bb3ca7615f1aabdf3e086072 | [Modify] Remove it | [Modify] Remove it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,588,770,180 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
6108e0e84a36db8963ac5ae9dc6bb0d671a281aa | fix registration for UnityCodeInsight Higlighting | fix registration for UnityCodeInsight Higlighting
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Rider/CodeInsights/UnityInspectorCodeInsightsHighlighting.cs | apache-2.0 | 1,588,768,569 | using JetBrains.Annotations;
using JetBrains.DocumentModel;
using JetBrains.ReSharper.Daemon.CodeInsights;
using JetBrains.ReSharper.Feature.Services.Daemon;
using JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon.Stages.Highlightings;
using JetBrains.ReSharper.Psi;
using JetBrains.Rider.Model;
using JetBrains.TextContro... | using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
using JetBrains.Application.UI.Controls.BulbMenu.Items;
using JetBrains.DocumentModel;
using JetBrains.ReSharper.Daemon.CodeInsights;
using JetBrains.ReSharper.Feature.Services.Daemon;
using JetBrains.ReSharper.Plugins.Unity.CSharp.Daemon... |
50e71534b0a1cde09b8463934a428dd418e2b69d | add CacheController InvalidateMetadata | add CacheController InvalidateMetadata
| signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,MehdyKarimpour/extensions | Signum.React.Extensions/Cache/CacheController.cs | mit | 1,588,768,285 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Signum.Engine.Authorization;
using Signum.Utilities;
using Signum.Engine.Cache;
using Signum.Engine;
using Signum.Entities.Cache;
using Signum.Utilities.ExpressionTrees;
using Signum.Engine.Scheduler;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Signum.Engine.Authorization;
using Signum.Utilities;
using Signum.Engine.Cache;
using Signum.Engine;
using Signum.Entities.Cache;
using Signum.Utilities.ExpressionTrees;
using Signum.Engine.Scheduler;
... |
d15f2dfacea0de8a79cef1cd6657df0db05cdce0 | Clip text mesh | Clip text mesh
Formerly scissor test are not enabled and the calculated clip-rect
wasn't applied when drawing a text mesh.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/OSImplementation/Windows/Win32OpenGLRenderer.cs | agpl-3.0 | 1,588,768,006 | #define Enable_Jitter
using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using ImGui.OSImplementation.Shared;
namespace ImGui.OSImplementation.Windows
{
internal partial class Win32OpenGLRenderer : IRende... | #define Enable_Jitter
using CSharpGL;
using ImGui.OSAbstraction.Graphics;
using ImGui.Rendering;
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using ImGui.OSImplementation.Shared;
namespace ImGui.OSImplementation.Windows
{
internal partial class Win32OpenGLRenderer : IRende... |
de6207ddff564d587f69ef4faaae14997ba4212a | Fix usage of `InitialDebugWindowRect` | Fix usage of `InitialDebugWindowRect`
`Application.InitialDebugWindowSize` has been changed to
`Application.InitialDebugWindowRect`
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/ImGui.ControlTest/PolygonButtonFacts.cs | agpl-3.0 | 1,588,767,266 | using Xunit;
namespace ImGui.ControlTest
{
public class PolygonButton
{
[Fact]
public void ShowOneFixedPolygonButton()
{
Application.IsRunningInUnitTest = true;
Application.InitialDebugWindowRect = new Rect(80, 80, 200, 240);
Application.Init();
... | using Xunit;
namespace ImGui.ControlTest
{
public class PolygonButton
{
[Fact]
public void ShowOneFixedPolygonButton()
{
Application.IsRunningInUnitTest = true;
Application.InitialDebugWindowSize = (200, 240);
Application.Init();
var for... |
44dd8560602fd4e6f8a37cb843115865d8c0c78f | fixes bug: #161 | fixes bug: #161
| shuxinqin/Chloe | src/Chloe.SqlServer/SqlGenerator_Helper.cs | mit | 1,588,764,722 | using Chloe.DbExpressions;
using Chloe.Reflection;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Chloe.SqlServer
{
partial class SqlGenerator : DbExpressionVisitor<DbExpression>
{
static string GenParameterName(int ordinal)
{
if (ordinal < CacheParame... | using Chloe.DbExpressions;
using Chloe.Reflection;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Chloe.SqlServer
{
partial class SqlGenerator : DbExpressionVisitor<DbExpression>
{
static string GenParameterName(int ordinal)
{
if (ordinal < CacheParame... |
ae83a029e1c6c13d39dfc73867617557f471be07 | fix unreliable channel | fix unreliable channel
| RevenantX/LiteNetLib | LiteNetLib/NetPeer.cs | mit | 1,588,763,679 | #if DEBUG
#define STATS_ENABLED
#endif
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using LiteNetLib.Utils;
namespace LiteNetLib
{
/// <summary>
/// Peer connection state
/// </summary>
[Flags]
public enum ConnectionState : byte
{
Outgoing ... | #if DEBUG
#define STATS_ENABLED
#endif
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net;
using LiteNetLib.Utils;
namespace LiteNetLib
{
/// <summary>
/// Peer connection state
/// </summary>
[Flags]
public enum ConnectionState : byte
{
Outgoing ... |
42c5305eaf15edb10397929171e3df5565885841 | add IsMixinEntity | add IsMixinEntity
| AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework | Signum.Entities/Reflection/Reflector.cs | mit | 1,588,763,512 | using Signum.Utilities;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.Reflection;
using System;
using System.CodeDom.Compiler;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Linq.E... | using Signum.Utilities;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.Reflection;
using System;
using System.CodeDom.Compiler;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Linq.E... |
51338b6cb8ce6c1a5b6274f8ce22db7f11460e8f | Fix: if no ducky device found not throw exception | Fix: if no ducky device found not throw exception
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Devices/Ducky/DuckyDevice.cs | mit | 1,588,763,447 | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using HidSharp;
using Aurora.Utils;
using System.Threading;
namespace Aurora.Devices.Ducky
{
class ... | using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using HidSharp;
using Aurora.Utils;
using System.Threading;
namespace Aurora.Devices.Ducky
{
class ... |
acb3af8ffae049d015dca403dc96fb8b3e763761 | Cosmetic changes | Cosmetic changes
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/Versioning/SemanticVersion.cs | mit | 1,588,763,348 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SemanticVersion.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the projec... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SemanticVersion.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the projec... |
cb1034e809d6701c9941b59448c54324873fd046 | Added tables. | Added tables.
| ITCompaniet/ITCO-SBO-Addon-Framework | src/ITCO.SboAddon.Framework/Constants/SboTable.cs | mit | 1,588,763,199 | #pragma warning disable 1591
namespace ITCO.SboAddon.Framework.Constants
{
public class SboTable
{
public const string PriceList = "OPLN";
public const string BusinessPartner = "OCRD";
public const string Invoice = "OINV";
public const string Order = "ORDR";
public const... | #pragma warning disable 1591
namespace ITCO.SboAddon.Framework.Constants
{
public class SboTable
{
public const string PriceList = "OPLN";
public const string BusinessPartner = "OCRD";
public const string Invoice = "OINV";
public const string Order = "ORDR";
public const... |
7b19ab7488cc8938d565bb84b13d3a86d40dea01 | Update Logger.cs | Update Logger.cs
| xirqlz/blueprint41 | Blueprint41/Log/Logger.cs | mit | 1,588,763,087 | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.Collections.Specialized;
using System.IO;
using System.Text;
namespace Blueprint41.Log
{
public class TransactionLogger
{
#region Properties
private string m_LogDirectory = null!... | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.Collections.Specialized;
using System.IO;
using System.Text;
namespace Blueprint41.Log
{
public class TransactionLogger
{
#region Properties
private string m_LogDirectory;
... |
1e62f2643060ef83fabf34574aa7561f50b7a9f5 | ElectricityFunctions: Don't assume connections is empty | ElectricityFunctions: Don't assume connections is empty
Function SwitchCaseConnections parameter HashSet<IntrinsicElectronicData> connections
May not be empty at the start, changed code to not assume it is.
| krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Electricity/FunctionsAndClasses/ElectricityFunctions.cs | agpl-3.0 | 1,588,762,435 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
public static class ElectricityFunctions
{
public static HashSet<Vector3Int> MachineConnectorDirections = new HashSet<Vector3Int>()
{
Vector3Int.up,
Vector3Int.down,
Vector3Int.right,
Vector3Int.left
};
public sta... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
public static class ElectricityFunctions
{
public static HashSet<Vector3Int> MachineConnectorDirections = new HashSet<Vector3Int>()
{
Vector3Int.up,
Vector3Int.down,
Vector3Int.right,
Vector3Int.left
};
public sta... |
a69c4613cd3d3db08b1fd96a926afbfb3a271f6a | Fixed semantic version unit tests | Fixed semantic version unit tests
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Tests/Kephas.Core.Tests/Versioning/SemanticVersionTest.cs | mit | 1,588,760,807 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SemanticVersionTest.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SemanticVersionTest.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pr... |
00ff2f3a8957b7998a6f6d6a926bb30b4c1bc7ad | Pass default user style sheet to wkhtmltopdf only if it exists (#5858) | Pass default user style sheet to wkhtmltopdf only if it exists (#5858)
| dotnet/docfx,dotnet/docfx,superyyrrzz/docfx,dotnet/docfx,superyyrrzz/docfx,dotnet/docfx,superyyrrzz/docfx,superyyrrzz/docfx | src/Microsoft.DocAsCode.HtmlToPdf/HtmlToPdfOptions.cs | mit | 1,588,760,351 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.HtmlToPdf
{
using System;
using System.IO;
using System.Text;
public class HtmlToPdfOptions
{
private const ... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.HtmlToPdf
{
using System;
using System.Text;
public class HtmlToPdfOptions
{
private const string DefaultStyleSh... |
85ab8fdb7eaf79695ca2f0c891b71c7534d72051 | Small comment update | Small comment update
More specific explanation of switch fallthrough behavior | fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Electricity/ConnectionMap.cs | agpl-3.0 | 1,588,759,786 |
public static class ConnectionMap
{
/// <summary>
/// Given the output position of a wire and an adjacent tile to check
/// this method returns true if the adjacent tile has a connection
/// input point that is intersecting the origin tiles output point
/// </summary>
public static bool IsConnectedToTile(Conne... |
public static class ConnectionMap
{
/// <summary>
/// Given the output position of a wire and an adjacent tile to check
/// this method returns true if the adjacent tile has a connection
/// input point that is intersecting the origin tiles output point
/// </summary>
public static bool IsConnectedToTile(Conne... |
b3852156eaa9d2bb43df76654f2a8ca3b623ed88 | Tests: Adjust required accuracy in DirectSparseSolver tests. | Tests: Adjust required accuracy in DirectSparseSolver tests.
| mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics | src/Numerics.Tests/Providers/SparseSolver/double/SparseSolverProviderTests.cs | mit | 1,588,759,714 | using MathNet.Numerics.LinearAlgebra;
using MathNet.Numerics.LinearAlgebra.Double;
using MathNet.Numerics.LinearAlgebra.Storage;
using MathNet.Numerics.Providers.SparseSolver;
using NUnit.Framework;
using System;
using System.Collections.Generic;
namespace MathNet.Numerics.UnitTests.Providers.SparseSolver.Double
{
#... | using MathNet.Numerics.LinearAlgebra;
using MathNet.Numerics.LinearAlgebra.Double;
using MathNet.Numerics.LinearAlgebra.Storage;
using MathNet.Numerics.Providers.SparseSolver;
using NUnit.Framework;
using System;
using System.Collections.Generic;
namespace MathNet.Numerics.UnitTests.Providers.SparseSolver.Double
{
#... |
bf4a711c7be1472ea251ee8c7cf59e0a5a297eb6 | Remove Compare from Ord as it's now in IComparer | Remove Compare from Ord as it's now in IComparer
| louthy/language-ext,StanJav/language-ext | LanguageExt.Core/TypeClasses/Ord/Ord.cs | mit | 1,588,759,580 | using LanguageExt.Attributes;
using System.Diagnostics.Contracts;
namespace LanguageExt.TypeClasses
{
[Typeclass("Ord*")]
public interface Ord<A> : Eq<A>, System.Collections.Generic.IComparer<A>
{
}
}
| using LanguageExt.Attributes;
using System.Diagnostics.Contracts;
namespace LanguageExt.TypeClasses
{
[Typeclass("Ord*")]
public interface Ord<A> : Eq<A>, System.Collections.Generic.IComparer<A>
{
/// <summary>
/// Compare two values
/// </summary>
/// <param name="x">Left ... |
c0c080ebd007847789dd0f900f61f25bfb92a229 | Simplified code. | Simplified code.
| jesterret/ReClass.NET,jesterret/ReClass.NET,jesterret/ReClass.NET | ReClass.NET/Memory/RemoteProcess.cs | mit | 1,588,759,451 | using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using ReClassNET.AddressParser;
using ReClassNET.Core;
using ReClassNET.Debugger;
using ReClassNET.Extens... | using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using ReClassNET.AddressParser;
using ReClassNET.Core;
using ReClassNET.Debugger;
using ReClassNET.Extens... |
77877ca2613ec7d8c64fdfc448612d4f7da67831 | Pure on Seq functions | Pure on Seq functions
| StanJav/language-ext,louthy/language-ext | LanguageExt.Core/DataTypes/Seq/Seq.cs | mit | 1,588,759,424 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using LanguageExt;
using LanguageExt.ClassInstances;
using LanguageExt.TypeClasses;
using static LanguageExt.Prelude;
using sta... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using LanguageExt;
using LanguageExt.ClassInstances;
using LanguageExt.TypeClasses;
using static LanguageExt.Prelude;
using sta... |
da7c5d362b2915be7e389a022b06200a2d15110c | Update AssemblyBuilderExtension.cs | Update AssemblyBuilderExtension.cs
| NMSLanX/Natasha | src/Natasha/Api/ExtensionApi/AssemblyBuilderExtension.cs | mpl-2.0 | 1,588,754,759 | using Microsoft.CodeAnalysis;
using Natasha.CSharpEngine;
using Natasha.CSharpEngine.Syntax;
using Natasha.Error;
using Natasha.Error.Model;
using Natasha.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace Natasha.CSharp
{
public static class Assembly... | using Microsoft.CodeAnalysis;
using Natasha.CSharpEngine;
using Natasha.CSharpEngine.Syntax;
using Natasha.Error;
using Natasha.Error.Model;
using Natasha.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace Natasha.CSharp
{
public static class Assembly... |
f63c9f219f334137cd8f87fdb467be410211a00c | Remove tokens from TokenDictionary and ListTokenDictionary when rebuilding list tokens | Remove tokens from TokenDictionary and ListTokenDictionary when rebuilding list tokens
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/TokenParser.cs | mit | 1,588,754,125 | using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using OfficeDevPnP.Core.ALM;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisionin... | using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using OfficeDevPnP.Core.ALM;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisionin... |
38b13ce5508b66da4ac002bc291d908b57886dc3 | 修复修饰符模板BUG | 修复修饰符模板BUG
| NMSLanX/Natasha | src/Natasha/Template/ModifierTemplate.cs | mpl-2.0 | 1,588,754,044 | using Natasha.Reverser;
using Natasha.Reverser.Model;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
namespace Natasha.CSharp.Template
{
public class ModifierTemplate<T> : AccessTemplate<T> where T : ModifierTemplate<T>, new()
{
public StringBuilder ... | using Natasha.Reverser;
using Natasha.Reverser.Model;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
namespace Natasha.CSharp.Template
{
public class ModifierTemplate<T> : AccessTemplate<T> where T : ModifierTemplate<T>, new()
{
public StringBuilder ... |
8b71c44c451e9330e061c7752190c270fd0daa08 | implementation imageopenpolygon | implementation imageopenpolygon
| iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.Library.Graphics/PhpGd2.cs | apache-2.0 | 1,588,752,541 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Numerics;
using Pchp.Core;
using Pchp.Library.Streams;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing;
using SixLabors.ImageSharp.Drawing.P... |
8b877d3b5a323e6025ba76cd0f3a562164bcfd17 | fix: Ensure Valid Wix Version File | fix: Ensure Valid Wix Version File
| ermshiperete/GitVersion,GitTools/GitVersion,ParticularLabs/GitVersion,gep13/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,asbjornu/GitVersion,dazinator/GitVersion,dazinator/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,gep13/GitVersion,dazinator/GitVersion,ParticularLabs/GitVersion,asbjornu/GitVer... | src/GitVersionCore/VersionConverters/WixUpdater/WixVersionFileUpdater.cs | mit | 1,588,751,525 | using System;
using System.IO;
using System.Text;
using System.Xml;
using GitVersion.Logging;
using GitVersion.OutputVariables;
namespace GitVersion.VersionConverters.WixUpdater
{
public interface IWixVersionFileUpdater : IVersionConverter<WixVersionContext>
{
}
public class WixVersionFileUpdater : IWi... | using System;
using System.IO;
using System.Text;
using System.Xml;
using GitVersion.Logging;
using GitVersion.OutputVariables;
namespace GitVersion.VersionConverters.WixUpdater
{
public interface IWixVersionFileUpdater : IVersionConverter<WixVersionContext>
{
}
public class WixVersionFileUpdater : IWi... |
c6c575991a4bcaeee439f000e352c741692354b2 | Reverse Is32Bit logic | Reverse Is32Bit logic
| secana/PeNet | src/PeNet/Header/Pe/ImageFileHeader.cs | apache-2.0 | 1,588,751,478 | using System;
using System.Collections.Generic;
using PeNet.FileParser;
namespace PeNet.Header.Pe
{
/// <summary>
/// The File header contains information about the structure
/// and properties of the PE file.
/// </summary>
public class ImageFileHeader : AbstractStructure
{
//... | using System;
using System.Collections.Generic;
using PeNet.FileParser;
namespace PeNet.Header.Pe
{
/// <summary>
/// The File header contains information about the structure
/// and properties of the PE file.
/// </summary>
public class ImageFileHeader : AbstractStructure
{
in... |
ee426c19325ef8c8dfb314ef63d774ccfea0f78d | fix AllowSimpleUserNames in AzureAuthenticationServer | fix AllowSimpleUserNames in AzureAuthenticationServer
| signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions,signumsoftware/framework,MehdyKarimpour/extensions | Signum.React.Extensions/Authorization/AzureAuthenticationServer.cs | mit | 1,588,750,833 | using System;
using Signum.Engine.Authorization;
using Signum.Entities.Authorization;
using Signum.Utilities;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Http;
using System.Security.Principal;
using System.Linq;
using System.DirectoryServices.AccountMana... | using System;
using Signum.Engine.Authorization;
using Signum.Entities.Authorization;
using Signum.Utilities;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Http;
using System.Security.Principal;
using System.Linq;
using System.DirectoryServices.AccountMana... |
f9ece0aefb0820820bd60a0d8f6d998078f74fc1 | C#: Add `implements` test for nested types | C#: Add `implements` test for nested types
| github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql | csharp/ql/test/library-tests/overrides/overrides.cs | mit | 1,588,749,940 | using System;
using System.IO;
using System.Collections.Generic;
namespace overrides
{
public class C : List<int>
{
protected virtual void f2()
{
Console.WriteLine("C.f2()");
Add(2);
}
protected virtual void f3()
{
Console.WriteLine... | using System;
using System.IO;
using System.Collections.Generic;
namespace overrides
{
public class C : List<int>
{
protected virtual void f2()
{
Console.WriteLine("C.f2()");
Add(2);
}
protected virtual void f3()
{
Console.WriteLine... |
991965ba3b388141698bfa29ccb073cff1f3b8dd | Updated Drag or Drop file label for live demos | Updated Drag or Drop file label for live demos
| aspose-diagram/Aspose.Diagram-for-.NET,asposediagram/Aspose_Diagram_NET | LiveDemos/src/Aspose.Diagram.Live.Demos.UI/Controllers/ViewerController.cs | mit | 1,588,749,554 | using Aspose.Diagram.Live.Demos.UI.Models.Common;
using Aspose.Diagram.Live.Demos.UI.Models;
using Aspose.Diagram.Live.Demos.UI.Services;
using System;
using System.Collections;
using System.Web;
using System.Web.Mvc;
using System.Net.Http;
namespace Aspose.Diagram.Live.Demos.UI.Controllers
{
public class ViewerContr... | using Aspose.Diagram.Live.Demos.UI.Models.Common;
using Aspose.Diagram.Live.Demos.UI.Models;
using Aspose.Diagram.Live.Demos.UI.Services;
using System;
using System.Collections;
using System.Web;
using System.Web.Mvc;
using System.Net.Http;
namespace Aspose.Diagram.Live.Demos.UI.Controllers
{
public class ViewerContr... |
83e6fa97d8664411b7c5fd2c955321934e5d98d6 | fixed a new bug of split texture alpha channel | fixed a new bug of split texture alpha channel
| fairygui/FairyGUI-unity | Assets/Scripts/Core/MaterialManager.cs | mit | 1,588,747,693 | using System;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
namespace FairyGUI
{
[Flags]
public enum MaterialFlags
{
Clipped = 1,
SoftClipped = 2,
StencilTest = 4,
AlphaMask = 8,
Grayed = 16,
ColorFilt... | using System;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
namespace FairyGUI
{
[Flags]
public enum MaterialFlags
{
Clipped = 1,
SoftClipped = 2,
StencilTest = 4,
AlphaMask = 8,
Grayed = 16,
ColorFilt... |
c9fea9eae1b1ad855d2fc43f347b0a4b1a437677 | fixed a new bug of split texture alpha channel | fixed a new bug of split texture alpha channel
| fairygui/FairyGUI-unity | Assets/Scripts/Core/MaterialManager.cs | mit | 1,588,745,821 | using System;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
namespace FairyGUI
{
[Flags]
public enum MaterialFlags
{
Clipped = 1,
SoftClipped = 2,
StencilTest = 4,
AlphaMask = 8,
Grayed = 16,
ColorFilt... | using System;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
namespace FairyGUI
{
[Flags]
public enum MaterialFlags
{
Clipped = 1,
SoftClipped = 2,
StencilTest = 4,
AlphaMask = 8,
Grayed = 16,
ColorFilt... |
750e14603b7603b84f323949c0bd9083cbf57032 | Update API to suite new blog | Update API to suite new blog
| alvachien/achihapi | src/hihapi/Utilities/BlogDeployUtility.cs | mit | 1,588,743,977 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.IO;
using hihapi.Models;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace hihapi.Utilities
{
public class BlogSettingJson
{
public string title { get; set; }
pub... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.IO;
using hihapi.Models;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace hihapi.Utilities
{
public class BlogSettingJson
{
public string title { get; set; }
pub... |
747c3c9651f91cb751a612c2fb8c77e5ce7a6cae | Fixes test compilation error | Fixes test compilation error
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/CommitmentsV2/SFA.DAS.CommitmentsV2.UnitTests/Application/Queries/GetCohorts/GetCohortsHandlerTests.cs | mit | 1,588,743,859 | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Application.Queries.GetCohorts;
using SFA.DAS.CommitmentsV2.Dat... | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using SFA.DAS.CommitmentsV2.Application.Queries.GetCohorts;
using SFA.DAS.CommitmentsV2.Dat... |
e82c3669370108da09f1e08aeaa00d7b5ff78675 | Added select all text on focus for TimePicker (#1792) | Added select all text on focus for TimePicker (#1792)
| ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | MaterialDesignThemes.Wpf/TimePicker.cs | mit | 1,588,740,960 | using System;
using System.Globalization;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Threading;
using MaterialDesignThemes.Wpf.Converters;
namespace MaterialDesignThemes.Wp... | using System;
using System.Globalization;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Threading;
using MaterialDesignThemes.Wpf.Converters;
namespace MaterialDesignThemes.Wp... |
0dab8802ace7bf107f7d047a824e681f0b879406 | 実行終了時のデバッグコード削除 | 実行終了時のデバッグコード削除
| zenuas/Roku,zenuas/Roku | src/FrontEnd.cs | mit | 1,588,738,489 | using Command;
using Extensions;
using Roku.Compiler;
using Roku.Manager;
using Roku.Node;
using Roku.Parser;
using System;
using System.IO;
using System.Reflection;
namespace Roku
{
public static class FrontEnd
{
public static void Main(string[] args)
{
var opt = new Option();
#if... | using Command;
using Extensions;
using Roku.Compiler;
using Roku.Manager;
using Roku.Node;
using Roku.Parser;
using System;
using System.IO;
using System.Reflection;
namespace Roku
{
public static class FrontEnd
{
public static void Main(string[] args)
{
var opt = new Option();
#if... |
8eea64199ba01ef251a948711bb01d88d4bcc4d5 | PowerCalculations: Re-enabled bulk sequence calculator for nightly builds. | PowerCalculations: Re-enabled bulk sequence calculator for nightly builds.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/Adapters/PowerCalculations/BulkSequenceCalculator.cs | mit | 1,588,736,158 | //******************************************************************************************************
// BulkSequenceCalculator.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... | //******************************************************************************************************
// BulkSequenceCalculator.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... |
c9b3ad32bcd678b6683ba5eb3b1b2c1fb6864ef7 | 更改version 描述文字 | 更改version 描述文字
| yozora-hitagi/Saber,yozora-hitagi/Saber,yozora-hitagi/Saber | Saber/Helper/ErrorReporting.cs | mit | 1,588,733,502 | using System;
using System.Windows.Threading;
using NLog;
using Saber.Infrastructure;
using Saber.Infrastructure.Exception;
namespace Saber.Helper
{
public static class ErrorReporting
{
private static void Report(Exception e)
{
var logger = LogManager.GetLogger("UnHandledException"... | using System;
using System.Windows.Threading;
using NLog;
using Saber.Infrastructure;
using Saber.Infrastructure.Exception;
namespace Saber.Helper
{
public static class ErrorReporting
{
private static void Report(Exception e)
{
var logger = LogManager.GetLogger("UnHandledException"... |
c9cdc4891a640b7b28992abafce2eec99c6b099c | Deflake TimeAwaitable finalizer test (#21523) | Deflake TimeAwaitable finalizer test (#21523)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/SignalR/clients/csharp/Client/test/UnitTests/TimerAwaitableTests.cs | apache-2.0 | 1,588,733,108 | // 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.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Internal;
using Microsoft.AspNetCore.Testi... | // 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.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Internal;
using Microsoft.AspNetCore.Testi... |
2f1523481c60a264ce44279c0340a9009baac58e | Sample17でアップキャストに失敗していたのを修正 | Sample17でアップキャストに失敗していたのを修正
| harujoh/KelpNet,harujoh/KelpNet | KelpNet.Sample/Sample/Sample17.cs | apache-2.0 | 1,588,732,807 | using System;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using KelpNet.Tools;
using KelpNet.CL;
//using Real = System.Double;
using Real = System.Single;
namespace KelpNet.Sample
{
/... | using System;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Windows.Forms;
using KelpNet.Tools;
using KelpNet.CL;
//using Real = System.Double;
using Real = System.Single;
namespace KelpNet.Sample
{
/... |
88dbfaa2ab2dfbc3a9403c34d21a809db08c9f4f | Set certificate in some Kestrel tests to avoid global machine state (#21516) | Set certificate in some Kestrel tests to avoid global machine state (#21516)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/Kestrel/test/BindTests/AddressRegistrationTests.cs | apache-2.0 | 1,588,731,517 | // 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.IO;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
using System.... | // 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.IO;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
using System.... |
9d651edb4cb069913f4343f141fd0f80289cd514 | add some api to XML | add some api to XML
| fairygui/FairyGUI-unity | Assets/Scripts/Utils/XML.cs | mit | 1,588,728,669 | using System;
using System.Collections.Generic;
using System.Text;
using UnityEngine;
namespace FairyGUI.Utils
{
/// <summary>
/// A simplest and readonly XML class
/// </summary>
public class XML
{
public string name;
public string text;
Dictionary<string, s... | using System;
using System.Collections.Generic;
using System.Text;
using UnityEngine;
namespace FairyGUI.Utils
{
/// <summary>
/// A simplest and readonly XML class
/// </summary>
public class XML
{
public string name;
public string text;
Dictionary<string, s... |
28f18c38192dc8d62b0283dcca68d62459e0a956 | Fix perf benchmark after addition of cancellation token | Fix perf benchmark after addition of cancellation token
| NRules/NRules,NRules/NRules | bench/NRules.Benchmark/NRules.Benchmark/Expressions/BenchmarkRuleAction.cs | mit | 1,588,728,075 | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Threading;
using BenchmarkDotNet.Attributes;
using NRules.Rete;
using NRules.RuleModel;
using NRules.RuleModel.Builders;
using NRules.Utilities;
namespace NRules.Benchmark.Expressions
{
[BenchmarkCa... | using System;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using BenchmarkDotNet.Attributes;
using NRules.Rete;
using NRules.RuleModel;
using NRules.RuleModel.Builders;
using NRules.Utilities;
namespace NRules.Benchmark.Expressions
{
[BenchmarkCategory("Micro", "Express... |
caa24b5f703c2dbf2035d499fdb3b3d3cf6618e9 | Style: fix duplicate empty line | Style: fix duplicate empty line
| SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake | src/Snowflake.Framework.Primitives/Configuration/Attributes/ConfigurationOptionAttribute.cs | mpl-2.0 | 1,588,726,850 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace Snowflake.Configuration.Attributes
{
/// <summary>
/// Represents one option in an emulator configuration inside a configuration section.
/// Typically con... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace Snowflake.Configuration.Attributes
{
/// <summary>
/// Represents one option in an emulator configuration inside a configuration section.
/// Typically con... |
a9a1c82955a60d2e35acb0b8412b6c0d8af44549 | FileMetadataKeys: Add resource keys | FileMetadataKeys: Add resource keys
| RonnChyran/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,SnowflakePowered/snowflake | src/Snowflake.Framework.Primitives/Model/Records/File/FileMetadataKeys.cs | mpl-2.0 | 1,588,726,850 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Snowflake.Shiragame;
namespace Snowflake.Model.Records.File
{
/// <summary>
/// A list of standard keys for game metadata
/// </summary>
public static class FileMetadataKeys
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Snowflake.Shiragame;
namespace Snowflake.Model.Records.File
{
/// <summary>
/// A list of standard keys for game metadata
/// </summary>
public static class FileMetadataKeys
{
... |
e6c9856f3738fdf20dda61cb45de5906911185b5 | LSTMのIndex操作を見直した Paramの保管と破棄のロジックをまとめた | LSTMのIndex操作を見直した
Paramの保管と破棄のロジックをまとめた
| harujoh/KelpNet,harujoh/KelpNet | KelpNet.Function/Functions/Connections/LSTM.cs | apache-2.0 | 1,588,726,630 | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using KelpNet.CPU;
#if DOUBLE
using KelpMath = System.Math;
#elif NETSTANDARD2_1
using KelpMath = System.MathF;
#elif NETSTANDARD2_0
using KelpMath = KelpNet.MathF;
#endif
#if DOUBLE
using Real = ... | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using KelpNet.CPU;
#if DOUBLE
using KelpMath = System.Math;
#elif NETSTANDARD2_1
using KelpMath = System.MathF;
#elif NETSTANDARD2_0
using KelpMath = KelpNet.MathF;
#endif
#if DOUBLE
using Real = ... |
fdf558107a5fd07ba5a0ccc079c16d62c0ed8b74 | Fix TestGetImageInfo to assert correct pixel format | Fix TestGetImageInfo to assert correct pixel format
| imazen/imageflow-dotnet | tests/Imageflow.Test/TestApi.cs | agpl-3.0 | 1,588,725,955 | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... |
6da2692aee037041795f34e0ee90618bce92adc9 | Fixed compile issue with ambiguous constructor | Fixed compile issue with ambiguous constructor
| babelshift/SteamWebAPI2 | src/Steam.UnitTests/SteamWebInterfaceFactoryTests.cs | mit | 1,588,725,841 | using Microsoft.Extensions.Options;
using SteamWebAPI2.Interfaces;
using SteamWebAPI2.Utilities;
using System;
using System.Net.Http;
using Xunit;
namespace Steam.UnitTests
{
public class SteamWebInterfaceFactoryTests
{
private readonly SteamWebInterfaceFactory factory;
public SteamWebInterfa... | using Microsoft.Extensions.Options;
using SteamWebAPI2.Interfaces;
using SteamWebAPI2.Utilities;
using System;
using System.Net.Http;
using Xunit;
namespace Steam.UnitTests
{
public class SteamWebInterfaceFactoryTests
{
private readonly SteamWebInterfaceFactory factory;
public SteamWebInterfa... |
a5c8b584e09431bbffb5a00b15c0c021debeda47 | Add TestAllJob | Add TestAllJob
| imazen/imageflow-dotnet | tests/Imageflow.Test/TestApi.cs | agpl-3.0 | 1,588,725,723 | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... | using System;
using System.Drawing;
using System.IO;
using Xunit;
using System.Threading.Tasks;
using Imageflow.Bindings;
using Imageflow.Fluent;
using Xunit.Abstractions;
namespace Imageflow.Test
{
public class TestApi
{
private readonly ITestOutputHelper output;
public TestApi(ITestOutputH... |
9e9915cc165b82549f63c82751062fe071b11cfc | Fix RegionPercent node - was using region instead | Fix RegionPercent node - was using region instead
| imazen/imageflow-dotnet | src/Imageflow/Fluent/BuildNode.cs | agpl-3.0 | 1,588,725,675 | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... |
b8b9af0cc42a1883f8b071a117360f7057ff219e | Add WhiteBalanceSrgb node | Add WhiteBalanceSrgb node
| imazen/imageflow-dotnet | src/Imageflow/Fluent/BuildNode.cs | agpl-3.0 | 1,588,724,193 | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... |
0d5b2e83c16c71825a66361ecd2a7c4a952a4664 | Add ExpandCanvas node | Add ExpandCanvas node
| imazen/imageflow-dotnet | src/Imageflow/Fluent/BuildNode.cs | agpl-3.0 | 1,588,723,943 | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... |
611191c9c9b472aabf86e11be75e255e5626bbd1 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,588,723,910 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
04e7394cd7832083341af8de73fbee23763ea044 | Add FillRectangle node and docs | Add FillRectangle node and docs
| imazen/imageflow-dotnet | src/Imageflow/Fluent/BuildNode.cs | agpl-3.0 | 1,588,723,785 | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... |
59a4981cbf644791c0157e7733fa8d09a04af3ab | Fix background_color on Region() and RegionPercent calls. | Fix background_color on Region() and RegionPercent calls.
| imazen/imageflow-dotnet | src/Imageflow/Fluent/BuildNode.cs | agpl-3.0 | 1,588,723,766 | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... |
340c1029abf042f89428fb06ebc43d067ce518af | fix: remove Remove | fix: remove Remove
| raynjamin/Imgix-CSharp | src/Imgix/UrlBuilder.cs | mit | 1,588,723,555 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Security.Cryptography;
namespace Imgix
{
public class UrlBuilder
{
public Boolean UseHttps;
public Boolean IncludeLibraryParam;
private String _signKey;
p... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Security.Cryptography;
namespace Imgix
{
public class UrlBuilder
{
public Boolean UseHttps;
public Boolean IncludeLibraryParam;
private String _signKey;
p... |
97d5dbbeed1aef7ef5fac886daeb860d36059425 | Add CropWhitespace node and docs | Add CropWhitespace node and docs
| imazen/imageflow-dotnet | src/Imageflow/Fluent/BuildNode.cs | agpl-3.0 | 1,588,723,451 | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... | using System;
using System.Drawing;
using System.IO;
namespace Imageflow.Fluent
{
public class BuildNode :BuildItemBase
{
internal static BuildNode StartNode(FluentBuildJob graph, object data) => new BuildNode(graph, data, null, null);
public BuildEndpoint Encode(IOutputDestinatio... |
d9eb09f72c2934c1534bf1f5e7db1e3b8590e57d | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
| LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,588,723,068 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "122370c5182a167cad6a8b35558c260daecf9e79";
public static string Version = "1.2";
public static string Build = "3359";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "b81df7af56a9cb919d03882473ab6be98e4adb87";
public static string Version = "1.2";
public static string Build = "3357";
... |
98a458ef569c6e5d09415bc059471fbb659cac2d | prev commit. | prev commit.
| StockSharp/StockSharp | Messages/MarketDataMessage.cs | apache-2.0 | 1,588,717,345 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
47f7c12fdf30ad024c312d5be51a67ea68a53be7 | Fix merge which added duplicate Publisher props | Fix merge which added duplicate Publisher props
| BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenM... | src/BloomExe/Book/BookInfo.cs | mit | 1,588,717,273 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Threading;
using Bloom.ImageProcessing;
using System.Text.RegularExpressions;
using System.Windows.Forms;
using Bloom.Edit;
using L10NSharp;
using... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Threading;
using Bloom.ImageProcessing;
using System.Text.RegularExpressions;
using System.Windows.Forms;
using Bloom.Edit;
using L10NSharp;
using... |
1a103e5f62e77bd32a98e3d6c1cc03841ffd6362 | Fix watchdog test | Fix watchdog test
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,716,563 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... |
bf325f43effea40b74845bb6c2d1d24beb092c09 | Clean up log messages | Clean up log messages
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Server.cs | agpl-3.0 | 1,588,716,408 | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Ho... | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Ho... |
357c7ebeab05ebc8fb59c852c8d514044ed22414 | Fix for DateTimeOffset with SQLite | Fix for DateTimeOffset with SQLite
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/SqliteDatabaseContext.cs | agpl-3.0 | 1,588,716,261 | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using System.Linq;
using Tgstation.Server.Host.Configuration;
namespace Tgstation.Server.Host.Database
{
/// <summary>
/// <see cref... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using System;
using Tgstation.Server.Host.Configuration;
namespace Tgstation.Server.Host.Database
{
/// <summary>
/// <see cref="DatabaseContext{TParentContext}"/> for MySQL
/// </summary>
sealed class Sql... |
3f5f6dd8e2bcbd620d7a5a53e49f698d0457465c | Update PlayerNetworkActions.cs | Update PlayerNetworkActions.cs
| krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Player/PlayerNetworkActions.cs | agpl-3.0 | 1,588,715,907 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using UnityEngine;
using Mirror;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgressConf... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using UnityEngine;
using Mirror;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgressConf... |
399c2519bb4be34df6814cc255259bb0764bc534 | Update PlayerNetworkActions.cs | Update PlayerNetworkActions.cs
| fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation | UnityProject/Assets/Scripts/Player/PlayerNetworkActions.cs | agpl-3.0 | 1,588,715,720 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using UnityEngine;
using Mirror;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgressConf... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using AdminTools;
using UnityEngine;
using Mirror;
public partial class PlayerNetworkActions : NetworkBehaviour
{
private static readonly StandardProgressActionConfig DisrobeProgressConf... |
017ea3ecf83714c17c4e0765266f2f1ad5815bac | Added support for extending the MessagingCommandRegistry. | Added support for extending the MessagingCommandRegistry.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Commands.Messaging/MessagingCommandRegistry.cs | mit | 1,588,714,711 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="MessagingCommandRegistry.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="MessagingCommandRegistry.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in t... |
12f5576d59372eaea4c18d94a28fc00a31ae6b1c | AHHHHHHHHHHHHHHH | AHHHHHHHHHHHHHHH
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,713,764 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... |
20754f9291efd990ab6bc42afcf08e33314d46a3 | [X11] Remove BorderOnly support for now since it doesn't work anyway | [X11] Remove BorderOnly support for now since it doesn't work anyway
| akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/... | src/Avalonia.X11/X11Window.cs | mit | 1,588,712,913 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... |
410aa1913072544f4bc95b02906f7806250235ee | Fixed comparing floats with equality operator issue | Fixed comparing floats with equality operator issue
| adamstyl/sharp-convert | SharpConvert/SpeedUnit.cs | mit | 1,588,712,755 | 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>() ... | 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>() ... |
a148a016eb22b08846c7d765a84170d38af1eed7 | GetPropertySteps: Don't mention byte[] but take Model.NativeTypes into account. | GetPropertySteps: Don't mention byte[] but take Model.NativeTypes into account.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Queries/GremlinQuery.cs | mit | 1,588,712,345 | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
using Microsoft.Extensions.Logging;
na... | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
using Microsoft.Extensions.Logging;
na... |
0cae901e2e0d7d4b8306c7d91eea1932acbe2739 | move const declaration | move const declaration
| SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,grokys/Perspex,jkoritzinsky/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,akrisiun/Perspex,wieslaws... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,712,193 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
0608ad6008d2032311cc1be03405bfb33f9ab537 | prevent restoring window styles from overwriting windowstates. | prevent restoring window styles from overwriting windowstates.
| SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,grokys/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Avalonia... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,588,711,929 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Avalonia.Win32.Interop;
... |
231db4ef19aa98326578e1f5a16b12a8cc6cf4b6 | Simplification. | Simplification.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Queries/GremlinQuery.cs | mit | 1,588,711,812 | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
using Microsoft.Extensions.Logging;
na... | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
using Microsoft.Extensions.Logging;
na... |
8528369bd9168c2ba391841879e71bc2effb82b3 | Adding the "connection" property | Adding the "connection" property
Fixes https://github.com/auth0/auth0.net/issues/405 | auth0/auth0.net,auth0/auth0.net | src/Auth0.ManagementApi/Models/UserBlock.cs | mit | 1,588,711,544 | using Newtonsoft.Json;
namespace Auth0.ManagementApi.Models
{
/// <summary>
/// Represents a user block
/// </summary>
public class UserBlock
{
/// <summary>
/// The identifier of the user
/// </summary>
/// <remarks>
/// Can be the user's email address, use... | using Newtonsoft.Json;
namespace Auth0.ManagementApi.Models
{
/// <summary>
/// Represents a user block
/// </summary>
public class UserBlock
{
/// <summary>
/// The identifier of the user
/// </summary>
/// <remarks>
/// Can be the user's email address, use... |
feca29c9b28916c018e53562ee448ecbad86732a | refactoring | refactoring
| OBeautifulCode/OBeautifulCode.Reflection | OBeautifulCode.Reflection.Recipes/AppDomainHelper/AppDomainHelper.cs | mit | 1,588,711,164 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelper.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelper.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... |
4b182a9f71020e4ba75a6986470b85c9bdbbf4ac | Fix basic watchdog tests | Fix basic watchdog tests
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,711,060 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... |
ebe4f4a03517b7bc2d6da113676a59ba54931d99 | Unwrap ActionResult<T> | Unwrap ActionResult<T>
| BluestoneEU/TypeGap,BluestoneEU/TypeGap,BluestoneEU/TypeGap | TypeGap/TypeConverter.cs | mit | 1,588,710,987 | using TypeGap.Extensions;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TypeLite;
using TypeLite.TsModels;
namespace TypeGap
{
public class TypeConverter
{
private readonly string _globalNamespace;
... | using TypeGap.Extensions;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TypeLite;
using TypeLite.TsModels;
namespace TypeGap
{
public class TypeConverter
{
private readonly string _globalNamespace;
... |
da28cdf173bc39337fda5e6397460b571541de81 | adding overload to ExecuteInAppDomain for Func<T1, T2, TResult> | adding overload to ExecuteInAppDomain for Func<T1, T2, TResult>
| OBeautifulCode/OBeautifulCode.Reflection | OBeautifulCode.Reflection.Recipes/AppDomainHelper/AppDomainHelper.cs | mit | 1,588,710,909 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelper.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelper.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... |
48c127c32c4b136555ca1ff0158ff962ebe70c80 | Exception message. | Exception message.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Queries/GremlinQuery.cs | mit | 1,588,710,518 | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
using Microsoft.Extensions.Logging;
na... | // ReSharper disable ArrangeThisQualifier
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq.Expressions;
using ExRam.Gremlinq.Core.GraphElements;
using Gremlin.Net.Process.Traversal;
using Microsoft.Extensions.Logging;
na... |
6009472b5211bea9c7bb91070c7894d18da479b3 | Getting real tired of this shit | Getting real tired of this shit
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | agpl-3.0 | 1,588,709,597 | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... | using Byond.TopicSender;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server... |
f424dd167e78f12244ad0327a422bbcc15090b8b | dispose objects in unit tests | dispose objects in unit tests
| OBeautifulCode/OBeautifulCode.Reflection | OBeautifulCode.Reflection.Recipes.Test/AppDomainHelperTest.cs | mit | 1,588,709,448 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelperTest.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// -------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppDomainHelperTest.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// -------------------------------------------------... |
963affe89d1ea715d581a88eb8e4e46842b1981b | Add another retry | Add another retry
| exceptionless/Foundatio,FoundatioFx/Foundatio,exceptionless/Foundatio,FoundatioFx/Foundatio | tests/Foundatio.Tests/Jobs/JobTests.cs | apache-2.0 | 1,588,709,022 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Foundatio.Caching;
using Foundatio.Jobs;
using Foundatio.Logging.Xunit;
using Foundatio.Metrics;
using Foundatio.Utility;
using Microsoft.Extensions.Logging;
using xRe... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Foundatio.Caching;
using Foundatio.Jobs;
using Foundatio.Logging.Xunit;
using Foundatio.Metrics;
using Foundatio.Utility;
using Microsoft.Extensions.Logging;
using Xun... |
4d6166e3cc3975f53724d276016b4fc9986c1921 | make class internal. | make class internal.
| jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,Ava... | src/Windows/Avalonia.Win32/Win32TypeExtensions.cs | mit | 1,588,708,879 | using static Avalonia.Win32.Interop.UnmanagedMethods;
namespace Avalonia.Win32
{
internal static class Win32TypeExtensions
{
public static PixelRect ToPixelRect(this RECT rect)
{
return new PixelRect(rect.left, rect.top, rect.right - rect.left,
rect.bottom - rec... | using static Avalonia.Win32.Interop.UnmanagedMethods;
namespace Avalonia.Win32
{
public static class Win32TypeExtensions
{
internal static PixelRect ToPixelRect(this RECT rect)
{
return new PixelRect(rect.left, rect.top, rect.right - rect.left,
rect.bottom - rec... |
a6896bd4b15115e46328b1a252a2ebdf1e4a4651 | Fixed interface remove entity methods | Fixed interface remove entity methods
| xirqlz/blueprint41 | Blueprint41/Interface.cs | mit | 1,588,708,727 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Blueprint41.Neo4j.Refactoring;
namespace Blueprint41
{
public class Interface : IRefactorInterface
{
internal Interface(DatastoreModel parent, string name)
{
Parent = parent;
Na... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Blueprint41.Neo4j.Refactoring;
namespace Blueprint41
{
public class Interface : IRefactorInterface
{
internal Interface(DatastoreModel parent, string name)
{
Parent = parent;
Na... |
8b609c5d99630f2aa39d3f9e4dafd5e6b8ed807e | Improve the !players command | Improve the !players command
| samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/Commands/GlobalCommands.cs | mit | 1,588,708,267 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Mods;
using Newtonsoft.Json;
using UnityEngine;
using Random = UnityEngine.Random;
/// <summary>Commands that can generall... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using Assets.Scripts.Mods;
using Newtonsoft.Json;
using UnityEngine;
using Random = UnityEngine.Random;
/// <summary>Commands that can generall... |
f16d8a9555c150c000f400ff9c2a2fffd0b5e7bb | Default the sort order to date created descending | Default the sort order to date created descending
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/ItemManagementController.cs | mit | 1,588,707,267 | using System;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.Helpers.Filter;
using CRP.Controllers.ViewModels;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc... | using System;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.Helpers.Filter;
using CRP.Controllers.ViewModels;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.