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 |
|---|---|---|---|---|---|---|---|---|
ec21865c2509ca13251143847c7cbfe5063e4246 | 487.1: add debug info | 487.1: add debug info
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.DrawingGL/DrawingGL/RenderSuface/VertexBufferObject.cs | bsd-2-clause | 1,591,666,980 | //MIT, 2014-present, WinterDev
//https://www.khronos.org/opengl/wiki/Vertex_Specification#Vertex_Buffer_Object
//https://www.khronos.org/opengl/wiki/Generic_Vertex_Attribute_-_examples
//https://developer.apple.com/library/content/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/TechniquesforWorkingwithVer... | //MIT, 2014-present, WinterDev
//https://www.khronos.org/opengl/wiki/Vertex_Specification#Vertex_Buffer_Object
//https://www.khronos.org/opengl/wiki/Generic_Vertex_Attribute_-_examples
//https://developer.apple.com/library/content/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/TechniquesforWorkingwithVer... |
1f408a29b2fec574c69b353a85f19c1918197c95 | add suppressbecause | add suppressbecause
| OBeautifulCode/OBeautifulCode.Build,OBeautifulCode/OBeautifulCode.Build | Analyzers/analyzers/SuppressBecause.cs | mit | 1,591,665,630 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SuppressBecause.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SuppressBecause.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// <auto-generated>
// Sourced from NuGet package. Wil... |
03b61e171485f710c3e257d15d251fc69130624f | Initialize current file system when loading from binary file | Initialize current file system when loading from binary file
| evandixon/DotNet3dsToolkit | DotNet3dsToolkit/ThreeDsRom.cs | mit | 1,591,665,181 | using DotNet3dsToolkit.Ctr;
using DotNet3dsToolkit.Infrastructure;
using SkyEditor.IO;
using SkyEditor.IO.Binary;
using SkyEditor.IO.FileSystem;
using SkyEditor.IO.FileSystem.Internal;
using SkyEditor.Utilities.AsyncFor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.T... | using DotNet3dsToolkit.Ctr;
using DotNet3dsToolkit.Infrastructure;
using SkyEditor.IO;
using SkyEditor.IO.Binary;
using SkyEditor.IO.FileSystem;
using SkyEditor.IO.FileSystem.Internal;
using SkyEditor.Utilities.AsyncFor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.T... |
d3ac6bb7ef57150bca36f168f7e62f19838cae95 | Support QuoteArgs in OpenDebugAD7 (#1006) | Support QuoteArgs in OpenDebugAD7 (#1006)
* Support QuoteArgs in OpenDebugAD7
This PR adds in the QuoteArgs toggle that we have in
MIEngineLaunchOptions. This will toggle if we quote the debugger command
or not. | Microsoft/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine,Microsoft/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine | src/OpenDebugAD7/MILaunchOptions.cs | mit | 1,591,665,036 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using Micr... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using Micr... |
59b95af748f67144edbe51d499fe69891c16f968 | Allow opening ROM from existing binary file | Allow opening ROM from existing binary file
| evandixon/DotNet3dsToolkit | DotNet3dsToolkit/ThreeDsRom.cs | mit | 1,591,664,854 | using DotNet3dsToolkit.Ctr;
using DotNet3dsToolkit.Infrastructure;
using SkyEditor.IO;
using SkyEditor.IO.Binary;
using SkyEditor.IO.FileSystem;
using SkyEditor.IO.FileSystem.Internal;
using SkyEditor.Utilities.AsyncFor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.T... | using DotNet3dsToolkit.Ctr;
using DotNet3dsToolkit.Infrastructure;
using SkyEditor.IO;
using SkyEditor.IO.Binary;
using SkyEditor.IO.FileSystem;
using SkyEditor.IO.FileSystem.Internal;
using SkyEditor.Utilities.AsyncFor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.T... |
15dc12f80de05a67675bad8af9bf65ea8a5fb048 | Format file. | Format file.
| Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/MitternachtBot/Resources/CommandStrings.cs | mit | 1,591,664,060 | using System;
using System.IO;
using System.Linq;
using Mitternacht.Common.Collections;
using NLog;
using YamlDotNet.Serialization;
namespace Mitternacht.Resources {
public class CommandStrings {
private static readonly Logger Log;
private const string CmdStringPath = @"./_strings/commandstrings.yml";
private s... | using System;
using System.IO;
using System.Linq;
using Mitternacht.Common.Collections;
using NLog;
using YamlDotNet.Serialization;
namespace Mitternacht.Resources {
public class CommandStrings
{
private static readonly Logger Log;
private const string CmdStringPath = @"./_strings/commandstrings.y... |
a8e627ea4e80378bbbefa8878d742829067af8c2 | (#76) Remove whitespace | (#76) Remove whitespace
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Internals/Memory.cs | mit | 1,591,663,790 | namespace RAGENativeUI.Internals
{
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using Rage;
using static RAGENativeUI.IL.Unsafe;
using static RAGENativeUI.IL.Invoker;
internal static unsafe class Memory
{
public static readonly IntPtr Screen_GetAc... | namespace RAGENativeUI.Internals
{
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using Rage;
using static RAGENativeUI.IL.Unsafe;
using static RAGENativeUI.IL.Invoker;
internal static unsafe class Memory
{
public static readonly IntPtr Screen_GetAc... |
541e0cae292b18541ee6e66c033734dc98dfe6cb | Fix race condition | Fix race condition
| evandixon/DotNet3dsToolkit | DotNet3dsToolkit/ThreeDsRom.cs | mit | 1,591,663,455 | using DotNet3dsToolkit.Ctr;
using DotNet3dsToolkit.Infrastructure;
using SkyEditor.IO;
using SkyEditor.IO.Binary;
using SkyEditor.IO.FileSystem;
using SkyEditor.IO.FileSystem.Internal;
using SkyEditor.Utilities.AsyncFor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.T... | using DotNet3dsToolkit.Ctr;
using DotNet3dsToolkit.Infrastructure;
using SkyEditor.IO;
using SkyEditor.IO.Binary;
using SkyEditor.IO.FileSystem;
using SkyEditor.IO.FileSystem.Internal;
using SkyEditor.Utilities.AsyncFor;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.T... |
df342548b5fe8a27221b006069863325e4cbf84a | Fix SpeciesComponent not taking state CanEquip/CanUnequip/CanChangeDirection into account | Fix SpeciesComponent not taking state CanEquip/CanUnequip/CanChangeDirection into account
| space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Mobs/SpeciesComponent.cs | mit | 1,591,662,922 | using System;
using System.Collections.Generic;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces;
using Content.Server.Interfaces.GameObjects.Components.Movement;
using Content.Server.Observer;
using Content.Shared.GameObjects;
using Cont... | using System;
using System.Collections.Generic;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.EntitySystems;
using Content.Server.Interfaces;
using Content.Server.Interfaces.GameObjects.Components.Movement;
using Content.Server.Observer;
using Content.Shared.GameObjects;
using Cont... |
4e9dc94422661c9e38aa40d514fb05d41036e602 | Update NarrowMapList.cs | Update NarrowMapList.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/NarrowMapList.cs | mit | 1,591,661,442 | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... |
d8d3dddfaf9c0d8ca9466d0513537e1c6d0d1513 | Update FieldMap.cs | Update FieldMap.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/FieldMap.cs | mit | 1,591,661,376 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,HonoLateUpdate
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknow... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,HonoLateUpdate
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknow... |
2484ef1f58475e1656efa61f0fd872addd9ab2c4 | Add IsSolutionFolder | Add IsSolutionFolder
| KirillOsenkov/MSBuildTools | src/SlnFilter/ProjectInSolution.cs | mit | 1,591,660,931 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace Microsoft.Ide.ProjectSystem
{
public sealed partial class ProjectInSolution
{
public Guid ProjectTypeGuid { get; }
public string ProjectTypeGuidText { get; }
publ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace Microsoft.Ide.ProjectSystem
{
public sealed partial class ProjectInSolution
{
public Guid ProjectTypeGuid { get; }
public string ProjectTypeGuidText { get; }
publ... |
a4422d7f061dfc13853fc6ad705fbbd1898608cd | Properly remove from the NestedProjects section. | Properly remove from the NestedProjects section.
| KirillOsenkov/MSBuildTools | src/SlnFilter/SolutionFile.cs | mit | 1,591,659,909 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Text;
namespace Microsoft.Ide.ProjectSystem
{
public sealed partial class SolutionFile
{
private readonly IEnumerable<string> _headerLines;
privat... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Text;
namespace Microsoft.Ide.ProjectSystem
{
public sealed partial class SolutionFile
{
private readonly IEnumerable<string> _headerLines;
privat... |
809b91e45720995385422fc2d673af0c5728e01b | Also remove projects from the SharedMSBuildProjectFiles section. | Also remove projects from the SharedMSBuildProjectFiles section.
| KirillOsenkov/MSBuildTools | src/SlnFilter/SolutionFile.cs | mit | 1,591,659,691 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Text;
namespace Microsoft.Ide.ProjectSystem
{
public sealed partial class SolutionFile
{
private readonly IEnumerable<string> _headerLines;
privat... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Text;
namespace Microsoft.Ide.ProjectSystem
{
public sealed partial class SolutionFile
{
private readonly IEnumerable<string> _headerLines;
privat... |
d39f48d6dc6976682fac9fea88176545cea17e5b | Fix little bug | Fix little bug
| Vanaheimr/Hermod | Hermod/Helpers/PriorityList.cs | apache-2.0 | 1,591,659,025 | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
82e6eed78f39acd4943659951e34981dff2a8940 | Fix little bug | Fix little bug
| OpenChargingCloud/WWCP_Core | WWCP_Core/RoamingNetwork/RoamingNetwork.cs | agpl-3.0 | 1,591,658,688 | /*
* Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com>
* This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core>
*
* Licensed under the Affero GPL license, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... | /*
* Copyright (c) 2014-2020 GraphDefined GmbH <achim.friedland@graphdefined.com>
* This file is part of WWCP Core <https://github.com/OpenChargingCloud/WWCP_Core>
*
* Licensed under the Affero GPL license, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... |
1ccc5021a4e350e2530136bb74ea05ce4ad2761d | Fix little bug | Fix little bug
| OpenChargingCloud/WWCP_OCHP | WWCP_OCHPv1.4_Adapter/CPO/WWCPCPOAdapter.cs | apache-2.0 | 1,591,658,675 | /*
* Copyright (c) 2014-2020 GraphDefined GmbH
* This file is part of WWCP OCHP <https://github.com/OpenChargingCloud/WWCP_OCHP>
*
* 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
*
* ... | /*
* Copyright (c) 2014-2020 GraphDefined GmbH
* This file is part of WWCP OCHP <https://github.com/OpenChargingCloud/WWCP_OCHP>
*
* 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
*
* ... |
cba22c71785f4e27c638e8cf21fef44c4776e6e2 | Fix little bug | Fix little bug
| OpenChargingCloud/WWCP_OIOI,OpenChargingCloud/WWCP_OIOI | WWCP_OIOIv4.x_Adapter/CPO/WWCPCPOAdapter.cs | apache-2.0 | 1,591,658,651 | /*
* Copyright (c) 2016-2020 GraphDefined GmbH
* This file is part of WWCP OIOI <https://github.com/OpenChargingCloud/WWCP_OIOI>
*
* 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
*
* ... | /*
* Copyright (c) 2016-2020 GraphDefined GmbH
* This file is part of WWCP OIOI <https://github.com/OpenChargingCloud/WWCP_OIOI>
*
* 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
*
* ... |
99aae8085cd060bc0663bf53dde77f6976149bf4 | bugfix(naming + fire tweaks): firestacks can now reach the max stats once before they begin ticking down, still playing with the logic here and the if branches are ugly and will be refactored. | bugfix(naming + fire tweaks): firestacks can now reach the max stats once before they begin ticking down, still playing with the logic here and the if branches are ugly and will be refactored.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Health/Living/LivingHealthBehaviour.cs | agpl-3.0 | 1,591,658,542 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Light2D;
using UnityEngine;
using UnityEngine.Events;
using Utility = UnityEngine.Networking.Utility;
using Mirror;
using UnityEngine.Profiling;
/// <summary>
/// The Required component for all living creatures
/// Mon... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Light2D;
using UnityEngine;
using UnityEngine.Events;
using Utility = UnityEngine.Networking.Utility;
using Mirror;
using UnityEngine.Profiling;
/// <summary>
/// The Required component for all living creatures
/// Mon... |
7549624eeabb3685140473db9b2efb67193ae1fe | feat(fire + fire state): added a system for max fire stacks so that it doesnt just accumulate forever, also wip of a way to track if someone is actually onfire to prevent a character wearing a fire proof suit from being a source of infinite fire. | feat(fire + fire state): added a system for max fire stacks so that it doesnt just accumulate forever, also wip of a way to track if someone is actually onfire to prevent a character wearing a fire proof suit from being a source of infinite fire.
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Health/Living/LivingHealthBehaviour.cs | agpl-3.0 | 1,591,657,766 | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Light2D;
using UnityEngine;
using UnityEngine.Events;
using Utility = UnityEngine.Networking.Utility;
using Mirror;
using UnityEngine.Profiling;
/// <summary>
/// The Required component for all living creatures
/// Mon... | using System;
using System.Collections;
using System.Collections.Generic;
using Atmospherics;
using Light2D;
using UnityEngine;
using UnityEngine.Events;
using Utility = UnityEngine.Networking.Utility;
using Mirror;
using UnityEngine.Profiling;
/// <summary>
/// The Required component for all living creatures
/// Mon... |
fa930df5e1d3b68e8a35342bbf731a079adec305 | fix: add prefix http for user long poll | fix: add prefix http for user long poll
| Worldbeater/VkLibrary,Worldbeater/VkLibrary | VkApi.Wrapper/Vkontakte.cs | mit | 1,591,657,569 | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Newtonsoft.Json;
using VkApi.Wrapper.Auth;
using VkApi.Wrapper.LongPolling.Bot;
using VkApi.Wrapper.LongPolling.User;
using VkApi.Wrapper.Services;
namespace VkApi.Wrapper
{
/// <summary>
/// Vkontakte .NET AP... | using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Newtonsoft.Json;
using VkApi.Wrapper.Auth;
using VkApi.Wrapper.LongPolling.Bot;
using VkApi.Wrapper.LongPolling.User;
using VkApi.Wrapper.Services;
namespace VkApi.Wrapper
{
/// <summary>
/// Vkontakte .NET AP... |
eee77a8f10dae2cd2221477b6999203844d10772 | Improve XML docs for ActionResultStatusCodeAttribute (#22598) | Improve XML docs for ActionResultStatusCodeAttribute (#22598)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Mvc/Mvc.Core/src/Infrastructure/ActionResultStatusCodeAttribute.cs | apache-2.0 | 1,591,657,031 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
namespace Microsoft.AspNetCore.Mvc.Infrastructure
{
/// <summary>
/// Attribute annotated on ActionResult constructor and helper... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
namespace Microsoft.AspNetCore.Mvc.Infrastructure
{
/// <summary>
/// Attribute annoted on ActionResult constructor and helper m... |
c9df2348a164b7fb4fafae325854620f670149fa | Make code input options for eval mutually exclusive | Make code input options for eval mutually exclusive
| filipw/dotnet-script,filipw/dotnet-script,filipw/dotnet-script | src/Dotnet.Script/Program.cs | mit | 1,591,656,903 | using Dotnet.Script.Core;
using Dotnet.Script.Core.Commands;
using Dotnet.Script.Core.Versioning;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Scripting;
using Microsof... | using Dotnet.Script.Core;
using Dotnet.Script.Core.Commands;
using Dotnet.Script.Core.Versioning;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Scripting;
using Microsof... |
208bfad79ae3dd4d08c296452e19b6f306f4011d | Remove unused IDisposable implementation of UaTcpDiscoveryService | Remove unused IDisposable implementation of UaTcpDiscoveryService
| convertersystems/opc-ua-client | UaClient/ServiceModel/Ua/UaTcpDiscoveryService.cs | mit | 1,591,656,748 | // Copyright (c) Converter Systems LLC. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Workstation.ServiceModel.Ua.Channels;
namesp... | // Copyright (c) Converter Systems LLC. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Workstation.ServiceModel.Ua.Channels;
namesp... |
ee28276fb32ee6d4bfddea24b0442e9166f28360 | Show help for eval if no code on arg or stdin | Show help for eval if no code on arg or stdin
| filipw/dotnet-script,filipw/dotnet-script,filipw/dotnet-script | src/Dotnet.Script/Program.cs | mit | 1,591,655,886 | using Dotnet.Script.Core;
using Dotnet.Script.Core.Commands;
using Dotnet.Script.Core.Versioning;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Scripting;
using Microsof... | using Dotnet.Script.Core;
using Dotnet.Script.Core.Commands;
using Dotnet.Script.Core.Versioning;
using Dotnet.Script.DependencyModel.Environment;
using Dotnet.Script.DependencyModel.Logging;
using McMaster.Extensions.CommandLineUtils;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Scripting;
using Microsof... |
6e2ab8b735cd14f9488784d1080d8627f1b4b659 | Add/Remove ws item dependency | Add/Remove ws item dependency
| Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks | Facepunch.Steamworks/Structs/UgcItem.cs | mit | 1,591,654,974 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Item
{
internal SteamUGCDetails_t details;
internal PublishedFileId _id;
public Ite... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Item
{
internal SteamUGCDetails_t details;
internal PublishedFileId _id;
public Ite... |
198b5555a205ed740610b1173e25c47d090a1fbb | collection item editor | collection item editor
| Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks | Facepunch.Steamworks/Structs/UgcEditor.cs | mit | 1,591,654,623 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Editor
{
PublishedFileId fileId;
bool creatingNew;
WorkshopFileType c... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Editor
{
PublishedFileId fileId;
bool creatingNew;
WorkshopFileType c... |
0364a0e97e67a26b1b12f0e04d9f53d65f05b44a | PG-1376: Fixed mistake in localization ID and made labels member variables so they can be localized. | PG-1376: Fixed mistake in localization ID and made labels member variables so they can be localized.
| sillsdev/Glyssen | Glyssen/Dialogs/ProjectSettingsDlg.Designer.cs | mit | 1,591,653,924 | using L10NSharp.UI;
using L10NSharp.XLiffUtils;
namespace Glyssen.Dialogs
{
partial class ProjectSettingsDlg
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | using L10NSharp.UI;
using L10NSharp.XLiffUtils;
namespace Glyssen.Dialogs
{
partial class ProjectSettingsDlg
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... |
a6f5a860cd4c572e50d450e32d40fb5d871206fe | TransactionOrderingMessageAdapter. Fill SecurityId for incoming transactions. | TransactionOrderingMessageAdapter. Fill SecurityId for incoming transactions.
| StockSharp/StockSharp | Algo/TransactionOrderingMessageAdapter.cs | apache-2.0 | 1,591,652,990 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Logging;
/// <summary>
///
/// </summary>
public class TransactionOrderingMessageAdapter : MessageAdapterWrapper
{
private class Subscripti... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Logging;
using System;
/// <summary>
///
/// </summary>
public class TransactionOrderingMessageAdapter : MessageAdapterWrapper
{
private class Subscripti... |
e58f80786533302e8f36eaa369c3d8c16d64713b | Connector. Reverted legacy ctor. | Connector. Reverted legacy ctor.
| StockSharp/StockSharp | Algo/Connector.cs | apache-2.0 | 1,591,652,877 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
ad94a1b6ec55851e1bc5d4c4c92348089be24ead | - InverseBooleanConverter now can be used inside MultiBindings - InverseBooleanConverter now properly handles NullableBool properties - InverseBooleanConverter NullValue property can be used to set a bool value in case of bound property provaides null value | - InverseBooleanConverter now can be used inside MultiBindings
- InverseBooleanConverter now properly handles NullableBool properties
- InverseBooleanConverter NullValue property can be used to set a bool value in case of bound property provaides null value
| KrabatTilt/FlatMVVM | FlatMVVM/Converter/InverseBooleanConverter.cs | mit | 1,591,652,297 | using System;
using System.Globalization;
using System.Windows.Data;
namespace TT.FlatMVVM.Converter
{
/// <summary>
/// InverseBooleanConverter
/// </summary>
[ValueConversion(typeof(bool), typeof(bool))]
public class InverseBooleanConverter : AConverterBase, IValueConverter
{
/// <... | using System;
using System.Globalization;
using System.Windows.Data;
namespace TT.FlatMVVM.Converter
{
/// <summary>
/// InverseBooleanConverter
/// </summary>
[ValueConversion(typeof(bool), typeof(bool))]
public class InverseBooleanConverter : AConverterBase, IValueConverter
{
/// <s... |
5e067275a38c36cfc3d7a37052d433debdfb32e7 | fixed typo | fixed typo
| 6bee/aqua-core | test/Aqua.Tests/Dynamic/DynamicObject/When_converting_to_object_with_dictionary_property.cs | mit | 1,591,652,106 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.Tests.Dynamic.DynamicObject
{
using Aqua.Dynamic;
using Shouldly;
using System.Collections.Generic;
using System.Linq;
using Xunit;
public class When_converting_to_... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.Tests.Dynamic.DynamicObject
{
using Aqua.Dynamic;
using Shouldly;
using System.Collections.Generic;
using System.Linq;
using Xunit;
public class When_converting_to_... |
edf940806922c9f3d0fbd2547dc000e2f56c706f | added documentation | added documentation
| 6bee/aqua-core | src/Aqua/Extensions/EnumerableExtensions.cs | mit | 1,591,652,092 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.Extensions
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
[EditorBrowsable(EditorBrowsa... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.Extensions
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
[EditorBrowsable(EditorBrowsa... |
8502f9105f0e59a6ce7f4cc4ee223d0503be0ea7 | Add sound notification file size warning as it's now loaded into memory | Add sound notification file size warning as it's now loaded into memory
| chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | Dialogs/Settings/TabSettingsSounds.cs | mit | 1,591,652,023 | using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using TweetDuck.Browser.Notification;
using TweetDuck.Controls;
using TweetDuck.Utils;
namespace TweetDuck.Dialogs.Settings{
sealed partial class TabSettingsSounds : FormSettings.BaseTab{
private readonly Action playSoundNoti... | using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using TweetDuck.Browser.Notification;
using TweetDuck.Controls;
using TweetDuck.Utils;
namespace TweetDuck.Dialogs.Settings{
sealed partial class TabSettingsSounds : FormSettings.BaseTab{
private readonly Action playSoundNoti... |
7a23c7f9da4ccaa769ce1ae17218ab3bfdc5c5f3 | Fix copyright in assemblyinfo | Fix copyright in assemblyinfo
| z4kn4fein/stashbox-mocking | src/stashbox.mocking.rhino.mocks/Properties/AssemblyInfo.cs | mit | 1,591,651,891 | 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("Stashbox.RhinoMocks")]
[assembly: Assembly... | 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("Stashbox.RhinoMocks")]
[assembly: Assembly... |
cbbeff72c05eac24b889bb313261e84441751d62 | fix #1010: ошибка свертки ТаблицыЗначений | fix #1010: ошибка свертки ТаблицыЗначений
| EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript | src/ScriptEngine.HostedScript/Library/ValueTable/ValueTable.cs | mpl-2.0 | 1,591,650,476 | /*----------------------------------------------------------
This Source Code Form is subject to the terms of the
Mozilla Public License, v.2.0. If a copy of the MPL
was not distributed with this file, You can obtain one
at http://mozilla.org/MPL/2.0/.
----------------------------------------------------------... | /*----------------------------------------------------------
This Source Code Form is subject to the terms of the
Mozilla Public License, v.2.0. If a copy of the MPL
was not distributed with this file, You can obtain one
at http://mozilla.org/MPL/2.0/.
----------------------------------------------------------... |
86da2dffa003e95c4ae88aaae03d5659c81eff5c | Update BGCAM_DEF.cs | Update BGCAM_DEF.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/BGCAM_DEF.cs | mit | 1,591,649,895 | using System;
using System.IO;
using Memoria;
using UnityEngine;
using Object = System.Object;
public class BGCAM_DEF
{
public BGCAM_DEF()
{
this.r = new Int16[3, 3];
this.t = new Int32[3];
this.centerOffset = new Int16[2];
this.startOffset = 0L;
}
public void ReadData(BinaryReader reader)
{
... | using System;
using System.IO;
using Memoria;
using UnityEngine;
using Object = System.Object;
public class BGCAM_DEF
{
public BGCAM_DEF()
{
this.r = new Int16[3, 3];
this.t = new Int32[3];
this.centerOffset = new Int16[2];
this.startOffset = 0L;
}
public void ReadData(BinaryReader reader)
{
... |
4460b53b3efdd17e5ba564ad483d3dd5e76e2425 | Update UIManager.cs | Update UIManager.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/UI/UIManager.cs | mit | 1,591,649,662 | using System;
using System.Collections;
using Assets.Scripts.Common;
using Assets.Sources.Scripts.UI.Common;
using Memoria;
using Memoria.Assets;
using Memoria.Scenes;
using Memoria.Scripts;
using UnityEngine;
public class UIManager : PersistenSingleton<UIManager>
{
public static Vector2 UIActualScreenSize
{
get
... | using System;
using System.Collections;
using Assets.Scripts.Common;
using Assets.Sources.Scripts.UI.Common;
using Memoria;
using Memoria.Assets;
using Memoria.Scenes;
using Memoria.Scripts;
using UnityEngine;
public class UIManager : PersistenSingleton<UIManager>
{
public static Vector2 UIActualScreenSize
{
get
... |
1a73cbf272b4ca5d6c51a21c3fa7ef77f5dec472 | Update UIManager.cs | Update UIManager.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/UI/UIManager.cs | mit | 1,591,649,375 | using System;
using System.Collections;
using Assets.Scripts.Common;
using Assets.Sources.Scripts.UI.Common;
using Memoria;
using Memoria.Assets;
using Memoria.Scenes;
using Memoria.Scripts;
using UnityEngine;
public class UIManager : PersistenSingleton<UIManager>
{
public static Vector2 UIActualScreenSize
{
get
... | using System;
using System.Collections;
using Assets.Scripts.Common;
using Assets.Sources.Scripts.UI.Common;
using Memoria;
using Memoria.Assets;
using Memoria.Scenes;
using Memoria.Scripts;
using UnityEngine;
public class UIManager : PersistenSingleton<UIManager>
{
public static Vector2 UIActualScreenSize
{
get
... |
ea6b4336dcbd301fb13a92e58b2469e629feeed0 | Update FieldMap.cs | Update FieldMap.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/FieldMap.cs | mit | 1,591,649,136 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,HonoLateUpdate
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknow... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknown1 | Unknown2 ... |
2be473e01880159cd92f9f5c55f3543750c01b61 | Fix typo in exception message. | Fix typo in exception message.
| mysql-net/MySqlConnector,mysql-net/MySqlConnector,mysql-net/MySqlConnector | src/MySqlConnector/MySql.Data.MySqlClient/MySqlCommand.cs | mit | 1,591,649,091 | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using MySqlConnector.Core;
using MySqlConnector.Protocol.Serialization;
using MySqlConnector.Utilities;
namespace MySql.Data.MySqlCli... | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
using System.Threading.Tasks;
using MySqlConnector.Core;
using MySqlConnector.Protocol.Serialization;
using MySqlConnector.Utilities;
namespace MySql.Data.MySqlCli... |
6a7f59742332fd644d9e9408501038fb121b6bb5 | Fix not checking for empty name when creating or duplicating a mod | Fix not checking for empty name when creating or duplicating a mod
| CalebChalmers/KAGTools | KAGTools/ViewModels/ModsViewModel.cs | mit | 1,591,648,044 | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.CommandWpf;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using Sy... | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.CommandWpf;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using Sy... |
01c92ffa92674563cffe1893fe03fd00d7231fac | Fixed FxCop issues | Fixed FxCop issues
| ohadschn/letsencrypt-webapp-renewer,ohadschn/letsencrypt-webapp-renewer | src/OhadSoft.AzureLetsEncrypt.Renewal.WebJob.Tests/WebJob/AppSettingsTests.cs | apache-2.0 | 1,591,647,483 | using System;
using System.Collections.Specialized;
using System.Configuration;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OhadSoft.AzureLetsEncrypt.Renewal.WebJob.AppSettings;
using OhadSoft.AzureLetsEncrypt... | using System;
using System.Collections.Specialized;
using System.Configuration;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using OhadSoft.AzureLetsEncrypt.Renewal.WebJob.AppSettings;
using OhadSoft.AzureLetsEncrypt... |
52fdd8f2a2f22ac84ecfb268f6bda6d75976c230 | Sync shared code from runtime (#22619) | Sync shared code from runtime (#22619)
Co-authored-by: github-actions[bot] <17973dcf2e10b67f63417c88ca4c460b2c9439f2@users.noreply.github.com> | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Shared/runtime/Quic/Implementations/MsQuic/Internal/MsQuicApi.cs | apache-2.0 | 1,591,647,463 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.IO;
using System.Net.Security;
using System.Runtime.InteropServices;
using System.Secu... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.IO;
using System.Net.Security;
using System.Runtime.InteropServices;
using System.Secu... |
3abff63f5a6b125ad2d65b24c62078d2aa09d682 | Add option to force a new window to open or focus an existing one (default) | Add option to force a new window to open or focus an existing one (default)
| CalebChalmers/KAGTools | KAGTools/Helpers/WindowHelper.cs | mit | 1,591,647,423 | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Messaging;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace KAGTools.Helpers
{
public static class ... | using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Messaging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace KAGTools.Helpers
{
public static class WindowHelper
{
... |
fc632db59eb983fbb3d7fac759d6806435c15428 | Update NarrowMapList.cs | Update NarrowMapList.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/NarrowMapList.cs | mit | 1,591,646,391 | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... |
a1360e98f310228954470a3325901291c0639b1a | Quarantine flaky test (#22662) | Quarantine flaky test (#22662)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/test/E2ETest/Tests/BootResourceCachingTest.cs | apache-2.0 | 1,591,646,037 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using HostedInAspNet.Server;
using Microsoft.AspNetCore... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using HostedInAspNet.Server;
using Microsoft.AspNetCore... |
865dab2d62ff14db5d5dc380c3b6d57f24d3f495 | Rename miMode to MIMode to match intellisense (#1005) | Rename miMode to MIMode to match intellisense (#1005)
| Microsoft/MIEngine,Microsoft/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine,orbitcowboy/MIEngine,Microsoft/MIEngine | src/OpenDebugAD7/AD7DebugSession.cs | mit | 1,591,645,933 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
usin... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
usin... |
8b0488193ba11f47deda49af2dfb5d5ede8c6263 | We no longer support these | We no longer support these
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/PaymentsController.cs | mit | 1,591,644,998 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;... |
0b6ae08c93b16c7c055e99f493d52a91ff922a20 | Removed unneeded properties | Removed unneeded properties
| ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu | osu.Game/Screens/Menu/IntroWelcome.cs | mit | 1,591,644,663 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
usin... |
8bde4e3cbf4796c2b4e3dc97283e6332b5c91193 | add helpful comment | add helpful comment
| OBeautifulCode/OBeautifulCode.Serialization | OBeautifulCode.Serialization/SerializationConfiguration/SerializationConfigurationBase/SerializationConfigurationBase.Static.cs | mit | 1,591,643,273 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationBase.Static.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// -------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationBase.Static.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// -------------------------------... |
0a1ebd3f59f767e76bc6a74b81badc7a50418f96 | Sample: add more comments for generating a Service Bus SAS token. | Sample: add more comments for generating a Service Bus SAS token.
| Azure/amqpnetlite | Examples/ServiceBus/Scenarios/CbsAsyncExample.cs | apache-2.0 | 1,591,642,109 | // ------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation
// 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 co... | // ------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation
// 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 co... |
104aff59aa621b09f2cf9ed961aee6449eb8c384 | Added the exceptions list in all the functions | Added the exceptions list in all the functions
| zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/FileSystem/FAT/Listing/FatDiretoryEntry.cs | bsd-3-clause | 1,591,641,234 | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Collections.Generic;
using Cosmos.Common.Extensions;
using Cosmos.HAL;
using Cosmos.System.FileSystem.Listing;
using System.Text;
namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FatDirectoryEntry class. Represent directory/... | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Collections.Generic;
using Cosmos.Common.Extensions;
using Cosmos.HAL;
using Cosmos.System.FileSystem.Listing;
using System.Text;
namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FatDirectoryEntry class. Represent directory/... |
e0f8ebcfa6f4c1cf7dd694d72c0ac6459e1d97fe | Fixed failing tests | Fixed failing tests
| DarkWanderer/DW.Inara.LogUploader | DW.ELA.UnitTests/Controller/LogEventConverterTests.cs | mit | 1,591,640,671 | namespace DW.ELA.UnitTests.Controller
{
using System;
using System.Collections.Generic;
using System.Linq;
using DW.ELA.Interfaces;
using DW.ELA.Interfaces.Events;
using DW.ELA.LogModel;
using DW.ELA.UnitTests.Utility;
using DW.ELA.Utility.Json;
using Newtonsoft.Json.Linq;
using... | namespace DW.ELA.UnitTests.Controller
{
using System;
using System.Collections.Generic;
using System.Linq;
using DW.ELA.Interfaces;
using DW.ELA.Interfaces.Events;
using DW.ELA.LogModel;
using DW.ELA.UnitTests.Utility;
using DW.ELA.Utility.Json;
using Newtonsoft.Json.Linq;
using... |
3d4a06c9ac83dcb097c6a6df42eedd69e8bfee17 | Yaml Template Provider -- RetrieveTheProperTemplateContent -- Red | Yaml Template Provider -- RetrieveTheProperTemplateContent -- Red
| bsstahl/PPTail,bsstahl/PPTail | PrehensilePonyTail/PPTail.Templates.Yaml.Test/StringExtensions.cs | mit | 1,591,640,617 | using Microsoft.Extensions.DependencyInjection;
using Moq;
using PPTail.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TestHelperExtensions;
using Xunit;
namespace PPTail.Templates.Yaml.Test
{
public static class StringExtensions
{
public static... | using Microsoft.Extensions.DependencyInjection;
using Moq;
using PPTail.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using TestHelperExtensions;
using Xunit;
namespace PPTail.Templates.Yaml.Test
{
public static class StringExtensions
{
public static... |
e821d787b42993865b165f309d843cea5ae2bd38 | Implement suggested changes | Implement suggested changes
Note: LogoVisualisation is likely going to be needed in a separate PR to conform to the review.
| NeoAdonis/osu,peppy/osu-new,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu | osu.Game/Screens/Menu/IntroWelcome.cs | mit | 1,591,639,982 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
usin... |
a8e8ad97ca56cf44f0bdd0c603f4c69f9dc316b1 | gerando dv para remessa e boleto igualmente | gerando dv para remessa e boleto igualmente
| fortesinformatica/boletonet,fortesinformatica/boletonet,fortesinformatica/boletonet | src/Boleto.Net/Banco/Banco_Sicredi.cs | apache-2.0 | 1,591,639,847 | using System;
using System.Web.UI;
using BoletoNet.Util;
using System.Text;
using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System.Collections.Generic;
using System.Linq;
using BoletoNet.Enums;
[assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// S... | using System;
using System.Web.UI;
using BoletoNet.Util;
using System.Text;
using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System.Collections.Generic;
using System.Linq;
using BoletoNet.Enums;
[assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// S... |
0ffadd7488ebc0d4537d8db730472ab16eaaa4f5 | fix geracao digitop verificador sicredi | fix geracao digitop verificador sicredi
| fortesinformatica/boletonet,fortesinformatica/boletonet,fortesinformatica/boletonet | src/Boleto.Net/Banco/Banco_Sicredi.cs | apache-2.0 | 1,591,639,672 | using System;
using System.Web.UI;
using BoletoNet.Util;
using System.Text;
using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System.Collections.Generic;
using System.Linq;
using BoletoNet.Enums;
[assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// S... | using System;
using System.Web.UI;
using BoletoNet.Util;
using System.Text;
using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System.Collections.Generic;
using System.Linq;
using BoletoNet.Enums;
[assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// S... |
a897be3c998399df6183a3dd4adf50cb6c2f71a7 | Remove stray usings in TransformableContainerComponent.cs | Remove stray usings in TransformableContainerComponent.cs
For some reason there was a using for ICSharpCode.SharpZipLib.Zip.Compression and this is problematic because removing the library in the engine will mean this file will stop compiling, so let's avoid that.
| space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameObjects/Components/Chemistry/TransformableContainerComponent.cs | mit | 1,591,639,546 | using Content.Server.GameObjects.EntitySystems;
using Content.Shared.Chemistry;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Prototypes;
using Robust.Shared.Utility;
namespace Content.Server.GameObjects.Components.Chemistry
{
[RegisterComponent]
... | using Content.Server.GameObjects.EntitySystems;
using Content.Shared.Chemistry;
using ICSharpCode.SharpZipLib.Zip.Compression;
using Robust.Server.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.GameObjects.Components;
using Robust.Shared.IoC;
us... |
2f15d7fbac96b253cda0b9c1156e660c9c40dee6 | Code styling fixes | Code styling fixes
| UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game.Tournament/TournamentStorage.cs | mit | 1,591,639,478 | // 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.Linq;
using System.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
usin... |
ea1d9632b65a77c9df41e58aae63e76df32061ff | Added Entity Model Creation | Added Entity Model Creation
| dimmpixeye/Unity3dTools | Runtime/Core/ImplEntity.cs | mit | 1,591,639,049 |
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
public class ImplEntity : IRequireActorsLayer
{
internal ProcessorEcs processorEcs;
internal LayerCore layer;
void IR... |
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
public class ImplEntity : IRequireActorsLayer
{
internal ProcessorEcs processorEcs;
internal LayerCore layer;
void IR... |
d2ae146c1ffb56dcb6eababc9df624008d50a589 | Remove unnecessary parameters and implement delete | Remove unnecessary parameters and implement delete
| smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu | osu.Game.Tournament/TournamentStorage.cs | mit | 1,591,638,704 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using System.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using System.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
usin... |
1e6297a3119b137179a7266c29a91d2ad39cbb26 | Fix crash for UK builds | Fix crash for UK builds
| Xeeynamo/KingdomHearts | OpenKh.Game/Infrastructure/Kernel.cs | mit | 1,591,638,621 | using OpenKh.Common;
using OpenKh.Common.Archives;
using OpenKh.Engine;
using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renders;
using OpenKh.Kh2;
using OpenKh.Kh2.Battle;
using OpenKh.Kh2.Contextes;
using OpenKh.Kh2.System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
names... | using OpenKh.Common;
using OpenKh.Common.Archives;
using OpenKh.Engine;
using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renders;
using OpenKh.Kh2;
using OpenKh.Kh2.Battle;
using OpenKh.Kh2.Contextes;
using OpenKh.Kh2.System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
names... |
a5d433103c5cc4b19d9f79ba23f7bb709c1b32d0 | Stop boxing to compare the SyntaxKind enum during tokenization | Stop boxing to compare the SyntaxKind enum during tokenization
This accounts for a significant portion of razor's allocations during parsing.
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Razor/Microsoft.AspNetCore.Razor.Language/src/Legacy/LanguageCharacteristics.cs | apache-2.0 | 1,591,638,311 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Razor.Language.Syntax.InternalSyntax;
namespace Microsoft.AspNetCore.Razor.L... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.AspNetCore.Razor.Language.Syntax.InternalSyntax;
namespace Microsoft.AspNetCore.Razor.L... |
72596e97907617808867f97fcfced903c3299fac | Fix artifacts path | Fix artifacts path | mysticmind/marten,JasperFx/Marten,JasperFx/Marten,ericgreenmix/marten,mdissel/Marten,JasperFx/Marten,ericgreenmix/marten,ericgreenmix/marten,mdissel/Marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,mysticmind/marten | martenbuild.cs | mit | 1,591,637,934 | using System;
using System.IO;
using System.Reflection;
using System.Runtime.Versioning;
using System.Threading;
using Npgsql;
using static Bullseye.Targets;
using static SimpleExec.Command;
using static Westwind.Utilities.FileUtils;
namespace martenbuild
{
internal class MartenBuild
{
private const st... | using System;
using System.IO;
using System.Reflection;
using System.Runtime.Versioning;
using System.Threading;
using Npgsql;
using static Bullseye.Targets;
using static SimpleExec.Command;
using static Westwind.Utilities.FileUtils;
namespace martenbuild
{
internal class MartenBuild
{
private const st... |
492423af2fdeeb48dcb50257795ef4b85aecfc6c | Corrected county codes for UK holidays - Easter Monday and late Summer Bank Holiday | Corrected county codes for UK holidays - Easter Monday and late Summer Bank Holiday
| tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/PublicHolidays/UnitedKingdomProvider.cs | mit | 1,591,637,095 | using Nager.Date.Contract;
using Nager.Date.Extensions;
using Nager.Date.Model;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// United Kingdom
/// </summary>
public class UnitedKingdomProvider : IPublicHolidayProvider, ICountyPr... | using Nager.Date.Contract;
using Nager.Date.Extensions;
using Nager.Date.Model;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// United Kingdom
/// </summary>
public class UnitedKingdomProvider : IPublicHolidayProvider, ICountyPr... |
b2bf9e1a0c382c5301966367a87645ece83219bb | implemented decent broadcast addresses, command line parameter to select correct ip address | implemented decent broadcast addresses, command line parameter to select correct ip address
| feliwir/openSage,feliwir/openSage | src/OpenSage.Game/Network/LobbyManager.cs | mit | 1,591,634,467 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
namespace OpenSage.Network
{
public class LobbyManager
{
public struct LobbyPlayer
{
public string Name { get; set; }
public bool IsHosting { get; s... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
namespace OpenSage.Network
{
public class LobbyManager
{
public struct LobbyPlayer
{
public string Name { get; set; }
public bool IsHosting { get; s... |
1533f16226b5c6f1e3881cd822c4973b479ebd84 | Fix crash for offline skirmish games | Fix crash for offline skirmish games
| feliwir/openSage,feliwir/openSage | src/OpenSage.Game/Network/SkirmishManager.cs | mit | 1,591,634,467 | using System;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using System.Linq;
using ProtoBuf;
using System.IO;
namespace OpenSage.Network
{
public class SkirmishManager
{
private static NLog.Logg... | using System;
using System.Collections.Generic;
using System.Text;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using System.Linq;
using ProtoBuf;
using System.IO;
namespace OpenSage.Network
{
public class SkirmishManager
{
private static NLog.Logg... |
4ce1b58d5569130de856652642f5fb28e3f42960 | Call host function for lan | Call host function for lan
| feliwir/openSage,feliwir/openSage | src/OpenSage.Mods.Generals/Gui/GameOptionsUtil.cs | mit | 1,591,634,467 | using System;
using System.Collections.Generic;
using System.Linq;
using OpenSage.Content;
using OpenSage.Content.Translation;
using OpenSage.Gui;
using OpenSage.Gui.Wnd;
using OpenSage.Gui.Wnd.Controls;
using OpenSage.Logic;
using OpenSage.Mathematics;
using OpenSage.Network;
namespace OpenSage.Mods.Generals.Gui
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using OpenSage.Content;
using OpenSage.Content.Translation;
using OpenSage.Gui;
using OpenSage.Gui.Wnd;
using OpenSage.Gui.Wnd.Controls;
using OpenSage.Logic;
using OpenSage.Mathematics;
using OpenSage.Network;
namespace OpenSage.Mods.Generals.Gui
{
... |
484971831fc6779196729622c1cd077b8fe13304 | Update ClrStackInteriorRoot.cs (#739) | Update ClrStackInteriorRoot.cs (#739)
Added missing ToString | Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd | src/Microsoft.Diagnostics.Runtime/src/Common/ClrStackInteriorRoot.cs | mit | 1,591,633,672 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.Diagnostics.Runtime
{
public sealed class ClrStackInteriorRoot : IClrStackRoot
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Microsoft.Diagnostics.Runtime
{
public sealed class ClrStackInteriorRoot : IClrStackRoot
{
... |
ce66b723908356476fdce35691e390a1e3a8b2b5 | Refactor paths | Refactor paths
| UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu | osu.Game.Tournament/TournamentStorage.cs | mit | 1,591,633,520 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using System.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
usin... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using System.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
usin... |
3233c72c9addac164322e81f09e75accacd746e7 | dispose resetevents | dispose resetevents
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/AuthenticationManager.cs | mit | 1,591,633,402 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Security;
using System.Security.Cryptography.X509Certificates;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
#if !NETSTANDARD2_0
using System.Windo... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Security;
using System.Security.Cryptography.X509Certificates;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
#if !NETSTANDARD2_0
using System.Windo... |
238ef0c96dba2ecf2c194808e5c8edf99c420669 | Projection fix. | Projection fix.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex.Domain.Apps.Entities.MongoDb/Contents/Operations/QueryContentsByQuery.cs | mit | 1,591,631,921 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... |
e5b50774ac3634b832c46c8bb123e8f4dbc2c32d | 485: TextBackgroundColorHint | 485: TextBackgroundColorHint
| LayoutFarm/PixelFarm | src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/0_CustomRenderElements/CustomRenderElements.cs | bsd-2-clause | 1,591,631,344 | //Apache2, 2014-present, WinterDev
using System.Collections.Generic;
using PixelFarm.Drawing;
using LayoutFarm.RenderBoxes;
namespace LayoutFarm.CustomWidgets
{
public class CustomRenderBox : RenderBoxBase
{
//LIMITATION:
//these are NOT CSS borders/margins/paddings***
//we use pix... | //Apache2, 2014-present, WinterDev
using System.Collections.Generic;
using PixelFarm.Drawing;
using LayoutFarm.RenderBoxes;
namespace LayoutFarm.CustomWidgets
{
public class CustomRenderBox : RenderBoxBase
{
//LIMITATION:
//these are NOT CSS borders/margins/paddings***
//we use pix... |
b89d3bf923c7eefe0f82894e9e043764fca70d59 | Review latest changes. | Review latest changes.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/Models/MemberInfoEqualityComparer.cs | mit | 1,591,630,900 | using System;
using System.Collections.Generic;
using System.Reflection;
namespace ExRam.Gremlinq.Core
{
internal sealed class MemberInfoEqualityComparer : IEqualityComparer<MemberInfo>
{
internal sealed class InnerMemberInfoEqualityComparer : IEqualityComparer<MemberInfo>
{
public... | using System;
using System.Collections.Generic;
using System.Reflection;
namespace ExRam.Gremlinq.Core
{
internal sealed class MemberInfoEqualityComparer : IEqualityComparer<MemberInfo>
{
public static readonly MemberInfoEqualityComparer Instance = new MemberInfoEqualityComparer();
private Me... |
ed7f6c0af4b80be2b0302cf15ecf6b816819ee2f | Fix LayoutUpdated subscriptions. | Fix LayoutUpdated subscriptions.
And don't call `OnEffectiveViewportChanged` if viewport unchanged.
| akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,Avalo... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,591,629,689 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Sys... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Sys... |
1777163ebf797ce9617ef882250921aa959bc5a6 | fix execution of boundary timers | fix execution of boundary timers
| signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions,signumsoftware/extensions,signumsoftware/extensions,MehdyKarimpour/extensions | Signum.Engine.Extensions/Workflow/CaseActivityLogic.cs | mit | 1,591,629,605 | using Signum.Entities.Workflow;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Basics;
using Signum.Utilities;
using Signum.Utilities.Reflection;
using System;
using System.Collection... | using Signum.Entities.Workflow;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Entities;
using Signum.Entities.Authorization;
using Signum.Entities.Basics;
using Signum.Utilities;
using Signum.Utilities.Reflection;
using System;
using System.Collection... |
c06812b0b2e9f8a3e019033991fe7ea7a2056bfc | address a few TODOs | address a few TODOs
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf.Test/FieldCodecTest.cs | bsd-3-clause | 1,591,629,195 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
3dde21e79f13f9f3252a405a7095b7b5a0eec68e | Fix - Cordice richiesta negli eventi | Fix - Cordice richiesta negli eventi
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneSoccorso/ListaEventi/ListaEventiQueryHandler.cs | agpl-3.0 | 1,591,628,736 | //-----------------------------------------------------------------------
// <copyright file="ListaEventiQueryHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Pub... | //-----------------------------------------------------------------------
// <copyright file="ListaEventiQueryHandler.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Pub... |
53708e2f1536bda500ca109ad82869122b776f25 | test writing to a stackalloc buffer | test writing to a stackalloc buffer
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs | bsd-3-clause | 1,591,628,583 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fol... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fol... |
767a6e1ecb25ea85940140df30279e2aff506371 | Bump Version | Bump Version
| Bottswana/ShadowUtility | ShadowForm/Properties/AssemblyInfo.cs | mit | 1,591,628,491 | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... |
1c1618734684b7dcb5d699e49313333dc5ff6db3 | Release 1.19 | Release 1.19
| chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | Version.cs | mit | 1,591,628,338 | using System.Reflection;
using Version = TweetDuck.Version;
[assembly: AssemblyVersion(Version.Tag)]
[assembly: AssemblyFileVersion(Version.Tag)]
namespace TweetDuck{
internal static class Version{
public const string Tag = "1.19";
}
}
| using System.Reflection;
using Version = TweetDuck.Version;
[assembly: AssemblyVersion(Version.Tag)]
[assembly: AssemblyFileVersion(Version.Tag)]
namespace TweetDuck{
internal static class Version{
public const string Tag = "1.18.6";
}
}
|
716ecc8dbe8d3f036f45e1af12d09a3b6bab9896 | Minor comment | Minor comment
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,591,628,295 | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... |
635be097b4b1de68a964125c1197ca1dcbb06e75 | Fix log file names | Fix log file names
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Core/Application.cs | agpl-3.0 | 1,591,628,133 | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... | using Byond.TopicSender;
using Cyberboss.AspNetCore.AsyncInitializer;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Cors.Infrastructure;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity;
using Microsoft.Extensions.Configuratio... |
5b1209a6d58482ac37cc68f02c66ab12bc7513ed | avoid publish race (#387) | avoid publish race (#387)
Signed-off-by: Colin Sullivan <342564bc1ab1e55103f85104b5e013adfdf828cb@synadia.com> | nats-io/csnats | src/NATS.Client/Conn.cs | mit | 1,591,627,981 | // Copyright 2015-2018 The NATS Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | // Copyright 2015-2018 The NATS Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... |
4e90c937c207a5c87126b99de0b7497be33419ff | Reword heartbeat failure messages | Reword heartbeat failure messages
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Watchdog/WatchdogBase.cs | agpl-3.0 | 1,591,627,858 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.... |
fce15e99b711bee7dcc09ce3f371a9852e3149bf | Improve log category | Improve log category
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Components/Instance.cs | agpl-3.0 | 1,591,627,849 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... |
d2f22a74e1e0a87653fc847edf92ef48e512eb27 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,591,627,731 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
13b71970a8c4369d3aa3f99cd5c8cc509fe2d56b | Fix auto update change logic | Fix auto update change logic
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Components/Instance.cs | agpl-3.0 | 1,591,627,640 | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... | using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Host.Components.Byond;
using Tgstation.Server.Host.Components.Chat;... |
8cab669504d6c6c9d37c9466244785d59722e8d9 | Update to turn body movement remainders public Movement implementations can modify it now | Update to turn body movement remainders public
Movement implementations can modify it now
| lucas-miranda/Raccoon | Raccoon/Core/Components/Physics/Body.cs | mit | 1,591,626,542 | //#define RENDER_COLLISION_CONTACT_POINTS
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Raccoon.Graphics;
using Raccoon.Util;
namespace Raccoon.Components {
public class Body : Component {
#region Public Members
#if DEBUG
public static bool ShowDebugInfo = false;... | //#define RENDER_COLLISION_CONTACT_POINTS
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Raccoon.Graphics;
using Raccoon.Util;
namespace Raccoon.Components {
public class Body : Component {
#region Public Members
#if DEBUG
public static bool ShowDebugInfo = false;... |
359bcbda9204f2397ce01c16cb870b792f31284c | Update routine to avoid stucking endless waiting | Update routine to avoid stucking endless waiting
| lucas-miranda/Raccoon | Raccoon/Util/Routines.cs | mit | 1,591,626,478 | using System;
using System.Collections;
using Raccoon.Graphics;
namespace Raccoon.Util {
public static class Routines {
public static IEnumerator WaitFor(Func<bool> condition) {
if (condition == null) {
yield break;
}
while (!condition()) {
... | using System;
using System.Collections;
using Raccoon.Graphics;
namespace Raccoon.Util {
public static class Routines {
public static IEnumerator WaitFor(Func<bool> condition) {
if (condition == null) {
yield break;
}
while (!condition()) {
... |
1058da9ad0e3ad6c17debac097664bbf850dce67 | Fix to not read from inexistent report.log | Fix to not read from inexistent report.log
| lucas-miranda/Raccoon | Raccoon/Core/Game.cs | mit | 1,591,626,436 | using System.Collections.Generic;
using System.IO;
using Microsoft.Xna.Framework.Graphics;
using Raccoon.Graphics;
using Raccoon.Util;
namespace Raccoon {
public class Game : System.IDisposable {
#region Public Members
public delegate void GameEventDelegate();
public event GameEventDele... | using System.Collections.Generic;
using System.IO;
using Microsoft.Xna.Framework.Graphics;
using Raccoon.Graphics;
using Raccoon.Util;
namespace Raccoon {
public class Game : System.IDisposable {
#region Public Members
public delegate void GameEventDelegate();
public event GameEventDele... |
12002228648aef4d45c5864a06c06c78aaccb951 | changed buttons to windows.forms instead of wpf toolkit | changed buttons to windows.forms instead of wpf toolkit
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Control_Settings.xaml.cs | mit | 1,591,626,064 | using System;
using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using Xceed.Wpf.Toolkit;
using Aurora.Profiles.Desktop;
using Microsoft.Win32;
using System.Diagnostics;
using System.C... | using System;
using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using Xceed.Wpf.Toolkit;
using Aurora.Profiles.Desktop;
using Microsoft.Win32;
using System.Diagnostics;
using System.C... |
c7771df40500a863eabba85ac26eea296cfb9977 | version update | version update
| Slazanger/SMT,Slazanger/SMT | MainWindow.xaml.cs | mit | 1,591,624,724 | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.... | using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.... |
73600f0c23383c5f51c69128297ad691f666bd10 | fix issue #32 `AmbiguousMatchException` on resolving property hiding base class member | fix issue #32 `AmbiguousMatchException` on resolving property hiding base class member
| 6bee/aqua-core | src/Aqua/TypeSystem/TypeHelper.cs | mit | 1,591,624,547 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem
{
using Aqua.TypeSystem.Extensions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
public static class TypeH... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem
{
using Aqua.TypeSystem.Extensions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
public static class TypeH... |
43dcee2fa93edaca9cf52ca280e089b2b8b1d26b | remove some todos | remove some todos
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/WritingPrimitives.cs | bsd-3-clause | 1,591,624,441 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
c72d7dff37ed69037789b35cb015b8aad86f234b | added failing test `ResolveMemberInfo` | added failing test `ResolveMemberInfo`
| 6bee/aqua-core | test/Aqua.Tests/TypeSystem/TypeResolver/When_resolving_hidden_member.cs | mit | 1,591,623,585 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.Tests.TypeSystem.TypeResolver
{
using Aqua.TypeSystem;
using Shouldly;
using System.Reflection;
using Xunit;
public class When_resolving_hidden_member
{
pri... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.Tests.TypeSystem.TypeResolver
{
using Aqua.TypeSystem;
using Shouldly;
using System.Reflection;
using Xunit;
public class When_resolving_hidden_member
{
pri... |
229a40e6e36ffcba060dc4a2f8594a9f5f6eda60 | Code formatting fixed | Code formatting fixed
Somehow slipped through after pushing
| ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu | osu.Game/Screens/Menu/IntroWelcome.cs | mit | 1,591,623,555 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Audio;
using osu.Framework.Audio.Sample;
using osu.Framework.Screens;
using osu.Framework.Graphics;
usin... |
3375e251f93c7f68d6675ecaf74bd139e1e10239 | optimize writing non-ascii strings | optimize writing non-ascii strings
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/WritingPrimitives.cs | bsd-3-clause | 1,591,623,516 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
8a021e0beb39a897816d8da99983eb9de6e4b419 | Use save method in test | Use save method in test
| ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game.Tests/Beatmaps/IO/ImportBeatmapTest.cs | mit | 1,591,623,301 | // 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.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using os... | // 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.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NUnit.F... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.