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
731099fb5736c778b5076f1d773d8f13dce8cd10
Added Global class api docs
Added Global class api docs
zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos
source/Cosmos.System2/Global.cs
bsd-3-clause
1,591,120,718
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Cosmos.Debug.Kernel; using Cosmos.HAL; using Debugger = Cosmos.Debug.Kernel.Debugger; namespace Cosmos.System { /// <summary> /// Cosmos global class. /// Used to init the console, scree...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using Cosmos.Debug.Kernel; using Cosmos.HAL; using Debugger = Cosmos.Debug.Kernel.Debugger; namespace Cosmos.System { public static class Global { static Global() { } ...
5742a64eea411db8fe18207bbe6e0b373f1df0b3
fix WriteString bug
fix WriteString bug
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/WritingPrimitives.cs
bsd-3-clause
1,591,120,684
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
c17af44172ecb17e6024e33da4f79745bed9ba91
apply SecuritySafeCritical attribute
apply SecuritySafeCritical attribute
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/CodedOutputStream.cs
bsd-3-clause
1,591,120,684
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that t...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that t...
a329764603f27a1cb1a277861689ff71982d2000
fix typo in ParserInternalState
fix typo in ParserInternalState
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
csharp/src/Google.Protobuf/ParserInternalState.cs
bsd-3-clause
1,591,120,683
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fo...
538d5d89f9c013c655952edfff8814cb826bf6bf
#130 - Humanize Rarity strings
#130 - Humanize Rarity strings
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/WaifusController.cs
agpl-3.0
1,591,119,460
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Humanizer; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Models.SoraDb; using SoraBot.Services.Users; using SoraBot.Services.Waifu; using SoraBot.WebApi.Dtos; namespace SoraBot.WebApi.Controll...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Microsoft.AspNetCore.Mvc; using SoraBot.Data.Models.SoraDb; using SoraBot.Services.Users; using SoraBot.Services.Waifu; using SoraBot.WebApi.Dtos; namespace SoraBot.WebApi.Controllers { [Route(...
9193ad264f2d7a1e36c8815f7b452e8bcf76ad6f
Added extra SIL.Localizer GetString calls for Glyssen instance of LocalizationManager also
Added extra SIL.Localizer GetString calls for Glyssen instance of LocalizationManager also
sillsdev/Glyssen
Glyssen/Program.cs
mit
1,591,119,455
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using DesktopAnalytics; using Glyssen.Dialogs; using Glyssen.Properties; using Glyssen.Shared; using...
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Windows.Forms; using DesktopAnalytics; using Glyssen.Dialogs; using Glyssen.Properties; using Glyssen.Shared; using...
73b006cd0458e5be8a4d9ba6fa361d4129d7aa87
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,591,119,402
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 ...
947e96fc487e13cfe0b1c0d3ba514c8c23fd7d47
Added console class api docs
Added console class api docs
CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos
source/Cosmos.System2/Console.cs
bsd-3-clause
1,591,119,108
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using Cosmos.HAL; namespace Cosmos.System { /// <summary> /// Standard output stream. /// </summary> public class Console { private const byte LineFeed = (byte)'\n'; ...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using Cosmos.HAL; namespace Cosmos.System { public class Console { private const byte LineFeed = (byte)'\n'; private const byte CarriageReturn = (byte)'\r'; private ...
a4c6ebbe2c35bb487fd0045a2e3bfc6d4de79b73
Create Schema option added (works for mssql and postgres). Manually tested each generated script with the corresponding target database.
Create Schema option added (works for mssql and postgres). Manually tested each generated script with the corresponding target database.
SQLStreamStore/SQLStreamStore,SQLStreamStore/SQLStreamStore,damianh/Cedar.EventStore,damianh/Cedar.EventStore,SQLStreamStore/SQLStreamStore
src/SqlStreamStore.SchemaCreationScriptTool/Program.cs
mit
1,591,119,105
namespace SqlStreamStore.SchemaCreationScriptTool { using System; using System.ComponentModel.DataAnnotations; using System.Data.SqlClient; using System.IO; using McMaster.Extensions.CommandLineUtils; using MySql.Data.MySqlClient; using Npgsql; using Serilog; [Command( Name...
namespace SqlStreamStore.SchemaCreationScriptTool { using System.ComponentModel.DataAnnotations; using System.Data.SqlClient; using System.IO; using McMaster.Extensions.CommandLineUtils; using MySql.Data.MySqlClient; using Npgsql; using Serilog; [Command( Name = "sqlstreamstore...
52853d230c44aa8f98d0ef6e21d5e8f76deeda23
Adds support for getting the username from the Environment, which helps when the client library is run inside Docker.
Adds support for getting the username from the Environment, which helps when the client library is run inside Docker.
structurizr/dotnet
Structurizr.Client/Api/StructurizrClient.cs
apache-2.0
1,591,118,970
using Structurizr.Encryption; using Structurizr.IO.Json; using System; using System.IO; using System.Net; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace Structurizr.Api { /// <summary> /// A client for the Structurizr API (https://api.structurizr.co...
using Structurizr.Encryption; using Structurizr.IO.Json; using System; using System.IO; using System.Net; using System.Net.Http; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace Structurizr.Api { /// <summary> /// A client for the Structurizr API (https://api.structurizr.co...
f3712970af57b2b1e06c01897f4fc2852e9a9d4b
Added missing property to the interface.
Added missing property to the interface.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET.Core/Factories/IMagickFactory.cs
apache-2.0
1,591,117,013
// 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...
96a6356986bd5a4e709708a3d371de642a33e617
fix warning
fix warning
benjamin-hodgson/Pidgin
Pidgin.Tests/ExpressionParserTests.cs
mit
1,591,116,942
using System; using System.Collections.Generic; using System.Linq; using Pidgin.Expression; using Xunit; using static Pidgin.Parser; using static Pidgin.Parser<char>; namespace Pidgin.Tests { public class ExpressionParserTests : ParserTestBase { private abstract class Expr : IEquatable<Expr> { ...
using System; using System.Collections.Generic; using System.Linq; using Pidgin.Expression; using Xunit; using static Pidgin.Parser; using static Pidgin.Parser<char>; namespace Pidgin.Tests { public class ExpressionParserTests : ParserTestBase { private abstract class Expr : IEquatable<Expr> { ...
5c39c089cb9eaedcdf0dd612fb42feaa3cdd7332
Fix newlines in nametags
Fix newlines in nametags
kennyvv/Alex,kennyvv/Alex,kennyvv/Alex
src/Alex/Entities/Entity.cs
mpl-2.0
1,591,116,839
using System; using System.Collections.Generic; using System.Linq; using Alex.API; using Alex.API.Entities; using Alex.API.Graphics; using Alex.API.Graphics.Typography; using Alex.API.Network; using Alex.API.Utils; using Alex.Blocks.Minecraft; using Alex.Graphics.Models.Entity; using Alex.Graphics.Models.Entity.Animat...
using System; using System.Collections.Generic; using System.Linq; using Alex.API; using Alex.API.Entities; using Alex.API.Graphics; using Alex.API.Graphics.Typography; using Alex.API.Network; using Alex.API.Utils; using Alex.Blocks.Minecraft; using Alex.Graphics.Models.Entity; using Alex.Graphics.Models.Entity.Animat...
4be60adc3b879ea4aafd00db36d71334c141097a
fix bug where ParseState would request more data from the stream than necessary
fix bug where ParseState would request more data from the stream than necessary
benjamin-hodgson/Pidgin
Pidgin/ParseState.cs
mit
1,591,116,821
using System; using System.Buffers; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Pidgin.TokenStreams; namespace Pidgin { /// <summary> /// A mutable struct! Careful! /// </summary> [StructLayout(LayoutKind.Auto)] internal ref partial struct ParseState<TToken> ...
using System; using System.Buffers; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Pidgin.TokenStreams; namespace Pidgin { /// <summary> /// A mutable struct! Careful! /// </summary> [StructLayout(LayoutKind.Auto)] internal ref partial struct ParseState<TToken> ...
4ebd825fc95383d8c5a74d5fce516804bc1ce196
#130 - Removed useless comment
#130 - Removed useless comment
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.WebApi/Controllers/RequestsController.cs
agpl-3.0
1,591,116,480
using System; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Discord; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos; using S...
using System; using System.Collections.Generic; using System.Threading.Tasks; using AutoMapper; using Discord; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Utils; using SoraBot.Data.Dtos; using S...
8c36da943e0afed76f4a8b985f89035c522d78ef
Fix broken tests
Fix broken tests
Xeeynamo/KingdomHearts
OpenKh.Tests/Engine/SequenceRendererTest.cs
mit
1,591,116,403
using NSubstitute; using OpenKh.Engine.Renderers; using OpenKh.Engine.Renders; using OpenKh.Kh2; using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace OpenKh.Tests.Engine { public class SequenceRendererTest { [Theory] [InlineData(0, 0, 0, 0, 0)] [Inl...
using NSubstitute; using NSubstitute.Core; using OpenKh.Engine.Renderers; using OpenKh.Kh2; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using Xe.Drawing; using Xunit; namespace OpenKh.Tests.Engine { public class SequenceRendererTest { private class DrawCall...
f8226a684fd624f263c7f8456b55ed483afd3e53
Use of the correct blending technique for 2dd
Use of the correct blending technique for 2dd
Xeeynamo/KingdomHearts
OpenKh.Game/MonoSpriteDrawing.cs
mit
1,591,116,403
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Extensions; using OpenKh.Engine.Renders; using OpenKh.Game.Shaders; using OpenKh.Imaging; using System.Linq; namespace OpenKh.Game { public class MonoSpriteDrawing : ISpriteDrawing { private class CSpriteTexture...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Extensions; using OpenKh.Engine.Renders; using OpenKh.Game.Shaders; using OpenKh.Imaging; using System.Linq; namespace OpenKh.Game { public class MonoSpriteDrawing : ISpriteDrawing { private class CSpriteTexture...
31164f43dd2f69cce5193ba045dff396e1711a6d
IPlatform service migration
IPlatform service migration
akgulebubekir/Xamarin.Forms.DataGrid
Xamarin.Forms.DataGrid.UnitTest/MockPlatform/MockPlatformServices.cs
mit
1,591,116,303
using System; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Xamarin.Forms.Internals; namespace Xamarin.Forms.DataGrid.UnitTest.MockPlatform { /// <summary> /// Mock PlatformService class for Xamarin.Forms inorder to make unit test /// Source at: http://brianl...
using System; using System.IO; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Xamarin.Forms.Internals; namespace Xamarin.Forms.DataGrid.UnitTest.MockPlatform { /// <summary> /// Mock PlatformService class for Xamarin.Forms inorder to make unit test /// Source at: http://brianl...
1bff93e70a8c65bd0b87c720d73c88194ab1629c
Inheriting docs
Inheriting docs
takenet/lime-csharp
src/Lime.Protocol/Network/ChannelBase.cs
apache-2.0
1,591,115,912
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using System.Diagnostics; using Lime.Protocol.Network.Modules; namespace Lime.Protocol.Network { /// <summary> /// Base class for the protocol communication channels. /// </summary> ...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using System.Diagnostics; using Lime.Protocol.Network.Modules; namespace Lime.Protocol.Network { /// <summary> /// Base class for the protocol communication channels. /// </summary> ...
ee6035813eca3528ba235397851f078c793d11c5
Handling channel exception handler exceptions
Handling channel exception handler exceptions
takenet/lime-csharp
src/Lime.Protocol/Network/ChannelBase.cs
apache-2.0
1,591,115,848
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using System.Diagnostics; using Lime.Protocol.Network.Modules; namespace Lime.Protocol.Network { /// <summary> /// Base class for the protocol communication channels. /// </summary> ...
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using System.Diagnostics; using Lime.Protocol.Network.Modules; namespace Lime.Protocol.Network { /// <summary> /// Base class for the protocol communication channels. /// </summary> ...
8257ca19a97a352380a08d9c08a22ab3f2e85e53
fix for null exceptions in breeding plan
fix for null exceptions in breeding plan
cadon/ARKStatsExtractor
ARKBreedingStats/BreedingPlan.cs
mit
1,591,114,057
using ARKBreedingStats.Library; using ARKBreedingStats.raising; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.W...
using ARKBreedingStats.Library; using ARKBreedingStats.raising; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.W...
2591daba1a711274e00be6f4ddb2d45fc77c4004
refactor repeating ConditionalValue creation into a single method
refactor repeating ConditionalValue creation into a single method
luchaoshuai/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshuai/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate
src/Abp/Runtime/Caching/TypedCacheWrapper.cs
mit
1,591,113,475
using Abp.Data; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Abp.Runtime.Caching { /// <summary> /// Implements <see cref="ITypedCache{TKey,TValue}"/> to wrap a <see cref="ICache"/>. /// </summary> /// <typeparam name="TKey"></typeparam> ...
using Abp.Data; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Abp.Runtime.Caching { /// <summary> /// Implements <see cref="ITypedCache{TKey,TValue}"/> to wrap a <see cref="ICache"/>. /// </summary> /// <typeparam name="TKey"></typeparam> ...
ee1b9bc8cb8a3c385d89f620da940af28975face
auto convert naming patterns to new itTopStat format
auto convert naming patterns to new itTopStat format
cadon/ARKStatsExtractor
ARKBreedingStats/Form1.cs
mit
1,591,113,213
using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using Sys...
using ARKBreedingStats.importExported; using ARKBreedingStats.library; using ARKBreedingStats.Library; using ARKBreedingStats.ocr; using ARKBreedingStats.settings; using ARKBreedingStats.species; using ARKBreedingStats.uiControls; using ARKBreedingStats.values; using System; using System.Collections.Generic; using Sys...
024eec33f24008f05a5b9787e69fa509acba20bc
Fixes #217
Fixes #217
rds1983/Myra,rds1983/Myra
src/Myra/Utility/InputHelpers.cs
mit
1,591,113,092
using Myra.Graphics2D.UI; using System.Collections.Generic; #if !STRIDE using Microsoft.Xna.Framework; #else using Stride.Core.Mathematics; #endif namespace Myra.Utility { internal static class InputHelpers { private static bool CommonTouchCheck(this Widget w) { return w.Visible && w.Active && w.Enabled && ...
using Myra.Graphics2D.UI; using System.Collections.Generic; #if !STRIDE using Microsoft.Xna.Framework; #else using Stride.Core.Mathematics; #endif namespace Myra.Utility { internal static class InputHelpers { private static bool CommonTouchCheck(this Widget w) { return w.Visible && w.Active && w.Enabled && ...
46c7aa96b98833bd53b43500e2c6e523b5d347e0
Missed a EqualityComparer.
Missed a EqualityComparer.
Matthew-Dove/ContainerExpressions
src/ContainerExpressions/Containers/Response.cs
mit
1,591,113,015
using System; using System.Collections.Generic; namespace ContainerExpressions.Containers { /// <summary> /// A wrapper around the real value a method will return. /// <para>Using this pattern you can tell if a returned value is the correct one, or if some error happened trying to get the real value.</par...
using System; using System.Collections.Generic; namespace ContainerExpressions.Containers { /// <summary> /// A wrapper around the real value a method will return. /// <para>Using this pattern you can tell if a returned value is the correct one, or if some error happened trying to get the real value.</par...
04fdd5954d39ca2cfd9ecc84d71940cfc9f1ed4c
Fix tests that were broken by colliding PRs (#673)
Fix tests that were broken by colliding PRs (#673)
tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools
src/dotnet/Azure.ClientSdk.Analyzers/Azure.ClientSdk.Analyzers.Tests/AZC0004Tests.cs
mit
1,591,112,977
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Threading.Tasks; using Xunit; using Verifier = Azure.ClientSdk.Analyzers.Tests.AzureAnalyzerVerifier<Azure.ClientSdk.Analyzers.ClientMethodsAnalyzer>; namespace Azure.ClientSdk.Analyzers.Tests { public cla...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Threading.Tasks; using Xunit; using Verifier = Azure.ClientSdk.Analyzers.Tests.AzureAnalyzerVerifier<Azure.ClientSdk.Analyzers.ClientMethodsAnalyzer>; namespace Azure.ClientSdk.Analyzers.Tests { public cla...
19690da501581e7b892c76c8c3d31893aa40921a
Add extra tests and missing TestClass attribute.
Add extra tests and missing TestClass attribute.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
tests/Magick.NET.SystemDrawing.Tests/IMagickImageFactoryExtensionsTests/TheCreateMethod.cs
apache-2.0
1,591,112,648
// 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...
dc41e74e1912ea9a49a641ab091ed536f6f5e38a
Fix cursor trail not displaying
Fix cursor trail not displaying
UselessToucan/osu,smoogipooo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu
osu.Game.Rulesets.Osu/UI/Cursor/CursorTrail.cs
mit
1,591,109,663
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using System.Runtime.InteropServices; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Diagnostics; using System.Runtime.InteropServices; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics....
a7f8c5935dd611843ff92c9d4193a94281b16a98
Expose LowestSuccessfulHitResult()
Expose LowestSuccessfulHitResult()
NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu
osu.Game/Rulesets/Scoring/HitWindows.cs
mit
1,591,108,616
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Rulesets.Objects; namespace osu.Gam...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using osu.Game.Beatmaps; using osu.Game.Rulesets.Objects; namespace osu.Gam...
61a94bb56dad6c65365bdcb3ce8d27618e258c87
Add missing URL property in AttachmentAction
Add missing URL property in AttachmentAction
Inumedia/SlackAPI,Inumedia/SlackAPI
SlackAPI/Attachment.cs
mit
1,591,108,267
namespace SlackAPI { //See: https://api.slack.com/docs/attachments public class Attachment { public string callback_id; public string fallback; public string color; public string pretext; public string author_name; public string author_link; public st...
namespace SlackAPI { //See: https://api.slack.com/docs/attachments public class Attachment { public string callback_id; public string fallback; public string color; public string pretext; public string author_name; public string author_link; public st...
275d95082a88f63e5bc0ba7be8d6efd4950fc30e
Fix crash in testing environment.
Fix crash in testing environment.
peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu
osu.Game/Screens/Select/PlaySongSelect.cs
mit
1,591,106,461
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics.Sprites; using osu.Framework.Input.Events; using osu.Framework.Screens; using osu.Game.Gr...
// 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.Linq; using osu.Framework.Allocation; using osu.Framework.Graphics.Sprites; using osu.Framework.Input.Events; using osu.Framework.Screens; using osu.Game.Gr...
1a5c5c44d8f11dfbf31b26f26abe40aae4efa9de
Fix Azure recursive file search
Fix Azure recursive file search
geeklearningio/gl-dotnet-storage
src/GeekLearning.Storage.Azure/AzureStore.cs
mit
1,591,106,228
namespace GeekLearning.Storage.Azure { using GeekLearning.Storage.Azure.Configuration; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using Microsoft.WindowsAzure.Storage.Core; using System; using System.Collections.Generic; using System.IO; using Syste...
namespace GeekLearning.Storage.Azure { using GeekLearning.Storage.Azure.Configuration; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Blob; using Microsoft.WindowsAzure.Storage.Core; using System; using System.Collections.Generic; using System.IO; using Syste...
2301d8faae63a0bce23b6a632ec693cff78da906
Fix #1048 (#1067)
Fix #1048 (#1067)
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
Content.Client/State/GameScreenBase.cs
mit
1,591,105,961
using System.Collections.Generic; using System.Linq; using Content.Client.GameObjects.Components; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Compo...
using System.Collections.Generic; using System.Linq; using Content.Client.GameObjects.Components; using Content.Server.GameObjects.EntitySystems; using Content.Shared.GameObjects; using Robust.Client.GameObjects.EntitySystems; using Robust.Client.Interfaces.GameObjects; using Robust.Client.Interfaces.GameObjects.Compo...
5efdd10c5cfddca5b9e1d2bf88315c90830704fa
#412 Hide context menu commands for Sitecore members
#412 Hide context menu commands for Sitecore members
Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager
src/SIM.Tool.Windows/MainWindowHelper.cs
mit
1,591,105,642
namespace SIM.Tool.Windows { using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Forms; using System.Windows.Input; using System....
namespace SIM.Tool.Windows { using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Forms; using System.Windows.Input; using System....
34f59f1bdb6f23ce0349171c344c3cfe4505da53
Select the correct objentry in the debug menu
Select the correct objentry in the debug menu
Xeeynamo/KingdomHearts
OpenKh.Game/States/MapState.cs
mit
1,591,105,069
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Parsers; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.Models; using OpenKh.Game.Shaders; using OpenKh.Kh2; using System.Collections.Generic; using System.Linq; namespace OpenKh.Game.States { ...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using OpenKh.Engine.Parsers; using OpenKh.Game.Debugging; using OpenKh.Game.Infrastructure; using OpenKh.Game.Models; using OpenKh.Game.Shaders; using OpenKh.Kh2; using System.Collections.Generic; using System.Linq; namespace OpenKh.Game.States { ...
6e172880c4da525c5aa6fd5892628a8eb036436b
Better error handling for IdxImg
Better error handling for IdxImg
Xeeynamo/KingdomHearts
OpenKh.Command.IdxImg/Program.cs
mit
1,591,104,850
using OpenKh.Common; using OpenKh.Kh2; using McMaster.Extensions.CommandLineUtils; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.ComponentModel.DataAnnotations; using System.Linq; using Xe.IO; namespace OpenKh.Command.IdxImg { [Command("OpenKh.Command.IdxIm...
using OpenKh.Common; using OpenKh.Kh2; using McMaster.Extensions.CommandLineUtils; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.ComponentModel.DataAnnotations; using System.Linq; using Xe.IO; namespace OpenKh.Command.IdxImg { [Command("OpenKh.Command.IdxIm...
96c60ad7746258d164a20017be4832ddf7a541d9
Add test to verify Idx.Write
Add test to verify Idx.Write
Xeeynamo/KingdomHearts
OpenKh.Tests/kh2/IdxTests.cs
mit
1,591,104,850
using OpenKh.Common; using OpenKh.Kh2; using System.Collections.Generic; using System.IO; using System.Linq; using Xunit; namespace OpenKh.Tests.kh2 { public class IdxTests { [Theory] [InlineData("test", 0x338BCFAC)] [InlineData("hello world!", 0xFD8495B7)] [InlineData("00battl...
using OpenKh.Common; using OpenKh.Kh2; using System.Collections.Generic; using System.IO; using System.Linq; using Xunit; namespace OpenKh.Tests.kh2 { public class IdxTests { [Theory] [InlineData("test", 0x338BCFAC)] [InlineData("hello world!", 0xFD8495B7)] [InlineData("00battl...
f49b29998364b78a303b639b808c3349ef895c01
Allow Stream.SetPosition to seek using 64-bit position
Allow Stream.SetPosition to seek using 64-bit position
Xeeynamo/KingdomHearts
OpenKh.Common/StreamExtensions.cs
mit
1,591,104,849
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Xe.BinaryMapper; namespace OpenKh.Common { public static class StreamExtensions { private static readonly InvalidDataException ReadSeekException = new InvalidDataException($"Stream must be reada...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Xe.BinaryMapper; namespace OpenKh.Common { public static class StreamExtensions { private static readonly InvalidDataException ReadSeekException = new InvalidDataException($"Stream must be reada...
e6b30fd7dfb5a0e54680884d0aa0b2b31b20b9af
Avoid wrong output for IDXs from 3rd party packers that fixes the bug
Avoid wrong output for IDXs from 3rd party packers that fixes the bug
Xeeynamo/KingdomHearts
OpenKh.Kh2/Idx.cs
mit
1,591,104,849
using OpenKh.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Xe.BinaryMapper; namespace OpenKh.Kh2 { public partial class Idx { public class Entry { public const int MaxBlockLength = 0x3FFF; private con...
using OpenKh.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Xe.BinaryMapper; namespace OpenKh.Kh2 { public partial class Idx { public class Entry { public const int MaxBlockLength = 0x3FFF; private con...
f11049d597e2884faae723002f64a223e9f25b74
Add some test coverage
Add some test coverage
Xeeynamo/KingdomHearts
OpenKh.Tests/kh2/IdxTests.cs
mit
1,591,104,849
using OpenKh.Common; using OpenKh.Kh2; using System.IO; using System.Linq; using Xunit; namespace OpenKh.Tests.kh2 { public class IdxTests { [Theory] [InlineData("test", 0x338BCFAC)] [InlineData("hello world!", 0xFD8495B7)] [InlineData("00battle.bin", 0x2029C445)] publi...
using OpenKh.Kh2; using Xunit; namespace OpenKh.Tests.kh2 { public class IdxTests { [Theory] [InlineData("test", 0x338BCFAC)] [InlineData("hello world!", 0xFD8495B7)] [InlineData("00battle.bin", 0x2029C445)] public void CalculateHash32(string text, uint hash) { ...
c6cb2304716ac22ca47419ec87b6539a84f9db27
BUGFIX: method token preservation test produces invalid sample module.
BUGFIX: method token preservation test produces invalid sample module.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
test/AsmResolver.DotNet.Tests/Builder/TokenPreservation/MethodTokenPreservationTest.cs
mit
1,591,104,763
using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; using Xunit; namespace AsmResolver.DotNet.Tests.Builder.TokenPreservation { public class MethodTokenPreservationTest : TokenPreservationTestBase { private static ModuleDefinition C...
using AsmResolver.DotNet.Builder; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Signatures; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; using Xunit; namespace AsmResolver.DotNet.Tests.Builder.TokenPreservation { public class MethodTokenPreservationTest : TokenPr...
189177fdb2c8eeadb3b36609c64ecccfbfaec157
Fix for potential seek on a non seekable stream type.
Fix for potential seek on a non seekable stream type.
neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver
Neo4j.Driver/Neo4j.Driver/Internal/IO/ChunkReader.cs
apache-2.0
1,591,104,616
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache...
// Copyright (c) 2002-2020 "Neo4j," // Neo4j Sweden AB [http://neo4j.com] // // This file is part of Neo4j. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache...
64a64aeb6b8fc6f045315fb57ee039dabef01d10
BUGFIX: placeholder method hasthis should be set to true.
BUGFIX: placeholder method hasthis should be set to true.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/Discovery/MemberDiscoverer.cs
mit
1,591,104,363
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.D...
using System; using System.Collections.Generic; using System.Linq; using AsmResolver.DotNet.Code.Cil; using AsmResolver.DotNet.Collections; using AsmResolver.DotNet.Signatures; using AsmResolver.DotNet.Signatures.Types; using AsmResolver.PE.DotNet.Cil; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.D...
699c2be5fd46d8e1da799f9d0cf678c515cbcc14
AnimationEditor instead of AnimationEditorPlugin when copying AE on build
AnimationEditor instead of AnimationEditorPlugin when copying AE on build
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/BuildServerUploader/BuildServerUploaderConsole/Processes/CopyFrbdkToReleaseFolder.cs
mit
1,591,104,337
using System.Collections.Generic; using System.IO; using FlatRedBall.IO; namespace BuildServerUploaderConsole.Processes { public class CopyFrbdkToReleaseFolder : ProcessStep { #region Fields private List<string> _excludedDirs; private List<string> _excludeFiles; private stri...
using System.Collections.Generic; using System.IO; using FlatRedBall.IO; namespace BuildServerUploaderConsole.Processes { public class CopyFrbdkToReleaseFolder : ProcessStep { #region Fields private List<string> _excludedDirs; private List<string> _excludeFiles; private stri...
8c2ccb45c356ff176a92d56330612e5f89e978fe
Provide descriptive error message when http.sys is disabled. (#140)
Provide descriptive error message when http.sys is disabled. (#140) * Include command to re-enable http.sys in message. * Because re-enabling a driver requires admin privileges, the application cannot initiate this by itself. This is to fix #96.
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.Common/Auth/GoogleAuthAdapter.cs
apache-2.0
1,591,104,126
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
f722035a540e05c842296eb5d9e181caef9aac47
Fix NullReferenceException in LevelService#OnMessageDeleted.
Fix NullReferenceException in LevelService#OnMessageDeleted.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Level/Services/LevelService.cs
mit
1,591,104,010
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Services.Database.Repositories; using Mitternacht.Services.Database.Repositories.Impl; namespace Mitternacht.Modules.Level.Services { publi...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.WebSocket; using Mitternacht.Extensions; using Mitternacht.Services; using Mitternacht.Services.Database.Repositories; using Mitternacht.Services.Database.Repositories.Impl; namespace Mitternacht.Modules.Level.Services { publi...
852b4fd10c1149500ef9a55cefe3d8c0554d75b5
[FIXED] should be fromuserid
[FIXED] should be fromuserid
YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YAF.Core/Model/ActivityRepositoryExtensions.cs
apache-2.0
1,591,103,574
/* 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 * dis...
/* 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 * dis...
895b8eee418be52f51decd974033af78b856de4d
BUGFIX: paramlist not updated when methodbody = null.
BUGFIX: paramlist not updated when methodbody = null.
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.DotNet/Builder/DotNetDirectoryBuffer.MemberTree.cs
mit
1,591,103,412
using System; using System.Collections.Generic; using System.IO; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder { public partial class DotNetDirectoryBuffer { private readonl...
using System; using System.Collections.Generic; using System.IO; using AsmResolver.DotNet.Builder.Metadata; using AsmResolver.PE.DotNet.Metadata.Tables; using AsmResolver.PE.DotNet.Metadata.Tables.Rows; namespace AsmResolver.DotNet.Builder { public partial class DotNetDirectoryBuffer { private readonl...
adf9f8fc965cc595814e2ccb75298d4575e26be1
some new tlou checks
some new tlou checks
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs
lgpl-2.1
1,591,101,394
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
4c0fde15ce390f1ce23d876661b5daa1679e1906
add a note for audio stretching
add a note for audio stretching fixes #602
RPCS3/discord-bot,RPCS3/discord-bot
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs
lgpl-2.1
1,591,100,776
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using CompatApiClient.Utils; using CompatBot.EventHandlers.LogParsing.POCOs; using DSharpPlus.Entities; namespace CompatBot.Util...
02e8de496c9488fa0c917c37a250e82d1512d5a2
add --timeout
add --timeout
splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net
IPTables.Net/Iptables/Modules/IpSet/SetTargetModule.cs
apache-2.0
1,591,100,252
using System; using System.Collections.Generic; using System.Text; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.DataTypes; using IPTables.Net.Iptables.Helpers; namespace IPTables.Net.Iptables.Modules.IpSet { public class SetTargetModule : ModuleBase, IEquatable<SetTargetModule>, IIpTablesModule ...
using System; using System.Collections.Generic; using System.Text; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.DataTypes; using IPTables.Net.Iptables.Helpers; namespace IPTables.Net.Iptables.Modules.IpSet { public class SetTargetModule : ModuleBase, IEquatable<SetTargetModule>, IIpTablesModule ...
a06d70cfaa289cded37a6d1e3dbe2fdc23843da3
missing Exist in comparison
missing Exist in comparison
splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net
IPTables.Net/Iptables/Modules/IpSet/SetTargetModule.cs
apache-2.0
1,591,100,031
using System; using System.Collections.Generic; using System.Text; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.DataTypes; using IPTables.Net.Iptables.Helpers; namespace IPTables.Net.Iptables.Modules.IpSet { public class SetTargetModule : ModuleBase, IEquatable<SetTargetModule>, IIpTablesModule ...
using System; using System.Collections.Generic; using System.Text; using IPTables.Net.Exceptions; using IPTables.Net.Iptables.DataTypes; using IPTables.Net.Iptables.Helpers; namespace IPTables.Net.Iptables.Modules.IpSet { public class SetTargetModule : ModuleBase, IEquatable<SetTargetModule>, IIpTablesModule ...
61f906d9c462279b89881f1083758f493eb34450
Fix span piece being incorrect in some drag scenarios
Fix span piece being incorrect in some drag scenarios
NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu
osu.Game.Rulesets.Taiko/Edit/Blueprints/TaikoSpanPlacementBlueprint.cs
mit
1,591,099,329
// 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 osu.Framework.Graphics; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objec...
// 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 osu.Framework.Graphics; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objec...
e2fd9252cf7460a7ad158b8d1383ac02d19e9ff7
Invert Y of glyph points.
Invert Y of glyph points. Otherwise rendered text is all upside-down.
zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui
src/ImGui/OSImplementation/Shared/Text/GlyphLoader.cs
agpl-3.0
1,591,099,214
using System.Collections.Generic; using Typography.OpenFont; namespace ImGui.OSAbstraction.Text { internal static class GlyphLoader { public static void Read( Glyph glyph, out List<List<Point>> polygons, out List<(Point, Point, Point)> quadraticBezierSegments) ...
using System.Collections.Generic; using Typography.OpenFont; namespace ImGui.OSAbstraction.Text { internal static class GlyphLoader { public static void Read( Glyph glyph, out List<List<Point>> polygons, out List<(Point, Point, Point)> quadraticBezierSegments) ...
84b8c3ba025fac26d3c17918f7080a8c1ce27f39
add test for IHttpClientFactory
add test for IHttpClientFactory
piedoom/TumblrSharp,piedoom/TumblrSharp
tests/TumblrClient.cs
mit
1,591,098,871
using DontPanic.TumblrSharp; using DontPanic.TumblrSharp.Client; using DontPanic.TumblrSharp.OAuth; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; namespace TestingTumblrSharp { [TestClass] public class TumblrClientTest { // This consumer-token and AccesToken is only for testing...
using DontPanic.TumblrSharp; using DontPanic.TumblrSharp.Client; using DontPanic.TumblrSharp.OAuth; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; namespace TestingTumblrSharp { [TestClass] public class TumblrClientTest { // This consumer-token and AccesToken is only for testing...
3d78ec90ac879c6d064943629df1c2b2959a8dc1
Rename legacy to welcome to match osu-resources
Rename legacy to welcome to match osu-resources
smoogipoo/osu,peppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,peppy/osu-new,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game/Screens/Menu/IntroLegacy.cs
mit
1,591,097,197
// 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.Linq; using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Frame...
// 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.Linq; using osuTK; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework.Screens; using osu.Frame...
fc62df821ff73f607e40760557f69d2f672b02ef
fix: OpenTelemetryFilter catch exception and not re-throw
fix: OpenTelemetryFilter catch exception and not re-throw
neuecc/MagicOnion
src/MagicOnion.OpenTelemetry/OpenTelemetryFilterAttributes.cs
mit
1,591,097,145
using System; using System.Threading.Tasks; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Trace; using OpenTelemetry.Trace.Configuration; namespace MagicOnion.OpenTelemetry { /// <summary> /// Collect OpenTelemetry Tracing for Global filter. Handle Unary and most outside logging. ...
using System; using System.Threading.Tasks; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Trace; using OpenTelemetry.Trace.Configuration; namespace MagicOnion.OpenTelemetry { /// <summary> /// Collect OpenTelemetry Tracing for Global filter. Handle Unary and most outside logging. ...
b738395795701abf9ba5b71fa167d17ea3de8c52
Added missing Expired order status mapping
Added missing Expired order status mapping
JKorf/Binance.Net
Binance.Net/Converters/OrderStatusConverter.cs
mit
1,591,097,119
using System.Collections.Generic; using Binance.Net.Enums; using CryptoExchange.Net.Converters; namespace Binance.Net.Converters { internal class OrderStatusConverter : BaseConverter<OrderStatus> { public OrderStatusConverter(): this(true) { } public OrderStatusConverter(bool quotes) : base(qu...
using System.Collections.Generic; using Binance.Net.Enums; using CryptoExchange.Net.Converters; namespace Binance.Net.Converters { internal class OrderStatusConverter : BaseConverter<OrderStatus> { public OrderStatusConverter(): this(true) { } public OrderStatusConverter(bool quotes) : base(qu...
34b3ad183466986ce7aabc0088b25368c554a6ac
Fixes #221
Fixes #221
rds1983/Myra,rds1983/Myra
src/Myra/Graphics2D/UI/Widget.cs
mit
1,591,096,879
using System; using System.ComponentModel; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.MML; using Myra.Graphics2D.UI.Properties; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; #else using Stride.Core.Mathematics...
using System; using System.ComponentModel; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.MML; using Myra.Graphics2D.UI.Properties; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; #else using Stride.Core.Mathematics...
1e0b8749529bed2602eda424da8b6e672c0494d8
Use the same for multiple games
Use the same for multiple games
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Bot.cs
apache-2.0
1,591,096,862
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
2c49920ea86863d17e09e66ad7d6b50eafa6f02e
Allow CustomGamePlayedWhileFarming to make use of appID and gameName of the currently farmed title
Allow CustomGamePlayedWhileFarming to make use of appID and gameName of the currently farmed title
JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm
ArchiSteamFarm/Bot.cs
apache-2.0
1,591,095,755
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
// _ _ _ ____ _ _____ // / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___ // / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \ // / ___ \ | | | (__ | | | || | ___) || |_| __/| ...
78fddc895738ec770447f025bdc8a487bdd5c988
Make button match height
Make button match height
smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,ppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,UselessToucan/osu
osu.Game.Tournament/Screens/SetupScreen.cs
mit
1,591,093,799
// 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.Drawing; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Configuration; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Drawing; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Configuration; us...
828180ad9b3e6006e70c811e107d340ae18b603e
Add default
Add default
NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu
osu.Game.Tournament/Screens/SetupScreen.cs
mit
1,591,093,762
// 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.Drawing; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Configuration; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Drawing; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Configuration; us...
e428a1ac79e38c2bad4a78c1277c81574c656a5a
Unsaved files saved.
Unsaved files saved.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Infrastructure.Azure/EventSourcing/StreamPosition.cs
mit
1,591,093,629
// ========================================================================== // 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. // ============================...
8af1e2bcf318bf655a71c48220b6879dca06b238
If `httpContext.GetCurrentRequestIpAddress` is called with a spoofed HTTP context then IP returns null
If `httpContext.GetCurrentRequestIpAddress` is called with a spoofed HTTP context then IP returns null
mattbrailsford/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,abjerner/Umbraco-CMS,dawoe/Umbraco-CMS,NikRimington/Umbraco-CMS,tcmorris/Umbraco-CMS,marcemarc/Umbraco-CMS,abjerner/Umbraco-CMS,madsoulswe/Umbraco-CMS,KevinJump/Umbraco-CMS,leekelleher/Umbraco-CMS,bjarnef/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf...
src/Umbraco.Core/Compose/AuditEventsComponent.cs
mit
1,591,091,537
using System; using System.Linq; using System.Text; using System.Threading; using System.Web; using Umbraco.Core.Composing; using Umbraco.Core.Events; using Umbraco.Core.Models; using Umbraco.Core.Models.Membership; using Umbraco.Core.Security; using Umbraco.Core.Services; using Umbraco.Core.Services.Implement; names...
using System; using System.Linq; using System.Text; using System.Threading; using System.Web; using Umbraco.Core.Composing; using Umbraco.Core.Events; using Umbraco.Core.Models; using Umbraco.Core.Models.Membership; using Umbraco.Core.Security; using Umbraco.Core.Services; using Umbraco.Core.Services.Implement; names...
add964f52cef32f66371f18f9d30b15472e90297
Remove unnecessary static declaration
Remove unnecessary static declaration
EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framew...
osu.Framework/Graphics/Visualisation/LogOverlay.cs
mit
1,591,090,968
// 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.Threading; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Framework.Logging; using osuTK; using osuTK.Graphics; usi...
// 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.Threading; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Framework.Logging; using osuTK; using osuTK.Graphics; us...
b4be5103a0ba945f5a44b1b4eb58fc23c4659007
Add Arqus A5 and A12 to camera model enum
Add Arqus A5 and A12 to camera model enum
qualisys/RTClientSDK.Net
QTMSettings.cs
mit
1,591,090,845
// Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB // using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using QTMRealTimeSDK.Data; namespace QTMRealTimeSDK.Settings { public class SettingsBase { [XmlIgnore] public string Xml; } ...
// Realtime SDK for Qualisys Track Manager. Copyright 2015-2018 Qualisys AB // using System.Xml; using System.Xml.Serialization; using System.Collections.Generic; using QTMRealTimeSDK.Data; namespace QTMRealTimeSDK.Settings { public class SettingsBase { [XmlIgnore] public string Xml; } ...
917167a78261a785796f880fe70955e5ef27bde2
finished re-work of databaseUpdater to clean trash/unused files from server folders, now including all github branches
finished re-work of databaseUpdater to clean trash/unused files from server folders, now including all github branches
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs
apache-2.0
1,591,090,589
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; using RelhaxModpac...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; using RelhaxModpac...
7ad94917583a37134f64db770a3f821cf62a1c64
change c++ standard to c++11
change c++ standard to c++11
kaienkira/brickred-exchange-v2,kaienkira/brickred-exchange-v2,kaienkira/brickred-exchange-v2,kaienkira/brickred-exchange-v2,kaienkira/brickred-exchange-v2
compiler/src/Brickred.Exchange.Compiler/CppCodeGenerator.cs
mit
1,591,086,711
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Text.RegularExpressions; namespace Brickred.Exchange.Compiler { using EnumItemType = ProtocolDescriptor.EnumDef.ItemType; using EnumMapItemType = ProtocolDescriptor.EnumMapDef.ItemType; using FieldType = Protoc...
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Text.RegularExpressions; namespace Brickred.Exchange.Compiler { using EnumItemType = ProtocolDescriptor.EnumDef.ItemType; using EnumMapItemType = ProtocolDescriptor.EnumMapDef.ItemType; using FieldType = Protoc...
665530f1c3a9b43ac2925220ee41efc767919974
Remove excess newline
Remove excess newline
UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Rulesets.Taiko/Edit/Blueprints/TaikoSpanPlacementBlueprint.cs
mit
1,591,086,179
// 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 osu.Framework.Graphics; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objec...
// 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 osu.Framework.Graphics; using osu.Framework.Input.Events; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objec...
feb1002fc5b93e93d0d6e229729c49d1b4e1b2bb
cleaned up using directives
cleaned up using directives
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Utilities/Utils.cs
apache-2.0
1,591,085,185
using Ionic.Zip; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using...
using Ionic.Zip; using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Runtime.InteropServices; using...
a7b7eca4dd859a3d1a01a0aa87fd54528421f4f4
Fix LogOverlay potentially showing entries out of order
Fix LogOverlay potentially showing entries out of order
smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-fram...
osu.Framework/Graphics/Visualisation/LogOverlay.cs
mit
1,591,083,707
// 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.Threading; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Framework.Logging; using osuTK; using osuTK.Graphics; us...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using osu.Framework.Logging; using osuTK; using osuTK.Graphics; using osu.Framework.Alloca...
c5701269e4c43382547aec30be51783704c4ddf8
Add VGG19-BN's hashvalue in Sample20.
Add VGG19-BN's hashvalue in Sample20.
harujoh/KelpNet,harujoh/KelpNet
KelpNet.Sample/Sample/Sample20.cs
apache-2.0
1,591,082,526
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Windows.Forms; using KelpNet.CL; using KelpNet.Tools; //using Real = System.Double; using Real = System.Single; namespace KelpNet.Sample { ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Windows.Forms; using KelpNet.CL; using KelpNet.Tools; //using Real = System.Double; using Real = System.Single; namespace KelpNet.Sample { ...
625474ec5b22e8e774a6d8d680d64a941f6f429f
Minor code cleanup: 'Instance9Details.xaml.cs'
Minor code cleanup: 'Instance9Details.xaml.cs'
Sitecore/Sitecore-Instance-Manager,Sitecore/Sitecore-Instance-Manager
src/SIM.Tool.Windows/UserControls/Install/Instance9Details.xaml.cs
mit
1,591,081,790
using SIM.IO; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.IO.Compression; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Xml; using SIM.Adapters.SqlServer; using SIM.Ad...
using SIM.IO; namespace SIM.Tool.Windows.UserControls.Install { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.IO.Compression; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Pri...
70c84811ed00a37b438cea3941000bba12ed418d
Revert incorrect change
Revert incorrect change
NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu
osu.Game.Tests/Resources/TestResources.cs
mit
1,591,080,636
// 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 NUnit.Framework; using osu.Framework.IO.Stores; namespace osu.Game.Tests.Resources { public static class TestResources { public s...
// 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 NUnit.Framework; using osu.Framework; using osu.Framework.IO.Stores; namespace osu.Game.Tests.Resources { public static class TestResources ...
49c5fafa9e605acc6ee483a5dd93161a8ad524d2
[Modify] Remove it
[Modify] Remove it
sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp
websocket-sharp/Net/WebHeaderCollection.cs
mit
1,591,080,234
#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-...
6c8c95677f65d707cc9ac657138f1274a393b1b7
Fix incorrect usage of Directory.GetFiles
Fix incorrect usage of Directory.GetFiles
peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu
osu.Game/Rulesets/RulesetStore.cs
mit
1,591,077,310
// 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.Reflection; using osu.Framework; using osu.Framework.Logging; using osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework; using osu.Framework.Logging; using osu....
800c46f7524277b9aa8e9af5732bcfb06487a863
Fix test function override
Fix test function override
UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu
osu.Game.Tests/NonVisual/Skinning/LegacySkinTextureFallbackTest.cs
mit
1,591,076,355
// 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.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics.OpenGL.Textures; using osu.Framework.Graphics.Textures; using osu...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using System.Linq; using NUnit.Framework; using osu.Framework.Graphics.Textures; using osu.Game.Skinning; namespace osu.Game.Tests.NonV...
4fe34b0211751bb9c8eed23eac297acb013303c5
Add comment
Add comment
Azure/azure-webjobs-sdk,Azure/azure-webjobs-sdk,Azure/azure-webjobs-sdk
src/Microsoft.Azure.WebJobs.Logging.ApplicationInsights/ApplicationInsightsLogger.cs
mit
1,591,074,490
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using Microsoft.Application...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using Microsoft.Application...
17e91695e0cf982b76b34db1184aca8be4a7020b
Add checksum validation to the panel download buttons
Add checksum validation to the panel download buttons
NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,ppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu
osu.Game/Screens/Multi/DrawableRoomPlaylistItem.cs
mit
1,591,074,291
// 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.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graph...
// 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.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graph...
b41bb5a6824d8f4467b4178708cce88ace77011c
Update databased MD5 hash on save
Update databased MD5 hash on save
UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,smoogipooo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu
osu.Game/Beatmaps/BeatmapManager.cs
mit
1,591,074,240
// 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.Linq.Expressions; using System.Text; using System.Threading; using System...
// 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.Linq.Expressions; using System.Text; using System.Threading; using System...
68fbe9f4c144ad8be6be89286053fb08ccd5f50d
Add checksum validation to the ready/start button
Add checksum validation to the ready/start button
peppy/osu-new,peppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,ppy/osu,UselessToucan/osu
osu.Game/Screens/Multi/Match/Components/ReadyButton.cs
mit
1,591,074,230
// 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 System.Linq.Expressions; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Gra...
// 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.Allocation; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Graphics; using osu.Game.Graphics....
b5067a60b8900a9fba07249acc9c8904fc69b5da
Change ObjectSet's fields to properties (#704)
Change ObjectSet's fields to properties (#704) * Change ObjectSet's fields to properties * Use ImmutableArray * Make two properties public * Disable CA1822
cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd
src/Microsoft.Diagnostics.Runtime/src/Common/ObjectSet.cs
mit
1,591,073,637
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; name...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections; using System.Collections.Generic; namespace Microsoft.Diagnostics.Runtime ...
efae8e63ef9501707cb79d38ce37993bcdd49ff1
Close managed items db after first create
Close managed items db after first create
webprofusion/Certify
src/Certify.Core/Management/ItemManager.cs
mit
1,591,073,157
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data.SQLite; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Certify.Models; using Newtonsoft.Json; namespace Certify.Management { /// <summary> ///...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data.SQLite; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Certify.Models; using Newtonsoft.Json; namespace Certify.Management { /// <summary> ///...
04ee7db7faede2394731becda88dcc890be135cf
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.4.3401.20200602035619-master-4cebc72
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,591,070,308
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "4cebc7264556270cf7c964fe5bcd773c3911ba6d"; public static string Version = "1.4"; public static string Build = "3401"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "404cc98b5e7f1957a993de0529a97a7d95fdf711"; public static string Version = "1.4"; public static string Build = "3400"; ...
8f7d308eaaf3d3ad1efdc778663a25b7b1671aa2
Expand numberOfPowershellRefAssemblies list capacity (#12840)
Expand numberOfPowershellRefAssemblies list capacity (#12840) # PR Summary * Increase the list capacity because .NET v5.0.100-preview.5.20278.13 has an extra assembly * Remove assert added in #12520 ## PR Context HEAD of master has been broken since 99da109 (#12772), when .NET was updated to 5.0.100-preview....
daxian-dbw/PowerShell,PaulHigin/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,TravisEz13/PowerShell,daxian-dbw/PowerShell,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,PaulHigin/PowerShell,JamesWTruher/PowerShell-1,TravisEz13/PowerShell,JamesWTruher/PowerShell-1,daxian-dbw/PowerShell...
src/Microsoft.PowerShell.Commands.Utility/commands/utility/AddType.cs
mit
1,591,070,276
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Globalization; using System.IO; using System.Linq; using System.Manageme...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Globalization; using System.IO; using System.Linq; using System.Manageme...
4cebc7264556270cf7c964fe5bcd773c3911ba6d
Fix issue in createinst with non-stuck child object spawns (#3003)
Fix issue in createinst with non-stuck child object spawns (#3003) * Fix issue with createinst in creating child objects * .
ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/Command/Handlers/DeveloperContentCommands.cs
agpl-3.0
1,591,070,162
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Numerics; using System.Text.RegularExpressions; using Microsoft.EntityFrameworkCore; using Newtonsoft.Json; using ACE.Adapter.GDLE; using ACE.Adapter.Lifestoned; using ACE.Common.Extensions; us...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Numerics; using System.Text.RegularExpressions; using Microsoft.EntityFrameworkCore; using Newtonsoft.Json; using ACE.Adapter.GDLE; using ACE.Adapter.Lifestoned; using ACE.Common.Extensions; us...
0e35a8f1556d6303cbdb7bf5af5e1cf4f8c3ec3a
Some cleanup
Some cleanup
NuGet/json-ld.net,NuGet/json-ld.net
test/json-ld.net.tests/ExtendedFunctionalityTests.cs
apache-2.0
1,591,068,179
using JsonLD.Core; using JsonLD.Util; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using Xunit; namespace JsonLD.Test { public class ExtendedFunctionalityTests { private const string ManifestRoot = "ExtendedFunctionality"; [Theory, MemberData(na...
using JsonLD.Core; using JsonLD.Util; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using Xunit; namespace JsonLD.Test { public class ExtendedFunctionalityTests { public const string ManifestRoot = "ExtendedFunctionality"; [Theory, MemberData(nam...
b1b9ad53e77723aefd4eca7f9263246b5baf2c11
fix: streaminghub metrics
fix: streaminghub metrics
neuecc/MagicOnion
src/MagicOnion.OpenTelemetry/OpenTelemetryCollectorLogger.cs
mit
1,591,067,405
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { /// <summary> /// ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { /// <summary> /// ...
f71cf0fb376c6a58a7442165a92ec2931698f353
Fixed MVVM binding support for Gum in UWP
Fixed MVVM binding support for Gum in UWP
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/Glue/GumPlugin/GumPlugin/Embedded/GraphicalUiElement.IWindow.cs
mit
1,591,066,203
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public partial class Graphical...
using FlatRedBall.Gui; using Gum.Wireframe; using RenderingLibrary.Graphics; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; namespace Gum.Wireframe { public partial class GraphicalUiElement : FlatRedBall.G...
fb032e84f06e8ca24a4d849a049eac3310f0670d
fix: enhance metrics format to fit prometheus expose spec.
fix: enhance metrics format to fit prometheus expose spec.
neuecc/MagicOnion
src/MagicOnion.OpenTelemetry/OpenTelemetryCollectorLogger.cs
mit
1,591,065,626
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { /// <summary> /// ...
using System; using System.Collections.Concurrent; using System.Collections.Generic; using Grpc.Core; using MagicOnion.Server; using MagicOnion.Server.Hubs; using OpenTelemetry.Metrics; using OpenTelemetry.Metrics.Configuration; using OpenTelemetry.Trace; namespace MagicOnion.OpenTelemetry { /// <summary> /// ...
fff64b6884d231c3178ef6f55f9dd94eb2403fce
Fixed UWP compile error in LateBinder GetFieldRecursive.
Fixed UWP compile error in LateBinder GetFieldRecursive.
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
Engines/FlatRedBallXNA/FlatRedBall/Instructions/Reflection/LateBinder.cs
mit
1,591,064,588
#if WINDOWS_8 || IOS || ANDROID #define NO_CODE_EMIT #endif using System; using System.Collections.Generic; using System.Reflection; #if !NO_CODE_EMIT using System.Reflection.Emit; #endif #if WpfDataUi namespace WpfDataUi #else namespace FlatRedBall.Instructions.Reflection #endif { public abstract class LateBind...
#if WINDOWS_8 || IOS || ANDROID #define NO_CODE_EMIT #endif using System; using System.Collections.Generic; using System.Reflection; #if !NO_CODE_EMIT using System.Reflection.Emit; #endif #if WpfDataUi namespace WpfDataUi #else namespace FlatRedBall.Instructions.Reflection #endif { public abstract class LateBind...
4c61047e9b29497f01633c579cfb2dc7a2784428
Fix large notification HTML overflowing CEF buffer and silently crashing
Fix large notification HTML overflowing CEF buffer and silently crashing
chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck
Browser/Handling/ResourceHandlerNotification.cs
mit
1,591,063,529
using System; using System.Collections.Specialized; using System.IO; using System.Text; using CefSharp; namespace TweetDuck.Browser.Handling{ sealed class ResourceHandlerNotification : IResourceHandler{ private readonly NameValueCollection headers = new NameValueCollection(0); private MemoryStream...
using System.Collections.Specialized; using System.IO; using System.Text; using CefSharp; namespace TweetDuck.Browser.Handling{ sealed class ResourceHandlerNotification : IResourceHandler{ private readonly NameValueCollection headers = new NameValueCollection(0); private MemoryStream dataIn; ...
649403f33c91200ffc77cc1ab91faa3a5d0547c9
Add event UnknownKeyRequested in StringService.
Add event UnknownKeyRequested in StringService.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Services/Impl/StringService.cs
mit
1,591,061,483
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text.RegularExpressions; using NLog; using YamlDotNet.Serialization; namespace Mitternacht.Services.Impl { public class StringServi...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Text.RegularExpressions; using NLog; using YamlDotNet.Serialization; namespace Mitternacht.Services.Impl { public class StringServi...
6cec562cd4ec939318f25fed13ab7a4962e2e0d9
Replace string splitting with regex.
Replace string splitting with regex.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/MuteCommands.cs
mit
1,591,061,080
using System; using System.Linq; using System.Text.RegularExpressions; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Adm...
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Administration { public partial class Administration { [G...
ed5db9af7c9af80d2e42af074aa6c80a7b06e5f0
Use "using var" instead of "using" with brackets.
Use "using var" instead of "using" with brackets.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/MuteCommands.cs
mit
1,591,059,651
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Administration { public partial class Administration { [G...
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Administration { public partial class Administration { [G...
3ba511ffc68ab9e218469d7e5b52d1c5325a3723
Format code, remove unused usings.
Format code, remove unused usings.
Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW
src/MitternachtBot/Modules/Administration/MuteCommands.cs
mit
1,591,059,536
using System; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Administration { public partial class Administration { [G...
using System; using System.Linq; using System.Threading.Tasks; using Discord; using Discord.Commands; using Mitternacht.Common.Attributes; using Mitternacht.Extensions; using Mitternacht.Modules.Administration.Services; using Mitternacht.Services; namespace Mitternacht.Modules.Administration { public partial class...
86aaa603efa6b9e1e8174e4c3412eecadb9db25d
Added comment in header writer
Added comment in header writer
nameless323/KiotoEngine,nameless323/KiotoEngine
ShaderInputsParser/ShaderInputsParser/Source/HeaderWriter.cs
mit
1,591,059,224
using ShaderInputsParserApp.Source.Types; using System; using System.Collections.Generic; using System.Text; namespace ShaderInputsParserApp.Source { class HeaderWriter { public HeaderWriter() { } public void WriteHLSLHeaders(ShaderOutputContext ctx) { Antl...
using ShaderInputsParserApp.Source.Types; using System; using System.Collections.Generic; using System.Text; namespace ShaderInputsParserApp.Source { class HeaderWriter { public HeaderWriter() { } public void WriteHLSLHeaders(ShaderOutputContext ctx) { Antl...
f32a242818746a64d72e02ba8ac278f30df4c112
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,591,056,719
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
6548f4a30c0a68b4e602fcadf0f0fc013a232986
Trying again to fix issue with
Trying again to fix issue with
vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall
FRBDK/BuildServerUploader/BuildServerUploaderConsole/Processes/UpdateAssemblyVersions.cs
mit
1,591,056,106
using System; using System.Globalization; using FlatRedBall.IO; using System.Collections.Generic; namespace BuildServerUploaderConsole.Processes { class UpdateAssemblyVersions : ProcessStep { public static readonly string VersionString = DateTime.Today.Date.ToString("d", CultureInfo.Create...
using System; using System.Globalization; using FlatRedBall.IO; using System.Collections.Generic; namespace BuildServerUploaderConsole.Processes { class UpdateAssemblyVersions : ProcessStep { public static readonly string VersionString = DateTime.Today.Date.ToString("d", CultureInfo.Create...