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 |
|---|---|---|---|---|---|---|---|---|
897f633d799b15dc135e1b121672afd7944e0333 | Suppress obsoletion warnings on CompiledCommand. | Suppress obsoletion warnings on CompiledCommand.
| GGG-KILLER/GUtils.NET | GUtils.CLI/Commands/CompiledCommand.cs | mit | 1,592,327,359 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using GUtils.CLI.Commands.Errors;
using GUtils.CLI.Commands.Help;
namespace GUtils.CLI.Commands
{
/// <summary>
/// A compiled command
/// </summary>
public class CompiledCommand : Command
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using GUtils.CLI.Commands.Errors;
using GUtils.CLI.Commands.Help;
namespace GUtils.CLI.Commands
{
/// <summary>
/// A compiled command
/// </summary>
public class CompiledCommand : Command
... |
0687892b9de0ecbe6f2f52e6d3911caec24d2768 | Remove the spuriously failing repository test | Remove the spuriously failing repository test
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/Instance/RepositoryTest.cs | agpl-3.0 | 1,592,326,597 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using Tgstation.Server.Client.Components;
namespace Tgstation.Server.Tests.Inst... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Client;
using Tgstation.Server.Client.Components;
namespace Tgstation.Server.Tests.Inst... |
751546308c20b15ede2ddae7d4f3578d16430f10 | Fix integration test | Fix integration test
| tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server | tests/Tgstation.Server.Tests/InstanceManagerTest.cs | agpl-3.0 | 1,592,326,035 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Client;
using Tgstation.Server.Client.Compone... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Api.Rights;
using Tgstation.Server.Client;
using Tgstation.Server.Client.Compone... |
2bff0a7afa6d3aa7b0a8fea89511f7cfda410f4b | Link to DOSBox should be enabled for Windows platforms only | Link to DOSBox should be enabled for Windows platforms only
| tigrouind/AITD-roomviewer | Assets/Scripts/Room/RoomLoader.cs | mit | 1,592,325,285 | using UnityEngine;
using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
using System.Globalization;
public class RoomLoader : MonoBehaviour
{
private int floor = 0;
private int room = 0;
private int[] cameraColors = new [] { 0x... | using UnityEngine;
using System;
using System.Linq;
using System.IO;
using System.Collections.Generic;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
using System.Globalization;
public class RoomLoader : MonoBehaviour
{
private int floor = 0;
private int room = 0;
private int[] cameraColors = new [] { 0x... |
3031b6692e08973469fc3b4d7ec2734dd0a8c8d1 | fix dispose warning | fix dispose warning
| bcuff/dd-trace-csharp | src/DataDog.Tracing/TraceContextScope.cs | apache-2.0 | 1,592,324,700 | using System;
using System.Collections.Generic;
using System.Text;
namespace DataDog.Tracing
{
/// <summary>
/// Sets up the TraceContext.Current with the specified trace.
/// </summary>
public sealed class TraceContextScope : IDisposable
{
readonly ISpan _old;
ISpan _span;
... | using System;
using System.Collections.Generic;
using System.Text;
namespace DataDog.Tracing
{
/// <summary>
/// Sets up the TraceContext.Current with the specified trace.
/// </summary>
public class TraceContextScope : IDisposable
{
readonly ISpan _old;
ISpan _span;
publi... |
5914251317a68a61640f221c8c01a0dc9d9a63e8 | Fix syntax | Fix syntax
PiperOrigin-RevId: 316695371
| googleads/googleads-mobile-unity,googleads/googleads-mobile-unity | source/plugin/Assets/GoogleMobileAds/Platforms/Android/ResponseInfoClient.cs | apache-2.0 | 1,592,324,276 | // Copyright (C) 2020 Google, LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed ... | // Copyright (C) 2020 Google, LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed ... |
f5435202108285e40fa03c7fef643b1d9f371781 | (GH-3843) Codacy/PR Quality Review | (GH-3843) Codacy/PR Quality Review
(GH-3843) Codacy/PR Quality Review
| MahApps/MahApps.Metro,batzen/MahApps.Metro,ye4241/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro | src/MahApps.Metro/Controls/NumericUpDown.cs | mit | 1,592,324,137 | using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
namespace Mah... | using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
namespace Mah... |
04fd33072439ecb9378a3d4aafa33a71e6c1e1e4 | Always use the current cultures separator | Always use the current cultures separator
if the user hits the Numpads Decimal-Key we get the current cultures NumberDecimalSeparator and write this to the TextBox as this is what the user expects | ye4241/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro,batzen/MahApps.Metro,MahApps/MahApps.Metro,MahApps/MahApps.Metro | src/MahApps.Metro/Controls/NumericUpDown.cs | mit | 1,592,324,137 | namespace MahApps.Metro.Controls
{
using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
... | namespace MahApps.Metro.Controls
{
using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
... |
a3a6f6eb355f46c455acdb9530d109a4bca5c4af | (GH-3843) WpfAnalyzers, C# features and code format | (GH-3843) WpfAnalyzers, C# features and code format
| batzen/MahApps.Metro,MahApps/MahApps.Metro,ye4241/MahApps.Metro,ye4241/MahApps.Metro,batzen/MahApps.Metro,MahApps/MahApps.Metro | src/MahApps.Metro/Controls/NumericUpDown.cs | mit | 1,592,324,137 | using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Input;
namespace Mah... | using System.Threading.Tasks;
namespace MahApps.Metro.Controls
{
using System;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System... |
425e0cb2f9a69d55160ea39da1d918bd7b773677 | Rename method name | Rename method name
| fredatgithub/UsefulFunctions | FonctionsUtiles.Fred.Csharp/FunctionsWindows.cs | mit | 1,592,323,855 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Management;
using System.Net;
using System.Reflection;
using System.Security.Principal;
namespace FonctionsUtiles.Fred.Csharp
{
public class FunctionsWindows
{
public static bool IsInWinP... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Management;
using System.Net;
using System.Reflection;
using System.Security.Principal;
namespace FonctionsUtiles.Fred.Csharp
{
public class FunctionsWindows
{
public static bool IsInWinP... |
ba885a8d25a49bf7283b30228840dd9e1dfb1cf5 | cache autolathe position | cache autolathe position
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Machines/Autolathe/Autolathe.cs | agpl-3.0 | 1,592,323,742 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class Autolathe : NetworkBehaviour, ICheckedInteractable<HandApply>, IServerSpawn, IServerDespawn
{
[SyncVar(hook = nameof(SyncSprite))]
private AutolatheState stateSync;
[SerializeField]
private SpriteHandler spr... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class Autolathe : NetworkBehaviour, ICheckedInteractable<HandApply>, IServerSpawn, IServerDespawn
{
[SyncVar(hook = nameof(SyncSprite))]
private AutolatheState stateSync;
[SerializeField]
private SpriteHandler spr... |
bef223477730714c367c4fccf92b7d2d32695bc7 | Parse TimeSpan JSON | Parse TimeSpan JSON
| Vanaheimr/Styx | Styx/Illias/ExtensionMethods/JSONExtentions.cs | apache-2.0 | 1,592,323,541 | /*
* 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... |
55ff3192cdb7cbf3b0267699685ce099cfd446e5 | Parameters validation test was added for iteration filters polynomials calculation method | Parameters validation test was added for iteration filters polynomials calculation method
| litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms | test/GfAlgorithms.Tests/WaveletTransform/IterationFiltersCalculator/CaireGrossmanPoorCalculatorTests.cs | mit | 1,592,322,276 | namespace AppliedAlgebra.GfAlgorithms.Tests.WaveletTransform.IterationFiltersCalculator
{
using System;
using System.Linq;
using GfAlgorithms.WaveletTransform.IterationFiltersCalculator;
using GfPolynoms;
using GfPolynoms.Extensions;
using GfPolynoms.GaloisFields;
using JetBrains.Annotation... | namespace AppliedAlgebra.GfAlgorithms.Tests.WaveletTransform.IterationFiltersCalculator
{
using System;
using System.Linq;
using GfAlgorithms.WaveletTransform.IterationFiltersCalculator;
using GfPolynoms;
using GfPolynoms.Extensions;
using GfPolynoms.GaloisFields;
using JetBrains.Annotation... |
b6118a4c6472cc98c1703379c37b4c97f417afd7 | fix MergeMList | fix MergeMList
| AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework | Signum.Engine/Database.cs | mit | 1,592,322,247 | using Signum.Engine.Linq;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Entities.Internal;
using Signum.Utilities;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.Reflection;
using System;
using System.Collections;
using System.Collections.Generic;
... | using Signum.Engine.Linq;
using Signum.Engine.Maps;
using Signum.Entities;
using Signum.Entities.Basics;
using Signum.Entities.Internal;
using Signum.Utilities;
using Signum.Utilities.ExpressionTrees;
using Signum.Utilities.Reflection;
using System;
using System.Collections;
using System.Collections.Generic;
... |
b2a75f08a2932fe312c6d99b360560192eca2358 | fix missing arguments | fix missing arguments
| DigDes/SoapCore | src/SoapCore/Meta/MetaWCFBodyWriter.cs | mit | 1,592,321,105 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Se... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Se... |
02d66c4856626e60226e1a4ebcac6dffdcef13a7 | Refactor moving (2/2) | Refactor moving (2/2)
| smoogipoo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu | osu.Game.Tournament/IO/TournamentStorage.cs | mit | 1,592,320,543 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... |
b75fd7bfa8756addf028665492b456334d55b620 | Refactor moving logic (1/2) | Refactor moving logic (1/2)
| peppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu | osu.Game.Tournament/IO/TournamentStorage.cs | mit | 1,592,320,494 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Threading;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.IO;
using System.IO;
using osu.Game.Tournament.Configurati... |
8c2e8d37509a2f06d4a29b5f7b8dd993d7582d5b | Added AppRuntimeBase.ToString() | Added AppRuntimeBase.ToString()
| quartz-software/kephas,quartz-software/kephas,quartz-software/kephas | src/Kephas.Core/Application/AppRuntimeBase.cs | mit | 1,592,320,128 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppRuntimeBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppRuntimeBase.cs" company="Kephas Software SRL">
// Copyright (c) Kephas Software SRL. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project... |
b6444be367beab1253e52ea14b83af9ef1840e36 | Unify package prefix | Unify package prefix
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Packager/Program.cs | mit | 1,592,319,792 | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NSubsys;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Text;
using System.Thre... | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NSubsys;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Text;
using System.Thre... |
705c16ea7f14e3999458c17bb2f5f7925811dc77 | Fixed issue that hot key method cannot be changed (sync vs async) | Fixed issue that hot key method cannot be changed (sync vs async)
| topeterk/HitCounterManager,topeterk/HitCounterManager,topeterk/HitCounterManager | Sources/Settings.cs | mit | 1,592,319,118 | //MIT License
//Copyright (c) 2016-2020 Peter Kirmeier
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files (the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, copy, m... | //MIT License
//Copyright (c) 2016-2019 Peter Kirmeier
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files (the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, copy, m... |
ad3b9f4f62a92ea95d797086c122a518001ff313 | Fix missing using namespace statement | Fix missing using namespace statement
| AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet | src/client/Microsoft.Identity.Client/ClientApplicationBase.cs | mit | 1,592,318,601 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Identity.Client.Internal.Requests;
using System.Linq;
using Microsoft.Identity.Client.ApiConfig.Parameters;
using Microsoft.Iden... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Identity.Client.Internal.Requests;
using System.Linq;
using Microsoft.Identity.Client.ApiConfig.Parameters;
using Microsoft.Iden... |
359cad939742bec6fa61555e1a28508496f5b606 | Make CloudEvent.Extensions public, but as a read-only dictionary | Make CloudEvent.Extensions public, but as a read-only dictionary
(This isn't necessarily what we want long-term, but it allows the next commit.)
Signed-off-by: Jon Skeet <8a9602d66334021c18cbf0bdb2fa15f4cb6de9df@google.com>
| cloudevents/sdk-csharp,cloudevents/sdk-csharp | src/CloudNative.CloudEvents/CloudEvent.cs | apache-2.0 | 1,592,318,476 | // Copyright (c) Cloud Native Foundation.
// Licensed under the Apache 2.0 license.
// See LICENSE file in the project root for full license information.
namespace CloudNative.CloudEvents
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Net.Mime;
... | // Copyright (c) Cloud Native Foundation.
// Licensed under the Apache 2.0 license.
// See LICENSE file in the project root for full license information.
namespace CloudNative.CloudEvents
{
using System;
using System.Collections.Generic;
using System.Net.Mime;
/// <summary>
/// Represents a Clou... |
7b9ee30caa009789a5310a2793322d286828e48e | Support for ITokenAccessWithHeaders | Support for ITokenAccessWithHeaders
| jtattermusch/grpc,vjpai/grpc,jtattermusch/grpc,vjpai/grpc,ctiller/grpc,stanley-cheung/grpc,nicolasnoble/grpc,ejona86/grpc,stanley-cheung/grpc,firebase/grpc,ejona86/grpc,donnadionne/grpc,firebase/grpc,jtattermusch/grpc,ctiller/grpc,ctiller/grpc,jtattermusch/grpc,jtattermusch/grpc,stanley-cheung/grpc,donnadionne/grpc,grp... | src/csharp/Grpc.Auth/GoogleAuthInterceptors.cs | apache-2.0 | 1,592,318,192 | #region Copyright notice and license
// Copyright 2015 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... | #region Copyright notice and license
// Copyright 2015 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... |
47b80553e08607c6b6a36f183acfd139952886b2 | Fix - Matrix | Fix - Matrix
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.API/Startup.cs | agpl-3.0 | 1,592,317,767 | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... | //-----------------------------------------------------------------------
// <copyright file="Startup.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 Public License as
/... |
2cceefacc608c810a342fbcf1a5bce99a53e89a5 | DynamicCalculator: Updated e-mail notifier to use run-time string interpolation for variable values in e-mail body. | DynamicCalculator: Updated e-mail notifier to use run-time string interpolation for variable values in e-mail body.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/Adapters/DynamicCalculator/EmailNotifier.cs | mit | 1,592,317,718 | //******************************************************************************************************
// EmailNotifier.cs - Gbtc
//
// Copyright © 2016, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// t... | //******************************************************************************************************
// EmailNotifier.cs - Gbtc
//
// Copyright © 2016, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// t... |
5ef1ebe8e18dcc7c99ae3ee8f0ddd11254d5d90b | DynamicCalculator: Exposed variable dictionary with current values for benefit of derived classes and added LOCALTIME and UTCTIME as reserved variables that always evaluate to current system time. | DynamicCalculator: Exposed variable dictionary with current values for benefit of derived classes and added LOCALTIME and UTCTIME as reserved variables that always evaluate to current system time.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/Adapters/DynamicCalculator/DynamicCalculator.cs | mit | 1,592,317,717 | //******************************************************************************************************
// DynamicCalculator.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
/... | //******************************************************************************************************
// DynamicCalculator.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
/... |
83b537e693a68643f2f16e9adf17e34ef3dccb48 | GSF.Data: Updated DataExtensions to use is with named type variable. | GSF.Data: Updated DataExtensions to use is with named type variable.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Core/Data/DataExtensions.cs | mit | 1,592,317,717 | //******************************************************************************************************
// DataExtensions.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// ... | //******************************************************************************************************
// DataExtensions.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// ... |
5d2b79c9a6d7d6b31cf7a4ebd13eeb36525b50a9 | Fix: Battle.net authentication is invalidated very often #1057 | Fix: Battle.net authentication is invalidated very often #1057
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Plugins/BattleNetLibrary/Services/BattleNetAccountClient.cs | mit | 1,592,317,060 | using BattleNetLibrary.Models;
using Playnite.Common;
using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace BattleNetLibrary.Services
{
public class BattleNetAccountClient
... | using BattleNetLibrary.Models;
using Playnite.Common;
using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace BattleNetLibrary.Services
{
public class BattleNetAccountClient
... |
8bc2a1cf7dfc3c5492a161cbd922838cb6a0f331 | Changed Akka.Streams backoff error logging to include full exception message (#4472) | Changed Akka.Streams backoff error logging to include full exception message (#4472)
* Changed Akka.Streams backoff error logging to include full exception message
* Use dedicated warning message for exceptions | simonlaroche/akka.net,simonlaroche/akka.net | src/core/Akka.Streams/Dsl/Restart.cs | apache-2.0 | 1,592,316,650 | //-----------------------------------------------------------------------
// <copyright file="Restart.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//------... | //-----------------------------------------------------------------------
// <copyright file="Restart.cs" company="Akka.NET Project">
// Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2020 .NET Foundation <https://github.com/akkadotnet/akka.net>
// </copyright>
//------... |
c5f64248c13e8559ea0a56416b09f38ab00798a3 | Remove interaction system bounding box check. | Remove interaction system bounding box check.
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14 | Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs | mit | 1,592,316,638 | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Timing;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Utility;
using Content.Shared.GameObjects.Components.Inventory;
using Content.Shared.GameObjects.EntitySystems;
using C... | using System;
using System.Linq;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Timing;
using Content.Server.Interfaces.GameObjects;
using Content.Server.Utility;
using Content.Shared.GameObjects.Components.Inventory;
using Content.Shared.GameObjects.EntitySystems;
using C... |
5bf0bd3a0cc52cd614c8db91a19ff058451f55ed | Increase click radius again. | Increase click radius again.
| 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,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Client/ClickMapManager.cs | mit | 1,592,316,442 | using System;
using System.Collections.Generic;
using System.Text;
using Robust.Client.Graphics;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.ResourceManagement;
using Robust.Client.Utility;
using Robust.Shared.IoC;
using Robust.Shared.Maths;
using Robust.Shared.ViewVariables;
using SixLabors.... | using System;
using System.Collections.Generic;
using System.Text;
using Robust.Client.Graphics;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.ResourceManagement;
using Robust.Client.Utility;
using Robust.Shared.IoC;
using Robust.Shared.Maths;
using Robust.Shared.ViewVariables;
using SixLabors.... |
ba21634e6b0a7648d62a6b33f54b4ac205774bd8 | Fixing the case, where a question set is no longer present. | Fixing the case, where a question set is no longer present.
| microting/eform-sdk-dotnet,microting/eform-sdk-dotnet | eFormCore/Core.cs | mit | 1,592,315,847 | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify... | /*
The MIT License (MIT)
Copyright (c) 2007 - 2020 Microting A/S
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify... |
9f4f3ce2cc055867cbfe58f723c334f7b08b1448 | Handle IApplicableToSample mods | Handle IApplicableToSample mods
| smoogipoo/osu,peppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu | osu.Game/Storyboards/Drawables/DrawableStoryboardSample.cs | mit | 1,592,315,690 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Audio.Sample;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Beatmaps;
namespace osu.Ga... |
3a803b0f4c13cbef0325f041a6ef5810036119f4 | Small bugfix - editor for machine parameters didn't cancel properly. | Small bugfix - editor for machine parameters didn't cancel properly.
| AxelSemrau/ChronosMockPlugin | Plugin/Device/CoffeeMakerParamsEditor.cs | mit | 1,592,315,339 | using System;
using System.ComponentModel;
using System.Drawing.Design;
using System.Windows.Forms;
using System.Windows.Forms.Design;
namespace MockPlugin.Device
{
internal class CoffeeMakerParamsEditor : UITypeEditor
{
#region Overrides of UITypeEditor
public override UITypeEditorEditStyle ... | using System;
using System.ComponentModel;
using System.Drawing.Design;
using System.Windows.Forms;
using System.Windows.Forms.Design;
namespace MockPlugin.Device
{
internal class CoffeeMakerParamsEditor : UITypeEditor
{
#region Overrides of UITypeEditor
public override UITypeEditorEditStyle ... |
693a760a193e8521d7db350318bd9a1e93d4f9db | Use RelativeSizeAxes for width | Use RelativeSizeAxes for width
| smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu | osu.Game/Screens/Menu/IntroWelcome.cs | mit | 1,592,315,099 | // 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... |
263cbbbeeae8e30de7c4ea1b8d83652363e65d81 | delete StringLengthValidator from ResetPasswordRequestEntity | delete StringLengthValidator from ResetPasswordRequestEntity
| signumsoftware/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,AlejandroCano/extensions,signumsoftware/extensions | Signum.Entities.Extensions/Authorization/ResetPasswordRequest.cs | mit | 1,592,314,797 | using System;
namespace Signum.Entities.Authorization
{
[Serializable, EntityKind(EntityKind.System, EntityData.Transactional)]
public class ResetPasswordRequestEntity : Entity
{
[UniqueIndex(AvoidAttachToUniqueIndexes = true)]
public string Code { get; set; }
pub... | using System;
namespace Signum.Entities.Authorization
{
[Serializable, EntityKind(EntityKind.System, EntityData.Transactional)]
public class ResetPasswordRequestEntity : Entity
{
[UniqueIndex(AvoidAttachToUniqueIndexes = true)]
[StringLengthValidator(AllowNulls = false, Max = 32)]
... |
2a26f8a91b4d0c132aefaca8477de06834a9352a | CV-758 overlap bug fix. | CV-758
overlap bug fix.
| SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments,SkillsFundingAgency/das-commitments | src/SFA.DAS.Commitments.Application/Rules/ApprenticeshipOverlapRules.cs | mit | 1,592,314,441 | using System;
using SFA.DAS.Commitments.Domain.Entities;
using SFA.DAS.Commitments.Domain.Entities.Validation;
namespace SFA.DAS.Commitments.Application.Rules
{
public class ApprenticeshipOverlapRules : IApprenticeshipOverlapRules
{
public ValidationFailReason DetermineOverlap(ApprenticeshipOverlapVa... | using System;
using SFA.DAS.Commitments.Domain.Entities;
using SFA.DAS.Commitments.Domain.Entities.Validation;
namespace SFA.DAS.Commitments.Application.Rules
{
public class ApprenticeshipOverlapRules : IApprenticeshipOverlapRules
{
public ValidationFailReason DetermineOverlap(ApprenticeshipOverlapVa... |
8c26f8a53c2289944b684be9cfe1798f58b98944 | Update Led.cs | Update Led.cs
| RapidScada/scada,RapidScada/scada,RapidScada/scada | ScadaWeb/ScadaScheme/PlgSchBasicComp/AppCode/SchBasicComp/Led.cs | apache-2.0 | 1,592,314,107 | /*
* Copyright 2020 Mikhail Shiryaev
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | /*
* Copyright 2020 Mikhail Shiryaev
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
6beec987f234247539480d2ba34e02bde604a331 | <LangVersion> for 8.0 | <LangVersion> for 8.0
ref https://github.com/peachpiecompiler/peachpie/issues/765
| iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept | src/Peachpie.CodeAnalysis/Syntax/PhpSyntaxTree.cs | apache-2.0 | 1,592,313,343 | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Devsense.PHP.Syntax;
using Devsense.PHP.Syntax.Ast;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using Pchp.CodeAnalysis.Errors;
using P... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Devsense.PHP.Syntax;
using Devsense.PHP.Syntax.Ast;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using Pchp.CodeAnalysis.Errors;
using P... |
597828a134fde7b4e9c82707a16de8b57be148aa | Trailing comma in parameter lists | Trailing comma in parameter lists
ref https://github.com/peachpiecompiler/peachpie/issues/765
| iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie | src/Peachpie.CodeAnalysis/Symbols/Source/SourceRoutineSymbol.cs | apache-2.0 | 1,592,313,238 | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Operations;
using Pchp.CodeAnalysis.Semantics;
using Pchp.CodeAnalysis.Semantics.Graph;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnos... | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Operations;
using Pchp.CodeAnalysis.Semantics;
using Pchp.CodeAnalysis.Semantics.Graph;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnos... |
125efaaa17a355d5709dc44b678c6fefbb10c73a | [VsIntegration] Fix for disappearing quickinfo | [VsIntegration] Fix for disappearing quickinfo
| X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic,X-Sharp/XSharpPublic | VisualStudio/ProjectPackage/Editors/XSharpQuickInfo.cs | apache-2.0 | 1,592,311,451 | //
// Copyright (c) XSharp B.V. 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.ComponentModel.Composition;
using Microsoft.VisualStudio.Language.Intellisense;
using ... | //
// Copyright (c) XSharp B.V. 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.ComponentModel.Composition;
using Microsoft.VisualStudio.Language.Intellisense;
using ... |
998624c9a193804c523b44da7842eb3e8b553a30 | ensure replay semantics capture arguments | ensure replay semantics capture arguments
| nessos/Eff | samples/Eff.Examples.AspNetCore/Domain/DomainLogic.cs | mit | 1,592,311,020 | namespace Nessos.Effects.Examples.AspNetCore.Domain
{
using System;
using Microsoft.Extensions.Logging;
using Nessos.Effects.DependencyInjection;
public class DomainLogic
{
// real-world enterprise application™
// based on https://twitter.com/shit_sharp/status/1186637048335290368
... | namespace Nessos.Effects.Examples.AspNetCore.Domain
{
using System;
using Microsoft.Extensions.Logging;
using Nessos.Effects.DependencyInjection;
public class DomainLogic
{
// real-world enterprise application™
// based on https://twitter.com/shit_sharp/status/1186637048335290368
... |
94c58ad052086032a42fd297438f3d483a213416 | remove unneeded Mapper.QueryRunner field (#2272) | remove unneeded Mapper.QueryRunner field (#2272)
| MaceWindu/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db,linq2db/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db | Source/LinqToDB/Linq/QueryRunner.cs | mit | 1,592,309,194 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Data;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
namespace LinqToDB.Linq
{
using System.Collections.Concur... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Data;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
namespace LinqToDB.Linq
{
using System.Collections.Concur... |
c5358cbb6b22d3167efe2a21868d23fc91b523b0 | Remove blank line | Remove blank line | UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu | osu.Android/OsuGameAndroid.cs | mit | 1,592,308,870 | // 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 Android.App;
using Android.OS;
using osu.Game;
using osu.Game.Updater;
namespace osu.Android
{
public class OsuGameAndroid : OsuGame
{
... | // 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 Android.App;
using Android.OS;
using osu.Game;
using osu.Game.Updater;
namespace osu.Android
{
public class OsuGameAndroid : OsuGame
{
... |
837c11498afd9b7d5c6ca037675243405f35e6a2 | formt ResetPasswordRequestLogic | formt ResetPasswordRequestLogic
| signumsoftware/framework,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,AlejandroCano/extensions,signumsoftware/extensions | Signum.Engine.Extensions/Authorization/ResetPasswordRequestLogic.cs | mit | 1,592,308,656 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Mailing;
using Signum.Engine.Maps;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum.Entities.Authorization;
using Sig... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Mailing;
using Signum.Engine.Maps;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum.Entities.Authorization;
using Sig... |
115ea244beb9953c4e189e1cfa426c0f705e1c79 | Add note about substring usage | Add note about substring usage
| smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu | osu.Android/OsuGameAndroid.cs | mit | 1,592,306,446 | // 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 Android.App;
using Android.OS;
using osu.Game;
using osu.Game.Updater;
namespace osu.Android
{
public class OsuGameAndroid : OsuGame
{
... | // 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 Android.App;
using Android.OS;
using osu.Game;
using osu.Game.Updater;
namespace osu.Android
{
public class OsuGameAndroid : OsuGame
{
... |
3f1b9edabe20478578e05f85476d8acaf06eb62d | Fix regression in android build parsing behaviour | Fix regression in android build parsing behaviour
| smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu | osu.Android/OsuGameAndroid.cs | mit | 1,592,306,396 | // 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 Android.App;
using Android.OS;
using osu.Game;
using osu.Game.Updater;
namespace osu.Android
{
public class OsuGameAndroid : OsuGame
{
... | // 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 Android.App;
using osu.Game;
using osu.Game.Updater;
namespace osu.Android
{
public class OsuGameAndroid : OsuGame
{
public override... |
443d00787eeaaf0f185b4470dabeac7ea7c188a5 | Throw exception when service doesn't stop or uninstall in time | Throw exception when service doesn't stop or uninstall in time
| BlythMeister/Ensconce,BlythMeister/Ensconce,15below/Ensconce,15below/Ensconce | src/Ensconce.Console/ApplicationInteraction.cs | mit | 1,592,304,940 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Management;
using System.ServiceProcess;
using System.Threading;
namespace Ensconce.Console
{
internal static class ApplicationInteraction
{
internal s... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Management;
using System.ServiceProcess;
using System.Threading;
namespace Ensconce.Console
{
internal static class ApplicationInteraction
{
internal s... |
d6963e2bfdd41395871bfd544b1598413e125e47 | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,592,304,124 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
405e409d903992a248a89fd1b93973eae1967b6a | [Modify] Polish it | [Modify] Polish it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,592,303,971 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
9421befa4a47d7f8b1bab48ecc00cf457917eba6 | Discord integration crashing when disposing | Discord integration crashing when disposing
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Playnite/DiscordManager.cs | mit | 1,592,303,548 | using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Playnite
{
public class DiscordManager : IDisposable
{
private static readonly IL... | using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Playnite
{
public class DiscordManager : IDisposable
{
private static readonly IL... |
d0c7eac97b4c34ced3703c88abeb22120c4361dc | Readded InteropServices | Readded InteropServices
Needed #if NETCORE
| ejona86/grpc,nicolasnoble/grpc,jtattermusch/grpc,jtattermusch/grpc,stanley-cheung/grpc,ejona86/grpc,stanley-cheung/grpc,donnadionne/grpc,nicolasnoble/grpc,stanley-cheung/grpc,donnadionne/grpc,donnadionne/grpc,ctiller/grpc,firebase/grpc,donnadionne/grpc,ctiller/grpc,jtattermusch/grpc,vjpai/grpc,nicolasnoble/grpc,ejona86... | src/csharp/Grpc.Tools/Common.cs | apache-2.0 | 1,592,302,228 | #region Copyright notice and license
// Copyright 2018 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... | #region Copyright notice and license
// Copyright 2018 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... |
35d0b10895e83553cf76c5ec6f0a6074f67bca1e | Change Or/And for OrElse/AndAlso to decrease sql cpu usage | Change Or/And for OrElse/AndAlso to decrease sql cpu usage
Using Or/And againt Sql Server parses as a bitwise comperer, thus forcing Sql Server to evaluate the value of a condition first before applying the bitwise operator | &, that puts more strain on CPU, because is not letting Sql use it's native way to partition ... | castle-it/dynamic-linq-query-builder,castle-it/dynamic-linq-query-builder | Castle.DynamicLinqQueryBuilder/QueryBuilder.cs | apache-2.0 | 1,592,301,790 | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace Castle.DynamicLinqQueryBuilder
{
/// <summary>
/// Generic IQueryable filter implementation. ... | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
namespace Castle.DynamicLinqQueryBuilder
{
/// <summary>
/// Generic IQueryable filter implementation. ... |
da4fe1e051a66b29d7c0c177f1bba28f9bc463c4 | Updated unit tests | Updated unit tests
| ctiller/grpc,vjpai/grpc,donnadionne/grpc,ejona86/grpc,firebase/grpc,vjpai/grpc,vjpai/grpc,stanley-cheung/grpc,jtattermusch/grpc,jtattermusch/grpc,firebase/grpc,nicolasnoble/grpc,nicolasnoble/grpc,grpc/grpc,stanley-cheung/grpc,vjpai/grpc,stanley-cheung/grpc,firebase/grpc,vjpai/grpc,nicolasnoble/grpc,grpc/grpc,jtattermus... | src/csharp/Grpc.Tools.Tests/DepFileUtilTest.cs | apache-2.0 | 1,592,301,598 | #region Copyright notice and license
// Copyright 2018 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... | #region Copyright notice and license
// Copyright 2018 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... |
8590103f713d28bdb58390c811fa553d2705c9ac | Another catch. | Another catch.
| Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex | backend/src/Squidex.Infrastructure.MongoDb/MongoDb/MongoExtensions.cs | mit | 1,592,300,693 | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ============================... |
ec2756e708c3125e4d79d7da987781a245c1b43a | [XCWorkspace] Remove duplicated call to GetCapitalizedPath | [XCWorkspace] Remove duplicated call to GetCapitalizedPath
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Generators/Apple/XCWorkspace.cs | apache-2.0 | 1,592,300,090 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
6dc08f8775eb82b00f4174f9d42726694b8dcae0 | Property Groups: property groups backed in properties may also have the PropertyGroup attribute | Property Groups: property groups backed in properties may also have the PropertyGroup attribute
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | src/DotVVM.Framework/Compilation/ControlTree/PropertyGroupDescriptor.cs | apache-2.0 | 1,592,299,979 | using DotVVM.Framework.Binding;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using DotVVM.Framework.Controls;
using DotVVM.Framework.Compilation.ControlTree.Resolved;
using System.Collec... | using DotVVM.Framework.Binding;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using DotVVM.Framework.Controls;
using DotVVM.Framework.Compilation.ControlTree.Resolved;
using System.Collec... |
512542d29c479555d49dc294266145ccbc0a7884 | [XCode] Change the default LibraryStandard to LibCxx to match recent XCode versions | [XCode] Change the default LibraryStandard to LibCxx to match recent XCode versions
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Options.XCode.cs | apache-2.0 | 1,592,299,976 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
c9baeb247f1857cd8bd521b877b605ce643e8c0b | Fix multidots in resolver exception message when printing subobjects properties | Fix multidots in resolver exception message when printing subobjects properties
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/Resolver.cs | apache-2.0 | 1,592,299,869 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
351f9a169816bade5adc9faa5968aa35b26c584c | testing: added #ifdef | testing: added #ifdef
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/GameFramework/Modules/ECS/_GenTemplates/_GenComponent.cs | mit | 1,592,299,726 |
using ECS;
using FlatBuffers;
using ModestTree;
using Service.Serializer;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
/*name:using*/ /*endname*/
/// <summary>
/*name:componentComment*/ /*endname*/
/// </summary>
[System.Serializable]
public partial class /*name:ComponentName*/GenTemplateCo... |
using ECS;
using FlatBuffers;
using ModestTree;
using Service.Serializer;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
/*name:using*/ /*endname*/
/// <summary>
/*name:componentComment*/ /*endname*/
/// </summary>
[System.Serializable]
public partial class /*name:ComponentName*/GenTemplateCo... |
f9efa04119a7bf3bad2958b41833a5e958caf267 | Minor code style changes. | Minor code style changes.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | src/Magick.NET.Core/Types/PointD.cs | apache-2.0 | 1,592,298,722 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
e7687a09271d12f5cadf93b00b7ff798733d9340 | Temporary placement inside results screen | Temporary placement inside results screen
| peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu | osu.Game/Screens/Ranking/ResultsScreen.cs | mit | 1,592,297,383 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.... |
9442fc00ac408c314ca078bbfa5d3c426adf6aa2 | Temporary hack to make replay player populate scores | Temporary hack to make replay player populate scores
| smoogipooo/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu | osu.Game/Screens/Play/ReplayPlayer.cs | mit | 1,592,297,339 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Screens;
using osu.Game.Scoring;
using osu.Game.Screens.Ranking;
namespace osu.Game.Screens.Play
{
public class ReplayPlayer : Player
{
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Screens;
using osu.Game.Scoring;
using osu.Game.Screens.Ranking;
namespace osu.Game.Screens.Play
{
public class ReplayPlayer : Player
{
... |
076eac2362480a80749a0b42d1caaf7295f25ae3 | Inset entire graph rather than just the axis | Inset entire graph rather than just the axis
| ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu | osu.Game.Rulesets.Osu/Statistics/TimingDistributionGraph.cs | mit | 1,592,297,194 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;... |
56ca7ab6983a6e7775bc5d018e6d9c7e9deab7bb | Better naming | Better naming
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Program.cs | mit | 1,592,296,609 | using Avalonia;
using Avalonia.Dialogs;
using Avalonia.Threading;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using AvalonStudio.Shell.Extensibility.Platforms;
using Splat;
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasabi.Gui.CommandLi... | using Avalonia;
using Avalonia.Dialogs;
using Avalonia.Threading;
using AvalonStudio.Extensibility;
using AvalonStudio.Shell;
using AvalonStudio.Shell.Extensibility.Platforms;
using Splat;
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasabi.Gui.CommandLi... |
cc2219e8bc1e9ebe543ed22418cb8b34359f36bb | Manually merge - capi prototype | Manually merge - capi prototype
| pythonnet/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,pythonnet/pythonnet | src/runtime/runtime.cs | mit | 1,592,296,383 | using System.Reflection.Emit;
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
using System.Linq;
namespace Python.Runtime
{
/// <summary>
//... | using System.Reflection.Emit;
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
using System.Linq;
namespace Python.Runtime
{
/// <summary>
//... |
264931ed56600710a497a93d775d560b90fd4342 | Update PlayerList.Admin.cs | Update PlayerList.Admin.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Managers/PlayerList.Admin.cs | agpl-3.0 | 1,592,296,069 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
using DiscordWebhook;
/// <summary>
/// Admin Controller for player... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DatabaseAPI;
using Mirror;
using UnityEngine;
using UnityEngine.Diagnostics;
using DiscordWebhook;
/// <summary>
/// Admin Controller for player... |
8fc23ede6bfd03bde77927fb962b722f183dbdcd | announcefix | announcefix
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/UI/AdminTools/KickBanEntryPage.cs | agpl-3.0 | 1,592,295,934 | using DatabaseAPI;
using UnityEngine;
using UnityEngine.UI;
namespace AdminTools
{
public class KickBanEntryPage : MonoBehaviour
{
[SerializeField] private GameObject kickPage = null;
[SerializeField] private GameObject banPage = null;
[SerializeField] private Text kickTitle = null;
[SerializeField] privat... | using DatabaseAPI;
using UnityEngine;
using UnityEngine.UI;
namespace AdminTools
{
public class KickBanEntryPage : MonoBehaviour
{
[SerializeField] private GameObject kickPage = null;
[SerializeField] private GameObject banPage = null;
[SerializeField] private Text kickTitle = null;
[SerializeField] privat... |
cb65af358a62d0e16cadaa0334e01ba249195d89 | Manually merge - remove redundant code | Manually merge - remove redundant code
| AlexCatarino/pythonnet,pythonnet/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,AlexCatarino/pythonnet,QuantConnect/pythonnet,pythonnet/pythonnet,AlexCatarino/pythonnet | src/runtime/runtime.cs | mit | 1,592,295,663 | using System.Reflection.Emit;
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
using System.Linq;
namespace Python.Runtime
{
/// <summary>
//... | using System.Reflection.Emit;
using System;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading;
using System.Collections.Generic;
using Python.Runtime.Platform;
using System.Linq;
namespace Python.Runtime
{
/// <summary>
//... |
2e0a6c04c03f05971f15da34b81d523d317ed312 | Better log message | Better log message
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Services/SingleInstanceChecker.cs | mit | 1,592,295,271 | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Services
{
public class SingleInstanceChecker : IDisposable
{
private const string MutexString = "WalletWasabiSingleIn... | using NBitcoin;
using Nito.AsyncEx;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace WalletWasabi.Services
{
public class SingleInstanceChecker : IDisposable
{
private const string MutexString = "WalletWasabiSingleIn... |
2cab6c82e4d8faafaaa618e0f65d9fd70b01ecdf | Closes #1849 | Closes #1849
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Helpers/CrossProcessFileBasedSemaphore.cs | apache-2.0 | 1,592,294,691 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
005dbafe6652a387e15e882d4ea757a61642d246 | fix mac tests on kokoro workers | fix mac tests on kokoro workers
| grpc/grpc,jtattermusch/grpc,ejona86/grpc,nicolasnoble/grpc,grpc/grpc,vjpai/grpc,grpc/grpc,grpc/grpc,ctiller/grpc,jtattermusch/grpc,jtattermusch/grpc,nicolasnoble/grpc,vjpai/grpc,donnadionne/grpc,jtattermusch/grpc,ejona86/grpc,vjpai/grpc,stanley-cheung/grpc,ctiller/grpc,nicolasnoble/grpc,jtattermusch/grpc,grpc/grpc,ejon... | src/csharp/Grpc.Tools.Tests/MsBuildAssemblyHelper.cs | apache-2.0 | 1,592,294,336 | #region Copyright notice and license
// Copyright 2018 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... | #region Copyright notice and license
// Copyright 2018 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless req... |
6d2e9858135805c4a2587a46ce5ad2c06d89c788 | make output nullable | make output nullable
| signumsoftware/extensions,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/framework | Signum.Engine.Extensions/SMS/SMSProcessLogic.cs | mit | 1,592,293,255 | using Signum.Engine;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.Processes;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum.Entities.Processes;
using Signum.Entities.SMS;
using Signum.Utilities;
... | using Signum.Engine;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.Processes;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum.Entities.Processes;
using Signum.Entities.SMS;
using Signum.Utilities;
... |
645514a75331f8990c78c2d50fcb8b7bc3d2ba64 | whitespace | whitespace
| jeremytammik/the_building_coder_samples | BuildingCoder/BuildingCoder/CmdDeleteMacros.cs | mit | 1,592,292,540 | #region Header
//
// CmdDeleteMacros.cs - retrieve MacroManager and delete all macros
//
// Copyright (C) 2010-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
#endregion // Header
#region Namespaces
using Autodesk.Revit.Attributes;
... | #region Header
//
// CmdDeleteMacros.cs - retrieve MacroManager and delete all macros
//
// Copyright (C) 2010-2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
#endregion // Header
#region Namespaces
using Autodesk.Revit.Attributes;
... |
40f46be07c583e21fcbbf3a6d7d4ed847c692aed | Update FormMain.cs | Update FormMain.cs | Armdroid/Armdroid-Tools-Windows | ArmdroidTools/ArmTest/FormMain.cs | mit | 1,592,291,789 | /*
* Armdroid Test for Windows
*
* Copyright (C) Richard Morris 2014 - 2020
* http://armdroid1.blogspot.co.uk
*
*/
using System;
using System.ComponentModel;
using System.Windows.Forms;
namespace ArmdroidTools.ArmTest
{
public partial class FormMain : Form
{
// This delegate enables asynchrono... | /*
* Armdroid Test for Windows
*
* Copyright (C) Richard Morris 2014
* http://armdroid1.blogspot.co.uk
*
*/
using System;
using System.ComponentModel;
using System.Windows.Forms;
namespace ArmdroidTools.ArmTest
{
public partial class FormMain : Form
{
// This delegate enables asynchronous call... |
cad8febcc38727f3d1f75bf31c98e4b62b7a4a58 | force null value | force null value
| signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions,MehdyKarimpour/extensions | Signum.Engine.Extensions/SMS/SMSProcessLogic.cs | mit | 1,592,291,778 | using Signum.Engine;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.Processes;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum.Entities.Processes;
using Signum.Entities.SMS;
using Signum.Utilities;
... | using Signum.Engine;
using Signum.Engine.Basics;
using Signum.Engine.DynamicQuery;
using Signum.Engine.Maps;
using Signum.Engine.Operations;
using Signum.Engine.Processes;
using Signum.Engine.Scheduler;
using Signum.Entities;
using Signum.Entities.Processes;
using Signum.Entities.SMS;
using Signum.Utilities;
... |
42028d78b0a541e4cbe2c6906fa5e03471fa6992 | Done ARPCache class api docs | Done ARPCache class api docs
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Network/ARP/ARPCache.cs | bsd-3-clause | 1,592,291,589 | using System;
using sysIO = System.IO;
using Cosmos.HAL.Network;
namespace Cosmos.System.Network.ARP
{
/// <summary>
/// ARPCache class.
/// </summary>
internal static class ARPCache
{
/// <summary>
/// Cache.
/// </summary>
private static TempDictionary<MACAddress>... | using System;
using Cosmos.HAL.Network;
namespace Cosmos.System.Network.ARP
{
internal static class ARPCache
{
private static TempDictionary<MACAddress> cache;
private static void ensureCacheExists()
{
if (cache == null)
{
cache = new TempDictio... |
3da5ad0f77c59a994c565566b1b009b28a690a06 | Minor cleanup | Minor cleanup
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Glav.CognitiveServices.FluentApi.Luis/LuisAppAnalysisEngine.cs | mit | 1,592,291,170 | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Analysis;
using Glav.CognitiveServices.FluentApi.Core.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
using System;
using System.Threading.Tasks;
namespace Glav.CognitiveServices.FluentApi.Luis
{
p... | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Analysis;
using Glav.CognitiveServices.FluentApi.Core.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
using System;
using System.Threading.Tasks;
namespace Glav.CognitiveServices.FluentApi.Luis
{
p... |
024390db5336084f8776a32b57fab92e105eb89c | I dunno :-) | I dunno :-)
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Glav.CognitiveServices.FluentApi.Luis/LuisAppAnalysisEngine.cs | mit | 1,592,290,970 | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Analysis;
using Glav.CognitiveServices.FluentApi.Core.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
using System;
using System.Threading.Tasks;
namespace Glav.CognitiveServices.FluentApi.Luis
{
p... | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Analysis;
using Glav.CognitiveServices.FluentApi.Core.Configuration;
using Glav.CognitiveServices.FluentApi.Luis.Domain;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
na... |
74890143d3c63545abec5dbf1f1c97fb5bbf10b6 | Done EthernetPacket api docs | Done EthernetPacket api docs
| zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Network/EthernetPacket.cs | bsd-3-clause | 1,592,290,423 | using System;
using Cosmos.HAL.Network;
namespace Cosmos.System.Network
{
// for more info, http://standards.ieee.org/about/get/802/802.3.html
/// <summary>
/// EthernetPacket class.
/// </summary>
public class EthernetPacket
{
/// <summary>
/// Source MAC address.
/// ... | using System;
using Cosmos.HAL.Network;
namespace Cosmos.System.Network
{
// for more info, http://standards.ieee.org/about/get/802/802.3.html
public class EthernetPacket
{
protected MACAddress srcMAC;
protected MACAddress destMAC;
protected EthernetPacket()
{
}
... |
21001cd4ff48b227299d5ba77afc32fd43ca7fa6 | Done Address api docs | Done Address api docs
| CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Network/IPv4/Address.cs | bsd-3-clause | 1,592,288,598 | using System;
namespace Cosmos.System.Network.IPv4
{
/// <summary>
/// Address class, used to define a IPv4 address.
/// <remarks>Should actually be using System.Net.IPAddress, but gives problems.</remarks>
/// </summary>
public class Address : IComparable
{
/// <summary>
/// P... | using System;
namespace Cosmos.System.Network.IPv4
{
/// <summary>
/// Defines a IPv4 Address
/// <remarks>Should actually be using System.Net.IPAddress, but gives problems</remarks>
/// </summary>
public class Address : IComparable
{
/// <summary>
/// Predefined 0.0.0.0 addres... |
811e07961fab5247b712d0abec9002bf6a62d3e1 | [FIXED #570] added catch handler | [FIXED #570] added catch handler
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YetAnotherForum.NET/Pages/Admin/Admin.ascx.cs | apache-2.0 | 1,592,287,101 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* dist... |
5364356a1815b4eaf06bf741e88ef14ccfcb7413 | Done TempDictionary api docs | Done TempDictionary api docs
| zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Network/TempDictionary.cs | bsd-3-clause | 1,592,286,820 | using System;
using System.Collections.Generic;
namespace Cosmos.System.Network
{
/// <summary>
/// TempDictionary template class.
/// </summary>
/// <typeparam name="TValue">TempDictionary type name.</typeparam>
internal class TempDictionary<TValue>
{
private List<UInt32> mKeys;
... | using System;
using System.Collections.Generic;
namespace Cosmos.System.Network
{
internal class TempDictionary<TValue>
{
private List<UInt32> mKeys;
private List<TValue> mValues;
public int Count { get; private set; }
public TempDictionary()
:this(2)
{ }
... |
ee0d73fc5322f66f30d20dfcb3f7fc39cd356ec4 | Add all souls day to lithuania | Add all souls day to lithuania | tinohager/Nager.Date,tinohager/Nager.Date | Src/Nager.Date/PublicHolidays/LithuaniaProvider.cs | mit | 1,592,286,194 | using Nager.Date.Contract;
using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// Lithuania
/// </summary>
public class LithuaniaProvider : IPublicHolidayProvider
{
private readonly ICatholicProvider _catholicPro... | using Nager.Date.Contract;
using Nager.Date.Model;
using System.Collections.Generic;
using System.Linq;
namespace Nager.Date.PublicHolidays
{
/// <summary>
/// Lithuania
/// </summary>
public class LithuaniaProvider : IPublicHolidayProvider
{
private readonly ICatholicProvider _catholicPro... |
ad801203f928aa23201a5a88a16dbe98bbc75d22 | VkParameters.Add для перечисления не затирал значения для null | VkParameters.Add для перечисления не затирал значения для null
| vknet/vk | VkNet/Utils/VkParameters.cs | mit | 1,592,286,055 | using System;
using System.Collections.Generic;
using System.Globalization;
namespace VkNet.Utils
{
/// <inheritdoc />
/// <summary>
/// Параметры запроса к ВКонтакте.
/// </summary>
public class VkParameters : Dictionary<string, string>
{
/// <inheritdoc />
/// <summary>
/// Инициализирует новый экземпляр... | using System;
using System.Collections.Generic;
using System.Globalization;
namespace VkNet.Utils
{
/// <inheritdoc />
/// <summary>
/// Параметры запроса к ВКонтакте.
/// </summary>
public class VkParameters : Dictionary<string, string>
{
/// <inheritdoc />
/// <summary>
/// Инициализирует новый экземпляр... |
db902af6453943f61f306c3cdc4ea6ade02e1596 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.5.3422.20200616053206-master-c8b2f4b
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,592,285,645 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "c8b2f4b4f374b022c77eb4dc19ed93a4401cfa61";
public static string Version = "1.5";
public static string Build = "3422";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "b817e6bbfe734838a815680cda54365842aa787d";
public static string Version = "1.5";
public static string Build = "3421";
... |
c8b2f4b4f374b022c77eb4dc19ed93a4401cfa61 | Added Guid to /getinfo (#3026) | Added Guid to /getinfo (#3026)
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/Command/Handlers/DeveloperCommands.cs | agpl-3.0 | 1,592,285,510 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using System.Numerics;
using log4net;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
usi... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using System.Numerics;
using log4net;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
usi... |
b64584fc925e7fffc75e5907fb31fd853d42e898 | Done Bitmap api docs | Done Bitmap api docs
| CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Graphics/Bitmap.cs | bsd-3-clause | 1,592,285,448 | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Security;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Bitmap class, used to represent image of the type of Bitmap. See also: <seealso cref="Image"/>.
/// </summary>
public class Bitmap : Image
{
/// <summary>
... | //#define COSMOSDEBUG
using System;
using System.IO;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Bitmap class, used to represent image of the type of Bitmap. See also: <seealso cref="Image"/>.
/// </summary>
public class Bitmap : Image
{
/// <summary>
/// Create new instan... |
2da5087c6d66f589f6c5384793b08c1f56968b26 | #1696 Add id property to enable uniqueness for items in list/array | #1696 Add id property to enable uniqueness for items in list/array
| MarimerLLC/csla,JasonBock/csla,MarimerLLC/csla,JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,rockfordlhotka/csla,rockfordlhotka/csla,JasonBock/csla | Source/Csla.Blazor/ViewModel.cs | mit | 1,592,284,237 | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... | //-----------------------------------------------------------------------
// <copyright file="ViewModel.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Base type for creating your own viewmodel</summary>
//---------------... |
9aa3100ff9b67b47264376358c5e9616c5829e51 | Change to IEnumerable and add note about TabMap | Change to IEnumerable and add note about TabMap
| ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-fram... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,592,284,233 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
40956ab4353ef0fde2e2e4601ae2b12b20803b45 | Use TabContainer.AllTabItems insted of tabMap | Use TabContainer.AllTabItems insted of tabMap
| smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framewor... | osu.Framework/Graphics/UserInterface/TabControl.cs | mit | 1,592,283,773 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using JetBrains.Annotations;
using osu.Framework.Bindables;
using osu.Framew... |
fd4dd42fdb3c41974c5f2a218bafdbef82951fde | string을 받는 AppendVerse 추출 + AppendTemplateSlide 추출 | string을 받는 AppendVerse 추출 + AppendTemplateSlide 추출
| sunghwan2789/Bible2PPT | Bible2PPT/PPT/PPTManager.cs | mit | 1,592,276,140 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Bible2PPT.Bibles;
using Microsoft.Office.Core;
using Microsoft.Office.Interop.PowerPoint;
using PowerPoint = Microsoft.Office.Interop.PowerPoint;
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Bible2PPT.Bibles;
using Microsoft.Office.Core;
using PowerPoint = Microsoft.Office.Interop.PowerPoint;
namespace Bible2PPT.PPT
{
internal class... |
2865075444be32f0f612a56ba6aa2aa2d4cf8261 | https://pt.stackoverflow.com/q/457611/101 | https://pt.stackoverflow.com/q/457611/101 | maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt | CSharp/Enum/UnderlayingChar.cs | mit | 1,592,276,060 | using static System.Console;
public class Program {
public static void Main() {
WriteLine(PayCode.NotPaid.GetTypeCode());
WriteLine((int)(PayCode.NotPaid));
WriteLine((char)(PayCode.NotPaid));
Teste('A');
int x = 'B';
}
public static void Teste(int x) {}
}
public enum PayCode {
NotPaid = 'N',
Pai... | using static System.Console;
public class Program {
public static void Main() {
WriteLine(PayCode.NotPaid.GetTypeCode());
WriteLine((int)(PayCode.NotPaid));
Teste('A');
int x = 'B';
}
public static void Teste(int x) {}
}
public enum PayCode {
NotPaid = 'N',
Paid = 'P'
}
//https://pt.stackoverflow.... |
63f6f2b21d2b82a077f5a3d08fb156345cdf0985 | https://pt.stackoverflow.com/q/457611/101 | https://pt.stackoverflow.com/q/457611/101 | bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt | CSharp/Enum/UnderlayingChar.cs | mit | 1,592,275,714 | using static System.Console;
public class Program {
public static void Main() {
WriteLine(PayCode.NotPaid.GetTypeCode());
WriteLine((int)(PayCode.NotPaid));
Teste('A');
int x = 'B';
}
public static void Teste(int x) {}
}
public enum PayCode {
NotPaid = 'N',
Paid = 'P'
}
//https://pt.stackoverflow.... | using static System.Console;
public class Program {
public static void Main() {
WriteLine(PayCode.NotPaid.GetTypeCode());
WriteLine((int)(PayCode.NotPaid));
}
}
public enum PayCode {
NotPaid = 'N',
Paid = 'P'
}
//https://pt.stackoverflow.com/q/457611/101
|
675fd1413c61250c57abc0940f07be3e25219253 | Quarantine test (#22981) | Quarantine test (#22981)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Tools/dotnet-watch/test/MsBuildFileSetFactoryTest.cs | apache-2.0 | 1,592,275,713 | // 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.Linq;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
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.Linq;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.... |
7283048cfd65806a11d50ef974631161e1e9123d | Fix the protected constructor regresssion. | Fix the protected constructor regresssion.
| grumpydev/TinyIoC,grumpydev/TinyIoC | src/TinyIoC/TinyIoC.cs | mit | 1,592,275,078 | //===============================================================================
// TinyIoC
//
// An easy to use, hassle free, Inversion of Control Container for small projects
// and beginners alike.
//
// https://github.com/grumpydev/TinyIoC
//=================================================================... | //===============================================================================
// TinyIoC
//
// An easy to use, hassle free, Inversion of Control Container for small projects
// and beginners alike.
//
// https://github.com/grumpydev/TinyIoC
//=================================================================... |
efe9cd3007ffb60b59e90d8fff79dc877d768374 | AppendVerse 추출 | AppendVerse 추출
| sunghwan2789/Bible2PPT | Bible2PPT/PPT/PPTManager.cs | mit | 1,592,273,200 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Bible2PPT.Bibles;
using Microsoft.Office.Core;
using PowerPoint = Microsoft.Office.Interop.PowerPoint;
namespace Bible2PPT.PPT
{
internal class... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using Bible2PPT.Bibles;
using Microsoft.Office.Core;
using PowerPoint = Microsoft.Office.Interop.PowerPoint;
namespace Bible2PPT.PPT
{
class PPTManag... |
b6e9b5af8077cf1eb0227659c3fdb76f1b790379 | Removed duplicate comment from unit test | Removed duplicate comment from unit test
| looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen,looker-open-source/sdk-codegen | csharp/sdkrtl.Tests/TransportTests.cs | mit | 1,592,272,592 | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
using Looker.RTL;
using Xunit;
namespace sdkrtl.Tests
{
public class TransportTests
{
/**
* These tests require the local Looker server is running and ... | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Text.Json;
using System.Threading.Tasks;
using Looker.RTL;
using Xunit;
namespace sdkrtl.Tests
{
public class TransportTests
{
/**
* These tests require the local Looker server is running and ... |
36b4d5e70a1f7bce0fbe3cf8a94a00204299b52a | Added shoppinglist content check before calling refresh | Added shoppinglist content check before calling refresh
| msarilar/EDEngineer | EDEngineer/Views/Popups/SettingsExportWindow.xaml.cs | mit | 1,592,272,027 | using System;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows;
using System.Windows.Forms;
using EDEngineer.Models.Utils;
using EDEngineer.Properties;
using EDEngineer.Utils.System;
using Newtonsoft.Json;
using MessageBox = System.Windows.Forms.Me... | using System;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Windows;
using System.Windows.Forms;
using EDEngineer.Models.Utils;
using EDEngineer.Properties;
using EDEngineer.Utils.System;
using Newtonsoft.Json;
using MessageBox = System.Windows.Forms.Me... |
d4e0174e762f9825d24b204435f2031e3e06ecc6 | More helper functions for IntPoint | More helper functions for IntPoint
| MatterHackers/agg-sharp,larsbrubaker/agg-sharp | clipper_library/IntPointExtensions.cs | bsd-2-clause | 1,592,271,897 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.