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 |
|---|---|---|---|---|---|---|---|---|
58fe47ce727bc3975f92cafe9f4081a4c4767aef | Move unhandled exception notificaton into dedicated method and use Shutdown instead of Environment.Exit to close app | Move unhandled exception notificaton into dedicated method and use Shutdown instead of Environment.Exit to close app
| CalebChalmers/KAGTools | KAGTools/App.xaml.cs | mit | 1,593,747,813 | using GalaSoft.MvvmLight.Messaging;
using KAGTools.Data;
using KAGTools.Helpers;
using KAGTools.ViewModels;
using KAGTools.Windows;
using Microsoft.WindowsAPICodePack.Dialogs;
using Serilog;
using Squirrel;
using System;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Threading.Task... | using GalaSoft.MvvmLight.Messaging;
using KAGTools.Data;
using KAGTools.Helpers;
using KAGTools.ViewModels;
using KAGTools.Windows;
using Microsoft.WindowsAPICodePack.Dialogs;
using Serilog;
using Squirrel;
using System;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Threading.Task... |
8fcb0a9c8b640baacf0e8136cb008fb5e214c4cd | Add error handling and logging to KAG test methods and fix setting rcon password to default when sv_tcpr is disabled | Add error handling and logging to KAG test methods and fix setting rcon password to default when sv_tcpr is disabled
| CalebChalmers/KAGTools | KAGTools/Helpers/TestHelper.cs | mit | 1,593,746,429 | using KAGTools.Data;
using Serilog;
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace KAGTools.Helpers
{
public static class TestHelper
{
private static readonly string DEFAULT_RCONPASSWORD = "test";
// TCPR ... | using KAGTools.Data;
using System;
using System.Diagnostics;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace KAGTools.Helpers
{
public static class TestHelper
{
private static readonly string DEFAULT_RCONPASSWORD = "test";
public static void TestSolo()
{
... |
91c34652042544632202e1041c137cd5e7bb6285 | Fix ScrollContainers accepting right-click drags on their scrollbars | Fix ScrollContainers accepting right-click drags on their scrollbars
| smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framewor... | osu.Framework/Graphics/Containers/ScrollContainer.cs | mit | 1,593,745,974 | // 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 osu.Framework.Caching;
using osu.Framework.Input;
using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
usin... | // 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 osu.Framework.Caching;
using osu.Framework.Input;
using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
usin... |
3b14d251a31e58c803fd9a2490202b023d9558b8 | Display shard 1 for non-guilds | Display shard 1 for non-guilds
| Goldfish64/NinjaCatDiscordBot | src/NinjaCatDiscordBot/BotCommands.cs | mit | 1,593,742,200 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* File: BotCommands.cs
*
* Copyright (c) 2016 - 2020 John Davis
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software ... | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* File: BotCommands.cs
*
* Copyright (c) 2016 - 2020 John Davis
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software ... |
0549fd985662b306f74288d2d25966f7631bf2c9 | Fix for wrong Content-MD5 header when body is XElement (#439) | Fix for wrong Content-MD5 header when body is XElement (#439)
| minio/minio-dotnet | Minio/V4Authenticator.cs | apache-2.0 | 1,593,738,292 | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017, 2020 MinIO, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | /*
* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017, 2020 MinIO, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... |
c536d31661ad920e922a57e89bff6dbf974695d8 | Test wallet password if it was not tested | Test wallet password if it was not tested
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/ClosedWalletViewModel.cs | mit | 1,593,737,378 | using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Gui.Tabs.WalletManager;
using WalletWasa... | using AvalonStudio.Extensibility;
using ReactiveUI;
using Splat;
using System;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.Gui.Helpers;
using WalletWasabi.Logging;
using WalletWasabi.Wallets;
namespace WalletWasabi.Gui.C... |
d7bb5b0f7b57b0d8021153439ce283990e62e26f | yes comboboxes, i still hate you. thanks for checking in. | yes comboboxes, i still hate you. thanks for checking in.
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/UI/RelhaxWPFComboBox.xaml.cs | apache-2.0 | 1,593,733,341 | using RelhaxModpack.Database;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
usin... | using RelhaxModpack.Database;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
usin... |
2fffb99a677cde5bc47db56209fdb7b397e6d8e0 | and this one | and this one
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs | apache-2.0 | 1,593,733,268 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UI;
using System.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml;
using System.Net;
using System.IO;
using Microsoft.Win32;
using RelhaxModpack.UI;
using System.... |
dc656b384c1d109406d164ae456f470002559138 | missed a couple in the code move | missed a couple in the code move
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/Xml/XmlUtils.cs | apache-2.0 | 1,593,733,245 | 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... |
b22ddf7c42484e657003bed9bdd94d79974ee863 | A packing push. | A packing push.
| RossNordby/scratchpad,RossNordby/scratchpad | AutomagicWorkflows/SomeLibrary/Tarben.cs | apache-2.0 | 1,593,733,215 | using System;
namespace SomeLibrary
{
public static class Tarben
{
public static float Emulsify(float v)
{
return v * 3;
}
}
}
| using System;
namespace SomeLibrary
{
public static class Tarben
{
public static float Emulsify(float v)
{
return v * 4;
}
}
}
|
c67743efc09ba5897f407d0ab1e5d60453973de8 | chore: ref #537, ref #538 | chore: ref #537, ref #538
| rollbar/Rollbar.NET,rollbar/Rollbar.NET | Rollbar/DTOs/ExtendableDtoMetadata.cs | mit | 1,593,730,473 | namespace Rollbar.DTOs
{
using System;
using System.Collections.Generic;
using System.Reflection;
using Rollbar.Common;
using Rollbar.Diagnostics;
internal class ExtendableDtoMetadata
{
public Type ExtendableDtoType { get; private set; }
public IReadOnlyDictionary<string, ... | namespace Rollbar.DTOs
{
using System;
using System.Collections.Generic;
using System.Reflection;
using Rollbar.Common;
using Rollbar.Diagnostics;
internal class ExtendableDtoMetadata
{
public Type ExtendableDtoType { get; private set; }
public IReadOnlyDictionary<string, ... |
fac39c03a243c9364f8a505d0005c5af7225a5ef | Fix typo in comment. | Fix typo in comment.
| duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati | Duplicati/UnitTest/RestoreHandlerTests.cs | lgpl-2.1 | 1,593,729,606 | using Duplicati.Library.Common;
using Duplicati.Library.Main;
using NUnit.Framework;
using System.Collections.Generic;
using System.IO;
using System.Security.AccessControl;
using Duplicati.Library.Common.IO;
namespace Duplicati.UnitTest
{
public class RestoreHandlerTests : BasicSetupHelper
{
[Test]
... | using Duplicati.Library.Common;
using Duplicati.Library.Main;
using NUnit.Framework;
using System.Collections.Generic;
using System.IO;
using System.Security.AccessControl;
using Duplicati.Library.Common.IO;
namespace Duplicati.UnitTest
{
public class RestoreHandlerTests : BasicSetupHelper
{
[Test]
... |
7bbe511f3141f09d95516217a64c8a09fd3fefed | Reduce scope of Controller instance. | Reduce scope of Controller instance.
| mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati | Duplicati/UnitTest/RestoreHandlerTests.cs | lgpl-2.1 | 1,593,729,596 | using Duplicati.Library.Common;
using Duplicati.Library.Main;
using NUnit.Framework;
using System.Collections.Generic;
using System.IO;
using System.Security.AccessControl;
using Duplicati.Library.Common.IO;
namespace Duplicati.UnitTest
{
public class RestoreHandlerTests : BasicSetupHelper
{
[Test]
... | using Duplicati.Library.Common;
using Duplicati.Library.Main;
using NUnit.Framework;
using System.Collections.Generic;
using System.IO;
using System.Security.AccessControl;
using Duplicati.Library.Common.IO;
namespace Duplicati.UnitTest
{
public class RestoreHandlerTests : BasicSetupHelper
{
[Test]
... |
7ce99d52bffbb2e76fba8691a3b168cc5b67f66b | Fix MetadataClonerTest | Fix MetadataClonerTest
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | test/AsmResolver.DotNet.Tests/Cloning/MetadataClonerTest.cs | mit | 1,593,729,249 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using AsmResolver.DotNet.Cloning;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.TestCases.Events;
using AsmResolver.DotNet.TestCases.Fields;
using AsmResolver.DotNet.TestCases.Generics;
using AsmResolver.DotNet.T... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using AsmResolver.DotNet.Cloning;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.TestCases.Events;
using AsmResolver.DotNet.TestCases.Fields;
using AsmResolver.DotNet.TestCases.Generics;
using AsmResolver.DotNet.T... |
b3418d09fb864f9313aaa2eff508fd77f79b7608 | Remove Log | Remove Log
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/GameConfigManager.cs | agpl-3.0 | 1,593,729,230 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.IO;
using UnityEngine.Events;
namespace GameConfig
{
/// <summary>
/// Config for in game stuff
/// </summary>
public class GameConfigManager : MonoBehaviour
{
private static GameConfigManager instance;
... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.IO;
using UnityEngine.Events;
namespace GameConfig
{
/// <summary>
/// Config for in game stuff
/// </summary>
public class GameConfigManager : MonoBehaviour
{
private static GameConfigManager instance;
... |
e563b2c2813c6c16c8f50b1804340519ba6c15ad | Remove log | Remove log
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventsManager.cs | agpl-3.0 | 1,593,729,211 | using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using DiscordWebhook;
using System;
using System.Linq;
using Random = UnityEngine.Random;
using GameConfig;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGa... | using System.Collections;
using System.Collections.Generic;
using AdminTools;
using UnityEngine;
using DiscordWebhook;
using System;
using System.Linq;
using Random = UnityEngine.Random;
using GameConfig;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGa... |
19b7349d20d287839ace71b283f7bd10b827d5b6 | unused using | unused using
| mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia | ksp_plugin_adapter/orbit_analyser.cs | mit | 1,593,729,138 | using System;
namespace principia {
namespace ksp_plugin_adapter {
// Miscellaneous formatting utilities; these are extension methods to make null
// handling easier, thanks to null-coalescing operators.
internal static class Formatters {
// Formats |value| in "N<fractional_digits>" using the Principia culture.
... | using System;
using System.Runtime.InteropServices;
namespace principia {
namespace ksp_plugin_adapter {
// Miscellaneous formatting utilities; these are extension methods to make null
// handling easier, thanks to null-coalescing operators.
internal static class Formatters {
// Formats |value| in "N<fractional_di... |
c67ecd2cf0e4aa9f6b81903fdadd9ec3e495f5ad | Quarantine test | Quarantine test
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/BlazorTemplates.Tests/BlazorWasmTemplateTest.cs | apache-2.0 | 1,593,728,788 | // 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.Http;
using System.Net.Http.Heade... | // 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.Http;
using System.Net.Http.Heade... |
cb3af4a4b054f4967088bfd4e0994420e2dfd35d | Make sentinel type ctor public. | Make sentinel type ctor public.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Signatures/Types/SentinelTypeSignature.cs | mit | 1,593,727,754 | using System;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Signatures.Types
{
/// <summary>
/// Represents a sentinel type signature to be used in a method signature, indicating the start of any vararg
/// argument types.
/// </summary>
/// <remarks>
/// This ... | using System;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
namespace AsmResolver.DotNet.Signatures.Types
{
/// <summary>
/// Represents a sentinel type signature to be used in a method signature, indicating the start of any vararg
/// argument types.
/// </summary>
/// <remarks>
/// This ... |
d0816a8089a4ba68638f041b3fcc1a07a13ce409 | Add MetadataCloner Tests | Add MetadataCloner Tests
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | test/AsmResolver.DotNet.Tests/Cloning/MetadataClonerTest.cs | mit | 1,593,726,876 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using AsmResolver.DotNet.Cloning;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.TestCases.Events;
using AsmResolver.DotNet.TestCases.Fields;
using AsmResolver.DotNet.TestCases.Generics;
using AsmResolver.DotNet.T... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using AsmResolver.DotNet.Cloning;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.TestCases.Events;
using AsmResolver.DotNet.TestCases.Fields;
using AsmResolver.DotNet.TestCases.Generics;
using AsmResolver.DotNet.T... |
0404d21b7fad5f7618787d9ad3fac9ad2c10584b | Change MemberCloneResult GetClonedMemmber | Change MemberCloneResult GetClonedMemmber
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloneResult.cs | mit | 1,593,726,837 | using System;
using System.Collections.Generic;
using System.Linq;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, ... | using System;
using System.Collections.Generic;
using System.Linq;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, ... |
95b1257d6792cf8a67edd15d6de7d913a3b9b2dd | Fixing tests | Fixing tests
| jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl | Tests/MatterControl.Tests/MatterControl/GCodeStreamTests.cs | bsd-2-clause | 1,593,726,131 | /*
Copyright (c) 2016, Kevin Pope, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of co... | /*
Copyright (c) 2016, Kevin Pope, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of co... |
eea5396d38c3e00ec72adba4b96ec65f05a4f7d6 | Log webhook payloads (#745) | Log webhook payloads (#745)
* Write payload to telemetry for diagnostic purposes. | tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | tools/webhook-router/Azure.Sdk.Tools.WebhookRouter/Routing/Router.cs | mit | 1,593,725,965 | using Azure.Data.AppConfiguration;
using Azure.Identity;
using Azure.Messaging.EventHubs;
using Azure.Messaging.EventHubs.Producer;
using Azure.Sdk.Tools.WebhookRouter.Integrations.GitHub;
using Azure.Security.KeyVault.Secrets;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Caching.Memory;
using Microsoft... | using Azure.Data.AppConfiguration;
using Azure.Identity;
using Azure.Messaging.EventHubs;
using Azure.Messaging.EventHubs.Producer;
using Azure.Sdk.Tools.WebhookRouter.Integrations.GitHub;
using Azure.Security.KeyVault.Secrets;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Caching.Memory;
using Microsoft... |
6c205c4a795223b168bec203db685983efadd7a2 | Can only remove item from storage if active hand is free (#1255) | Can only remove item from storage if active hand is free (#1255)
Co-authored-by: Bright0 <66bd8df1762019ab78379d2604b65ee09c27a2c5@gmail.com> | space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Items/Storage/ServerStorageComponent.cs | mit | 1,593,725,830 | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Server.GameObjects.Components;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Utility;
using Content.Shared.Game... | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Server.GameObjects.Components;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Utility;
using Content.Shared.Game... |
662fb0c92922123550f2b3cdb66e7e8478792118 | Fix null dereference | Fix null dereference
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/TypeDefinition.cs | mit | 1,593,725,671 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Cil;
using AsmRes... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Cil;
using AsmRes... |
193702dcd2e445f962aa0be69109934b65012ce5 | Update build | Update build
| martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet,martin211/aimp_dotnet | build/Build.cs | apache-2.0 | 1,593,725,179 | using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using Aimp.DotNet.Build;
using Nuke.Common;
using Nuke.Common.CI.TeamCity;
using Nuke.Common.Execution;
using Nuke.Common.Git;
using Nuke.Common.IO;
using Nuke.Common.ProjectModel;
using Nuke.Common.Tooling;
using Nuke.Common.Too... | using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using Aimp.DotNet.Build;
using Nuke.Common;
using Nuke.Common.CI.TeamCity;
using Nuke.Common.Execution;
using Nuke.Common.Git;
using Nuke.Common.IO;
using Nuke.Common.ProjectModel;
using Nuke.Common.Tooling;
using Nuke.Common.Too... |
1430edba2721ec240f5a60970b0baac12bfd1855 | Update connection pool doc | Update connection pool doc
| titanium007/Titanium-Web-Proxy,titanium007/Titanium,justcoding121/Titanium-Web-Proxy,justcoding121/Titanium-Web-Proxy,titanium007/Titanium,titanium007/Titanium-Web-Proxy | src/Titanium.Web.Proxy/ProxyServer.cs | mit | 1,593,725,151 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using Titanium.Web.Proxy.EventArguments;
using Titanium.Web.Pro... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Security.Authentication;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using Titanium.Web.Proxy.EventArguments;
using Titanium.Web.Pro... |
5af8a6c79024cd999238fdd64346689ac6426090 | Remove bochs check inside the VBE driver | Remove bochs check inside the VBE driver
VBE is not only made for bochs! Plus it's already checked in the initialization of the canvas | zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.HAL2/Drivers/Video/VBEDriver.cs | bsd-3-clause | 1,593,725,022 | #define COSMOSDEBUG
using System;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
public class VBEDriver
{
private static readonly VBE IO = Core.Global.BaseIOGroups.VBE;
private enum RegisterIndex
{
DisplayID = 0x00,
DisplayXResolution,
... | #define COSMOSDEBUG
using System;
using Cosmos.Core.IOGroup;
namespace Cosmos.HAL.Drivers
{
public class VBEDriver
{
private static readonly VBE IO = Core.Global.BaseIOGroups.VBE;
private enum RegisterIndex
{
DisplayID = 0x00,
DisplayXResolution,
... |
3327248646a47023a47fe7f390042049b495db61 | Add functionality to check the full inheritance hierarchy and to check implemented interfaces | Add functionality to check the full inheritance hierarchy and to check implemented interfaces
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/TypeDefinition.cs | mit | 1,593,724,776 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Cil;
using AsmRes... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using AsmResolver.Collections;
using AsmResolver.DotNet.Code.Cil;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures.Types;
using AsmResolver.PE.DotNet.Cil;
using AsmRes... |
cda1dc4dd209c5280bdc5c4c44ac4ee4d198fbfe | Add MemberCloneResult GetClonedTopLevelTypes | Add MemberCloneResult GetClonedTopLevelTypes
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloneResult.cs | mit | 1,593,724,418 | using System;
using System.Collections.Generic;
using System.Linq;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, ... | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, IMemberDescriptor> ... |
435d20214939126bde4c3dc036eb5770bf74898c | fix concurrency issue in ValueTaskPromise | fix concurrency issue in ValueTaskPromise
| nessos/Eff | src/Eff/Utils/ValueTaskPromise.cs | mit | 1,593,724,015 | using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using System.Threading.Tasks.Sources;
namespace Nessos.Effects.Utils
{
// Defines a simple promise class for ValueTask which can be awaited multiple times.
// Adapted from Konrad Kokosa's IValueTaskSource ... | using System;
using System.Collections.Concurrent;
using System.Threading;
using System.Threading.Tasks;
using System.Threading.Tasks.Sources;
namespace Nessos.Effects.Utils
{
// Defines a simple promise class for ValueTask which can be awaited multiple times.
// Adapted from Konrad Kokosa's IValueTaskSource ... |
9ddbc7eb36df38e44554520752c61d5fa73457a7 | Fix MemberCloneResult.GetCloneMember | Fix MemberCloneResult.GetCloneMember
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Cloning/MemberCloneResult.cs | mit | 1,593,723,478 | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, IMemberDescriptor> ... | using System;
using System.Collections.Generic;
namespace AsmResolver.DotNet.Cloning
{
/// <summary>
/// Provides information about the result of a metadata cloning procedure.
/// </summary>
public class MemberCloneResult
{
private readonly IDictionary<IMemberDescriptor, IMemberDescriptor> ... |
09d8de0cc7ae1e4a730d5b771f5444a06503fa5e | VirtualBox detection in canvas init | VirtualBox detection in canvas init
Since VirtualBox emulates a generic VBE compatible video device, it can be detected thought PCI devices (0x80EE, 0xBEEF : VirtualBox Video Adapter) | zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Graphics/FullScreenCanvas.cs | bsd-3-clause | 1,593,723,447 | //#define COSMOSDEBUG
using Cosmos.HAL;
using Cosmos.HAL.Drivers;
namespace Cosmos.System.Graphics
{
public static class FullScreenCanvas
{
public static bool IsInUse = false;
public static void Disable()
{
if (IsInUse)
{
_VideoDriver.Disable();
... | //#define COSMOSDEBUG
using Cosmos.HAL;
using Cosmos.HAL.Drivers;
namespace Cosmos.System.Graphics
{
public static class FullScreenCanvas
{
public static bool IsInUse = false;
public static void Disable()
{
if (IsInUse)
{
_VideoDriver.Disable();
... |
3a258d8f421b28cea516ec9bcebf61398c7451e4 | Fix bug in Captains Log entries when start date is ticked. | Fix bug in Captains Log entries when start date is ticked.
| klightspeed/EDDiscovery,andreaspada/EDDiscovery,EDDiscovery/EDDiscovery,EDDiscovery/EDDiscovery,klightspeed/EDDiscovery | EDDiscovery/UserControls/LogsBookmarks/CaptainsLogEntries.cs | apache-2.0 | 1,593,723,233 | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | /*
* Copyright © 2016 - 2017 EDDiscovery development team
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
47f94d8cda0f2c599252385cf783d47b1d412220 | OnAuthToken | OnAuthToken
| AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework | Signum.React.Extensions/Authorization/AuthTokensServer.cs | mit | 1,593,722,992 | using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.React.Filters;
using Signum.Utilities;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Security.Authentication;
using System.Security.Cr... | using Signum.Engine;
using Signum.Engine.Authorization;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.React.Filters;
using Signum.Utilities;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Security.Authentication;
using System.Security.Cr... |
f5015d1cd695afc2e69114e10e34d05aa06ab554 | Make sure we don't crash if the slice is canceled and there is an error disposing it. | Make sure we don't crash if the slice is canceled and there is an error disposing it.
issue: MatterHackers/MCCentral#5929
InvalidOperationException: No process is associated with this object.
| jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl | MatterControlLib/SlicerConfiguration/EngineMappingsMatterSlice.cs | bsd-2-clause | 1,593,722,929 | /*
Copyright (c) 2016, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2016, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
dfcb7b71e124d71c81662f0a720d13edc108ef4b | Revert "(GH-72) Ensure deterministic dll genration" | Revert "(GH-72) Ensure deterministic dll genration"
This reverts commit 6a33288fef0a89d30b9ada5f7e7768c82b9ade92.
| cake-build/frosting,cake-build/frosting | build/Lifetime.cs | mit | 1,593,722,221 | using System;
using System.Linq;
using Cake.Common;
using Cake.Common.Diagnostics;
using Cake.Common.Build;
using Cake.Common.Tools.DotNetCore.MSBuild;
using Cake.Frosting;
using Cake.Core.Diagnostics;
using Cake.Core.IO;
public class Lifetime : FrostingLifetime<Context>
{
public override void Setup(Co... | using System;
using System.Linq;
using Cake.Common;
using Cake.Common.Diagnostics;
using Cake.Common.Build;
using Cake.Common.Tools.DotNetCore.MSBuild;
using Cake.Frosting;
using Cake.Core.Diagnostics;
using Cake.Core.IO;
public class Lifetime : FrostingLifetime<Context>
{
public override void Setup(Context contex... |
6a33288fef0a89d30b9ada5f7e7768c82b9ade92 | (GH-72) Ensure deterministic dll genration | (GH-72) Ensure deterministic dll genration
As suggested by warning in NuGet Package Explorer.
| cake-build/frosting,cake-build/frosting | build/Lifetime.cs | mit | 1,593,722,036 | using System;
using System.Linq;
using Cake.Common;
using Cake.Common.Diagnostics;
using Cake.Common.Build;
using Cake.Common.Tools.DotNetCore.MSBuild;
using Cake.Frosting;
using Cake.Core.Diagnostics;
using Cake.Core.IO;
public class Lifetime : FrostingLifetime<Context>
{
public override void Setup(Context contex... | using System;
using System.Linq;
using Cake.Common;
using Cake.Common.Diagnostics;
using Cake.Common.Build;
using Cake.Common.Tools.DotNetCore.MSBuild;
using Cake.Frosting;
using Cake.Core.Diagnostics;
using Cake.Core.IO;
public class Lifetime : FrostingLifetime<Context>
{
public override void Setup(Co... |
62b3c305c337f5e4c6eb66182f7179eaf7db44b1 | Add default log parameters (#807) | Add default log parameters (#807)
* Add default log parameters
* Case typo | bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core | util/Setup/EnvironmentFileBuilder.cs | agpl-3.0 | 1,593,721,696 | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
namespace Bit.Setup
{
public class EnvironmentFileBuilder
{
private readonly Context _context;
private IDictionary<string, string> _globalValues;
private IDictionary<string... | using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
namespace Bit.Setup
{
public class EnvironmentFileBuilder
{
private readonly Context _context;
private IDictionary<string, string> _globalValues;
private IDictionary<string... |
aedcfbd5c0350ad7dd1e882cafbaf692b979b2e8 | Update RequestTests.cs (#23629) | Update RequestTests.cs (#23629)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/Kestrel/test/InMemory.FunctionalTests/RequestTests.cs | apache-2.0 | 1,593,721,420 | // 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.Concurrent;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Text;
using System.Thread... | // 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.Concurrent;
using System.IO;
using System.IO.Pipelines;
using System.Linq;
using System.Text;
using System.Thread... |
c682830dd53f7e1fff8f97db62ad268089aacd13 | Fix crash in GuiEditCanvas::save() | Fix crash in GuiEditCanvas::save()
Fixes crash in GuiEditCanvas::save() if file location can't be written to.
| Bloodknight/Torque3D,chaigler/Torque3D,Bloodknight/Torque3D,JeffProgrammer/Torque3D,chaigler/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,chaigler/Torque3D,chaigler/Torque3D,JeffProgrammer/Torque3D,JeffProgrammer/Torque3D,Bloodknight/Torque3D,chaigler/Torque3D,Bl... | Templates/BaseGame/game/tools/guiEditor/scripts/guiEditorCanvas.ed.cs | mit | 1,593,721,252 | //-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restrictio... | //-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restrictio... |
811ec912a79f2792e8d72a4b38995e9b2c93fe44 | Geth now throws an error when querying a smart contract with revert, so it is not necessary to handle it in decoding | Geth now throws an error when querying a smart contract with revert, so it is not necessary to handle it in decoding
| Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum | src/Nethereum.Contracts.IntegrationTests/SmartContracts/ErrorReasonTest.cs | mit | 1,593,721,195 | using System.Security.Authentication;
using Nethereum.ABI.FunctionEncoding;
using Nethereum.ABI.FunctionEncoding.Attributes;
using Nethereum.JsonRpc.Client;
using Nethereum.XUnitEthereumClients;
using Xunit;
namespace Nethereum.Contracts.IntegrationTests.SmartContracts
{
[Collection(EthereumClientIntegrationFixtu... | using System.Security.Authentication;
using Nethereum.ABI.FunctionEncoding;
using Nethereum.ABI.FunctionEncoding.Attributes;
using Nethereum.JsonRpc.Client;
using Nethereum.XUnitEthereumClients;
using Xunit;
namespace Nethereum.Contracts.IntegrationTests.SmartContracts
{
[Collection(EthereumClientIntegrationFixtu... |
a70d5c3426ac22c9c54e339371e1c5d995d9b0c1 | Fix commit 9c45d6f8519196c2350aca32998a965cf74dd711 | Fix commit 9c45d6f8519196c2350aca32998a965cf74dd711
| StockSharp/StockSharp | Algo/Connector_SubscriptionManager.cs | apache-2.0 | 1,593,720,332 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using MoreLinq;
using StockSharp.Algo.Candles;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
... |
fc40362ca436852c55b79774e39ce9ecb27b5e09 | Done IOGroup PCSpeaker api docs | Done IOGroup PCSpeaker api docs
| zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.Core/IOGroup/PCSpeaker.cs | bsd-3-clause | 1,593,719,790 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.Core;
namespace Cosmos.Core.IOGroup
{
/// <summary>
/// PC Speaker.
/// </summary>
public class PCSpeaker : IOGroup
{
// IO Port 61, channel 2 gate
/// <summary>
/// Gate IO p... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.Core;
namespace Cosmos.Core.IOGroup
{
public class PCSpeaker : IOGroup
{
// IO Port 61, channel 2 gate
public readonly IOPort Gate = new IOPort(0x61);
// These two ports are shared with t... |
df752ebaf63afafb6f43e910befed361e324b1c4 | Done PS2Controller api docs | Done PS2Controller api docs
| zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.Core/IOGroup/PS2Controller.cs | bsd-3-clause | 1,593,719,205 | namespace Cosmos.Core.IOGroup
{
/// <summary>
/// PS2 Controller.
/// </summary>
public class PS2Controller
{
/// <summary>
/// Data IO port.
/// </summary>
public readonly IOPort Data = new IOPort(0x60);
/// <summary>
/// Status IO port.
/// ... | namespace Cosmos.Core.IOGroup
{
public class PS2Controller
{
public readonly IOPort Data = new IOPort(0x60);
public readonly IOPortRead Status = new IOPortRead(0x64);
public readonly IOPortWrite Command = new IOPortWrite(0x64);
}
}
|
8308808cbe2c2d481617c2473cd132b1539f9a87 | Fixed weird squad shit at BaseServo part module | Fixed weird squad shit at BaseServo part module
| gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer | LmpClient/ModuleStore/Patching/PartModulePatcher.cs | mit | 1,593,719,078 | using Harmony;
using Harmony.ILCopying;
using LmpClient.Base;
using LmpClient.ModuleStore.Structures;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading.Tasks;
namespace LmpClient.ModuleStore.Patching
{
/// <summary>
... | using Harmony;
using Harmony.ILCopying;
using LmpClient.Base;
using LmpClient.ModuleStore.Structures;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Threading.Tasks;
namespace LmpClient.ModuleStore.Patching
{
/// <summary>
... |
d66b97868c4db2e057bf7340200d49eace3dd16f | Adjust rank when flashlight is enabled | Adjust rank when flashlight is enabled
| UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game/Rulesets/Mods/ModFlashlight.cs | mit | 1,593,718,777 | // 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.Graphics;
using osu.Framework.Graphics.... | // 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.Graphics;
using osu.Framework.Graphics.... |
718f06c69075b9199ac07de2db66e6b8124182e5 | Use Mod.AdjustRank() instead | Use Mod.AdjustRank() instead
| NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,peppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu | osu.Game/Screens/Ranking/Expanded/Accuracy/AccuracyCircle.cs | mit | 1,593,718,532 | // 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphi... | // 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.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphi... |
083c2dc3df27595da8d7cab2ba4d34ce2c33a396 | Changing error return | Changing error return
| Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum | src/Nethereum.Contracts.IntegrationTests/SmartContracts/ErrorReasonTest.cs | mit | 1,593,717,299 | using System.Security.Authentication;
using Nethereum.ABI.FunctionEncoding;
using Nethereum.ABI.FunctionEncoding.Attributes;
using Nethereum.JsonRpc.Client;
using Nethereum.XUnitEthereumClients;
using Xunit;
namespace Nethereum.Contracts.IntegrationTests.SmartContracts
{
[Collection(EthereumClientIntegrationFixtu... | using System.Security.Authentication;
using Nethereum.ABI.FunctionEncoding;
using Nethereum.ABI.FunctionEncoding.Attributes;
using Nethereum.JsonRpc.Client;
using Nethereum.XUnitEthereumClients;
using Xunit;
namespace Nethereum.Contracts.IntegrationTests.SmartContracts
{
[Collection(EthereumClientIntegrationFixtu... |
f5ff580868760bab42158d6f7c5411bc72ab16a5 | Respect current priority Fixes #5365 (#5381) | Respect current priority Fixes #5365 (#5381)
* Respect current priority
This otherwise breaks in linux-like environments when starting MSBuild at below normal priority unless also run with administrator privileges.
Fixes #5365 | cdmihai/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,mono/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,mono/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/... | src/MSBuild/XMake.cs | mit | 1,593,716,241 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
#if FEATURE_SYSTEM_CONFIGURATION
using System.Configuration;
#endif
using System.Diagnostics;... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
#if FEATURE_SYSTEM_CONFIGURATION
using System.Configuration;
#endif
using System.Diagnostics;... |
685759115534aba28c674882a32c654412490514 | Fixed to load correct appid | Fixed to load correct appid
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core.Tests/TestCommon.cs | mit | 1,593,715,583 | using Microsoft.SharePoint.Client;
using System;
using System.Configuration;
using System.Security;
using System.Net;
#if !NETSTANDARD2_0
using System.Data.SqlClient;
#endif
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Security.Crypto... | using Microsoft.SharePoint.Client;
using System;
using System.Configuration;
using System.Security;
using System.Net;
#if !NETSTANDARD2_0
using System.Data.SqlClient;
#endif
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Security.Crypto... |
fa1d548f999f345fee222d920a693f633269aa4d | Fix iOS Socket Failure being caused when application is paused. Make it rebind on the same Port when resuming. | Fix iOS Socket Failure being caused when application is paused. Make it rebind on the same Port when resuming.
| RevenantX/LiteNetLib | LiteNetLib/NetSocket.cs | mit | 1,593,715,237 | #if UNITY_5_3_OR_NEWER
#define UNITY
#if UNITY_IOS && !UNITY_EDITOR
using UnityEngine;
#endif
#endif
#if NETSTANDARD || NETCOREAPP
using System.Runtime.InteropServices;
#endif
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
namespace LiteNetLib
{
#if UNITY_IOS && !UNITY_EDITOR
pu... | #if UNITY_5_3_OR_NEWER
#define UNITY
#if UNITY_IOS && !UNITY_EDITOR
using UnityEngine;
#endif
#endif
#if NETSTANDARD || NETCOREAPP
using System.Runtime.InteropServices;
#endif
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
namespace LiteNetLib
{
#if UNITY_IOS && !UNITY_EDITOR
pu... |
2a85354258fd55147e27457f3c54ceaa69b0420a | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.6.3454.20200702183554-master-d635f4d
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,593,715,081 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "d635f4df249f0f6e34e94edf8c73134fea270bef";
public static string Version = "1.6";
public static string Build = "3454";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "b44eb5bf800a8911d6888e7c7acefd1da8d6da26";
public static string Version = "1.6";
public static string Build = "3453";
... |
d635f4df249f0f6e34e94edf8c73134fea270bef | Fix issue with destroying stack in containers (#3058) | Fix issue with destroying stack in containers (#3058)
* Fix issue with destroying stack in containers
* Update Player_Inventory.cs
* Update Player_Inventory.cs
* Update Player_Inventory.cs
* Update Player_Inventory.cs
* Update Player_Inventory.cs
* Update Player_Inventory.cs | LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/WorldObjects/Player_Inventory.cs | agpl-3.0 | 1,593,714,937 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Factories;
using ACE.Serv... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Factories;
using ACE.Serv... |
04b9058ebbe6e63a4fc8b0fe1476e7f5b4dd6706 | dont disable close button if we are not extending client area. | dont disable close button if we are not extending client area.
| wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,Su... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,593,714,565 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
us... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
us... |
f21358e85b50b6ba642c7354e35af923c7c6d811 | Move from powershell.getchell.org to ngetchell.com | Move from powershell.getchell.org to ngetchell.com
Also adds an updated Bio to reflect my current work.
| planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell | src/Firehose.Web/Authors/NicholasMGetchell.cs | mit | 1,593,713,735 | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class NicholasMGetchell : IAmACommunityMember
{
public string FirstName => "Nicholas";
public st... | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class NicholasMGetchell : IAmACommunityMember
{
public string FirstName => "Nicholas";
public st... |
4c6e8baeab61b6c8a686e35821911345013ec040 | remove debugcode. | remove debugcode.
| jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,SuperJMN/Avalonia... | src/Windows/Avalonia.Win32/WindowImpl.CustomCaptionProc.cs | mit | 1,593,713,475 | using System;
using System.Diagnostics;
using Avalonia.Controls;
using Avalonia.Input;
using static Avalonia.Win32.Interop.UnmanagedMethods;
#nullable enable
namespace Avalonia.Win32
{
public partial class WindowImpl
{
// Hit test the frame for resizing and moving.
HitTestValues HitTestNCA(In... | using System;
using System.Diagnostics;
using Avalonia.Controls;
using Avalonia.Input;
using static Avalonia.Win32.Interop.UnmanagedMethods;
#nullable enable
namespace Avalonia.Win32
{
public partial class WindowImpl
{
// Hit test the frame for resizing and moving.
HitTestValues HitTestNCA(In... |
fc07dfa12177d4eeb0e2f438b4a861136197d424 | Added clus roads arrows to hide | Added clus roads arrows to hide
| boformer/NetworkSkins | NetworkSkins/Net/RoadDecorationUtils.cs | mit | 1,593,712,664 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NetworkSkins.Net {
public static class RoadDecorationUtils {
private static readonly string[] ArrowNames = new[]
{
"Road Arrow F",
"Road Arrow FR",
"Road Arrow L",
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NetworkSkins.Net {
public static class RoadDecorationUtils {
private static readonly string[] ArrowNames = new[]
{
"Road Arrow F",
"Road Arrow FR",
"Road Arrow L",
... |
5ddce91a47a3579a2f0ff6f228f58c3878539303 | Add more Entity.RemoveComponents signatures | Add more Entity.RemoveComponents signatures
| lucas-miranda/Raccoon | Raccoon/Core/Entity.cs | mit | 1,593,712,639 | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... |
588b067d3df68d24c6e1f7a5ed383105fdfedf41 | Update CoroutineHandler to quick remove coroutine | Update CoroutineHandler to quick remove coroutine
| lucas-miranda/Raccoon | Raccoon/Core/Components/CoroutineHandler.cs | mit | 1,593,712,587 | using System.Collections;
namespace Raccoon.Components {
public class CoroutineHandler : Component {
public Coroutine Coroutine { get; private set; }
public bool IsRunning {
get {
if (Coroutine == null) {
return false;
}
... | using System.Collections;
namespace Raccoon.Components {
public class CoroutineHandler : Component {
public Coroutine Coroutine { get; private set; }
public bool IsRunning {
get {
if (Coroutine == null) {
return false;
}
... |
bc7ae9eb84f789b34aaeffe8b1ef730c50d0e452 | Restored decoding format strings when done iterating the globals in case there are any format records before the codepage record. | Restored decoding format strings when done iterating the globals in case there are any format records before the codepage record.
| ExcelDataReader/ExcelDataReader,vassav/ExcelDataReader | src/ExcelDataReader/Core/BinaryFormat/XlsWorkbook.cs | mit | 1,593,712,330 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using ExcelDataReader.Core.NumberFormat;
using ExcelDataReader.Core.OfficeCrypto;
using ExcelDataReader.Exceptions;
namespace ExcelDataReader.Core.BinaryFormat
{
/// <summary>
/// Represents Globals section of workbook
/// ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using ExcelDataReader.Core.NumberFormat;
using ExcelDataReader.Core.OfficeCrypto;
using ExcelDataReader.Exceptions;
namespace ExcelDataReader.Core.BinaryFormat
{
/// <summary>
/// Represents Globals section of workbook
/// ... |
89bc4e9de67d0fcd92af3e4608fb58c21353560b | fix: NullReference in ReportErrorOnLocalCertificate | fix: NullReference in ReportErrorOnLocalCertificate
* Fixes #111
| ehelse/Helsenorge.Messaging,ehelse/Helsenorge.Messaging | src/Helsenorge.Messaging/ServiceBus/Receivers/MessageListener.cs | mit | 1,593,712,260 | using System;
using System.Collections.Generic;
using System.IO;
using System.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Linq;
using System.Xml.Schema;
using Helsenorge.Messaging.Abstractions;
using Helsenorge.Messaging.Security... | using System;
using System.Collections.Generic;
using System.IO;
using System.Security;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Linq;
using System.Xml.Schema;
using Helsenorge.Messaging.Abstractions;
using Helsenorge.Messaging.Security... |
e80a5a085afe07c55c9c112450df8f173af153e2 | Make backgroundName local | Make backgroundName local
| peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,UselessToucan/osu | osu.Game/Screens/Backgrounds/BackgroundScreenDefault.cs | mit | 1,593,711,918 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Utils;
using osu.Framework.Threading;
using osu.Game.Bea... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Utils;
using osu.Framework.Threading;
using osu.Game.Bea... |
8803d7d326f8d85d52096ba15080bb2ea0bb2955 | Fix an event handler to fire only the one time it is needed (BL-8619) | Fix an event handler to fire only the one time it is needed (BL-8619)
I found this in the course of fixing BL-8619. I don't know if it helps
that issue directly, but it seems an obvious fix that is needed.
| BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,Blo... | src/BloomExe/Edit/WebThumbNailList.cs | mit | 1,593,711,886 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml;
using Bloom.Book;
using Bloom.Api;
us... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml;
using Bloom.Book;
using Bloom.Api;
us... |
2f5234bfd71f33574f30dc6eda7cb37474d58ad9 | Catch MultipleIdentitiesFound exception (#509) | Catch MultipleIdentitiesFound exception (#509)
| nkdAgility/vsts-sync-migration,nkdAgility/vsts-sync-migration | src/VstsSyncMigrator.Core/Execution/MigrationContext/TestPlansAndSuitesMigrationContext.cs | mit | 1,593,711,586 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.TeamFoundation.Framework.Client;
using Microsoft.TeamFoundation.Framework.Common;
using Microsoft.T... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Microsoft.TeamFoundation.Framework.Client;
using Microsoft.TeamFoundation.Framework.Common;
using Microsoft.T... |
18e30a7fc4123a297f271bfb8ddc4fbe06fa9f23 | Implement background switching based on the intro | Implement background switching based on the intro
Only the Welcome intro has its own unique background right now
| NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu | osu.Game/Screens/Backgrounds/BackgroundScreenDefault.cs | mit | 1,593,710,593 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Utils;
using osu.Framework.Threading;
using osu.Game.Bea... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Utils;
using osu.Framework.Threading;
using osu.Game.Bea... |
555110bf2cf02fc622da322ee5fbce6995f52920 | remove expiresOn From create | remove expiresOn From create
| clement911/ShopifySharp,nozzlegear/ShopifySharp | ShopifySharp.Tests/GiftCard_Tests.cs | mit | 1,593,710,143 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ShopifySharp.Filters;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "GiftCard")]
public class GiftCard_Tests : IClassFixture<GiftCard_Tests_Fixture>
{
public static decimal GiftC... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ShopifySharp.Filters;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "GiftCard")]
public class GiftCard_Tests : IClassFixture<GiftCard_Tests_Fixture>
{
public static decimal GiftC... |
d0f202250bbd8b28e6130e2805aa78ffba57aa12 | Update Tests | Update Tests
| clement911/ShopifySharp,nozzlegear/ShopifySharp | ShopifySharp.Tests/GiftCard_Tests.cs | mit | 1,593,709,463 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ShopifySharp.Filters;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "GiftCard")]
public class GiftCard_Tests : IClassFixture<GiftCard_Tests_Fixture>
{
public static decimal GiftC... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ShopifySharp.Filters;
using Xunit;
namespace ShopifySharp.Tests
{
[Trait("Category", "GiftCard")]
public class GiftCard_Tests : IClassFixture<GiftCard_Tests_Fixture>
{
public static decimal GiftC... |
03cc4e179e6d125de83994b4c5fde76b36ca093c | C#: Make fields readonly | C#: Make fields readonly
| 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/autobuilder/Semmle.Autobuild.CSharp.Tests/BuildScripts.cs | mit | 1,593,708,437 | using Xunit;
using Semmle.Autobuild.Shared;
using System.Collections.Generic;
using System;
using System.Linq;
using Microsoft.Build.Construction;
using System.Xml;
namespace Semmle.Autobuild.CSharp.Tests
{
/// <summary>
/// Test class to script Autobuilder scenarios.
/// For most methods, it uses two fie... | using Xunit;
using Semmle.Autobuild.Shared;
using System.Collections.Generic;
using System;
using System.Linq;
using Microsoft.Build.Construction;
using System.Xml;
namespace Semmle.Autobuild.CSharp.Tests
{
/// <summary>
/// Test class to script Autobuilder scenarios.
/// For most methods, it uses two fie... |
2ca954e949cdff8b8ed60cfadec7bd80f653dd0a | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,593,708,359 | 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
... |
040911880b7c94e2aed00ed4cf32c763a740cefd | Remove useless private modifier, add sealed | Remove useless private modifier, add sealed
| 0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced | src/csharp/Intel/Generator/Assembler/AssemblerSyntaxGenerator.cs | mit | 1,593,708,343 | /*
Copyright (C) 2018-2019 de4dot@gmail.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 Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distr... | /*
Copyright (C) 2018-2019 de4dot@gmail.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 Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distr... |
fee1235115de9b8063a16bdd8978daae08dc7eec | Removed a debug line that was left in by accident | Removed a debug line that was left in by accident
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Tool/DoorWedger.cs | agpl-3.0 | 1,593,708,286 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DoorWedger : MonoBehaviour, IInteractable<HandApply>, ICheckedInteractable<HandApply>
{
[SerializeField] [Tooltip("The time in seconds it takes to wedge open a door with this tool.")]
private float openingDelay = 10f;
... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DoorWedger : MonoBehaviour, IInteractable<HandApply>, ICheckedInteractable<HandApply>
{
[SerializeField] [Tooltip("The time in seconds it takes to wedge open a door with this tool.")]
private float openingDelay = 10f;
... |
64699a8e28fa64188281e589893de17331bdf75c | Version Update | Version Update
| Slazanger/SMT,Slazanger/SMT | MainWindow.xaml.cs | mit | 1,593,707,451 | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.... | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.... |
0ff864502a7d27096abcc202e218d497d2a6c684 | disable close button when using managed chrome or no chrome. | disable close button when using managed chrome or no chrome.
| SuperJMN/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,Pe... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,593,706,863 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
us... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
us... |
54f3ac5140ced3598249987caec0b5e2c10eb99b | SampleConnection. Fix register IExchangeInfoProvider service. | SampleConnection. Fix register IExchangeInfoProvider service.
| StockSharp/StockSharp | Samples/Connectors/SampleConnection/MainWindow.xaml.cs | apache-2.0 | 1,593,706,708 | namespace SampleConnection
{
using System.ComponentModel;
using Ecng.Common;
using Ecng.Configuration;
using StockSharp.Algo.Storages;
public partial class MainWindow
{
public MainWindow()
{
InitializeComponent();
Instance = this;
Title = Title.Put("Connections");
ConfigManager.RegisterServic... | namespace SampleConnection
{
using System.ComponentModel;
using Ecng.Common;
public partial class MainWindow
{
public MainWindow()
{
InitializeComponent();
Instance = this;
Title = Title.Put("Connections");
}
protected override void OnClosing(CancelEventArgs e)
{
MainPanel.Close();
bas... |
576a380f7ef31dae9dc04ad0d809d8461c463ba7 | StorageBuffer. Code cleanup. | StorageBuffer. Code cleanup.
| StockSharp/StockSharp | Algo/Storages/StorageBuffer.cs | apache-2.0 | 1,593,706,287 | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Localization;
using StockSharp.Messages;
/// <summary>
/// Storage buffer.
/// </summary>
public class StorageBuffe... | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Localization;
using StockSharp.Messages;
/// <summary>
/// Storage buffer.
/// </summary>
public class StorageBuffe... |
7746f956a89ed00cb7495dcd218cab6af182b822 | add xml comments | add xml comments
| grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,Perspex/... | src/Avalonia.Controls/Platform/ExtendClientAreaChromeHints.cs | mit | 1,593,705,100 | using System;
namespace Avalonia.Platform
{
/// <summary>
/// Hint for Window Chrome when ClientArea is Extended.
/// </summary>
[Flags]
public enum ExtendClientAreaChromeHints
{
/// <summary>
/// The will be no chrome at all.
/// </summary>
NoChrome,
/... | using System;
namespace Avalonia.Platform
{
[Flags]
public enum ExtendClientAreaChromeHints
{
NoChrome,
Default = SystemChrome,
SystemChrome = 0x01,
PreferSystemChrome = 0x02,
OSXThickTitleBar = 0x08,
}
}
|
a36224c872d04a73a52258f6d1e629cb5ad5c4a5 | remove AvailableSize property... not required on ChromeLayer. | remove AvailableSize property... not required on ChromeLayer.
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Supe... | src/Avalonia.Controls/Primitives/ChromeOverlayLayer.cs | mit | 1,593,704,863 | using System.Linq;
using Avalonia.Rendering;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Primitives
{
public class ChromeOverlayLayer : Panel, ICustomSimpleHitTest
{
public static ChromeOverlayLayer GetOverlayLayer(IVisual visual)
{
foreach (var v in visual.GetVisualAnce... | using System.Linq;
using Avalonia.Rendering;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Primitives
{
public class ChromeOverlayLayer : Panel, ICustomSimpleHitTest
{
public Size AvailableSize { get; private set; }
public static ChromeOverlayLayer GetOverlayLayer(IVisual visual)
... |
734a9b7a66a7274649677f01b916ea9193df31a8 | mb_scrub() | mb_scrub()
| peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library/MultiByteString.cs | apache-2.0 | 1,593,704,508 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.StandardPhpOptions;
namespace Pchp.Library
{
[PhpExtension(ExtensionName, Registrator ... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.StandardPhpOptions;
namespace Pchp.Library
{
[PhpExtension(ExtensionName, Registrator ... |
6dc927cc22e8932efe5a3e91c74cf3511b30c005 | fix compilation | fix compilation
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/ShaderLab/Feature/Services/TypingAssists/ShaderLabDummyFormatter.cs | apache-2.0 | 1,593,704,479 | using JetBrains.Application.Settings;
using JetBrains.Diagnostics;
using JetBrains.DocumentManagers;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Feature.Services.Cpp.TypingAssist;
using JetBrains.ReSharper.Plugins.Unity.ShaderLab.Psi.Parsing;
using JetBrains.ReSharper.Psi.CachingLexers;
using JetBrains.ReSh... | using JetBrains.Application.Settings;
using JetBrains.Diagnostics;
using JetBrains.DocumentManagers;
using JetBrains.ProjectModel;
using JetBrains.ReSharper.Feature.Services.Cpp.TypingAssist;
using JetBrains.ReSharper.Plugins.Unity.ShaderLab.Psi.Parsing;
using JetBrains.ReSharper.Psi.CachingLexers;
using JetBrains.ReSh... |
ccd5a9272531385558712fff7304a1910b1b57c6 | apply fix to timepicker tests also. | apply fix to timepicker tests also.
| SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avaloni... | tests/Avalonia.Controls.UnitTests/TimePickerTests.cs | mit | 1,593,704,025 | using System;
using System.Linq;
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Templates;
using Avalonia.Platform;
using Avalonia.UnitTests;
using Avalonia.VisualTree;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class TimePickerTests
{
[Fact]
public void Se... | using System;
using System.Linq;
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Templates;
using Avalonia.Platform;
using Avalonia.UnitTests;
using Avalonia.VisualTree;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class TimePickerTests
{
[Fact(Skip = "FIX ME ASAP")]
... |
2be4f53c17568506e033381a657ab1378ddde8f7 | mb_check_encoding() default parameter handled properly | mb_check_encoding() default parameter handled properly
| iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library/MultiByteString.cs | apache-2.0 | 1,593,703,675 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.StandardPhpOptions;
namespace Pchp.Library
{
[PhpExtension(ExtensionName, Registrator ... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using Pchp.Core;
using Pchp.Core.Reflection;
using static Pchp.Library.StandardPhpOptions;
namespace Pchp.Library
{
[PhpExtension(ExtensionName, Registrator ... |
30fd83b32ab981858d94277c577002d367ea17f7 | Removed obsolete EF warning for client queries | Removed obsolete EF warning for client queries
| cofoundry-cms/cofoundry,cofoundry-cms/cofoundry,cofoundry-cms/cofoundry | src/Cofoundry.Domain/Data/DbContext/CofoundryDbContext.cs | mit | 1,593,703,503 | using System;
using Microsoft.EntityFrameworkCore;
using Cofoundry.Core;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Cofoundry.Core.EntityFramework;
namespace Cofoundry.Domain.Data
{
/// <summary>
/// The main Cofoundry entity framework DbContext representing all the main
/// entities in the Co... | using System;
using Microsoft.EntityFrameworkCore;
using Cofoundry.Core;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Cofoundry.Core.EntityFramework;
namespace Cofoundry.Domain.Data
{
/// <summary>
/// The main Cofoundry entity framework DbContext representing all the main
/// entities in the Co... |
c31969dac464731df1c705121d832bef39835587 | Added proper lerp | Added proper lerp
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventScripts/EventImmovableRod.cs | agpl-3.0 | 1,593,702,890 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
public class EventImmovableRod : EventScriptBase
{
private MatrixInfo stationMatrix;
[SerializeField]
private GameObject immovableRodPrefab = null;
[SerializeField]
private int minStreng... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
public class EventImmovableRod : EventScriptBase
{
private MatrixInfo stationMatrix;
[SerializeField]
private GameObject immovableRodPrefab = null;
[SerializeField]
private int minStreng... |
02b00b9c0b65e54f522d5c9331a9ffc7cfc74d2b | Fix to Console when messages are empty | Fix to Console when messages are empty
| lucas-miranda/Raccoon | Raccoon/Core/Debug/Console.cs | mit | 1,593,702,633 | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Graphics.Primitives;
using Raccoon.Log;
using Raccoon.Input;
using Raccoon.Util;
namespace Raccoon {
public class Console : ILoggerListener {
#region Public Members
public const int SpaceBetweenLines = 5,
... | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Graphics.Primitives;
using Raccoon.Log;
using Raccoon.Input;
using Raccoon.Util;
namespace Raccoon {
public class Console : ILoggerListener {
#region Public Members
public const int SpaceBetweenLines = 5,
... |
739b5bedb83ff6b6b8f50ede7916e9aff39a80ac | Remove use of deprecated function | Remove use of deprecated function
| Penneo/sdk-net,Penneo/sdk-net | Src/Penneo/Connector/ApiConnector.cs | apache-2.0 | 1,593,702,263 | using System;
using System.Collections.Generic;
using System.Net;
using System.Security.Authentication;
using System.Text.RegularExpressions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Penneo.Util;
using RestSharp;
namespace Penneo.Connector
{
internal class ApiConnector : IApiConnector
{
... | using System;
using System.Collections.Generic;
using System.Net;
using System.Security.Authentication;
using System.Text.RegularExpressions;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Penneo.Util;
using RestSharp;
namespace Penneo.Connector
{
internal class ApiConnector : IApiConnector
{
... |
c02eb3e2ae141550d661617ed808f4afad4e23d6 | SimpleXMLElement:asXML() fixes | SimpleXMLElement:asXML() fixes
- removed unnecessary argument
- removed duplicit code
- applies fix https://github.com/peachpiecompiler/peachpie/pull/783 to second argument as well
| iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.Library.XmlDom/SimpleXml.cs | apache-2.0 | 1,593,701,748 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using Pchp.Core;
using Pchp.Core.Reflection;
using Pchp.Library.Streams;
namespace... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using Pchp.Core;
using Pchp.Core.Reflection;
using Pchp.Library.Streams;
namespace... |
cc687d8f91b49da5a6e61d7b24595dd7a02dfb97 | +Random Streetp +clus road decals to hide decorations | +Random Streetp
+clus road decals to hide decorations
| boformer/NetworkSkins | NetworkSkins/Net/RoadDecorationUtils.cs | mit | 1,593,701,661 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NetworkSkins.Net {
public static class RoadDecorationUtils {
private static readonly string[] ArrowNames = new[]
{
"Road Arrow F",
"Road Arrow FR",
"Road Arrow L",
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NetworkSkins.Net {
public static class RoadDecorationUtils {
private static readonly string[] ArrowNames = new[]
{
"Road Arrow F",
"Road Arrow FR",
"Road Arrow L",
... |
d61af88fff89957d7027a4bfc47358cc0e3fe4e9 | Update GUI new version link | Update GUI new version link
ARKADE-434 | arkivverket/arkade5,arkivverket/arkade5 | src/Arkivverket.Arkade.GUI/ViewModels/MainWindowViewModel.cs | agpl-3.0 | 1,593,701,599 | using System;
using System.Diagnostics;
using System.Net;
using System.Windows.Forms;
using System.Windows.Navigation;
using Arkivverket.Arkade.GUI.Resources;
using Arkivverket.Arkade.GUI.Util;
using Arkivverket.Arkade.GUI.Views;
using Arkivverket.Arkade.Core.Util;
using Prism.Commands;
using Prism.Mvvm;
using Prism.Re... | using System;
using System.Diagnostics;
using System.Net;
using System.Windows.Forms;
using System.Windows.Navigation;
using Arkivverket.Arkade.GUI.Resources;
using Arkivverket.Arkade.GUI.Util;
using Arkivverket.Arkade.GUI.Views;
using Arkivverket.Arkade.Core.Util;
using Prism.Commands;
using Prism.Mvvm;
using Prism.Re... |
caa2ddc2ef5e3c95d4a20d7a85f4d3e9ac6cf85d | Fix invalid logic | Fix invalid logic
| insthync/LiteNetLibManager,insthync/LiteNetLibManager | Scripts/GameApi/LiteNetLibTransform.cs | mit | 1,593,701,150 | using LiteNetLib.Utils;
using UnityEngine;
using UnityEngine.AI;
namespace LiteNetLibManager
{
public class LiteNetLibTransform : LiteNetLibBehaviour
{
private struct TransformResult
{
public Vector3 position;
public Quaternion rotation;
public float timesta... | using LiteNetLib.Utils;
using UnityEngine;
using UnityEngine.AI;
namespace LiteNetLibManager
{
public class LiteNetLibTransform : LiteNetLibBehaviour
{
private struct TransformResult
{
public Vector3 position;
public Quaternion rotation;
public float timesta... |
3b1c87aa75a1e4f4bf2932182350592d21941618 | removed unnecessary comparison | removed unnecessary comparison
| iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.Runtime/Comparison.cs | apache-2.0 | 1,593,700,945 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core.Reflection;
namespace Pchp.Core
{
/// <summary>
/// Defines comparison methods which are used to compare PHP.NET types.
///... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using Pchp.Core.Reflection;
namespace Pchp.Core
{
/// <summary>
/// Defines comparison methods which are used to compare PHP.NET types.
///... |
6cddf8a04f0200adc6c4357b703a11acba399eb7 | Don't include XML declaration when doing XmlElement::asXML() | Don't include XML declaration when doing XmlElement::asXML()
TEST CASE:
$xml = <<<XML
<?xml version="1.0"?>
<TEST>
<NODE>
here
</NODE>
</TEST>
XML;
$x = new SimpleXMLElement($xml);
$res = $x->asXML();
| peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie | src/Peachpie.Library.XmlDom/SimpleXml.cs | apache-2.0 | 1,593,700,918 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using Pchp.Core;
using Pchp.Core.Reflection;
using Pchp.Library.Streams;
namespace... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml;
using System.Xml.XPath;
using Pchp.Core;
using Pchp.Core.Reflection;
using Pchp.Library.Streams;
namespace... |
f1e4a6a50aa4d1bb3007da1b388256f4443241da | Register a font manager. | Register a font manager.
`DatePickerTests` are proving to be flaky, register the services that are reported missing when they fail.
| AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys... | tests/Avalonia.Controls.UnitTests/DatePickerTests.cs | mit | 1,593,700,256 | using System;
using System.Linq;
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Templates;
using Avalonia.Platform;
using Avalonia.UnitTests;
using Avalonia.VisualTree;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class DatePickerTests
{
[Fact]
public void Se... | using System;
using System.Linq;
using Avalonia.Controls.Shapes;
using Avalonia.Controls.Templates;
using Avalonia.Platform;
using Avalonia.UnitTests;
using Avalonia.VisualTree;
using Moq;
using Xunit;
namespace Avalonia.Controls.UnitTests
{
public class DatePickerTests
{
[Fact]
public void Se... |
3af8820658f2d5186fcfb9b29ae97b2bbe32c45e | Add "content"-directory to relative filepath | Add "content"-directory to relative filepath
ARKADE-410 | arkivverket/arkade5,arkivverket/arkade5 | src/Arkivverket.Arkade.Core/Report/DocumentFileListGenerator.cs | agpl-3.0 | 1,593,699,916 | using System.Collections.Generic;
using System.Globalization;
using System.IO;
using Arkivverket.Arkade.Core.Base;
using Arkivverket.Arkade.Core.Util;
using Arkivverket.Arkade.Core.Util.FileFormatIdentification;
using CsvHelper;
using CsvHelper.Configuration.Attributes;
namespace Arkivverket.Arkade.Core.Report
{
p... | using System.Collections.Generic;
using System.Globalization;
using System.IO;
using Arkivverket.Arkade.Core.Base;
using Arkivverket.Arkade.Core.Util;
using Arkivverket.Arkade.Core.Util.FileFormatIdentification;
using CsvHelper;
using CsvHelper.Configuration.Attributes;
namespace Arkivverket.Arkade.Core.Report
{
p... |
76e16c1163330eeca9c742a7922fceebf10d9077 | Restart and reconnect when IBGateway closed | Restart and reconnect when IBGateway closed
- This is required with IBGateway v978 because of the daily/weekly automatic logoff
| QuantConnect/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean,JKarathiya/Lean | Brokerages/InteractiveBrokers/InteractiveBrokersBrokerage.cs | apache-2.0 | 1,593,699,860 | /*
* 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 ... |
dcaae4a5247ae298ffe520d86f8b1ac46bf29e5e | Fixes Tile interactional clients | Fixes Tile interactional clients
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Tilemaps/Behaviours/Layers/UnderFloorLayer.cs | agpl-3.0 | 1,593,699,597 | using System;
using System.Collections.Generic;
using Pipes;
using UnityEngine;
/// <summary>
/// Used for stacking tiles Since thats what happens in the Underfloor stuff
/// </summary>
[ExecuteInEditMode]
public class UnderFloorLayer : Layer
{
//It is assumed that the tiles start at 1 and go down
private Dictionar... | using System;
using System.Collections.Generic;
using Pipes;
using UnityEngine;
/// <summary>
/// Used for stacking tiles Since thats what happens in the Underfloor stuff
/// </summary>
[ExecuteInEditMode]
public class UnderFloorLayer : Layer
{
//It is assumed that the tiles start at 1 and go down
private Dictionar... |
547d3228ea248a253d0e50e2a3d891980990fe7a | Undo perf regression. | Undo perf regression.
| AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,Perspex/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzins... | samples/ControlCatalog/ViewModels/ItemsRepeaterPageViewModel.cs | mit | 1,593,698,895 | using System;
using System.Collections.ObjectModel;
using System.Linq;
using Avalonia.Media;
using ReactiveUI;
namespace ControlCatalog.ViewModels
{
public class ItemsRepeaterPageViewModel : ReactiveObject
{
private int _newItemIndex = 1;
private int _newGenerationIndex = 0;
private Ob... | using System;
using System.Collections.ObjectModel;
using System.Linq;
using Avalonia.Media;
using ReactiveUI;
namespace ControlCatalog.ViewModels
{
public class ItemsRepeaterPageViewModel : ReactiveObject
{
private int _newItemIndex = 1;
private int _newGenerationIndex = 0;
private Ob... |
d40b4b6913130806c0c74160934a6f11c8268561 | Update Entity.RemoveComponent | Update Entity.RemoveComponent
| lucas-miranda/Raccoon | Raccoon/Core/Entity.cs | mit | 1,593,698,894 | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... |
0c0532346f9be54ad2463cd214666495352c83e4 | Update Startup.cs | Update Startup.cs | MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4 | samples/Quickstarts/5_EntityFramework/src/IdentityServer/Startup.cs | apache-2.0 | 1,593,697,939 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4;
using IdentityServer4.EntityFramework.DbContexts;
using IdentityServer4.EntityFramework.Mappers;
using IdentityServerHo... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4;
using IdentityServer4.EntityFramework.DbContexts;
using IdentityServer4.EntityFramework.Mappers;
using IdentityServerHo... |
d1e521c93988f4e8f13554bb18b134fbe04a6c10 | Update Startup.cs | Update Startup.cs | MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4 | samples/Quickstarts/4_JavaScriptClient/src/IdentityServer/Startup.cs | apache-2.0 | 1,593,697,904 | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4;
using IdentityServerHost.Quickstart.UI;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using ... | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4;
using IdentityServerHost.Quickstart.UI;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.