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
cc537dc769bfcc04708f90f29e14d1ca3c4832a0
Let EnsureActivated take care of showing the form with the docked control.
Let EnsureActivated take care of showing the form with the docked control.
PenguinF/sandra-three
Sandra.UI/SandraChessMainForm.cs
apache-2.0
1,590,849,837
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
550468e0f91801af741ee8e123a260abd50e8e9a
Fix running a unit test method directly crashes
Fix running a unit test method directly crashes FullName will conclude the method name if it was run directly
ZLima12/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-fram...
osu.Framework/Development/DebugUtils.cs
mit
1,590,849,756
// 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.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using NUnit.Framework; namespace osu.Framework.Development { pu...
// 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.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using NUnit.Framework; namespace osu.Framework.Development { pu...
3bb198d450e63403c9fb1ac0bab658019cf70cd8
Reduced StringHelper.Put usage.
Reduced StringHelper.Put usage.
StockSharp/StockSharp
BusinessEntities/SecurityExternalId.cs
apache-2.0
1,590,848,999
#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...
6440c30666b07e5c7693575e892cee90a9fdd13f
Do not bind the save action to the Form anymore.
Do not bind the save action to the Form anymore.
PenguinF/sandra-three
Sandra.UI/MdiContainerForm.cs
apache-2.0
1,590,848,445
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
9c1941431408c6c94017122f42f0f0567d94122c
Added generic definition support. WIP.
Added generic definition support. WIP.
DragonSpark/Framework,DragonSpark/Framework,DragonSpark/Framework
DragonSpark.Composition/Compose/Class1.cs
mit
1,590,848,050
using DragonSpark.Compose; using DragonSpark.Model.Results; using DragonSpark.Model.Selection; using DragonSpark.Model.Sequences; using Microsoft.Extensions.DependencyInjection; using NetFabric.Hyperlinq; using System; using System.Collections.Generic; namespace DragonSpark.Composition.Compose { public static class ...
using DragonSpark.Compose; using DragonSpark.Model.Results; using DragonSpark.Model.Selection; using DragonSpark.Model.Sequences; using Microsoft.Extensions.DependencyInjection; using NetFabric.Hyperlinq; using System; using System.Collections.Generic; namespace DragonSpark.Composition.Compose { public static class ...
1a878c77c2082a98d7803cc8a322081cb17c3d53
472: minor refactor
472: minor refactor
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.2_Lines/TextLineWalker.cs
bsd-2-clause
1,590,846,259
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { public struct SelectionRangeInfo { public readonly EditableVisualPointInfo start; public readonly EditableVisualPointInfo end; ...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { public struct SelectionRangeInfo { public readonly EditableVisualPointInfo start; public readonly EditableVisualPointInfo end; ...
1dad14c35b80462b94b6480d525286a611636da7
Update ClipBorder.cs
Update ClipBorder.cs
ratishphilip/wpfspark
WPFSpark/Common/ClipBorder.cs
mit
1,590,845,806
// Copyright (c) 2017 Ratish Philip // // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pu...
// Copyright (c) 2017 Ratish Philip // // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pu...
6fb5c8c4212be4b038d94bf0d759cadba2ce4eb9
task #104: Unit suffix getter
task #104: Unit suffix getter
StockSharp/StockSharp
Messages/Unit.cs
apache-2.0
1,590,844,584
#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...
271bfb92f9b1a156ab13cafde123051e660bd6d7
Added unit tests for client-side implementations of IMAP REPLACE
Added unit tests for client-side implementations of IMAP REPLACE
jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit
UnitTests/Net/Imap/ImapFolderTests.cs
mit
1,590,844,342
// // ImapFolderTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Sof...
// // ImapFolderTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Sof...
0b699b3366cc7ca9b54764dc2e13fc63fc9a90fc
Fix client shutdown
Fix client shutdown
quasar/QuasarRAT
Quasar.Client/QuasarApplication.cs
mit
1,590,843,965
using Quasar.Client.Config; using Quasar.Client.IO; using Quasar.Client.Logging; using Quasar.Client.Messages; using Quasar.Client.Networking; using Quasar.Client.Setup; using Quasar.Client.User; using Quasar.Client.Utilities; using Quasar.Common.DNS; using Quasar.Common.Helpers; using Quasar.Common.Messages; using Sy...
using Quasar.Client.Config; using Quasar.Client.IO; using Quasar.Client.Logging; using Quasar.Client.Messages; using Quasar.Client.Networking; using Quasar.Client.Setup; using Quasar.Client.User; using Quasar.Client.Utilities; using Quasar.Common.DNS; using Quasar.Common.Helpers; using Quasar.Common.Messages; using Sy...
d5646acbd840355c1b0b03d2c21add2b4547cb6f
Simplified client-side implementations of MOVE and UID EXPUNGE
Simplified client-side implementations of MOVE and UID EXPUNGE
jamie-dainton/MailKit,jstedfast/MailKit,jstedfast/MailKit
MailKit/Net/Imap/ImapFolder.cs
mit
1,590,842,612
// // ImapFolder.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software...
// // ImapFolder.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software...
eb5e224c8b41656aa50bcc1a2458b3453b722a57
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,590,842,504
#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-...
7272045445135f15895123e1b730ecbdc5c8fada
[Modify] Replace it
[Modify] Replace it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,590,842,442
#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-...
d3f8a8ce065a8e4b93d46870ddfacd5265691099
#FIX: missing null check in GetChildAtIndexPath
#FIX: missing null check in GetChildAtIndexPath (cherry picked from commit 9c6f98443d101ae4113d4488bb1895af9274a890)
Barsonax/duality,AdamsLair/duality
Source/Core/Duality/GameObject.cs
mit
1,590,842,336
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Duality.Resources; using Duality.Cloning; using Duality.Editor; using Duality.Components; using Duality.Components.Physics; using Duality.Properties; using Duality.Serialization; namespace Duality { /// <summary> /// ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Duality.Resources; using Duality.Cloning; using Duality.Editor; using Duality.Components; using Duality.Components.Physics; using Duality.Properties; using Duality.Serialization; namespace Duality { /// <summary> /// ...
ff37e03ba98df5ac5a04e8fd4a37bbdb60bac200
RemovePgnEditor/AddPgnEditor renames.
RemovePgnEditor/AddPgnEditor renames.
PenguinF/sandra-three
Sandra.UI/SandraChessMainForm.cs
apache-2.0
1,590,842,157
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
7774a81b0957cccb37ec874c3fecc67787fa85e6
Simplify code
Simplify code
GeertvanHorrik/Fody,Fody/Fody
FodyIsolated/PackageReferenceValidator.cs
mit
1,590,842,150
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using Fody; public partial class InnerWeaver { static void ValidatePackageReferenceSettings(IList<WeaverHolder> weaverInstances, string projectFilePath, ILogger logger) { var weaversWithoutRefere...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using Fody; public partial class InnerWeaver { static void ValidatePackageReferenceSettings(IList<WeaverHolder> weaverInstances, string projectFilePath, ILogger logger) { var weaversWithoutRefere...
ab3532653b19eef4562f80b2a7235d845db478df
Open command line arguments in the Load event handler rather than after the MdiContainerForm is already shown.
Open command line arguments in the Load event handler rather than after the MdiContainerForm is already shown.
PenguinF/sandra-three
Sandra.UI/SandraChessMainForm.cs
apache-2.0
1,590,842,027
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
0fcd375d662d1634a0d34f007c2335ed448a02e2
Close process only after closing the last MdiContainerForm.
Close process only after closing the last MdiContainerForm.
PenguinF/sandra-three
Sandra.UI/SandraChessMainForm.cs
apache-2.0
1,590,841,959
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
a3ab80349a2960afabef74ca2a964ccfaf9c943a
Work with a list of MdiContainerForms.
Work with a list of MdiContainerForms.
PenguinF/sandra-three
Sandra.UI/SandraChessMainForm.cs
apache-2.0
1,590,841,902
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
46aa21fca4d05bd263d300f13409d30955c53866
Fixed PXE launch path
Fixed PXE launch path Also stopped trying to launch debugger, since that wont work
CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos
source/Cosmos.VS.ProjectSystem/ProjectSystem/VS/Debug/DebugLaunchProvider.cs
bsd-3-clause
1,590,841,265
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.ProjectSystem; using Microsoft.VisualStudio.ProjectSystem.Debug; using Microsoft.VisualStudio.ProjectSystem.VS...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.VisualStudio.ProjectSystem; using Microsoft.VisualStudio.ProjectSystem.Debug; using Microsoft.VisualStudio.ProjectSystem.V...
5b769891d63a8f7c6c4c1b13f7ba2a08fff8a478
improved terrain sampler: - reworked height generation for extra noise values - it now prevents the height seams between map pixels that were a workaround to prevent terrain tile seams between map pixels with different climates - reduced desert mountain height to a reasonable amount - updated terrain sampler version be...
improved terrain sampler: - reworked height generation for extra noise values - it now prevents the height seams between map pixels that were a workaround to prevent terrain tile seams between map pixels with different climates - reduced desert mountain height to a reasonable amount - updated terrain sampler version be...
Nystul-the-Magician/dfunity-mods
DistantTerrain/Scripts/ImprovedTerrainSampler.cs
mit
1,590,841,158
//Distant Terrain Mod for Daggerfall-Unity //http://www.reddit.com/r/dftfu //http://www.dfworkshop.net/ //Author: Michael Rauter (a.k.a. Nystul) //License: MIT License (http://www.opensource.org/licenses/mit-license.php) using UnityEngine; using Unity.Jobs; using Unity.Collections; using System; using System.Threading...
//Distant Terrain Mod for Daggerfall-Unity //http://www.reddit.com/r/dftfu //http://www.dfworkshop.net/ //Author: Michael Rauter (a.k.a. Nystul) //License: MIT License (http://www.opensource.org/licenses/mit-license.php) using UnityEngine; using Unity.Jobs; using Unity.Collections; using System; using System.Threading...
5ecca1a53f14f53268215521dd17101bddb5690a
Do not automatically open a chessboard anymore on load.
Do not automatically open a chessboard anymore on load.
PenguinF/sandra-three
Sandra.UI/MdiContainerForm.cs
apache-2.0
1,590,840,887
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * MdiContainerForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
fefb6a587a19d486690c6a5d3be9f1a35f95be48
Update file assertion
Update file assertion
mailosaurapp/mailosaur-dotnet
Mailosaur.Test/EmailsTests.cs
mit
1,590,840,883
using System; using System.Linq; using Mailosaur.Models; using Xunit; using System.Threading.Tasks; using System.Collections.Generic; namespace Mailosaur.Test { public class EmailsFixture : IDisposable { public MailosaurClient client { get; set; } public string server { get; set; } ...
using System; using System.Linq; using Mailosaur.Models; using Xunit; using System.Threading.Tasks; using System.Collections.Generic; namespace Mailosaur.Test { public class EmailsFixture : IDisposable { public MailosaurClient client { get; set; } public string server { get; set; } ...
a8ed8501c8724fa5afd3a155fdec01293a562a5e
Extract method OpenNewMdiContainerForm.
Extract method OpenNewMdiContainerForm.
PenguinF/sandra-three
Sandra.UI/SandraChessMainForm.cs
apache-2.0
1,590,840,761
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
c223e269cdd27e3585b4c1134a26ce6ccda64b79
Rename to OpenPgnEditors.
Rename to OpenPgnEditors.
PenguinF/sandra-three
Sandra.UI/SandraChessMainForm.cs
apache-2.0
1,590,840,625
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
#region License /********************************************************************************* * SandraChessMainForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
509a00e4430879118f583d63e748f69b98ecb4d8
169: List<Run> Pool
169: List<Run> Pool
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.2_Lines/2_TextLine_PRIVATE_CollectionFeatures2.cs
bsd-2-clause
1,590,839,651
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; namespace LayoutFarm.TextEditing { static class Temp<Owner, T> { public struct TempContext : IDisposable { internal readonly T _tool; internal TempContext(out T tool) { ...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; namespace LayoutFarm.TextEditing { static class Temp<Owner, T> { public struct TempContext : IDisposable { internal readonly T _tool; internal TempContext(out T tool) { ...
dcac9749ae35ec89b1347d460e1c4ae053a78036
fix crash caused by fixed skills container
fix crash caused by fixed skills container
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/UI/Controls/Skills/FixedSkillContainers.xaml.cs
mit
1,590,839,517
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Inpu...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Inpu...
870f25a658d46e08a56fff49fcd0444928a1dc12
Fix ExceptionMessageFormat Typo (#523)
Fix ExceptionMessageFormat Typo (#523) The current format of ExceptionMessageFormat causes an error on line 45: System.FormatException: 'Input string was not in a correct format.' Changes fix issue.
paulcbetts/splat,paulcbetts/splat
src/Splat/Logging/ConsoleLogger.cs
mit
1,590,839,301
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. using System; using System.Comp...
// Copyright (c) 2019 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. using System; using System.Comp...
89490c60519d020d2abfd4e7a053fcbe7fabb873
CreateOrderReply extension.
CreateOrderReply extension.
StockSharp/StockSharp
Messages/Extensions.cs
apache-2.0
1,590,838,843
#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...
acf393525da41b37d1823dc2d53e7f4071b498d6
Added ArgumentException tests for ImapFolder.Replace()
Added ArgumentException tests for ImapFolder.Replace()
jamie-dainton/MailKit,jstedfast/MailKit,jstedfast/MailKit
UnitTests/Net/Imap/ImapFolderTests.cs
mit
1,590,838,420
// // ImapFolderTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Sof...
// // ImapFolderTests.cs // // Author: Jeffrey Stedfast <jestedfa@microsoft.com> // // Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Sof...
7ae33a5e04a7ef3a22ab5a15596cb096ab4986b3
More accurate AITD detection
More accurate AITD detection
tigrouind/AITD-roomviewer
Assets/Scripts/DosBox/DosBox.cs
mit
1,590,838,338
using System; using UnityEngine; using System.Linq; using System.Diagnostics; using System.Collections.Generic; using System.Text; using UnityEngine.UI; public class DosBox : MonoBehaviour { public Text RightText; public BoxInfo BoxInfo; public GameObject Actors; public Arrow Arrow; public Box BoxPrefab; public ...
using System; using UnityEngine; using System.Linq; using System.Diagnostics; using System.Collections.Generic; using System.Text; using UnityEngine.UI; public class DosBox : MonoBehaviour { public Text RightText; public BoxInfo BoxInfo; public GameObject Actors; public Arrow Arrow; public Box BoxPrefab; public...
092456a64d345ab15c99af1690984a9b6016bf1b
Add support for AITD1 demo
Add support for AITD1 demo
tigrouind/AITD-roomviewer
Assets/Scripts/DosBox/DosBox.cs
mit
1,590,838,332
using System; using UnityEngine; using System.Linq; using System.Diagnostics; using System.Collections.Generic; using System.Text; using UnityEngine.UI; public class DosBox : MonoBehaviour { public Text RightText; public BoxInfo BoxInfo; public GameObject Actors; public Arrow Arrow; public Box BoxPrefab; public...
using System; using UnityEngine; using System.Linq; using System.Diagnostics; using System.Collections.Generic; using System.Text; using UnityEngine.UI; public class DosBox : MonoBehaviour { public Text RightText; public BoxInfo BoxInfo; public GameObject Actors; public Arrow Arrow; public Box BoxPrefab; public...
725349522ad22ff70aee7e7cf18a702bba0b2f57
#126 - Use the string builder
#126 - Use the string builder
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Extensions/DiscordSerilogAdapter.cs
agpl-3.0
1,590,836,487
using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; namespace SoraBot.Bot.Extensions { // This is more or less copied from the Modix bot. It's just a great way to combine serilog and sentry for discord :) public class DiscordSerilogAdapter { private readonly ILogger<Di...
using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; namespace SoraBot.Bot.Extensions { // This is more or less copied from the Modix bot. It's just a great way to combine serilog and sentry for discord :) public class DiscordSerilogAdapter { private readonly ILogger<Di...
c87e09c8ed47566e42fe5a36b47140cb24b052ce
#126 - Maybe added some more context to error messages
#126 - Maybe added some more context to error messages
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Bot/Extensions/DiscordSerilogAdapter.cs
agpl-3.0
1,590,836,416
using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; namespace SoraBot.Bot.Extensions { // This is more or less copied from the Modix bot. It's just a great way to combine serilog and sentry for discord :) public class DiscordSerilogAdapter { private readonly ILogger<Di...
using System.Threading.Tasks; using Discord; using Microsoft.Extensions.Logging; namespace SoraBot.Bot.Extensions { // This is more or less copied from the Modix bot. It's just a great way to combine serilog and sentry for discord :) public class DiscordSerilogAdapter { private readonly ILogger<Di...
61991672465e46abba071eaa94f5e0a16d80123c
168: line walker
168: line walker
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.2_Lines/TextLineWalker.cs
bsd-2-clause
1,590,834,263
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { public struct SelectionRangeInfo { public readonly EditableVisualPointInfo start; public readonly EditableVisualPointInfo end; ...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { public struct SelectionRangeInfo { public readonly EditableVisualPointInfo start; public readonly EditableVisualPointInfo end; ...
91f4dbaf5ab79602f6ef911e00e7d6ad03a0997a
fix boundary interrupting timer
fix boundary interrupting timer
signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,MehdyKarimpour/extensions
Signum.Engine.Extensions/Workflow/CaseActivityLogic.cs
mit
1,590,834,234
using Signum.Entities.Workflow; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Utilities; using Signum.Utilities.Reflection; using System; using System.Collection...
using Signum.Entities.Workflow; using Signum.Engine.DynamicQuery; using Signum.Engine.Maps; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.Authorization; using Signum.Entities.Basics; using Signum.Utilities; using Signum.Utilities.Reflection; using System; using System.Collection...
893197578e161ef80af7cf85ac864db397e307ad
Remove IDisposable from LayoutRenderer (#3985)
Remove IDisposable from LayoutRenderer (#3985)
NLog/NLog,snakefoot/NLog,304NotModified/NLog,snakefoot/NLog,NLog/NLog,304NotModified/NLog
src/NLog/LayoutRenderers/LayoutRenderer.cs
bsd-3-clause
1,590,833,578
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
// // Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of s...
43ee990618f232914eed42a1f2dd5574e780a9cc
Fix builder not closing
Fix builder not closing Make additional builders close, when one is already open
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.Build.Builder/App.xaml.cs
bsd-3-clause
1,590,832,304
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Windows; using Microsoft.VisualStudio.Setup.Configuration; using Cosmos.Build.Builder.Services; using Cosmos.Build.Builder.ViewModels; using Cosmos.Build.Builder.Views; namespace Cosmos.Build.Builder { public partial class A...
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Windows; using Microsoft.VisualStudio.Setup.Configuration; using Cosmos.Build.Builder.Services; using Cosmos.Build.Builder.ViewModels; using Cosmos.Build.Builder.Views; namespace Cosmos.Build.Builder { public partial class A...
2f978a9e54b33753d672a869e7a934302d811e91
Revert "Adding Request-Id to ShopifyException message. When exception are logged, it is very useful to be able to see the Request-Id for Shopify support to investigate."
Revert "Adding Request-Id to ShopifyException message. When exception are logged, it is very useful to be able to see the Request-Id for Shopify support to investigate." This reverts commit aec2d2a78be877cbb24ae71f75dcc034835a9b74.
nozzlegear/ShopifySharp,clement911/ShopifySharp
ShopifySharp/Infrastructure/ShopifyException.cs
mit
1,590,831,858
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; namespace ShopifySharp { public class ShopifyException : Exception { public HttpResponseMessage HttpResponse { get; } public HttpStatusCode HttpStatusCode { get; } /// <summary...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; namespace ShopifySharp { public class ShopifyException : Exception { public HttpResponseMessage HttpResponse { get; } public HttpStatusCode HttpStatusCode { get; } /// <summary...
3ba91f5798604eb08459084a7c0d90df7cbca8b3
Test - OffScreenBrowserBasicFacts remove assert
Test - OffScreenBrowserBasicFacts remove assert It's possible that BrowserRefCounter.Instance.Count is 0 after we Dispose, so we'll update our test to make sure we have at most one instance, and it's fine we if have 0
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.Test/OffScreen/OffScreenBrowserBasicFacts.cs
bsd-3-clause
1,590,830,931
// Copyright © 2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System.Text; using System.Threading; using System.Threading.Tasks; using CefSharp.Example; using CefSharp.Internals; using CefSharp.OffScreen; usi...
// Copyright © 2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System.Text; using System.Threading; using System.Threading.Tasks; using CefSharp.Example; using CefSharp.Internals; using CefSharp.OffScreen; usi...
39641750fb895a72b11b1aecd81722f26d109c82
464: minor refactor
464: minor refactor
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.1_Runs/TextRun.cs
bsd-2-clause
1,590,830,755
//Apache2, 2014-present, WinterDev using System; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { class TextRun : Run, IDisposable { //text run is a collection of words that has the same presentation format (font, style, color, etc). //a run may contain multiple...
//Apache2, 2014-present, WinterDev using System; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { class TextRun : Run, IDisposable { //text run is a collection of words that has the same presentation format (font, style, color, etc). //a run may contain multiple...
dcdc7c330149f296fea3a6ae6f13af37d656f865
Fix: Warcraft III: Reforged and Call of Duty MW2 Campaign Remastered not appearing #1791
Fix: Warcraft III: Reforged and Call of Duty MW2 Campaign Remastered not appearing #1791
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Plugins/BattleNetLibrary/BattleNetGames.cs
mit
1,590,829,693
using BattleNetLibrary.Models; using Playnite.SDK.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BattleNetLibrary { public class BattleNetGames { public static readonly List<BNetApp> Games = new List<BNe...
using BattleNetLibrary.Models; using Playnite.SDK.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BattleNetLibrary { public class BattleNetGames { public static readonly List<BNetApp> Games = new List<BNe...
41f8477358fe8c387c9bd8296508f20ae17fd2d4
462: JoinWithNextLine()
462: JoinWithNextLine()
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.2_Lines/5_TextLine_Advanced.cs
bsd-2-clause
1,590,829,561
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { partial class TextLineBox { public static void InnerDoJoinWithNextLine(TextLineBox line) { line.JoinWithNextLine(); } vo...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { partial class TextLineBox { public static void InnerDoJoinWithNextLine(TextLineBox line) { line.JoinWithNextLine(); ...
f8cc5a5379a4357939bffc078e55744ad4786b13
461: RunListPool
461: RunListPool
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.2_Lines/2_TextLine_PRIVATE_CollectionFeatures2.cs
bsd-2-clause
1,590,829,535
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; namespace LayoutFarm.TextEditing { static class Temp<Owner, T> { public struct TempContext : IDisposable { internal readonly T _tool; internal TempContext(out T tool) { ...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; namespace LayoutFarm.TextEditing { partial class TextLineBox { public void AddLineBreakAfter(Run afterTextRun) { if (afterTextRun == null) { this.EndWithLineBreak = true;...
c857feffdea9371b34c1af84460ab50bd6df6b16
Update TrainerData.cs
Update TrainerData.cs
PokemonUnity/PokemonUnity
PokemonUnity.Shared/Character/Trainer/Data/TrainerData.cs
bsd-3-clause
1,590,829,354
using System; namespace PokemonUnity.Character { /// <summary> /// </summary> /// Maybe separate double, music, script to npc from trainer data? public struct TrainerData { #region Variables /// <summary> /// This is how the scripts refer to the trainer type. /// Typically this is the trainer type's nam...
using System; namespace PokemonUnity.Character { public struct TrainerData { #region Variables /// <summary> /// This is how the scripts refer to the trainer type. /// Typically this is the trainer type's name, /// but written in all capital letters and with no spaces or symbols. /// The internal nam...
66e3ba6fb39b2ccf21969eed1fc7d4e4b4641648
Use var instead.
Use var instead.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET.SystemDrawing/IMagickImageExtentions.cs
apache-2.0
1,590,829,218
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
40f5efa29ee919aec78aa7574b56e256bb5b76b8
fix: the same directory and file name & directory non-existence
fix: the same directory and file name & directory non-existence
thoemmi/7Zip4Powershell,thoemmi/7Zip4Powershell
7Zip4Powershell/Compress7Zip.cs
lgpl-2.1
1,590,828,975
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Management.Automation; using System.Security; using JetBrains.Annotations; using SevenZip; namespace SevenZip4PowerShell { public enum OutputFormat { Auto, SevenZip, Zip, GZip, ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Management.Automation; using System.Security; using JetBrains.Annotations; using SevenZip; namespace SevenZip4PowerShell { public enum OutputFormat { Auto, SevenZip, Zip, GZip, ...
a8c3cd83a39353b49d10ece08ef50e976d9619e3
460: minor
460: minor
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.1_Runs/Run.cs
bsd-2-clause
1,590,826,924
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { /// <summary> /// any run, text, image etc /// </summary> public abstract class Run { bool _validCalSize; bool _validC...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { /// <summary> /// any run, text, image etc /// </summary> public abstract class Run { bool _validCalSize; bool _validC...
814f105ab11dffc6de6c7c73d21fc9a37ab759a0
Don't store item into memory cache if bigger then cache size
Don't store item into memory cache if bigger then cache size
JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite
source/Playnite.Common/MemoryCache.cs
mit
1,590,826,414
using Playnite.SDK; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.Serialization.Formatters.Binary; using System.Text; using System.Threading.Tasks; u...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.Serialization.Formatters.Binary; using System.Text; using System.Threading.Tasks; using System.Windows.M...
61f11e8d0a3d94b57a18a96bc7e4a9b5487b5a34
Fixing snoop start
Fixing snoop start
punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon
Fluent.Ribbon.Showcase/TestContent.xaml.cs
mit
1,590,824,182
#pragma warning disable SA1402 // File may only contain a single class namespace FluentTest { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using Syste...
#pragma warning disable SA1402 // File may only contain a single class namespace FluentTest { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using Syste...
edca2140cf1887990370dded73d6eef72d9ef9e7
Use var instead.
Use var instead.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Helpers/ArrayConverters/QuantumConverter.cs
apache-2.0
1,590,820,829
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
// Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/> // // Licensed under the ImageMagick License (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // // https://www.imagemagick.org/script/license.php // // Unless req...
e096588af6cf32fb6a11bb0d96731f94140cde3c
Add case-insensitive rename in case asmdefTemp files got renamed
Add case-insensitive rename in case asmdefTemp files got renamed
umasteeringgroup/UMA
UMAProject/Assets/UMA/Core/Editor/Scripts/UMAEditorUtilities.cs
mit
1,590,812,491
using System.Collections.Generic; using UnityEngine; using UnityEditor; using System; using UMA.CharacterSystem; using UnityEditor.Animations; using System.IO; using System.Text.RegularExpressions; using UMA.PoseTools; namespace UMA { [InitializeOnLoad] public static class UMAEditorUtilities { pub...
using System.Collections.Generic; using UnityEngine; using UnityEditor; using System; using UMA.CharacterSystem; using UnityEditor.Animations; using System.IO; using System.Text.RegularExpressions; using UMA.PoseTools; namespace UMA { [InitializeOnLoad] public static class UMAEditorUtilities { pub...
5696367f496ca76e4e89b0dca8f6586a10b3278f
Including assembly qualified type name `DynamicObjectMapperException` if collection mapping fails
Including assembly qualified type name `DynamicObjectMapperException` if collection mapping fails
6bee/aqua-core
src/Aqua/Dynamic/DynamicObjectMapper.cs
mit
1,590,811,165
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.Dynamic { using Aqua.Extensions; using Aqua.TypeSystem; using Aqua.TypeSystem.Extensions; using Aqua.Utils; using System; using System.Collections; using System....
// Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information. namespace Aqua.Dynamic { using Aqua.Extensions; using Aqua.TypeSystem; using Aqua.TypeSystem.Extensions; using Aqua.Utils; using System; using System.Collections; using System....
f97fcf743cae7c23af47d313c36564f4e99171bc
Fixed the test namespace.
Fixed the test namespace.
ivvycode/ivvy-sdk-net
tests/PlatformExtensions/Setup/VerifySetupServiceTests.cs
mit
1,590,810,252
using FluentAssertions; using Ivvy.PlatformExtensions; using Ivvy.PlatformExtensions.Setup; using Moq; using System.Collections.Generic; using System.Threading.Tasks; using Xunit; namespace Ivvy.Tests.PlatformExtensions.Setup { public class VerifySetupServiceTests { [Theory] [MemberData(nameof(...
using FluentAssertions; using Ivvy.PlatformExtensions; using Ivvy.PlatformExtensions.Setup; using Moq; using System.Collections.Generic; using System.Threading.Tasks; using Xunit; namespace NslCrm.Tests.IvvyApi.Extensions { public class VerifySetupServiceTests { [Theory] [MemberData(nameof(Veri...
a09561617449b9a75ff3e87211ba70ba5bd2c5e0
Update WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs
Update WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs
mit
1,590,809,185
using Avalonia.Controls; using Avalonia.Threading; using DynamicData; using DynamicData.Binding; using NBitcoin; using ReactiveUI; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Reactive; using System.Reactive.D...
using Avalonia.Controls; using Avalonia.Threading; using DynamicData; using DynamicData.Binding; using NBitcoin; using ReactiveUI; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Reactive; using System.Reactive.D...
dd61b5ea03f54b7826d39726be57551703c63769
Update WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs
Update WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs Co-authored-by: yahiheb <1ef907ec03476373b9c05d7f089a7d2fed4d8ea8@users.noreply.github.com>
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/CoinListViewModel.cs
mit
1,590,809,167
using Avalonia.Controls; using Avalonia.Threading; using DynamicData; using DynamicData.Binding; using NBitcoin; using ReactiveUI; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Reactive; using System.Reactive.D...
using Avalonia.Controls; using Avalonia.Threading; using DynamicData; using DynamicData.Binding; using NBitcoin; using ReactiveUI; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Linq; using System.Reactive; using System.Reactive.D...
b3a1e1b7feaa09216eb569d2541b54d66b926a7a
fix reset config logic (#552)
fix reset config logic (#552)
Pathoschild/StardewMods
TractorMod/ModEntry.cs
mit
1,590,806,421
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathoschild.Stardew.Common.Integrations.FarmExpansion; using Pathoschild.Stardew.Common.Utilities; using Pathoschild.Stardew.TractorMod.Framework; using Pathos...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Pathoschild.Stardew.Common.Integrations.FarmExpansion; using Pathoschild.Stardew.Common.Utilities; using Pathoschild.Stardew.TractorMod.Framework; using Pathos...
96374a7cbf510a178e4964434c6ec19d995fc765
'dotnet format'
'dotnet format'
ivvycode/ivvy-sdk-net
src/PlatformExtensions/Setup/VerifySetupService.cs
mit
1,590,804,539
using System.Threading.Tasks; namespace Ivvy.PlatformExtensions.Setup { public class VerifySetupService : IVerifySetupService { /// <inheritdoc /> public async Task<VerifySetupResponse> VerifySetupAsync(SetupRequest request) { var ext = NewPlatformExtension(); ex...
using System.Threading.Tasks; namespace Ivvy.PlatformExtensions.Setup { public class VerifySetupService : IVerifySetupService { /// <inheritdoc /> public async Task<VerifySetupResponse> VerifySetupAsync(SetupRequest request) { var ext = NewPlatformExtension(); ex...
dc09e7ef064fe564b8ad2867ee12e0b3a58d9fde
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,590,800,216
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
de28b5660e1604d11852c27356de22237d71a4ec
fix process filter flag bug
fix process filter flag bug
google/EtwToPprof
Program.cs
apache-2.0
1,590,796,389
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
1d05e4eb5c16f2f1951bf2c784c978e83f7ea490
Whoops. Remove the test glyph for unsupported glyph.
Whoops. Remove the test glyph for unsupported glyph.
Thraka/SadConsole
SadConsole/Font.cs
mit
1,590,795,725
using System; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.Serialization; using SadRogue.Primitives; namespace SadConsole { /// <summary> /// Represents a graphical font used by SadConsole. /// </summary> [DataContract] public seale...
using System; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.Serialization; using SadRogue.Primitives; namespace SadConsole { /// <summary> /// Represents a graphical font used by SadConsole. /// </summary> [DataContract] public seale...
1cab521a922ccd913cc4c98404c64a889f707f79
Make HistoryEvent's IsPlayed and Timestamp properties settable (#401)
Make HistoryEvent's IsPlayed and Timestamp properties settable (#401)
Azure/durabletask,Azure/durabletask
src/DurableTask.Core/History/HistoryEvent.cs
apache-2.0
1,590,793,415
// ---------------------------------------------------------------------------------- // Copyright Microsoft 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 the License at // http://www....
// ---------------------------------------------------------------------------------- // Copyright Microsoft 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 the License at // http://www....
c4bdcca2a61c64dae3b96da26b63e8a45ae700d2
GrafanaAdapters: Updated Regex operations to operate without locks.
GrafanaAdapters: Updated Regex operations to operate without locks.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/Adapters/GrafanaAdapters/GrafanaDataSourceBase.cs
mit
1,590,793,385
//****************************************************************************************************** // GrafanaDataSourceBase.cs - Gbtc // // Copyright © 2016, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. S...
//****************************************************************************************************** // GrafanaDataSourceBase.cs - Gbtc // // Copyright © 2016, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. S...
d6686bd7a07fccc97902d1f0aeb72b6dc5760f03
GSF.Core: Fixed XML comment syntax error in StringExtensions.
GSF.Core: Fixed XML comment syntax error in StringExtensions.
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Libraries/GSF.Core.Shared/StringExtensions.cs
mit
1,590,793,153
//****************************************************************************************************** // StringExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See //...
//****************************************************************************************************** // StringExtensions.cs - Gbtc // // Copyright © 2012, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See //...
7c27d11a9d65f91dc947042bcbec90d391c42088
Deprecated dynamic descriptions
Deprecated dynamic descriptions
aopell/DiscordBot
DiscordBotNew/DiscordBot.cs
mit
1,590,792,838
using Discord; using Discord.Rest; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; using DiscordBotNew.Commands; using DiscordBotNew.Settings; using DiscordBotNew.Settings.Models; using System; using System.Collections.Generic; using System.IO; u...
using Discord; using Discord.Rest; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; using DiscordBotNew.Commands; using DiscordBotNew.Settings; using DiscordBotNew.Settings.Models; using System; using System.Collections.Generic; using System.IO; u...
df4e8a67db6a7992cce8b2d15494d6f5f72820b2
add unit test
add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,590,790,837
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto; namespace UnitTestUsefullFunctions { [TestClass] public class UnitTestFunctionCrypto { #region Crypto ...
9b24d68d717c09c2206a75441c3e5a7b8f10cd45
Add placeholdertext properties to combobox
Add placeholdertext properties to combobox
SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalo...
src/Avalonia.Controls/ComboBox.cs
mit
1,590,790,681
using System; using System.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.LogicalTree; using Avalonia.Media; using Aval...
using System; using System.Linq; using Avalonia.Controls.Generators; using Avalonia.Controls.Presenters; using Avalonia.Controls.Primitives; using Avalonia.Controls.Shapes; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.LogicalTree; using Avalonia.Media; using Aval...
985d8c00407fc9367b687150a6bebbbb0ff5a243
PG-1373: Made the move down context menu item in the character or delivery column work correctly.
PG-1373: Made the move down context menu item in the character or delivery column work correctly.
sillsdev/Glyssen
Glyssen/Dialogs/AssignCharacterDlg.cs
mit
1,590,790,608
// Attributions for icons used in this dialog box: // // Exclude User Confirmed Icon: // Artist: Double-J Design (Available for custom work) // Iconset: Origami Colored Pencil Icons (160 icons) // License: CC Attribution 4.0 using System; using System.Collections.Generic; using System.ComponentModel; using System.Dia...
// Attributions for icons used in this dialog box: // // Exclude User Confirmed Icon: // Artist: Double-J Design (Available for custom work) // Iconset: Origami Colored Pencil Icons (160 icons) // License: CC Attribution 4.0 using System; using System.Collections.Generic; using System.ComponentModel; using System.Dia...
2df908058d7ac2dcb263161cbcf553fe66e86646
Use value to string for sync fields
Use value to string for sync fields
insthync/LiteNetLibManager,insthync/LiteNetLibManager
Scripts/GameApi/LiteNetLibSyncField.cs
mit
1,590,790,328
using System; using UnityEngine; using LiteNetLib; using LiteNetLib.Utils; using System.Reflection; namespace LiteNetLibManager { public abstract class LiteNetLibSyncField : LiteNetLibElement { public enum SyncMode : byte { /// <summary> /// Changes handle by server ...
using System; using UnityEngine; using LiteNetLib; using LiteNetLib.Utils; using System.Reflection; namespace LiteNetLibManager { public abstract class LiteNetLibSyncField : LiteNetLibElement { public enum SyncMode : byte { /// <summary> /// Changes handle by server ...
697a823285c506de437c2618d4a4947df6936017
(GH-2658) Make BuildSystem.TFBuild obsolete
(GH-2658) Make BuildSystem.TFBuild obsolete
cake-build/cake,cake-build/cake,patriksvensson/cake,gep13/cake,mholo65/cake,devlead/cake,patriksvensson/cake,mholo65/cake,devlead/cake,cake-build/cake,patriksvensson/cake,mholo65/cake,gep13/cake,devlead/cake,gep13/cake
src/Cake.Common/Build/BuildSystem.cs
mit
1,590,789,637
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Cake.Common.Build.AppVeyor; using Cake.Common.Build.AzurePipelines; using Cake.Common.Build.Bam...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Cake.Common.Build.AppVeyor; using Cake.Common.Build.AzurePipelines; using Cake.Common.Build.Bam...
f464e468431e1a43a5ac210e2ba46419e6cfe290
More accurate AITD detection
More accurate AITD detection
tigrouind/LifeDISA,tigrouind/LifeDISA
Shared/DosBox.cs
mit
1,590,789,467
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Shared { public class DosBox { public static int SearchProcess() { int? processId = Process.GetProcesses() .Where(x => GetProcessName(x).StartsWith("DOSBOX", StringComparison.InvariantCultureIgnoreCase)...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Shared { public class DosBox { public static int SearchProcess() { int? processId = Process.GetProcesses() .Where(x => GetProcessName(x).StartsWith("DOSBOX", StringComparison.InvariantCultureIgnoreCase)...
1af6d3ecfb1c3f0f35926b5b5616b9bffc9bba35
configuration EGPCS cleanup
configuration EGPCS cleanup
iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie
src/Peachpie.Runtime/Context.Configuration.cs
apache-2.0
1,590,789,277
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Pchp.Core.Utilities; namespace Pchp.Core { #region IPhpConfigurationService /// <summary> /// Interface providing access to c...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Pchp.Core.Utilities; namespace Pchp.Core { #region IPhpConfigurationService /// <summary> /// Interface providing access to c...
0475e496605daa300560c8bb77700349213c0425
Prevent net function calling by other client
Prevent net function calling by other client
insthync/LiteNetLibManager,insthync/LiteNetLibManager
Scripts/GameApi/LiteNetLibGameManager.cs
mit
1,590,788,737
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using LiteNetLib; using LiteNetLib.Utils; using UnityEngine.Profiling; using System.Threading.Tasks; namespace LiteNetLibManager { [RequireComponent(typeof(LiteNetLibAssets))] public class LiteNet...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using LiteNetLib; using LiteNetLib.Utils; using UnityEngine.Profiling; using System.Threading.Tasks; namespace LiteNetLibManager { [RequireComponent(typeof(LiteNetLibAssets))] public class LiteNet...
44f313b400afa0b67b2850820f889eac0e0e5baf
457: TextRun.DrawText
457: TextRun.DrawText
LayoutFarm/PixelFarm
src/PixelFarm/PaintLab.RenderTree.TextSurface/1.1_Runs/TextRun.cs
bsd-2-clause
1,590,788,724
//Apache2, 2014-present, WinterDev using System; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { class TextRun : Run, IDisposable { //text run is a collection of words that has the same presentation format (font, style, color, etc). //a run may contain multiple...
//Apache2, 2014-present, WinterDev using System; using System.Text; using PixelFarm.Drawing; namespace LayoutFarm.TextEditing { class TextRun : Run, IDisposable { //text run is a collection of words that has the same presentation format (font, style, color, etc). //a run may contain multiple...
77a87eac1c2e4171d2b47b483c0f4379dfad7862
PG-1371: Enabled export menu
PG-1371: Enabled export menu
sillsdev/Glyssen
Glyssen/MainForm.cs
mit
1,590,788,291
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using Glyssen.Dialogs; using Glyssen.Export; using Glyssen.Properties; using Glysse...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using Glyssen.Dialogs; using Glyssen.Export; using Glyssen.Properties; using Glysse...
8ac291ce112f9db1b6def458d6ab44d76a132271
SubscriptionOnlineMessageAdapter. Add order trans ids as order status subscriptions.
SubscriptionOnlineMessageAdapter. Add order trans ids as order status subscriptions.
StockSharp/StockSharp
Algo/SubscriptionOnlineMessageAdapter.cs
apache-2.0
1,590,787,977
namespace StockSharp.Algo { using System; using System.Collections.Generic; using Ecng.Common; using Ecng.Collections; using StockSharp.Messages; using StockSharp.Localization; using StockSharp.Logging; /// <summary> /// Online subscription counter adapter. /// </summary> public class SubscriptionOnlineM...
namespace StockSharp.Algo { using System; using System.Collections.Generic; using Ecng.Common; using Ecng.Collections; using StockSharp.Messages; using StockSharp.Localization; using StockSharp.Logging; /// <summary> /// Online subscription counter adapter. /// </summary> public class SubscriptionOnlineM...
bd294e903cc1845fa2ce0b4e3b05e0df08e9763a
Removed TODOs from UITests project
Removed TODOs from UITests project
HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp
src/MobileKidsIdApp.UITests/AppInitializer.cs
apache-2.0
1,590,787,952
using Xamarin.UITest; namespace MobileKidsIdApp.UITests { public class AppInitializer { public static IApp StartApp(Platform platform) { if (platform == Platform.Android) { return ConfigureApp .Android .StartApp();...
using Xamarin.UITest; namespace MobileKidsIdApp.UITests { public class AppInitializer { public static IApp StartApp(Platform platform) { // TODO: If the iOS or Android app being tested is included in the solution // then open the Unit Tests window, right click Test App...
f797d98f5b1ee5dae2252a4d75a4d82dd62ef1b9
Remove completed todo
Remove completed todo
HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp
src/MobileKidsIdApp/MobileKidsIdApp/Services/FamilyRepository.cache.cs
apache-2.0
1,590,787,885
using System; using System.Collections.Generic; using MobileKidsIdApp.Models; namespace MobileKidsIdApp.Services { public partial class FamilyRepository { private Lazy<List<Child>> _childCache; public List<Child> Children => _childCache.Value; public Child CurrentChild { get; private ...
using System; using System.Collections.Generic; using MobileKidsIdApp.Models; namespace MobileKidsIdApp.Services { // TODO: add calls to save from views public partial class FamilyRepository { private Lazy<List<Child>> _childCache; public List<Child> Children => _childCache.Value; ...
0174e0273e3e52e77a4bc1d15dcc022280707b66
[CLI] Remove compilation warning
[CLI] Remove compilation warning
lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies
Dependencies/Program.cs
mit
1,590,787,643
using System; using System.Collections.Generic; using System.Xml.Linq; using System.IO; using System.Linq; using System.Diagnostics; using NDesk.Options; using Newtonsoft.Json; using Dependencies.ClrPh; namespace Dependencies { interface IPrettyPrintable { void PrettyPrint(); } /// <sum...
using System; using System.Collections.Generic; using System.Xml.Linq; using System.IO; using System.Linq; using System.Diagnostics; using NDesk.Options; using Newtonsoft.Json; using Dependencies.ClrPh; namespace Dependencies { interface IPrettyPrintable { void PrettyPrint(); } /// <sum...
1059c94d3263bee88a5fcd2dfbd09f99a2925aeb
[Gui] Refactor PE import processing
[Gui] Refactor PE import processing
lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies
DependenciesGui/DependencyWindow.xaml.cs
mit
1,590,787,622
using System; using System.IO; using System.Collections.Generic; using System.Windows; using System.Windows.Media; using System.Windows.Controls; using System.ComponentModel; using System.Windows.Input; using System.Diagnostics; using System.Windows.Data; using Microsoft.Win32; using Mono.Cecil; using Dependencies.Clr...
using System; using System.IO; using System.Collections.Generic; using System.Windows; using System.Windows.Media; using System.Windows.Controls; using System.ComponentModel; using System.Windows.Input; using System.Diagnostics; using System.Windows.Data; using Microsoft.Win32; using Mono.Cecil; using Dependencies.Clr...
6a5c4cc05f3f91305d7b8fa5044881c02a8b1bd3
Set tabs on Android to be on the bottom
Set tabs on Android to be on the bottom
HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp
src/MobileKidsIdApp/MobileKidsIdApp/Views/MainPage.cs
apache-2.0
1,590,787,613
using MobileKidsIdApp.ViewModels; using Xamarin.Forms.PlatformConfiguration; using Xamarin.Forms.PlatformConfiguration.AndroidSpecific; namespace MobileKidsIdApp.Views { public class MainPage : Xamarin.Forms.TabbedPage { private ApplicationBase CurrentApp => Xamarin.Forms.Application.Current as Applic...
using MobileKidsIdApp.ViewModels; using Xamarin.Forms; namespace MobileKidsIdApp.Views { public class MainPage : TabbedPage { private ApplicationBase CurrentApp => Application.Current as ApplicationBase; public MainPage() { Page childListPage = CurrentApp.CreatePage<ChildP...
3c07232c939cfc3f48de8858315b104e683f56c8
Replace ContainsKey and [] with TryGetValue
Replace ContainsKey and [] with TryGetValue
autofac/Autofac,autofac/Autofac
src/Autofac/Features/AttributeFilters/MetadataFilterAttribute.cs
mit
1,590,787,576
// This software is part of the Autofac IoC container // Copyright © 2013 Autofac Contributors // https://autofac.org // // 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 // restric...
// This software is part of the Autofac IoC container // Copyright © 2013 Autofac Contributors // https://autofac.org // // 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 // restric...
e5d3741d0e05bb8a9b0224dbf37ba3f5c82988be
[Lib] Return system path, according to analyzed PE
[Lib] Return system path, according to analyzed PE
lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies,lucasg/Dependencies
DependenciesLib/FindPeModule.cs
mit
1,590,787,560
using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Diagnostics; using Dependencies.ClrPh; namespace Dependencies { public enum ModuleSearchStrategy { ROOT = -1, SxS = 0, ApiSetSchema = 1, WellKnownDlls = 2, ApplicationDirec...
using System; using System.IO; using System.Collections.Generic; using System.Linq; using System.Diagnostics; using Dependencies.ClrPh; namespace Dependencies { public enum ModuleSearchStrategy { ROOT = -1, SxS = 0, ApiSetSchema = 1, WellKnownDlls = 2, ApplicationDirec...
55e820806f8745d850a1c05ba70100ee0d94e037
Set the default InsensitiveBorderEndLength to 0.
Set the default InsensitiveBorderEndLength to 0.
PenguinF/sandra-three
Eutherion/Win/Forms/SnapHelper.cs
apache-2.0
1,590,787,282
#region License /********************************************************************************* * SnapHelper.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
#region License /********************************************************************************* * SnapHelper.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
3e2564547203d2d9a2001fc5deffba9c7ec7c25b
Remove redundant calls of OfType method
Remove redundant calls of OfType method
autofac/Autofac,autofac/Autofac
src/Autofac/Features/GeneratedFactories/FactoryGenerator.cs
mit
1,590,786,979
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // 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 // restric...
// This software is part of the Autofac IoC container // Copyright © 2011 Autofac Contributors // https://autofac.org // // 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 // restric...
0aa51b0b8c32aff46965b806bb4b3dc9550c1010
20.5.0: updated net20 batch tests to match others
20.5.0: updated net20 batch tests to match others
avadev/AvaTax-REST-V2-DotNet-SDK
tests/net20/BatchTests.cs
apache-2.0
1,590,786,365
using Avalara.AvaTax.RestClient; using NUnit.Framework; using System; using System.Collections.Generic; using System.Text; namespace Tests.Avalara.AvaTax.RestClient.net20 { [TestFixture] public class BatchTests { public AvaTaxClient Client { get; set; } public string CompanyCode { get; set...
using Avalara.AvaTax.RestClient; using NUnit.Framework; using System; using System.Collections.Generic; using System.Text; namespace Tests.Avalara.AvaTax.RestClient.net20 { [TestFixture] public class BatchTests { public AvaTaxClient Client { get; set; } public string CompanyCode { get; set...
9682fd9b21844e3dda9e9859105abfcc61efee4c
DropShadowHint rename
DropShadowHint rename
jkoritzinsky/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkorit...
src/Windows/Avalonia.Win32/PopupImpl.cs
mit
1,590,785,942
using System; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.Platform; using Avalonia.Win32.Interop; namespace Avalonia.Win32 { class PopupImpl : WindowImpl, IPopupImpl { private bool _dropShadowHint = true; public override void Show() { UnmanagedMethod...
using System; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.Platform; using Avalonia.Win32.Interop; namespace Avalonia.Win32 { class PopupImpl : WindowImpl, IPopupImpl { private bool _hasBoxShadow = true; public override void Show() { UnmanagedMethods....
6eb0504307caed845194e034f8c676c579df2ff4
Refactor token preservation tests.
Refactor token preservation tests.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
test/AsmResolver.DotNet.Tests/Builder/TokenPreservationTest.cs
mit
1,590,785,824
using System; using System.Collections.Generic; using System.IO; using System.Linq; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; us...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE.DotNet.Builder; using AsmResolver.PE.DotNet.Cil; using AsmResolver...
f392a78c76f3756aea765f708eeaa6b33ed4ddfc
Make instruments prediction-safe.
Make instruments prediction-safe.
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.Client/GameObjects/EntitySystems/InstrumentSystem.cs
mit
1,590,785,441
using Content.Client.GameObjects.Components.Instruments; using JetBrains.Annotations; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Systems; using Robust.Shared.Interfaces.Timing; using Robust.Shared.IoC; namespace Content.Client.GameObjects.EntitySystems { [UsedImplicitly] public class Inst...
using Content.Client.GameObjects.Components.Instruments; using Robust.Shared.GameObjects; using Robust.Shared.GameObjects.Systems; namespace Content.Client.GameObjects.EntitySystems { public class InstrumentSystem : EntitySystem { public override void Initialize() { base.Initialize(...
b006f01c5418e54cda8a98561de6183249cb13a6
changing Url.LastMod get logic to return datetime, hours, min, sec, timezone
changing Url.LastMod get logic to return datetime, hours, min, sec, timezone
ernado-x/X.Web.Sitemap
src/X.Web.Sitemap/Url.cs
mit
1,590,785,175
using System; using System.Xml.Serialization; namespace X.Web.Sitemap { [Serializable] [XmlRoot("url")] [XmlType("url")] public class Url { [XmlElement("loc")] public string Location { get; set; } [XmlIgnore] public DateTime TimeStamp { get; set; } /// <su...
using System; using System.Xml.Serialization; namespace X.Web.Sitemap { [Serializable] [XmlRoot("url")] [XmlType("url")] public class Url { [XmlElement("loc")] public string Location { get; set; } [XmlIgnore] public DateTime TimeStamp { get; set; } /// <su...
05085cc695b703ab94fa232d12dacc963b4edfe9
Hide minimize button if MinimizeBox is false.
Hide minimize button if MinimizeBox is false.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,590,784,704
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
48817d49740fb67f46b6d3c26831804edbaf796d
Allow only owner client and server to call net function
Allow only owner client and server to call net function
insthync/LiteNetLibManager,insthync/LiteNetLibManager
Scripts/GameApi/LiteNetLibFunction.cs
mit
1,590,784,569
using System; using System.Reflection; using LiteNetLib; using LiteNetLib.Utils; namespace LiteNetLibManager { public enum FunctionReceivers : byte { Target, All, Server, } public class LiteNetLibFunction : LiteNetLibElement { public readonly Type[] ParameterTypes;...
using System; using System.Reflection; using LiteNetLib; using LiteNetLib.Utils; namespace LiteNetLibManager { public enum FunctionReceivers : byte { Target, All, Server, } public class LiteNetLibFunction : LiteNetLibElement { public readonly Type[] ParameterTypes;...
873fc680d2d0311f562a6f17c45141d40917945d
Hide maximize button if MaximizeBox is false.
Hide maximize button if MaximizeBox is false.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,590,784,524
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
9bf1bfb8e622fb969004fe5af21e1ce6ea0ea320
OnControlAdded and OnControlRemoved are now unnecessary.
OnControlAdded and OnControlRemoved are now unnecessary.
PenguinF/sandra-three
Eutherion/Win.MdiAppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,590,784,348
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
1413d20d0d3d7787b85bd0b741d1c4bfb4f35d46
BUGFIX: placeholder get method not added to discovery result.
BUGFIX: placeholder get method not added to discovery result.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Discovery/MemberDiscoverer.cs
mit
1,590,784,071
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmR...
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmR...
1cc4a532218c0c8cacdea7b339e88cdb6498df45
Add Reconciliation Day for Australiaa
Add Reconciliation Day for Australiaa https://github.com/nager/Nager.Date/issues/202
tinohager/Nager.Date,tinohager/Nager.Date
Src/Nager.Date/PublicHolidays/AustraliaProvider.cs
mit
1,590,783,575
using Nager.Date.Contract; using Nager.Date.Model; using System; using System.Collections.Generic; using System.Linq; namespace Nager.Date.PublicHolidays { /// <summary> /// Australia /// </summary> public class AustraliaProvider : IPublicHolidayProvider, ICountyProvider { private readonly...
using Nager.Date.Contract; using Nager.Date.Model; using System; using System.Collections.Generic; using System.Linq; namespace Nager.Date.PublicHolidays { /// <summary> /// Australia /// </summary> public class AustraliaProvider : IPublicHolidayProvider, ICountyProvider { private readonly...
b2995e7cf29227812ee8796b18fb8713dd02e618
#116 - Forgot to add processedTime when changing state of request
#116 - Forgot to add processedTime when changing state of request
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Data/Repositories/WaifuRequestRepository.cs
agpl-3.0
1,590,782,331
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Lw; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Dtos; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; namespace SoraBot.Data.Repositories { public class Wai...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ArgonautCore.Lw; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Dtos; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; namespace SoraBot.Data.Repositories { public class Wai...
ae450603b1416b7c53012ad2d167f41cf46599b1
Stuff free property slots.
Stuff free property slots.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Discovery/MemberDiscoverer.cs
mit
1,590,782,243
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmR...
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmR...
40c5243c481cf4f507411b4867df61088c9ed4d0
Rename mouse to cursor
Rename mouse to cursor
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Profiles/LocalPCInformation.cs
mit
1,590,781,991
using Aurora.Utils; using NAudio.CoreAudioApi; using System.Linq; namespace Aurora.Profiles { /// <summary> /// Class representing local computer information /// </summary> public class LocalPCInformation : Node { #region Time Properties /// <summary> /// The current hour ...
using Aurora.Utils; using NAudio.CoreAudioApi; using System.Linq; using System.Runtime.InteropServices; namespace Aurora.Profiles { /// <summary> /// Class representing local computer information /// </summary> public class LocalPCInformation : Node { #region Time Properties /// <summa...
3764711dfc75a891f3d333aac3301dccb188cf11
Reduce duplicated code.
Reduce duplicated code.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Discovery/MemberDiscoverer.cs
mit
1,590,781,623
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmR...
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmR...