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
b3767f6784dbb42b90632a761658c523e58a95b1
Corrected IShellDispatchX.NameSpace method parameter
Corrected IShellDispatchX.NameSpace method parameter
dahall/vanara
PInvoke/Shell32/ShlDisp.cs
mit
1,592,153,165
using System; using System.Collections; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Security; namespace Vanara.PInvoke { public static partial class Shell32 { /// <summary>Specifies values used by...
using System; using System.Collections; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Security; namespace Vanara.PInvoke { public static partial class Shell32 { /// <summary>Specifies values used by...
f9af01da8c8fa57c0acd0017670da804e797f567
Update docs a little
Update docs a little
Deadpikle/NetSparkle
src/NetSparkle/Enums/SecurityMode.cs
mit
1,592,153,061
namespace NetSparkleUpdater.Enums { /// <summary> /// Controls the situations where files have to be signed with the private key. /// If both a public key and a signature are present, they always have to be valid. /// /// We recommend using SecurityMode.Strict if at all possible. /// /// N...
namespace NetSparkleUpdater.Enums { /// <summary> /// Controls the situations where files have to be signed with the private key. /// If both a public key and a signature are present, they always have to be valid. /// /// We recommend using SecurityMode.Strict if at all possible. /// </summary>...
9907b4763bb76963eee9d652640559f07e5fce1a
Remove redundant default argument value
Remove redundant default argument value
UselessToucan/osu,peppy/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu
osu.Game/Rulesets/Mods/ModTimeRamp.cs
mit
1,592,152,781
// 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.Linq; using osu.Framework.Audio; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Config...
// 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.Linq; using osu.Framework.Audio; using osu.Framework.Audio.Track; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Config...
20a3d33068e576b8426fc4222a6ac7f391ea73c4
Use edSignature as another signature fallback
Use edSignature as another signature fallback
Deadpikle/NetSparkle
src/NetSparkle/AppCastItem.cs
mit
1,592,151,429
using NetSparkleUpdater.AppCastHandlers; using System; using System.Globalization; using System.Xml.Linq; namespace NetSparkleUpdater { /// <summary> /// Item from a Sparkle AppCast file /// </summary> [Serializable] public class AppCastItem : IComparable<AppCastItem> { /// <summary> ...
using NetSparkleUpdater.AppCastHandlers; using System; using System.Globalization; using System.Xml.Linq; namespace NetSparkleUpdater { /// <summary> /// Item from a Sparkle AppCast file /// </summary> [Serializable] public class AppCastItem : IComparable<AppCastItem> { /// <summary> ...
0762e1b9b1871131bcaa2f385bd4a5d5fe2bf772
Changed ordering of numbers written to console from 1223467 to 1234567
Changed ordering of numbers written to console from 1223467 to 1234567
Azure-Samples/storage-blob-dotnet-getting-started
BlobStorage/GettingStarted.cs
mit
1,592,150,935
//---------------------------------------------------------------------------------- // Microsoft Developer & Platform Evangelism // // Copyright (c) Microsoft Corporation. All rights reserved. // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, // EITHER EXPRESSED OR IMPLIED, INCLUDING...
//---------------------------------------------------------------------------------- // Microsoft Developer & Platform Evangelism // // Copyright (c) Microsoft Corporation. All rights reserved. // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, // EITHER EXPRESSED OR IMPLIED, INCLUDING...
0c935cc350fbbb1b8c73cbaa649e1e01965778bc
priority for event loops
priority for event loops
workabyte/PowerArgs,adamabdelhamed/PowerArgs
PowerArgs/HelperTypesPublic/EventLoop.cs
mit
1,592,150,358
using System; using System.Collections.Generic; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; namespace PowerArgs { public class EventLoop { private class SynchronizedEvent { public Func<Task> Work { get; private set; } p...
using System; using System.Collections.Generic; using System.Runtime.ExceptionServices; using System.Threading; using System.Threading.Tasks; namespace PowerArgs { public class EventLoop { private class SynchronizedEvent { public Func<Task> Work { get; private set; } p...
0d53d0ffc8f361576a60ebda3ae1e5dece2c6144
Fix back-to-front math
Fix back-to-front math
UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu
osu.Game/Screens/Play/GameplayClockContainer.cs
mit
1,592,149,580
// 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 System.Threading.Tasks; using osu.Framework; using osu.Framework.Allocation; using osu.Framework....
// 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 System.Threading.Tasks; using osu.Framework; using osu.Framework.Allocation; using osu.Framework....
4eb6781ab9bd990504fdbb8eebc1f9381b45a6b6
Remove comment-out code
Remove comment-out code
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/OSImplementation/Windows/Win32OpenGLRenderer.cs
agpl-3.0
1,592,149,332
#define Enable_Jitter using CSharpGL; using ImGui.OSAbstraction.Graphics; using ImGui.Rendering; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using ImGui.OSImplementation.Shared; namespace ImGui.OSImplementation.Windows { internal partial class Win32OpenGLRenderer : IRende...
#define Enable_Jitter using CSharpGL; using ImGui.OSAbstraction.Graphics; using ImGui.Rendering; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using ImGui.OSImplementation.Shared; namespace ImGui.OSImplementation.Windows { internal partial class Win32OpenGLRenderer : IRende...
cf97a72159a38684bd8e73dc3d23c0dd9e2aa1ee
react on window handle change
react on window handle change
YatoDev/DirectXOverlay
source/GameOverlay/Windows/GraphicsWindow.cs
mit
1,592,146,433
using System; using System.Diagnostics; using System.Threading; using GameOverlay.Drawing; namespace GameOverlay.Windows { /// <summary> /// Represents an OverlayWindow which is used to draw at any given frame rate. /// </summary> public class GraphicsWindow : OverlayWindow { private readonly Stopwatch _watch...
using System; using System.Diagnostics; using System.Threading; using GameOverlay.Drawing; namespace GameOverlay.Windows { /// <summary> /// Represents an OverlayWindow which is used to draw at any given frame rate. /// </summary> public class GraphicsWindow : OverlayWindow { private readonly Stopwatch _watch...
10d541429ca1a3756a806da95eb8ce71537a6fd9
added manual triggers for some events
added manual triggers for some events
YatoDev/DirectXOverlay
source/GameOverlay/Windows/OverlayWindow.cs
mit
1,592,146,357
using System; using System.Runtime.InteropServices; using System.Threading; using GameOverlay.PInvoke; namespace GameOverlay.Windows { /// <summary> /// Represents a transparent overlay window. /// </summary> public class OverlayWindow : IDisposable { private const WindowMessage CustomDestroyWindowMessage = (...
using System; using System.Runtime.InteropServices; using System.Threading; using GameOverlay.PInvoke; namespace GameOverlay.Windows { /// <summary> /// Represents a transparent overlay window. /// </summary> public class OverlayWindow : IDisposable { private const WindowMessage CustomDestroyWindowMessage = (...
8e79c5a49deeca328971d15ea7a4e5d1d31735c8
improving debuging
improving debuging
larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl
MatterControlLib/DesignTools/Primitives/Gear2D.cs
bsd-2-clause
1,592,145,963
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
/* Involute Spur Gear Builder (c) 2014 Dr. Rainer Hessmer ported to C# 2019 by Lars Brubaker Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
47ce99c0a8dc2a139d5a0e75fe2a586a5c812937
allow flattening to base objects
allow flattening to base objects
MatterHackers/agg-sharp,larsbrubaker/agg-sharp
DataConverters3D/Object3D/Object3D.cs
bsd-2-clause
1,592,145,954
/* Copyright (c) 2017, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2017, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
310e765502224acea20b3d06df817882201d6275
Fix parallax gen.
Fix parallax gen.
space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content
Content.Client/Parallax/ParallaxGenerator.cs
mit
1,592,145,232
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using Nett; using Robust.Client.Utility; using Robust.Shared.Interfaces.Log; using Robust.Shared.Maths; using Robust.Shared.Noise; using Robust.Shared.Random; using SixLabors.ImageSharp; using SixLabors.ImageSharp.Adva...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using Nett; using Robust.Client.Utility; using Robust.Shared.Interfaces.Log; using Robust.Shared.Maths; using Robust.Shared.Noise; using Robust.Shared.Random; using SixLabors.ImageSharp; using SixLabors.ImageSharp.Adva...
c31d92a1a16b9a7167497b92bf7e9209f9da9f4b
#2029 test (#2271)
#2029 test (#2271)
LinqToDB4iSeries/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,MaceWindu/linq2db,linq2db/linq2db,linq2db/linq2db,MaceWindu/linq2db,LinqToDB4iSeries/linq2db,linq2db/linq2db
Tests/Linq/Linq/CteTests.cs
mit
1,592,145,012
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using LinqToDB; using LinqToDB.Expressions; using LinqToDB.Mapping; using LinqToDB.Tools; using NUnit.Framework; namespace Tests.Linq { using LinqToDB.Linq; using Model; using Tools; public class CteTests : TestBas...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using LinqToDB; using LinqToDB.Expressions; using LinqToDB.Mapping; using LinqToDB.Tools; using NUnit.Framework; namespace Tests.Linq { using Model; using Tools; public class CteTests : TestBase { public static s...
cf010f66136bca631e4bcd7c88c17374f615ad37
ignore imageCreation for speciesSelector if no images are available
ignore imageCreation for speciesSelector if no images are available
cadon/ARKStatsExtractor
ARKBreedingStats/SpeciesSelector.cs
mit
1,592,144,627
using ARKBreedingStats.species; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ARKBreedingStats { public p...
using ARKBreedingStats.species; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ARKBreedingStats { public partial class Spec...
878ccef2dfe5f5e788c3faf7baeede5ab1a096ae
handle window recreation and quit correctly
handle window recreation and quit correctly
YatoDev/DirectXOverlay
source/GameOverlay/Windows/OverlayWindow.cs
mit
1,592,144,577
using System; using System.Runtime.InteropServices; using System.Threading; using GameOverlay.PInvoke; namespace GameOverlay.Windows { /// <summary> /// Represents a transparent overlay window. /// </summary> public class OverlayWindow : IDisposable { private const WindowMessage CustomDestroyWindowMessage = (W...
using System; using System.Runtime.InteropServices; using System.Threading; using GameOverlay.PInvoke; namespace GameOverlay.Windows { /// <summary> /// Represents a transparent overlay window. /// </summary> public class OverlayWindow : IDisposable { private const WindowMessage CustomDestroyWindowMessage = (...
4db9774299e5f3f44d66462f1242814af278696b
virtual everything
virtual everything
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,592,144,208
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
4b0e88f0eccafe3aaad6e758f8c95236781b4fec
Implement remainder of matrix interpolation fallback test.
Implement remainder of matrix interpolation fallback test.
AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,jkori...
tests/Avalonia.Visuals.UnitTests/Media/TransformOperationsTests.cs
mit
1,592,143,715
using Avalonia.Media.Transformation; using Avalonia.Utilities; using Xunit; namespace Avalonia.Visuals.UnitTests.Media { public class TransformOperationsTests { [Fact] public void Can_Parse_Compound_Operations() { var data = "scale(1,2) translate(3px,4px) rotate(5deg) skew(6...
using Avalonia.Media.Transformation; using Avalonia.Utilities; using Xunit; namespace Avalonia.Visuals.UnitTests.Media { public class TransformOperationsTests { [Fact] public void Can_Parse_Compound_Operations() { var data = "scale(1,2) translate(3px,4px) rotate(5deg) skew(6...
6b00d236d7cd68a474c7fa5193d376072f21a6e9
Use MathUtilities in Matrix code.
Use MathUtilities in Matrix code.
SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,groky...
src/Avalonia.Visuals/Matrix.cs
mit
1,592,143,715
using System; using System.Globalization; using Avalonia.Utilities; namespace Avalonia { /// <summary> /// A 2x3 matrix. /// </summary> public readonly struct Matrix : IEquatable<Matrix> { private readonly double _m11; private readonly double _m12; private readonly double _m...
using System; using System.Globalization; using Avalonia.Utilities; namespace Avalonia { /// <summary> /// A 2x3 matrix. /// </summary> public readonly struct Matrix : IEquatable<Matrix> { private readonly double _m11; private readonly double _m12; private readonly double _m...
3cd129ba81df2cd96fffb341cf87627d18282a48
Restore `params` keyword on MethodInfoExtensions.Execute(...) so that consumers continue to have simple shorthand for arbitrary method invocation.
Restore `params` keyword on MethodInfoExtensions.Execute(...) so that consumers continue to have simple shorthand for arbitrary method invocation.
fixie/fixie,fixie/fixie
src/Fixie/MethodInfoExtensions.cs
mit
1,592,142,941
namespace Fixie { using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Threading.Tasks; public static class MethodInfoExtensions { static ...
namespace Fixie { using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; using System.Threading.Tasks; public static class MethodInfoExtensions { static ...
651d9be57cd0a16986360dda2cbe5a8483400c1c
Release 1.19.0.2
Release 1.19.0.2
chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck
Version.cs
mit
1,592,142,859
using System.Reflection; using Version = TweetDuck.Version; [assembly: AssemblyVersion(Version.Tag)] [assembly: AssemblyFileVersion(Version.Tag)] namespace TweetDuck{ internal static class Version{ public const string Tag = "1.19.0.2"; } }
using System.Reflection; using Version = TweetDuck.Version; [assembly: AssemblyVersion(Version.Tag)] [assembly: AssemblyFileVersion(Version.Tag)] namespace TweetDuck{ internal static class Version{ public const string Tag = "1.19.0.1"; } }
8e2c1aa86dda0c6a1b64f4df182ac52ca974a184
message fix
message fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Managers/PlayerList.Admin.cs
agpl-3.0
1,592,138,921
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using DatabaseAPI; using Mirror; using UnityEngine; using UnityEngine.Diagnostics; using DiscordWebhook; /// <summary> /// Admin Controller for player...
using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading.Tasks; using DatabaseAPI; using Mirror; using UnityEngine; using UnityEngine.Diagnostics; using DiscordWebhook; /// <summary> /// Admin Controller for player...
c4d5a3e508239b6442db8b18eda9730dd8eafd63
Fixed VideoPlayer error while opening in 2017 version
Fixed VideoPlayer error while opening in 2017 version
UnityCommunity/UnityLibrary
Assets/Scripts/Editor/ContextMenu/GetVideoAspectRatioEditor.cs
mit
1,592,136,657
// Custom Contect menu for VideoPlayer component // used for scaling quad mesh transform localscale.y to match videoplayer aspect ratio using UnityEngine; using UnityEditor; using UnityEngine.Video; namespace UnityLibrary { public class GetVideoAspectRatioEditor : MonoBehaviour { [MenuItem("CONTEXT/Vi...
// Custom Contect menu for VideoPlayer component // used for scaling quad mesh transform localscale.y to match videoplayer aspect ratio using UnityEngine; using UnityEditor; using UnityEngine.Video; namespace UnityLibrary { public class GetVideoAspectRatioEditor : MonoBehaviour { [MenuItem("CONTEXT/Vi...
a63014751f96e7fd79d0edbd239302ece41ca792
Reverted unnecessary whitespace changes
Reverted unnecessary whitespace changes
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework/Configuration/DotvvmExperimentalFeatureFlag.cs
apache-2.0
1,592,135,708
#nullable enable using System; using System.Collections.Generic; using System.ComponentModel; using Newtonsoft.Json; namespace DotVVM.Framework.Configuration { public class DotvvmExperimentalFeatureFlag { [JsonProperty("enabled")] public bool Enabled { get => _enabled; ...
#nullable enable using System; using System.Collections.Generic; using System.ComponentModel; using Newtonsoft.Json; namespace DotVVM.Framework.Configuration { public class DotvvmExperimentalFeatureFlag { [JsonProperty("enabled")] public bool Enabled { get => _enabled; ...
da208c4341c331ae35fe7630701bc98fd040181e
Unit test fixes
Unit test fixes
riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm
src/DotVVM.Framework.Tests.Common/ViewModel/JsonDiffTests.cs
apache-2.0
1,592,134,516
using DotVVM.Framework.Configuration; using DotVVM.Framework.ResourceManagement; using DotVVM.Framework.Utils; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Thread...
using DotVVM.Framework.Configuration; using DotVVM.Framework.ResourceManagement; using DotVVM.Framework.Utils; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Thread...
a9e5433f065bf49e5fcc42e67d80f8640d6e7a03
C#: Fix tests on Windows by using the correct newline.
C#: Fix tests on Windows by using the correct newline.
codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list
csharp/Tasks.Tests/ApplicationTest.cs
mit
1,592,133,431
using System; using System.IO; using NUnit.Framework; namespace Tasks { [TestFixture] public sealed class ApplicationTest { public const string PROMPT = "> "; private FakeConsole console; private System.Threading.Thread applicationThread; [SetUp] public void StartTheApplication() { this.console = n...
using System; using System.IO; using NUnit.Framework; namespace Tasks { [TestFixture] public sealed class ApplicationTest { public const string PROMPT = "> "; private FakeConsole console; private System.Threading.Thread applicationThread; [SetUp] public void StartTheApplication() { this.console = n...
84fc32b0339443b46f23031dc9ef913e05f71c59
C#: When the project is missing, print an error, don't crash.
C#: When the project is missing, print an error, don't crash.
codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list,codurance/task-list
csharp/Tasks/TaskList.cs
mit
1,592,133,336
using System; using System.Collections.Generic; using System.Linq; namespace Tasks { public sealed class TaskList { private const string QUIT = "quit"; private readonly IDictionary<string, IList<Task>> tasks = new Dictionary<string, IList<Task>>(); private readonly IConsole console; private long lastId = ...
using System; using System.Collections.Generic; using System.Linq; namespace Tasks { public sealed class TaskList { private const string QUIT = "quit"; private readonly IDictionary<string, IList<Task>> tasks = new Dictionary<string, IList<Task>>(); private readonly IConsole console; private long lastId = ...
37bdb14c65344e569150fb4ccd9fd1dd454bb495
Do not migrate build links (#496)
Do not migrate build links (#496) * Do not migrate build links #495 * Check null. Do not cast multiple times. Co-authored-by: petr.felzmann <815f10b1d2cc34db1e0bc4cecf761ba3e698917a@gmail.com> Co-authored-by: Martin Hinshelwood nkdAgility.com <54669547a225ff20cba8b75a4adca540eef25858@nkdagility.com>
nkdAgility/vsts-sync-migration,nkdAgility/vsts-sync-migration
src/VstsSyncMigrator.Core/Execution/OMatics/WorkItemLinkOMatic.cs
mit
1,592,132,742
using Microsoft.TeamFoundation.WorkItemTracking.Client; using System; using System.Diagnostics; using System.Linq; using VstsSyncMigrator.Engine; using VstsSyncMigrator.Engine.Execution.Exceptions; namespace VstsSyncMigrator.Core.Execution.OMatics { public class WorkItemLinkOMatic { public void Migrat...
using Microsoft.TeamFoundation.WorkItemTracking.Client; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using VstsSyncMigrator.Engine; using VstsSyncMigrator.Engine.Execution.Exceptions; namespace VstsSyncMigrator.Core.Execu...
3257fe67d2c8a0ef91326b484fa7c7853fedd01d
fix(query context): only replace value for keys with quotes when not part of larger string (#478)
fix(query context): only replace value for keys with quotes when not part of larger string (#478) Co-authored-by: Martin Hinshelwood nkdAgility.com <54669547a225ff20cba8b75a4adca540eef25858@nkdagility.com>
nkdAgility/vsts-sync-migration,nkdAgility/vsts-sync-migration
src/VstsSyncMigrator.Core/Execution/ComponentContext/TfsQueryContext.cs
mit
1,592,132,230
using System; using Microsoft.TeamFoundation.WorkItemTracking.Client; using System.Collections.Generic; using Microsoft.ApplicationInsights; using System.Diagnostics; using Microsoft.ApplicationInsights.DataContracts; using System.Text.RegularExpressions; namespace VstsSyncMigrator.Engine { public class TfsQueryC...
using System; using Microsoft.TeamFoundation.WorkItemTracking.Client; using System.Collections.Generic; using Microsoft.ApplicationInsights; using System.Diagnostics; using Microsoft.ApplicationInsights.DataContracts; namespace VstsSyncMigrator.Engine { public class TfsQueryContext { private WorkItemS...
8e0554f3fef0e67b2e6fea2ecb2f90a3289f697e
Changing PrefixProjectToNodes to false (#491)
Changing PrefixProjectToNodes to false (#491) PrefixProjectToNodes is supposed to be false by default according to the documentation (https://github.com/nkdAgility/azure-devops-migration-tools/blob/master/docs/Processors/TestPlansAndSuitesMigrationConfig.md). Co-authored-by: Martin Hinshelwood nkdAgility.com <54669...
nkdAgility/vsts-sync-migration,nkdAgility/vsts-sync-migration
src/VstsSyncMigrator.Core/Configuration/Processing/TestPlansAndSuitesMigrationConfig.cs
mit
1,592,131,671
using System; using System.Collections.Generic; namespace VstsSyncMigrator.Engine.Configuration.Processing { public class TestPlansAndSuitesMigrationConfig : ITfsProcessingConfig { public bool PrefixProjectToNodes { get; set; } public bool Enabled { get; set; } public string OnlyElemen...
using System; using System.Collections.Generic; namespace VstsSyncMigrator.Engine.Configuration.Processing { public class TestPlansAndSuitesMigrationConfig : ITfsProcessingConfig { public bool PrefixProjectToNodes { get; set; } public bool Enabled { get; set; } public string OnlyElemen...
952bca79e58771fd3c557ce5ee8a311bd26bf4a6
Remove unnecessary assignment of a value to 'bytes'.
Remove unnecessary assignment of a value to 'bytes'.
blogifierdotnet/Blogifier.Core,blogifierdotnet/Blogifier.Core
src/Blogifier.Core/Services/StorageService.cs
mit
1,592,131,349
using Blogifier.Core.Data; using Blogifier.Core.Helpers; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using Microsoft.FeatureManagement; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http; u...
using Blogifier.Core.Data; using Blogifier.Core.Helpers; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using Microsoft.FeatureManagement; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Net.Http; u...
e8a0145ffdc72b65ae0265fae4b5c00b3c983a40
Null check for Google reminder overrides. Fixes #849
Null check for Google reminder overrides. Fixes #849
phw198/OutlookGoogleCalendarSync
src/OutlookGoogleCalendarSync/OutlookOgcs/OutlookCalendar.cs
mpl-2.0
1,592,131,047
using Google.Apis.Calendar.v3.Data; using log4net; using Microsoft.Office.Interop.Outlook; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Text; using System.Windows.Forms; namespace OutlookGoogleCalendarSync.OutlookOgcs { /// ...
using Google.Apis.Calendar.v3.Data; using log4net; using Microsoft.Office.Interop.Outlook; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Text; using System.Windows.Forms; namespace OutlookGoogleCalendarSync.OutlookOgcs { /// ...
66bfad0bcd3f2c37778136509502e4448a0b0150
updated assembly info
updated assembly info
genielabs/serialport-lib-dotnet,genielabs/serialport-lib-dotnet
SerialPortLib/Properties/AssemblyInfo.cs
apache-2.0
1,592,130,650
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Le informazioni generali relative a un assembly sono controllate dal seguente // set di attributi. Per modificare le informazioni associate a un assembly // occorre quindi modificare i valori di questi attributi. [...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Le informazioni generali relative a un assembly sono controllate dal seguente // set di attributi. Per modificare le informazioni associate a un assembly // occorre quindi modificare i valori di questi attributi. ...
4d6cbf49b293fc7f24624e598ab026f0854e3510
Binding時に値が更新されないバグを修正
Binding時に値が更新されないバグを修正
ebifrier/Ragnarok,ebifrier/Ragnarok
Ragnarok.Forms/Bindings/BindingData.cs
mit
1,592,126,289
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using Ragnarok.Utility; namespace Ragnarok.Forms.Bindings { internal sealed class BindingData { private readonly ReentrancyLock recurceLock = new ReentrancyLock(); priva...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; using Ragnarok.Utility; namespace Ragnarok.Forms.Bindings { internal sealed class BindingData { private readonly ReentrancyLock recurceLock = new ReentrancyLock(); priva...
8f348011a3e998edc04516fbaf77519187818514
small refactoring of PDF417::getMacroBlock
small refactoring of PDF417::getMacroBlock
micjahn/ZXing.Net,DHMechatronicAG/ZXing.Net,DHMechatronicAG/ZXing.Net,micjahn/ZXing.Net
Source/lib/pdf417/encoder/PDF417.cs
apache-2.0
1,592,125,415
/* * Copyright 2006 Jeremias Maerki in part, and ZXing Authors in part * * 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 * * Unl...
/* * Copyright 2006 Jeremias Maerki in part, and ZXing Authors in part * * 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 * * Unl...
821e45898b911dc946db407124ad16b230f12c75
Update CSharpCompilerBase.cs
Update CSharpCompilerBase.cs
NMSLanX/Natasha
src/Natasha.CSharpComplier/CSharpCompilerBase.cs
mpl-2.0
1,592,124,843
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Emit; using Natasha.Framework; using System; using System.Collections.Concurrent; using System.IO; using System.Reflection; namespace Natasha.CSharpCompiler { public abstract class CSharpCompilerBase : CompilerBase<CSh...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Emit; using Natasha.Framework; using System; using System.Collections.Concurrent; using System.IO; using System.Reflection; namespace Natasha.CSharpCompiler { public abstract class CSharpCompilerBase : CompilerBase<CSh...
e446dcadfc6c1d1f6eee8ac81752977ea25c08fe
update UseAspectCore extensions
update UseAspectCore extensions
WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common
src/WeihanLi.Common.Aspect.AspectCore/FluentAspectBuilderExtensions.cs
mit
1,592,124,627
using Microsoft.Extensions.DependencyInjection; using System; using WeihanLi.Common.DependencyInjection; namespace WeihanLi.Common.Aspect.AspectCore { public static class FluentAspectBuilderExtensions { public static IFluentAspectsBuilder UseAspectCoreProxy(this IFluentAspectsBuilder builder) ...
using Microsoft.Extensions.DependencyInjection; using System; using WeihanLi.Common.DependencyInjection; namespace WeihanLi.Common.Aspect.AspectCore { public static class FluentAspectBuilderExtensions { public static IFluentAspectsBuilder UseAspectCoreProxy(this IFluentAspectsBuilder builder) ...
327b9943c61b6818f696b42e93020771b994a596
Utilities API
Utilities API
alvivar/Hasten
Gigas/Arrayx.cs
mit
1,592,123,781
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; using System.Collections.Generic; public class Arrayx<T> { public T[] Elements = ne...
// Arrayx is the simples array list. // The idea is to use 'Length' as index when 'Elements' change, so we can resize // the array as much as we like, and also be able to iterate on 'Length' for the // real subset. using System; using System.Collections.Generic; public class Arrayx<T> { public T[] Elements = ne...
3ecf24da47b60914c230bab016a09f2e1d2d4f0b
アンインストール時に設定ファイルを削除できるよう確認画面を追加
アンインストール時に設定ファイルを削除できるよう確認画面を追加
t-miyake/OutlookOkan
SetupCustomAction/CustomAction.cs
apache-2.0
1,592,122,151
using System; using System.Collections; using System.Configuration.Install; using System.Diagnostics; using System.IO; using System.Windows; namespace SetupCustomAction { [System.ComponentModel.RunInstaller(true)] public sealed class CustomAction : Installer { public override void Install(IDiction...
using System; using System.Collections; using System.Configuration.Install; using System.Diagnostics; using System.IO; using System.Windows; namespace SetupCustomAction { [System.ComponentModel.RunInstaller(true)] public sealed class CustomAction : Installer { public override void Install(IDiction...
dfce7febc9ea75d59067ba8c81cbcb9e7594d388
Fix tests when running on Ubuntu 20.04
Fix tests when running on Ubuntu 20.04 The French-Canadian culture appears to have some odd settings by default.
nodatime/nodatime,BenJenkinson/nodatime,nodatime/nodatime,BenJenkinson/nodatime
src/NodaTime.Test/Text/Cultures.cs
apache-2.0
1,592,120,536
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using NodaTime.Globalization; namespace NodaTime.Test.Text...
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using NodaTime.Globalization; namespace NodaTime.Test.Text...
49c21241944c6f5704154adf4c26efb45c4bed48
Fix when specified date is out of the calendar range. (#1918)
Fix when specified date is out of the calendar range. (#1918)
ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit
MaterialDesignThemes.Wpf/Converters/CalendarYearMonthConverter.cs
mit
1,592,119,953
using System; using System.Globalization; using System.Windows.Data; using System.Windows.Markup; namespace MaterialDesignThemes.Wpf.Converters { public sealed class CalendarYearMonthConverter: IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo...
using System; using System.Globalization; using System.Windows.Data; using System.Windows.Markup; namespace MaterialDesignThemes.Wpf.Converters { public sealed class CalendarYearMonthConverter: IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo...
c59c958109849d61ff14ac0341f1d8f57ca98ea1
wip found to how to detect the split
wip found to how to detect the split
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,592,119,792
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
9718a69138efe6da71bbca0a2f84dd0a2d2d3dfe
fixed bug of accidental alpha distro will not show the warning for database compatibility
fixed bug of accidental alpha distro will not show the warning for database compatibility
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/MainWindow.xaml.cs
apache-2.0
1,592,118,037
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using RelhaxModpack.Windows; using RelhaxModpack.UI; using System.Xml; using System.Diagnostics; using Ion...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using RelhaxModpack.Windows; using RelhaxModpack.UI; using System.Xml; using System.Diagnostics; using Ion...
4ad02488aeeda23e9d446e84098f7178b949c310
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,117,310
#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-...
ac09441bf08b67be1d8de91b4154f7463a2215fc
small todo
small todo
dadhi/ImTools
src/ImTools/ImTools.Experimental.ImMap234.cs
mit
1,592,117,234
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
using System.Runtime.CompilerServices; namespace ImTools.Experimental.Tree234 { /// <summary>The base class for tree leafs and branches, defines the Empty tree</summary> public class ImMap<V> { /// <summary>Empty tree to start with.</summary> public static readonly ImMap<V> Empty = new ImMa...
8c600dc49f97f4ccedb591aba50bfbf904b45af9
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,117,225
#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-...
7cbfe48dcade51cd0a8121a610ed4a1fa7a0d0a3
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,592,117,137
#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-...
f81a8778cb5c1249dbad0758594a4abc8797b1e5
fix for formatting in variety error
fix for formatting in variety error
rainmattertech/dotnetkiteconnect
KiteConnect/Kite.cs
mit
1,592,117,118
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Collections; using System.Reflection; namespace KiteConnect { /// <summary> /// The API client class. In production, you may initialize a single instance of this class per `APIKey`. /// </sum...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Collections; using System.Reflection; namespace KiteConnect { /// <summary> /// The API client class. In production, you may initialize a single instance of this class per `APIKey`. /// </sum...
285facc0d42b4cd85f136f662efb4e6759aa012d
refactor: cleaning TopologicalSort
refactor: cleaning TopologicalSort
godrose/Solid,godrose/Solid
Solid.Core/TopologicalSort.cs
apache-2.0
1,592,113,729
//using excellent code from https://www.codeproject.com/Articles/869059/Topological-sorting-in-Csharp using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; namespace Solid.Core { /// <summary> /// Contains helpers for topological sort implementation /// ...
//using excellent code from https://www.codeproject.com/Articles/869059/Topological-sorting-in-Csharp using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; namespace Solid.Core { /// <summary> /// Contains helpers for topological sort implementation /// ...
d0ae6c4c5ef6e4cd87c2f27afc67d0780a511979
Changing scope of proc methods in ProcessorUpdate
Changing scope of proc methods in ProcessorUpdate
dimmpixeye/Unity3dTools
Runtime/LibProcessors/ProcessorUpdate.cs
mit
1,592,113,055
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System.Collections.Generic; using Unity.IL2CPP.CompilerServices; namespace Pixeye.Actors { [Il2CppSetOption(Option.NullChecks, false)] [Il2CppSetOption(Option.ArrayBoundsChecks, false)] [Il2CppSetOption(Option.DivideByZeroChecks, false)] pub...
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System.Collections.Generic; using Unity.IL2CPP.CompilerServices; namespace Pixeye.Actors { [Il2CppSetOption(Option.NullChecks, false)] [Il2CppSetOption(Option.ArrayBoundsChecks, false)] [Il2CppSetOption(Option.DivideByZeroChecks, false)] pub...
ec86cfeadbbab5916bb6db3b8e1b1b47a4d46511
Demos now a little less aggressive about thread usage by default.
Demos now a little less aggressive about thread usage by default.
bepu/bepuphysics2,bepu/bepuphysics2
Demos/Demo.cs
apache-2.0
1,592,106,284
using BepuUtilities.Memory; using DemoRenderer; using DemoUtilities; using BepuPhysics; using System; using System.Collections.Generic; using System.Text; using DemoRenderer.UI; using DemoContentLoader; using Helpers = DemoRenderer.Helpers; namespace Demos { public abstract class Demo : IDisposable { ...
using BepuUtilities.Memory; using DemoRenderer; using DemoUtilities; using BepuPhysics; using System; using System.Collections.Generic; using System.Text; using DemoRenderer.UI; using DemoContentLoader; using Helpers = DemoRenderer.Helpers; namespace Demos { public abstract class Demo : IDisposable { ...
c8ebd23a88465ccbf9b6c136b2a927b3c7a3c8ef
WPF - Disable GPU Compositing
WPF - Disable GPU Compositing Resize was causing glitches, doesn't reproduce with cefclient Needs further investigation. Revert to disabling GPU compositing Issue #3114
Livit/CefSharp,Livit/CefSharp,Livit/CefSharp,Livit/CefSharp
CefSharp.Wpf/CefSettings.cs
bsd-3-clause
1,592,105,839
// Copyright © 2018 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. namespace CefSharp.Wpf { /// <summary> /// Initialization settings. Many of these and other settings can also configured /// using command-l...
// Copyright © 2018 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. namespace CefSharp.Wpf { /// <summary> /// Initialization settings. Many of these and other settings can also configured /// using command-l...
717fd4381de1c35866e0a9f7ecaeb981b7031003
Use minimal build verbosity.
Use minimal build verbosity.
FacilityApi/FacilityJavaScript,FacilityApi/FacilityJavaScript,FacilityApi/Facility,FacilityApi/FacilityJavaScript,FacilityApi/FacilityJavaScript,FacilityApi/FacilityCSharp,FacilityApi/Facility,FacilityApi/FacilityCSharp
tools/Build/Build.cs
mit
1,592,103,961
using System; using System.Linq; using Faithlife.Build; using static Faithlife.Build.BuildUtility; using static Faithlife.Build.DotNetRunner; internal static class Build { public static int Main(string[] args) => BuildRunner.Execute(args, build => { var codegen = "fsdgen___"; var dotNetBuildSettings = new DotNe...
using System; using System.Linq; using Faithlife.Build; using static Faithlife.Build.BuildUtility; using static Faithlife.Build.DotNetRunner; internal static class Build { public static int Main(string[] args) => BuildRunner.Execute(args, build => { var codegen = "fsdgen___"; var dotNetBuildSettings = new DotNe...
7b95c55afb17429a8eb1b253c62767c11f3792c9
Fix HardwareCorrectionOffsetClock breaking ElapsedTime readings
Fix HardwareCorrectionOffsetClock breaking ElapsedTime readings
smoogipoo/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipooo/osu
osu.Game/Screens/Play/GameplayClockContainer.cs
mit
1,592,102,039
// 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 System.Threading.Tasks; using osu.Framework; using osu.Framework.Allocation; using osu.Framework....
// 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 System.Threading.Tasks; using osu.Framework; using osu.Framework.Allocation; using osu.Framework....
3af18f93aeb6e455073eb3cdd64d4b80c847cfaa
Improve HTTP query string
Improve HTTP query string
Vanaheimr/Hermod
Hermod/HTTP/Request/QueryString.cs
apache-2.0
1,592,100,810
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
/* * Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com> * This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
17b9aa51318fa6b4a59abcc836a33a6f3bde60bc
Minor code cleanup
Minor code cleanup
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Core/Application.cs
agpl-3.0
1,592,097,567
using Byond.TopicSender; using Cyberboss.AspNetCore.AsyncInitializer; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Cors.Infrastructure; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Configuratio...
using Byond.TopicSender; using Cyberboss.AspNetCore.AsyncInitializer; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Cors.Infrastructure; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Configuratio...
fbec48850dfcae35ca158992b3bda4ba0cd6c3f0
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,592,096,835
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
4d065e9cbe892b013f3d4a523aaac17a6e2514ed
Still, do not save the type name in config file, for the messages in setup - find another solution
Still, do not save the type name in config file, for the messages in setup - find another solution
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Configuration/Providers/FileSettingsProvider.cs
mit
1,592,096,763
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
32781638620d01793c978b80419e74bec2dcebaa
Fixed FileSettingsProvider to persist also the type name (for messages in the setup)
Fixed FileSettingsProvider to persist also the type name (for messages in the setup)
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Core/Configuration/Providers/FileSettingsProvider.cs
mit
1,592,096,270
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FileSettingsProvider.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
69e9c9ff0295fe998292800a6b9f2614274490e7
Fixed RootAppLifecycleBehavior to include the setup step in restart.
Fixed RootAppLifecycleBehavior to include the setup step in restart.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Orchestration/Application/RootAppLifecycleBehavior.cs
mit
1,592,096,235
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="RootAppLifecycleBehavior.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="RootAppLifecycleBehavior.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in t...
2efd39983c96834d8c24712c3bb35f5aa358163a
Fix BuildProjectFile
Fix BuildProjectFile
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/NukeBuild.Statics.cs
mit
1,592,093,195
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.IO; using System.Linq; using System.Reflection; using JetBrains.Annotations; using Nuke.Common.CI.AppVeyor; using Nuke.Common.CI.AzurePipelines; using Nuke....
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.IO; using System.Linq; using System.Reflection; using JetBrains.Annotations; using Nuke.Common.CI.AppVeyor; using Nuke.Common.CI.AzurePipelines; using Nuke....
7a7655eb33b2c9b6eac90fd473e4b9daf622cc71
Fixed TextToFlowedTests to pass on Linux
Fixed TextToFlowedTests to pass on Linux
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
UnitTests/Text/TextToFlowedTests.cs
mit
1,592,092,540
// // TextToFlowedTests.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 S...
// // TextToFlowedTests.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 S...
a67de3de47a199b633668dd43428db09b94f7686
Fix bad conditional
Fix bad conditional
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Database/SqliteDatabaseContext.cs
agpl-3.0
1,592,092,413
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using System; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref="DatabaseContext"/> for SQLite. /// </summary> sealed class SqliteDat...
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; using System; using System.Linq; using Tgstation.Server.Host.Configuration; namespace Tgstation.Server.Host.Database { /// <summary> /// <see cref="DatabaseContext"/> for SQLite. /// </summary> sealed class SqliteDat...
56fde2d6c10354e84b7c95814470fdbfab0e0b66
fixed bytebuffer for unsafe mode (again)
fixed bytebuffer for unsafe mode (again)
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Modules/flatbuffers/FlatBuffers/ByteBuffer.cs
mit
1,592,092,342
/* * Copyright 2014 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 2014 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...
ba9385a75bbd4fa9f1a686212267337d206ddc29
Escape escaped character test
Escape escaped character test
WorkMaze/JUST.net
UnitTests/ArgumentsEscapeTests.cs
mit
1,592,091,922
using NUnit.Framework; namespace JUST.UnitTests { [TestFixture] public class ArgumentsEscapeTests { private const string EscapeChar = "/"; [Test] public void NoEscapedCharacters() { const string args = "arg1"; const string transformer = "{ \"result\"...
using NUnit.Framework; namespace JUST.UnitTests { [TestFixture] public class ArgumentsEscapeTests { private const string EscapeChar = "/"; [Test] public void NoEscapedCharacters() { const string args = "arg1"; const string transformer = "{ \"result\"...
47c5ff28ca6903af65419074c0dd3455b3f0f089
Use Regex to replate escaped characters
Use Regex to replate escaped characters
WorkMaze/JUST.net
JUST.net/ExpressionHelper.cs
mit
1,592,091,719
using System.Collections.Generic; using System.Text.RegularExpressions; namespace JUST { internal class ExpressionHelper { internal const char EscapeChar = '/'; //do not use backslash, it is already the escape char in JSON private const string FunctionAndArgumentsRegex = "^#(.+?)[(](.*)[)]$"; ...
using System.Collections.Generic; using System.Text.RegularExpressions; namespace JUST { internal class ExpressionHelper { internal const char EscapeChar = '/'; //do not use backslash, it is already the escape char in JSON private const string FunctionAndArgumentsRegex = "^#(.+?)[(](.*)[)]$"; ...
6ec6e8c802f2a23d82526bde6bd5c255430deadb
Breaking change: the DefaultOrchestrationManager.GetAppExecutable is renamed to GetAppExecutableInfo and returns a tuple containing also the runtime, if applicable.
Breaking change: the DefaultOrchestrationManager.GetAppExecutable is renamed to GetAppExecutableInfo and returns a tuple containing also the runtime, if applicable.
quartz-software/kephas,quartz-software/kephas,quartz-software/kephas
src/Kephas.Orchestration/DefaultOrchestrationManager.cs
mit
1,592,084,858
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultOrchestrationManager.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file i...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="DefaultOrchestrationManager.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file i...
9854b9bca8d1d99fb9393d7d64cbd5934604ebfc
added option to StealAlwaysWork to activate bandit
added option to StealAlwaysWork to activate bandit
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Memoria.Scripts/Sources/Battle/0058_StealScript.cs
mit
1,592,084,831
using System; using Assets.Sources.Scripts.UI.Common; using Memoria.Data; namespace Memoria.Scripts.Battle { /// <summary> /// Steal, Mug /// </summary> [BattleScript(Id)] public sealed class StealScript : IBattleScript { public const Int32 Id = 0058; private readonly BattleCal...
using System; using Assets.Sources.Scripts.UI.Common; using Memoria.Data; namespace Memoria.Scripts.Battle { /// <summary> /// Steal, Mug /// </summary> [BattleScript(Id)] public sealed class StealScript : IBattleScript { public const Int32 Id = 0058; private readonly BattleCal...
b184c2bd70484b32f947c337544ed0eec4a430bb
Try fixing documentation branch.
Try fixing documentation branch.
ejball/ArgsReading,ejball/ArgsReading
tools/Build/Build.cs
mit
1,592,083,439
using System; using Faithlife.Build; internal static class Build { public static int Main(string[] args) { return BuildRunner.Execute(args, build => { build.AddDotNetTargets( new DotNetBuildSettings { NuGetApiKey = Environment.GetEnvironmentVariable("NUGET_API_KEY"), DocsSettings = new DotNe...
using System; using Faithlife.Build; internal static class Build { public static int Main(string[] args) => BuildRunner.Execute(args, build => { build.AddDotNetTargets( new DotNetBuildSettings { NuGetApiKey = Environment.GetEnvironmentVariable("NUGET_API_KEY"), DocsSettings = new DotNetDocsSettings ...
3dd9b01d2d94cc0f83334111f9144d651f500664
Remove unused IsComment method from MainViewModel
Remove unused IsComment method from MainViewModel
CalebChalmers/KAGTools
KAGTools/ViewModels/MainViewModel.cs
mit
1,592,083,323
using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.CommandWpf; using GalaSoft.MvvmLight.Messaging; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks...
using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.CommandWpf; using GalaSoft.MvvmLight.Messaging; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks...
d678bb462438bdd944b57279c6e8d4a615fc1ee1
Add tests for SiteGenerator around copying the favicon.ico file
Add tests for SiteGenerator around copying the favicon.ico file
bsstahl/PPTail,bsstahl/PPTail
PrehensilePonyTail/PPTail.SiteGenerator.Test/Builder_Build_Should.cs
mit
1,592,083,201
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; using Moq; using PPTail.Interfaces; using PPTail.Entities; using PPTail.Extensions; using TestHelperExtensions; using Microsoft.Extensions.DependencyInjection; using System.Diagnostics; namespace PPTail.SiteG...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; using Moq; using PPTail.Interfaces; using PPTail.Entities; using PPTail.Extensions; using TestHelperExtensions; using Microsoft.Extensions.DependencyInjection; using System.Diagnostics; namespace PPTail.SiteG...
9aa88e5a93e64c9ee6ae8dc3751c97767bf628ce
update RO validation to filter standard JWT claims
update RO validation to filter standard JWT claims
IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4
src/IdentityServer4/src/Validation/Default/AuthorizeRequestValidator.cs
apache-2.0
1,592,082,632
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Configuration; using IdentityServer4.Extensions; using IdentityServer4.Models; using Identi...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel; using IdentityServer4.Configuration; using IdentityServer4.Extensions; using IdentityServer4.Models; using IdentityServer...
d8985e1bb719451c7287cbfc100d13885813a602
Fix ErrorCode description
Fix ErrorCode description
tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools
src/Tgstation.Server.Api/Models/ErrorCode.cs
agpl-3.0
1,592,080,629
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
using System; using System.ComponentModel; namespace Tgstation.Server.Api.Models { /// <summary> /// Types of <see cref="ErrorMessage"/>s that the API may return. /// </summary> /// <remarks>Entries marked with the <see cref="ObsoleteAttribute"/> are no longer in use but kept for reference.</remarks> public enum...
811521a09d889f4832c8b51aa50317e1cc46a214
fixed ambilight brightness being 0 by default
fixed ambilight brightness being 0 by default
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Layers/AmbilightLayerHandler.cs
mit
1,592,080,356
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using PropertyChanged; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostic...
using Aurora.EffectsEngine; using Aurora.Profiles; using Aurora.Settings.Overrides; using Aurora.Utils; using Newtonsoft.Json; using PropertyChanged; using SharpDX; using SharpDX.DXGI; using SharpDX.Mathematics.Interop; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostic...
37ae3e924c666dc6b259df9c4cb710c3923a6d06
Adds ConfigureAwait(false)
Adds ConfigureAwait(false)
alanedwardes/Estranged.Lfs,alanedwardes/Estranged.Lfs
src/Estranged.Lfs.Data/ObjectManager.cs
mit
1,592,080,275
using Estranged.Lfs.Data.Entities; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Estranged.Lfs.Data { public class ObjectManager : IObjectManager { private readonly IBlobAdapter blobAdapter; public ObjectManager(IBlobAdapter blobAdapte...
using Estranged.Lfs.Data.Entities; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Estranged.Lfs.Data { public class ObjectManager : IObjectManager { private readonly IBlobAdapter blobAdapter; public ObjectManager(IBlobAdapter blobAdapte...
ae4adf22b57b583e53330ac65e894d3030ebcd05
Some refactoring to variable names.
Some refactoring to variable names.
alanedwardes/Estranged.Lfs,alanedwardes/Estranged.Lfs
src/Estranged.Lfs.Data/ObjectManager.cs
mit
1,592,080,248
using Estranged.Lfs.Data.Entities; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Estranged.Lfs.Data { public class ObjectManager : IObjectManager { private readonly IBlobAdapter blobAdapter; public ObjectManager(IBlobAdapter blobAdapte...
using Estranged.Lfs.Data.Entities; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Estranged.Lfs.Data { public class ObjectManager : IObjectManager { private readonly IBlobAdapter blobAdapter; public ObjectManager(IBlobAdapter blobAdapte...
8e769cb9caac9bf1a674bb3fbaeacc4f61f64fcb
ExecutionListenerTests inherits MessagingTests, bringing its test coverage into alignment with that of all other Listener types.
ExecutionListenerTests inherits MessagingTests, bringing its test coverage into alignment with that of all other Listener types.
fixie/fixie,fixie/fixie
src/Fixie.Tests/TestAdapter/ExecutionListenerTests.cs
mit
1,592,079,655
namespace Fixie.Tests.TestAdapter { using System; using System.Collections.Generic; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; u...
namespace Fixie.Tests.TestAdapter { using System; using System.Collections.Generic; using Fixie.TestAdapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; u...
1751f48f16b5349afda3ec17e065b4ff89c0257e
Disabled renderer device debug layer by default to avoid device creation failures on systems without the SDK.
Disabled renderer device debug layer by default to avoid device creation failures on systems without the SDK.
bepu/bepuphysics2,bepu/bepuphysics2
Demos/GameLoop.cs
apache-2.0
1,592,079,623
using DemoRenderer; using DemoUtilities; using System; using System.Collections.Generic; using System.Text; using BepuUtilities; using OpenTK; using BepuUtilities.Memory; namespace Demos { public class GameLoop : IDisposable { public Window Window { get; private set; } public Input Input { get...
using DemoRenderer; using DemoUtilities; using System; using System.Collections.Generic; using System.Text; using BepuUtilities; using OpenTK; using BepuUtilities.Memory; namespace Demos { public class GameLoop : IDisposable { public Window Window { get; private set; } public Input Input { get...
030cd651b0d774341e003853a0c05754d8de09c8
Additional cases were added in the BerlekampFactorizer tests
Additional cases were added in the BerlekampFactorizer tests
litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms,litichevskiydv/GfPolynoms
test/GfAlgorithms.Tests/BerlekampFactorizerTests.cs
mit
1,592,078,417
namespace AppliedAlgebra.GfAlgorithms.Tests { using System; using System.Linq; using GfPolynoms; using GfPolynoms.Extensions; using GfPolynoms.GaloisFields; using JetBrains.Annotations; using PolynomialsFactorizer; using PolynomialsGcdFinder; using Xunit; public class Berlekamp...
namespace AppliedAlgebra.GfAlgorithms.Tests { using System; using System.Linq; using GfPolynoms; using GfPolynoms.Extensions; using GfPolynoms.GaloisFields; using JetBrains.Annotations; using PolynomialsFactorizer; using PolynomialsGcdFinder; using Xunit; public class Berlekamp...
7afffab120940acdc6cfc073aaa7c3f89c358074
Clean code
Clean code
fredatgithub/WinFormTemplate
WinFormTemplate/FormMain.cs
mit
1,592,078,188
#define DEBUG using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using System.Xml.Linq; using WinFormTemplate.Properties; namespace WinFormTemplate { public partial class FormMain : Form { ...
#define DEBUG using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using System.Xml.Linq; using WinFormTemplate.Properties; namespace WinFormTemplate { public partial class FormMain : Form { ...
6287bc85fe982d8f324ac9829e1dbb338c000cb3
@abrynos improvements
@abrynos improvements
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Bot.cs
apache-2.0
1,592,078,124
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
0e842914282e0a8541acabde318e38130a3606e1
Handle gcore's prefixing of the output file
Handle gcore's prefixing of the output file
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/System/PosixProcessFeatures.cs
agpl-3.0
1,592,075,445
using Microsoft.Extensions.Logging; using Mono.Unix; using Mono.Unix.Native; using System; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.IO; using Tgstation.Server.Host.Jobs; namesp...
using Microsoft.Extensions.Logging; using Mono.Unix; using Mono.Unix.Native; using System; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.IO; using Tgstation.Server.Host.Jobs; namesp...
1b0b10090f69f2a9cae869ebd84f3ec8468fe09c
first bmark - memory win but speed need to be improved
first bmark - memory win but speed need to be improved
dadhi/ImTools
playground/ImTools.Benchmarks/ImMapBenchmarks.cs
mit
1,592,075,333
using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using BenchmarkDotNet.Attributes; using ImTools; using ImTools.Experimental; using Microsoft.Collections.Extensions; using ImMapSlots = ImTools.ImMapSlots; namespace Playground { public cla...
using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using BenchmarkDotNet.Attributes; using ImTools; using ImTools.Experimental; using Microsoft.Collections.Extensions; using ImMapSlots = ImTools.ImMapSlots; namespace Playground { public cla...
0f2b3bf61609c251385a72456bca6adf5ecf3417
Allow system keys to be used in keyboard shortcuts (fixes #491)
Allow system keys to be used in keyboard shortcuts (fixes #491)
File-New-Project/EarTrumpet,File-New-Project/EarTrumpet
EarTrumpet/UI/ViewModels/HotkeyViewModel.cs
mit
1,592,073,918
using EarTrumpet.Interop.Helpers; using System; using System.Windows; using System.Windows.Input; namespace EarTrumpet.UI.ViewModels { public class HotkeyViewModel : BindableBase { private string _hotkeyText; public string HotkeyText { get => _hotkeyText; set ...
using EarTrumpet.Interop.Helpers; using System; using System.Windows; using System.Windows.Input; namespace EarTrumpet.UI.ViewModels { public class HotkeyViewModel : BindableBase { private string _hotkeyText; public string HotkeyText { get => _hotkeyText; set ...
95c9baa17e8c8e1a0de30256d076625dd070f2b2
made overlays render in preview by default
made overlays render in preview by default
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Settings/Configuration.cs
mit
1,592,073,700
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; using System.Text; using Aurora.Profiles.Generic_Application; using Aurora.Profiles; using Newtonsoft.Json.Serialization; using Aurora.Utils; using System.Collections.ObjectModel; u...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.IO; using System.Text; using Aurora.Profiles.Generic_Application; using Aurora.Profiles; using Newtonsoft.Json.Serialization; using Aurora.Utils; using System.Collections.ObjectModel; u...
eb4e9cf2b19aab3ba1b48fe8332bd91d0e0d1114
fixed hw monitor queue averaging not working properly
fixed hw monitor queue averaging not working properly big yikes
antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora
Project-Aurora/Project-Aurora/Utils/HardwareMonitor.cs
mit
1,592,073,416
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Timers; using LibreHardwareMonitor.Hardware; using Computer = LibreHardwareMonitor.Hardware.Computer; namespace Aurora.Utils { public static class HardwareMonitor {...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Timers; using LibreHardwareMonitor.Hardware; using Computer = LibreHardwareMonitor.Hardware.Computer; namespace Aurora.Utils { public static class HardwareMonitor {...
41ec77596e5bf65979a38a824fea5f75d1c69754
Add Support to wait debugger on non-windows system
Add Support to wait debugger on non-windows system
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
Sharpmake.Application/Program.cs
apache-2.0
1,592,073,402
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
2c72c711168fc0ca6d1c3a37f107b2b6fedea6bc
Make OpenPgpCOntextBase.HexEncode() private again
Make OpenPgpCOntextBase.HexEncode() private again I don't know how this became public, but it should not be exposed in the public API.
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/OpenPgpContextBase.cs
mit
1,592,073,384
// // OpenPgpContext.cs // // Authors: Jeffrey Stedfast <jestedfa@microsoft.com> // Thomas Hansen <thomas@servergardens.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 documen...
// // OpenPgpContext.cs // // Authors: Jeffrey Stedfast <jestedfa@microsoft.com> // Thomas Hansen <thomas@servergardens.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 documen...
49b73431df94e70c5aee5a126f7e71437e8a8b66
Refactor code
Refactor code
fredatgithub/WinFormTemplate
WinFormTemplate/FormMain.cs
mit
1,592,073,371
#define DEBUG using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using System.Xml.Linq; using WinFormTemplate.Properties; namespace WinFormTemplate { public partial class FormMain : Form { ...
#define DEBUG using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using System.Xml.Linq; using WinFormTemplate.Properties; namespace WinFormTemplate { public partial class FormMain : Form { ...
89e3c9f76d3d3c982f394ee1834c1266d98ba5a2
Remove debugging leftover
Remove debugging leftover
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs
apache-2.0
1,592,072,558
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
c7bc6caf37063ed3c437d1cea650a1818c862f05
Fix the build
Fix the build
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Host.Tests/System/TestProcessFeatures.cs
agpl-3.0
1,592,072,457
using Castle.Core.Logging; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Threading.Tasks; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.System.Tests { /// <summary> /// Tests for <see cref="IProcessFeatures"/>. /// </...
using Castle.Core.Logging; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Threading.Tasks; using Tgstation.Server.Host.IO; namespace Tgstation.Server.Host.System.Tests { /// <summary> /// Tests for <see cref="IProcessFeatures"/>. /// </...
00db860270782d1963d3dbbf9bcf57ef65f368b7
keep color balancing proportional to win ui.
keep color balancing proportional to win ui.
jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,gro...
src/Avalonia.Visuals/Media/ExperimentalAcrylicMaterial.cs
mit
1,592,072,200
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
a1510153846afa9da1d7d9ffe6b75da4fa25aa6d
Add integration test
Add integration test
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs
agpl-3.0
1,592,072,134
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
using Byond.TopicSender; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using T...
baf4bd2a622cb4426b56eddd1b4b9fc4d02eb241
move conditional to outer scope
move conditional to outer scope
ParticularLabs/GitVersion,asbjornu/GitVersion,ParticularLabs/GitVersion,gep13/GitVersion,ermshiperete/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,ermshiperete/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,ParticularLabs/GitVersion,asbjornu/GitVersion,GitTools/GitVersion,ermshiperete/GitVersion,gep13/Git...
src/GitVersionCore/VersionCalculation/BaseVersionCalculator.cs
mit
1,592,071,664
using System; using System.Collections.Generic; using System.Linq; using GitVersion.Common; using GitVersion.Configuration; using GitVersion.Logging; namespace GitVersion.VersionCalculation { public class BaseVersionCalculator : IBaseVersionCalculator { private readonly ILog log; private readon...
using System; using System.Collections.Generic; using System.Linq; using GitVersion.Common; using GitVersion.Configuration; using GitVersion.Logging; namespace GitVersion.VersionCalculation { public class BaseVersionCalculator : IBaseVersionCalculator { private readonly ILog log; private readon...
da6ff72e8d7e9031c4d0e0079706a66506263857
Make UI changes update more responsively.
Make UI changes update more responsively.
jlennox/HeartRate
HeartRate/HeartRateForm.cs
mit
1,592,071,593
using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Threading; using System.Windows.Forms; namespace HeartRate { public partial class HeartRateForm : Form { // Excessively call the main rendering function to forc...
using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Threading; using System.Windows.Forms; namespace HeartRate { public partial class HeartRateForm : Form { // Excessively call the main rendering function to forc...
666892a52f4f2d55123c3ff6e01c641926b613b2
transparency level ajustments.
transparency level ajustments.
AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,jkorit...
src/Avalonia.Controls/ExperimentalAcrylicBorder.cs
mit
1,592,071,419
using Avalonia.Controls.Utils; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; using System; namespace Avalonia.Controls { public class ExperimentalAcrylicBorder : Decorator { public static readonly StyledProperty<CornerRadius> CornerRadiusProperty = Border.CornerRadi...
using Avalonia.Controls.Utils; using Avalonia.Layout; using Avalonia.Media; using Avalonia.Platform; using System; namespace Avalonia.Controls { public class ExperimentalAcrylicBorder : Decorator { public static readonly StyledProperty<CornerRadius> CornerRadiusProperty = Border.CornerRadi...
dd17ffe0b7aed279c95063b03dbdbd631e8ca669
restore platform compensation.
restore platform compensation.
grokys/Perspex,grokys/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Avaloni...
src/Avalonia.Visuals/Media/ExperimentalAcrylicMaterial.cs
mit
1,592,071,193
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
f6162fa54298695395f4fa16355425ab06692c74
dampen saturated opacities.
dampen saturated opacities.
SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,grokys/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Avalo...
src/Avalonia.Visuals/Media/ExperimentalAcrylicMaterial.cs
mit
1,592,069,601
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
1e9873e6d4a891fcd9f2b40d0dc7f5adef384236
fix blend.
fix blend.
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Av...
src/Avalonia.Visuals/Media/ExperimentalAcrylicMaterial.cs
mit
1,592,069,586
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
using System; namespace Avalonia.Media { public class ExperimentalAcrylicMaterial : AvaloniaObject, IMutableExperimentalAcrylicMaterial { private Color _effectiveTintColor; private Color _effectiveLuminosityColor; static ExperimentalAcrylicMaterial() { AffectsRende...
51bbd91373a54b7cfbd24151d97345e4d193cfb6
Bring back initial directory behaviour
Bring back initial directory behaviour
NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu
osu.Game.Tournament/Screens/StablePathSelectScreen.cs
mit
1,592,069,301
// 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.IO; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Fra...