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
cecce99c954be7b7cccd467403ae58500ae171d8
SystemDialogs call the correct cocreateinstance overload.
SystemDialogs call the correct cocreateinstance overload.
grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,Supe...
src/Windows/Avalonia.Win32/SystemDialogImpl.cs
mit
1,588,265,051
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Win32.Interop; namespace Avalonia.Win32 { class SystemDialogImpl : ISystemDialogImpl { privat...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; using Avalonia.Controls; using Avalonia.Controls.Platform; using Avalonia.Win32.Interop; namespace Avalonia.Win32 { class SystemDialogImpl : ISystemDialogImpl { privat...
bcd2ecc7c79eea7114718b2fd2b3af75b4611655
FindAdapter fix.
FindAdapter fix.
StockSharp/StockSharp
Messages/Extensions.cs
apache-2.0
1,588,265,030
#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...
ecd4cd7bbf4a8eeecd3815c772fddda6fdbb3dc5
Add CoCreateInstance overload that gives intptr.
Add CoCreateInstance overload that gives intptr.
SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,wieslaw...
src/Windows/Avalonia.Win32/Interop/UnmanagedMethods.cs
mit
1,588,264,991
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Text; // ReSharper disable InconsistentNaming #pragma warning disable 169, 649 namespace Avalonia.Win32.Interop { [SuppressM...
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Text; // ReSharper disable InconsistentNaming #pragma warning disable 169, 649 namespace Avalonia.Win32.Interop { [SuppressM...
1ce8f4f6bad28ac2e523e6b6a097bd040cbbbb6c
use helper methods GetStyle / SetStyle.
use helper methods GetStyle / SetStyle.
Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,grokys/Perspex...
src/Windows/Avalonia.Win32/WindowImpl.cs
mit
1,588,264,845
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.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Avalonia.Win32.Interop; ...
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.OpenGL; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.Win32.Input; using Avalonia.Win32.Interop; ...
26ad865589f7b8ac83d0b34fc5e209e023a50302
Add Guids for TaskBarList interop.
Add Guids for TaskBarList interop.
akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Sup...
src/Windows/Avalonia.Win32/Interop/UnmanagedMethods.cs
mit
1,588,264,796
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Text; // ReSharper disable InconsistentNaming #pragma warning disable 169, 649 namespace Avalonia.Win32.Interop { [SuppressM...
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Text; // ReSharper disable InconsistentNaming #pragma warning disable 169, 649 namespace Avalonia.Win32.Interop { [SuppressM...
b38e4e4316d074045018d9814b69ebba258e5ede
Expose LocalClientSecuritySettings.DetectReplays
Expose LocalClientSecuritySettings.DetectReplays
dotnet/wcf,mconnew/wcf,mconnew/wcf,mconnew/wcf,mconnew/wcf,imcarolwang/wcf,imcarolwang/wcf,imcarolwang/wcf,dotnet/wcf,dotnet/wcf,dotnet/wcf,imcarolwang/wcf
src/System.ServiceModel.Security/ref/System.ServiceModel.Security.cs
mit
1,588,263,972
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // ------------------------------------------------------------------------------ // Changes to this file must follow the http://aka.ms/api-review process. // ----------...
0e740c340647941b8752d8207641fda9f8ae2296
#44: Add computed property support to query-features
#44: Add computed property support to query-features
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/QueryFeaturesCommand.cs
lgpl-2.1
1,588,263,629
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
87a0c535666d2261da205cf89413a2f3f7567181
Optimization (double buffering)
Optimization (double buffering)
tigrouind/LifeDISA,tigrouind/LifeDISA
MemoryViewer/MemoryViewer/Program.cs
mit
1,588,263,287
using System; using System.Diagnostics; using System.Linq; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 240; int winx = GetArgument(args, "-screen-width") ?? 320; int winy = GetArgument(args, "-scre...
using System; using System.Diagnostics; using System.Linq; using SDL2; using Shared; namespace MemoryViewer { class Program { public static int Main(string[] args) { const int RESX = 320; const int RESY = 240; int winx = GetArgument(args, "-screen-width") ?? 320; int winy = GetArgument(args, "-scre...
2880ad8ba8c26326d4b8b42409d6cdc8e84c68e4
sdk: remove duplicities from classmap
sdk: remove duplicities from classmap
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept
src/Peachpie.NET.Sdk/BuildTask.cs
apache-2.0
1,588,262,875
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Pchp.CodeAnalysis.CommandLine; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// C...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Threading; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Pchp.CodeAnalysis.CommandLine; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Compilation task. ...
63cbd6d7a32bdb76e9fe6cee4fe52daae65f00e5
sdk: compiler arg "/autoload:classmap,<file path>"
sdk: compiler arg "/autoload:classmap,<file path>"
iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie
src/Peachpie.NET.Sdk/BuildTask.cs
apache-2.0
1,588,262,727
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Threading; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Pchp.CodeAnalysis.CommandLine; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Compilation task. ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; using System.Threading; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Pchp.CodeAnalysis.CommandLine; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Compilation task. ...
3a505689df66f088cd13b8345c19166241502fbf
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,588,262,637
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
072d80b56f45f88d66e4ead154d980d6fa3af867
Setup database data for RelationsTests
Setup database data for RelationsTests
Backendless/.NET-SDK,Backendless/.NET-SDK
Projects/TestProject/RelationsTests.cs
apache-2.0
1,588,262,235
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace TestProject { public class Area { public int UserId{ get; set; } public string AreaA { get...
using Microsoft.VisualStudio.TestTools.UnitTesting; using BackendlessAPI; using BackendlessAPI.Persistence; using System; using System.Collections.Generic; using System.Linq; using BackendlessAPI.Async; namespace TestProject { public class Area { public int UserId{ get; set; } public string AreaA { get...
78b9959975b590c2781ee71fb73851c91b5a9dd5
Fix Japanese missing space key
Fix Japanese missing space key
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.Wpf/Experimental/WpfIMEKeyboardHandler.cs
bsd-3-clause
1,588,261,826
// Copyright © 2018 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.Collections.Generic; using System.Windows; using System.Windows.Input; using System.Windows.Interop; using CefSharp.Internals...
// Copyright © 2018 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.Collections.Generic; using System.Windows; using System.Windows.Input; using System.Windows.Interop; using CefSharp.Internals...
0a5528afa0215642f7ea43407142b91ae40e3b2e
sdk: composer autoload classmap
sdk: composer autoload classmap
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie
src/Peachpie.NET.Sdk/ComposerTask.cs
apache-2.0
1,588,261,660
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using Devsense.PHP.Syntax; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peach...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using Devsense.PHP.Syntax; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peach...
f16f5713a9a8436651e798f1f32b17cb13acea45
Call obsolete method for compatibility.
Call obsolete method for compatibility.
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avaloni...
src/Avalonia.Controls/Primitives/TemplatedControl.cs
mit
1,588,261,618
using System; using Avalonia.Controls.Templates; using Avalonia.Interactivity; using Avalonia.Logging; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Styling; using Avalonia.VisualTree; namespace Avalonia.Controls.Primitives { /// <summary> /// A lookless control whose visual appearance is de...
using System; using Avalonia.Controls.Templates; using Avalonia.Interactivity; using Avalonia.Logging; using Avalonia.LogicalTree; using Avalonia.Media; using Avalonia.Styling; using Avalonia.VisualTree; namespace Avalonia.Controls.Primitives { /// <summary> /// A lookless control whose visual appearance is de...
ca8439727492dbed3faf3018a7a94f5922207389
DotVVM compiler compilation error fixed - added todo
DotVVM compiler compilation error fixed - added todo
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Compiler/Initialization/ConfigurationSerialization.cs
apache-2.0
1,588,261,531
using DotVVM.Compiler.Fakes; using DotVVM.Compiler.Programs; namespace DotVVM.Compiler.Initialization { internal class ConfigurationSerialization { public static void PreInit() { var converter = new OfflineResourceRepositoryJsonConverter(); //TODO: verify whether this in...
using DotVVM.Compiler.Fakes; using DotVVM.Compiler.Programs; namespace DotVVM.Compiler.Initialization { internal class ConfigurationSerialization { public static void PreInit() { var converter = new OfflineResourceRepositoryJsonConverter(); converter.GetResourceTypeNames...
3462613f49c4c22ad9f769ceb85d624c6094d184
Do not request local hosts or ip addresses
Do not request local hosts or ip addresses
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Icons/Services/IconFetchingService.cs
agpl-3.0
1,588,261,290
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
77d6aaae78e4f9ddcb056e17d95a51e3b428d112
Improve save performance
Improve save performance
JeremyAnsel/JeremyAnsel.Media.An8
JeremyAnsel.Media.An8/JeremyAnsel.Media.An8/Tokenizer.cs
mit
1,588,261,196
// <copyright file="Tokenizer.cs" company="Jérémy Ansel"> // Copyright (c) 2015, 2019 Jérémy Ansel // </copyright> // <license> // Licensed under the MIT license. See LICENSE.txt // </license> namespace JeremyAnsel.Media.An8 { using System; using System.Collections.Generic; using System.Diagnostics.CodeAn...
// <copyright file="Tokenizer.cs" company="Jérémy Ansel"> // Copyright (c) 2015, 2019 Jérémy Ansel // </copyright> // <license> // Licensed under the MIT license. See LICENSE.txt // </license> namespace JeremyAnsel.Media.An8 { using System; using System.Collections.Generic; using System.Diagnostics.CodeAn...
180e4659a1972a0a89e9570d7de861c405a031ad
Adding note on index providers
Adding note on index providers
Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module
Indexes/PersonPartIndex.cs
bsd-3-clause
1,588,260,884
using Lombiq.TrainingDemo.Models; using OrchardCore.ContentManagement; using System; using YesSql.Indexes; namespace Lombiq.TrainingDemo.Indexes { // This is also very similar to the one we've seen in BookIndex.cs. The difference is that we have ContentItems // now instead of simple objects. publi...
using Lombiq.TrainingDemo.Models; using OrchardCore.ContentManagement; using System; using YesSql.Indexes; namespace Lombiq.TrainingDemo.Indexes { // This is also very similar to the one we've seen in BookIndex.cs. The difference is that we have ContentItems // now instead of simple objects. publi...
33a3f329d7b36e2859c7bc5420f64b0e0e3a128a
Change order of methods.
Change order of methods.
PenguinF/sandra-three
Sandra.Chess/Pgn/PgnParser.cs
apache-2.0
1,588,260,820
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
#region License /********************************************************************************* * PgnParser.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
6708a437f5610c3e7457035e95c07f7499956cba
Update TestController.cs
Update TestController.cs
hikalkan/samples,hikalkan/samples,hikalkan/samples,hikalkan/samples
DictionaryBindingError/DictionaryBindingError/Controllers/TestController.cs
mit
1,588,260,721
using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc; namespace DictionaryBindingError.Controllers { [Route("test")] public class TestController : Controller { //Request example: http://localhost:56820/test/test1?dict[2]=B&dict[5]=E [Route("test1")] p...
using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc; namespace DictionaryBindingError.Controllers { [Route("test")] public class TestController : Controller { //Request example: http://localhost:56820/test/test1?dict[2]=B&dict[5]=E [Route("test1")] p...
68901437ba1074e3bf1bc6f300f7973bf61b0f1d
only fetch icons from http(s) with default ports
only fetch icons from http(s) with default ports
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Icons/Services/IconFetchingService.cs
agpl-3.0
1,588,260,220
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Bit.Icons.Models; using Microsoft.Extensions.Logging; using System.Text.RegularExpressions; using System.Text; using AngleSharp.Html.Parser; namespace Bit.Ic...
80e3f3eea2747d99bbc464a80f18e6d392d2b7ab
audio visualizer layer tweaks
audio visualizer layer tweaks
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/EqualizerLayerHandler.cs
mit
1,588,260,073
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using NAudio.CoreAudioApi; using NAudio.Dsp; using NAudio.Wave; using NAudio.Wave.SampleProviders; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Draw...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using NAudio.CoreAudioApi; using NAudio.Dsp; using NAudio.Wave; using NAudio.Wave.SampleProviders; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Draw...
d1e4614a3855e1137a8dc6326c54570bee8b689b
Added ComboBox.PopupClosedOverride.
Added ComboBox.PopupClosedOverride. To control whether the event that caused the popup to close is swallowed or passed through. For now just implemented on `ComboBox` - we may want to implement it in future on all controls that display popups if this is something that proves generally useful. Fixes #3845.
wieslawsoltes/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,w...
src/Avalonia.Controls/ComboBox.cs
mit
1,588,259,598
using System; using System.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.LogicalTree; using Avalonia.Media; using Aval...
using System; using System.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.LogicalTree; using Avalonia.Media; using Aval...
0b8ab62f563d68f11fd9cb5f7ee6dc0bc51520e9
407: content offset
407: content offset
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/0_CustomRenderElements/CustomRenderElements.cs
bsd-2-clause
1,588,259,119
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using System.Collections.Generic; using LayoutFarm.RenderBoxes; namespace LayoutFarm.CustomWidgets { public class CustomRenderBox : RenderBoxBase { //LIMITATION: //these are NOT CSS borders/margins/paddings*** //we use pix...
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using System.Collections.Generic; using LayoutFarm.RenderBoxes; namespace LayoutFarm.CustomWidgets { public class CustomRenderBox : RenderBoxBase { //LIMITATION: //these are NOT CSS borders/margins/paddings*** //we u...
828d31432d7377c6558aabdde4b1e24717944c00
Add `IEnumerable<double> Samples` to `ISampleMonitor` (#31)
Add `IEnumerable<double> Samples` to `ISampleMonitor` (#31) The field `IEnumerable<double> Samples` is already present on `SampleMonitor`, but it's missing from `ISampleMonitor`, which requires a (potentially dangerous) cast. To make the cast unnecessary, add it to the interface.
stuarthillary/SimSharp,abeham/SimSharp
src/SimSharp/Analysis/IMonitor.cs
mit
1,588,258,852
#region License Information /* * This file is part of SimSharp which is licensed under the MIT license. * See the LICENSE file in the project root for more information. */ #endregion using System; using System.Collections.Generic; namespace SimSharp { public interface IMonitor { bool Active { get; set; } ...
#region License Information /* * This file is part of SimSharp which is licensed under the MIT license. * See the LICENSE file in the project root for more information. */ #endregion using System; namespace SimSharp { public interface IMonitor { bool Active { get; set; } string Name { get; } string...
f3f4537c584472908e7a583e0d339b604cf164d1
Removed test settings
Removed test settings
JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,robertjf/Umbraco-CMS,KevinJump/Umbraco-CMS,Kevi...
src/Umbraco.Web/Security/AppBuilderExtensions.cs
mit
1,588,258,219
using System; using System.Threading; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging.Abstractions; using Microsoft.Owin; using Microsoft.Owin.Extensions; using Microsoft.Owin.Logging; using Microsoft.Owin.Security; using Microsoft.Owin.Security.Cookies; using Microsoft.Owin.Security.DataHandle...
using System; using System.Threading; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging.Abstractions; using Microsoft.Owin; using Microsoft.Owin.Extensions; using Microsoft.Owin.Logging; using Microsoft.Owin.Security; using Microsoft.Owin.Security.Cookies; using Microsoft.Owin.Security.DataHandle...
4ee9700f08d61625ebc1615129b27d462c3e053a
Set initial size when showing Window as dialog.
Set initial size when showing Window as dialog. Fixes #3843.
AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,...
src/Avalonia.Controls/Window.cs
mit
1,588,257,953
using System; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Controls.Platform; using Avalonia.Data; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Styling;...
using System; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Controls.Platform; using Avalonia.Data; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; using Avalonia.Styling;...
dc75bf512a8122cb6c2b168231979e6584da2b4a
Run sizing tests with both Show and ShowDialog.
Run sizing tests with both Show and ShowDialog. One test now failing with `ShowDialog` due to #3843.
Perspex/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wiesl...
tests/Avalonia.Controls.UnitTests/WindowTests.cs
mit
1,588,257,745
using System; using System.Collections.Generic; using System.Threading.Tasks; using Avalonia.Layout; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class WindowTests { [Fact] public void Setting...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Avalonia.Layout; using Avalonia.Platform; using Avalonia.Rendering; using Avalonia.UnitTests; using Moq; using Xunit; namespace Avalonia.Controls.UnitTests { public class WindowTests { [Fact] public void Setting...
be070265cdd291455f69f7d45880e9bca00d4db1
query result async
query result async
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/ViewModel/MainViewModel.cs
mit
1,588,257,549
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Collections.Concurrent; using NHotkey; using NHotkey.Wpf; using NLog; using Wox...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using System.Collections.Concurrent; using NHotkey; using NHotkey.Wpf; using NLog; using Wox...
c69892069b3ddc05ada039739327de5e38b096e1
fixup delay
fixup delay
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,588,257,538
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
225b51856feb19a4ce24f0de7d820e22e17a0a37
remove lock which will speedup startup search speed
remove lock which will speedup startup search speed
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Plugins/Wox.Plugin.Program/Main.cs
mit
1,588,257,398
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using System.Text.RegularExpressions; using System.Windows.Controls; using NLog; using Wox.Infrastructure; using Wox.Infrastructure.Logger; using Wox.Infrastructure.Storage; using Wox.Plugin.Progra...
6904a0234c4b301c8306bcf16df9beb45d9afc2b
Use "Omit" for route parameters for all request types, not just GET
Use "Omit" for route parameters for all request types, not just GET
slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator,slovely/TypeScriptDefinitionsGenerator
src/TypeScriptDefinitionsGenerator.Common/MainGenerator.cs
mit
1,588,256,882
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using HandlebarsDotNet; using Ty...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using HandlebarsDotNet; using Ty...
a03e821b1061f5f01bfa5009dc9a17c4721ef99a
sdk: json cleanup
sdk: json cleanup
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept
src/Peachpie.NET.Sdk/SimpleJSON/SimpleJSON.cs
apache-2.0
1,588,256,306
/* * * * * * A simple JSON Parser / builder * ------------------------------ * * It mainly has been written as a simple JSON parser. It can build a JSON string * from the node-tree, or generate a node tree from any valid JSON string. * * Written by Bunny83 * 2012-06-09 * * [2012-06-09 First Version] * - ...
/* * * * * * A simple JSON Parser / builder * ------------------------------ * * It mainly has been written as a simple JSON parser. It can build a JSON string * from the node-tree, or generate a node tree from any valid JSON string. * * Written by Bunny83 * 2012-06-09 * * [2012-06-09 First Version] * - ...
e25c669bb35608b405c30d4a669602dd6d3461d6
Add Blocks to Attachments #83 (#84)
Add Blocks to Attachments #83 (#84)
nerdfury/Slack.Webhooks,nerdfury/Slack.Webhooks,nerdfury/Slack.Webhooks
src/Slack.Webhooks/SlackAttachment.cs
mit
1,588,256,166
using Newtonsoft.Json; using System; using System.Collections.Generic; namespace Slack.Webhooks { /// <summary> /// Slack message attachment. A message can have zero or more attachments. /// </summary> public class SlackAttachment { private List<string> _markdownIn; /// <summary> ...
using Newtonsoft.Json; using System; using System.Collections.Generic; namespace Slack.Webhooks { /// <summary> /// Slack message attachment. A message can have zero or more attachments. /// </summary> public class SlackAttachment { private List<string> _markdownIn; /// <summary> ...
8e415d1149f9909a9d283459859faa018b69d82c
Regroup case statement as well.
Regroup case statement as well.
PenguinF/sandra-three
Sandra.UI/PgnStyleSelector.cs
apache-2.0
1,588,255,764
#region License /********************************************************************************* * PgnStyleSelector.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * PgnStyleSelector.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
fd4defd51488d8095677ab2194a1616146f8eb48
Remove unused property from ApiMetadata
Remove unused property from ApiMetadata
jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/gcloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet
tools/Google.Cloud.Tools.Common/ApiMetadata.cs
apache-2.0
1,588,255,008
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
5738ffb53720042bf3e8c46b6d05b150b57c1823
fixed a pivot handling bug
fixed a pivot handling bug
fairygui/FairyGUI-unity
Assets/Scripts/UI/GObject.cs
mit
1,588,254,879
using System; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { public class GObject : EventDispatcher { /// <summary> /// GObject的id,仅作为内部使用。与name不同,id值是不会相同的。 /// id is for internal use only. /// </summary> public string id { get; private set; ...
using System; using UnityEngine; using FairyGUI.Utils; namespace FairyGUI { public class GObject : EventDispatcher { /// <summary> /// GObject的id,仅作为内部使用。与name不同,id值是不会相同的。 /// id is for internal use only. /// </summary> public string id { get; private set; ...
9100979ec0e0ff73d92678422a3aed0f58596af1
fixed a GGroup excludeInvisibles bug
fixed a GGroup excludeInvisibles bug
fairygui/FairyGUI-unity
Assets/Scripts/UI/GGroup.cs
mit
1,588,254,867
using System; using FairyGUI.Utils; using UnityEngine; namespace FairyGUI { /// <summary> /// GGroup class. /// 组对象,对应编辑器里的高级组。 /// </summary> public class GGroup : GObject { GroupLayoutType _layout; int _lineGap; int _columnGap; bool _excludeIn...
using System; using FairyGUI.Utils; using UnityEngine; namespace FairyGUI { /// <summary> /// GGroup class. /// 组对象,对应编辑器里的高级组。 /// </summary> public class GGroup : GObject { GroupLayoutType _layout; int _lineGap; int _columnGap; bool _excludeIn...
bde52e58a7835d5c20b52ffb2cfef7c557b8b10e
sdk: parses autoload psr-4, psr-0, classmap, exclude-from-classmap
sdk: parses autoload psr-4, psr-0, classmap, exclude-from-classmap
iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept
src/Peachpie.NET.Sdk/ComposerTask.cs
apache-2.0
1,588,254,800
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task th...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using SimpleJSON; namespace Peachpie.NET.Sdk.Tools { /// <summary> /// Task that processes <c>composer.json</c> file...
bd4fa8c5eec2b8a78bf2b0a6dbd91bc2943e2d0c
GSF.PhasorProtocols.UI: Updated static constructor of Device model to only attempt retrieval of company acronym setting without adding one.
GSF.PhasorProtocols.UI: Updated static constructor of Device model to only attempt retrieval of company acronym setting without adding one.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.PhasorProtocols/UI/DataModels/Device.cs
mit
1,588,254,720
//****************************************************************************************************** // Device.cs - Gbtc // // Copyright © 2010, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOTI...
//****************************************************************************************************** // Device.cs - Gbtc // // Copyright © 2010, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOTI...
f3c41a3ff0de76a8820d24ef828875a629fece51
#44: Allow connection to be done by space delimted values (--connect-params) or by connection string (--connection-string), but not both at the same time
#44: Allow connection to be done by space delimted values (--connect-params) or by connection string (--connection-string), but not both at the same time
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/ProviderCommand.cs
lgpl-2.1
1,588,254,308
#region LGPL Header // Copyright (C) 2019, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2019, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
2e4e81dce2739228b9edfd3ad558b4dff8683b4e
404: use string builder pool
404: use string builder pool
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/2_Basic/2_TextBox.cs
bsd-2-clause
1,588,254,078
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; using LayoutFarm.TextEditing; using LayoutFarm.UI; namespace LayoutFarm.CustomWidgets { public abstract class TextBoxBase : AbstractRectUI { protected TextSurfaceEventListene...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; using LayoutFarm.TextEditing; using LayoutFarm.UI; namespace LayoutFarm.CustomWidgets { public abstract class TextBoxBase : AbstractRectUI { protected TextSurfaceEventListene...
55a1128213ef3f8262af94b1229f42e2ec7a8c79
load resource only once
load resource only once
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/Converters/HighlightTextConverter.cs
mit
1,588,253,724
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Media; using Wox.Core.Resource; using Wox.Infrastructure.UserSettings; n...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Media; using Wox.Core.Resource; namespace Wox.Converters { public cl...
43278743020197a78cf233b4c948ffa8460551bd
Added Profiler.With(Warning/Info/Debug)StopWatch/Async extension methods.
Added Profiler.With(Warning/Info/Debug)StopWatch/Async extension methods.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Diagnostics/Profiler.cs
mit
1,588,253,013
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Profiler.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Profiler.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root ...
1151c929ca3b8a4469fd9fa9d0327d6a1d647b2f
Seal OnPropertyChangedCore for now.
Seal OnPropertyChangedCore for now. It's only likely to be needed by transitions, and overriding it will break transitions. We can unseal later if there's a user need for it.
AvaloniaUI/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Pers...
src/Avalonia.Animation/Animatable.cs
mit
1,588,252,695
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using Avalonia.Data; #nullable enable namespace Avalonia.Animation { /// <summary> /// Base class for all animatable objects. /// </summary> public class Animatable : AvaloniaObject { ...
using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using Avalonia.Data; #nullable enable namespace Avalonia.Animation { /// <summary> /// Base class for all animatable objects. /// </summary> public class Animatable : AvaloniaObject { ...
0118207571dd5da3604bf80f2ffcb26b9ff6dd76
RestoreDirectory instead of initial so adding things isn't quite so annoying.
RestoreDirectory instead of initial so adding things isn't quite so annoying.
digiwombat/TalkerMakerDeluxe
TalkerMakerDeluxe/EditorWindow.xaml.cs
mit
1,588,252,523
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using TreeContainer; using System.IO; using System.ComponentModel; using Microsoft.Win32; using FontAwesome.WPF; using ICSharpCode.AvalonEdit.H...
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using TreeContainer; using System.IO; using System.ComponentModel; using Microsoft.Win32; using FontAwesome.WPF; using ICSharpCode.AvalonEdit.H...
7d683dba3561526c5123bc7aece5ffc9e2d095e8
fix form title
fix form title
jingwood/d2dlib,jingwood/d2dlib,jingwood/d2dlib
src/Examples/Samples/DrawStringForm.cs
mit
1,588,252,343
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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 limit...
5db8a206c33baf56c704e4f2015bfd484abd35c1
Also change the AbpRoleManager in the Abp.Zero.
Also change the AbpRoleManager in the Abp.Zero.
ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate
src/Abp.Zero/Authorization/Roles/AbpRoleManager.cs
mit
1,588,252,240
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Domain.Repositories; using Abp.Domain.Services; using Abp.Domain.Uow; using Abp.IdentityFramework; usi...
using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using Abp.Application.Features; using Abp.Authorization.Users; using Abp.Collections.Extensions; using Abp.Domain.Repositories; using Abp.Domain.Services; using Abp.Domain.Uow; using Abp.IdentityFramework; usi...
476fa214266a9433d83cf00e95186dc6a1fa4148
sdk: simplejson cleanup
sdk: simplejson cleanup
peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie
src/Peachpie.NET.Sdk/SimpleJSON/SimpleJSON.cs
apache-2.0
1,588,251,993
/* * * * * * A simple JSON Parser / builder * ------------------------------ * * It mainly has been written as a simple JSON parser. It can build a JSON string * from the node-tree, or generate a node tree from any valid JSON string. * * Written by Bunny83 * 2012-06-09 * * [2012-06-09 First Version] * - ...
/* * * * * * A simple JSON Parser / builder * ------------------------------ * * It mainly has been written as a simple JSON parser. It can build a JSON string * from the node-tree, or generate a node tree from any valid JSON string. * * Written by Bunny83 * 2012-06-09 * * [2012-06-09 First Version] * - ...
8fdcf697d0aae7181c1a6126bde415c80ff8d870
402: RootGraphics
402: RootGraphics
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree/1_Root/1_RootGraphic.cs
bsd-2-clause
1,588,251,570
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; namespace LayoutFarm { public interface IRenderElement { void Render(DrawBoard d, UpdateArea updateArea); #if DEBUG void dbugShowRenderPart(DrawBoard d, U...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; namespace LayoutFarm { public interface IRenderElement { void Render(DrawBoard d, UpdateArea updateArea); #if DEBUG void dbugShowRenderPart(DrawBoard d, U...
6cb9def39c0b2d16a3bd3564db8ec04d717c653c
removed obsolete Autodesk.Revit.Parameters. namespace prefix
removed obsolete Autodesk.Revit.Parameters. namespace prefix
jeremytammik/AdnRevitApiLabsXtra
XtraCs/Labs4.cs
mit
1,588,251,110
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
11c90a5e543a4ad24200aa4732bcad8adf5d9df7
start transaction
start transaction
jeremytammik/AdnRevitApiLabsXtra
XtraCs/Labs3.cs
mit
1,588,250,926
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
be70c2e357b255dcaa05a26e8f618a99585e10d6
updated sample path in comment
updated sample path in comment
jeremytammik/AdnRevitApiLabsXtra
XtraCs/Labs1.cs
mit
1,588,250,830
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
8d9e61cbb657c55dde849583f200d5ccbccb11ba
updated library paths
updated library paths
jeremytammik/AdnRevitApiLabsXtra
XtraCs/LabConstants.cs
mit
1,588,250,790
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
#region Header // Revit API .NET Labs // // Copyright (C) 2007-2020 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software // for any purpose and without fee is hereby granted, provided // that the above copyright notice appears in all copies and // that both that copyright notice...
bac42c6fb29352efee074e0194fd821870a57a65
change to protected
change to protected
JimBobSquarePants/Umbraco-CMS,madsoulswe/Umbraco-CMS,bjarnef/Umbraco-CMS,dawoe/Umbraco-CMS,mattbrailsford/Umbraco-CMS,tcmorris/Umbraco-CMS,arknu/Umbraco-CMS,NikRimington/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,tcmorris/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/U...
src/Umbraco.Web/UmbracoApplication.cs
mit
1,588,250,766
using System.Configuration; using System.Threading; using System.Web; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Logging.Serilog; using Umbraco.Core.Runtime; using Umbraco.Web.Runtime; namespace Umbraco.Web { /// <summary> /// Represents the Umbraco global.asax class. /// </summary...
using System.Configuration; using System.Threading; using System.Web; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Logging.Serilog; using Umbraco.Core.Runtime; using Umbraco.Web.Runtime; namespace Umbraco.Web { /// <summary> /// Represents the Umbraco global.asax class. /// </summary...
722fbc9b8e53996e911c582761b14eba286d08de
NLogViewerTarget - Fixed Log4JXmlEventLayout (#3934)
NLogViewerTarget - Fixed Log4JXmlEventLayout (#3934)
NLog/NLog,NLog/NLog,304NotModified/NLog,snakefoot/NLog,luigiberrettini/NLog,snakefoot/NLog,sean-gilliam/NLog,luigiberrettini/NLog,luigiberrettini/NLog,sean-gilliam/NLog,304NotModified/NLog
src/NLog/Targets/NLogViewerTarget.cs
bsd-3-clause
1,588,250,270
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
8c448d58f47e34f2cb3f257c45114c09516e00cb
use already load resource
use already load resource
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/Converters/HighlightTextConverter.cs
mit
1,588,249,994
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Media; using Wox.Core.Resource; namespace Wox.Converters { public cl...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Media; using Wox.Core.Resource; namespace Wox.Converters { public cl...
1aeec621d26766ded00c9dd8b654a80153eadfed
Added DecimalUtility.ToStringShortest.
Added DecimalUtility.ToStringShortest.
GregaMohorko/GM.Utility
src/GM.Utility/GM.Utility/DecimalUtility.cs
mit
1,588,249,647
/* MIT License Copyright (c) 2020 Gregor Mohorko 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...
/* MIT License Copyright (c) 2017 Grega Mohorko 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,...
6445a95f361b2505ca48f6510c706138d6cb5adb
Spelling fix (#94)
Spelling fix (#94)
IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection,IdentityModel/IdentityModel.AspNet.OAuth2Introspection,IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection,IdentityModel/IdentityModel.AspNet.OAuth2Introspection,IdentityModel/IdentityModel.AspNetCore.OAuth2Introspection
src/OAuth2IntrospectionOptions.cs
apache-2.0
1,588,248,788
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel.AspNetCore.OAuth2Introspection.Infrastructure; using IdentityModel.Client; using Microsoft.AspNetCore.Authentication; usin...
// Copyright (c) Dominick Baier & Brock Allen. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel.AspNetCore.OAuth2Introspection.Infrastructure; using IdentityModel.Client; using Microsoft.AspNetCore.Authentication; usin...
3c777dc40211f6208edb3d2f3d06ea47ccd455c7
Set deleted and added lines in patch printcallback
Set deleted and added lines in patch printcallback
PKRoma/libgit2sharp,libgit2/libgit2sharp
LibGit2Sharp/Patch.cs
mit
1,588,248,196
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Text; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Holds the patch between two trees. /// <para>The individual...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Text; using LibGit2Sharp.Core; using LibGit2Sharp.Core.Handles; namespace LibGit2Sharp { /// <summary> /// Holds the patch between two trees. /// <para>The individual...
000c34dc26ea9d815f0f76c32510f1a0b5f600a7
Move recommender to field construction
Move recommender to field construction
peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipooo/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Screens/Select/SongSelect.cs
mit
1,588,248,113
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Fra...
11a12f8e18f62ee091fe25f3f83b1376a9bf2511
Use Parallel.For for testing all colors to improve the speed of the test
Use Parallel.For for testing all colors to improve the speed of the test Anyway it is still quite slow (about 60 mins), so don't run this test every time.
punker76/Controlz,ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz
src/ControlzEx.Tests/Theming/HSLTests.cs
mit
1,588,247,098
using ControlzEx.Theming; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Media; namespace ControlzEx.Tests.Theming { [TestFixture] public class HSLTests { // This Test is very slow, so o...
using ControlzEx.Theming; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Media; namespace ControlzEx.Tests.Theming { [TestFixture] public class HSLTests { // This Test is very slow, so ...
a6e6e6405ccfa86e6da333450deee03f5d53540c
Distributions: Inverse Wishart Sample uses pseudo inverse
Distributions: Inverse Wishart Sample uses pseudo inverse #690
mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics
src/Numerics/Distributions/InverseWishart.cs
mit
1,588,246,680
// <copyright file="InverseWishart.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of t...
// <copyright file="InverseWishart.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2013 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of t...
e02ac476e192ac4f9b16b5e2ffb7a9ee06644203
fixup ui thread locking
fixup ui thread locking
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox/ViewModel/ResultsViewModel.cs
mit
1,588,246,405
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog;...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog;...
b0014989c5dc2ba07b1f81b41589e4f37b47ee77
remove useless code
remove useless code
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox
Wox/ViewModel/ResultsViewModel.cs
mit
1,588,246,326
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog;...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog;...
2fe8bca553957f317473f9983da7b3d27c8b8988
optimize interface generic type proxy
optimize interface generic type proxy
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common/Aspect/ProxyUtils.cs
mit
1,588,246,140
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using WeihanLi.Extensions; namespace WeihanLi.Common.Aspect { internal static class ProxyUtils { private const string ProxyAssemblyName = "Weih...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Reflection.Emit; using WeihanLi.Extensions; namespace WeihanLi.Common.Aspect { internal static class ProxyUtils { private const string ProxyAssemblyName = "Weih...
8cced2e452cf5eeced57c36b2f177a7f5912a428
clean sample
clean sample
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
samples/DotNetCoreSample/Program.cs
mit
1,588,246,098
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using WeihanLi.Common; using WeihanLi.Common.Aspect; using WeihanLi.Common.DependencyInjection; // ReSharper disable LocalizableElement // ReSharper disable once LocalizableEle...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using WeihanLi.Common; using WeihanLi.Common.Aspect; using WeihanLi.Common.DependencyInjection; // ReSharper disable LocalizableElement // ReSharper disable once LocalizableEle...
9133e2243f158f25035b605a8669075ed7db526f
401: IsInRenderPhase
401: IsInRenderPhase
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree/1_Root/1_RootGraphic.cs
bsd-2-clause
1,588,245,433
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; namespace LayoutFarm { public interface IRenderElement { void Render(DrawBoard d, UpdateArea updateArea); #if DEBUG void dbugShowRenderPart(DrawBoard d, U...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; namespace LayoutFarm { public interface IRenderElement { void Render(DrawBoard d, UpdateArea updateArea); #if DEBUG void dbugShowRenderPart(DrawBoard d, U...
302c2b8f5487d30d7cad98bd2302c446951378e6
Fixed bug where we never set the flags for the ALPC client.
Fixed bug where we never set the flags for the ALPC client.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Win32/Rpc/Transport/RpcAlpcClientTransport.cs
apache-2.0
1,588,245,394
// Copyright 2019 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2019 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
7d1091a23822edc6de42194f7acae210a1010c25
[Android] Change default Stl lib to libc++_shared
[Android] Change default Stl lib to libc++_shared https://developer.android.com/ndk/guides/standalone_toolchain#c_stl_support
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake/Options.Android.cs
apache-2.0
1,588,245,069
// 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 law o...
// 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 law o...
3d4c241c29be72c24d94b7c05e66ac81de456124
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,588,244,694
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
9bec42bc7ee8e59a1e9faebdc9388350259a7212
Fix mania crashing on undo/redo
Fix mania crashing on undo/redo
smoogipoo/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu
osu.Game/Screens/Edit/LegacyEditorBeatmapPatcher.cs
mit
1,588,244,626
// 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.Text; using DiffPlex; using osu.Framework.Audio.Track; using osu.Framework.Graphics.Textures...
// 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.Text; using DiffPlex; using osu.Framework.Audio.Track; using osu.Framework.Graphics.Textures...
d01913b4e658cb7ca05c0a3705fb3a4e4038f8ba
unified TraverseList<T> to use the typed-version for consistency, fixed check for null-listelements
unified TraverseList<T> to use the typed-version for consistency, fixed check for null-listelements
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Services/SerializerService/FlatbufferUtils.cs
mit
1,588,243,331
using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using UnityEngine; namespace Service.Serializer { public struct ExtendedTable { public static readonly ExtendedTable NULL = new ExtendedTable(-1, ...
using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; using UnityEngine; namespace Service.Serializer { public struct ExtendedTable { public static readonly ExtendedTable NULL = new ExtendedTable(-1, ...
8950a64911328524773880bdc83233159ae9ddad
Adding the missing order by for the check_lists and fields.
Adding the missing order by for the check_lists and fields.
microting/eform-sdk-dotnet,microting/eform-sdk-dotnet
eFormCore/Core.cs
mit
1,588,242,986
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
/* The MIT License (MIT) Copyright (c) 2007 - 2020 Microting A/S Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
a056088f784e4cfbe37b57f93fd2b37e96212ba7
feat: more tests for strict text
feat: more tests for strict text
icarus-consulting/Yaapii.Atoms,icarus-consulting/Yaapii.Atoms
tests/Yaapii.Atoms.Tests/Text/StrictTest.cs
mit
1,588,242,020
using System; using Xunit; using Yaapii.Atoms.Enumerable; namespace Yaapii.Atoms.Text.Tests { public sealed class StrictTest { [Fact] public void Throws() { Assert.Throws<ArgumentException>(() => new Strict("not valid", "valid", "also valid").AsString() ...
using System; using System.Collections.Generic; using System.Text; using Xunit; namespace Yaapii.Atoms.Text.Tests { public sealed class StrictTest { [Fact] public void Throws() { Assert.Throws<ArgumentException>(() => new Strict("not valid", "valid", "also v...
70da8e1696798cdb3c85aa8552ad10057669e5a2
Fix AggregateException handling in parallel for each
Fix AggregateException handling in parallel for each
15below/Ensconce,BlythMeister/Ensconce,BlythMeister/Ensconce,15below/Ensconce
src/Ensconce.Console/TagSubstitution.cs
mit
1,588,241,242
using Ensconce.Update; using System; using System.Collections.Concurrent; using System.IO; using System.Text; using System.Threading.Tasks; namespace Ensconce.Console { internal static class TagSubstitution { internal static void DefaultUpdate() { Logging.Log("Updating config with ...
using Ensconce.Update; using System; using System.Collections.Concurrent; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ensconce.Console { internal static class TagSubstitution { internal static void DefaultUpdate() { Logging.Log("Up...
894318c946cba4c526a61736d12cd92c77f98fca
- Bugfix in SenderTimestamp to sync messages and derived expiration based on difference in sender vs receiver perception of time
- Bugfix in SenderTimestamp to sync messages and derived expiration based on difference in sender vs receiver perception of time
jchristn/WatsonTcp
WatsonTcp/WatsonCommon.cs
mit
1,588,241,007
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; namespace WatsonTcp { internal static class WatsonCommon { internal static byte[] ReadStreamFully(Stream input) ...
using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; namespace WatsonTcp { internal static class WatsonCommon { internal static byte[] ReadStreamFully(Stream input) ...
083a6e127deda69073137be5d998e6a72530b125
Update the cypher to use the new syntax to drop constraints and indexes.
Update the cypher to use the new syntax to drop constraints and indexes.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.Tests.Integration/Reactive/SummaryIT.cs
apache-2.0
1,588,240,671
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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....
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // 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....
0061f52bf44f3649d80ba7c49274334a303d6e09
Fix - Corretto cambiamento di stato dei mezzi qualora venisse chiusa una richiesta.
Fix - Corretto cambiamento di stato dei mezzi qualora venisse chiusa una richiesta.
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneIntervento/UpDateStatoRichiesta/UpDateStatoRichiestaCommandHandler.cs
agpl-3.0
1,588,240,412
//----------------------------------------------------------------------- // <copyright file="UpDateInterventoCommandHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Gene...
//----------------------------------------------------------------------- // <copyright file="UpDateInterventoCommandHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero Gene...
86be6e11defe6be2b5a2e1a36a40e4e40c624456
Add print of range in debug output for server.
Add print of range in debug output for server.
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
Server/LanguageServerTarget.cs
mit
1,588,240,404
namespace Server { using LanguageServer; using Microsoft.VisualStudio.LanguageServer.Protocol; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using StreamJsonRpc; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Workspaces; using ...
namespace Server { using LanguageServer; using Microsoft.VisualStudio.LanguageServer.Protocol; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using StreamJsonRpc; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Workspaces; using ...
9437c4fe85ac807e5de98d5f831cc867302eda7b
add Size property and toString
add Size property and toString
jingwood/d2dlib,jingwood/d2dlib,jingwood/d2dlib
src/D2DLibExport/D2DStructs.cs
mit
1,588,240,015
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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...
/* * MIT License * * Copyright (c) 2009-2018 Jingwood, unvell.com. All right reserved. * * 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...
0beefd2ac41cdcb4308f227e6398cd970c861339
Added one more ignored key because of test failure
Added one more ignored key because of test failure
punker76/Controlz,punker76/Controlz,ControlzEx/ControlzEx,ControlzEx/ControlzEx
src/ControlzEx.Tests/Theming/ThemeManagerTests.cs
mit
1,588,239,598
namespace ControlzEx.Tests.Theming { using System; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Media; using ControlzEx.Tests.TestClasses; using ControlzEx.Theming; using NUnit.Framework; [TestFixture] ...
namespace ControlzEx.Tests.Theming { using System; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Media; using ControlzEx.Tests.TestClasses; using ControlzEx.Theming; using NUnit.Framework; [TestFixture] ...
f4a7a4313988f1cb7678a97741e2810a3660015b
Fixed the expected results by looking up the correct HEX-Code
Fixed the expected results by looking up the correct HEX-Code
ControlzEx/ControlzEx,ControlzEx/ControlzEx,punker76/Controlz,punker76/Controlz
src/ControlzEx.Tests/Theming/RuntimeThemeGeneratorTests.cs
mit
1,588,239,562
namespace ControlzEx.Tests.Theming { using System.Windows.Media; using ControlzEx.Theming; using NUnit.Framework; [TestFixture] public class RuntimeThemeGeneratorTests { [Test] public void Current_Should_Not_Be_Null() { Assert.That(RuntimeThemeGenerator.Curr...
namespace ControlzEx.Tests.Theming { using System.Windows.Media; using ControlzEx.Theming; using NUnit.Framework; [TestFixture] public class RuntimeThemeGeneratorTests { [Test] public void Current_Should_Not_Be_Null() { Assert.That(RuntimeThemeGenerator.Curr...
4ba0d19bdd3808623bb280a87c1a692e081e8c5a
Fix SaveLoader AircraftDaemon using the wrong Vectors
Fix SaveLoader AircraftDaemon using the wrong Vectors Vec2 != Vector2. Normally the former would get implicitly cast to the latter, but Utility.Create doesn't know it needs to do that.
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/Internal/Replacements/SaveLoader.cs
mit
1,588,239,514
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Hacknet; using Hacknet.Mission; using Hacknet.Factions; using Hacknet.Security; using Microsoft.Xna.Framework; using Pathfinder.Game.Computer; using Pathfinder.ModManager; using Pathfinder.Util; using Pathfinder.Util.XML; using Pa...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Hacknet; using Hacknet.Mission; using Hacknet.Factions; using Hacknet.Security; using Microsoft.Xna.Framework; using Pathfinder.Game.Computer; using Pathfinder.ModManager; using Pathfinder.Util; using Pathfinder.Util.XML; using Pa...
81d828b177f244be41510491dadd192878393566
Improve the HSL-Color struct
Improve the HSL-Color struct - Used algorithm suggested by Wikipedia - Fixed an error in the documentation
punker76/Controlz,ControlzEx/ControlzEx,punker76/Controlz,ControlzEx/ControlzEx
src/ControlzEx/Theming/HSLColor.cs
mit
1,588,239,483
#nullable enable namespace ControlzEx.Theming { using System; using System.Windows.Media; using ControlzEx.Standard; /// <summary> /// This struct represent a Color in HSL (Hue, Saturation, Luminance) /// /// Idea taken from here http://ciintelligence.blogspot.com/2012/02/converting-excel...
#nullable enable namespace ControlzEx.Theming { using System; using System.Windows.Media; using ControlzEx.Standard; /// <summary> /// This struct represent a Color in HSL (Hue, Saturation, Luminance) /// /// Idea taken from here http://ciintelligence.blogspot.com/2012/02/converting-excel...
c92a71db3715be8ebe9e4bbbea03747120f84472
Fixed issue with TypeAnnotatedObjectConverter when it gets a null value.
Fixed issue with TypeAnnotatedObjectConverter when it gets a null value.
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/JSONUtils.cs
mit
1,588,239,438
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Collections.ObjectModel; namespace Aurora.Utils { public static c...
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Collections.ObjectModel; namespace Aurora.Utils { public static c...
241a5aee4cd7ae3eeb96f977aefe903a4e18a8b9
Fix - Corretto codice sede per un nuovo utente
Fix - Corretto codice sede per un nuovo utente
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneUtenti/AddUtente/AddUtenteCommandHandler.cs
agpl-3.0
1,588,239,382
//----------------------------------------------------------------------- // <copyright file="AddUtenteCommandHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Pub...
//----------------------------------------------------------------------- // <copyright file="AddUtenteCommandHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Pub...
9879ef05a2ceb282d060d53b7d2365fd162ca90e
Add documentation for -fb option
Add documentation for -fb option
mganss/XmlSchemaClassGenerator
XmlSchemaClassGenerator.Console/Program.cs
apache-2.0
1,588,238,776
using XmlSchemaClassGenerator; using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Mono.Options; using Ganss....
using XmlSchemaClassGenerator; using System; using System.CodeDom; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using Mono.Options; using Ganss....
8aad18ff982af265936121945de9ac46878b9f9c
Fix typos.
Fix typos.
sshnet/SSH.NET
src/Renci.SshNet/ConnectionInfo.cs
mit
1,588,238,076
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Renci.SshNet.Abstractions; using Renci.SshNet.Security; using Renci.SshNet.Messages.Connection; using Renci.SshNet.Common; using Renci.SshNet.Messages.Authentication; using Renci.SshNet.Security.Cryptography.Ciphers.Modes; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Renci.SshNet.Abstractions; using Renci.SshNet.Security; using Renci.SshNet.Messages.Connection; using Renci.SshNet.Common; using Renci.SshNet.Messages.Authentication; using Renci.SshNet.Security.Cryptography.Ciphers.Modes; usin...
916c01926688c16d0e9058197741a1f342010ff4
Update EAP implementation to correctly deal with a socket operation that is completed synchronously.
Update EAP implementation to correctly deal with a socket operation that is completed synchronously. Fixes #571.
sshnet/SSH.NET
src/Renci.SshNet/Abstractions/SocketAbstraction.cs
mit
1,588,238,076
using System; using System.Globalization; using System.Net; using System.Net.Sockets; using System.Threading; using Renci.SshNet.Common; using Renci.SshNet.Messages.Transport; namespace Renci.SshNet.Abstractions { internal static class SocketAbstraction { public static bool CanRead(Socket socket) ...
using System; using System.Globalization; using System.Net; using System.Net.Sockets; using System.Threading; using Renci.SshNet.Common; using Renci.SshNet.Messages.Transport; namespace Renci.SshNet.Abstractions { internal static class SocketAbstraction { public static bool CanRead(Socket socket) ...
da59c5290c3597801db5a9905a76d58aa8bb4fae
Use an environment variable for the "push" command
Use an environment variable for the "push" command
googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/google-cloud-dotnet,jskeet/gcloud-dotnet
tools/Google.Cloud.Tools.ReleaseManager/PushCommand.cs
apache-2.0
1,588,237,541
// 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...
// 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...
70b6bd74d7bf6d403e050a192c01e8b4ab5c7d1f
Added missing documentatiion of Line
Added missing documentatiion of Line
PKRoma/libgit2sharp,libgit2/libgit2sharp
LibGit2Sharp/Line.cs
mit
1,588,237,279
using System; using System.Collections.Generic; using System.Text; namespace LibGit2Sharp { /// <summary> /// Represents a Line with line number and content. /// </summary> public struct Line { /// <summary> /// Points to the number of the original line in the blob /// </su...
using System; using System.Collections.Generic; using System.Text; namespace LibGit2Sharp { public struct Line { /// <summary> /// Points to the number of the original line in the blob /// </summary> public int LineNumber { get; } /// <summary> /// This content...
d165ae83533dc329cc91a57dd094fe2b15c8fd35
Update WinDice.cs
Update WinDice.cs
Seuntjie900/DiceBot
DiceBot/WinDice.cs
mit
1,588,236,802
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Threading; using System.Threading.Tasks; using WDClasses; namespace DiceBot { class WinDice: DiceSite { ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Reflection; using System.Security.Cryptography; using System.Text; using System.Threading; using System.Threading.Tasks; using WDClasses; namespace DiceBot { class WinDice: DiceSite { ...
cc3cbc816fc97ef762ad120874fb471219d25700
Reset the reference builder to reduce reference scope
Reset the reference builder to reduce reference scope
smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,EV...
osu.Framework/Testing/DynamicClassCompiler.cs
mit
1,588,236,609
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
b01d4306e3fba3dbd1efa906bd2af6dc68726a27
Always recompile all changed files
Always recompile all changed files
ZLima12/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-fr...
osu.Framework/Testing/DynamicClassCompiler.cs
mit
1,588,236,592
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.IO; using System.Linq; using System.Reflection; using System.Threading; using osu.Framework.Logging; using System.Collections.Generic; using Sy...
d47b70f1cd7a0e5fd067fad2a9dd906e1ca0ee90
add pluginid to equality
add pluginid to equality
qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Plugin/Result.cs
mit
1,588,236,070
using System; using System.Collections.Generic; using System.IO; using System.Windows.Media; namespace Wox.Plugin { public class Result : BaseModel { private string _pluginDirectory; private string _icoPath; public string Title { get; set; } public string SubTitle { get; se...
using System; using System.Collections.Generic; using System.IO; using System.Windows.Media; namespace Wox.Plugin { public class Result: BaseModel { private string _pluginDirectory; private string _icoPath; public string Title { get; set; } public string SubTitle { get; set...
7ba4adc6d651014ef94b2fa8e41e62ba4667bd4c
batch calculate newResutls
batch calculate newResutls
Wox-launcher/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox
Wox/ViewModel/ResultsViewModel.cs
mit
1,588,235,847
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSett...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using NLog; using Wox.Infrastructure.Logger; using Wox.Infrastructure.UserSett...
fcf37aa80f80b284cade5368aa2e73fc1ed423df
AB#6233 - Added more to the `KnownAssemblyExclusionFilter`
AB#6233 - Added more to the `KnownAssemblyExclusionFilter`
arknu/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbr...
src/Umbraco.Core/Composing/TypeFinder.cs
mit
1,588,234,041
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Security; using System.Text; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Logging; namespace Umbraco.Core.Composing { /// <inheritdoc cref="ITypeFi...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Security; using System.Text; using Umbraco.Core.Configuration.UmbracoSettings; using Umbraco.Core.Logging; namespace Umbraco.Core.Composing { /// <inheritdoc cref="ITypeFi...
905c65041ccc7318449b9177975cdf3846bcbc8e
Tests: polynomial root finding does not expect specific ordering
Tests: polynomial root finding does not expect specific ordering #690
mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics
src/Numerics.Tests/RootFindingTests/CubicTest.cs
mit
1,588,233,852
// <copyright file="CubicTest.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2020 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this s...
// <copyright file="CubicTest.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2016 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this s...