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
0d7b0b96746a473a9e79f3246c32e05ad0e759da
Add back ctor to revert a breaking change
Add back ctor to revert a breaking change
tcmorris/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,mattbrailsford/Umbraco-CMS,KevinJump/Umbraco-CMS,NikRimington/Umbraco-CMS,leekelleher/Umbraco-CMS,umbraco/Umbraco-CMS,bjarnef/Umbraco-CMS,mattbrailsford/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,abryukh...
src/Umbraco.Core/Models/RelationType.cs
mit
1,586,977,874
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
using System; using System.Runtime.Serialization; using Umbraco.Core.Exceptions; using Umbraco.Core.Models.Entities; namespace Umbraco.Core.Models { /// <summary> /// Represents a RelationType /// </summary> [Serializable] [DataContract(IsReference = true)] public class RelationType : EntityBa...
fdab6d12fe66f3b588d1c3f0244f56c6f2f67e71
settings window is resizeable with scrollbars
settings window is resizeable with scrollbars
cadon/ARKStatsExtractor
ARKBreedingStats/settings/Settings.Designer.cs
mit
1,586,977,812
namespace ARKBreedingStats.settings { partial class Settings { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
namespace ARKBreedingStats.settings { partial class Settings { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
5b0bd4a6ef22fe304bc2aed334f3d72e739bf158
Minor cleanup.
Minor cleanup.
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer.Core/NodeQueryMatcher.cs
mit
1,586,977,496
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
fe94f673dda58f80064e258d9dbd754eb6f6b8e2
Add missing comment to Configuration Checker
Add missing comment to Configuration Checker
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Providers/LeapMotion/Editor/ConfigurationChecker/LeapMotionConfigurationChecker.cs
mit
1,586,977,460
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEngine; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEngine; ...
821a9812fb5ee4b8fffd1776b1cc93856e02d594
updated status tooltip text
updated status tooltip text
cadon/ARKStatsExtractor
ARKBreedingStats/CreatureBox.cs
mit
1,586,977,050
using ARKBreedingStats.library; using ARKBreedingStats.Library; using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace ARKBreedingStats { public partial class CreatureBox : UserControl { private Creature creature; public event Action<Creatur...
using ARKBreedingStats.library; using ARKBreedingStats.Library; using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace ARKBreedingStats { public partial class CreatureBox : UserControl { private Creature creature; public event Action<Creatur...
9a17de28a15676cf4aa035a582148a57f5ace8e2
DefaultWorkflowProcessor.GetExecutionArgumentsAsync returns now always a non-null value.
DefaultWorkflowProcessor.GetExecutionArgumentsAsync returns now always a non-null value.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Workflow/DefaultWorkflowProcessor.cs
mit
1,586,976,630
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultWorkflowProcessor.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in t...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultWorkflowProcessor.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in t...
1605f3a0122ffae6d2c02f7f3becd09cbd51c44f
Add Leap Core Assets Version check to Leap Configuration Checker
Add Leap Core Assets Version check to Leap Configuration Checker
killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Providers/LeapMotion/Editor/ConfigurationChecker/LeapMotionConfigurationChecker.cs
mit
1,586,976,226
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEngine; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Collections.Generic; using System.IO; using System.Linq; using UnityEditor; using UnityEngine; ...
9168a4ba86be6944e57db5a3578d40d976fe1fba
BinToHex cleanup
BinToHex cleanup
iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie
src/Peachpie.Runtime/Utilities/StringUtils.cs
apache-2.0
1,586,975,514
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pchp.Core.Utilities { public static class StringUtils { public static bool EqualsOrdinalIgnoreCase(this string str1, string str2) => string.Equals(str1, str2, StringComparison....
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pchp.Core.Utilities { public static class StringUtils { public static bool EqualsOrdinalIgnoreCase(this string str1, string str2) => string.Equals(str1, str2, StringComparison....
c6e99fb4aab76fc2477eb7828887373bbd9f0075
Add unit test to verify the fix
Add unit test to verify the fix
couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net
src/Couchbase.Lite.Tests.Shared/DatabaseEncryptionTest.cs
apache-2.0
1,586,974,522
// // DatabaseEncryptionTest.cs // // Copyright (c) 2017 Couchbase, 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/LI...
// // DatabaseEncryptionTest.cs // // Copyright (c) 2017 Couchbase, 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/LI...
99289845fa0fc58be8ebf17298893219b2dd4d04
Validate address and custom change address when Max button is clicked
Validate address and custom change address when Max button is clicked
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/SendControlViewModel.cs
mit
1,586,974,408
using Avalonia.Input; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; us...
using Avalonia.Input; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using Splat; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Reactive; using System.Reactive.Disposables; us...
5c84e768f4d96df8fe025bbdca7446c9f675c339
Avoid changing the layout between Layout and Repaint and fix a message.
Avoid changing the layout between Layout and Repaint and fix a message.
pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,mockingbirdnest/Principia,pleroy/Principia,pleroy/Principia,pleroy/Principia
ksp_plugin_adapter/flight_planner.cs
mit
1,586,974,248
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace principia { namespace ksp_plugin_adapter { class FlightPlanner : SupervisedWindowRenderer { public FlightPlanner(PrincipiaPluginAdapter adapter) : base(adapter) { adapt...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; namespace principia { namespace ksp_plugin_adapter { class FlightPlanner : SupervisedWindowRenderer { public FlightPlanner(PrincipiaPluginAdapter adapter) : base(adapter) { adapt...
e9c0e62b9deeaf6507d657e22cfd62f63214a2d8
Fix GetHashCode throws undefined object
Fix GetHashCode throws undefined object
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,129
using System; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { [DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")] public class Urn : IUrn, IEquatable<IUrn>, IBlobId { /// <summary> /// Specifies if the URNs will follow strictly the rfc(https://too...
using System; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { [DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")] public class Urn : IUrn, IEquatable<IUrn>, IBlobId { /// <summary> /// Specifies if the URNs will follow strictly the rfc(https://too...
eee04fe45dfe79c73c8adae1e0898646d81eaa15
Make static IUrnFormatProviders readonly
Make static IUrnFormatProviders readonly
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,129
using System; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { [DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")] public class Urn : IUrn, IEquatable<IUrn>, IBlobId { /// <summary> /// Specifies if the URNs will follow strictly the rfc(https://too...
using System; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { [DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")] public class Urn : IUrn, IEquatable<IUrn>, IBlobId { /// <summary> /// Specifies if the URNs will follow strictly the rfc(https://too...
61e8039e5e3441134d6a0417588598de84267f75
Exposes the generic type of the AR
Exposes the generic type of the AR
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/EntityId.cs
apache-2.0
1,586,974,129
namespace Elders.Cronus { public abstract class EntityId<TAggregateRootId> : EntityUrn, IEntityId where TAggregateRootId : IAggregateRootId { protected EntityId() { } public EntityId(string idBase, TAggregateRootId rootId, string entityName) : base(rootId, entityName, idBase) { ...
namespace Elders.Cronus { public abstract class EntityId<TAggregateRootId> : EntityUrn, IEntityId where TAggregateRootId : IAggregateRootId { protected EntityId() { } public EntityId(string idBase, TAggregateRootId rootId, string entityName) : base(rootId, entityName, idBase) { ...
ef1b42f9c1e71dbe0e3e1681888fa7721da8b779
Add RawIdProperty for getting the propertyInfo for the private setter RawId
Add RawIdProperty for getting the propertyInfo for the private setter RawId
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,129
using System; using System.Reflection; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { [DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")] public class Urn : IUrn, IEquatable<IUrn>, IBlobId { /// <summary> /// Specifies if the URNs will follow str...
using System; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { [DataContract(Name = "d3ff08b5-38e2-4aaf-b3a8-ccc423ed096d")] public class Urn : IUrn, IEquatable<IUrn>, IBlobId { /// <summary> /// Specifies if the URNs will follow strictly the rfc(https://too...
7281d96695bf0b5621125d924df28ad92fbb6f66
Fixes EntityUrn initialization
Fixes EntityUrn initialization
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/EntityUrn.cs
apache-2.0
1,586,974,128
using System; namespace Elders.Cronus { public class EntityUrn : Urn { const string NSS_REGEX = @"\A(?i:(?<arname>(?:[-a-z0-9()+,.:=@;$_!*'&~\/]|%[0-9a-f]{2})+):(?<arid>(?:[-a-z0-9()+,.:=@;$_!*'&~\/]|%[0-9a-f]{2})+)\/(?<entityname>(?:[-a-z0-9()+,.:=@;$_!*'&~\/]|%[0-9a-f]{2})+):(?<entityid>(?:[-a-z0-9(...
using System; namespace Elders.Cronus { public class EntityUrn : Urn { const string NSS_REGEX = @"\A(?i:(?<arname>(?:[-a-z0-9()+,.:=@;$_!*'&~\/]|%[0-9a-f]{2})+):(?<arid>(?:[-a-z0-9()+,.:=@;$_!*'&~\/]|%[0-9a-f]{2})+)\/(?<entityname>(?:[-a-z0-9()+,.:=@;$_!*'&~\/]|%[0-9a-f]{2})+):(?<entityid>(?:[-a-z0-9(...
90af9a26a9b95cc8bfeeca8cbd68549bd6361c0a
Overriding GetHashCode()
Overriding GetHashCode()
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,128
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map ...
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map ...
b79fe3f4bae146569af21192330c7c2dc276e12c
Overriding == operator
Overriding == operator
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,128
using System; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map other namespaces (which share the prope...
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map ...
177690cb2a64c07deaaabe869d4efd403deaccce
Ability to extract a bounded context name from a message contract
Ability to extract a bounded context name from a message contract
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/MessageInfo.cs
apache-2.0
1,586,974,127
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.Serialization; namespace Elders.Cronus { public static class MessageInfo { private static readonly ConcurrentDictionary<Type, string> typeToContract = n...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.Serialization; namespace Elders.Cronus { public static class MessageInfo { private static readonly ConcurrentDictionary<Type, string> typeToContract = n...
7f27194740e2563e3f362bd7be8e5c2fc0a624e6
Adds DataContract attribute to the Urn class
Adds DataContract attribute to the Urn class
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,127
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map ...
using System; using System.Diagnostics.CodeAnalysis; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map other namespaces (which share the pr...
fd7416cb665eb52223e8c7b006479517ddf931ba
Check and skip adding components prefix if it is passed to the Urn const
Check and skip adding components prefix if it is passed to the Urn const
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,125
using System; using System.Diagnostics.CodeAnalysis; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map other namespaces (which share the pr...
using System; using System.Diagnostics.CodeAnalysis; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map other namespaces (which share the pr...
084595f5d87bca45c1ff20aa39f5364f6910ed04
change every StringTenantUrn to make its nss part to lower always
change every StringTenantUrn to make its nss part to lower always
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/StringTenantUrn.cs
apache-2.0
1,586,974,124
using System; namespace Elders.Cronus { public class StringTenantUrn : Urn { const string regex = @"\b(?<prefix>[urnURN]{3}):(?<tenant>[a-zA-Z0-9][a-zA-Z0-9-]{0,31}):(?<arname>[a-zA-Z][a-zA-Z_\-.]{0,100}):?(?<id>[a-zA-Z0-9()+,\-.=@;$_!:*'%\/?#]*[a-zA-Z0-9+=@$\/])"; public StringTenantUrn(stri...
using System; namespace Elders.Cronus { public class StringTenantUrn : Urn { const string regex = @"\b(?<prefix>[urnURN]{3}):(?<tenant>[a-zA-Z0-9][a-zA-Z0-9-]{0,31}):(?<arname>[a-zA-Z][a-zA-Z_\-.]{0,100}):?(?<id>[a-zA-Z0-9()+,\-.=@;$_!:*'%\/?#]*[a-zA-Z0-9+=@$\/])"; public StringTenantUrn(stri...
b2ddb894313cabebef12002615f551c8f11f4dd3
Rename UrlEncode and UrlDecode methods to the correct names for the work they do
Rename UrlEncode and UrlDecode methods to the correct names for the work they do
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/StringExtensions.cs
apache-2.0
1,586,974,124
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Elders.Cronus { public static class StringExtensions { const string IsBase64StringPattern = @"^[a-zA-Z0-9\+/]*={0,3}$"; public static string Base64Encode(this string input) { ...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace Elders.Cronus { public static class StringExtensions { const string IsBase64StringPattern = @"^[a-zA-Z0-9\+/]*={0,3}$"; public static string Base64Encode(this string input) { ...
12ea7278a76843242392925017d25ee5d731bc6c
Changed StringTenantId to use the already created for this purpouse StringTenantUrn instead of just Urn
Changed StringTenantId to use the already created for this purpouse StringTenantUrn instead of just Urn
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/StringTenantId.cs
apache-2.0
1,586,974,124
using System; using System.Runtime.Serialization; namespace Elders.Cronus { [DataContract(Name = "b78e63f3-1443-4e82-ba4c-9b12883518b9")] public class StringTenantId : AggregateRootId { [DataMember(Order = 1)] public string Id { get; private set; } [DataMember(Order = 2)] ...
using System; using System.Runtime.Serialization; namespace Elders.Cronus { [DataContract(Name = "b78e63f3-1443-4e82-ba4c-9b12883518b9")] public class StringTenantId : AggregateRootId { [DataMember(Order = 1)] public string Id { get; private set; } [DataMember(Order = 2)] ...
8eeb766aa894e7e0980f53ac11dcb4f700a0d999
Updated Urn class and also added new UrnRegex which to be used for extracting the information from a given urn
Updated Urn class and also added new UrnRegex which to be used for extracting the information from a given urn
Elders/Cronus.DomainModeling,Elders/Cronus.DomainModeling
src/Elders.Cronus.DomainModeling/Urn.cs
apache-2.0
1,586,974,124
using System; using System.Diagnostics.CodeAnalysis; using System.Text; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map other namespaces (which share the pr...
using System; using System.Collections.Generic; using System.Linq; namespace Elders.Cronus { /// <summary> /// Uniform Resource Names (URNs) are intended to serve as persistent, location-independent, resource identifiers and are designed to make /// it easy to map other namespaces(which share the properti...
3acb5366ebc9d6a289d83e23b838e5423718e174
Added NtPrivilegedServiceAuditAlarm.
Added NtPrivilegedServiceAuditAlarm.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/NtSecurityNative.cs
apache-2.0
1,586,973,872
// 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...
d6217b963bb4d55dfdee26333f30353d50cce641
#92 Added filtering on returned folder(s) - decomposing If conditional into more simpler If statements
#92 Added filtering on returned folder(s) - decomposing If conditional into more simpler If statements
sdl/ISHRemote,sdl/ISHRemote
Source/ISHRemote/Trisoft.ISHRemote/Cmdlets/Folder/GetIshFolder.cs
apache-2.0
1,586,973,870
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
/* * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * 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 appl...
d5dd9643810dc637484216e02b577ee2a8a92710
Remove unnecessary code - Clear() is called only upon disposing
Remove unnecessary code - Clear() is called only upon disposing
igitur/ClosedXML,ClosedXML/ClosedXML
ClosedXML/Excel/Rows/XLRowCollection.cs
mit
1,586,973,751
using System; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { using System.Collections; internal class XLRowsCollection : IDictionary<Int32, XLRow> { private readonly Dictionary<Int32, XLRow> _dictionary = new Dictionary<Int32, XLRow>(); public Dictionary<...
using System; using System.Collections.Generic; using System.Linq; namespace ClosedXML.Excel { using System.Collections; internal class XLRowsCollection : IDictionary<Int32, XLRow> { private readonly Dictionary<Int32, XLRow> _dictionary = new Dictionary<Int32, XLRow>(); public Dictionary<...
4c7b7f02f641b1aaa89ab1a43e2e35ac2125f248
Remove unused XLWorksheet.Clear()
Remove unused XLWorksheet.Clear()
igitur/ClosedXML,ClosedXML/ClosedXML
ClosedXML/Excel/XLWorksheet.cs
mit
1,586,973,751
using ClosedXML.Excel.Caching; using ClosedXML.Excel.CalcEngine; using ClosedXML.Excel.Drawings; using ClosedXML.Excel.Ranges.Index; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; namespace ClosedXML.Excel { internal class XLWorksheet : XLRangeBase, IXLWor...
using ClosedXML.Excel.Caching; using ClosedXML.Excel.CalcEngine; using ClosedXML.Excel.Drawings; using ClosedXML.Excel.Ranges.Index; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; namespace ClosedXML.Excel { internal class XLWorksheet : XLRangeBase, IXLWor...
f0577dece10e6eae38be9362230651bc0063f465
Add DebuggerDisplay for XLRichString
Add DebuggerDisplay for XLRichString
igitur/ClosedXML,ClosedXML/ClosedXML
ClosedXML/Excel/RichText/XLRichString.cs
mit
1,586,973,751
using System; using System.Diagnostics; namespace ClosedXML.Excel { [DebuggerDisplay("{Text}")] internal class XLRichString : IXLRichString { private IXLWithRichString _withRichString; public XLRichString(String text, IXLFontBase font, IXLWithRichString withRichString) { ...
using System; namespace ClosedXML.Excel { internal class XLRichString: IXLRichString { IXLWithRichString _withRichString; public XLRichString(String text, IXLFontBase font, IXLWithRichString withRichString) { Text = text; this.CopyFont(font); _withRic...
452cc27da8b789d4523f13f265120cb87ce2eda3
Formatting
Formatting
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs
mit
1,586,973,534
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Utilities.Solvers { ///...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Utilities.Solvers { ///...
ec845a2ac21cc19344f7aad14e1cdf1d0f3a02f1
Update log to warning and to be correct
Update log to warning and to be correct
killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Features/Utilities/Solvers/HandConstraintPalmUp.cs
mit
1,586,973,498
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Utilities.Solvers { ///...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Utilities.Solvers { ///...
dcf670be23fe990aaf1a8712f4e166fd10335177
Added Create3x2Cubemap.cs to UniCAVE namespace
Added Create3x2Cubemap.cs to UniCAVE namespace
livingenvironmentslab/UniCAVE,livingenvironmentslab/UniCAVE,livingenvironmentslab/UniCAVE
UniCAVE2019/Assets/UniCAVE/Extras/Create3x2Cubemap.cs
mit
1,586,973,321
//MIT License //Copyright 2016-Present //Ross Tredinnick //Kevin Ponto //Benny Wysong-Grass //University of Wisconsin - Madison Virtual Environments Group //Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), //to d...
//MIT License //Copyright 2016-Present //Ross Tredinnick //Kevin Ponto //Benny Wysong-Grass //University of Wisconsin - Madison Virtual Environments Group //Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), //to d...
a3c0a81dc1a68b69d38bab1fa955484ad0915e4f
Make static arrays readonly
Make static arrays readonly
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/SDK/Inspectors/UX/Interactable/PressableButtonInspector.cs
mit
1,586,973,087
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.UI; using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Reflection; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.UI; using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Reflection; ...
d3bb5cdcf75419adadf93af279240ddc0807bd31
Small improvement.
Small improvement.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Services/Context.cs
mit
1,586,972,165
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Context.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 f...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Context.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 f...
cf2fddf76028274fe876c22785356c6bf1c7f7d7
fix nuget build (#3532)
fix nuget build (#3532)
microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime,microsoft/onnxruntime
csharp/test/Microsoft.ML.OnnxRuntime.Tests/InferenceTest.cs
mit
1,586,971,811
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using Microsoft.ML.OnnxRuntime.Tensors; using System.Threading.Tasks; using Xunit; using Xunit.Abstr...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using Microsoft.ML.OnnxRuntime.Tensors; using System.Threading.Tasks; using Xunit; using Xunit.Abstr...
d3034685efef7e52d06824236451a77462474512
Now chemistry importer can import additive without overwriting existing assets
Now chemistry importer can import additive without overwriting existing assets
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Chemistry/Editor/Importer.cs
agpl-3.0
1,586,971,731
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using UnityEditor; using UnityEngine; using YamlDotNet.Serialization; using Unity.EditorCoroutines.Editor; using UnityScript.Macros; namespa...
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using UnityEditor; using UnityEngine; using YamlDotNet.Serialization; using Unity.EditorCoroutines.Editor; using UnityScript.Macros; namespa...
b233e38800bca275d99be37381670e667f26570a
Fix broken unit tests
Fix broken unit tests
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/Transactions/TransactionFactoryTests.cs
mit
1,586,970,743
using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Blockchain.Transactions; using...
using NBitcoin; using System; using System.Collections.Generic; using System.Linq; using WalletWasabi.Blockchain.Analysis.Clustering; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Blockchain.TransactionOutputs; using WalletWasabi.Blockchain.Transactions; using...
2d88ddd314641a17759e5a9bed489173399bf9cf
Added Logic to Find Transmission Paths based on Segement connections and sort to ensure longest path is used for FaultLocation
Added Logic to Find Transmission Paths based on Segement connections and sort to ensure longest path is used for FaultLocation
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/openXDA.Model/TransmissionElements/Line.cs
mit
1,586,970,249
//****************************************************************************************************** // Line.cs - Gbtc // // Copyright © 2017, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOTICE...
//****************************************************************************************************** // Line.cs - Gbtc // // Copyright © 2017, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOTICE...
581eafb551dd971f41efd09c0a6d0dcc06b51e86
Address review - remove unused code in OrderTypeNormalizingJsonConverter
Address review - remove unused code in OrderTypeNormalizingJsonConverter
JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,JKarathiya/Lean,AlexCatarino/Lean,QuantConnect/Lean,JKarathiya/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,QuantConnect/Lean,StefanoRaggi/Lean,jameschch/Lean,StefanoRaggi/Lean
Report/OrderTypeNormalizingJsonConverter.cs
apache-2.0
1,586,969,961
/* * 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...
7acdd6de4d04257345519e555c50506070f0debf
Update default forward to be back at the camera
Update default forward to be back at the camera which is the direction the touch will be coming from
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Services/InputSystem/NearInteractionTouchable.cs
mit
1,586,969,578
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Add ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Add ...
6f04afb10c6e31ecde5d94fadf3e75edbf585fb6
Formatting
Formatting
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity
Assets/MRTK/SDK/Inspectors/UX/Interactable/PressableButtonInspector.cs
mit
1,586,969,335
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.UI; using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Reflection; ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.UI; using Microsoft.MixedReality.Toolkit.Utilities.Editor; using System.Reflection; ...
f4a60269a72fa285bb4785b1a2621fe5de2f62b2
Data QueryExecute
Data QueryExecute
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/UtilFramework.cs
mit
1,586,969,210
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Framework.Cli")] // Internal functions used by Framework.Cli assembly. namespace Framework { using Framework.Server; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; ...
48266fb8d0cab6bd470a768840e00380f40525ba
Add missing modifier
Add missing modifier
killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Services/InputSystem/NearInteractionTouchable.cs
mit
1,586,969,016
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Add ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Add ...
6b574c00c2e9d8ae0a676d272d3a998aa526d76f
Expose export method
Expose export method
ADAPT/ISOv4Plugin
ISOv4Plugin/Plugin.cs
epl-1.0
1,586,968,791
/* * ISO standards can be purchased through the ANSI webstore at https://webstore.ansi.org */ using AgGateway.ADAPT.ApplicationDataModel.ADM; using AgGateway.ADAPT.ISOv4Plugin.ExtensionMethods; using AgGateway.ADAPT.ISOv4Plugin.ISOModels; using AgGateway.ADAPT.ISOv4Plugin.Mappers; using System.Collections.Generic; us...
/* * ISO standards can be purchased through the ANSI webstore at https://webstore.ansi.org */ using AgGateway.ADAPT.ApplicationDataModel.ADM; using AgGateway.ADAPT.ISOv4Plugin.ExtensionMethods; using AgGateway.ADAPT.ISOv4Plugin.ISOModels; using AgGateway.ADAPT.ISOv4Plugin.Mappers; using System.Collections.Generic; us...
3b1982c7e040593261d264bafb97b31cfd6b7a26
Deprecate MobileAds.Initialize(string appId)
Deprecate MobileAds.Initialize(string appId) PiperOrigin-RevId: 306660399
googleads/googleads-mobile-unity,googleads/googleads-mobile-unity
source/plugin/Assets/GoogleMobileAds/Api/MobileAds.cs
apache-2.0
1,586,968,734
// Copyright (C) 2017 Google, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed ...
// Copyright (C) 2017 Google, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed ...
31bf6dedcd13d6bcdae4563520b9ba5b44402028
Fix typos. (#442)
Fix typos. (#442)
paolosalvatori/ServiceBusExplorer,paolosalvatori/ServiceBusExplorer
src/ServiceBusExplorer/Forms/MessageForm.cs
mit
1,586,968,139
#region Copyright //======================================================================================= // Microsoft Azure Customer Advisory Team // // This sample is supplemental to the technical guidance published on my personal // blog at http://blogs.msdn.com/b/paolos/. // // Author: Paolo Salvatori //========...
#region Copyright //======================================================================================= // Microsoft Azure Customer Advisory Team // // This sample is supplemental to the technical guidance published on my personal // blog at http://blogs.msdn.com/b/paolos/. // // Author: Paolo Salvatori //========...
f06dcfaa2a0e0dca7c3327f3028a6fdbe51f84cf
Improve line splitting in assembler.
Improve line splitting in assembler.
ryanjfitz/SimpSim.NET,ryanjfitz/SimpSim.NET
SimpSim.NET/Assembly/Assembler.cs
mit
1,586,968,104
using System; using System.Collections.Generic; namespace SimpSim.NET { public class Assembler { private readonly IDictionary<string, byte> _symbolTable; private readonly InstructionByteCollection _bytes; private readonly AddressSyntaxParser _addressSyntaxParser; public Assembl...
using System; using System.Collections.Generic; namespace SimpSim.NET { public class Assembler { private readonly IDictionary<string, byte> _symbolTable; private readonly InstructionByteCollection _bytes; private readonly AddressSyntaxParser _addressSyntaxParser; public Assembl...
373b9eaeb20422403e6a4b0ede0b193697da7db0
optimize ParseRawLittleEndian32
optimize ParseRawLittleEndian32
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/ParsingPrimitives.cs
bsd-3-clause
1,586,968,098
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
914bfc1d63e61c94f5c305f28fb710865c1e8185
Added auditing functions system calls.
Added auditing functions system calls.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/NtSecurityNative.cs
apache-2.0
1,586,968,035
// 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...
8e758c8f9e3d76076093b475abbe7ad30500735d
Added Package SID and AllApplicationPackages SIDs when doing a capability check.
Added Package SID and AllApplicationPackages SIDs when doing a capability check.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtObjectManager/Cmdlets/Object/TestNtTokenGroupCmdlet.cs
apache-2.0
1,586,967,956
// Copyright 2020 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 2020 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...
37d5abd4c5ee5d5fe0755ca7919c0a5c84db7925
Remove unused.
Remove unused.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Tests/UnitTests/BitcoinCore/IndexBuilderServiceTests.cs
mit
1,586,967,121
using NBitcoin; using NBitcoin.Crypto; using NBitcoin.RPC; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using WalletWasabi.BitcoinCore.RpcModels; using WalletWasabi.Blockchain.BlockFilters; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tes...
using NBitcoin; using NBitcoin.Crypto; using NBitcoin.RPC; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using WalletWasabi.BitcoinCore.RpcModels; using WalletWasabi.Blockchain.BlockFilters; using WalletWasabi.Blockchain.Blocks; using Xunit; namespace WalletWasabi.Tes...
cff1385cbb1dfacc40a0df93eceb786340bf61c3
Add missing tooltips
Add missing tooltips
killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MRTK/Services/InputSystem/NearInteractionTouchable.cs
mit
1,586,966,941
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Add ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Linq; using UnityEngine; using UnityEngine.Serialization; namespace Microsoft.MixedReality.Toolkit.Input { /// <summary> /// Add ...
9ab7055be721367646c7525dc252b3ce3642f754
Update TestRecognisedMethods.cs
Update TestRecognisedMethods.cs
NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework
Test/NakedObjects.SystemTest/Methods/TestRecognisedMethods.cs
apache-2.0
1,586,965,364
//// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT //// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. //// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. //// Unle...
//// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT //// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. //// You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. //// Unle...
e075a1dde424b6f38c7ca39e4a887af3076037c0
Exposed PointSource (which has events)
Exposed PointSource (which has events) https://github.com/NModbus/NModbus/issues/11
NModbus/NModbus
NModbus/Data/SlaveDataStore.cs
mit
1,586,965,167
namespace NModbus.Data { public class SlaveDataStore : ISlaveDataStore { public PointSource<ushort> HoldingRegisters { get; } = new PointSource<ushort>(); public PointSource<ushort> InputRegisters { get; } = new PointSource<ushort>(); public PointSource<bool> CoilDiscretes { get;...
namespace NModbus.Data { public class SlaveDataStore : ISlaveDataStore { public IPointSource<ushort> HoldingRegisters { get; } = new PointSource<ushort>(); public IPointSource<ushort> InputRegisters { get; } = new PointSource<ushort>(); public IPointSource<bool> CoilDiscretes { get; }...
b5c1752f0a40a731bdefc4c328c2b9cb05a953bf
Calculate best ruleset order only once
Calculate best ruleset order only once
ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Screens/Select/DifficultyRecommender.cs
mit
1,586,963,691
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerab...
01086963f132901fa5769af007fd4737a5f3dfd8
Dispose reader after finish enumerating.
Dispose reader after finish enumerating.
CXuesong/WikiClientLibrary,CXuesong/WikiClientLibrary
WikiClientLibrary.Wikibase/SerializableEntity.cs
apache-2.0
1,586,963,511
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using WikiClientLibrary.Wikibase.DataTypes; namespace WikiClientLibrary.Wikibase { /// <summary>...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using WikiClientLibrary.Wikibase.DataTypes; namespace WikiClientLibrary.Wikibase { /// <summary>...
73850e772c0c0fec99e6586b0a6b04fc673b4314
Fix for confusing log message
Fix for confusing log message https://github.com/NModbus/NModbus/issues/56
NModbus/NModbus
NModbus/IO/ModbusTransport.cs
mit
1,586,963,207
using System; using System.Diagnostics; using System.IO; using System.Net.Sockets; using System.Threading.Tasks; using NModbus.Logging; using NModbus.Message; using NModbus.Unme.Common; namespace NModbus.IO { /// <summary> /// Modbus transport. /// Abstraction - http://en.wikipedia.org/wiki/B...
using System; using System.Diagnostics; using System.IO; using System.Net.Sockets; using System.Threading.Tasks; using NModbus.Logging; using NModbus.Message; using NModbus.Unme.Common; namespace NModbus.IO { /// <summary> /// Modbus transport. /// Abstraction - http://en.wikipedia.org/wiki/B...
815c9c6f23ff37ae02f6d18ce25a3fc95f0daeb2
Revert "Proposed fix for #304 (#305)" (#308)
Revert "Proposed fix for #304 (#305)" (#308) This reverts commit a629cd25e372a9d310e0df904bf95a55af333711.
EtienneLamoureux/TQVaultAE
src/TQVaultAE.GUI/Components/EquipmentPanel.cs
mit
1,586,963,135
//----------------------------------------------------------------------- // <copyright file="EquipmentPanel.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.GU...
//----------------------------------------------------------------------- // <copyright file="EquipmentPanel.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.GU...
a629cd25e372a9d310e0df904bf95a55af333711
Proposed fix for #304 (#305)
Proposed fix for #304 (#305) Proposed fix for #304
EtienneLamoureux/TQVaultAE
src/TQVaultAE.GUI/Components/EquipmentPanel.cs
mit
1,586,963,101
//----------------------------------------------------------------------- // <copyright file="EquipmentPanel.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.GU...
//----------------------------------------------------------------------- // <copyright file="EquipmentPanel.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.GU...
a3fa0d2373337e3cd4730dad8382bae1d04d6a19
Removed Boogie/Z3 options that are not helping with performance
Removed Boogie/Z3 options that are not helping with performance My preliminary exploration indicates that this is maybe the best setup.
boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral
source/Driver.cs
mit
1,586,963,086
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Boogie; using System.Diagnostics; using cba.Util; using cba; using Microsoft.Boogie.Houdini; using System.Runtime.Serialization.Formatters.Binary; using System.IO; namespace cba { public class Driver { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Boogie; using System.Diagnostics; using cba.Util; using cba; using Microsoft.Boogie.Houdini; using System.Runtime.Serialization.Formatters.Binary; using System.IO; namespace cba { public class Driver { ...
47187ec14cbbcfe9ebb8157150cae30e1346c2aa
Simplify recommended beatmap presenting
Simplify recommended beatmap presenting
smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,peppy/osu
osu.Game/OsuGame.cs
mit
1,586,963,063
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using osu.Framework.Configuration; using osu.Framework.Screens; using osu.Game.Configuration; us...
552cad5c0f01ba2e186d5104b6a8a55273eaaad7
Fix crash when loading certain modded characters (#303)
Fix crash when loading certain modded characters (#303) Fix #280
EtienneLamoureux/TQVaultAE
src/TQVaultAE.Data/TQDataService.cs
mit
1,586,962,870
//----------------------------------------------------------------------- // <copyright file="TQData.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.Data { usin...
//----------------------------------------------------------------------- // <copyright file="TQData.cs" company="None"> // Copyright (c) Brandon Wallace and Jesse Calhoun. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace TQVaultAE.Data { usin...
fc3965f5a3b96a522f4983bc867099b1e0674bc8
Also Wrap certificate namespace in a !UWP compiler directive in options builder
Also Wrap certificate namespace in a !UWP compiler directive in options builder
chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet
Source/MQTTnet/Server/MqttServerOptionsBuilder.cs
mit
1,586,962,825
using System; using System.Net; using System.Net.Security; using System.Security.Authentication; #if !WINDOWS_UWP using System.Security.Cryptography.X509Certificates; #endif namespace MQTTnet.Server { public class MqttServerOptionsBuilder { private readonly MqttServerOptions _options = new MqttServerO...
using System; using System.Net; using System.Net.Security; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; namespace MQTTnet.Server { public class MqttServerOptionsBuilder { private readonly MqttServerOptions _options = new MqttServerOptions(); publi...
1d553c5eceee550d59115bb7ed9408f435a7b6a5
Wrap certificate namespace in a !UWP compiler directive
Wrap certificate namespace in a !UWP compiler directive
chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet
Source/MQTTnet/Server/MqttServerTlsTcpEndpointOptions.cs
mit
1,586,962,626
using System.Net.Security; using System.Security.Authentication; #if !WINDOWS_UWP using System.Security.Cryptography.X509Certificates; #endif namespace MQTTnet.Server { public class MqttServerTlsTcpEndpointOptions : MqttServerTcpEndpointBaseOptions { public MqttServerTlsTcpEndpointOptions() { ...
using System.Net.Security; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; namespace MQTTnet.Server { public class MqttServerTlsTcpEndpointOptions : MqttServerTcpEndpointBaseOptions { public MqttServerTlsTcpEndpointOptions() { Port = 8883;...
07ad9fc557588c894839daaf4dc66d9d17ab83a3
Add exception if both Certificate and X509Certificate are set
Add exception if both Certificate and X509Certificate are set
chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet,chkr1011/MQTTnet
Source/MQTTnet/Implementations/MqttTcpServerAdapter.cs
mit
1,586,962,523
#if !WINDOWS_UWP using MQTTnet.Adapter; using MQTTnet.Diagnostics; using MQTTnet.Internal; using MQTTnet.Server; using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; namesp...
#if !WINDOWS_UWP using MQTTnet.Adapter; using MQTTnet.Diagnostics; using MQTTnet.Internal; using MQTTnet.Server; using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; namesp...
029836a6f226c1df3fb0d660715a44a519615576
IR-1540 Create Fiat based orders (Model)
IR-1540 Create Fiat based orders (Model)
independentreserve/dotNetApiClient,independentreserve/dotNetApiClient
src/DotNetClientApi/Data/BankOrder.cs
apache-2.0
1,586,962,325
using System; namespace IndependentReserve.DotNetClientApi.Data { /// <summary> /// Bank order (newly created) /// </summary> public class BankOrder { /// <summary> /// Gets order guid /// </summary> public Guid OrderGuid { get; set; } /// <summary> ...
using System; namespace IndependentReserve.DotNetClientApi.Data { /// <summary> /// Bank order (newly created) /// </summary> public class BankOrder { /// <summary> /// Gets order guid /// </summary> public Guid OrderGuid { get; set; } /// <summary> ...
9327d5dad3ce5c4a7d5a0c421d668a5da31af0c5
Fixed Bug where Length did not get assigned to Line Segment correctly
Fixed Bug where Length did not get assigned to Line Segment correctly
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Tools/DeviceDefinitionsMigrator/Program.cs
mit
1,586,961,788
//****************************************************************************************************** // Program.cs - Gbtc // // Copyright © 2019, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOT...
//****************************************************************************************************** // Program.cs - Gbtc // // Copyright © 2019, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // the NOT...
ef9448e3b01208458d5b396c7324539dcfedd000
- Fix: leave opened file.
- Fix: leave opened file.
HiraokaHyperTools/PDFsharp,HiraokaHyperTools/PDFsharp
PDFsharp/testing/PdfSharp.Xps.UnitTests/Typography/RenderingTypography.cs
mit
1,586,961,751
using System; using System.Diagnostics; using System.Text; using System.Collections.Generic; using NUnit.Framework; using NUnit.Helper; using System.Reflection; using System.IO; using System.Xml; using System.Windows; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Controls; ...
using System; using System.Diagnostics; using System.Text; using System.Collections.Generic; using NUnit.Framework; using NUnit.Helper; using System.Reflection; using System.IO; using System.Xml; using System.Windows; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Controls; ...
fcb24abb776099cb8fc12f1fd00f706f68cdd7c4
Console.WriteLine as TestContext may not always work in all VS versions
Console.WriteLine as TestContext may not always work in all VS versions
marcemarc/Umbraco-CMS,robertjf/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,abryukhov/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS...
src/Umbraco.Tests.Integration/Umbraco.Configuration/UmbracoSettings/ContentElementDefaultTests.cs
mit
1,586,961,217
using System; using System.Linq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Configuration.UmbracoSettings; namespace Umbraco.Tests.Integration.Umbraco.Configuration.UmbracoSettings { [TestFixture] public class ContentElementDefaultTests : ContentElementTests { protected override...
using System; using System.Linq; using NUnit.Framework; using Umbraco.Core; using Umbraco.Core.Configuration.UmbracoSettings; namespace Umbraco.Tests.Integration.Umbraco.Configuration.UmbracoSettings { [TestFixture] public class ContentElementDefaultTests : ContentElementTests { protected override...
35c21fbe522ab58d7e15137008c1f0dea6f328ec
Expose native checksum in environment variable (#475)
Expose native checksum in environment variable (#475)
nanoframework/nf-Visual-Studio-extension
source/Tools.BuildTasks/MetaDataProcessorTask.cs
mit
1,586,960,737
// // Copyright (c) 2017 The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System.ComponentModel; using System; u...
// // Copyright (c) 2017 The nanoFramework project contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using System.ComponentModel; using System; u...
74b98d5d75bdcebe6b7a8d00c25a468355f917fe
Fixed conflicts which caused bugs
Fixed conflicts which caused bugs
fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/ItemMagBoots.cs
agpl-3.0
1,586,960,401
using System; using System.Collections; using System.Collections.Generic; using Atmospherics; using UnityEngine; using Mirror; using UnityEngine.Events; using System.Linq; using UnityEngine.UI; public class ItemMagBoots : NetworkBehaviour, IServerActionGUI, IClientInventoryMove,IServerInventoryMove { [SyncVar(hook ...
using System; using System.Collections; using System.Collections.Generic; using Atmospherics; using UnityEngine; using Mirror; using UnityEngine.Events; using System.Linq; using UnityEngine.UI; public class ItemMagBoots : NetworkBehaviour, IServerActionGUI, IClientInventoryMove,IServerInventoryMove { [SyncVar(hook =...
fa9a7a4267e22cb33c8f17d84bc2d4bf024d6f1f
Update Catalog.cs
Update Catalog.cs Missing ;
ADAPT/ADAPT
source/ADAPT/ADM/Catalog.cs
epl-1.0
1,586,959,768
/******************************************************************************* * Copyright (C) 2015-16, 2018 AgGateway and ADAPT Contributors * Copyright (C) 2015-16 Deere and Company * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under ...
/******************************************************************************* * Copyright (C) 2015-16, 2018 AgGateway and ADAPT Contributors * Copyright (C) 2015-16 Deere and Company * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under ...
77dbb7f56040df6d2630717f30e74ff4d5afbc9f
Update Catalog.cs
Update Catalog.cs
ADAPT/ADAPT
source/ADAPT/ADM/Catalog.cs
epl-1.0
1,586,959,540
/******************************************************************************* * Copyright (C) 2015-16, 2018 AgGateway and ADAPT Contributors * Copyright (C) 2015-16 Deere and Company * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under ...
/******************************************************************************* * Copyright (C) 2015-16, 2018 AgGateway and ADAPT Contributors * Copyright (C) 2015-16 Deere and Company * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under ...
c7ec38e9d89f1be635f5ba938f4924a083bfbd20
improved expand behavior of mapping nodes
improved expand behavior of mapping nodes
GeertBellekens/Enterprise-Architect-Toolpack,GeertBellekens/Enterprise-Architect-Toolpack
EAMapping/MappingControlGUI.cs
bsd-2-clause
1,586,959,320
using BrightIdeasSoftware; using EAAddinFramework.Mapping; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using MP = MappingFramework; using UML = TSF.UmlToolingFramework.UML; namespace EAMapping { /// <summary> /// Description of MappingCo...
using BrightIdeasSoftware; using EAAddinFramework.Mapping; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using MP = MappingFramework; using UML = TSF.UmlToolingFramework.UML; namespace EAMapping { /// <summary> /// Description of MappingCo...
ac41ef49ade28501bb541c53f1a6bee13cc2cfbe
Typo in Validator fixed
Typo in Validator fixed
AutomatedLab/AutomatedLab,AutomatedLab/AutomatedLab
LabXml/Validator/Roles/UnknownRoleProperties.cs
mit
1,586,958,991
using System.Collections; using System.Collections.Generic; using System.Linq; namespace AutomatedLab { /// <summary> /// Roles take additional properties in a hashtable. If a propery is specified but no value assigned, somthing is wrong an need to be reported. /// </summary> public class UnknownRoleP...
using System.Collections; using System.Collections.Generic; using System.Linq; namespace AutomatedLab { /// <summary> /// Roles take additional properties in a hashtable. If a propery is specified but no value assigned, somthing is wrong an need to be reported. /// </summary> public class UnknownRoleP...
9712e000abee4a5f0898d91ff491daf2d8ecbb31
Update PackagedProduct.cs
Update PackagedProduct.cs Misspelled class name
ADAPT/ADAPT
source/ADAPT/Products/PackagedProduct.cs
epl-1.0
1,586,958,772
/******************************************************************************* * Copyright (C) 2020 AgGateway and ADAPT Contributors * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 *...
/******************************************************************************* * Copyright (C) 2020 AgGateway and ADAPT Contributors * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 *...
b161683d8a2178ecc356ec2a93d1a759751df4a6
add clean-* targets (#319)
add clean-* targets (#319)
IdentityModel/IdentityModelv2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModel2,IdentityModel/IdentityModel,IdentityModel/IdentityModel,IdentityModel/IdentityModelv2
build/Program.cs
apache-2.0
1,586,958,360
using System; using System.IO; using static Bullseye.Targets; using static SimpleExec.Command; namespace build { internal static class Program { private const string packOutput = "./artifacts"; private const string envVarMissing = " environment variable is missing. Aborting."; private...
using System; using System.IO; using static Bullseye.Targets; using static SimpleExec.Command; namespace build { internal static class Program { private const string envVarMissing = " environment variable is missing. Aborting."; private static class Targets { public const ...
fba436432de06c24b9107804b9747ea1571a758a
3624.1: remove unused code
3624.1: remove unused code
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing/2_AggPainter/AggRenderSurface_RenderImages.cs
bsd-2-clause
1,586,958,337
//MIT, 2014-present, WinterDev //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 200...
//MIT, 2014-present, WinterDev //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 200...
a2e64067a93baa89155a4a98468cade0b0bd0881
Implement ISlaveDataStore implicitly
Implement ISlaveDataStore implicitly https://github.com/NModbus/NModbus/issues/59
NModbus/NModbus
NModbus/Data/SlaveDataStore.cs
mit
1,586,958,335
namespace NModbus.Data { public class SlaveDataStore : ISlaveDataStore { public IPointSource<ushort> HoldingRegisters { get; } = new PointSource<ushort>(); public IPointSource<ushort> InputRegisters { get; } = new PointSource<ushort>(); public IPointSource<bool> CoilDiscretes { get; }...
namespace NModbus.Data { public class SlaveDataStore : ISlaveDataStore { private readonly IPointSource<ushort> _holdingRegisters = new PointSource<ushort>(); private readonly IPointSource<ushort> _inputRegisters = new PointSource<ushort>(); private readonly IPointSource<bool> _coilDiscr...
960dbb2d541cd20238e29adea253bf15ab1a1101
3624: fix DestBitmapRasterizer, src_offsetX and src_offsetY is essential
3624: fix DestBitmapRasterizer, src_offsetX and src_offsetY is essential
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.CpuBlit/03_Rasterization/5_DestBitmapRasterizer.cs
bsd-2-clause
1,586,958,200
//BSD, 2014-present, WinterDev //MatterHackers //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is grante...
//BSD, 2014-present, WinterDev //MatterHackers //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is grante...
b55413e6414acef090ccc2be21c3bb079b05d28e
3623: remove unused code
3623: remove unused code
LayoutFarm/PixelFarm
src/PixelFarm/PixelFarm.Drawing/2_AggPainter/AggRenderSurface_RenderImages.cs
bsd-2-clause
1,586,957,994
//MIT, 2014-present, WinterDev //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 200...
//MIT, 2014-present, WinterDev //---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // C# Port port by: Lars Brubaker // larsbrubaker@gmail.com // Copyright (C) 200...
8fc0a276bfaac3483e3ceb4408167f363a038592
Update PackagedProduct.cs
Update PackagedProduct.cs Missing ;
ADAPT/ADAPT
source/ADAPT/Products/PackagedProduct.cs
epl-1.0
1,586,957,832
/******************************************************************************* * Copyright (C) 2020 AgGateway and ADAPT Contributors * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 *...
/******************************************************************************* * Copyright (C) 2020 AgGateway and ADAPT Contributors * Copyright (C) 2020 Syngenta * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 *...
bb75e75bc8ccb173ee07716a8bdba919910ceabe
Inline param refs if AllowReferencesWithProperties is set
Inline param refs if AllowReferencesWithProperties is set
RSuter/NSwag,RSuter/NSwag,RSuter/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,quails4Eva/NSwag,RSuter/NSwag
src/NSwag.Generation/OpenApiDocumentGenerator.cs
mit
1,586,957,638
//----------------------------------------------------------------------- // <copyright file="WebApiToSwaggerGenerator.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@r...
//----------------------------------------------------------------------- // <copyright file="WebApiToSwaggerGenerator.cs" company="NSwag"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NSwag/blob/master/LICENSE.md</license> // <author>Rico Suter, mail@r...
3befcf0215f1e18dd93d18cf5422e63bf9659f2a
fixed ib realtime re-requests
fixed ib realtime re-requests
qusma/qdms,underwater/qdms
QDMS.Server.DataSources.InteractiveBrokers/IB.cs
bsd-3-clause
1,586,957,615
// ----------------------------------------------------------------------- // <copyright file="IB.cs" company=""> // Copyright 2013 Alexander Soffronow Pagonidis // </copyright> // ----------------------------------------------------------------------- // The IB system is a bit weird, with limitations both on the amo...
// ----------------------------------------------------------------------- // <copyright file="IB.cs" company=""> // Copyright 2013 Alexander Soffronow Pagonidis // </copyright> // ----------------------------------------------------------------------- // The IB system is a bit weird, with limitations both on the amo...
6e2b22021cc9e8e849f65cd5a42a723a8b9cfb14
Fix TestFilesystemJobPrep properly on unix (use File.Exists instead)
Fix TestFilesystemJobPrep properly on unix (use File.Exists instead)
imazen/imageflow-dotnet
tests/Imageflow.Test/TestApi.cs
agpl-3.0
1,586,957,300
using System; using System.Drawing; using System.IO; using Xunit; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Fluent; using Xunit.Abstractions; namespace Imageflow.Test { public class TestApi { private readonly ITestOutputHelper output; public TestApi(ITestOutputH...
using System; using System.Drawing; using System.IO; using Xunit; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Fluent; using Xunit.Abstractions; namespace Imageflow.Test { public class TestApi { private readonly ITestOutputHelper output; public TestApi(ITestOutputH...
80404dfb352b369245ef1d771a04b777b72b9687
Do load static data even when restoring - that was a left over feature from before distingushing between dynamic and static data.
Do load static data even when restoring - that was a left over feature from before distingushing between dynamic and static data.
JornWildt/ZimmerBot
ZimmerBot.Core/Knowledge/WordDefinitionManager.cs
mit
1,586,956,983
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using CuttingEdge.Conditions; using VDS.RDF; using ZimmerBot.Core.Utilities; namespace ZimmerBot.Core.Knowledge { public class WordDefinitionManager ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using CuttingEdge.Conditions; using VDS.RDF; using ZimmerBot.Core.Utilities; namespace ZimmerBot.Core.Knowledge { public class WordDefinitionManager ...
83c4f298bc3f03e84138f0cd6265edc28bb27bfd
improved mapping subsets
improved mapping subsets
GeertBellekens/Enterprise-Architect-Add-in-Framework
EAAddinFramework/Mapping/MappingNode.cs
bsd-2-clause
1,586,956,599
using EAAddinFramework.Utilities; using System; using System.Collections.Generic; using System.Linq; using TSF.UmlToolingFramework.UML.Classes.Kernel; using MP = MappingFramework; using TSF_EA = TSF.UmlToolingFramework.Wrappers.EA; using UML = TSF.UmlToolingFramework.UML; namespace EAAddinFramework.Mapping { publ...
using EAAddinFramework.Utilities; using System; using System.Collections.Generic; using System.Linq; using TSF.UmlToolingFramework.UML.Classes.Kernel; using MP = MappingFramework; using TSF_EA = TSF.UmlToolingFramework.Wrappers.EA; using UML = TSF.UmlToolingFramework.UML; namespace EAAddinFramework.Mapping { publ...
93ccd45be6679ca5c0cdef69ea82941984d009ad
improved mapping subsets
improved mapping subsets
GeertBellekens/Enterprise-Architect-Toolpack,GeertBellekens/Enterprise-Architect-Toolpack
EAMapping/MappingControlGUI.cs
bsd-2-clause
1,586,956,579
using BrightIdeasSoftware; using EAAddinFramework.Mapping; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using MP = MappingFramework; using UML = TSF.UmlToolingFramework.UML; namespace EAMapping { /// <summary> /// Description of MappingCo...
using BrightIdeasSoftware; using EAAddinFramework.Mapping; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; using MP = MappingFramework; using UML = TSF.UmlToolingFramework.UML; namespace EAMapping { /// <summary> /// Description of MappingCo...
952319ea40d1c85ca9a7d1db96418ae1f89202d4
Enabled Asus Laptop Keyboards
Enabled Asus Laptop Keyboards
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Devices/Asus/AsusHandler.cs
mit
1,586,956,352
using System; using System.Collections.Generic; using System.Drawing; using System.Text; using AuraServiceLib; using Aurora.Devices.Asus.Config; namespace Aurora.Devices.Asus { public class AsusHandler { public IAuraSdk2 AuraSdk { get;} private readonly List<AuraSyncDevice> devices = new List<...
using System; using System.Collections.Generic; using System.Drawing; using System.Text; using AuraServiceLib; using Aurora.Devices.Asus.Config; namespace Aurora.Devices.Asus { public class AsusHandler { public IAuraSdk2 AuraSdk { get;} private readonly List<AuraSyncDevice> devices = new List<...
4ab0de8149acdab2fcb26fefd684084033eb1b40
delete dictionary
delete dictionary
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer.Core/NodeQueryMatcher.cs
mit
1,586,954,448
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class NodeQueryMatcher { public string Query { get; private set; } public List<stri...
f970bbd69df8955556ca9b960eae528513d09bb3
Fix driver config encryption setting for stress test
Fix driver config encryption setting for stress test
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver.IntegrationTests/RoutingDriver/RoutingDriverStressIT.cs
apache-2.0
1,586,954,284
// Copyright (c) 2002-2019 "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.or...
// Copyright (c) 2002-2019 "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.or...
366946cbb58a0df49e01a5964a25302c6fef3681
Refactor away unused parameter warning
Refactor away unused parameter warning
imazen/imageflow-dotnet
src/Imageflow/Fluent/FluentBuildJob.cs
agpl-3.0
1,586,953,865
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtons...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.IO.MemoryMappedFiles; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Imageflow.Bindings; using Imageflow.Net.IO; using Newtons...
7bbff07a7491403c6de6da7a3174dbcc23c28405
Lookup args
Lookup args
WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework,WorkplaceX/Framework
Framework/Json/AppJson.cs
mit
1,586,953,586
namespace Framework.Json { using Database.dbo; using Framework.App; using Framework.DataAccessLayer; using Framework.Json.Bootstrap; using Framework.Server; using Framework.Session; using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using System.Lin...
namespace Framework.Json { using Database.dbo; using Framework.App; using Framework.DataAccessLayer; using Framework.Json.Bootstrap; using Framework.Server; using Framework.Session; using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using System.Lin...
18218261c797aab0e8cc70faf3a7ebe0b6b29acc
Refactor duplicate path removal
Refactor duplicate path removal
imazen/imageflow-dotnet
src/Imageflow/Bindings/NativeLibraryLoading.cs
agpl-3.0
1,586,953,273
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading; namespace Imageflow.Bindings { inte...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Security; using System.Text; using System.Threading; namespace Imageflow.Bindings { inte...
a6b05ff8732c6958f802d36cd3361363ef6215a4
fixes code.
fixes code.
shuxinqin/Chloe
src/Chloe/Data/ExternalAdoSession.cs
mit
1,586,952,985
using System; using System.Data; using System.Threading.Tasks; namespace Chloe.Data { class ExternalAdoSession : AdoSession, IDisposable { IDbTransaction _dbTransaction; public ExternalAdoSession(IDbTransaction dbTransaction) { this._dbTransaction = dbTransaction; ...
using System; using System.Data; using System.Threading.Tasks; namespace Chloe.Data { class ExternalAdoSession : AdoSession, IDisposable { IDbTransaction _dbTransaction; public ExternalAdoSession(IDbTransaction dbTransaction) { this._dbTransaction = dbTransaction; ...
0c87beb16416bd84e666390b9275ed2348255e65
接口版本号 version 是 String(32) 1.0 新增字段
接口版本号 version 是 String(32) 1.0 新增字段 接口版本号 version 是 String(32) 1.0 新增字段,接口版本号,区分原接口,默认填写1.0。入参新增version后,则支付通知接口也将返回单品优惠信息字段promotion_detail,请确保支付通知的签名验证能通过。
mc7246/WeiXinMPSDK,mc7246/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,lishewen/WeiXinMPSDK,lishewen/WeiXinMPSDK,JeffreySu/WeiXinMPSDK
src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPay/V3/Universal/Entities/Request/TenpayV3ProfitShareingRequestData.cs
apache-2.0
1,586,952,906
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
#region Apache License Version 2.0 /*---------------------------------------------------------------- Copyright 2020 Jeffrey Su & Suzhou Senparc Network Technology Co.,Ltd. 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 ...
f4236690ea5b26e42f5ebb2988226c1fe9bac999
Add -nolaunchers to PathfinderPatcher
Add -nolaunchers to PathfinderPatcher Skips generating the Launcher files. For when you need to repatch Hacknet while running Hacknet.
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
PathfinderPatcher/PathfinderPatcher.cs
mit
1,586,952,083
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Inject; namespace PathfinderPatcher { public enum AccessMods { Private, Protected, Public, ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Inject; namespace PathfinderPatcher { public enum AccessMods { Private, Protected, Public, ...
a07f7252dcd4bacc9631952de7a490d70934cd13
Fix SCOnConnect fix
Fix SCOnConnect fix Wasn't checking flags, so incorrect behavior. This is what happens when you force me to preempt too early.
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/PathfinderHooks.cs
mit
1,586,952,054
using System; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using Hacknet; using Hacknet.Effects; using Hacknet.Gui; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathfinder.Attribute; using Pathfinder.Game; using Pathfinder.GameFilesystem; using Pathfinde...
using System; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using Hacknet; using Hacknet.Effects; using Hacknet.Gui; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathfinder.Attribute; using Pathfinder.Game; using Pathfinder.GameFilesystem; using Pathfinde...
e90477caeaa63e1b63cfae017f73a8bdc31596bc
Cleanup PathfinderHooks.cs
Cleanup PathfinderHooks.cs
Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder
Pathfinder/PathfinderHooks.cs
mit
1,586,952,007
using System; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using Hacknet; using Hacknet.Effects; using Hacknet.Gui; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathfinder.Attribute; using Pathfinder.Exceptions; using Pathfinder.Game; using Pathfinder.Ga...
using System; using System.IO; using System.Linq; using System.Reflection; using System.Xml; using Hacknet; using Hacknet.Effects; using Hacknet.Gui; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathfinder.Attribute; using Pathfinder.Exceptions; using Pathfinder.Game; using Pathfinder.Ga...