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
904d17224f75260783a416170ce6b53ee1edd8c5
Fix english
Fix english
peppy/osu-new,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu
osu.Game/Database/ArchiveModelManager.cs
mit
1,590,329,389
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Humanizer; using JetBrains...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Humanizer; using JetBrains...
577e3415cd1f37f626ea28a87a1859c47ac860e8
Added readonly to methods as needed in ByteBuffer.
Added readonly to methods as needed in ByteBuffer.
klesta490/BTDB,Bobris/BTDB,karasek/BTDB
BTDB/Buffer/ByteBuffer.cs
mit
1,590,328,047
using System; using System.Runtime.InteropServices; namespace BTDB.Buffer { public struct ByteBuffer { public readonly bool Equals(ByteBuffer other) { return AsSyncReadOnlySpan().SequenceEqual(other.AsSyncReadOnlySpan()); } public override readonly bool Equals(obje...
using System; using System.Runtime.InteropServices; namespace BTDB.Buffer { public struct ByteBuffer { public bool Equals(ByteBuffer other) { return AsSyncReadOnlySpan().SequenceEqual(other.AsSyncReadOnlySpan()); } public override bool Equals(object? obj) {...
3ea74480d79a9f81517138c3295045a713985ad9
Improve the precision of XML report duration string expectations, to better-test the formatting of those strings.
Improve the precision of XML report duration string expectations, to better-test the formatting of those strings.
fixie/fixie,fixie/fixie
src/Fixie.Tests/Internal/Listeners/ReportListenerTests.cs
mit
1,590,327,899
namespace Fixie.Tests.Internal.Listeners { using System; using System.IO; using System.Text.RegularExpressions; using System.Xml.Linq; using Assertions; using Fixie.Internal.Listeners; public class ReportListenerTests : MessagingTests { public void ShouldProduceValidXmlDocument...
namespace Fixie.Tests.Internal.Listeners { using System; using System.IO; using System.Text.RegularExpressions; using System.Xml.Linq; using Assertions; using Fixie.Internal.Listeners; public class ReportListenerTests : MessagingTests { public void ShouldProduceValidXmlDocument...
7f9d0fd7c5f124990756af24bc12eb72c2dc73ed
Removed public modifier from interface.
Removed public modifier from interface.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Settings/IMagickReadSettings{TQuantumType}.cs
apache-2.0
1,590,327,872
// 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...
234fa2844574e81ac520b90974af0350b750f070
Ensure export filename is valid
Ensure export filename is valid
peppy/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu
osu.Game/Database/ArchiveModelManager.cs
mit
1,590,327,271
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Humanizer; using JetBrains...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Humanizer; using JetBrains...
f277b0c99f2a53f7b7bd92e0f748e1e206fe452c
Use better formatting for skin display (matching BeatmapMetadata)
Use better formatting for skin display (matching BeatmapMetadata)
NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game/Skinning/SkinInfo.cs
mit
1,590,327,056
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Game.Configuration; using osu.Game.Database; namespace osu.Game.Skinning { public class SkinInfo : IHasFil...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Game.Configuration; using osu.Game.Database; namespace osu.Game.Skinning { public class SkinInfo : IHasFil...
6f806ab34c3a292fb1a59beaaeecfbd29adf8023
Consistent LifeStyle specification
Consistent LifeStyle specification
peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate
src/III.CastleWindsor/NHibernateFacility.cs
apache-2.0
1,590,326,509
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writ...
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writi...
cd76af5fcd84bb154841cd6d48ebd13737421d92
Register INhInterceptor/ NhInterceptor as fallback
Register INhInterceptor/ NhInterceptor as fallback
peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate
src/III.CastleWindsor/NHibernateFacility.cs
apache-2.0
1,590,326,475
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writi...
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writi...
996cb9035eeed1500b5d07912943e5a6f67863fc
Make IIdentityProvider / ITimeProvider as part of the nHibernate configuration facility
Make IIdentityProvider / ITimeProvider as part of the nHibernate configuration facility
peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate
src/III.CastleWindsor/NHibernateFacility.cs
apache-2.0
1,590,326,434
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writi...
// Copyright 2018 by PeopleWare n.v.. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agreed to in writ...
587f1403226d495afa287a3f9314e45d01589d1b
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,590,325,621
#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-...
df9f540dd8b6dfc091d2ec706be5a7adba5eb05c
Improved subclassability of OpenPgpContext
Improved subclassability of OpenPgpContext Made a number of OpenPgpContext methods virtual as well as reduced code duplication by making more code use the EnumeratePublic/SecretKey/KeyRings() methods so that fewer code would need to be overridden in a subclass to make things work. Should improve the situation for iss...
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
MimeKit/Cryptography/OpenPgpContext.cs
mit
1,590,325,050
// // OpenPgpContext.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 Soft...
// // OpenPgpContext.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 Soft...
8d9811e132cb8fdd08fd5932eab32c96e05f5170
Add buffering to SaveCommand (avoid to create incomplete file output)
Add buffering to SaveCommand (avoid to create incomplete file output)
Xeeynamo/KingdomHearts
OpenKh.Tools.BarEditor/ViewModels/BarViewModel.cs
mit
1,590,324,674
using OpenKh.Kh2; using OpenKh.Tools.BarEditor.Models; using OpenKh.Tools.BarEditor.Services; using OpenKh.Tools.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools.Models; using Xe.Tools.Wpf.Commands; using Xe.Tools....
using OpenKh.Kh2; using OpenKh.Tools.BarEditor.Models; using OpenKh.Tools.BarEditor.Services; using OpenKh.Tools.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Windows; using Xe.Tools.Models; using Xe.Tools.Wpf.Commands; using Xe.Tools....
70d9f4bac4db863a14a8565ec75800827a5242ad
Minor refactoring
Minor refactoring
mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new
src/DatenMeister/Modules/UserManagement/UserLogic.cs
mit
1,590,323,525
using System; using System.Linq; using BurnSystems.Logging; using DatenMeister.Core.EMOF.Implementation; using DatenMeister.Core.EMOF.Interface.Identifiers; using DatenMeister.Core.EMOF.Interface.Reflection; using DatenMeister.Integration; using DatenMeister.Modules.TypeSupport; using DatenMeister.Runtime; using Daten...
using System; using System.Linq; using BurnSystems.Logging; using DatenMeister.Core.EMOF.Implementation; using DatenMeister.Core.EMOF.Interface.Identifiers; using DatenMeister.Core.EMOF.Interface.Reflection; using DatenMeister.Integration; using DatenMeister.Modules.TypeSupport; using DatenMeister.Runtime; using Daten...
92f2ece6543d61e8d72d40aab629b6e0d563ca33
Ignore client-side marker component on the server.
Ignore client-side marker component on the server.
space-wizards/space-station-14,space-wizards/space-station-14-content,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-content
Content.Server/EntryPoint.cs
mit
1,590,323,356
using Content.Server.Cargo; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Content.Server.Interfaces.GameTicking; using Content.Server.Preferences; using Content.Server.Sandbox; using Content.Shared.Kitchen; using Robust.Server.Interfaces.Player; using Robust.Shared.ContentPack; using Rob...
using Content.Server.Cargo; using Content.Server.Interfaces; using Content.Server.Interfaces.Chat; using Content.Server.Interfaces.GameTicking; using Content.Server.Preferences; using Content.Server.Sandbox; using Content.Shared.Kitchen; using Robust.Server.Interfaces.Player; using Robust.Shared.ContentPack; using Rob...
ae80762cc5b24df51910ae9e58263ed6f3e845bc
Ignore some server-side components on the client
Ignore some server-side components on the client
space-wizards/space-station-14,space-wizards/space-station-14-content,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,space-wizards/space-station-14
Content.Client/EntryPoint.cs
mit
1,590,322,665
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
using System; using Content.Client.GameObjects.Components.Actor; using Content.Client.Input; using Content.Client.Interfaces; using Content.Client.Interfaces.Chat; using Content.Client.Interfaces.Parallax; using Content.Client.Parallax; using Content.Client.Sandbox; using Content.Client.State; using Content.Client.Use...
9e8b82a707f3d60e921a449c6c0022d8fbd2f659
ErrorMessage. OriginalTransactionId added.
ErrorMessage. OriginalTransactionId added.
StockSharp/StockSharp
Messages/ErrorMessage.cs
apache-2.0
1,590,322,339
#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...
e11dcce7c16751aef1189b165a2dfb8d69ca07eb
#116 - Removed unused import
#116 - Removed unused import
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/RequestsController.cs
agpl-3.0
1,590,322,090
using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; using SoraBot.WebApi.Dtos; namespace SoraBot.WebApi.Controllers { [Route("api/[controller]")] [ApiController] public c...
using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; using SoraBot.WebApi.Dtos; namespace SoraBot.WebApi.Controllers { [Route("api/[controller]")] [A...
58757e696550a8d765e07061ff80799a8296a81a
#116 - Added get waifu user requests
#116 - Added get waifu user requests
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/RequestController.cs
agpl-3.0
1,590,321,007
using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; using SoraBot.WebApi.Dtos; namespace SoraBot.WebApi.Controllers { [Route("api/[controller]")] [A...
using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; namespace SoraBot.WebApi.Controllers { [Route("api/[controller]")] [ApiController] public class RequestController : ControllerBase { private readonly IWaifuRe...
28a6bf17e6cb67b022b4ca11f928035659b3c053
Add UIMenu.RemoveBanner
Add UIMenu.RemoveBanner
alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI
Source/UIMenu.cs
mit
1,590,320,827
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
/* * * * Created by: Guad, CamxxCore, jedijosh920 * * * Ported by: alexguirre, Stealth22, LtFlash * */ using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms; using Rage; using Rage.Native; using RAGENativeUI.Elements; namesp...
caa3ab9f96d626e4bf95123b4389437e15e6d8a4
Update Program.cs
Update Program.cs Zeile 110, bin dabei
LMStudent/hallo-github
HalloGitHub/Program.cs
cc0-1.0
1,590,320,347
using System; using System.IO; using System.Net; namespace HalloGitHub { class Program { private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart"; static void Main(string[] args) { Console.WriteLine("...
using System; using System.IO; using System.Net; namespace HalloGitHub { class Program { private static readonly string octocatAsciiArtUrl = @"https://raw.githubusercontent.com/pi314/ascii-arts/master/octocat.asciiart"; static void Main(string[] args) { Console.WriteLine("...
c14dac58fb71598116912add0e7abf8c9016cd9f
#116 - Added method to update request notification
#116 - Added method to update request notification
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/RequestController.cs
agpl-3.0
1,590,320,245
using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Repositories.Interfaces; using SoraBot.Services.Users; namespace SoraBot.WebApi.Controllers { [Route("api/[controller]")] [ApiController] public class RequestController : ControllerBase { private readonly IWaifuRe...
using Microsoft.AspNetCore.Mvc; namespace SoraBot.WebApi.Controllers { [Route("api/[controller]")] [ApiController] public class RequestController : ControllerBase { public RequestController() { } } }
03b3aac561f94d455a8b54dd754a0e6d004499cb
minor update to chartConfig
minor update to chartConfig
dataexperts/dexih.transforms
src/dexih.transforms/View/ChartConfig.cs
apache-2.0
1,590,318,300
using System.Runtime.Serialization; namespace dexih.repository { // [JsonConverter(typeof(StringEnumConverter))] public enum EChartType { BarVertical = 1, BarHorizontal, BarVertical2D, BarHorizontal2D, BarVerticalStacked, BarHorizontalStacked, BarV...
using System.Runtime.Serialization; namespace dexih.repository { // [JsonConverter(typeof(StringEnumConverter))] public enum EChartType { BarVertical = 1, BarHorizontal, BarVertical2D, BarHorizontal2D, BarVerticalStacked, BarHorizontalStacked, BarV...
0814febc45f7dcd8818e32684b6616ec8d3063c2
Update teTexture.cs
Update teTexture.cs
overtools/OWLib
TankLib/teTexture.cs
mit
1,590,317,136
using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using TACTLib; using TACTLib.Core.Product.Tank; using TankLib.STU.Types.Enums; namespace TankLib { /// <summary>Tank Texture, type 004</summary> public class teText...
using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using TACTLib; using TACTLib.Core.Product.Tank; using TankLib.STU.Types.Enums; namespace TankLib { /// <summary>Tank Texture, type 004</summary> public class teText...
9aa909550c5a6ecf62efcadd942b6c87c759b370
More nullable fixes.
More nullable fixes.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Domain.Apps.Core.Model/Contents/IdContentData.cs
mit
1,590,317,112
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
2a8a89bb9937b83969ed3a1e417cc5d11de2dcbd
Improve way how fixture is bootup.
Improve way how fixture is bootup.
mchaloupka/EVI
src/Slp.Evi.Storage/Slp.Evi.Test.System/Sparql/Vendor/MsSqlSparqlTestSuite.cs
mit
1,590,316,188
using System.Linq; using Microsoft.Extensions.Configuration; using Slp.Evi.Storage.Database; using Slp.Evi.Storage.Database.Vendor.MsSql; using Xunit; namespace Slp.Evi.Test.System.Sparql.Vendor { public sealed class MsSqlSparqlFixture : SparqlFixture { public MsSqlSparqlFixture() { ...
using System.Linq; using Microsoft.Extensions.Configuration; using Slp.Evi.Storage.Database; using Slp.Evi.Storage.Database.Vendor.MsSql; using Xunit; namespace Slp.Evi.Test.System.Sparql.Vendor { public sealed class MsSqlSparqlFixture : SparqlFixture { public MsSqlSparqlFixture() { ...
b39f8b49fa83485adaf84095fce1553fa3402ad0
swapping preprocessor flags to support future versions
swapping preprocessor flags to support future versions
grevit-dev/Grevit,grevit-dev/Grevit
Grevit.Revit/CreateExtension.cs
mit
1,590,314,762
// // Grevit - Create Autodesk Revit (R) Models in McNeel's Rhino Grassopper 3D (R) // For more Information visit grevit.net or food4rhino.com/project/grevit // Copyright (C) 2015 // Authors: Maximilian Thumfart, // // This program is free software: you can redistribute it and/or modify // it under the terms of t...
// // Grevit - Create Autodesk Revit (R) Models in McNeel's Rhino Grassopper 3D (R) // For more Information visit grevit.net or food4rhino.com/project/grevit // Copyright (C) 2015 // Authors: Maximilian Thumfart, // // This program is free software: you can redistribute it and/or modify // it under the terms of t...
3e03f5761a8ccd8e866ca195b155f8c56c0aec63
[teResourceGUID] add AsHexString
[teResourceGUID] add AsHexString
overtools/OWLib
TankLib/teResourceGUID.cs
mit
1,590,309,864
using System; using System.IO; using System.Runtime.InteropServices; namespace TankLib { /// <summary>Tank GUID</summary> [StructLayout(LayoutKind.Sequential, Pack = 4)] public struct teResourceGUID { /// <summary>GUID Value</summary> public ulong GUID; [Flags] pub...
using System; using System.IO; using System.Runtime.InteropServices; namespace TankLib { /// <summary>Tank GUID</summary> [StructLayout(LayoutKind.Sequential, Pack = 4)] public struct teResourceGUID { /// <summary>GUID Value</summary> public ulong GUID; [Flags] pub...
fe0e680f4bc8af96054da1a0d167658e60742a16
Use specialzied distributions depending on param values in InvCDF
Use specialzied distributions depending on param values in InvCDF
shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,mathnet/mathnet-numerics,shaia/mathnet-numerics,shaia/mathnet-numerics
src/Numerics/Distributions/SkewedGeneralizedT.cs
mit
1,590,308,422
// <copyright file="StudentT.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2019 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this so...
// <copyright file="StudentT.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // // Copyright (c) 2009-2019 Math.NET // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this so...
0f8989cb459f995048e323a9a053910e2f213090
Add user agent
Add user agent
rolledback/LegoSharp
LegoSharp/Requests/LegoRequest.cs
mit
1,590,306,663
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Net.Http; using System.Net.Http.Headers; namespace LegoSharp { internal class LegoRequest : ILegoRequest { public string baseUri; public string r...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Net.Http; using System.Net.Http.Headers; namespace LegoSharp { internal class LegoRequest : ILegoRequest { public string baseUri; public string r...
f44857eaaf3f83e5c4d18b91158230aafb01835b
Fix manual DNS requests: should pause and not run deployment tasks
Fix manual DNS requests: should pause and not run deployment tasks
webprofusion/Certify
src/Certify.Core/Management/CertifyManager/CertifyManager.CertificateRequest.cs
mit
1,590,305,367
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Certify.Core.Management; using Certify.Locales; using Certify.Models; using Certify.Models.Plugins; using Certify.Models.Providers; using Certify.Shared...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Certify.Core.Management; using Certify.Locales; using Certify.Models; using Certify.Models.Plugins; using Certify.Models.Providers; using Certify.Shared...
21ce713687a67b23298b62042f46ea86dbc73029
Fix size handling for containers
Fix size handling for containers
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Schema/Json/ContainerJson.cs
apache-2.0
1,590,304,475
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. #nullable disable warnings using System.Collections.Generic; using System.Linq; using VDrumExplorer.Model.Schema.Fields; using VDrumExplorer.Model.Schema.Physical; ...
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. #nullable disable warnings using System.Collections.Generic; using System.Linq; using VDrumExplorer.Model.Schema.Fields; using VDrumExplorer.Model.Schema.Physical; ...
6c9fecaf6f9719782e0dea8f5f0f00ca53029b43
Implement cancel changes
Implement cancel changes
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.ViewModel/Data/DataExplorerViewModel.cs
apache-2.0
1,590,304,475
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using VDrumExplorer.Model.Data; using VDrumExplorer.Utility; namespace VDrumExplorer.ViewModel.Data { public class DataExplorerViewModel : ViewModelBase<ModuleD...
// Copyright 2020 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using VDrumExplorer.Model.Data; using VDrumExplorer.Utility; namespace VDrumExplorer.ViewModel.Data { public class DataExplorerViewModel : ViewModelBase<ModuleD...
67e09b2a4d29fb03572c1870e632315d447bf5a1
Fix string field editing, and trim on load
Fix string field editing, and trim on load
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Data/Fields/StringDataField.cs
apache-2.0
1,590,304,475
// Copyright 2020 Jon Skeet. 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.Linq; using System.Text; using VDrumExplorer.Model.Schema.Fields; namespace VDrumExplorer.Model.Data.Fields { // TODO: Maybe create a...
// Copyright 2020 Jon Skeet. 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.Linq; using System.Text; using VDrumExplorer.Model.Schema.Fields; namespace VDrumExplorer.Model.Data.Fields { // TODO: Maybe create a...
84ba8834d092a6dc27a4a60bae3c8a69a9fffc37
Fix critical bug in DataSegment
Fix critical bug in DataSegment It's almost like we could do with tests for this...
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Data/DataSegment.cs
apache-2.0
1,590,304,475
// Copyright 2020 Jon Skeet. 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; namespace VDrumExplorer.Model.Data { public sealed class DataSegment { public ModuleAddress Address { get; } private readonly ...
// Copyright 2020 Jon Skeet. 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; namespace VDrumExplorer.Model.Data { public sealed class DataSegment { public ModuleAddress Address { get; } private readonly ...
511d270dfe82dfefc0606c57b2940096b2ec09db
Fix MidiDevices handling of multiple connected Roland modules (log and exit)
Fix MidiDevices handling of multiple connected Roland modules (log and exit) Finally able to test this with a TD-27 and TD-17 simultaneously connected
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Midi/MidiDevices.cs
apache-2.0
1,590,304,475
// Copyright 2019 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Commons.Music.Midi; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace VDrumExplorer.Midi { /// <s...
// Copyright 2019 Jon Skeet. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using Commons.Music.Midi; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace VDrumExplorer.Midi { /// <s...
6b6d8c46314aeb3a9cdecc864db8ec04e29b7ff8
Fix string field saving
Fix string field saving
jskeet/DemoCode,jskeet/DemoCode,jskeet/DemoCode
Drums/VDrumExplorer.Model/Data/Fields/StringDataField.cs
apache-2.0
1,590,304,475
// Copyright 2020 Jon Skeet. 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.Linq; using System.Text; using VDrumExplorer.Model.Schema.Fields; namespace VDrumExplorer.Model.Data.Fields { // TODO: Maybe create a...
// Copyright 2020 Jon Skeet. 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.Linq; using System.Text; using VDrumExplorer.Model.Schema.Fields; namespace VDrumExplorer.Model.Data.Fields { // TODO: Maybe create a...
b617887b4b578e3193e62991f73335ee26717c7f
Update app diagnostics to detect FIPS issues
Update app diagnostics to detect FIPS issues
webprofusion/Certify
src/Certify.Shared/Utils/Util.cs
mit
1,590,304,209
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Certify.Locales; using Certify.Model...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Certify.Locales; using Certify.Model...
bed0901d45ac3e1a8bff3ec26eae39eab66fe3ab
add HasModule method
add HasModule method
splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net
IPTables.Net/Iptables/IpTablesRule.cs
apache-2.0
1,590,300,711
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.Modules; using IPTables.Net.Netfilter; using IPTables.Net.Supporting; namespace IPTables.Net.Iptables { /// <summary> /// An IPTables Rule, which is tied to a...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.Modules; using IPTables.Net.Netfilter; using IPTables.Net.Supporting; namespace IPTables.Net.Iptables { /// <summary> /// An IPTables Rule, which is tied to a...
aa0d8ba9d1faae04fcbc71810927e130e4bee790
more comments
more comments
KDSBest/Unity-Azure-Network-Engine
Core/ReliableUdp/UdpManager.cs
mit
1,590,299,136
using System; using System.Collections.Generic; using System.Text; using ReliableUdp.PacketHandler; using System.Threading; using ReliableUdp.BitUtility; using ReliableUdp.Const; using ReliableUdp.Enums; using ReliableUdp.Packet; using ReliableUdp.Utility; using System.Collections.Concurrent; namespac...
using System; using System.Collections.Generic; using System.Text; using ReliableUdp.PacketHandler; using System.Threading; using ReliableUdp.BitUtility; using ReliableUdp.Const; using ReliableUdp.Enums; using ReliableUdp.Packet; using ReliableUdp.Utility; using System.Collections.Concurrent; namespac...
0e419f18b5f492270a0335decd0fad020b282de7
Fixed initialization in media block. Fixes test error.
Fixed initialization in media block. Fixes test error.
PiranhaCMS/piranha.core,PiranhaCMS/piranha.core,PiranhaCMS/piranha.core
core/Piranha/Extend/Blocks/ImageBlock.cs
mit
1,590,298,520
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using Piranha.Extend.Fields; namespace Piranha.Extend.Blocks { /// <summary> ...
/* * Copyright (c) .NET Foundation and Contributors * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * * https://github.com/piranhacms/piranha.core * */ using Piranha.Extend.Fields; namespace Piranha.Extend.Blocks { /// <summary> ...
74e56d67648cd6b114e161cd8646b56f39157b51
Add support for Pop!_OS
Add support for Pop!_OS
AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning,AArnott/Nerdbank.GitVersioning
src/Nerdbank.GitVersioning.Tasks/RuntimeIdMap.cs
mit
1,590,297,462
// This code originally copied from https://github.com/dotnet/sourcelink/tree/c092238370e0437eb95722f28c79273244dc7f1a/src/Microsoft.Build.Tasks.Git // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See license information at https://github.com/dotnet/sourcelink/blob/c0...
// This code originally copied from https://github.com/dotnet/sourcelink/tree/c092238370e0437eb95722f28c79273244dc7f1a/src/Microsoft.Build.Tasks.Git // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See license information at https://github.com/dotnet/sourcelink/blob/c0...
8ab14a567263c20e917286fd82d6ecb6778e55a8
Updated SmtpClient to use the new MailboxAddress.GetAddress(bool idnEncode) API
Updated SmtpClient to use the new MailboxAddress.GetAddress(bool idnEncode) API
jamie-dainton/MailKit,jstedfast/MailKit,jstedfast/MailKit
MailKit/Net/Smtp/SmtpClient.cs
mit
1,590,291,138
// // SmtpClient.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...
// // SmtpClient.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...
df446e43c2a405c04093bc988312a983a7fdc63b
Update SmtpClientTests.cs
Update SmtpClientTests.cs
jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit
UnitTests/Net/Smtp/SmtpClientTests.cs
mit
1,590,290,434
// // SmtpClientTests.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...
// // SmtpClientTests.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...
c0dda142a5459d535354acff7de6b1ce3583fb5c
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.3.3389.20200524025136-master-cead5d6
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,590,288,826
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "cead5d67ac4adc57ac8dae642316f4baea8bec6c"; public static string Version = "1.3"; public static string Build = "3389"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "298f6f5554fd81fb2da981fe95a65b9bf262432d"; public static string Version = "1.3"; public static string Build = "3388"; ...
381416214265843db081c54de863bf428630612d
Lerp still is experimental.
Lerp still is experimental.
alvivar/TeaTime
TeaTime.cs
mit
1,590,288,712
// TeaTime v0.8.5 beta // TeaTime is a fast & simple queue for timed callbacks, focused on solving // common coroutines patterns in Unity games. // Andrés Villalobos ~ twitter.com/matnesis ~ andresalvivar@gmail.com // Created 2014/12/26 12:21 am ~ Rewritten 2015/09/15 12:28 pm // Copyright (c) 2014/12/26 an...
// TeaTime v0.8.5 beta // TeaTime is a fast & simple queue for timed callbacks, focused on solving // common coroutines patterns in Unity games. // Andrés Villalobos ~ twitter.com/matnesis ~ andresalvivar@gmail.com // Created 2014/12/26 12:21 am ~ Rewritten 2015/09/15 12:28 pm // Copyright (c) 2014/12/26 an...
cead5d67ac4adc57ac8dae642316f4baea8bec6c
update AnimationPartChange DatLoader accessibility for ACViewer clothing (#2995)
update AnimationPartChange DatLoader accessibility for ACViewer clothing (#2995)
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.DatLoader/Entity/AnimationPartChange.cs
agpl-3.0
1,590,288,682
using System.IO; namespace ACE.DatLoader.Entity { public class AnimationPartChange : IUnpackable { public byte PartIndex { get; set; } public uint PartID { get; set; } public void Unpack(BinaryReader reader) { PartIndex = reader.ReadByte(); PartID = r...
using System.IO; namespace ACE.DatLoader.Entity { public class AnimationPartChange : IUnpackable { public byte PartIndex { get; private set; } public uint PartID { get; private set; } public void Unpack(BinaryReader reader) { PartIndex = reader.ReadByte(); ...
1774ccd50e04c983efdcd8d5ff43f6c760f013c5
removed not used events
removed not used events
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YAF.Core/Services/InstallUpgradeService.cs
apache-2.0
1,590,287,018
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dist...
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2020 Ingo Herbote * https://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * dist...
d26f1497a00182110e8548329e2d2778762c1467
Fix bad casing for readme tests
Fix bad casing for readme tests
rolledback/LegoSharp
LegoSharpTest/ReadmeTests.cs
mit
1,590,285,989
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using LegoSharp; using System.Linq; using System.Reflection; using System.IO.MemoryMappedFiles; namespace LegoSharpTest { [TestClass] public class ReadmeTests ...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using LegoSharp; using System.Linq; using System.Reflection; using System.IO.MemoryMappedFiles; namespace LegoSharpTest { [TestClass] public class ReadmeTests ...
43dce2728e5aa027007b2c31755e8d2ed154c79c
Added nullable int
Added nullable int
Nikey646/VndbSharp
VndbSharp/Models/Staff/StaffLinks.cs
mit
1,590,285,930
using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; using VndbSharp.Models.Common; namespace VndbSharp.Models.Staff { public class StaffLinks: CommonLinks { public String Homepage { get; private set; } public String Twitter { get; private set; } public S...
using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; using VndbSharp.Models.Common; namespace VndbSharp.Models.Staff { public class StaffLinks: CommonLinks { public String Homepage { get; private set; } public String Twitter { get; private set; } public S...
aa607a0652b2ec9a84e279872750fd04458695d2
Fixed SmtpClient unit tests for Windows
Fixed SmtpClient unit tests for Windows Windows seems to use a different IDN-encoding than Mono on macOS for the same address.
jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit
UnitTests/Net/Smtp/SmtpClientTests.cs
mit
1,590,285,485
// // SmtpClientTests.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...
// // SmtpClientTests.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...
e5a2407f4a91acb493b9b799249fb8978b69c8a5
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.3.3388.20200524014946-master-298f6f5
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,590,285,115
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "298f6f5554fd81fb2da981fe95a65b9bf262432d"; public static string Version = "1.3"; public static string Build = "3388"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "7661da0a93e69dcbde88d714d0ee17201a5f369d"; public static string Version = "1.3"; public static string Build = "3387"; ...
298f6f5554fd81fb2da981fe95a65b9bf262432d
Myquests command fixes (#2994)
Myquests command fixes (#2994) * use quest_mindelta_rate server prop when displaying myquests output * add 'Quest list is empty' response to myquests * formatting * dont pass default to property manager Co-authored-by: Ty Conner <f5d1b78a278062b0c33f7e5faeddba493b45b01f@itcproductions.com> Co-authored-b...
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/Command/Handlers/PlayerCommands.cs
agpl-3.0
1,590,284,971
using System; using System.Collections.Generic; using log4net; using ACE.Database; using ACE.Entity.Enum; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Managers; using ACE.Server.Network; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messages; using ACE....
using System; using System.Collections.Generic; using log4net; using ACE.Database; using ACE.Entity.Enum; using ACE.Server.Entity; using ACE.Server.Entity.Actions; using ACE.Server.Managers; using ACE.Server.Network; using ACE.Server.Network.GameEvent.Events; using ACE.Server.Network.GameMessages.Messages; using ACE....
360522a8b244b55b9a2dd98f01ebdc50755c15ca
Added staffLinks
Added staffLinks
Nikey646/VndbSharp
VndbSharp/Models/Staff/StaffLinks.cs
mit
1,590,283,014
using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; using VndbSharp.Models.Common; namespace VndbSharp.Models.Staff { public class StaffLinks: CommonLinks { public String Homepage { get; private set; } public String Twitter { get; private set; } public S...
using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; using VndbSharp.Models.Common; namespace VndbSharp.Models.Staff { public class StaffLinks: CommonLinks { public String Homepage { get; private set; } public String Twitter { get; private set; } public S...
52b850092ce99eda56b45f41bcb63a9b542f2004
Context menu example modified
Context menu example modified
ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET,ElectronNET/Electron.NET
ElectronNET.WebApp/Controllers/MenusController.cs
mit
1,590,281,547
using System.Linq; using Microsoft.AspNetCore.Mvc; using ElectronNET.API.Entities; using ElectronNET.API; namespace ElectronNET.WebApp.Controllers { public class MenusController : Controller { public IActionResult Index() { if (HybridSupport.IsElectronActive) { ...
using System.Linq; using Microsoft.AspNetCore.Mvc; using ElectronNET.API.Entities; using ElectronNET.API; using Microsoft.Extensions.Hosting; namespace ElectronNET.WebApp.Controllers { public class MenusController : Controller { public MenusController(IHostApplicationLifetime hostApplicationLifetime) ...
d5ecfec8f2639da589f03c036e1dc1070e501b1e
Update SmtpClientTests.cs
Update SmtpClientTests.cs
jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit
UnitTests/Net/Smtp/SmtpClientTests.cs
mit
1,590,281,049
// // SmtpClientTests.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...
// // SmtpClientTests.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...
dad305f6d5266dbee0ce8fab5a418a2b457d0609
Don't require FormatOptions.International to use SMTPUTF8
Don't require FormatOptions.International to use SMTPUTF8 Toggle SMTPUTF8 on if the sender or any of the recipient mailbox addresses are international. May fix issue #1026
jstedfast/MailKit,jamie-dainton/MailKit,jstedfast/MailKit
MailKit/Net/Smtp/SmtpClient.cs
mit
1,590,280,771
// // SmtpClient.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...
// // SmtpClient.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...
549b6a2bdca9e063736886ea77939c9bb62f7597
update read only fields on value changed
update read only fields on value changed
larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl
MatterControlLib/DesignTools/PublicPropertyEditor.cs
bsd-2-clause
1,590,280,419
/* Copyright (c) 2018, 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) 2018, 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...
0c53db05b6e12f4c60c83182fd65afde0df1ff5f
fixed crash
fixed crash
larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/DesignTools/EditorTools/ScaleControls/ScaleCornerControl.cs
bsd-2-clause
1,590,278,710
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
70ba624c40c75f379968755bd2966473afa3ad1f
Better history default sort
Better history default sort
larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl
MatterControlLib/Library/Providers/MatterControl/PlatingHistoryContainer.cs
bsd-2-clause
1,590,278,647
/* Copyright (c) 2018, 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 the following ...
/* Copyright (c) 2018, 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 the following ...
1395a2453bb44e6d9702f79c51df9e758151d033
Make radius public
Make radius public
jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl
MatterControlLib/DesignTools/Primitives/Gear2D.cs
bsd-2-clause
1,590,278,632
/* 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 ...
4d40c5e52ca6fe673ed1c0b68ba208450aef7a27
Rename variables to match their renamed types.
Rename variables to match their renamed types.
fixie/fixie,fixie/fixie
src/Fixie/Internal/EntryPoint.cs
mit
1,590,278,240
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.IO.Pipes; using System.Linq; using System.Reflection; using Cli; using Listeners; using static System.Console; using static Maybe; public class EntryPoint { enum ExitCode ...
namespace Fixie.Internal { using System; using System.Collections.Generic; using System.IO.Pipes; using System.Linq; using System.Reflection; using Cli; using Listeners; using static System.Console; using static Maybe; public class EntryPoint { enum ExitCode ...
0d0bc28dc0b9a381ccad36fd801c1867cb6f45ae
Add RunDebugAsync method
Add RunDebugAsync method
JeevanJames/ConsoleFx,JeevanJames/ConsoleFx
src/CmdLine.Program/ConsoleProgram.cs
apache-2.0
1,590,277,761
#region --- License & Copyright Notice --- /* ConsoleFx CLI Library Suite Copyright 2015-2019 Jeevan James 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/LICENS...
#region --- License & Copyright Notice --- /* ConsoleFx CLI Library Suite Copyright 2015-2019 Jeevan James 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/LICENS...
ad10a59a8bc0f98e72455c3776daf87d55d7770d
Fix bad prob value.
Fix bad prob value.
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,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/Items/Storage/Fill/EmergencyClosetFillComponent.cs
mit
1,590,277,239
using Robust.Server.Interfaces.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.Random; using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.GameObjects.Components.Items.Storage.Fill { [RegisterComponent] internal sealed class EmergencyClosetFillComponent : ...
using Robust.Server.Interfaces.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.Random; using Robust.Shared.IoC; using Robust.Shared.Random; namespace Content.Server.GameObjects.Components.Items.Storage.Fill { [RegisterComponent] internal sealed class EmergencyClosetFillComponent : ...
6c649435a335d1276b5e1f17d801ed3c33b9a9ec
Carbuncle/Fenrir Menu Desc Fix
Carbuncle/Fenrir Menu Desc Fix Show true effect description for altered Carbuncle/Fenrir outside of battle, due to Eiko equipping certain accessories.
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/AbilityUI.cs
mit
1,590,276,972
using System; using Assets.Scripts.Common; using Assets.SiliconSocial; using Assets.Sources.Scripts.UI.Common; using FF9; using System.Collections.Generic; using System.Linq; using Memoria; using Memoria.Assets; using Memoria.Data; using Memoria.Database; using Memoria.Field; using UnityEngine; // ReSharper disable U...
using System; using Assets.Scripts.Common; using Assets.SiliconSocial; using Assets.Sources.Scripts.UI.Common; using FF9; using System.Collections.Generic; using System.Linq; using Memoria; using Memoria.Assets; using Memoria.Data; using Memoria.Database; using Memoria.Field; using UnityEngine; // ReSharper disable U...
184f7a3f29d3173e0b5f989490ef697d8359d3bd
Reorganize TranscoderFile
Reorganize TranscoderFile
nekno/Transcoder
Transcoder/TranscoderFile.cs
mit
1,590,276,572
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using MediaInfoLib; namespace Transcoder { public class TranscoderFile { #region Static Fields public static Type[] Types = new Type[] { ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using MediaInfoLib; namespace Transcoder { public class TranscoderFile { public static Type[] Types = new Type[] { Type.QTAAC, Type.QTALAC, ...
b1578600f749edf182ab4e5b89986f2e890d4d39
Forgot to include sequence
Forgot to include sequence
Xeeynamo/KingdomHearts
OpenKh.Command.Layout/Program.cs
mit
1,590,275,289
using OpenKh.Kh2; using McMaster.Extensions.CommandLineUtils; using System; using System.IO; using System.Reflection; using System.ComponentModel.DataAnnotations; namespace OpenKh.Command.Layout { [Command("OpenKh.Command.Layout")] [VersionOptionFromMember("--version", MemberName = nameof(GetVersion))] [S...
using OpenKh.Kh2; using McMaster.Extensions.CommandLineUtils; using System; using System.IO; using System.Reflection; using System.ComponentModel.DataAnnotations; namespace OpenKh.Command.Layout { [Command("OpenKh.Command.Layout")] [VersionOptionFromMember("--version", MemberName = nameof(GetVersion))] [S...
8294f51449f145094c690ca065ad53443dd8edc4
Addded Instances to Characters class
Addded Instances to Characters class
Nikey646/VndbSharp
VndbSharp/Models/Character/Character.cs
mit
1,590,274,960
using System; using System.Collections.ObjectModel; using Newtonsoft.Json; using VndbSharp.Attributes; using VndbSharp.Models.Common; namespace VndbSharp.Models.Character { public class Character { public UInt32 Id { get; private set; } public String Name { get; private set; } [JsonProperty("origi...
using System; using System.Collections.ObjectModel; using Newtonsoft.Json; using VndbSharp.Attributes; using VndbSharp.Models.Common; namespace VndbSharp.Models.Character { public class Character { public UInt32 Id { get; private set; } public String Name { get; private set; } [JsonProperty("origi...
5d4faea13e7869c3828130db114c8e188594dbbe
Carbuncle/Fenrir Battle Desc Fix
Carbuncle/Fenrir Battle Desc Fix Show true effect description for altered Carbuncle/Fenrir in battle, due to Eiko equipping certain accessories.
Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria
Assembly-CSharp/Global/battle/BattleHUD/BattleHUD.cs
mit
1,590,274,410
using Assets.Sources.Scripts.UI.Common; using FF9; using System; using System.Collections.Generic; using Memoria; using Memoria.Assets; using Memoria.Data; using Memoria.Database; using Memoria.Prime; using Memoria.Scenes; using UnityEngine; public partial class BattleHUD : UIScene { private readonly Dictionary<I...
using Assets.Sources.Scripts.UI.Common; using FF9; using System; using System.Collections.Generic; using Memoria; using Memoria.Assets; using Memoria.Data; using Memoria.Database; using Memoria.Prime; using Memoria.Scenes; using UnityEngine; public partial class BattleHUD : UIScene { private readonly Dictionary<I...
e91e1ecd21102b062965a2e438c1914abef1a8b7
Change of heart
Change of heart Even if it is called 2ld, there are no previous games that uses a "1ld".
Xeeynamo/KingdomHearts
OpenKh.Command.Bar/Helpers.cs
mit
1,590,273,576
using static OpenKh.Kh2.Bar; using System.Collections.Generic; namespace OpenKh.Command.Bar { public class Helpers { private static readonly string DefaultExtension = "bin"; private static readonly Dictionary<EntryType, string> SuggestedExtensions = new Dictionary<EntryType, strin...
using static OpenKh.Kh2.Bar; using System.Collections.Generic; namespace OpenKh.Command.Bar { public class Helpers { private static readonly string DefaultExtension = "bin"; private static readonly Dictionary<EntryType, string> SuggestedExtensions = new Dictionary<EntryType, strin...
f400be29fe0ed9d9f24affe1cbc0170660a651c5
Do not assume that extracted 2ld contains more files with 2ld extension
Do not assume that extracted 2ld contains more files with 2ld extension
Xeeynamo/KingdomHearts
OpenKh.Command.Bar/Helpers.cs
mit
1,590,273,397
using static OpenKh.Kh2.Bar; using System.Collections.Generic; namespace OpenKh.Command.Bar { public class Helpers { private static readonly string DefaultExtension = "bin"; private static readonly Dictionary<EntryType, string> SuggestedExtensions = new Dictionary<EntryType, strin...
using static OpenKh.Kh2.Bar; using System.Collections.Generic; namespace OpenKh.Command.Bar { public class Helpers { private static readonly string DefaultExtension = "bin"; private static readonly Dictionary<EntryType, string> SuggestedExtensions = new Dictionary<EntryType, strin...
522099cae86b2694530ce457ed76e414dfb1d28b
Fix patcher stream read retry
Fix patcher stream read retry
0x0ade/MonoMod,AngelDE98/MonoMod
MonoMod/MonoModder.cs
mit
1,590,273,266
using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Mdb; using Mono.Cecil.Pdb; using Mono.Collections.Generic; using MonoMod.InlineRT; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using MonoMod...
using Mono.Cecil; using Mono.Cecil.Cil; using Mono.Cecil.Mdb; using Mono.Cecil.Pdb; using Mono.Collections.Generic; using MonoMod.InlineRT; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using MonoMod...
ff5e6f8caa6597e12c277bc87f8a654a5a143267
Additional guards for ESI search failures Invaidate ESI keys on refresh grant error
Additional guards for ESI search failures Invaidate ESI keys on refresh grant error
Slazanger/SMT,Slazanger/SMT
EVEData/LocalCharacter.cs
mit
1,590,273,112
using ESI.NET.Enumerations; using ESI.NET.Models.SSO; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Threading; using System.Xml.Serial...
using ESI.NET.Enumerations; using ESI.NET.Models.SSO; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Threading; using System.Xml.Serial...
7930a652dd948a1503c2a3b468fff5df7a9737f6
Correct UnixSetFileAccess to allow chmoding a directory
Correct UnixSetFileAccess to allow chmoding a directory
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/OS.cs
apache-2.0
1,590,272,256
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
6264361291576b36eb01258afd221f9751695b62
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,590,271,404
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 ...
a126cb55fa97a70da98742b14b70e84feee84c52
Simplify StringWriter usage, which internally adapts a StringBuilder as a TextWriter, to simply use a StringBuilder directly. There was simply no need for the abstraction.
Simplify StringWriter usage, which internally adapts a StringBuilder as a TextWriter, to simply use a StringBuilder directly. There was simply no need for the abstraction.
fixie/fixie,fixie/fixie
src/Fixie/Internal/Listeners/ExceptionExtensions.cs
mit
1,590,270,113
namespace Fixie.Internal.Listeners { using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.ExceptionServices; using System.Text; static class ExceptionExtensions { static readonly MethodInfo CaseExecuteMeth...
namespace Fixie.Internal.Listeners { using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.ExceptionServices; static class ExceptionExtensions { static readonly MethodInfo CaseExecuteMethod = typeof(Case).GetMe...
b3fc8fc90740b90a66db8750d726f787159c36f5
Also fix graph client
Also fix graph client
rolledback/LegoSharp
LegoSharp/LegoGraphClient.cs
mit
1,590,269,464
using System; using System.Collections.Generic; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using System.Threading.Tasks; namespace LegoSharp { public class LegoGraphClient { private string _authToken; public async Task authenticateAsync() { ...
using LegoSharp.PickABrick; using System; using System.Collections.Generic; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using System.Threading.Tasks; namespace LegoSharp { public class LegoGraphClient { private string _authToken; public async Task authent...
8f965ddf5760b75327b894bdece42220a05bd9ae
finished azure storage provider
finished azure storage provider
bradygaster/downr,spboyer/downr,spboyer/downr,bradygaster/downr
Server/Services/AzureStorageYamlIndexer.cs
apache-2.0
1,590,267,799
using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Azure.Storage.Blobs; using Azure.Storage.Blobs.Models; using downr.Models; using downr.Services; using Microsoft.Azure.Storage; using Microsoft.Azure.Storage.Blob; using Microsoft.Extensions.Logging; using Microsof...
using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Azure.Storage.Blobs; using downr.Models; using downr.Services; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace downr.Services { public class AzureStorageConfiguration { public string Co...
54b3783b03c493f439b91121bfafaf4684d6a49b
Use mouse-focused popup for equip failure message.
Use mouse-focused popup for equip failure message.
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,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/GUI/InventoryComponent.cs
mit
1,590,267,137
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks.Dataflow; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObjects; using Robust.Server.GameObjects.Components.Container; using Robust.Server.Interfaces.Player; using ...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks.Dataflow; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Shared.GameObjects; using Robust.Server.GameObjects.Components.Container; using Robust.Server.Interfaces.Player; using...
6235e322495c134d373eb3bcb99cfc51e6287fde
Disable CS0649 warning
Disable CS0649 warning
modesttree/Zenject,modesttree/Zenject,modesttree/Zenject
UnityProject/Assets/Plugins/Zenject/Source/Runtime/Kernels/MonoKernel.cs
mit
1,590,266,754
#if !NOT_UNITY3D #pragma warning disable 649 using ModestTree; using UnityEngine; using UnityEngine.Analytics; namespace Zenject { public abstract class MonoKernel : MonoBehaviour { [InjectLocal] TickableManager _tickableManager = null; [InjectLocal] InitializableManager _ini...
#if !NOT_UNITY3D using ModestTree; using UnityEngine; using UnityEngine.Analytics; namespace Zenject { public abstract class MonoKernel : MonoBehaviour { [InjectLocal] TickableManager _tickableManager = null; [InjectLocal] InitializableManager _initializableManager = null; ...
a518d1ef4dd73d0d62fbe537ba53fc668f645220
Move usage of CleanStackTraceLineNumbers() in anticipation of changing its method signature.
Move usage of CleanStackTraceLineNumbers() in anticipation of changing its method signature.
fixie/fixie,fixie/fixie
src/Fixie.Tests/Internal/Listeners/ReportListenerTests.cs
mit
1,590,265,918
namespace Fixie.Tests.Internal.Listeners { using System; using System.IO; using System.Text.RegularExpressions; using System.Xml.Linq; using Assertions; using Fixie.Internal; using Fixie.Internal.Listeners; public class ReportListenerTests : MessagingTests { public void Sho...
namespace Fixie.Tests.Internal.Listeners { using System; using System.IO; using System.Text.RegularExpressions; using System.Xml.Linq; using Assertions; using Fixie.Internal; using Fixie.Internal.Listeners; public class ReportListenerTests : MessagingTests { public void Sho...
227d7ef7c3fe1d28f2d3e4f347edbc7d1822edd1
Log debug instead of info.
Log debug instead of info.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs
mit
1,590,263,627
using NBitcoin; using NBitcoin.RPC; using Newtonsoft.Json.Linq; using Nito.AsyncEx; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using W...
using NBitcoin; using NBitcoin.RPC; using Newtonsoft.Json.Linq; using Nito.AsyncEx; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using WalletWasabi.BitcoinCore; using W...
d191e23bf1422b4a81c9f0299669311a4ffe2be6
Oops: Adjust logger reference in initializer
Oops: Adjust logger reference in initializer
Piotrekol/StreamCompanion,Piotrekol/StreamCompanion
osu!StreamCompanion/Code/Core/Initializer.cs
mit
1,590,263,344
using System; using System.Linq; using System.Windows.Forms; using osu_StreamCompanion.Code.Core.Loggers; using osu_StreamCompanion.Code.Core.Maps.Processing; using osu_StreamCompanion.Code.Core.Savers; using osu_StreamCompanion.Code.Misc; using osu_StreamCompanion.Code.Modules.FirstRun; using osu_StreamCompanion.Code....
using System; using System.Linq; using System.Windows.Forms; using osu_StreamCompanion.Code.Core.Loggers; using osu_StreamCompanion.Code.Core.Maps.Processing; using osu_StreamCompanion.Code.Core.Savers; using osu_StreamCompanion.Code.Misc; using osu_StreamCompanion.Code.Modules.FirstRun; using osu_StreamCompanion.Code....
1ef312a4e8c9b32aa62f79acb017506b76ae62c7
Commented-out audio stream info helpers
Commented-out audio stream info helpers
nekno/Transcoder
Transcoder/TranscoderFile.cs
mit
1,590,263,009
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using MediaInfoLib; namespace Transcoder { public class TranscoderFile { public static Type[] Types = new Type[] { Type.QTAAC, Type.QTALAC, ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using MediaInfoLib; namespace Transcoder { public class TranscoderFile { public static Type[] Types = new Type[] { Type.QTAAC, Type.QTALAC, ...
2d7bf20aa74b5c2a96eadb46792bea111f46669c
Fix typo in exception message
Fix typo in exception message
skarpdev/dotnet-version-cli,skarpdev/dotnet-version-cli
src/Versioning/SemVerBumper.cs
mit
1,590,262,923
using System; namespace Skarp.Version.Cli.Versioning { public class SemVerBumper { /// <summary> /// Bump the currently parsed version information with the specified <paramref name="bump"/> /// </summary> /// <param name="currentVersion"></param> /// <param name="bump">T...
using System; namespace Skarp.Version.Cli.Versioning { public class SemVerBumper { /// <summary> /// Bump the currently parsed version information with the specified <paramref name="bump"/> /// </summary> /// <param name="currentVersion"></param> /// <param name="bump">T...
e4890115acdb8391b1c5eb2577d8dfc2fe2e49b4
IKeySecretAdapter, ILoginPasswordAdapter, ITokenAdapter, IDemoAdapter, IAddressAdapter<T>
IKeySecretAdapter, ILoginPasswordAdapter, ITokenAdapter, IDemoAdapter, IAddressAdapter<T>
StockSharp/StockSharp
Messages/IMessageAdapter.cs
apache-2.0
1,590,262,540
#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...
a04e187fa09fd3255024e77183b43f484e101f40
Extra parameter doc.
Extra parameter doc.
jkoritzinsky/Avalonia,grokys/Perspex,akrisiun/Perspex,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,akrisiun...
src/Avalonia.Controls/Window.cs
mit
1,590,260,563
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Controls.Platform; using Avalonia.Data; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Media; using Avalonia...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reactive.Linq; using System.Threading.Tasks; using Avalonia.Controls.Platform; using Avalonia.Data; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Layout; using Avalonia.Media; using Avalonia...
bcb7094e180846ff792f94999d46cad7b6617bcd
Expose NodeCollection Children from IFunction (#127)
Expose NodeCollection Children from IFunction (#127)
sebastienros/esprima-dotnet,sebastienros/esprima-dotnet
src/Esprima/Ast/IFunction.cs
bsd-3-clause
1,590,260,007
namespace Esprima.Ast { /// <summary> /// Represents either a <see cref="FunctionDeclaration"/> or a <see cref="FunctionExpression"/> /// </summary> public interface IFunction { Identifier Id { get; } ref readonly NodeList<Expression> Params { get; } Node Body { get; } ...
namespace Esprima.Ast { /// <summary> /// Represents either a <see cref="FunctionDeclaration"/> or a <see cref="FunctionExpression"/> /// </summary> public interface IFunction { Identifier Id { get; } ref readonly NodeList<Expression> Params { get; } Node Body { get; } ...
df81e759e109044db70ef367689d32c63bce4182
make sure we have valid results
make sure we have valid results
MatterHackers/agg-sharp,larsbrubaker/agg-sharp
PolygonMesh/Processors/MeshConvexHull.cs
bsd-2-clause
1,590,259,503
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
bee043666251175bb25ef5f49973489a1ba1cd8c
Add robustness to Zip deploy to address race condition #3166
Add robustness to Zip deploy to address race condition #3166
EricSten-MSFT/kudu,projectkudu/kudu,projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,projectkudu/kudu,projectkudu/kudu
Kudu.Core/Helpers/PostDeploymentHelper.cs
apache-2.0
1,590,259,165
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; ...
2fa984cd23288c2a25161e88cec267ef7ac3f60a
5: Set AutoCreate and AutoDelete to "false" by default
5: Set AutoCreate and AutoDelete to "false" by default
whitestone-no/Cambion
src/Transports/AzureServiceBus/AzureServiceBus/AzureServiceBusConfig.cs
mit
1,590,258,991
using System; namespace Whitestone.Cambion.Transport.AzureSericeBus { public class AzureServiceBusConfig { public string Endpoint { get; } public AzureServiceBusEntity Topic { get; } = new AzureServiceBusEntity("cambion"); public AzureServiceBusEntity Subscription { get; } = new Azure...
using System; namespace Whitestone.Cambion.Transport.AzureSericeBus { public class AzureServiceBusConfig { public string Endpoint { get; } public AzureServiceBusEntity Topic { get; } = new AzureServiceBusEntity("cambion"); public AzureServiceBusEntity Subscription { get; } = new Azure...
c27c1ece389193cdda35120dc9c62d446c609ae8
5: Use "count less than one" instead of "less than or equal to zero" for better readability
5: Use "count less than one" instead of "less than or equal to zero" for better readability
whitestone-no/Cambion
src/Transports/AzureServiceBus/AzureServiceBus/AzureServiceBusTransport.cs
mit
1,590,258,962
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.ServiceBus; using Microsoft.Azure.ServiceBus.Management; using Microsoft.Azure.ServiceBus.Primitives; using Microsoft.Identity.Client; using Whitestone.Cambion.Events; using Whitestone.Cambion.Interfaces; using Whitestone.Cambion...
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.ServiceBus; using Microsoft.Azure.ServiceBus.Management; using Microsoft.Azure.ServiceBus.Primitives; using Microsoft.Identity.Client; using Whitestone.Cambion.Events; using Whitestone.Cambion.Interfaces; using Whitestone.Cambion...
1798ee652f3a9df4534d69a6f2aa099bb1f8c1ce
Fix variable not being private
Fix variable not being private
rolledback/LegoSharp
LegoSharp/GraphQuery.cs
mit
1,590,258,665
using LegoSharp.PickABrick; using System; using System.Collections.Generic; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; namespace LegoSharp { public abstract class GraphQuery<ResultT> : IGraphQuery<ResultT> { public string query; public int page; pu...
using LegoSharp.PickABrick; using System; using System.Collections.Generic; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; namespace LegoSharp { public abstract class GraphQuery<ResultT> : IGraphQuery<ResultT> { public string query; public int page; pu...
5a31562f746080574933fbaaa568d6b4c2536f57
Misc: Log raised osu events
Misc: Log raised osu events
Piotrekol/StreamCompanion,Piotrekol/StreamCompanion
osu!StreamCompanion/Code/Core/Maps/Processing/MapStringFormatter.cs
mit
1,590,257,951
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using StreamCompanionTypes.Interfaces; using StreamCompanionTypes.Enums; using StreamCompanionTypes.Interfaces.Services; using StreamCompanionTy...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using StreamCompanionTypes; using StreamCompanionTypes.DataTypes; using StreamCompanionTypes.Interfaces; using StreamCompanionTypes.Enums; using StreamCompanionTypes.Interfaces.Services; using StreamCompanionTy...
202fc5e681e2c46ff632f098c2defb60c4a85e08
adding merge vertices to repair
adding merge vertices to repair
jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/DesignTools/Operations/RepairObject3D.cs
bsd-2-clause
1,590,257,526
/* Copyright (c) Ryan Schmidt (rms@gradientspace.com) - All Rights Reserved Distributed under the Boost Software License, Version 1.0. http://www.boost.org/LICENSE_1_0.txt Copyright (c) 2018, Lars Brubaker All rights reserved. */ using System; using System.ComponentModel; using System.Threading; using System.Threadin...
/* Copyright (c) Ryan Schmidt (rms@gradientspace.com) - All Rights Reserved Distributed under the Boost Software License, Version 1.0. http://www.boost.org/LICENSE_1_0.txt Copyright (c) 2018, Lars Brubaker All rights reserved. */ using System; using System.ComponentModel; using System.Threading; using System.Threadin...
b46f9029a3b29fbbe46c756a42225a34c4f071a4
check for null parent
check for null parent
larsbrubaker/agg-sharp,MatterHackers/agg-sharp
Gui/ScrollableWidget/ScrollingArea.cs
bsd-2-clause
1,590,257,402
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
4c3ec4b69b99c456ecb727044487f2952821b6b7
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.3.3387.20200523173354-master-7661da0
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,590,255,357
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "7661da0a93e69dcbde88d714d0ee17201a5f369d"; public static string Version = "1.3"; public static string Build = "3387"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c259ba9d7a83ea25f5a5fb56f655865ab594b2db"; public static string Version = "1.3"; public static string Build = "3386"; ...
95d2acf5a967f316fb07e9fffc60aa5ab8b1c75c
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.3.3386.20200523172907-master-c259ba9
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,590,255,077
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c259ba9d7a83ea25f5a5fb56f655865ab594b2db"; public static string Version = "1.3"; public static string Build = "3386"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "dd8ab66198bbce579a376a85e3f764f22562b813"; public static string Version = "1.3"; public static string Build = "3385"; ...
366f9c8c7b49172166893436735ced130e1a7f61
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.3.3385.20200523172423-master-dd8ab66
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,590,254,799
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "dd8ab66198bbce579a376a85e3f764f22562b813"; public static string Version = "1.3"; public static string Build = "3385"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "304010c0cdcdd93f3bd2f6dc0130a94b89983a48"; public static string Version = "1.3"; public static string Build = "3384"; ...
366b77472caeb9ef2223a4f70a3f8fd44186cd64
Improved logic for verifying signatures for MimeParts containing mixed line endings
Improved logic for verifying signatures for MimeParts containing mixed line endings This is a better fix for issue #569
jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit
UnitTests/Cryptography/SecureMimeTests.cs
mit
1,590,254,061
// // SecureMimeTests.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...
// // SecureMimeTests.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...
59d9a833208dea56dfca174e306250786d9c6ace
Improved useless paretheses removal.
Improved useless paretheses removal.
kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX
LanguageServer/Transform.cs
mit
1,590,253,142
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...
namespace LanguageServer { using Algorithms; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Antlr4.Runtime.Tree; using GrammarGrammar; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using Syste...