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 |
|---|---|---|---|---|---|---|---|---|
a022bdd726db99c2c40fb6fd95cc479b6bd0e1ed | [ScratchDB] save less | [ScratchDB] save less
| overtools/OWLib | DataTool/ToolLogic/Extract/ExtractHeroUnlocks.cs | mit | 1,590,040,682 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using DataTool.DataModels;
using DataTool.DataModels.Hero;
usin... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using DataTool.DataModels;
using DataTool.DataModels.Hero;
usin... |
776b842fdbbabff264fd6120833be30bacd57053 | Remove unused using | Remove unused using
| peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,ppy/osu | osu.Game/Rulesets/Edit/PlacementBlueprint.cs | mit | 1,590,040,416 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Input.Events;
us... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Input.Events;
us... |
5ed0e452d1d70504be9d83ab520149b88908bcff | Make sure default meter will also be collected (#689) | Make sure default meter will also be collected (#689)
Co-authored-by: Cijo Thomas <242191b8c991f635fefc07748c2f69af50b38db4@microsoft.com>
Co-authored-by: Sergey Kanzhelev <dd2a78e617335ac05535a01af404ce3eb19c30fd@live.com> | open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet | src/OpenTelemetry/Metrics/Configuration/MeterFactory.cs | apache-2.0 | 1,590,038,324 | // <copyright file="MeterFactory.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry 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.or... | // <copyright file="MeterFactory.cs" company="OpenTelemetry Authors">
// Copyright The OpenTelemetry 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.o... |
7068945f34a22edab43fd1b27e765cbf024d4e9b | Deadlock fixed in RabbitMQQueue with using only a single lock object. | Deadlock fixed in RabbitMQQueue with using only a single lock object.
| Shuttle/shuttle-esb-rabbitmq | Shuttle.Esb.RabbitMQ/RabbitMQQueue.cs | bsd-3-clause | 1,590,036,267 | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
using Shuttle.Core.Contract;
using Shuttle.Core.Streams;
namespace Shuttle.Esb.RabbitMQ
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Threading;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
using Shuttle.Core.Contract;
using Shuttle.Core.Streams;
namespace Shuttle.Esb.RabbitMQ
... |
7775871fc64dfcabcbf0311d32f36819b977d461 | Revert "Update Battle.cs" | Revert "Update Battle.cs"
This reverts commit 65c018b1f30af2dde0e131abb3851ccdeb3ee7d5.
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/InBattle/Battle.cs | bsd-3-clause | 1,590,034,868 | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... |
65c018b1f30af2dde0e131abb3851ccdeb3ee7d5 | Update Battle.cs | Update Battle.cs
| PokemonUnity/PokemonUnity | PokemonUnity.Shared/InBattle/Battle.cs | bsd-3-clause | 1,590,034,801 | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... | using PokemonUnity;
//using PokemonUnity.Pokemon;
using PokemonUnity.Inventory;
//using PokemonUnity.Attack;
using PokemonUnity.Battle;
using PokemonUnity.Character;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using PokemonUnity.Localization;
namespace PokemonUnity.Battle
{
... |
922b793a5aed03ee2ed1db3ae668eafc90a6eda8 | Update hit object composer tests | Update hit object composer tests
| NeoAdonis/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,ppy/osu | osu.Game.Rulesets.Mania.Tests/TestSceneManiaHitObjectComposer.cs | mit | 1,590,033,875 | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Contai... | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Contai... |
499fb37cb79abb8917146cb12afc72b812bb3a8a | Prevent disposed semaphore exceptions by checking the cancellation token first | Prevent disposed semaphore exceptions by checking the cancellation token first
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools | src/Tgstation.Server.Host/Core/SemaphoreSlimContext.cs | agpl-3.0 | 1,590,033,163 | using System;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Core
{
/// <summary>
/// Async lock context helper
/// </summary>
public sealed class SemaphoreSlimContext : IDisposable
{
/// <summary>
/// Asyncronously locks a <paramref name="semaphore"/>
/// </summary>
... | using System;
using System.Threading;
using System.Threading.Tasks;
namespace Tgstation.Server.Host.Core
{
/// <summary>
/// Async lock context helper
/// </summary>
public sealed class SemaphoreSlimContext : IDisposable
{
/// <summary>
/// Asyncronously locks a <paramref name="semaphore"/>
/// </summary>
... |
3cff0b17478d04d329e1a6a30d4e8fe1b9b71fb0 | Remove obsolete members | Remove obsolete members
| ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framew... | osu.Framework/IO/Network/WebRequest.cs | mit | 1,590,032,625 | // 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.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.... | // 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.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.... |
4cd6c632759f6eb35a601ed95059ca7cdd14eafa | Update Program.cs | Update Program.cs
Modifying typographical error. | bchavez/Coinbase | Source/Examples/Program.cs | mit | 1,590,032,515 | using System;
using System.Threading.Tasks;
using Coinbase;
using Coinbase.Models;
using Flurl.Http;
using static Coinbase.HeaderNames;
namespace Examples
{
class Program
{
static async Task Main(string[] args)
{
Console.WriteLine("Hello World!");
var client = new CoinbaseClient();... | using System;
using System.Threading.Tasks;
using Coinbase;
using Coinbase.Models;
using Flurl.Http;
using static Coinbase.HeaderNames;
namespace Examples
{
class Program
{
static async Task Main(string[] args)
{
Console.WriteLine("Hello World!");
var client = new CoinbaseClient();... |
07ff107a4f1558a9f7d0e9c2959330ea82831f22 | Fix broken currency integration test. | Fix broken currency integration test.
| bchavez/Coinbase | Source/Coinbase.Tests/Integration/DataTests.cs | mit | 1,590,032,359 | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using FluentAssertions;
using Flurl.Http;
using Flurl.Http.Configuration;
using NUnit.Framework;
using Z.ExtensionMethods;
namespace Coinbase.Tests.Integration
{
public class DataTests ... | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using FluentAssertions;
using Flurl.Http;
using Flurl.Http.Configuration;
using NUnit.Framework;
using Z.ExtensionMethods;
namespace Coinbase.Tests.Integration
{
public class DataTests ... |
611c5d734c026a0abf53e72fe5daa8c89e9ef713 | Detect fiddler properly. API requires process name without .exe. | Detect fiddler properly. API requires process name without .exe.
| bchavez/Coinbase | Source/Coinbase.Tests/Integration/DataTests.cs | mit | 1,590,030,935 | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using FluentAssertions;
using Flurl.Http;
using Flurl.Http.Configuration;
using NUnit.Framework;
using Z.ExtensionMethods;
namespace Coinbase.Tests.Integration
{
public class DataTests ... | using System;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
using FluentAssertions;
using Flurl.Http;
using Flurl.Http.Configuration;
using NUnit.Framework;
using Z.ExtensionMethods;
namespace Coinbase.Tests.Integration
{
public class DataTests ... |
6d29ff092869b2e58ae983c8919bec93b2b6cc9b | Fix banana showers not using cancellation token | Fix banana showers not using cancellation token
| UselessToucan/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu | osu.Game.Rulesets.Catch/Objects/BananaShower.cs | mit | 1,590,030,782 | // 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.Threading;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects.Types;
namespace osu.Game.Rulesets.Catch.Objects
{
public class BananaSh... | // 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.Threading;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects.Types;
namespace osu.Game.Rulesets.Catch.Objects
{
public class BananaSh... |
5e370500649ed339d6af3ef2ebd89a83b5e18887 | #1635 Complete async rule on original calling thread | #1635 Complete async rule on original calling thread
| JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,MarimerLLC/csla,MarimerLLC/csla,JasonBock/csla,JasonBock/csla,rockfordlhotka/csla,rockfordlhotka/csla | Source/Csla.Shared/Rules/BusinessRules.cs | mit | 1,590,028,046 | //-----------------------------------------------------------------------
// <copyright file="BusinessRules.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Tracks the business rules for a business object.</summary>
//----... | //-----------------------------------------------------------------------
// <copyright file="BusinessRules.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>Tracks the business rules for a business object.</summary>
//----... |
3016639b4ccccb2710f4f76227601a0e1205b017 | don't adjust buffer size for maxPackageLength | don't adjust buffer size for maxPackageLength
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.Channel/PipeChannel.cs | apache-2.0 | 1,590,026,901 | using System;
using System.Buffers;
using System.Threading;
using System.Threading.Tasks;
using System.IO.Pipelines;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using Microsoft.Extensions.Logging;
using SuperSocket.ProtoBase;
[assembly: InternalsVisi... | using System;
using System.Buffers;
using System.Threading;
using System.Threading.Tasks;
using System.IO.Pipelines;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using Microsoft.Extensions.Logging;
using SuperSocket.ProtoBase;
[assembly: InternalsVisi... |
c0e68f98540303aa02932718d1d96f2bf8a94c20 | Also support taiko drum | Also support taiko drum
| peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu | osu.Game.Rulesets.Taiko/UI/InputDrum.cs | mit | 1,590,026,886 | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
u... | // 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 osuTK;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
u... |
c270225e9e513afdd0d7d902519a36b3fc9b72bb | Update MqttTopicFilterBuilder.cs | Update MqttTopicFilterBuilder.cs
Fix TopicFilterBuilder obsolete message | chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet | Source/MQTTnet/MqttTopicFilterBuilder.cs | mit | 1,590,024,907 | using MQTTnet.Exceptions;
using MQTTnet.Protocol;
using System;
namespace MQTTnet
{
[Obsolete("Use MqttTopicFilterBuilder instead. It is just a renamed version to align with general namings in this lib.")]
public class TopicFilterBuilder : MqttTopicFilterBuilder
{
}
public class MqttTopicFilterBu... | using MQTTnet.Exceptions;
using MQTTnet.Protocol;
using System;
namespace MQTTnet
{
[Obsolete("Use MqttTopicFilter instead. It is just a renamed version to align with general namings in this lib.")]
public class TopicFilterBuilder : MqttTopicFilterBuilder
{
}
public class MqttTopicFilterBuilder
... |
22b7060e63e2b98dd24ef60b6190c158e0ac63a4 | chore: Fix the license | chore: Fix the license
* yaml files should use #'s
| googleapis/doc-templates,googleapis/doc-templates | java/yaml_navtree.cs | apache-2.0 | 1,590,023,991 | # Copyright 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | <!--
Copyright 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
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software... |
df43cd75698fa9a2d97b3a0ccac6821c4e0ff78d | fix wpf integration. | fix wpf integration.
| wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzin... | src/Windows/Avalonia.Win32.Interop/Wpf/WpfTopLevelImpl.cs | mit | 1,590,021,029 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media;
using Avalonia.Controls;
using Avalonia.Controls.Embedding;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Layout;
using Avaloni... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Media;
using Avalonia.Controls.Embedding;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Layout;
using Avalonia.Platform;
using Avaloni... |
3ed6b7f22186255ab49c1f7399833460441fa6b2 | Update GroupCore.cs | Update GroupCore.cs
| dimmpixeye/Unity3dTools | Runtime/LibEcs/GroupCore.cs | mit | 1,590,020,574 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading;
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
namespace Pixeye.Actors
{
class GroupCoreComparer : IEquali... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading;
using Unity.IL2CPP.CompilerServices;
using UnityEngine;
namespace Pixeye.Actors
{
class GroupCoreComparer : IEquali... |
bd2a001a5c64b348a53c82f1fee5815daefd663b | Revert "Revert "Add String.IndexOf to well known functions (#5342)"" | Revert "Revert "Add String.IndexOf to well known functions (#5342)""
This reverts commit 40fc308d288ce6b047300c2048f2e6b283384b09.
| rainersigwald/msbuild,rainersigwald/msbuild,cdmihai/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,mono/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,mono/msbuild,cdmihai/msbuild,mono/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,sean-gilliam/ms... | src/Build/Evaluation/Expander.cs | mit | 1,590,019,835 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeA... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeA... |
e0327b2ae6b884b59b36414fc5035e460d2cefed | Add missing ThrowIfDisposed to Player. | Add missing ThrowIfDisposed to Player.
| atsushieno/nfluidsynth | NFluidsynth/Player.cs | mit | 1,590,019,749 | using System;
using NFluidsynth.Native;
namespace NFluidsynth
{
public class Player : FluidsynthObject
{
// Keep this here so the GC doesn't erase it from existence
private LibFluidsynth.handle_midi_event_func_t _handler;
public Player(Synth synth)
: base(LibFluidsynth.new... | using System;
using NFluidsynth.Native;
namespace NFluidsynth
{
public class Player : FluidsynthObject
{
// Keep this here so the GC doesn't erase it from existence
private LibFluidsynth.handle_midi_event_func_t _handler;
public Player(Synth synth)
: base(LibFluidsynth.new... |
d51a481e50902ff9e5b3e9c61582dbb83565c37f | Added three missing propertys and fixing typos | Added three missing propertys and fixing typos
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.API/Entities/NotificationOptions.cs | mit | 1,590,017,558 | using Newtonsoft.Json;
using System;
namespace ElectronNET.API.Entities
{
/// <summary>
///
/// </summary>
public class NotificationOptions
{
/// <summary>
/// A title for the notification, which will be shown at the top of the notification
/// window when it is shown.
... | using Newtonsoft.Json;
using System;
namespace ElectronNET.API.Entities
{
/// <summary>
///
/// </summary>
public class NotificationOptions
{
/// <summary>
/// A title for the notification, which will be shown at the top of the notification
/// window when it is shown
... |
dfa047c993180397ea115a4e73c5e0af6f61f728 | Use a special device xmatter if already selected (BL-8372) | Use a special device xmatter if already selected (BL-8372)
| StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,... | src/BloomExe/Book/XMatterHelper.cs | mit | 1,590,017,364 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Xml;
using Bloom.Collection;
using L10NSharp;
using SIL.Extensions;
using SIL.IO;
using SIL.Reporting;
using SIL.Xml;
namespace Bloom.Book
{
/// <summary>
/// Handles chores related to Front and Back Matter packs.
/// ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Xml;
using Bloom.Collection;
using L10NSharp;
using SIL.Extensions;
using SIL.IO;
using SIL.Reporting;
using SIL.Xml;
namespace Bloom.Book
{
/// <summary>
/// Handles chores related to Front and Back Matter packs.
/// ... |
f713bf207e3a9fb902bfa485ed29858a5a167330 | Update ProcessorUpdate.cs | Update ProcessorUpdate.cs
| dimmpixeye/Unity3dTools | Runtime/LibProcessors/ProcessorUpdate.cs | mit | 1,590,016,978 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections.Generic;
using UnityEngine;
namespace Pixeye.Actors
{
public sealed class ProcessorUpdate : MonoBehaviour, IDisposable, IKernel
{
public static ProcessorUpdate Default;
internal static List<time> times =... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections.Generic;
using UnityEngine;
namespace Pixeye.Actors
{
public sealed class ProcessorUpdate : MonoBehaviour, IDisposable, IKernel
{
public static ProcessorUpdate Default;
internal static List<time> times =... |
faa643dadb2d6d08be8c2017d535bc48ad3457e0 | fix build error | fix build error
| StanJav/language-ext,louthy/language-ext | LanguageExt.Tests/TypeClassORD.cs | mit | 1,590,016,869 | using Xunit;
using LanguageExt.TypeClasses;
using LanguageExt.ClassInstances;
using static LanguageExt.TypeClass;
using System.Threading.Tasks;
namespace LanguageExt.Tests
{
public class TypeClassORD
{
[Fact]
public void IntOrd()
{
Assert.True(lessThan<TInt, int>(10, 20));
... | using Xunit;
using LanguageExt.TypeClasses;
using LanguageExt.ClassInstances;
using static LanguageExt.TypeClass;
namespace LanguageExt.Tests
{
public class TypeClassORD
{
[Fact]
public void IntOrd()
{
Assert.True(lessThan<TInt, int>(10, 20));
Assert.False(lessT... |
76bbe3d2bc033d2481e70690379028423317bb15 | InMemoryMessageChannel. SuspendMaxCount, SuspendTimeout. | InMemoryMessageChannel. SuspendMaxCount, SuspendTimeout.
| StockSharp/StockSharp | Messages/InMemoryMessageChannel.cs | apache-2.0 | 1,590,014,807 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
2f2092a8ce0b27c8801354de495e689978d6a07a | MessageAdapter. SupportedResultMessages contains MarketData by default. | MessageAdapter. SupportedResultMessages contains MarketData by default.
| StockSharp/StockSharp | Messages/MessageAdapter.cs | apache-2.0 | 1,590,014,007 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
1dd7c36a760394610bd6cf6a3689c5eea0b31503 | Fix EditorConfig tests | Fix EditorConfig tests
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | tests/OmniSharp.Roslyn.CSharp.Tests/EditorConfigFacts.cs | mit | 1,590,013,862 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.Models;
using OmniSharp.Models.CodeFormat;
using OmniSharp.Models.Diagnostics;
using OmniSharp.Models.V2.CodeActions;
using OmniSharp.Options;
using OmniSharp.Roslyn.CSharp.Services.Formatti... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.Models;
using OmniSharp.Models.CodeFormat;
using OmniSharp.Models.Diagnostics;
using OmniSharp.Models.V2.CodeActions;
using OmniSharp.Options;
using OmniSharp.Roslyn.CSharp.Services.Formatti... |
1e36851dde2120d2dc4cffba282af55c2ed2ed79 | Timing boogaloo | Timing boogaloo
| 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-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Client/GameObjects/Components/Instruments/InstrumentComponent.cs | mit | 1,590,013,603 | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Shared.GameObjects.Components.Instruments;
using JetBrains.Annotations;
using NFluidsynth;
using Robust.Shared.GameObjects;
using Robust.Client.Audio.Midi;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.Interfaces.Timing;
usin... | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Shared.GameObjects.Components.Instruments;
using JetBrains.Annotations;
using NFluidsynth;
using Robust.Shared.GameObjects;
using Robust.Client.Audio.Midi;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.Interfaces.Timing;
usin... |
92cb4547064906db1981b3695eb4c6b9338dd19c | Add a default case | Add a default case
| 0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced | src/csharp/Intel/Iced/Intel/EncoderInternal/OpCodeFormatter.cs | mit | 1,590,013,269 | /*
Copyright (C) 2018-2019 de4dot@gmail.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distr... | /*
Copyright (C) 2018-2019 de4dot@gmail.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distr... |
2354db63063f03942a8de9604f534be6fbe3e87c | take into account the requested transparency hint when setting the fallback. | take into account the requested transparency hint when setting the fallback.
| AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,akrisiun/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Ava... | src/Avalonia.Controls/TopLevel.cs | mit | 1,590,013,130 | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Layout;
using Avalonia.Logging;
using Avalonia.LogicalTree;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Styling;
using Avalonia.Utiliti... | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Layout;
using Avalonia.Logging;
using Avalonia.LogicalTree;
using Avalonia.Media;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Styling;
using Avalonia.Utiliti... |
387761381bfd5867b984b47c2de7da80665788db | StorageHelper. Fix commit e16f3501d178ed72b157243f05cfcb2cbee1f9e6 | StorageHelper. Fix commit e16f3501d178ed72b157243f05cfcb2cbee1f9e6
| StockSharp/StockSharp | Algo/Storages/StorageHelper.cs | apache-2.0 | 1,590,012,981 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
1f031d31f235cf8c77fcf5460c44f49bdb5efefc | Various - [B] Unique Track merge (Issue #26) - Skip Bitrate and -Mode for non Vid/Aud Streams (Fixes #16) | Various
- [B] Unique Track merge (Issue #26)
- Skip Bitrate and -Mode for non Vid/Aud Streams (Fixes #16)
| DvdKhl/AVDump3,DvdKhl/AVDump3,DvdKhl/AVDump3 | AVDump3Lib/Information/InfoProvider/MediaInfoLibProvider.cs | mit | 1,590,012,746 | using AVDump3Lib.Information.MetaInfo;
using AVDump3Lib.Information.MetaInfo.Core;
using AVDump3Lib.Misc;
using ExtKnot.StringInvariants;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices... | using AVDump3Lib.Information.MetaInfo;
using AVDump3Lib.Information.MetaInfo.Core;
using AVDump3Lib.Misc;
using ExtKnot.StringInvariants;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices... |
a4743154bdec24a83f4dede6b82a75b84242facb | fix #35 :( | fix #35 :(
| Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/SFXRender/SFXRender.cs | mit | 1,590,011,251 | using System;
using System.Collections.Generic;
using UnityEngine;
public class SFXRender
{
public static void Init()
{
SFXKey.currentTexPage = 0u;
SFXKey.currentTexABR = 0u;
SFXRender.meshOrigin = new SFXMesh[SFXRender.MESH_MAX];
for (Int32 i = 0; i < (Int32)SFXRender.meshOrigin.Length; i++)
{
SFXRend... | using System;
using System.Collections.Generic;
using UnityEngine;
public class SFXRender
{
public static void Init()
{
SFXKey.currentTexPage = 0u;
SFXKey.currentTexABR = 0u;
SFXRender.meshOrigin = new SFXMesh[SFXRender.MESH_MAX];
for (Int32 i = 0; i < (Int32)SFXRender.meshOrigin.Length; i++)
{
SFXRend... |
00cf4e724ffad326a2b81cb8b77829ca1f48e15a | #116 - Added get all waifus endpoint | #116 - Added get all waifus endpoint
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Controllers/WaifuController.cs | agpl-3.0 | 1,590,011,182 | using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Services.Waifu;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class WaifuController : ControllerBase
{
pri... | using Microsoft.AspNetCore.Mvc;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class WaifuController : ControllerBase
{
}
} |
b7f07df09b44232fddb24122e2f26f4ca427f515 | ignore AspNetCoreAppEnvironmentsProvider from auto proxy creator of test proj | ignore AspNetCoreAppEnvironmentsProvider from auto proxy creator of test proj
| bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework | src/Server/Bit.Server.Test/TestEnvironmentBase.cs | mit | 1,590,010,988 | using Bit.Core;
using Bit.Core.Contracts;
using Bit.Core.Implementations;
using Bit.Core.Models;
using Bit.Owin.Implementations;
using Bit.Test.Implementations;
using Bit.Test.Server;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflect... | using Bit.Core;
using Bit.Core.Contracts;
using Bit.Core.Implementations;
using Bit.Core.Models;
using Bit.Owin.Implementations;
using Bit.Test.Implementations;
using Bit.Test.Server;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflect... |
3feb3e89defc8ecd85dafe187141a50b35b7883a | Fix comparison for nonASCII characters (BL-8505) | Fix comparison for nonASCII characters (BL-8505)
Jeffrey's eagle eyes spotted this one...
| BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,... | src/BloomExe/Publish/Epub/EpubMaker.cs | mit | 1,590,010,645 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Linq;
using Bloom.Book;
using Bloom.ToPalaso... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using System.Windows.Forms;
using System.Xml;
using System.Xml.Linq;
using Bloom.Book;
using Bloom.ToPalaso... |
7c772988af7a3eac80a4a8d670852bdcf6d96777 | Add support for webm audio files | Add support for webm audio files
| hwahrmann/taglib-sharp,mono/taglib-sharp,hwahrmann/taglib-sharp | src/TaglibSharp/Matroska/File.cs | lgpl-2.1 | 1,590,010,635 | //
// File.cs:
//
// Author:
// Julien Moutte <julien@fluendo.com>
// Sebastien Mouy <starwer@laposte.net>
//
// Copyright (C) 2011 FLUENDO S.A.
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License version
// 2.1 as published by t... | //
// File.cs:
//
// Author:
// Julien Moutte <julien@fluendo.com>
// Sebastien Mouy <starwer@laposte.net>
//
// Copyright (C) 2011 FLUENDO S.A.
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License version
// 2.1 as published by t... |
9e53f4564740f8da507f5ac641952cf8f442ae3d | #116 - Removed cors | #116 - Removed cors
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Controllers/WaifuController.cs | agpl-3.0 | 1,590,010,238 | using Microsoft.AspNetCore.Mvc;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class WaifuController : ControllerBase
{
}
} | using Microsoft.AspNetCore.Cors;
using Microsoft.AspNetCore.Mvc;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[ApiController]
[EnableCors("AllowLocal")]
public class WaifuController : ControllerBase
{
}
} |
eba2922d4b9e921c5cbf71bb456080d5da26abd4 | Fixed Error in Phaser ID in BreakerRestrike Table | Fixed Error in Phaser ID in BreakerRestrike Table
| GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA | Source/Libraries/FaultData/DataOperations/BreakerRestrikeOperation.cs | mit | 1,590,010,153 | //******************************************************************************************************
// BreakerRestrikeOperation.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements... | //******************************************************************************************************
// BreakerRestrikeOperation.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements... |
d062494cc0a8fb225500c9af929b09e8eada8796 | Fixed Breaker Restrike Detection to work properly | Fixed Breaker Restrike Detection to work properly
| GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA | Source/Libraries/FaultData/DataResources/BreakerDataResource.cs | mit | 1,590,010,130 | //******************************************************************************************************
// BreakerDataResource.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See... | //******************************************************************************************************
// BreakerDataResource.cs - Gbtc
//
// Copyright © 2019, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See... |
732ab454f0333ebdb30c04fd82583626154aa36c | Map compproxy to CompanionProxy | Map compproxy to CompanionProxy
| libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net,libimobiledevice-win32/imobiledevice-net | iMobileDevice.Generator/NameConversions.cs | lgpl-2.1 | 1,590,009,859 | // <copyright file="NameConversions.cs" company="Quamotion">
// Copyright (c) Quamotion. All rights reserved.
// </copyright>
namespace iMobileDevice.Generator
{
using System;
using System.Collections.Generic;
using System.Text;
internal static class NameConversions
{
public static string... | // <copyright file="NameConversions.cs" company="Quamotion">
// Copyright (c) Quamotion. All rights reserved.
// </copyright>
namespace iMobileDevice.Generator
{
using System;
using System.Collections.Generic;
using System.Text;
internal static class NameConversions
{
public static string... |
b818ca05d4193648b20c3c4f7e6af9ffa639cbf0 | always draw the border. | always draw the border.
| Perspex/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,Per... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,590,009,817 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Av... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Av... |
e3684ed49e8da453da702bf60ba09008dbc641e2 | sdk: LGPL-2.0 deprecated spdx | sdk: LGPL-2.0 deprecated spdx
| iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie | src/Peachpie.NET.Sdk/SpdxHelpers.cs | apache-2.0 | 1,590,009,596 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Peachpie.NET.Sdk
{
/// <summary>
/// Helper methods for resolving SPDX license expressions.
/// </summary>
public static class SpdxHelpers
{
static readonly Dictionary<string, string> s_spdx_fix... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Peachpie.NET.Sdk
{
/// <summary>
/// Helper methods for resolving SPDX license expressions.
/// </summary>
public static class SpdxHelpers
{
static readonly Dictionary<string, string> s_spdx_fix... |
00f18104e2d490009ad7637825b07c9e6d2aa7e6 | #116 - Implemented guild leaderboard endpoint | #116 - Implemented guild leaderboard endpoint
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Controllers/LeaderboardController.cs | agpl-3.0 | 1,590,009,513 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.AspNetCore.Mvc;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Users;
using SoraBot.Services.Utils;
using SoraBot.WebApi.Dtos;
namespace So... | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Users;
using SoraBot.Services.Utils;
using SoraBot.WebApi.Dtos;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class LeaderboardContro... |
1a2c8168fb805e17ab553155e26aecbc083a2759 | #116 - Delay list initialization so we dont move ANY memory! | #116 - Delay list initialization so we dont move ANY memory!
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Dtos/GuildLeaderboard.cs | agpl-3.0 | 1,590,009,485 | using System.Collections.Generic;
namespace SoraBot.WebApi.Dtos
{
public class GuildLeaderboard
{
public string AvatarUrl { get; set; }
public string GuildName { get; set; }
public List<GuildRank> Ranks { get; set; }
public List<RoleReward> RoleRewards { get; set; } = new List<... | using System.Collections.Generic;
namespace SoraBot.WebApi.Dtos
{
public class GuildLeaderboard
{
public bool Success { get; set; }
public string AvatarUrl { get; set; }
public string GuildName { get; set; }
public List<GuildRank> Ranks { get; set; } = new List<GuildRank>();
... |
37599c5a6088cc02422d0a80513b0a3481efbbc4 | Backport deadlock fix targetting .NET Framework. | Backport deadlock fix targetting .NET Framework.
| Azure/azure-storage-net | Lib/ClassLibraryCommon/Core/TimeoutStream.cs | apache-2.0 | 1,590,008,897 | //-----------------------------------------------------------------------
// <copyright file="ByteCountingStream.cs" company="Microsoft">
// Copyright 2013 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Lice... | //-----------------------------------------------------------------------
// <copyright file="ByteCountingStream.cs" company="Microsoft">
// Copyright 2013 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Lice... |
835e4eaecb02b639bddbb391e2ae159341d91f64 | IDX detection fixed (Closes #24) | IDX detection fixed (Closes #24)
| DvdKhl/AVDump3,DvdKhl/AVDump3,DvdKhl/AVDump3 | AVDump3Lib/Information/InfoProvider/FormatInfoProvider.cs | mit | 1,590,008,840 | using AVDump3Lib.Information.MetaInfo;
using AVDump3Lib.Information.MetaInfo.Core;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using ExtKnot.StringInvariants;
using static AVDump3Lib.Info... | using AVDump3Lib.Information.MetaInfo;
using AVDump3Lib.Information.MetaInfo.Core;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using ExtKnot.StringInvariants;
using static AVDump3Lib.Info... |
76f449c26bdac6515b1e83dda056a0eae6b49a73 | Fixed HttpClient lifecycle to reuse single and not instantiating every request | Fixed HttpClient lifecycle to reuse single and not instantiating every request
| PayDockDev/paydock_dotnet_sdk | netstandardSdk/Tools/ServiceHelper.cs | mit | 1,590,008,298 | using System;
using System.Threading.Tasks;
using System.Net.Http;
using Newtonsoft.Json;
using Paydock_dotnet_sdk.Tools;
namespace Paydock_dotnet_sdk.Services
{
public class ServiceHelper : IServiceHelper
{
private static readonly HttpClient httpClient;
static ServiceHelper()
{
var httpClientHandler... | using System;
using System.Threading.Tasks;
using System.Net.Http;
using Newtonsoft.Json;
using Paydock_dotnet_sdk.Tools;
namespace Paydock_dotnet_sdk.Services
{
public class ServiceHelper : IServiceHelper
{
public async Task<T> Get<T>(string endpoint, bool excludeSecretKey = false, string overrideConfigSecret... |
32f34adc432534adcddea469bc9ea7545805495e | set packet loss lower | set packet loss lower
| ShadowNoire/NadekoBot,ShadowNoire/NadekoBot | NadekoBot.Core/Modules/Music/Common/MusicPlayer.cs | mit | 1,590,008,294 | using Discord;
using Discord.Audio;
using System;
using System.Threading;
using System.Threading.Tasks;
using NLog;
using System.Linq;
using NadekoBot.Extensions;
using NadekoBot.Common.Collections;
using NadekoBot.Modules.Music.Services;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
us... | using Discord;
using Discord.Audio;
using System;
using System.Threading;
using System.Threading.Tasks;
using NLog;
using System.Linq;
using NadekoBot.Extensions;
using NadekoBot.Common.Collections;
using NadekoBot.Modules.Music.Services;
using NadekoBot.Core.Services;
using NadekoBot.Core.Services.Database.Models;
us... |
4df6c88e94f6de83857dcafb27a5a3378c788e26 | [WindowsSDK] Add helper to auto detect highest installed windows sdk instead of using hardcoded version. | [WindowsSDK] Add helper to auto detect highest installed windows sdk instead of using hardcoded version.
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake/KitsRootPaths.cs | apache-2.0 | 1,590,008,236 | // 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... |
65965c134918ad19a3fc8c0a1d703ac69b85e499 | #116 - Fix warning about modified captured variable | #116 - Fix warning about modified captured variable
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Controllers/LeaderboardController.cs | agpl-3.0 | 1,590,008,011 | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Users;
using SoraBot.Services.Utils;
using SoraBot.WebApi.Dtos;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class LeaderboardContro... | using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using SoraBot.Data.Repositories.Interfaces;
using SoraBot.Services.Users;
using SoraBot.Services.Utils;
using SoraBot.WebApi.Dtos;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class LeaderboardContro... |
24cddc85a8579910692cf84f88723bb21edb220c | Fixed HasTransparency | Fixed HasTransparency
| MatterHackers/agg-sharp,larsbrubaker/agg-sharp | agg/Image/ImageBuffer.cs | bsd-2-clause | 1,590,007,843 | using MatterHackers.Agg.Image.ThresholdFunctions;
using MatterHackers.Agg.RasterizerScanline;
using MatterHackers.VectorMath;
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// ... | using MatterHackers.Agg.Image.ThresholdFunctions;
using MatterHackers.Agg.RasterizerScanline;
using MatterHackers.VectorMath;
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// ... |
feebe5f98004d447cfcbb2c9342401e93ab0c8fb | Added tests for logging of type T. | Added tests for logging of type T.
| Matthew-Dove/ContainerExpressions | src/Tests.ContainerExpressions/Containers/TraceTests.cs | mit | 1,590,007,765 | using ContainerExpressions.Containers;
using ContainerExpressions.Expressions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Tests.ContainerExpressions.Containers
{
[TestClass]
public class TraceTests
{
p... | using ContainerExpressions.Containers;
using ContainerExpressions.Expressions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Tests.ContainerExpressions.Containers
{
[TestClass]
public class TraceTests
{
p... |
50f72b3a45b75885f2207a09d6451fbdb2ee1538 | #116 - Changed stats controller to use ActionResult | #116 - Changed stats controller to use ActionResult
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Controllers/StatsController.cs | agpl-3.0 | 1,590,007,722 | using System;
using System.Diagnostics;
using Discord.WebSocket;
using Humanizer;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Options;
using SoraBot.Data.Configurations;
using SoraBot.Services.Utils;
using SoraBot.WebApi.Dtos;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[... | using System;
using System.Diagnostics;
using Discord.WebSocket;
using Humanizer;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Options;
using SoraBot.Data.Configurations;
using SoraBot.Services.Utils;
using SoraBot.WebApi.Dtos;
namespace SoraBot.WebApi.Controllers
{
[Route("api/[controller]")]
[... |
bee129d1b5adaab3826926afb5f54c12e2d4edb4 | Revert "Add String.IndexOf to well known functions (#5342)" (#5362) | Revert "Add String.IndexOf to well known functions (#5342)" (#5362)
This reverts commit fe0b082321f3f3cb5bd64a6ccd324e24added884.
Fixes #5360. | cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,mono/msbuild,mono/msbuild,sean-gilliam/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,cdm... | src/Build/Evaluation/Expander.cs | mit | 1,590,007,621 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeA... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeA... |
b202057d1725ae2546be533aa739cc0fbfcbcea2 | rollback #35 :( | rollback #35 :(
| Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/SFXMesh/SFXMesh.cs | mit | 1,590,007,352 | using System;
using Memoria.Scripts;
using UnityEngine;
public class SFXMesh : SFXMeshBase
{
public SFXMesh()
{
_key = 0u;
_material = new Material(__shaders[0]);
_mesh = new Mesh();
_mesh.MarkDynamic();
IbIndex = new Int32[INDICES_MAX];
VbPos = new Vector3[VERTICES_MAX];
VbCol = new Color32[VERTICES_... | using System;
using Memoria.Scripts;
using UnityEngine;
public class SFXMesh : SFXMeshBase
{
public SFXMesh()
{
_key = 0u;
_material = new Material(__shaders[0]);
_mesh = new Mesh();
_mesh.MarkDynamic();
IbIndex = new Int32[INDICES_MAX];
VbPos = new Vector3[VERTICES_MAX];
VbCol = new Color32[VERTICES_... |
b3b6e50aab8ebae05f4717404cc1171d8ddde7b2 | Quarantine CanDeletedUnkeyed (#22035) | Quarantine CanDeletedUnkeyed (#22035)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/test/E2ETest/Tests/KeyTest.cs | apache-2.0 | 1,590,006,986 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Threading.Tasks;
using BasicTestApp;
using Micro... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Threading.Tasks;
using BasicTestApp;
using Micro... |
a3bd199b115507df90356f32fe505f0c20ec646d | fix for count == 0 | fix for count == 0
| Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks,Facepunch/Facepunch.Steamworks | Facepunch.Steamworks/Structs/UgcItem.cs | mit | 1,590,006,771 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Item
{
internal SteamUGCDetails_t details;
internal PublishedFileId _id;
public Ite... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Steamworks.Data;
using QueryType = Steamworks.Ugc.Query;
namespace Steamworks.Ugc
{
public struct Item
{
internal SteamUGCDetails_t details;
internal PublishedFileId _id;
public Ite... |
40e80021ce99682224ed2f9817bfc766904f9b7c | Link investigate issue to quarantine (#22038) | Link investigate issue to quarantine (#22038)
* Update UserManagerSpecificationTests.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Servers/Kestrel/test/FunctionalTests/Http2/ShutdownTests.cs | apache-2.0 | 1,590,006,710 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Security.Cry... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Security.Cry... |
a5c2f97a76d0700d3498a78041160354f7851da4 | use common const in TournamentGameBase | use common const in TournamentGameBase
| ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu | osu.Game.Tournament/TournamentGameBase.cs | mit | 1,590,005,751 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Drawing;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Fr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Drawing;
using System.IO;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Fr... |
f88f94cce35d8a1aea2aba1c376ba0af58cd5767 | fix win 10 version number check | fix win 10 version number check
| Perspex/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawsol... | src/Windows/Avalonia.Win32/WindowImpl.cs | mit | 1,590,005,475 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Av... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.InteropServices;
using Avalonia.Controls;
using Avalonia.Input;
using Avalonia.Input.Raw;
using Avalonia.Media;
using Avalonia.OpenGL;
using Avalonia.Platform;
using Avalonia.Rendering;
using Avalonia.Win32.Input;
using Av... |
48eb1fb5a6a2dd52d3b468caa929378190951a8e | #116 - Added newly implemented stats to the info command | #116 - Added newly implemented stats to the info command
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Modules/InfoModule.cs | agpl-3.0 | 1,590,005,134 | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... | using System;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Humanizer;
using Microsoft.Extensions.Options;
using SoraBot.Bot.Models;
using SoraBot.Bot.Modules.AudioModule;
using SoraBot.Bot.TypeReaders;
using SoraBot.Common.Extensions.Modules;
u... |
88bb631eea2ca3b3fa3f33b8b6987d647dfe6a44 | Update CrossProcessMutexBasedSemaphore.cs | Update CrossProcessMutexBasedSemaphore.cs
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Helpers/CrossProcessMutexBasedSemaphore.cs | apache-2.0 | 1,590,005,041 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
b4f5bd7aebf161e0c37ccd56b350965da2898e6c | #116 - Got rid of localhost cors bcs that doesn't work anymore with our scattered service architecture | #116 - Got rid of localhost cors bcs that doesn't work anymore with our scattered service architecture
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Startup.cs | agpl-3.0 | 1,590,004,417 | using System;
using System.IO;
using System.Reflection;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.OpenApi.Models;
using SoraBot.Bot.Extensions;
usin... | using System;
using System.IO;
using System.Reflection;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.OpenApi.Models;
using SoraBot.Bot.Extensions;
usin... |
e0eeacf3db065635509108df39a6d39fd2a81c17 | Changes based on PR feedback | Changes based on PR feedback
| github/VisualStudio,github/VisualStudio,github/VisualStudio | src/GitHub.TeamFoundation.14/Services/TeamExplorerServices.cs | mit | 1,590,004,156 | using System;
using System.Reactive.Linq;
using System.Threading.Tasks;
using System.ComponentModel.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using EnvDTE;
using GitHub.VisualStudio.TeamExplorer.Sync;
using Microsoft.TeamFoundati... | using System;
using System.Reactive.Linq;
using System.Threading.Tasks;
using System.ComponentModel.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using EnvDTE;
using GitHub.VisualStudio.TeamExplorer.Sync;
using Microsoft.TeamFoundati... |
3013b2bc153a7b8f8ca548119d43755402b430ab | Photo: удалить свойства Count, Items | Photo: удалить свойства Count, Items
#983
| vknet/vk | VkNet/Model/Attachments/Photo.cs | mit | 1,590,002,308 | using System;
using System.Collections.ObjectModel;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using VkNet.Utils;
namespace VkNet.Model.Attachments
{
/// <summary>
/// Фотография.
/// </summary>
/// <remarks>
/// См. описание http://vk.com/dev/photo
/// </remarks>
[Serializable]
public class Phot... | using System;
using System.Collections.ObjectModel;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using VkNet.Utils;
namespace VkNet.Model.Attachments
{
/// <summary>
/// Фотография.
/// </summary>
/// <remarks>
/// См. описание http://vk.com/dev/photo
/// </remarks>
[Serializable]
public class Phot... |
06cad7ac98932937270142b29d45ac01eebedf92 | Fix null reference if validation is aborted and add a UI message. #426 | Fix null reference if validation is aborted and add a UI message. #426
| Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager | src/SIM.Tool.Windows/UserControls/Install/Instance9Validation.xaml.cs | mit | 1,590,001,906 | using SIM.Sitecore9Installer;
using SIM.Tool.Base;
using SIM.Tool.Base.Pipelines;
using SIM.Tool.Base.Wizards;
using SIM.Tool.Windows.UserControls.Install.Validation;
using Sitecore.Diagnostics.Base;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Media;
us... | using JetBrains.Annotations;
using Newtonsoft.Json.Linq;
using SIM.IO.Real;
using SIM.Tool.Base;
using SIM.Tool.Base.Pipelines;
using SIM.Tool.Base.Wizards;
using Sitecore.Diagnostics.Base;
using SIM.Sitecore9Installer;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.... |
b7fae95389ac19e7a29497328eacf6cfaf06df34 | Added unit tests for SqlLogEventWriter. | Added unit tests for SqlLogEventWriter.
| serilog/serilog-sinks-mssqlserver,serilog/serilog-sinks-mssqlserver | test/Serilog.Sinks.MSSqlServer.Tests/Sinks/MSSqlServer/Platform/SqlLogEventWriterTests.cs | apache-2.0 | 1,590,001,570 | using System;
using System.Collections.Generic;
using Moq;
using Serilog.Events;
using Serilog.Parsing;
using Serilog.Sinks.MSSqlServer.Output;
using Serilog.Sinks.MSSqlServer.Sinks.MSSqlServer.Platform;
using Xunit;
namespace Serilog.Sinks.MSSqlServer.Tests.Sinks.MSSqlServer.Platform
{
public class SqlLogEventWr... | using System;
using System.Collections.Generic;
using Moq;
using Serilog.Events;
using Serilog.Parsing;
using Serilog.Sinks.MSSqlServer.Output;
using Serilog.Sinks.MSSqlServer.Sinks.MSSqlServer.Platform;
using Xunit;
namespace Serilog.Sinks.MSSqlServer.Tests.Sinks.MSSqlServer.Platform
{
public class SqlLogEventWr... |
25586d917cfb73875984aab93e98b3de294d8b5d | Fix end date updating on streaming services | Fix end date updating on streaming services
| MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure,MCLD/greatreadingadventure | src/GRA.Controllers/MissionControl/EventsController.cs | mit | 1,590,001,311 | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GRA.Controllers.ViewModel.MissionControl.Events;
using GRA.Controllers.ViewModel.Shared;
using GRA.Domain.Model;
using GRA.Domain.Model.Filters;
using GRA... | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GRA.Controllers.ViewModel.MissionControl.Events;
using GRA.Controllers.ViewModel.Shared;
using GRA.Domain.Model;
using GRA.Domain.Model.Filters;
using GRA... |
0f01c7a7d6a24ff8bab1046f136de36de4a93b4a | clean ExceptionLogic | clean ExceptionLogic
| signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework | Signum.Engine/Basics/ExceptionLogic.cs | mit | 1,590,000,665 | using System;
using System.Linq;
using System.Text;
using Signum.Engine.Maps;
using System.Reflection;
using Signum.Engine.DynamicQuery;
using Signum.Entities;
using Signum.Utilities;
using Signum.Entities.Basics;
using System.Threading;
using Signum.Utilities.Reflection;
using System.Collections.Generic;
... | using System;
using System.Linq;
using System.Text;
using Signum.Engine.Maps;
using System.Reflection;
using Signum.Engine.DynamicQuery;
using Signum.Entities;
using Signum.Utilities;
using Signum.Entities.Basics;
using System.Threading;
using Signum.Utilities.Reflection;
using System.Collections.Generic;
... |
ac3c5d3947416b71c0299b8b52cbaaa42980c33c | Comment: добавить поле pid | Comment: добавить поле pid
#985
| vknet/vk | VkNet/Model/Comment.cs | mit | 1,590,000,521 | using System;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using VkNet.Model.Attachments;
using VkNet.Utils;
using VkNet.Utils.JsonConverter;
namespace VkNet.Model
{
/// <summary>
/// Комментарий к записи.
/// См. описан... | using System;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using VkNet.Model.Attachments;
using VkNet.Utils;
using VkNet.Utils.JsonConverter;
namespace VkNet.Model
{
/// <summary>
/// Комментарий к записи.
/// См. описан... |
ab571636953541877c5866ef5883894b484f8ed2 | Update Logging.cs | Update Logging.cs
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/NLog/Logging.cs | apache-2.0 | 1,590,000,193 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
0ada485d14c6c721f24578e7aabffd2018b01b4e | Added UNICODE_STRING.ToString() overload | Added UNICODE_STRING.ToString() overload
| dahall/vanara | PInvoke/NTDll/NTDll.cs | mit | 1,589,999,197 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using Vanara.Extensions;
using Vanara.Extensions.Reflection;
using Vanara.InteropServices;
using static Vanara.PInvoke.Kernel32;
namespace Vanara.PInvoke
{
/// <summary>Platfor... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using Vanara.Extensions;
using Vanara.Extensions.Reflection;
using Vanara.InteropServices;
using static Vanara.PInvoke.Kernel32;
namespace Vanara.PInvoke
{
/// <summary>Platfor... |
fb9010516546a056c203b8a936502e2d234dd925 | Added SafeGuidPtr for instances where GUID is optional. | Added SafeGuidPtr for instances where GUID is optional.
| dahall/vanara | Core/InteropServices/StrPtr.cs | mit | 1,589,999,155 | using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using Vanara.Extensions;
namespace Vanara.InteropServices
{
/// <summary>The StrPtr structure represents a LPTSTR.</summary>
[StructLayout(LayoutKind.Sequential), DebuggerDisplay("{ptr}, {ToString()}")]
public struct StrPtrAuto
{
priv... | using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using Vanara.Extensions;
namespace Vanara.InteropServices
{
/// <summary>The StrPtr structure represents a LPTSTR.</summary>
[StructLayout(LayoutKind.Sequential), DebuggerDisplay("{ptr}, {ToString()}")]
public struct StrPtrAuto
{
priv... |
b3096789019620206dda435db2f7458b468d62a8 | Fixed sizing to include enums | Fixed sizing to include enums
| dahall/vanara | Core/InteropServices/SafeMemStruct.cs | mit | 1,589,999,119 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.PInvoke;
#if ALLOWSPAN
using System.Buffers;
#endif
namespace Vanara.InteropServices
{
/// <summary>Base abstract class for a structure handler based on ... | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using Vanara.Extensions;
using Vanara.PInvoke;
#if ALLOWSPAN
using System.Buffers;
#endif
namespace Vanara.InteropServices
{
/// <summary>Base abstract class for a structure handler based on ... |
281aab4f06627ef85da5c9a9ceddb8eb00bf55d5 | BasketMessageAdapter. Store order replace transaction ids. | BasketMessageAdapter. Store order replace transaction ids.
| StockSharp/StockSharp | Algo/BasketMessageAdapter.cs | apache-2.0 | 1,589,998,228 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
e8b314478951518fef53e76cd7f7a9f6bc0a9214 | chart #107: display correct chart element title in legend | chart #107: display correct chart element title in legend
| StockSharp/StockSharp | Samples/Chart/SampleChart/MainWindow.xaml.cs | apache-2.0 | 1,589,996,192 | namespace SampleChart
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using DevExpress.Xpf.Core;
using DXTheme = DevExpres... | namespace SampleChart
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using DevExpress.Xpf.Core;
using DXTheme = DevExpres... |
0c8e47d5728d535ee0309b1cbda39854bc2232e4 | Update OneToOneAssociationSpec.cs | Update OneToOneAssociationSpec.cs
| NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Core/NakedObjects.Core/Spec/OneToOneAssociationSpec.cs | apache-2.0 | 1,589,995,699 | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requir... | // Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT
// 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 requir... |
aa2c16fe49f55bcccfa5cc1daa0f912f3d3fb888 | Add signature_request/remove and fix template/add_user (#85) | Add signature_request/remove and fix template/add_user (#85)
* Add signature_request/remove and fix template/add_user
* Adding more clear summary for signature_request/remove
Co-authored-by: Durgesh <6aafd1b807ff411b3a2dd3bcba42fb954d2a1c33@durgeshpatel-mbp.corp.dropbox.com> | HelloFax/hellosign-dotnet-sdk | src/HelloSign/HelloSign.cs | mit | 1,589,995,438 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Diagnostics;
using System.Linq;
using RestSharp;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace HelloSign
{
internal class Tools
{
/// <summary>
/// UTC DateTime instance for the... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Diagnostics;
using System.Linq;
using RestSharp;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace HelloSign
{
internal class Tools
{
/// <summary>
/// UTC DateTime instance for the... |
e7477a3dd5e95df0d64d53c55ad2c423fbdd2796 | fixed exception if no alarm times are set (fixes #1079) | fixed exception if no alarm times are set (fixes #1079)
| cadon/ARKStatsExtractor | ARKBreedingStats/TimerControl.cs | mit | 1,589,995,085 | using ARKBreedingStats.Library;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Media;
using System.Speech.Synthesis;
using System.Windows.Forms;
namespace ARKBreedingStats
{
public partial class TimerControl : UserControl
{
privat... | using ARKBreedingStats.Library;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Media;
using System.Speech.Synthesis;
using System.Windows.Forms;
namespace ARKBreedingStats
{
public partial class TimerControl : UserControl
{
privat... |
8a7016ac5c7bbac393d130e138044d02831d94d1 | Fix for overlap option in IntervalsBetween. Also added an option to allow singularities. | Fix for overlap option in IntervalsBetween.
Also added an option to allow singularities.
modified: Nucleus/Nucleus/Maths/IntInterval.cs
| pnjeffries/freebuild,pnjeffries/Nucleus | Nucleus/Nucleus/Maths/IntInterval.cs | mit | 1,589,994,950 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Nucleus.Maths
{
/// <summary>
/// A numeric interval between two integers
/// </summary>
[Serializable]
public struct IntInterval
{
#region Fields
/// ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Nucleus.Maths
{
/// <summary>
/// A numeric interval between two integers
/// </summary>
[Serializable]
public struct IntInterval
{
#region Fields
/// ... |
1c9a13205df679bd81c05cd63b3b0646bda67c27 | Unit test changes | Unit test changes
| sjh37/efreversepoco | Generator.Tests.Unit/SingleDatabaseReverseEngineerTests.cs | apache-2.0 | 1,589,994,810 | using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Diagnostics;
using System.IO;
using Efrpg;
using Efrpg.FileManagement;
using Efrpg.Filtering;
using Efrpg.Generators;
using Efrpg.Pluralization;
using Efrpg.Templates;
using NUnit.Framework;
namespace Generator.Tests.Unit
{
[Te... | using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Diagnostics;
using System.IO;
using Efrpg;
using Efrpg.FileManagement;
using Efrpg.Filtering;
using Efrpg.Generators;
using Efrpg.Pluralization;
using Efrpg.Templates;
using NUnit.Framework;
namespace Generator.Tests.Unit
{
[Te... |
a47dffefc8d6fdb29142867d703141dd9c957d0f | Update UserManagerSpecificationTests.cs | Update UserManagerSpecificationTests.cs | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Identity/Specification.Tests/src/UserManagerSpecificationTests.cs | apache-2.0 | 1,589,994,437 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Security.Claims;
using System.Threading.T... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Security.Claims;
using System.Threading.T... |
8c250ae83e8794c10f75fbf800b3b3681e50e0c6 | Add ConfigurationProfile paramter to electronize start command | Add ConfigurationProfile paramter to electronize start command
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.CLI/Commands/StartElectronCommand.cs | mit | 1,589,993,978 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using ElectronNET.CLI.Commands.Actions;
namespace ElectronNET.CLI.Commands
{
public class StartElectronCommand : ICommand
{
public const string COMMAN... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using ElectronNET.CLI.Commands.Actions;
namespace ElectronNET.CLI.Commands
{
public class StartElectronCommand : ICommand
{
public const string COMMAN... |
f7ad515a35dcd1af90830b7d9591044d2a5ce35d | Added Spanish | Added Spanish | Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox | Wox.Core/Resource/AvailableLanguages.cs | mit | 1,589,993,942 | using System.Collections.Generic;
namespace Wox.Core.Resource
{
internal static class AvailableLanguages
{
public static Language English = new Language("en", "English");
public static Language Chinese = new Language("zh-cn", "中文");
public static Language Chinese_TW = new Language("zh-t... | using System.Collections.Generic;
namespace Wox.Core.Resource
{
internal static class AvailableLanguages
{
public static Language English = new Language("en", "English");
public static Language Chinese = new Language("zh-cn", "中文");
public static Language Chinese_TW = new Language("zh-t... |
f85307144b5ad195171c9e90ef35ad91f1be7f3f | Next release is Galileo. | Next release is Galileo.
| pleroy/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia | ksp_plugin_adapter/main_window.cs | mit | 1,589,993,912 | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Galileo";
private const int next_release_lunation_number_ = 253;
private readonly DateTimeOffs... | using System;
namespace principia {
namespace ksp_plugin_adapter {
internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Fuchs";
private const int next_release_lunation_number_ = 252;
private readonly DateTimeOffset... |
a5543bfe606af66a54fd91b3cffa500618f6bed4 | Typo in summary | Typo in summary
| ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET | ElectronNET.API/NativeTheme.cs | mit | 1,589,993,911 | using System;
using System.Threading.Tasks;
using ElectronNET.API.Entities;
using ElectronNET.API.Extensions;
namespace ElectronNET.API
{
/// <summary>
/// Read and respond to changes in Chromium's native color theme.
/// </summary>
public sealed class NativeTheme
{
private static NativeTh... | using System;
using System.Threading.Tasks;
using ElectronNET.API.Entities;
using ElectronNET.API.Extensions;
namespace ElectronNET.API
{
/// <summary>
/// Read and respond to changes in Chromium's native color theme.
/// </summary>
public sealed class NativeTheme
{
private static NativeTh... |
c486a4bebb850dc42d7af2d4e0a46651000e2cae | Re-use the dotnet-new lock during template package installation (#22007) | Re-use the dotnet-new lock during template package installation (#22007)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/Shared/TemplatePackageInstaller.cs | apache-2.0 | 1,589,993,788 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.AspNe... | // 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.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Task... |
482562c5731912a8fc186017e2c45381ba55ec79 | Fix misplaced param documentation comment (#453) | Fix misplaced param documentation comment (#453)
| JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET | SpotifyAPI.Web/SpotifyWebAPI.cs | mit | 1,589,992,827 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SpotifyAPI.Web.Enums;
using SpotifyAPI.Web.Models;
namespace SpotifyAPI.Web
{
// ReSharper disable once InconsistentNamin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SpotifyAPI.Web.Enums;
using SpotifyAPI.Web.Models;
namespace SpotifyAPI.Web
{
// ReSharper disable once InconsistentNamin... |
a9ab0344711ffdc803e5f93bf2437a08a71cec19 | Fix bug that causes exception after title changed (BL-8472, BL-8487) | Fix bug that causes exception after title changed (BL-8472, BL-8487)
Just added back some code that was in 4.7 that got deleted during a rewrite of a class in 4.8. | gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,... | src/BloomExe/Edit/WebThumbNailList.cs | mit | 1,589,992,472 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml;
using Bloom.Book;
using Bloom.Api;
us... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Linq;
using System.Runtime.InteropServices;
using System.Xml;
using Bloom.Book;
using Bloom.Api;
us... |
8360a562635f7945cd1ac683339da8834b008a85 | NewsMessage. Attachments | NewsMessage. Attachments
| StockSharp/StockSharp | Messages/NewsMessage.cs | apache-2.0 | 1,589,992,245 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
fde0b4cb888dca5d492d6ede8f6d7e998cd1c76d | Add demo text for ShaderLab colour scheme page | Add demo text for ShaderLab colour scheme page
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/ShaderLab/Daemon/Stages/ShaderLabHighlightingAttributeIds.cs | apache-2.0 | 1,589,991,783 | using JetBrains.ReSharper.Feature.Services.Daemon.Attributes;
using JetBrains.ReSharper.Plugins.Unity.ShaderLab.Psi;
using JetBrains.TextControl.DocumentMarkup;
namespace JetBrains.ReSharper.Plugins.Unity.ShaderLab.Daemon.Stages
{
// Highlighters define the look of a highlighting. They belong to a group, which is ... | using JetBrains.ReSharper.Feature.Services.Daemon.Attributes;
using JetBrains.ReSharper.Plugins.Unity.ShaderLab.Psi;
using JetBrains.TextControl.DocumentMarkup;
namespace JetBrains.ReSharper.Plugins.Unity.ShaderLab.Daemon.Stages
{
// Highlighters define the look of a highlighting. They belong to a group, which is ... |
bd72b1348fee53b212fdfdfd2a4f4839d3e7d88b | Fix bullet point size and position | Fix bullet point size and position
A bullet point's size and position should be determined by line height
instead of node height, considering multi-line text.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Control/Label.cs | agpl-3.0 | 1,589,990,819 | using ImGui.Rendering;
using ImGui.Style;
namespace ImGui
{
public partial class GUI
{
/// <summary>
/// Create a label.
/// </summary>
/// <param name="rect">position and size</param>
/// <param name="text">text to display</param>
public static void... | using ImGui.Rendering;
using ImGui.Style;
namespace ImGui
{
public partial class GUI
{
/// <summary>
/// Create a label.
/// </summary>
/// <param name="rect">position and size</param>
/// <param name="text">text to display</param>
public static void... |
460d5ee0101dd5d9de89c0338cd2a599e33f1501 | AggregateException | AggregateException
| signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework | Signum.Engine/Basics/ExceptionLogic.cs | mit | 1,589,990,441 | using System;
using System.Linq;
using System.Text;
using Signum.Engine.Maps;
using System.Reflection;
using Signum.Engine.DynamicQuery;
using Signum.Entities;
using Signum.Utilities;
using Signum.Entities.Basics;
using System.Threading;
using Signum.Utilities.Reflection;
using System.Collections.Generic;
... | using System;
using System.Linq;
using System.Text;
using Signum.Engine.Maps;
using System.Reflection;
using Signum.Engine.DynamicQuery;
using Signum.Entities;
using Signum.Utilities;
using Signum.Entities.Basics;
using System.Threading;
using Signum.Utilities.Reflection;
namespace Signum.Engine.Basics
{
... |
1c7ec202c6dda75434cdb7134ecfa399d32e57bb | Fixed a minor typo. | Fixed a minor typo.
| awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,a... | dotnet/example_code_legacy/Pinpoint/pinpoint_send_email_smtp.cs | apache-2.0 | 1,589,990,337 | /**
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* This file is licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License. A copy of
* the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* T... | /**
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* This file is licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License. A copy of
* the License is located at
*
* http://aws.amazon.com/apache2.0/
*
* T... |
04950a89e45bdc9b09b51ff42251a39156d956be | dotnet: Fix Sat tests | dotnet: Fix Sat tests
| or-tools/or-tools,or-tools/or-tools,or-tools/or-tools,google/or-tools,or-tools/or-tools,google/or-tools,google/or-tools,google/or-tools,google/or-tools,or-tools/or-tools,google/or-tools,or-tools/or-tools | examples/tests/SatSolverTests.cs | apache-2.0 | 1,589,990,323 | using System;
using System.Collections.Generic;
using Xunit;
using Google.OrTools.Sat;
namespace Google.OrTools.Tests {
public class SatSolverTest {
static IntegerVariableProto NewIntegerVariable(long lb, long ub) {
IntegerVariableProto var = new IntegerVariableProto();
var.Domain.Add(lb);
var.... | using System;
using System.Collections.Generic;
using Xunit;
using Google.OrTools.Sat;
namespace Google.OrTools.Tests {
public class SatSolverTest {
static IntegerVariableProto NewIntegerVariable(long lb, long ub) {
IntegerVariableProto var = new IntegerVariableProto();
var.Domain.Add(lb);
var.... |
9de674043810014f5b030cb913781fc2f88296b9 | Fixes Typo OptionContract.Style | Fixes Typo OptionContract.Style | StefanoRaggi/Lean,QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,jameschch/Lean | Common/Data/Market/OptionContract.cs | apache-2.0 | 1,589,990,225 | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of... |
8fe9314ec2d989a7bcef331b870b3c9ebf9c7d81 | Fix addonspath for release, catch and log exceptions | Fix addonspath for release, catch and log exceptions
| kokolihapihvi/RockSniffer,kokolihapihvi/RockSniffer | RockSniffer/Addons/AddonServiceListener.cs | mit | 1,589,989,445 | using Newtonsoft.Json;
using RockSniffer.Addons.Storage;
using RockSniffer.Configuration;
using RockSnifferLib.Events;
using RockSnifferLib.Logging;
using RockSnifferLib.RSHelpers;
using RockSnifferLib.Sniffing;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.... | using Newtonsoft.Json;
using RockSniffer.Addons.Storage;
using RockSniffer.Configuration;
using RockSnifferLib.Events;
using RockSnifferLib.Logging;
using RockSnifferLib.RSHelpers;
using RockSnifferLib.Sniffing;
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.