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
b395e4c2b9b338ed3595ba8245dbff5dc11bb136
Done VBEDriver api docs
Done VBEDriver api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/Drivers/Video/VBEDriver.cs
bsd-3-clause
1,592,423,505
//#define COSMOSDEBUG using System; namespace Cosmos.HAL.Drivers { /// <summary> /// VBEDriver class. Used to directly write registers values to the port. /// </summary> public class VBEDriver { private readonly Core.IOGroup.VBE IO = Core.Global.BaseIOGroups.VBE; /// <summary> ...
//#define COSMOSDEBUG using System; namespace Cosmos.HAL.Drivers { public class VBEDriver { private readonly Core.IOGroup.VBE IO = Core.Global.BaseIOGroups.VBE; private enum RegisterIndex { DisplayID = 0x00, DisplayXResolution, DisplayYResolution,...
2a7a7b605ea9644adfc69a2a958593a11447fb6b
Done VMWareSVGAII api docs
Done VMWareSVGAII api docs
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/Drivers/PCI/Video/VMWareSVGAII.cs
bsd-3-clause
1,592,423,463
using System; using Cosmos.Core; namespace Cosmos.HAL.Drivers.PCI.Video { /// <summary> /// VMWareSVGAII class. /// </summary> public class VMWareSVGAII { /// <summary> /// Register values. /// </summary> public enum Register : ushort { ...
using System; using Cosmos.Core; namespace Cosmos.HAL.Drivers.PCI.Video { public class VMWareSVGAII { public enum Register : ushort { ID = 0, Enable = 1, Width = 2, Height = 3, MaxWidth = 4, MaxHeight = 5, ...
beb4c30107aeb67a1055b3f1b2389cbc4dffac8e
fix if statement logic .
fix if statement logic .
SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawso...
src/Avalonia.Controls/ScrollViewer.cs
mit
1,592,423,433
using System; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Interactivity; namespace Avalonia.Controls { /// <summary> /// A control scrolls its content if the content is bigger than the space available. /// </summary> public class ScrollVi...
using System; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Interactivity; namespace Avalonia.Controls { /// <summary> /// A control scrolls its content if the content is bigger than the space available. /// </summary> public class ScrollVi...
e465112e388f9597acc030e8e17d9ec37a1e57df
Started working on AMDPCNetII api docs
Started working on AMDPCNetII api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/Drivers/PCI/Network/AMDPCNetII.cs
bsd-3-clause
1,592,423,421
using System; using System.Collections.Generic; using Cosmos.Common; using Cosmos.Core; using Cosmos.Core.IOGroup.Network; using Cosmos.HAL.Network; namespace Cosmos.HAL.Drivers.PCI.Network { public class AMDPCNetII : NetworkDevice { protected PCIDevice pciCard; protected AMDPCNetIIIOGroup io; ...
using System; using System.Collections.Generic; using Cosmos.Common; using Cosmos.Core; using Cosmos.Core.IOGroup.Network; using Cosmos.HAL.Network; namespace Cosmos.HAL.Drivers.PCI.Network { public class AMDPCNetII : NetworkDevice { protected PCIDevice pciCard; protected AMDPCNetIIIOGroup io; ...
1c9e5ebf278ff71d76af61a0c23bdcc49af65d5a
Done Partition api docs
Done Partition api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.HAL2/BlockDevice/Partition.cs
bsd-3-clause
1,592,423,366
using System; namespace Cosmos.HAL.BlockDevice { /// <summary> /// Partition class. Used to read and write blocks of data. /// </summary> public class Partition : BlockDevice { /// <summary> /// Hosting device. /// </summary> private readonly BlockDevice mHost; /// <sum...
using System; namespace Cosmos.HAL.BlockDevice { public class Partition : BlockDevice { private readonly BlockDevice mHost; private readonly UInt64 mStartingSector; public Partition(BlockDevice aHost, UInt64 aStartingSector, UInt64 aSectorCount) { mHost = aHost; mStartingSector = aStartingSector; ...
38b43ebd36c9fbcd0bc4416de3455dd68f882bac
and remove them again
and remove them again
mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia
ksp_plugin_adapter/main_window.cs
mit
1,592,423,230
using System; namespace principia { namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. private const string next_release_name_ = "Galileo"; private const int next_release_lunation_number_ = 253; private readonly DateTimeOffs...
using System; namespace principia { namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. private const string next_release_name_ = "Galileo"; private const int next_release_lunation_number_ = 253; private readonly DateTimeOffs...
75387cb701b13a514e6a07fad3318f1c9264cdfa
Done BlockDevice api docs
Done BlockDevice api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.HAL2/BlockDevice/BlockDevice.cs
bsd-3-clause
1,592,422,996
using System; using System.Collections.Generic; namespace Cosmos.HAL.BlockDevice { // This class should not support selecting a device or sub device. // Each instance must control exactly one device. For example with ATA // master/slave, each one needs its own device instance. For ATA // this complica...
using System; using System.Collections.Generic; namespace Cosmos.HAL.BlockDevice { // This class should not support selecting a device or sub device. // Each instance must control exactly one device. For example with ATA // master/slave, each one needs its own device instance. For ATA // this complicates things a...
792405443c808fdaf16bd74ff022fc65338b6d48
put fields in the correct place.
put fields in the correct place.
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jko...
src/Avalonia.Controls/ProgressBar.cs
mit
1,592,422,995
using Avalonia.Controls.Primitives; using Avalonia.Layout; using Avalonia.Media; namespace Avalonia.Controls { /// <summary> /// A control used to indicate the progress of an operation. /// </summary> public class ProgressBar : RangeBase { private Geometry _clipRect; private double ...
using System; using Avalonia.Controls.Primitives; using Avalonia.Data; using Avalonia.Layout; using Avalonia.Media; namespace Avalonia.Controls { /// <summary> /// A control used to indicate the progress of an operation. /// </summary> public class ProgressBar : RangeBase { public static r...
376bc08f25bab738fb33a78baf793ff87d36345e
fix the traces
fix the traces
mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia
ksp_plugin_adapter/main_window.cs
mit
1,592,422,946
using System; namespace principia { namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. private const string next_release_name_ = "Galileo"; private const int next_release_lunation_number_ = 253; private readonly DateTimeOffs...
using System; namespace principia { namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. private const string next_release_name_ = "Galileo"; private const int next_release_lunation_number_ = 253; private readonly DateTimeOffs...
ee54e5bc8fcd8f742c47fe5003225e08dbc056c1
StorageHelper. Fix handle Delete nullable date bounds.
StorageHelper. Fix handle Delete nullable date bounds.
StockSharp/StockSharp
Algo/Storages/StorageHelper.cs
apache-2.0
1,592,422,413
#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...
2aa182808db7a60528fd2b34344d9bc243b70add
Done CPU api docs
Done CPU api docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/CPU.cs
bsd-3-clause
1,592,422,171
using IL2CPU.API.Attribs; namespace Cosmos.Core { // Non hardware class, only used by core and hardware drivers for ports etc. /// <summary> /// CPU class. Non hardware class, only used by core and hardware drivers for ports etc. /// </summary> public class CPU { // Amount of RAM in MB'...
using IL2CPU.API.Attribs; namespace Cosmos.Core { // Non hardware class, only used by core and hardware drivers for ports etc. public class CPU { // Amount of RAM in MB's. // needs to be static, as Heap needs it before we can instantiate objects [PlugMethod(PlugRequired = true)] ...
d25b85d78798070c5a480febdbbb02aa4f61530d
Started working on ACPI api docs
Started working on ACPI api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/ACPI.cs
bsd-3-clause
1,592,422,104
using Cosmos.Core; using Cosmos.Debug.Kernel; using System; using System.Runtime.InteropServices; namespace Cosmos.Core { public unsafe class ACPI { public static readonly Debugger mDebugger = new Debugger("System", "Global"); //RSD Table [StructLayout(LayoutKind.Sequential, Pack = 1...
using Cosmos.Core; using Cosmos.Debug.Kernel; using System; using System.Runtime.InteropServices; namespace Cosmos.Core { public unsafe class ACPI { public static readonly Debugger mDebugger = new Debugger("System", "Global"); //RSD Table [StructLayout(LayoutKind.Sequential, Pack = 1...
f007dc7a63b1462341b6717c5c9d289d1f18323b
Started working on Global api docs
Started working on Global api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/Global.cs
bsd-3-clause
1,592,422,066
using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.Core { public static class Global { public static readonly Debugger mDebugger = new Debugger("Core", "Global"); public static BaseIOGroups BaseIOGroups = new BaseIOGroups(); // These are used by Bootstrap.. but also calle...
using Cosmos.Core; using Cosmos.Debug.Kernel; namespace Cosmos.Core { public static class Global { public static readonly Debugger mDebugger = new Debugger("Core", "Global"); public static BaseIOGroups BaseIOGroups = new BaseIOGroups(); // These are used by Bootstrap.. but also calle...
c65f792838e247755ec37e6cb48a7c8ec8586fb0
Refactor TypeRefHash
Refactor TypeRefHash
secana/PeNet
src/PeNet/Header/Net/TypeRefHash.cs
apache-2.0
1,592,422,060
using System; using System.Linq; using System.Security.Cryptography; using System.Text; namespace PeNet.Header.Net { public class TypeRefHash { public MetaDataTablesHdr? MdtHdr { get; } public MetaDataStreamString? MdsStream { get; } public TypeRefHash(MetaDataTablesHdr? mdtHdr, MetaD...
using System; using System.Linq; using System.Security.Cryptography; using System.Text; namespace PeNet.Header.Net { public class TypeRefHash { public MetaDataTablesHdr? MdtHdr { get; } public MetaDataStreamString? MdsStream { get; } public TypeRefHash(MetaDataTablesHdr? mdtHdr, MetaD...
ff1724eaf8f3342a33c12dc6ed18cf52cb8a41f3
Started working on IOPort api docs
Started working on IOPort api docs
zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.Core/IOPort.cs
bsd-3-clause
1,592,422,041
using IL2CPU.API.Attribs; namespace Cosmos.Core { public abstract class IOPortBase { //TODO Make it that IO port classes are exclusive to each port. For example // only one IOPort class can be created per port number. This will prevent // two instances of an IOPort from using the same p...
using IL2CPU.API.Attribs; namespace Cosmos.Core { public abstract class IOPortBase { //TODO Make it that IO port classes are exclusive to each port. For example // only one IOPort class can be created per port number. This will prevent // two instances of an IOPort from using the same p...
ae58670c7f5b85bed85410cada037fa9c50cc6ba
Started working on MemoryBlock api docs
Started working on MemoryBlock api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.Core/MemoryBlock.cs
bsd-3-clause
1,592,422,005
//#define COSMOSDEBUG using System; using IL2CPU.API.Attribs; namespace Cosmos.Core { public class MemoryBlock { public readonly uint Base; public readonly uint Size; public readonly MemoryBlock08 Bytes; public readonly MemoryBlock16 Words; public readonly MemoryBlock32...
//#define COSMOSDEBUG using System; using IL2CPU.API.Attribs; namespace Cosmos.Core { public class MemoryBlock { public readonly uint Base; public readonly uint Size; public readonly MemoryBlock08 Bytes; public readonly MemoryBlock16 Words; public readonly MemoryBlock32...
17bb3a715249f870812cbc02e584dfc70e7b066b
Done MemoryOperations api docs
Done MemoryOperations api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/MemoryOperations.cs
bsd-3-clause
1,592,421,971
#define COSMOSDEBUG using System.Runtime.CompilerServices; namespace Cosmos.Core { /// <summary> /// MemoryOperations class. Used to do operations on the memory. /// </summary> public unsafe class MemoryOperations { /// <summary> /// Fill memory block. Plugged. /// </summar...
#define COSMOSDEBUG using System.Runtime.CompilerServices; namespace Cosmos.Core { public unsafe class MemoryOperations { public static unsafe void Fill(byte* dest, int value, int size) { // Plugged } [MethodImpl(MethodImplOptions.AggressiveInlining)] publi...
f35c4908656329e3616aada98e010637f6bcbb55
Done ManagedMemoryBlock api docs
Done ManagedMemoryBlock api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.Core/ManagedMemoryBlock.cs
bsd-3-clause
1,592,421,860
using System; namespace Cosmos.Core { /// <summary> /// ManagedMemoryBlock class. Used to read and write a managed memory block. /// </summary> public unsafe class ManagedMemoryBlock { private byte[] memory; /// <summary> /// Offset. /// </summary> public U...
using System; namespace Cosmos.Core { public unsafe class ManagedMemoryBlock { private byte[] memory; public UInt32 Offset; public UInt32 Size; /// <summary> /// Create a new buffer with the given size, not aligned /// </summary> /// <param name="size"...
62bc5279ca556d22f2eb99e6cf0d1e177704fdf0
use nearly equals for deciding to raise scrollchanged event.
use nearly equals for deciding to raise scrollchanged event.
Perspex/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Aval...
src/Avalonia.Controls/ScrollViewer.cs
mit
1,592,421,658
using System; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Interactivity; namespace Avalonia.Controls { /// <summary> /// A control scrolls its content if the content is bigger than the space available. /// </summary> public class ScrollVi...
using System; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Input; using Avalonia.Interactivity; namespace Avalonia.Controls { /// <summary> /// A control scrolls its content if the content is bigger than the space available. /// </summary> public class ScrollVi...
52736f40e038a3d6e811dd1c4de05a0781ef3ca5
Done TestingHelpers api docs
Done TestingHelpers api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/TestingHelpers.cs
bsd-3-clause
1,592,421,274
using sysIO = System.IO; using Cosmos.Debug.Kernel; namespace Cosmos.System { // This class exists purely for testing purposes. /// <summary> /// Testing helpers class. /// </summary> internal static class TestingHelpers { /// <summary> /// Add fake scan codes to the keyboard, ...
using Cosmos.Debug.Kernel; namespace Cosmos.System { // This class exists purely for testing purposes. /// <summary> /// Testing helpers class. /// </summary> internal static class TestingHelpers { /// <summary> /// Add fake scan codes to the keyboard, fake pressing keys. ...
79d855d7e23bf2921c8d571a4e720b35f8a03632
SubscriptionSecurityAllMessageAdapter. Fix unsubscribe (not complete).
SubscriptionSecurityAllMessageAdapter. Fix unsubscribe (not complete).
StockSharp/StockSharp
Algo/SubscriptionSecurityAllMessageAdapter.cs
apache-2.0
1,592,421,205
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
60c428d27a874ff52edfac9013ec78aab2fbbd4b
Currently done Global api docs but it need to be continued as HAL and Core would be documented
Currently done Global api docs but it need to be continued as HAL and Core would be documented
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Global.cs
bsd-3-clause
1,592,421,174
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Cosmos.Debug.Kernel; using Cosmos.HAL; using Debugger = Cosmos.Debug.Kernel.Debugger; namespace Cosmos.System { /// <summary> /// Cosmos global class. /// Used to init the console, scree...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Cosmos.Debug.Kernel; using Cosmos.HAL; using Debugger = Cosmos.Debug.Kernel.Debugger; namespace Cosmos.System { /// <summary> /// Cosmos global class. /// Used to init the console, scree...
d9a727f333c7c65b67c538dd78b010c82a40fcdd
Done Power api docs
Done Power api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Power.cs
bsd-3-clause
1,592,421,081
using sysIO = System.IO; namespace Cosmos.System { /// <summary> /// Power class. /// </summary> public static class Power { /// <summary> /// Reboot with CPU. /// </summary> public static void Reboot() { HAL.Power.CPUReboot(); } ...
namespace Cosmos.System { /// <summary> /// Power class. /// </summary> public static class Power { /// <summary> /// Reboot with CPU. /// </summary> public static void Reboot() { HAL.Power.CPUReboot(); } /// <summary> ///...
804c31860c7e14a0a44f63f66b391f3148bac056
Mark FluentBuildJob deprecated
Mark FluentBuildJob deprecated
imazen/imageflow-dotnet
src/Imageflow/Fluent/ImageJob.cs
agpl-3.0
1,592,420,704
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtonsoft.Json; namespace Imageflow.Flue...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtonsoft.Json; namespace Imageflow.Flue...
af24e934d1f164432014dac6384dfaf32a8c0a30
PCSpeaker api docs currently done but need to be continued
PCSpeaker api docs currently done but need to be continued continue exception list, once HAL is documented.
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/PCSpeaker.cs
bsd-3-clause
1,592,420,345
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// PC speaker helper class. /// </summary> public static class PCSExtensions { /// <summary> /// Convert milliseconds (ms) to hertz (Hz)....
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// PC speaker helper class. /// </summary> public static class PCSExtensions { /// <summary> /// Convert milliseconds (ms) to hertz (Hz)....
952a19682ddcc8f07b1319c25b86de0e71ee33df
Quarantine failing test (#23044)
Quarantine failing test (#23044)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Servers/Kestrel/test/FunctionalTests/RequestTests.cs
apache-2.0
1,592,419,783
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using S...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using S...
603f1fb0e50e9a46bd021094d6286d5a124c8ee8
Replace line and character counting (fails in iOS 12) with a check that the tapped character is within the length of all text.
Replace line and character counting (fails in iOS 12) with a check that the tapped character is within the length of all text.
matteobortolazzo/HtmlLabelPlugin
src/HtmlLabel/iOS/LinkTapHelper.cs
mit
1,592,419,321
using CoreGraphics; using Foundation; using LabelHtml.Forms.Plugin.Abstractions; using System; using UIKit; namespace LabelHtml.Forms.Plugin.iOS { internal static class LinkTapHelper { public static readonly NSString CustomLinkAttribute = new NSString("LabelLink"); public static void HandleLinkTap(this UILabel...
using CoreGraphics; using Foundation; using LabelHtml.Forms.Plugin.Abstractions; using System; using UIKit; namespace LabelHtml.Forms.Plugin.iOS { internal static class LinkTapHelper { public static readonly NSString CustomLinkAttribute = new NSString("LabelLink"); public static void HandleLinkTap(this UILabel...
940f83515501f0faf96618948f5d8fd4b016d266
Made it so that a message is printed when no exceptions were found for the specific method and platform.
Made it so that a message is printed when no exceptions were found for the specific method and platform.
mjrousos/dotnet-apiport,mjrousos/dotnet-apiport,mjrousos/dotnet-apiport
src/lib/Microsoft.Fx.Portability.Reports.Excel/ExcelOpenXmlOutputWriter.cs
mit
1,592,418,915
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Drawing.Charts; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Spreadsheet; using Micr...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Drawing.Charts; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Spreadsheet; using Micr...
2d022fadff81c67630c146d1f3fe51a2f7e1ffa1
Fix unclosed summary tag
Fix unclosed summary tag
StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,QuantConnect/Lean,AlexCatarino/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean
Algorithm.Framework/Portfolio/SectorWeightingPortfolioConstructionModel.cs
apache-2.0
1,592,418,460
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
5ee6f953a4ded1e40b2d18c3f86793a66995230a
Added ordering to make the RIDs be ordered in the platforms that are thrown on.
Added ordering to make the RIDs be ordered in the platforms that are thrown on.
mjrousos/dotnet-apiport,mjrousos/dotnet-apiport,mjrousos/dotnet-apiport
src/lib/Microsoft.Fx.Portability.Reports.Excel/ExcelOpenXmlOutputWriter.cs
mit
1,592,418,271
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Drawing.Charts; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Spreadsheet; using Micr...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Drawing.Charts; using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Spreadsheet; using Micr...
bccaa41ca8a65a1c939b428005026aec8062d70b
Update Http2Utilities.cs
Update Http2Utilities.cs
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Shared/Http2cat/Http2Utilities.cs
apache-2.0
1,592,417,855
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Buffers; using System.Buffers.Binary; using System.Collections.Generic; using System.IO; using System.IO.Pipelines; using Sys...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Buffers; using System.Buffers.Binary; using System.Collections.Generic; using System.IO; using System.IO.Pipelines; using Sys...
7333a09767cfb8f59cd8ff5daf2ebb28b4769ecb
Done MouseManager api docs
Done MouseManager api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/MouseManager.cs
bsd-3-clause
1,592,417,638
using System; using System.Collections.Generic; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// The possible states of a mouse. /// </summary> [Flags] public enum MouseState { /// <summary> /// No button is pressed. /// </summary> None = 0b0000_00...
using System; using System.Collections.Generic; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// The possible states of a mouse. /// </summary> [Flags] public enum MouseState { /// <summary> /// No button is pressed. /// </summary> None = 0b0000_00...
911a6905cee0d1c9cd65f39719c8b77a8cf88439
Done MathEx api docs
Done MathEx api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/MathEx.cs
bsd-3-clause
1,592,416,875
using System; namespace Cosmos.System { /// <summary> /// MathEx class. Provides additional math methods. /// </summary> public static class MathEx { /// <summary> /// Get the remainder on division of a in b. /// </summary> /// <param name="a">Divided number.</param...
using System; namespace Cosmos.System { public static class MathEx { public static long Rem(long a, long b) { long result = a; while (result - b > 0) { result = result - b; } return result; } } }
b8cdf69a1c548d78c97a625ab15a3b84a4f1cef7
507: GlyphTexturePrinterDrawingTechnique.Copy:
507: GlyphTexturePrinterDrawingTechnique.Copy:
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLBitmapGlyphTextPrinter.cs
bsd-2-clause
1,592,416,276
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; using Typography.OpenFont.Extensions; namespace PixelFarm.DrawingGL { /// <summary> ...
//MIT, 2016-present, WinterDev using System; using System.Collections.Generic; // using PixelFarm.CpuBlit; using PixelFarm.CpuBlit.BitmapAtlas; using PixelFarm.Drawing; using Typography.TextLayout; using Typography.OpenFont; namespace PixelFarm.DrawingGL { /// <summary> /// texture-based render vx /// </...
7c84e72413b08e0ddadcd09abb8f94e0c304177a
506: update RGBA, BGRAImageTextureShader,
506: update RGBA, BGRAImageTextureShader,
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.DrawingGL/DrawingGL/GLShader/SimpleRectTextureShader.cs
bsd-2-clause
1,592,416,264
//MIT, 2016-present, WinterDev using OpenTK.Graphics.ES20; namespace PixelFarm.DrawingGL { abstract class SimpleRectTextureShader : ColorFillShaderBase { protected ShaderVtxAttrib3f a_position; protected ShaderVtxAttrib2f a_texCoord; protected ShaderUniformVar1 u_texture; prot...
//MIT, 2016-present, WinterDev using OpenTK.Graphics.ES20; namespace PixelFarm.DrawingGL { abstract class SimpleRectTextureShader : ColorFillShaderBase { protected ShaderVtxAttrib3f a_position; protected ShaderVtxAttrib2f a_texCoord; protected ShaderUniformVar1 u_texture; prot...
3ce9ef7a1502782b3043e29d9dae728af9886741
Test: race condition in checking remote stream.
Test: race condition in checking remote stream.
Azure/amqpnetlite
test/Common/ProtocolTests.cs
apache-2.0
1,592,416,166
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this // file except in compliance with the License. You may obtain a cop...
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this // file except in compliance with the License. You may obtain a cop...
72b1986958ec5fa15ffe2d7b6abb4861721702fc
Test: synchronize access to list in test message source.
Test: synchronize access to list in test message source.
Azure/amqpnetlite
test/Common/ContainerHostTests.cs
apache-2.0
1,592,415,619
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this // file except in compliance with the License. You may obtain a co...
// ------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this // file except in compliance with the License. You may obtain a co...
51312f451ed85ae6fb268561323beb7d435a2e4b
Done Console api docs
Done Console api docs
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Console.cs
bsd-3-clause
1,592,414,987
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// Standard output stream. /// </summary> public class Console { /// <summary> /// Line feed. ...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// Standard output stream. /// </summary> public class Console { private const byte LineFeed = (byte)'\n'; ...
447e1f580909dd0db1d4d4ef493cd84b8e81bc08
Switched back to the switch statement
Switched back to the switch statement
barrett777/Heroes.ReplayParser,koliva8245/Heroes.ReplayParser
Heroes.ReplayParser/MPQFiles/ReplayInitData.cs
mit
1,592,414,949
using System; using System.IO; using System.Linq; using System.Text; namespace Heroes.ReplayParser.MPQFiles { /// <summary> Parses the replay.Initdata file in the replay file. </summary> public class ReplayInitData { public const string FileName = "replay.initData"; /// <summary> Parses t...
using System; using System.IO; using System.Linq; using System.Text; namespace Heroes.ReplayParser.MPQFiles { /// <summary> Parses the replay.Initdata file in the replay file. </summary> public class ReplayInitData { public const string FileName = "replay.initData"; /// <summary> Parses t...
3cc4dbb0626f4a54b654c6302e6e39a111bccedf
Fix TokenAllocator UnitTests
Fix TokenAllocator UnitTests
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
test/AsmResolver.DotNet.Tests/TokenAllocatorTest.cs
mit
1,592,414,460
using AsmResolver.PE.DotNet.Metadata.Tables; using Xunit; namespace AsmResolver.DotNet.Tests { public class TokenAllocatorTest { [Fact] public void AsigningAvailableTokenShouldSetMetadataToken() { var module = ModuleDefinition.FromBytes(Properties.Resources.HelloWorld); ...
using AsmResolver.PE.DotNet.Metadata.Tables; using Xunit; namespace AsmResolver.DotNet.Tests { public class TokenAllocatorTest { [Fact] public void AsigningAvailableTokenShouldSetMetadataToken() { var module = ModuleDefinition.FromBytes(Properties.Resources.HelloWorld); ...
564eab634394879991dc848536a7cdc6660583c8
Filter channel MOTD from the intel stream
Filter channel MOTD from the intel stream
Slazanger/SMT,Slazanger/SMT
EVEData/EveManager.cs
mit
1,592,413,984
//----------------------------------------------------------------------- // EVE Manager //----------------------------------------------------------------------- using ESI.NET; using ESI.NET.Enumerations; using ESI.NET.Models.SSO; using Microsoft.Extensions.Options; using Newtonsoft.Json; using Newtonsoft.J...
//----------------------------------------------------------------------- // EVE Manager //----------------------------------------------------------------------- using ESI.NET; using ESI.NET.Enumerations; using ESI.NET.Models.SSO; using Microsoft.Extensions.Options; using Newtonsoft.Json; using Newtonsoft.J...
a4c148232b8ec2de54b964bf33d82bdb870f2d8b
Add missing xml documentation
Add missing xml documentation
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/TokenAllocator.cs
mit
1,592,413,954
using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Tables; using System; using System.Collections.Generic; namespace AsmResolver.DotNet { /// <summary> /// Provides a mechanism to reassign metadata tokens /// </summary> public class TokenAllocator { private reado...
using AsmResolver.PE.DotNet; using AsmResolver.PE.DotNet.Metadata.Tables; using System; using System.Collections.Generic; namespace AsmResolver.DotNet { public class TokenAllocator { private readonly Dictionary<TableIndex, MetadataToken> _nextTokens = new Dictionary<TableIndex, MetadataToken>...
40e93716e41a745f3bf3ac573078a86f423bffbd
SubscriptionSecurityAllMessageAdapter. Flush suspended in out messages thread.
SubscriptionSecurityAllMessageAdapter. Flush suspended in out messages thread.
StockSharp/StockSharp
Algo/SubscriptionSecurityAllMessageAdapter.cs
apache-2.0
1,592,412,937
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using System.Linq; using Ecng.Collections; using Ecng.Common; using StockSharp.Logging; using StockSharp.Messages; using StockSharp.Localization; /// <summary> /// Security ALL subscription counter adapter. /// </summary> public...
a04f7e9d0c50d4aca391144a08bffeea779b2ca7
Add ModuleDefinition TokenAllocator
Add ModuleDefinition TokenAllocator
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/ModuleDefinition.cs
mit
1,592,411,871
using System; using System.Collections.Generic; using System.IO; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Serialized; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE; using AsmResolver.PE.Build...
using System; using System.Collections.Generic; using System.IO; using System.Threading; using AsmResolver.Collections; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Serialized; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE; using AsmResolver.PE.Build...
d8c9a1318ff8838f24be5f1e27ab5757a6c58fb7
Done SingleByteEncoding api docs
Done SingleByteEncoding api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Text/SingleByteEncoding.cs
bsd-3-clause
1,592,411,708
//#define COSMOSDEBUG using System; using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { /// <summary> /// SingleByteEncoding class. Used to represent a single byte encoding. /// </summary> internal class SingleByteEncoding : Encoding { /// <summary> ...
//#define COSMOSDEBUG using System; using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { internal class SingleByteEncoding : Encoding { private static Debugger mDebugger = new Debugger("System", "SingleByteEncoding"); internal char[] CodePageTable { get; set; ...
ea30c5d817784bdb117f93459793a7372c11a89b
Removed &&true condition in ObjectFiles.cs
Removed &&true condition in ObjectFiles.cs
OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core
Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectFiles.cs
mit
1,592,409,991
using System.Collections.Generic; using System.Linq; using Microsoft.SharePoint.Client; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisioning.Model; using File = Microsoft.SharePoint.Client.File; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandle...
using System.Collections.Generic; using System.Linq; using Microsoft.SharePoint.Client; using OfficeDevPnP.Core.Entities; using OfficeDevPnP.Core.Framework.Provisioning.Model; using File = Microsoft.SharePoint.Client.File; using OfficeDevPnP.Core.Diagnostics; using OfficeDevPnP.Core.Framework.Provisioning.ObjectHandle...
9a469005c5d83acd5ef05821d2e56c8f62c1d425
Fixes and logging
Fixes and logging
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Messaging.Pipes/Routing/PipesAppMessageRouter.cs
mit
1,592,409,492
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PipesAppMessageRouter.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PipesAppMessageRouter.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the ...
cb02e2d29b796fd27e523e9ace8a43c722535838
Issue #835: Confusing error: "API restriction: The assembly '' has already loaded from a different location. It cannot be loaded from a new location within the same appdomain."
Issue #835: Confusing error: "API restriction: The assembly '' has already loaded from a different location. It cannot be loaded from a new location within the same appdomain."
oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,dguder/wixsharp,oleg-shilo/wixsharp
Source/src/WixSharp/Utils.cs
mit
1,592,409,128
#region Licence... /* The MIT License (MIT) Copyright (c) 2014 Oleg Shilo 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,...
#region Licence... /* The MIT License (MIT) Copyright (c) 2014 Oleg Shilo 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,...
88df0dfd359066f44eb325440a2e91fe03c1b070
Solve the cross-thread exceptions
Solve the cross-thread exceptions
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Program.cs
mit
1,592,408,227
using Avalonia; using Avalonia.Dialogs; using Avalonia.ReactiveUI; using Avalonia.Threading; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using Splat; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using...
using Avalonia; using Avalonia.Dialogs; using Avalonia.Threading; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using Splat; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Gui.CommandLi...
3c2605b7915f2e327c5131045d3fdfbf2ae6ca91
Removed the length of the marker when calculating header size, as it shouldn't be included as per JPEG specification.
Removed the length of the marker when calculating header size, as it shouldn't be included as per JPEG specification.
oozcitak/exiflibrary,oozcitak/exiflibrary
ExifLibrary/JPEGFile.cs
mit
1,592,407,849
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the binary view of a JPEG compressed file. /// </summary> public class JPEGFile : ImageFile { #region Member Variables private JPEGS...
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace ExifLibrary { /// <summary> /// Represents the binary view of a JPEG compressed file. /// </summary> public class JPEGFile : ImageFile { #region Member Variables private JPEGS...
3a9e3f69a83f169a99deff442a27fce701eb7039
Update ContentsController.cs
Update ContentsController.cs
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs
mit
1,592,407,529
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // =============================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
00bc022c58ae493d0ef3a596ac5855f0dbc1ef80
Update ContentsController.cs
Update ContentsController.cs
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs
mit
1,592,407,462
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
a474af0f548ce56ba523d33cd77128743acd0103
make union optionally take fill type
make union optionally take fill type
MatterHackers/agg-sharp,larsbrubaker/agg-sharp
clipper_library/IntPointExtensions.cs
bsd-2-clause
1,592,406,257
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
c7d9664438a0f2c46d41971b5bf3a1dab4f22309
Update DiscordWebhookMessage.cs
Update DiscordWebhookMessage.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chat/DiscordWebhookMessage.cs
agpl-3.0
1,592,404,735
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
using System.Collections.Specialized; using System.Collections.Generic; using UnityEngine; using System.Net; using System.Text.RegularExpressions; using DatabaseAPI; using System.Collections; using Newtonsoft.Json; namespace DiscordWebhook { /// <summary> /// Used to send messages to a discord webhook URLs, URLs ne...
bed5e857df7d2af44ae5f4bbfa304f04be741da1
Add missing license header and remove unused usings
Add missing license header and remove unused usings
NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,UselessToucan/osu,UselessToucan/osu,peppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu
osu.Game/Rulesets/Mods/IApplicableToAudio.cs
mit
1,592,404,223
// 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. namespace osu.Game.Rulesets.Mods { public interface IApplicableToAudio : IApplicableToTrack, IApplicableToSample { } }
using System; using System.Collections.Generic; using System.Text; namespace osu.Game.Rulesets.Mods { public interface IApplicableToAudio : IApplicableToTrack, IApplicableToSample { } }
c4c7d1e5e7153c132e4d061b6ecdbe3af7b8ceed
remove unused code
remove unused code
arnovb-github/CmcLibNet
CmcLibNet.Export/Complex/SQLiteWriter.cs
mit
1,592,404,086
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; using System.IO; using System.Linq; using System.Text; using Vovin.CmcLibNet.Database; using Vovin.CmcLibNet.Database.Metadata; using Vovin.CmcLibNet.Extensions; /* On the surface, this looks a lot like...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; using System.IO; using System.Linq; using System.Text; using Vovin.CmcLibNet.Database; using Vovin.CmcLibNet.Database.Metadata; using Vovin.CmcLibNet.Extensions; /* On the surface, this looks a lot like...
cf6328ad686337f304eddfcb255a38c4ad574577
Make master branch spec name public
Make master branch spec name public
macro187/verbot
Verbot/MasterBranchSpec.cs
mit
1,592,402,858
using System; using MacroGit; using MacroGuards; using MacroSemver; namespace Verbot { class MasterBranchSpec { public MasterBranchSpec(SemVersion series, CommitInfo commit, GitRefNameComponent name) { Guard.NotNull(series, nameof(series)); if (series.Patch != 0 || seri...
using System; using MacroGit; using MacroGuards; using MacroSemver; namespace Verbot { class MasterBranchSpec { public MasterBranchSpec(SemVersion series, CommitInfo commit, GitRefNameComponent name) { Guard.NotNull(series, nameof(series)); if (series.Patch != 0 || seri...
503775c6a72fffe2033242d225e0e9f40ae7b198
Yield commit ranges in the right order
Yield commit ranges in the right order
macro187/verbot
Verbot/VerbotRepository.Commits.cs
mit
1,592,402,322
using System.Linq; using MacroGit; using System.Collections.Generic; using System.Diagnostics; namespace Verbot { partial class VerbotRepository { IDictionary<GitSha1, CommitInfo> CommitCache = new Dictionary<GitSha1, CommitInfo>(); IDictionary<(GitSha1 from, GitSha1 to), IReadOn...
using System.Linq; using MacroGit; using System.Collections.Generic; using System.Diagnostics; namespace Verbot { partial class VerbotRepository { IDictionary<GitSha1, CommitInfo> CommitCache = new Dictionary<GitSha1, CommitInfo>(); IDictionary<(GitSha1 from, GitSha1 to), IReadOn...
42b9a76dbffc0643255a6f10f5c4ae5b5fadf73e
more working with polygons
more working with polygons
larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl
MatterControlLib/DesignTools/Primitives/Gear2D.cs
bsd-2-clause
1,592,402,242
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
b8d090b98353194ff682855acd198801222d1d68
Fix #23038 (#23039)
Fix #23038 (#23039)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Http/Headers/src/HeaderUtilities.cs
apache-2.0
1,592,401,831
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization; using Microsof...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization; using Microsof...
28ed208022b806b4d79985c20d2e8c0bd0e69488
Add SetIsOriginAllowedToAllowWildcardSubdomains_DoesNotAllowRootDomain test (#23001)
Add SetIsOriginAllowedToAllowWildcardSubdomains_DoesNotAllowRootDomain test (#23001) This test makes it clear root domains are not included in CORS subdomain wildcards
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Middleware/CORS/test/UnitTests/CorsPolicyBuilderTests.cs
apache-2.0
1,592,400,140
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace Microsoft.AspNetCore.Cors.Infrastructure { public class C...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace Microsoft.AspNetCore.Cors.Infrastructure { public class C...
fa9727c13b691f0ca416cc897c5d9874ccff2de5
#582 reset forward decaying reservoir if item weight in nan
#582 reset forward decaying reservoir if item weight in nan
alhardy/AppMetrics,alhardy/AppMetrics,alhardy/AppMetrics
src/Core/src/App.Metrics.Core/ReservoirSampling/ExponentialDecay/DefaultForwardDecayingReservoir.cs
apache-2.0
1,592,400,035
// <copyright file="DefaultForwardDecayingReservoir.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.Collections.Generic; using System.Linq; using System.Threading; using App.Metrics.Concurrency; using App.Metrics.Infras...
// <copyright file="DefaultForwardDecayingReservoir.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.Collections.Generic; using System.Linq; using System.Threading; using App.Metrics.Concurrency; using App.Metrics.Infras...
fccf9545139968ade4514feb59b6a34c65215f8a
Fixes tenant Description property (#6425)
Fixes tenant Description property (#6425)
petedavis/Orchard2,petedavis/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,xkproject/Orchard2
src/OrchardCore/OrchardCore.Abstractions/Shell/ShellSettings.cs
bsd-3-clause
1,592,399,838
using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using OrchardCore.Environment.Shell.Configuration; using OrchardCore.Environment.Shell.Models; namespace OrchardCore.Environment.Shell { /// <summary> /// Represents the minimalistic...
using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using OrchardCore.Environment.Shell.Configuration; using OrchardCore.Environment.Shell.Models; namespace OrchardCore.Environment.Shell { /// <summary> /// Represents the minimalistic...
cecee0c485eb1671ee5949c28042bf4f7a069e83
Done CP858Enconding api docs
Done CP858Enconding api docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Text/CP858Encoding.cs
bsd-3-clause
1,592,399,474
//#define COSMOSDEBUG using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { /// <summary> /// CP858Enconding class, represent CP858 encoding. See also: <seealso cref="SingleByteEncoding"/>. /// </summary> internal class CP858Enconding : SingleByteEncoding { /// <summary> ...
//#define COSMOSDEBUG using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { internal class CP858Enconding : SingleByteEncoding { private static Debugger myDebugger = new Debugger("System", "CP858 Encoding"); internal CP858Enconding() { myDebugger.SendInternal(...
33ae1c0e1476b43a6a0af5ed060e441a49bbd029
OpenId typo (#6408)
OpenId typo (#6408)
xkproject/Orchard2,petedavis/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2
src/OrchardCore.Modules/OrchardCore.OpenId/ViewModels/OpenIdClientSettingsViewModel.cs
bsd-3-clause
1,592,399,447
using System.ComponentModel.DataAnnotations; namespace OrchardCore.OpenId.ViewModels { public class OpenIdClientSettingsViewModel { [Required] public string DisplayName { get; set; } public bool TestingModeEnabled { get; set; } [Required(ErrorMessage = "Authority is required")...
using System.ComponentModel.DataAnnotations; namespace OrchardCore.OpenId.ViewModels { public class OpenIdClientSettingsViewModel { [Required] public string DisplayName { get; set; } public bool TestingModeEnabled { get; set; } [Required(ErrorMessage = "Authority is required")...
6368c1c15d8074762076457511b6b3d2eafac7c3
Done CP437Enconding api docs
Done CP437Enconding api docs
zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Text/CP437Encoding.cs
bsd-3-clause
1,592,399,375
//#define COSMOSDEBUG using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { /// <summary> /// CP437Enconding class, represent CP437 encoding. See also: <seealso cref="SingleByteEncoding"/>. /// </summary> internal class CP437Enconding : SingleByteEncoding { /// <summary> ...
//#define COSMOSDEBUG using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { internal class CP437Enconding : SingleByteEncoding { private static Debugger myDebugger = new Debugger("System", "CP437 Encoding"); internal CP437Enconding() { myDebugger.SendInternal(...
bdeb12376aa08983e8bbbfb80404fff4a9ec5f2f
Done CosmosEncodingProvider api docs
Done CosmosEncodingProvider api docs
CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Text/CosmosEncodingProvider.cs
bsd-3-clause
1,592,399,215
#define COSMOSDEBUG using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { /// <summary> /// CosmosEncodingProvider class. Used to provide <see cref="Encoder"/>, by using its name or codepage. See also: <seealso cref="EncodingProvider"/>. /// </summary> public class Cosm...
#define COSMOSDEBUG using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { public class CosmosEncodingProvider : EncodingProvider { private static readonly EncodingProvider s_singleton = new CosmosEncodingProvider(); private static Debugger myDebugger = new Debug...
430551773fa684cc4ec477df33e5d56d469e1f2a
Done EncodingTable api docs
Done EncodingTable api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Text/EncodingTable.cs
bsd-3-clause
1,592,398,897
#define COSMOSDEBUG using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { /* * Ideally we should use Dictionary or HashTable here but are yet not working in Cosmos so I have done * this replacement class for now... */ /// <summary> /// EncodingTable class. Us...
#define COSMOSDEBUG using System.Text; using Cosmos.Debug.Kernel; namespace Cosmos.System.ExtendedASCII { /* * Ideally we should use Dictionary or HashTable here but are yet not working in Cosmos so I have done * this replacement class for now... */ internal static class EncodingTable { ...
398a833e534a3fd2656341e5fbf044248bb8107d
fix TryBetween
fix TryBetween
AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework
Signum.Utilities/Extensions/StringExtensions.cs
mit
1,592,398,744
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Runtime.CompilerServices; using System.Text; using System.Text.RegularExpressions; namespace Signum.Utilities { ...
using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Runtime.CompilerServices; using System.Text; using System.Text.RegularExpressions; namespace Signum.Utilities { ...
aba2e58cef2bebd360834123c3d573cd3d29561d
remove unused COM visibility
remove unused COM visibility
arnovb-github/CmcLibNet
CmcLibNet.Database/RowSetIdentifier.cs
mit
1,592,398,615
namespace Vovin.CmcLibNet.Database { /// <summary> /// Distinguishes GetRowSetBy* parameters /// </summary> internal enum RowSetIdentifier { RowId = 0, Thid = 1 } }
using System.Runtime.InteropServices; namespace Vovin.CmcLibNet.Database { /// <summary> /// Distinguishes GetRowSetBy* parameters /// </summary> [ComVisible(true)] [Guid("E5C36BD5-184F-4C66-9BDE-B1CFB65E6C5C")] internal enum RowSetIdentifier { RowId = 0, Thid = 1 } }
fec4d1cd0e7a07bb33e7f4bab8764ac029e8d86e
cleanup unused code
cleanup unused code
arnovb-github/CmcLibNet
CmcLibNet.Export/Complex/SQLiteWriter.cs
mit
1,592,398,567
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; using System.IO; using System.Linq; using System.Text; using Vovin.CmcLibNet.Database; using Vovin.CmcLibNet.Database.Metadata; using Vovin.CmcLibNet.Extensions; /* On the surface, this looks a lot like...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; using System.IO; using System.Linq; using System.Text; using Vovin.CmcLibNet.Database; using Vovin.CmcLibNet.Database.Metadata; using Vovin.CmcLibNet.Extensions; /* On the surface, this looks a lot like...
74e885f3dad370fe723d191ae6ebdc90e0b52803
#516 count all status codes under 400 as success'
#516 count all status codes under 400 as success'
alhardy/AppMetrics,alhardy/AppMetrics,alhardy/AppMetrics
src/AspNetCore/src/App.Metrics.AspNetCore.Core/Internal/Extensions/HttpContextExtensions.cs
apache-2.0
1,592,398,545
// <copyright file="HttpContextExtensions.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> // ReSharper disable CheckNamespace namespace Microsoft.AspNetCore.Http // ReSharper restore CheckNamespace { internal static class HttpContextExten...
// <copyright file="HttpContextExtensions.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> // ReSharper disable CheckNamespace namespace Microsoft.AspNetCore.Http // ReSharper restore CheckNamespace { internal static class HttpContextExten...
1c0474639dbe96c30564b9d0ae7861b31eaac0e0
Added more logging to pipes router
Added more logging to pipes router
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Messaging.Pipes/Routing/PipesAppMessageRouter.cs
mit
1,592,398,350
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PipesAppMessageRouter.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PipesAppMessageRouter.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the ...
b0228c4dd1a9eed250c176b383ae70d0ec233831
Added logging to the Output window (#36)
Added logging to the Output window (#36) +semver: feature
roryprimrose/Neovolve.UnitTest
Divergic.Logging.Xunit/TestOutputLogger.cs
mit
1,592,398,128
namespace Divergic.Logging.Xunit { using System; using System.Collections.Generic; using System.Diagnostics; using EnsureThat; using global::Xunit.Abstractions; using Microsoft.Extensions.Logging; /// <summary> /// The <see cref="TestOutputLogger" /> /// class is used to pr...
namespace Divergic.Logging.Xunit { using System; using System.Collections.Generic; using EnsureThat; using global::Xunit.Abstractions; using Microsoft.Extensions.Logging; /// <summary> /// The <see cref="TestOutputLogger" /> /// class is used to provide logging implementation f...
e47564e0198100501f910d4fea03c7c3742cef38
Fix - Ordinamento mezzo con dato tempo di percorrenza Fake provvisorio
Fix - Ordinamento mezzo con dato tempo di percorrenza Fake provvisorio
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/OrdinamentoMezzi.cs
agpl-3.0
1,592,397,927
using Google_API; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.API.Models.Classi.Composizione; using SO115App.API.Models.Classi.Soccorso; using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso; using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso.GestioneTipologie; us...
using Google_API; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; using SO115App.API.Models.Classi.Composizione; using SO115App.API.Models.Classi.Soccorso; using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso; using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso.GestioneTipologie; us...
472e2775ddcf0b5897bcdc0bc2b543f8b765d85a
Done NetworkStack api docs
Done NetworkStack api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Network/NetworkStack.cs
bsd-3-clause
1,592,397,831
using System; using Sys = System; using System.Collections.Generic; using Cosmos.HAL; using Cosmos.System.Network.ARP; using Cosmos.System.Network.IPv4; using Cosmos.Debug.Kernel; namespace Cosmos.System.Network { /// <summary> /// Implement a Network Stack for all network devices and protocols /// </summ...
using System; using Sys = System; using System.Collections.Generic; using Cosmos.HAL; using Cosmos.System.Network.ARP; using Cosmos.System.Network.IPv4; using Cosmos.Debug.Kernel; namespace Cosmos.System.Network { /// <summary> /// Implement a Network Stack for all network devices and protocols /// </summ...
176da36c1755583bcc9fdca46c890528532890bf
Updated examples.
Updated examples.
aspose-tasks/Aspose.Tasks-for-.NET
Examples/CSharp/ExProject.cs
mit
1,592,397,449
namespace Aspose.Tasks.Examples.CSharp { using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Drawing.Printing; using System.IO; using System.Linq; using S...
namespace Aspose.Tasks.Examples.CSharp { using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Drawing; using System.Drawing.Printing; using System.IO; using System.Linq; using S...
036a00f53d0e76ccf6fb62fa10cc080676ed5fbd
Use correctly log area.
Use correctly log area.
akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jko...
src/Avalonia.Base/AvaloniaObject.cs
mit
1,592,397,404
using System; using System.Collections.Generic; using System.ComponentModel; using Avalonia.Data; using Avalonia.Diagnostics; using Avalonia.Logging; using Avalonia.PropertyStore; using Avalonia.Threading; namespace Avalonia { /// <summary> /// An object with <see cref="AvaloniaProperty"/> support. /// </s...
using System; using System.Collections.Generic; using System.ComponentModel; using Avalonia.Data; using Avalonia.Diagnostics; using Avalonia.Logging; using Avalonia.PropertyStore; using Avalonia.Threading; namespace Avalonia { /// <summary> /// An object with <see cref="AvaloniaProperty"/> support. /// </s...
8d9b3b5a54533eb1ab2949065115efc6d809d5e6
Done ICMPPacket api docs
Done ICMPPacket api docs
CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Network/IPv4/ICMPPacket.cs
bsd-3-clause
1,592,397,139
using System; namespace Cosmos.System.Network.IPv4 { /// <summary> /// ICMPPacket class. See also: <seealso cref="IPPacket"/>. /// </summary> internal class ICMPPacket : IPPacket { /// <summary> /// Packet type. /// </summary> protected byte icmpType; /// <s...
using System; namespace Cosmos.System.Network.IPv4 { /// <summary> /// ICMPPacket class. See also: <seealso cref="IPPacket"/>. /// </summary> internal class ICMPPacket : IPPacket { /// <summary> /// Packet type. /// </summary> protected byte icmpType; /// <s...
301bbca6704299b53e047de31252775c5269a90a
Closes #513 fix counter increment code comments
Closes #513 fix counter increment code comments
alhardy/AppMetrics,alhardy/AppMetrics,alhardy/AppMetrics
src/Core/src/App.Metrics.Abstractions/Counter/IMeasureCounterMetrics.cs
apache-2.0
1,592,397,078
// <copyright file="IMeasureCounterMetrics.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> namespace App.Metrics.Counter { /// <summary> /// Provides access to the API allowing Counter Metrics to be measured/recorded. /// </summar...
// <copyright file="IMeasureCounterMetrics.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> namespace App.Metrics.Counter { /// <summary> /// Provides access to the API allowing Counter Metrics to be measured/recorded. /// </summar...
a1eb0f3aff5dc29c2fbb1e5c5c20707d6bed6289
Fix - Log tramite SPID
Fix - Log tramite SPID
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Queries/GestioneUtente/CasLogin/CasLoginQueryHandler.cs
agpl-3.0
1,592,396,850
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
//----------------------------------------------------------------------- // <copyright file="LogInQueryHandler.cs" company="CNVVF"> // Copyright (C) 2017 - CNVVF // // This file is part of SOVVF. // SOVVF is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Li...
c8606e1370a7e98b105cef362032e7da18d2189b
Do not catch exceptions when debugging
Do not catch exceptions when debugging
Xeeynamo/KingdomHearts
OpenKh.Game/Program.cs
mit
1,592,395,653
using OpenKh.Game.Debugging; using System; namespace OpenKh.Game { public static class Program { [STAThread] static void Main(string[] args) { Log.Info("Boot"); #if DEBUG using (var game = new OpenKhGame(args)) game.Run(); #else try ...
using OpenKh.Game.Debugging; using System; namespace OpenKh.Game { public static class Program { [STAThread] static void Main(string[] args) { Log.Info("Boot"); try { using (var game = new OpenKhGame(args)) ga...
dec2dea9815c9460e1811b789949f2a088d12a52
Load KH2.IDX and KH2.IMG from argument path
Load KH2.IDX and KH2.IMG from argument path
Xeeynamo/KingdomHearts
OpenKh.Game/OpenKhGame.cs
mit
1,592,395,645
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
using Microsoft.Xna.Framework; using OpenKh.Common; using OpenKh.Game.DataContent; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.States; using OpenKh.Kh2; using System; using System.IO; using System.Linq; namespace OpenKh.Game { public class OpenKhGame : Microsoft.Xna.Framework....
4c7cbd42ca06173084fdbcab2b712d37e47f798f
Update rate limit for new websocket connections
Update rate limit for new websocket connections
StefanoRaggi/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean
Brokerages/Bitfinex/BitfinexSubscriptionManager.cs
apache-2.0
1,592,395,438
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
3737049dde1e4046f759d84c7860fb7470d7e2b5
Update Bitfinex symbol list
Update Bitfinex symbol list
JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,StefanoRaggi/Lean,jameschch/Lean,jameschch/Lean,AlexCatarino/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,AlexCatarino/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,QuantConnect/Lean
Brokerages/Bitfinex/BitfinexSymbolMapper.cs
apache-2.0
1,592,395,438
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
90066801dca6200e7dcc802c421ce2e94e50f26e
fix(TTS): update TTS example to play music and using normal synthesize
fix(TTS): update TTS example to play music and using normal synthesize
watson-developer-cloud/unity-sdk,watson-developer-cloud/unity-sdk
Examples/ExampleTextToSpeechV1.cs
apache-2.0
1,592,395,377
/** * Copyright 2020 IBM Corp. 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 applicable law ...
/** * Copyright 2020 IBM Corp. 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 applicable law ...
e97a53661e19dbcd1ea003685cb2fc6dc984beea
Done UdpClient api docs
Done UdpClient api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Network/IPv4/UDP/UdpClient.cs
bsd-3-clause
1,592,393,231
using System; using Sys = System; using System.Collections.Generic; namespace Cosmos.System.Network { /// <summary> /// UdpClient class. Used to manage the UDP connection to a client. /// </summary> public class UdpClient { // TODO: Once we support more than just IPv4, we really need to ba...
using System; using Sys = System; using System.Collections.Generic; namespace Cosmos.System.Network { public class UdpClient { // TODO: Once we support more than just IPv4, we really need to base all the IPv4 classes on abstract classes // that represent the required functionality, then we can...
1d578555894fec6b73380c8e800b6c55ca006f11
MessageAdapter. IsSupportTransactionLog is non browsable.
MessageAdapter. IsSupportTransactionLog is non browsable.
StockSharp/StockSharp
Messages/MessageAdapter.cs
apache-2.0
1,592,392,837
#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...
1d169b171b8956f40d701d79265c47df0aa0e20a
Done Config api docs
Done Config api docs
zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Network/IPv4/Config.cs
bsd-3-clause
1,592,392,364
using System.Collections.Generic; using Cosmos.HAL; using System; namespace Cosmos.System.Network.IPv4 { /// <summary> /// Contains a IPv4 configuration /// </summary> public class Config { /// <summary> /// IPv4 configurations list. /// </summary> private static re...
using System.Collections.Generic; using Cosmos.HAL; using System; namespace Cosmos.System.Network.IPv4 { /// <summary> /// Contains a IPv4 configuration /// </summary> public class Config { private static readonly List<Config> ipConfigs = new List<Config>(); internal static void A...
9186ef59f32ecab40c3521c7c028cc57e7e5eb8f
Suppress CA1069 on SDK data
Suppress CA1069 on SDK data
CoraleStudios/Colore,CoraleStudios/Colore
src/Colore/Effects/Keyboard/Key.cs
mit
1,592,391,854
// --------------------------------------------------------------------------------------- // <copyright file="Key.cs" company="Corale"> // Copyright © 2015-2020 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and ass...
// --------------------------------------------------------------------------------------- // <copyright file="Key.cs" company="Corale"> // Copyright © 2015-2020 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and ass...
c7d42bce298904fa1f5ed9633a8ee3d8d7d9dd57
Change behaviour of HandleMessage
Change behaviour of HandleMessage Based on feedback from @poveden in #279, the implementation of the Win32 event handling method (ChromaImplementation.HandleMessage) has been changed to return `false` if event handling has not been registered, or the handle not having the expected value, as opposed to throwing an exce...
CoraleStudios/Colore,CoraleStudios/Colore
src/Colore/Implementations/ChromaImplementation.cs
mit
1,592,391,796
// --------------------------------------------------------------------------------------- // <copyright file="ChromaImplementation.cs" company="Corale"> // Copyright © 2015-2019 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this...
// --------------------------------------------------------------------------------------- // <copyright file="ChromaImplementation.cs" company="Corale"> // Copyright © 2015-2019 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this...
644442acd8c4821d257a2d63af0ca632dd1ef245
Fixed compile error of AssemblerContext in SharpmakeFileParserTest.
Fixed compile error of AssemblerContext in SharpmakeFileParserTest.
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.UnitTests/SharpmakeFileParserTest.cs
apache-2.0
1,592,390,941
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
553fd957d08d4ae1bba1b8396fe3a5b474c04a21
CV-784 test fix.
CV-784 test fix.
SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice
src/SFA.DAS.ProviderApprenticeshipsService.Web/Orchestrators/ManageApprenticesOrchestrator.cs
mit
1,592,390,902
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MediatR; using SFA.DAS.Commitments.Api.Types.Apprenticeship; using SFA.DAS.Commitments.Api.Types.Apprenticeship.Types; using SFA.DAS.Commitments.Api.Types.Commitment.Types; using SFA.DAS.ProviderApprenticeshipsServic...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MediatR; using SFA.DAS.Commitments.Api.Types.Apprenticeship; using SFA.DAS.Commitments.Api.Types.Apprenticeship.Types; using SFA.DAS.Commitments.Api.Types.Commitment.Types; using SFA.DAS.ProviderApprenticeshipsServic...
6e5f23ffe845e8f02e17e39b483ab7f64fbcf3ea
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,390,271
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
#region License /* * WebHeaderCollection.cs * * This code is derived from WebHeaderCollection.cs (System.Net) of Mono * (http://www.mono-project.com). * * The MIT License * * Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) * Copyright (c) 2007 Novell, Inc. (http://www.novell.com) * Copyright (c) 2012-...
50e2a24848da89a2c315d6100e2822d7f8b00184
[Modify] Polish it
[Modify] Polish it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,390,212
#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-...
5e74985edafa034306c4559d32e99aa495697d80
Add scrolling capability to results screen
Add scrolling capability to results screen
UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu-new,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu
osu.Game/Screens/Ranking/ResultsScreen.cs
mit
1,592,389,720
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu....
6f92478b40a0f9587220fc7dcdf34846c797c372
CV-784 bug fix.
CV-784 bug fix.
SkillsFundingAgency/das-providerapprenticeshipsservice,SkillsFundingAgency/das-providerapprenticeshipsservice
src/SFA.DAS.ProviderApprenticeshipsService.Web/Orchestrators/ManageApprenticesOrchestrator.cs
mit
1,592,387,006
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MediatR; using SFA.DAS.Commitments.Api.Types.Apprenticeship; using SFA.DAS.Commitments.Api.Types.Apprenticeship.Types; using SFA.DAS.Commitments.Api.Types.Commitment.Types; using SFA.DAS.ProviderApprenticeshipsServic...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MediatR; using SFA.DAS.Commitments.Api.Types.Apprenticeship; using SFA.DAS.Commitments.Api.Types.Apprenticeship.Types; using SFA.DAS.Commitments.Api.Types.Commitment.Types; using SFA.DAS.ProviderApprenticeshipsServic...
f0043c29b6a835c8703292875dbe9a8a1a4386c6
Fix formatting of attributes
Fix formatting of attributes
CoraleStudios/Colore,CoraleStudios/Colore
src/Colore/Native/NativeSdkMethods.cs
mit
1,592,386,220
// --------------------------------------------------------------------------------------- // <copyright file="NativeSdkMethods.cs" company="Corale"> // Copyright © 2015-2019 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this sof...
// --------------------------------------------------------------------------------------- // <copyright file="NativeSdkMethods.cs" company="Corale"> // Copyright © 2015-2019 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this sof...
c2ac75b63d265e462deea24f9c041d78f373eee1
Fix warning
Fix warning
SixLabors/Fonts,SixLabors/Fonts
tests/SixLabors.Fonts.Tests/Issues/Issues_104.cs
apache-2.0
1,592,385,874
using SixLabors.Fonts.Tables.General.CMap; using Xunit; using static SixLabors.Fonts.Tables.General.CMap.Format4SubTable; namespace SixLabors.Fonts.Tests.Issues { public class Issues_104 { [Fact] public void Format4SubTableWithSegmentsHasOffByOneWhenOverflowing() { var tbl =...
using SixLabors.Fonts.Exceptions; using SixLabors.Fonts.Tables.General.CMap; using Xunit; using static SixLabors.Fonts.Tables.General.CMap.Format4SubTable; namespace SixLabors.Fonts.Tests.Issues { public class Issues_104 { [Fact] public void Format4SubTableWithSegmentsHasOffByOneWhenOverflowing...
15421de4788bdb59c3f24a9543b716c09e5e0963
StrategyInfoMessage. Fix CopyTo
StrategyInfoMessage. Fix CopyTo
StockSharp/StockSharp
Algo/Strategies/Messages/StrategyInfoMessage.cs
apache-2.0
1,592,383,681
namespace StockSharp.Algo.Strategies.Messages { using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using Ecng.Common; using Ecng.Collections; using StockSharp.Community; using StockSharp.Messages; /// <summary> /// The message contains information about s...
namespace StockSharp.Algo.Strategies.Messages { using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using Ecng.Common; using Ecng.Collections; using StockSharp.Community; using StockSharp.Messages; /// <summary> /// The message contains information about s...