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 |
|---|---|---|---|---|---|---|---|---|
945dfe09eb3dc8d773ec33344c4b6858aa07d600 | Add tooltips to caption bar buttons. | Add tooltips to caption bar buttons.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs | apache-2.0 | 1,591,900,540 | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | #region License
/*********************************************************************************
* MenuCaptionBarForm.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... |
d78310d53ae4d1772edf9b5ff09580656b41bf2f | Remove new line before endtoken | Remove new line before endtoken
| bolorundurowb/vCardLib | vCardLib/Serializers/Serializer.cs | mit | 1,591,900,345 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
using vCardLib.Utils;
namespace vCardLib.Serializers
{
/// <summary>
/// Class holding shared logic
/// </summary>
public abstract class Serializer
{
private s... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
using vCardLib.Utils;
namespace vCardLib.Serializers
{
/// <summary>
/// Class holding shared logic
/// </summary>
public abstract class Serializer
{
private s... |
0fd951384b0f722a9eb379c896b1b92decf17fb8 | Added flag for auto-removal of oldest files before full | Added flag for auto-removal of oldest files before full
| GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian | Source/Libraries/Adapters/openHistorian.Adapters/LocalOutputAdapter.cs | mit | 1,591,900,153 | //******************************************************************************************************
// LocalOutputAdapter.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... | //******************************************************************************************************
// LocalOutputAdapter.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... |
d6673ee430de3754b917bddf69de12a7d67c9392 | Fix serialize problem from user vCard model ToString method | Fix serialize problem from user vCard model ToString method
| bolorundurowb/vCardLib | vCardLib/Models/vCard.cs | mit | 1,591,900,146 | using System;
using System.Collections.Generic;
using vCardLib.Enums;
using vCardLib.Serializers;
namespace vCardLib.Models
{
/// <summary>
/// Class to store the various vCard contact details
/// </summary>
// ReSharper disable once InconsistentNaming
public class vCard
{
/// <summary... | using System;
using System.Collections.Generic;
using vCardLib.Enums;
using vCardLib.Serializers;
namespace vCardLib.Models
{
/// <summary>
/// Class to store the various vCard contact details
/// </summary>
// ReSharper disable once InconsistentNaming
public class vCard
{
/// <summary... |
483daa29813bb0226d1f49cf45d7eeae13e5597c | Update shortcut key of Close action. | Update shortcut key of Close action.
| PenguinF/sandra-three | Eutherion/Win.MdiAppTemplate/SharedUIAction.cs | apache-2.0 | 1,591,899,791 | #region License
/*********************************************************************************
* SharedUIAction.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... | #region License
/*********************************************************************************
* SharedUIAction.cs
*
* Copyright (c) 2004-2020 Henk Nicolai
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You ma... |
d6560fe8a6ee4cdef862abfe60a7f9aa09922732 | Fixed Kernel 🚧 | Fixed Kernel 🚧
| dimmpixeye/Unity3dTools | Runtime/Core/LayerKernel.cs | mit | 1,591,899,620 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: Preserve]
namespace Pixeye.Actors
{
public class LayerKernel : Layer<LayerKernel>, ITick
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: Preserve]
namespace Pixeye.Actors
{
public class LayerKernel : Layer<LayerKernel>, ITick
... |
82c0814c0ec4f8c8955acf2f858d70988115a0cb | Added GetDayName and GetLocalDayName overloads to TimeUtils class | Added GetDayName and GetLocalDayName overloads to TimeUtils class
| skybrud/Skybrud.Essentials | src/Skybrud.Essentials/Time/TimeUtils.cs | mit | 1,591,899,433 | using System;
using System.Globalization;
namespace Skybrud.Essentials.Time {
/// <summary>
/// Utility class with various static helper methods for working with date and time.
/// </summary>
public static partial class TimeUtils {
/// <summary>
/// Returns the age as calculated betw... | using System;
using System.Globalization;
namespace Skybrud.Essentials.Time {
/// <summary>
/// Utility class with various static helper methods for working with date and time.
/// </summary>
public static partial class TimeUtils {
/// <summary>
/// Returns the age as calculated betw... |
496a8a487b10b8eff49781a2e79e4a0d65b2a6b1 | Updated MaximumArchiveDays to an auto-property. | Updated MaximumArchiveDays to an auto-property.
| GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian | Source/Libraries/Adapters/openHistorian.Adapters/LocalOutputAdapter.cs | mit | 1,591,899,209 | //******************************************************************************************************
// LocalOutputAdapter.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... | //******************************************************************************************************
// LocalOutputAdapter.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... |
9c0e5dbe79229f8a6a5d70e082bf785de2c49fcf | Apply review suggestion | Apply review suggestion
| EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framewor... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,591,899,036 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
917b5d82d36f0588c7f1e178aaf8ec9a054da2f4 | adde more cases | adde more cases
| dadhi/ImTools | src/ImTools/ImTools.Experimental.ImMap234.cs | mit | 1,591,897,885 | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... |
aced0db62571d3a28ef46f1667e076a7fade3aa5 | Update PlayerList.Admin.cs | Update PlayerList.Admin.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/PlayerList.Admin.cs | agpl-3.0 | 1,591,897,379 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
using DiscordWebhook;
/// <summary>
/// Admin Controller for player... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
/// <summary>
/// Admin Controller for players
/// </summary>
publi... |
c3fca8325f34ed240069db256ce9081e13c0b20a | Add math utilities to compare single precision | Add math utilities to compare single precision
| wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzins... | src/Avalonia.Base/Utilities/MathUtilities.cs | mit | 1,591,896,067 | using System;
using System.Runtime.InteropServices;
namespace Avalonia.Utilities
{
/// <summary>
/// Provides math utilities not provided in System.Math.
/// </summary>
public static class MathUtilities
{
// smallest such that 1.0+DoubleEpsilon != 1.0
private const double DoubleEpsi... | using System;
using System.Runtime.InteropServices;
namespace Avalonia.Utilities
{
/// <summary>
/// Provides math utilities not provided in System.Math.
/// </summary>
public static class MathUtilities
{
// smallest such that 1.0+DoubleEpsilon != 1.0
private const double DoubleEpsi... |
b9a433763b9950c759fc74e23e68c73fb2acfe12 | Fix BDAY line | Fix BDAY line
| bolorundurowb/vCardLib | vCardLib/Serializers/Serializer.cs | mit | 1,591,894,048 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
using vCardLib.Utils;
namespace vCardLib.Serializers
{
/// <summary>
/// Class holding shared logic
/// </summary>
public abstract class Serializer
{
private s... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
using vCardLib.Utils;
namespace vCardLib.Serializers
{
/// <summary>
/// Class holding shared logic
/// </summary>
public abstract class Serializer
{
private s... |
0e8196a9e2b2a41fdc7812d6a96e5e7373af9a12 | rename variables to more fit what they are used for | rename variables to more fit what they are used for
| Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface,Zutatensuppe/DiabloInterface | src/D2Reader/D2DataReader.cs | mit | 1,591,893,768 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
using Zutatensuppe.D2Reader.Struct.Item;
using Zutatensup... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading;
using Zutatensuppe.D2Reader.Models;
using Zutatensuppe.D2Reader.Readers;
using Zutatensuppe.D2Reader.Struct;
using Zutatensuppe.D2Reader.Struct.Item;
using Zutatensup... |
201e013b3e6b6a166323f83fbc0a74fadcae1142 | Write BDAY on singli line | Write BDAY on singli line
| bolorundurowb/vCardLib | vCardLib/Serializers/Serializer.cs | mit | 1,591,893,765 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
using vCardLib.Utils;
namespace vCardLib.Serializers
{
/// <summary>
/// Class holding shared logic
/// </summary>
public abstract class Serializer
{
private s... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using vCardLib.Enums;
using vCardLib.Models;
using vCardLib.Utils;
namespace vCardLib.Serializers
{
/// <summary>
/// Class holding shared logic
/// </summary>
public abstract class Serializer
{
private s... |
1d92890e7e85860dab80c5a5340dfba566f322f4 | Add - Aggiunto log per Matrix | Add - Aggiunto log per Matrix
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Utility/CallMatrix.cs | agpl-3.0 | 1,591,893,250 | using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Serilog;
using SO115App.Models.Classi.Matrix;
using System;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
namespace SO115App.SignalR.Utility
{
public class CallMatrix
{
private static Ra... | using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using SO115App.Models.Classi.Matrix;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Runtime.Seria... |
615ec3e52e2efc23751a5e908d0536a5b211d6af | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,893,192 | 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
... |
aafab99498bf7cf7822527937f62b316cbc77057 | More reverse engineering of stateFlags | More reverse engineering of stateFlags
| akorb/SteamShutdown | SteamShutdown/App.cs | mit | 1,591,893,067 | namespace SteamShutdown
{
public class App
{
public int ID { get; set; }
public string Name { get; set; }
public int State { get; set; }
/// <summary>
/// Returns a value indicating whether the game is being downloaded.
/// </summary>
public b... | namespace SteamShutdown
{
public class App
{
public int ID { get; set; }
public string Name { get; set; }
public int State { get; set; }
/// <summary>
/// Returns a value indicating whether the game is being downloaded.
/// </summary>
public b... |
123e63453c31934a20bf960117840a7cff637206 | Adding back the missing part to create case_versions entry. | Adding back the missing part to create case_versions entry.
| microting/eform-sdk-dotnet,microting/eform-sdk-dotnet | eFormCore/Infrastructure/Data/Entities/cases.cs | mit | 1,591,892,897 | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
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,... | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
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,... |
32d86d6fab0a34f502de05fc5becec996b0947f0 | Create storage for config files of a tournament | Create storage for config files of a tournament
| peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu | osu.Game.Tournament/IO/TournamentStorage.cs | mit | 1,591,891,644 | // 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.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... | // 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.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... |
0a76ac15c64d085a972a545118f0a0d1ad14efa7 | Added missing disconnect reason codes. | Added missing disconnect reason codes.
| chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet | Source/MQTTnet/Client/Disconnecting/MqttClientDisconnectReason.cs | mit | 1,591,891,584 | namespace MQTTnet.Client.Disconnecting
{
public enum MqttClientDisconnectReason
{
NormalDisconnection = 0,
DisconnectWithWillMessage = 4,
UnspecifiedError = 128,
MalformedPacket = 129,
ProtocolError = 130,
ImplementationSpecificError = 131,
NotAuthorized ... | namespace MQTTnet.Client.Disconnecting
{
public enum MqttClientDisconnectReason
{
NormalDisconnection = 0,
}
}
|
56a9fe834e541c063f033cb9b58a67a6aa40c7ad | Util.cs -> ip2long | Util.cs -> ip2long
| lionsoul2014/ip2region,lionsoul2014/ip2region,lionsoul2014/ip2region,lionsoul2014/ip2region,lionsoul2014/ip2region,lionsoul2014/ip2region,lionsoul2014/ip2region,lionsoul2014/ip2region,lionsoul2014/ip2region | maker/csharp/DbMaker/Util.cs | apache-2.0 | 1,591,891,112 | using System;
using System.Text;
namespace DbMaker
{
/**
* util class
*
* @author chenxin<chenxin619315@gmail.com>
*/
public class Util
{
/**
* write specfield bytes to a byte array start from offset
*
* @param b
* @param offset
... | using System;
using System.Text;
namespace DbMaker
{
/**
* util class
*
* @author chenxin<chenxin619315@gmail.com>
*/
public class Util
{
/**
* write specfield bytes to a byte array start from offset
*
* @param b
* @param offset
... |
9475d3bb08b05b5e69708d37f2c603ddc66c8635 | Add support for `Mandate` in `ChargePaymentMethodDetailsAcssDebit` | Add support for `Mandate` in `ChargePaymentMethodDetailsAcssDebit`
| stripe/stripe-dotnet | src/Stripe.net/Entities/Charges/ChargePaymentMethodDetails/ChargePaymentMethodDetailsAcssDebit.cs | apache-2.0 | 1,591,891,081 | namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class ChargePaymentMethodDetailsAcssDebit : StripeEntity<ChargePaymentMethodDetailsAcssDebit>
{
/// <summary>
/// Uniquely identifies this particular bank account. You can use this attribute to check
/... | namespace Stripe
{
using Newtonsoft.Json;
using Stripe.Infrastructure;
public class ChargePaymentMethodDetailsAcssDebit : StripeEntity<ChargePaymentMethodDetailsAcssDebit>
{
/// <summary>
/// Uniquely identifies this particular bank account. You can use this attribute to check
/... |
e9c722bb2e4b8bd3cb6e501207ea0f48a1e895c7 | ca fix making a test class static. | ca fix making a test class static.
| NaosProject/Naos.MessageBus | Naos.MessageBus.Test/TrackingSystemTests.cs | mit | 1,591,891,066 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TrackingSystemTests.cs" company="Naos Project">
// Copyright (c) Naos Project 2019. All rights reserved.
// </copyright>
// ----------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="TrackingSystemTests.cs" company="Naos Project">
// Copyright (c) Naos Project 2019. All rights reserved.
// </copyright>
// ----------------------------------------------------... |
c9dc17f3d8868679bb99b37ea425dff4624626eb | Introduce migrations for drawings | Introduce migrations for drawings
| UselessToucan/osu,ppy/osu,ppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu-new | osu.Game.Tournament/IO/TournamentStorage.cs | mit | 1,591,890,667 | // 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.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... | // 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.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... |
1179fbfea1fa716e55ee20eb2183ae9fe6f0d116 | Update version | Update version
| akorb/SteamShutdown | SteamShutdown/Properties/AssemblyInfo.cs | mit | 1,591,890,468 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SteamShutdown")]
[assembly: Assemb... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SteamShutdown")]
[assembly: Assemb... |
c12c7de949d6b7cd680ec3c75edc4b2b6e410fae | Check for specific bit now to check if a game is downloaded at the moment | Check for specific bit now to check if a game is downloaded at the moment
| akorb/SteamShutdown | SteamShutdown/App.cs | mit | 1,591,890,325 | namespace SteamShutdown
{
public class App
{
public int ID { get; set; }
public string Name { get; set; }
public int State { get; set; }
/// <summary>
/// Returns a value indicating whether the game is being downloaded.
/// </summary>
public b... | using System;
namespace SteamShutdown
{
public class App
{
public int ID { get; set; }
public string Name { get; set; }
public int State { get; set; }
/// <summary>
/// Returns a value indicating whether the game is being downloaded. Includes games in queue ... |
f3b6ea2edc1070d88d33434058f08c008d444329 | Fix backend test | Fix backend test
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/RegressionTests/BackendTests.cs | mit | 1,591,889,844 | using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using Syst... | using NBitcoin;
using NBitcoin.Crypto;
using NBitcoin.Protocol;
using NBitcoin.RPC;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.CompilerServices;
using Syst... |
4b5772868e3685dc63bad8e706dbca86a3601c1d | Update ContainerConfigurator.cs | Update ContainerConfigurator.cs | z4kn4fein/stashbox | src/Configuration/ContainerConfigurator.cs | mit | 1,591,889,507 | using Stashbox.Lifetime;
using Stashbox.Registration.Fluent;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Reflection;
namespace Stashbox.Configuration
{
/// <summary>
/// Represents a container configurator.
/// </summary>
public class ContainerConfigurat... | using Stashbox.Lifetime;
using Stashbox.Registration.Fluent;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Reflection;
namespace Stashbox.Configuration
{
/// <summary>
/// Represents a container configurator.
/// </summary>
public class ContainerConfigurat... |
da10b094208849052ad50b0583c33dfca3382d9b | Update ContainerConfigurator.cs | Update ContainerConfigurator.cs | z4kn4fein/stashbox | src/Configuration/ContainerConfigurator.cs | mit | 1,591,889,487 | using Stashbox.Lifetime;
using Stashbox.Registration.Fluent;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Reflection;
namespace Stashbox.Configuration
{
/// <summary>
/// Represents a container configurator.
/// </summary>
public class ContainerConfigurat... | using Stashbox.Lifetime;
using Stashbox.Registration.Fluent;
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Reflection;
namespace Stashbox.Configuration
{
/// <summary>
/// Represents a container configurator.
/// </summary>
public class ContainerConfigurat... |
80abd8fd2539e1d27c37900465c407dc3547b21f | nice things | nice things
| dadhi/ImTools | src/ImTools/ImTools.Experimental.ImMap234.cs | mit | 1,591,889,345 | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... |
5c33981374d1fb78d33289479ba817a07ee0da8a | Try to fix Appveyor build. (Works fine locally and on Linux.) | Try to fix Appveyor build. (Works fine locally and on Linux.)
| FacilityApi/FacilityJavaScript,FacilityApi/FacilityJavaScript,FacilityApi/FacilityJavaScript,FacilityApi/FacilityJavaScript | src/Facility.CodeGen.JavaScript/JavaScriptGenerator.cs | mit | 1,591,889,320 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Facility.Definition;
using Facility.Definition.CodeGen;
using Facility.Definition.Http;
namespace Facility.CodeGen.JavaScript
{
/// <summary>
/// Generates JavaScript and TypeScript.
/// </summary>
public sealed cl... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Facility.Definition;
using Facility.Definition.CodeGen;
using Facility.Definition.Http;
namespace Facility.CodeGen.JavaScript
{
/// <summary>
/// Generates JavaScript and TypeScript.
/// </summary>
public sealed cl... |
9cb3c343ed1e22467a7c82be2a8ec2fd503c394a | Changed the Exception catalog check to ignore missing file exceptions but still throw other exceptions. This is because the missing file is somewhat expected at the current time when the program is run without the exceptions.bin file. | Changed the Exception catalog check to ignore missing file exceptions but still throw other exceptions. This is because the missing file is somewhat expected at the current time when the program is run without the exceptions.bin file.
| mjrousos/dotnet-apiport,mjrousos/dotnet-apiport,mjrousos/dotnet-apiport | src/lib/Microsoft.Fx.Portability.Offline/Data.cs | mit | 1,591,888,640 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Fx.Portability.ObjectModel;
using Microsoft.Fx.Portability.Offline.Resources;
using System;
using System.Collections.Generic;
using System.Globalizatio... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Fx.Portability.ObjectModel;
using Microsoft.Fx.Portability.Offline.Resources;
using System;
using System.Collections.Generic;
using System.Globalizatio... |
ea26830f3771ca2fee4be73b04b4ae11caed1de3 | Added tests for deserializing JSONs to partial expandos. | Added tests for deserializing JSONs to partial expandos.
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Tests/Kephas.Serialization.NewtonsoftJson.Tests/JsonSerializerTest.cs | mit | 1,591,888,496 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="JsonSerializerTest.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pro... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="JsonSerializerTest.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the pro... |
935cdfc3ab390ad5f65b9be2fe4abc51a3585039 | Removed unused SimpleInjectorChildContainerAdapter. | Removed unused SimpleInjectorChildContainerAdapter.
| danielpalme/IocPerformance,z4kn4fein/IocPerformance | IocPerformance/Adapters/SimpleInjectorContainerAdapter.cs | apache-2.0 | 1,591,888,416 | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Linq;
using System.Reflection;
using IocPerformance.Classes.Child;
using IocPerformance.Classes.Complex;
using IocPerformance.Classes.Conditions;
using IocPerformance.Classes.Dummy;
using IocPerformance.Class... | using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Linq;
using System.Reflection;
using IocPerformance.Classes.Child;
using IocPerformance.Classes.Complex;
using IocPerformance.Classes.Conditions;
using IocPerformance.Classes.Dummy;
using IocPerformance.Class... |
394bc48d9c8469975108555a0e4fa9dea17d72c2 | fix conversion issue | fix conversion issue
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/Model/Configuration/ApplyConfiguration.cs | mit | 1,591,887,828 | using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Schema;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Lin... | using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Schema;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Lin... |
6a6d09ab806fb75393e2ce2184a6e8934b605bbe | Fixes conversion issue | Fixes conversion issue
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Provisioning/Model/Configuration/ApplyConfiguration.cs | mit | 1,591,887,708 | using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Schema;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Lin... | using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Schema;
using OfficeDevPnP.Core.Framework.Provisioning.Connectors;
using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Lin... |
9d3033c75affb2b5936a946f48cef6adf916f9c5 | Handle reproducible data separately from deterministic | Handle reproducible data separately from deterministic
| NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer,campersau/NuGetPackageExplorer | PackageViewModel/SymbolValidation/SymbolValidator.cs | mit | 1,591,887,054 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using AuthenticodeExaminer;
using NuGet.Packa... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using AuthenticodeExaminer;
using NuGet.Packa... |
22468f1cf2a03080167c16336906432068b5714a | Add `being_called` value | Add `being_called` value
It's present in BD plugin, but it wasn't working properly... it will soon... | antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/Discord/GSI/Nodes/UserNode.cs | mit | 1,591,887,011 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.Discord.GSI.Nodes {
public enum DiscordStatus
{
Undefined,
Online,
Idle,
DoNotDisturb,
Invisible
}
public class UserNod... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.Discord.GSI.Nodes {
public enum DiscordStatus
{
Undefined,
Online,
Idle,
DoNotDisturb,
Invisible
}
public class UserNod... |
67de795863c27a904482448bca8c10d47d35b1e0 | Fix code inspection issues | Fix code inspection issues
| smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framew... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,591,886,969 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
40f0cfa1041e7e774599b001aa002ecfbf0f36b8 | Fixes broken create trigger test (#1082) | Fixes broken create trigger test (#1082)
* Fix trigger create test
* Re-add skipped test
Co-authored-by: Cody Herring <c63759c0cfc1ddafad97cd0674bb129bc61adf2b@google.com> | GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | dlp/api/DlpTest/DlpTest.cs | apache-2.0 | 1,591,886,966 | // Copyright 2018 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | // Copyright 2018 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
3085d52f39c5fcf5da200993fe224e5b4fa86c13 | feature/112724 fixing default config value for ServiceHttpsOverride | feature/112724 fixing default config value for ServiceHttpsOverride
| gigya/microdot | Gigya.Microdot.ServiceDiscovery/Config/ServiceDiscoveryConfig.cs | apache-2.0 | 1,591,886,820 | #region Copyright
// Copyright 2017 Gigya Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS... | #region Copyright
// Copyright 2017 Gigya Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS... |
d58ca17b7db5f94beeddc8675da1f2be4b46148a | Changed GetAceCount to AceCount to resolve deprecated warning | Changed GetAceCount to AceCount to resolve deprecated warning
| dahall/vanara | WIndows.Forms/Dialogs/AccessControlEditor/Providers.cs | mit | 1,591,886,766 | using System;
using System.Linq;
using System.Security.AccessControl;
using Vanara.PInvoke;
using static Vanara.PInvoke.AclUI;
using static Vanara.PInvoke.AdvApi32;
using static Vanara.Security.AccessControl.AccessControlHelper;
using ResourceType = System.Security.AccessControl.ResourceType;
namespace Vanara.Securit... | using System;
using System.Linq;
using System.Security.AccessControl;
using Vanara.PInvoke;
using static Vanara.PInvoke.AclUI;
using static Vanara.PInvoke.AdvApi32;
using static Vanara.Security.AccessControl.AccessControlHelper;
using ResourceType = System.Security.AccessControl.ResourceType;
namespace Vanara.Securit... |
709e76a10fea088b9afd8d8e0ab2434dd446f65a | added top level Branch3 split | added top level Branch3 split
| dadhi/ImTools | src/ImTools/ImTools.Experimental.ImMap234.cs | mit | 1,591,886,759 | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... |
b150e30f2b770972afb377f8b4a883920753102b | Fix for #24: Queue attribute is required for Start methods | Fix for #24: Queue attribute is required for Start methods
| MvRens/Tapeti,MvRens/Tapeti | Tapeti/TapetiConfigControllers.cs | unlicense | 1,591,886,312 | using System;
using System.Linq;
using System.Reflection;
using Tapeti.Annotations;
using Tapeti.Config;
using Tapeti.Default;
// ReSharper disable UnusedMember.Global
namespace Tapeti
{
/// <inheritdoc />
/// <summary>
/// Thrown when an issue is detected in a controller configuration.
... | using System;
using System.Linq;
using System.Reflection;
using Tapeti.Annotations;
using Tapeti.Config;
using Tapeti.Default;
// ReSharper disable UnusedMember.Global
namespace Tapeti
{
/// <inheritdoc />
/// <summary>
/// Thrown when an issue is detected in a controller configuration.
... |
a2be5fcaed4d41f4d973b61e37a0291c6dc7a681 | Update Led.cs | Update Led.cs
| RapidScada/scada,RapidScada/scada,RapidScada/scada | ScadaWeb/ScadaScheme/PlgSchBasicComp/AppCode/SchBasicComp/Led.cs | apache-2.0 | 1,591,886,177 | /*
* Copyright 2020 Mikhail Shiryaev
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | /*
* Copyright 2019 Mikhail Shiryaev
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
779d4038ba9e978ac1c15ec0aae306a6bc64d8a8 | fix pr embed for very old prs | fix pr embed for very old prs
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Commands/Pr.cs | lgpl-2.1 | 1,591,884,581 | using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Commands.Attributes;
using CompatBot.Utils;
using CompatBot.Utils.Extensions;
using CompatBot.Utils.ResultFormatters;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.Commands... | using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Commands.Attributes;
using CompatBot.Utils;
using CompatBot.Utils.Extensions;
using CompatBot.Utils.ResultFormatters;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.Commands... |
bc41bcf6704c5a8f45f5148486906464114a1090 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.4.3418.20200611140237-master-69f505b
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,591,884,294 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "69f505b9784888992761ed2ce54d7b4dc51d5c78";
public static string Version = "1.4";
public static string Build = "3418";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "5bba4a29466f46bcbda458090656b7fc543bdcff";
public static string Version = "1.4";
public static string Build = "3417";
... |
b458b281cd0b0a97ada767cf79173d3188ab989b | added an implementation method to update branch without wasting memory | added an implementation method to update branch without wasting memory
| dadhi/ImTools | src/ImTools/ImTools.Experimental.ImMap234.cs | mit | 1,591,884,110 | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... | using System.Runtime.CompilerServices;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
public static readonly ImMap<V> Empty = new ImMap<V>();
protected ImMap() { }
}... |
1d4d749b539490f295036c00aa9740fb6d2403f4 | Undo blank line removal | Undo blank line removal
Was too excited to add blank lines before submitting the PR that I overdid it
| smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu | osu.Game.Tests/NonVisual/CustomDataDirectoryTest.cs | mit | 1,591,883,794 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... |
c65e61a57eb2b6f1ab8c431d0b8022e53158e0e3 | move client binding check before deleting the code (#4501) | move client binding check before deleting the code (#4501)
| IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4 | src/IdentityServer4/src/Validation/Default/TokenRequestValidator.cs | apache-2.0 | 1,591,883,413 | // 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 IdentityModel;
using IdentityServer4.Configuration;
using IdentityServer4.Events;
using IdentityServer4.Extensions;
using IdentityServer... | // 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 IdentityModel;
using IdentityServer4.Configuration;
using IdentityServer4.Events;
using IdentityServer4.Extensions;
using IdentityServer... |
603054f5214beb6b4ae744d62e7b61c5a03e8f14 | Remove unused property and reuse tournamentBasePath | Remove unused property and reuse tournamentBasePath
| ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,peppy/osu | osu.Game.Tournament.Tests/NonVisual/CustomTourneyDirectoryTest.cs | mit | 1,591,883,241 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... |
883185d3497832ab7309bb566f31010c8ef9a883 | Add a comment to describe what's going on before the headless game starts | Add a comment to describe what's going on before the headless game starts
| peppy/osu-new,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu | osu.Game.Tournament.Tests/NonVisual/CustomTourneyDirectoryTest.cs | mit | 1,591,881,501 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework;
using osu.Framework.Al... |
81ca2072346168ce1835d6585b305fccbc5f5b34 | Fixed MimeParser tests to use an auto-detected new-line format when writing the mbox | Fixed MimeParser tests to use an auto-detected new-line format when writing the mbox
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | UnitTests/MimeParserTests.cs | mit | 1,591,880,980 | //
// MimeParserTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Sof... | //
// MimeParserTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Sof... |
e7fcdce9f5100006a207f1392f8da6f4fb296e11 | Fix of #1265 OracleException ORA-01704 string literal too long (making MaxChunkLength 3900 characters) | Fix of #1265 OracleException ORA-01704 string literal too long (making MaxChunkLength 3900 characters)
| spaccabit/fluentmigrator,fluentmigrator/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator,amroel/fluentmigrator,spaccabit/fluentmigrator,igitur/fluentmigrator,amroel/fluentmigrator,stsrki/fluentmigrator,stsrki/fluentmigrator | src/FluentMigrator.Runner.Oracle/Generators/Oracle/OracleQuoterBase.cs | apache-2.0 | 1,591,880,437 | #region License
// Copyright (c) 2018, FluentMigrator Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | #region License
// Copyright (c) 2018, FluentMigrator Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... |
7ee181afef07afdc6b5cb006ebdbe1fd4aa02ba6 | fix struct delegate injection | fix struct delegate injection
| pardeike/Harmony | Harmony/Internal/MethodPatcher.cs | mit | 1,591,879,712 | using MonoMod.RuntimeDetour;
using MonoMod.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
namespace HarmonyLib
{
internal class MethodPatcher
{
/// special parameter names that can be used in prefix and postfix methods
const strin... | using MonoMod.RuntimeDetour;
using MonoMod.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
namespace HarmonyLib
{
internal class MethodPatcher
{
/// special parameter names that can be used in prefix and postfix methods
const strin... |
e75b95bcfa816f258c312f25b5ddec8dff0d1b45 | Always convert TO a *CryptoServiceProvider | Always convert TO a *CryptoServiceProvider
X509Certificate2.PrivateKey does not allow assignment for any type of key except those that implement the CryptoServiceProvider interface (which the *Cng implementations do not).
This was discovered after running the tests on net47 and net48.
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | MimeKit/Cryptography/AsymmetricAlgorithmExtensions.cs | mit | 1,591,879,147 | //
// AsymmetricAlgorithmExtensions.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal... | //
// AsymmetricAlgorithmExtensions.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal... |
5f7978f21e6da7b47b881c0732fb398038dfa996 | Open OwnedPackageIDsReadOnly for plugin usage | Open OwnedPackageIDsReadOnly for plugin usage
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Bot.cs | apache-2.0 | 1,591,878,208 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
cdffbc30a82cbcef0217ecbf82291c4607598a55 | Added layer prop to ent 🚧 | Added layer prop to ent 🚧
| dimmpixeye/Unity3dTools | Runtime/LibEcs/ent.cs | mit | 1,591,877,468 | // Project : ecs
// Contacts : Pix - info@pixeye.games
// Date : 3/16/2019
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public unsafe partial struct ent
{
... | // Project : ecs
// Contacts : Pix - info@pixeye.games
// Date : 3/16/2019
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public unsafe partial struct ent
{
... |
5d49b709b99f5a8d1da59cfc76e5025423cd5977 | Change access modifier public -> internal | Change access modifier public -> internal
| NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu | osu.Game.Tournament/IO/TournamentStorage.cs | mit | 1,591,877,361 | // 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.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using ... | // 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.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using ... |
a317b85fd823f1988a1514b93b99e59c866ea8ff | Remove misleading log | Remove misleading log
| ppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu | osu.Game.Tournament/IO/TournamentStorage.cs | mit | 1,591,877,163 | // 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.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using ... | // 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.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using ... |
151aaefcddca4a2a388a002d0979f8676879c065 | Log exception on merge | Log exception on merge
| onovotny/SignService,onovotny/SignService,onovotny/SignService | src/SignService/Controllers/KeyVaultController.cs | mit | 1,591,877,152 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.ApplicationInsights;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using SignService.Models;
using SignService.Services;
using SignService.Utils;
namespace Sig... | using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using SignService.Models;
using SignService.Services;
using SignService.Utils;
namespace SignService.Controllers
{
[Authorize(Roles = "admin_signservice")]
... |
b69ff307d83beb9aa40d81e00b8d8c16ab0b5b88 | Fixed migration logic | Fixed migration logic
| ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu | osu.Game.Tournament/IO/TournamentStorage.cs | mit | 1,591,876,576 | // 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.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using ... | // 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.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using ... |
c2e01e198f1da6682bd8d1601ffa207509ee0dfc | Rename tournamentStorage to storage | Rename tournamentStorage to storage
| NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu | osu.Game.Tournament/TournamentGameBase.cs | mit | 1,591,876,529 | // 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.Drawing;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Drawing;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Fr... |
a12b7e5832c37658bb1eb5c417463910e83448a9 | Use expression body | Use expression body
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/CrashReport/ViewModels/CrashReportWindowViewModel.cs | mit | 1,591,876,126 | using Splat;
namespace WalletWasabi.Gui.CrashReport.ViewModels
{
public class CrashReportWindowViewModel
{
public CrashReportWindowViewModel()
{
var global = Locator.Current.GetService<Global>();
CrashReporter = global.CrashReporter;
}
private CrashReporter CrashReporter { get; }
public int MinWidth... | using Splat;
namespace WalletWasabi.Gui.CrashReport.ViewModels
{
public class CrashReportWindowViewModel
{
public CrashReportWindowViewModel()
{
var global = Locator.Current.GetService<Global>();
CrashReporter = global.CrashReporter;
}
private CrashReporter CrashReporter { get; }
public int MinWidth... |
e6b6375646814f5eb1a3fc890b939243212a68ba | load assembly indirectly to avoid locking | load assembly indirectly to avoid locking
| dd4t/DD4T.DI.Unity | source/DD4T.DI.Unity/Bootstrap.cs | apache-2.0 | 1,591,874,877 | using DD4T.ContentModel.Contracts.Caching;
using DD4T.ContentModel.Contracts.Configuration;
using DD4T.Core.Contracts.DependencyInjection;
using DD4T.DI.Unity.Exceptions;
using DD4T.Utils;
using DD4T.Utils.Caching;
using Microsoft.Practices.Unity;
using System;
using System.IO;
using System.Linq;
using System.Reflecti... | using DD4T.ContentModel.Contracts.Caching;
using DD4T.ContentModel.Contracts.Configuration;
using DD4T.Core.Contracts.DependencyInjection;
using DD4T.DI.Unity.Exceptions;
using DD4T.Utils;
using DD4T.Utils.Caching;
using Microsoft.Practices.Unity;
using System;
using System.IO;
using System.Linq;
using System.Reflecti... |
82f146386d86d0d2c8d374c8add2a383ce70b4a6 | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,873,271 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
e78962cbb5b10a1a1da329f420bdcbb7ba040ab4 | Done Mode struct api docs | Done Mode struct api docs
| zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Graphics/Mode.cs | bsd-3-clause | 1,591,872,298 | using System;
using System.Runtime.InteropServices;
namespace Cosmos.System.Graphics
{
/*
* This struct represents a video mode in term of its number of columns, rows and color_depth
*/
/// <summary>
/// Mode struct. Represents a video mode in term of its number of columns, rows and color depth... | using System;
using System.Runtime.InteropServices;
namespace Cosmos.System.Graphics
{
/*
* This struct represents a video mode in term of its number of columns, rows and color_depth
*/
public struct Mode
{
int columns;
int rows;
ColorDepth color_depth;
/* Constu... |
1b99cfba5d8d00d8840b4b416039d9bf1128596e | Add TabCotrol test cases that verify that the selection changes when the current tab is removed | Add TabCotrol test cases that verify that the selection changes when the current tab is removed
| smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smo... | osu.Framework.Tests/Visual/UserInterface/TestSceneTabControl.cs | mit | 1,591,872,161 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumerableExtens... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using osu.Framework.Bindables;
using osu.Framework.Extensions.IEnumerableExtens... |
257211fc7a98d62895a6f16f673de7d9a17c5f4a | Moved undeliveredMessageInterceptor to local variable to avoid threading issues. | Moved undeliveredMessageInterceptor to local variable to avoid threading issues.
| chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet | Source/MQTTnet/Server/MqttClientSessionsManager.cs | mit | 1,591,872,108 | using MQTTnet.Adapter;
using MQTTnet.Diagnostics;
using MQTTnet.Exceptions;
using MQTTnet.Formatter;
using MQTTnet.Internal;
using MQTTnet.Packets;
using MQTTnet.Protocol;
using MQTTnet.Server.Status;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
using Sys... | using MQTTnet.Adapter;
using MQTTnet.Diagnostics;
using MQTTnet.Exceptions;
using MQTTnet.Formatter;
using MQTTnet.Internal;
using MQTTnet.Packets;
using MQTTnet.Protocol;
using MQTTnet.Server.Status;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Threading;
using Sys... |
94e03013aa8396dcb3642f85a969341272b0c75d | [Tools][Tracer] Remove unused event (CS0067 warning) | [Tools][Tracer] Remove unused event (CS0067 warning)
Signed-off-by: egorovdanil <fdb0d13dbf420057c2c5de9e049d47e046f51c3a@intel.com>
| Intel-Media-SDK/MediaSDK,Intel-Media-SDK/MediaSDK,Intel-Media-SDK/MediaSDK,Intel-Media-SDK/MediaSDK,Intel-Media-SDK/MediaSDK,Intel-Media-SDK/MediaSDK | tools/tracer/gui/EtlToTextConverter.cs | mit | 1,591,872,075 | /* ****************************************************************************** *\
INTEL CORPORATION PROPRIETARY INFORMATION
This software is supplied under the terms of a license agreement or nondisclosure
agreement with Intel Corporation and may not be copied or disclosed except in
accordance with the terms of th... | /* ****************************************************************************** *\
INTEL CORPORATION PROPRIETARY INFORMATION
This software is supplied under the terms of a license agreement or nondisclosure
agreement with Intel Corporation and may not be copied or disclosed except in
accordance with the terms of th... |
e297e4e5047808cc4ec25a533290cee5edb702f6 | Fixed an issue where overlay layers on the desktop profile were being updated twice in a single frame when the Aurora window was not focused or the "Show Overlays in Application Preview" is checked. | Fixed an issue where overlay layers on the desktop profile were being updated twice in a single frame when the Aurora window was not focused or the "Show Overlays in Application Preview" is checked.
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Profiles/Desktop/Event_Desktop.cs | mit | 1,591,871,943 | using Aurora.EffectsEngine;
using Aurora.EffectsEngine.Animations;
using Microsoft.VisualBasic.Devices;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Timers;
using System.Windo... | using Aurora.EffectsEngine;
using Aurora.EffectsEngine.Animations;
using Microsoft.VisualBasic.Devices;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Timers;
using System.Windo... |
3c35d461461604d56601e114651292255f1ae4e5 | Clear selection if last item in collection is being removed | Clear selection if last item in collection is being removed
| ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-fram... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,591,871,553 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
b3270aedc8287d80690ef4b034784d5399fee002 | Update BoxColliderFitChildren.cs | Update BoxColliderFitChildren.cs | UnityCommunity/UnityLibrary | Assets/Scripts/Editor/ContextMenu/BoxColliderFitChildren.cs | mit | 1,591,870,715 | // Adjust Box Collider to fit child meshes inside
// Usage: You have empty parent transform, with child meshes inside, add box collider to parent then use this
// NOTE: Doesnt work if root transform is rotated
using UnityEngine;
using UnityEditor;
namespace UnityLibrary
{
public class BoxColliderFitChildren : Mon... | // Adjust Box Collider to fit child meshes inside
// usage: You have empty parent transform, with child meshes inside, add box collider to parent then use this
using UnityEngine;
using UnityEditor;
namespace UnityLibrary
{
public class BoxColliderFitChildren : MonoBehaviour
{
[MenuItem("CONTEXT/BoxCol... |
12b0cca5a74cf4a1355d1e6759a0ba9d9be94a04 | ensure bools are serialized as lower case on customer properties | ensure bools are serialized as lower case on customer properties
| LagoVista/DeviceAdmin,LagoVista/DeviceAdmin | src/LagoVista.IoT.DeviceAdmin.Models/CustomField.cs | mit | 1,591,870,712 | using LagoVista.Core.Attributes;
using LagoVista.Core.Interfaces;
using LagoVista.Core.Models;
using LagoVista.Core.Validation;
using LagoVista.IoT.DeviceAdmin.Models.Resources;
using LagoVista.IoT.DeviceAdmin.Resources;
using Newtonsoft.Json;
using System;
using System.Linq;
using LagoVista.Core;
using System.Collect... | using LagoVista.Core.Attributes;
using LagoVista.Core.Interfaces;
using LagoVista.Core.Models;
using LagoVista.Core.Validation;
using LagoVista.IoT.DeviceAdmin.Models.Resources;
using LagoVista.IoT.DeviceAdmin.Resources;
using Newtonsoft.Json;
using System;
using System.Linq;
using LagoVista.Core;
using System.Collect... |
1824f03d35b6ccd8491610dfb769be1775195aa7 | Rename UTXO change | Rename UTXO change
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Models/WalletViewModels/WalletSendModel.cs | mit | 1,591,870,251 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using BTCPayServer.Services.Labels;
namespace BTCPayServer.Models.WalletViewModels
{
public class WalletSendModel
{
public enum ThreeStateBool
{
Maybe,
Yes,
No
... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using BTCPayServer.Services.Labels;
namespace BTCPayServer.Models.WalletViewModels
{
public class WalletSendModel
{
public enum ThreeStateBool
{
Maybe,
Yes,
No
... |
b7f973bb7ed22f30271d269f0e16e6894778981f | Added PlaceLocationType.Tourist_Attraction | Added PlaceLocationType.Tourist_Attraction
| vivet/GoogleApi | GoogleApi/Entities/Common/Enums/PlaceLocationType.cs | mit | 1,591,869,923 | using System.Runtime.Serialization;
namespace GoogleApi.Entities.Common.Enums
{
/// <summary>
/// Place Location Types
/// https://developers.google.com/places/supported_types#table1
/// https://developers.google.com/places/supported_types#table2
/// </summary>
public enum PlaceLocationType
... | using System.Runtime.Serialization;
namespace GoogleApi.Entities.Common.Enums
{
/// <summary>
/// Place Location Types
/// https://developers.google.com/places/supported_types#table1
/// https://developers.google.com/places/supported_types#table2
/// </summary>
public enum PlaceLocationType
... |
596c4db760270a9f14a44a565a7c32765c63c062 | Fixed Voronoi color table generator | Fixed Voronoi color table generator
- Fixed some bugs.
- Weights are now used to weight the region size / shape, instead of the
interpolation.
- Default example weights are now 1 / 2 (old 1 / 128) in order to make sense with new usage.
| ripieces/advancedfx,ripieces/advancedfx,ripieces/advancedfx,ripieces/advancedfx,ripieces/advancedfx | hlae/AfxRgbaLutVoronoiGenerator.cs | mit | 1,591,869,714 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Security.Permissions;
using System.Text;
using System.Windows.Forms;
namespace AfxGui
{
public partial class AfxRgbaLutVoronoiGenerator : Form, IDisposable
{
... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace AfxGui
{
public partial class AfxRgbaLutVoronoiGenerator : Form, IDisposable
{
public AfxRgbaLutVoronoiGenerator()
... |
ebc486e75ed3448bfd5daa10d10f3805a85040f9 | Fix systemIncludes in vcxproj in case no include path was previously set | Fix systemIncludes in vcxproj in case no include path was previously set
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Platforms/Sharpmake.CommonPlatforms/Windows/BaseWindowsPlatform.cs | apache-2.0 | 1,591,868,899 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
c3d19bd2f99a4ea644c5916be24f998a306f3a36 | Address AccessTools.MethodDelegate PR comments | Address AccessTools.MethodDelegate PR comments
| pardeike/Harmony | Harmony/Tools/AccessTools.cs | mit | 1,591,868,574 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Serialization;
using MonoMod.Utils;
namespace HarmonyLib
{
/// <summary>A helper class for reflection related functions</su... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Runtime.Serialization;
using MonoMod.Utils;
namespace HarmonyLib
{
/// <summary>A helper class for reflection related functions</su... |
da1e38a47ce4192fede0239d8377ae87a360aabb | Fix discrepancies between MT and non MT generations. | Fix discrepancies between MT and non MT generations.
The Arguments.TypesToGenerate is left untouched, since it should only
contain what the user code queried.
This reverts the previous atempt at fixing this (7465fdf42cb3558ca2a093457991609b0bd0d87c)
since it introduced other issues, namely useless projects were gener... | ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Builder.cs | apache-2.0 | 1,591,867,407 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
a135e192eeb97d555c14ebc9f0000c2ee12a0402 | Stop parsing of sharpmake files in case the first line begins with namespace | Stop parsing of sharpmake files in case the first line begins with namespace
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Assembler.cs | apache-2.0 | 1,591,867,406 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
97c1d8d045f22ba49b9fc2873478474774d6c71f | remove secondary refresh, since it doesn't bring value. (#1690) | remove secondary refresh, since it doesn't bring value. (#1690)
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Rider/UnityRefreshTracker.cs | apache-2.0 | 1,591,867,311 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using JetBrains.Application.changes;
using JetBrains.Application.FileSystemTracker;
using JetBrains.Application.Settings;
using JetBrains.Application.Threading;
using JetBrains.Application.Threading.Tasks;
using JetBrains.Collections.Viewabl... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using JetBrains.Application.changes;
using JetBrains.Application.FileSystemTracker;
using JetBrains.Application.Settings;
using JetBrains.Application.Threading;
using JetBrains.Application.Threading.Tasks;
using JetBrains.Collections.Viewabl... |
3e6b6680b8a406927907f33d86d7449f29548f7d | starting on branches | starting on branches
| dadhi/ImTools | src/ImTools/ImTools.Experimental.cs | mit | 1,591,864,043 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
... |
4760f299da8672372119e03ff6b4428441ec8812 | fixing things on leafs update | fixing things on leafs update
| dadhi/ImTools | src/ImTools/ImTools.Experimental.cs | mit | 1,591,863,850 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
... |
e6d2d52a8b98031e47c36c2af719b15e63da25b5 | wip: tree234 for #32 | wip: tree234 for #32
| dadhi/ImTools | src/ImTools/ImTools.Experimental.cs | mit | 1,591,863,475 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental.Tree234
{
/// <summary>Represents an empty map</summary>
public class ImMap<V>
{
/// <summary>Empty tree to start with.</summary>
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Threading;
namespace ImTools.Experimental
{
/// <summary>
/// Immutable http://en.wikipedia.org/wiki/AVL_tree with integer keys and <typeparamref name="V"/> values.
/// </summary>
... |
c34f7c4242f6eb6c6ef6b5072ab8c7ae1c29c341 | Unskip PubSub test now that the allow-list has been removed | Unskip PubSub test now that the allow-list has been removed
| googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet | apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1.IntegrationTests/PubSubClientTest.cs | apache-2.0 | 1,591,863,290 | // Copyright 2017, Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicab... | // Copyright 2017, Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicab... |
ba43a4348386eca09078c3927352f053b5a21525 | Allows key in SimpleContentType | Allows key in SimpleContentType
| bjarnef/Umbraco-CMS,hfloyd/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,arknu/Umbraco-CMS,tcmorris/Umbraco-CMS,mattbrailsford/Umbraco-CMS,mattbrailsford/Umbraco-CMS,robertjf/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,leekelleher/Umbraco-CMS,tcm... | src/Umbraco.Core/Models/SimpleContentType.cs | mit | 1,591,862,916 | using System;
using System.Collections.Generic;
using Umbraco.Core.Models.Entities;
namespace Umbraco.Core.Models
{
/// <summary>
/// Implements <see cref="ISimpleContentType"/>.
/// </summary>
public class SimpleContentType : ISimpleContentType
{
/// <summary>
/// Initializes a ne... | using System;
using System.Collections.Generic;
using Umbraco.Core.Models.Entities;
namespace Umbraco.Core.Models
{
/// <summary>
/// Implements <see cref="ISimpleContentType"/>.
/// </summary>
public class SimpleContentType : ISimpleContentType
{
/// <summary>
/// Initializes a ne... |
b345fe1bb99282d75d451b6329ad087a0f4fe6e2 | Convert materials using PhysicallyBasedMaterial instead of through GetParameter API | Convert materials using PhysicallyBasedMaterial instead of through GetParameter API
| mcneel/RhinoCycles | CyclesShader.cs | apache-2.0 | 1,591,862,694 | /**
Copyright 2014-2017 Robert McNeel and Associates
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wr... | /**
Copyright 2014-2017 Robert McNeel and Associates
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in wr... |
899e3e2af644afdc79e6b4ae78acbcb68adcd7a1 | Invalidate conservative quad on texture change | Invalidate conservative quad on texture change
| ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framewor... | osu.Framework/Graphics/Sprites/Sprite.cs | mit | 1,591,862,528 | // 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 osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... | // 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 osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... |
8cd763cbadd53c97ce3b28d7c5021ec8490702f6 | Cleaned ip Code Samples. | Cleaned ip Code Samples.
| simpleinjector/SimpleInjector | src/SimpleInjector.CodeSamples/ResolvingFactoriesExtensions.cs | mit | 1,591,862,435 | namespace SimpleInjector.CodeSamples
{
using System;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
public static class ResolvingFactoriesExtensions
{
// This extension method is equivalent to the following registration, for e... | namespace SimpleInjector.CodeSamples
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
public static class ResolvingFactoriesExtensions
{
// This extension method is equivalen... |
c05b814eb7436ae72d5a3c1e7c9b8216182426ee | Adjust comment | Adjust comment
| smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-... | osu.Framework/Graphics/DrawNode.cs | mit | 1,591,862,391 | // 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.Graphics.OpenGL;
using System;
using System.Runtime.CompilerServices;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Colour;
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 osu.Framework.Graphics.OpenGL;
using System;
using System.Runtime.CompilerServices;
using osu.Framework.Graphics.Batches;
using osu.Framework.Graphics.Colour;
usin... |
2c770e791c2ad3de5ac57f188df61ad8a7b49b58 | feature/105212 adding the remote certificate back with an empty validation rule | feature/105212 adding the remote certificate back with an empty validation rule
| gigya/microdot | Gigya.Microdot.Orleans.Hosting/OrleansConfigurationBuilder.cs | apache-2.0 | 1,591,861,982 | #region Copyright
// Copyright 2017 Gigya Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS SOFT... | #region Copyright
// Copyright 2017 Gigya Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS SOFT... |
6aeabfaf034a8d95e5b6d7fc8e42d0c251a96a7b | Revert "Change default directory of game content from "." to "./data"" | Revert "Change default directory of game content from "." to "./data""
This reverts commit 0040563b1c6fa981b8521fc964416ad0d89c204c.
| Xeeynamo/KingdomHearts | OpenKh.Game/OpenKhGame.cs | mit | 1,591,860,831 | using Microsoft.Xna.Framework;
using OpenKh.Common;
using OpenKh.Game.DataContent;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.States;
using OpenKh.Kh2;
using System;
using System.IO;
using System.Linq;
namespace OpenKh.Game
{
public class OpenKhGame : Microsoft.Xna.Framework.... | using Microsoft.Xna.Framework;
using OpenKh.Common;
using OpenKh.Game.DataContent;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.States;
using OpenKh.Kh2;
using System;
using System.IO;
using System.Linq;
namespace OpenKh.Game
{
public class OpenKhGame : Microsoft.Xna.Framework.... |
874ceeca8a9fa6152a0b2d0f4faa91771613d5a8 | Update StartupSettings.cs | Update StartupSettings.cs
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Application/Configuration/StartupSettings.cs | mit | 1,591,860,444 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="StartupSettings.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the projec... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="StartupSettings.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the projec... |
a5220637dbe55d750b2398779427c062deefdb45 | Revert "fix -R command" | Revert "fix -R command"
This reverts commit 1d418c3967d40de2cd695324efc61c3932838fc6.
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net/Iptables/IpTablesRule.cs | apache-2.0 | 1,591,859,305 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... |
1d418c3967d40de2cd695324efc61c3932838fc6 | fix -R command | fix -R command
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net/Iptables/IpTablesRule.cs | apache-2.0 | 1,591,859,288 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using IPTables.Net.Exceptions;
using IPTables.Net.Iptables.Modules;
using IPTables.Net.Netfilter;
using IPTables.Net.Supporting;
namespace IPTables.Net.Iptables
{
/// <summary>
/// An IPTables Rule, which is tied to a... |
e4753649226c60eb66720e661cecf1c794783fcc | Switch TabControl tab if current tab is closed | Switch TabControl tab if current tab is closed
| smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fr... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,591,858,104 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
01348aa21201f816315e6507e95d182b1b6e27ba | v5.8.1 - Tweaked UIDialog to recalc fully on init | v5.8.1 - Tweaked UIDialog to recalc fully on init
| hamstar0/tml-hamstarhelpers-mod | Classes/UI/Elements/UIDialog_Init.cs | agpl-3.0 | 1,591,857,829 | using System;
using Terraria;
using Terraria.UI;
using HamstarHelpers.Classes.UI.Theme;
namespace HamstarHelpers.Classes.UI.Elements {
/// <summary>
/// Defines a UI dialog (stand-alone, centered panel) element. All dialogs are modal, and exclusively capture all
/// interactions until closed.
/// </summary>
pub... | using System;
using Terraria;
using Terraria.UI;
using HamstarHelpers.Classes.UI.Theme;
namespace HamstarHelpers.Classes.UI.Elements {
/// <summary>
/// Defines a UI dialog (stand-alone, centered panel) element. All dialogs are modal, and exclusively capture all
/// interactions until closed.
/// </summary>
pub... |
b67bc7978fb0114dbdf159f07d5140c70841e623 | Adding custom config props for Luis API calls | Adding custom config props for Luis API calls
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Glav.CognitiveServices.FluentApi.Luis/LuisConfigurationSettings.cs | mit | 1,591,856,899 | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
namespace Glav.CognitiveServices.FluentApi.Luis
{
public class LuisConfigurationSettings : C... | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
namespace Glav.CognitiveServices.FluentApi.Luis
{
public class LuisConfigurationSettings : C... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.