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
1913eeb831a2c81d3797efafbefc4ebeafd056ac
fixing GetValueOrDefault
fixing GetValueOrDefault
dadhi/ImTools
src/ImTools/ImTools.Experimental.cs
mit
1,593,261,748
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; namespace ImTools.Experimental { /// <summary> /// Immutable http://en.wikipedia.org/wiki/AVL_tree with integer keys and <typeparamref name="V"/> values. /// The base cla...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; namespace ImTools.Experimental { /// <summary> /// Immutable http://en.wikipedia.org/wiki/AVL_tree with integer keys and <typeparamref name="V"/> values. /// The base cla...
75ef160f204be7a7d3fe1d8b2a34c3e6680edca1
added GetEntryOrDefault and moving all other lookups based on it
added GetEntryOrDefault and moving all other lookups based on it
dadhi/ImTools
src/ImTools/ImTools.Experimental.cs
mit
1,593,261,641
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; namespace ImTools.Experimental { /// <summary> /// Immutable http://en.wikipedia.org/wiki/AVL_tree with integer keys and <typeparamref name="V"/> values. /// The base cla...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Threading; namespace ImTools.Experimental { /// <summary> /// Immutable http://en.wikipedia.org/wiki/AVL_tree with integer keys and <typeparamref name="V"/> values. /// The base cla...
a172f6fcc53229d772f7521f9b49cdb9e0cbc3a6
Code style changes.
Code style changes.
dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET
src/Magick.NET/Shared/Settings/MagickReadSettings.cs
apache-2.0
1,593,260,848
// 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...
3f16bc52545c01f68b179b0553178efe93419242
Update SplineEasing.cs
Update SplineEasing.cs
SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,...
src/Avalonia.Animation/Easing/SplineEasing.cs
mit
1,593,260,007
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { pu...
namespace Avalonia.Animation.Easings { /// <summary> /// Eases a <see cref="double"/> value /// using a user-defined cubic bezier curve. /// Good for custom easing functions that doesn't quite /// fit with the built-in ones. /// </summary> public class SplineEasing : Easing { //...
cc2ddce5abc52413fcf6d7149abd2394d8dacddd
Fix access denied scenario in windows managed dialog
Fix access denied scenario in windows managed dialog
Perspex/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/...
src/Windows/Avalonia.Win32/WindowsMountedVolumeInfoListener.cs
mit
1,593,259,160
using System; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reactive.Disposables; using System.Reactive.Linq; using Avalonia.Controls.Platform; using Avalonia.Logging; namespace Avalonia.Win32 { internal class WindowsMountedVolumeInfoListener : IDisposable { pri...
using System; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reactive.Disposables; using System.Reactive.Linq; using Avalonia.Controls.Platform; namespace Avalonia.Win32 { internal class WindowsMountedVolumeInfoListener : IDisposable { private readonly CompositeD...
c8c9e32cfacae363600e554507d63db3b8c2d0c3
Resource.designer.cs for Android recreated automatically
Resource.designer.cs for Android recreated automatically
NikolayIT/SantaseGameEngine
Source/UI/Santase.UI.Android/Resources/Resource.designer.cs
mit
1,593,259,071
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-------------...
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-------------...
bc2555a400c0c58838cbafb0b7296020577b3933
unhandled exceptions
unhandled exceptions
ismaelestalayo/CoinBase
CryptoTracker/App.xaml.cs
apache-2.0
1,593,258,524
using CryptoTracker.Helpers; using CryptoTracker.Views; using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; using Microsoft.AppCenter.Crashes; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Net.Http;...
using CryptoTracker.Helpers; using CryptoTracker.Views; using Microsoft.AppCenter; using Microsoft.AppCenter.Analytics; using Microsoft.AppCenter.Crashes; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Net.Http;...
117fccd808d74ecf3502ac301e71f1c9d11522b1
Diese Version leifert jetzt ein Testergebnis, welches valide ist
Diese Version leifert jetzt ein Testergebnis, welches valide ist
stephanstapel/ZUGFeRD-csharp
ZUGFeRD/InvoiceDescriptor21Writer.cs
apache-2.0
1,593,258,485
/* * 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, Version 2.0 (the * "License"); you...
/* * 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, Version 2.0 (the * "License"); you...
ee67260c77c7a53fcb66967140a83e554c10ace0
tests: fix failing test
tests: fix failing test
dupdob/NFluent,tpierrain/NFluent,tpierrain/NFluent,dupdob/NFluent,NFluent/NFluent,NFluent/NFluent,NFluent/NFluent,tpierrain/NFluent
code/tests/NFluent.Tests/StructuredCheckShould.cs
apache-2.0
1,593,254,195
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="StructuredCheckShould.cs" company="NFluent"> // Copyright 2020 Thomas PIERRAIN & Cyrille DUPUYDAUBY // Licensed under the Apache License, Version 2.0 (the "License"); // yo...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="StructuredCheckShould.cs" company="NFluent"> // Copyright 2020 Thomas PIERRAIN & Cyrille DUPUYDAUBY // Licensed under the Apache License, Version 2.0 (the "License"); // yo...
603b2a3ccdd28b11bc133ef447701d66eada95d9
update region desc
update region desc
mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati
Duplicati/Library/Backend/TencentCOS/Strings.cs
lgpl-2.1
1,593,252,664
using COSXML.Model.Bucket; using Duplicati.Library.Localization.Short; namespace Duplicati.Library.Backend.Strings { internal static class COSBackend { public static string DisplayName { get { return LC.L(@"Tencent COS"); } } public static string Description { get { return LC.L(@"Object storag...
using COSXML.Model.Bucket; using Duplicati.Library.Localization.Short; namespace Duplicati.Library.Backend.Strings { internal static class COSBackend { public static string DisplayName { get { return LC.L(@"Tencent COS"); } } public static string Description { get { return LC.L(@"Object storag...
b4726fd48ea2bc51c3d97c504b9af565344973b4
Don't add ABI-specific parameters when wrapping C
Don't add ABI-specific parameters when wrapping C Fixes https://github.com/mono/CppSharp/issues/1008. Signed-off-by: Dimitar Dobrev <ca751a5c976abad79158718440750fc638d19ebc@protonmail.com>
mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,zillemarco/CppSharp,mono/CppSharp,zillemarco/CppSharp,mono/CppSharp,mono/CppSharp,mono/CppSharp,zillemarco/CppSharp
src/Generator/Generators/CSharp/CSharpGenerator.cs
mit
1,593,252,161
using System.Collections.Generic; using CppSharp.AST; using CppSharp.Passes; using CppSharp.Parser; namespace CppSharp.Generators.CSharp { public class CSharpGenerator : Generator { private readonly CSharpTypePrinter typePrinter; public CSharpGenerator(BindingContext context) : base(context) ...
using System.Collections.Generic; using CppSharp.AST; using CppSharp.Passes; namespace CppSharp.Generators.CSharp { public class CSharpGenerator : Generator { private readonly CSharpTypePrinter typePrinter; public CSharpGenerator(BindingContext context) : base(context) { ty...
e5868021aa9caa31f0ec6ed65e515b7ed0c86070
Format code
Format code
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Iced/Intel/Assembler/Assembler.cs
mit
1,593,251,610
/* Copyright (C) 2018-2019 de4dot@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
/* Copyright (C) 2018-2019 de4dot@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
bca7db84650daa81782aa16ff34b6a3bb35933d4
Add unit test
Add unit test
fredatgithub/UsefulFunctions
UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs
mit
1,593,251,528
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 ...
87e7cd0e1d2d812e99e5f2f2ec800f30b1439d71
Zwischenstand
Zwischenstand
stephanstapel/ZUGFeRD-csharp
ZUGFeRD/InvoiceDescriptor21Writer.cs
apache-2.0
1,593,251,016
/* * 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, Version 2.0 (the * "License"); you...
/* * 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, Version 2.0 (the * "License"); you...
4d3d02b898b67d363ccad38e2256376ff0e78a5e
remove throw
remove throw
0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced,0xd4d/iced
src/csharp/Intel/Iced/Intel/Assembler/Assembler.cs
mit
1,593,250,190
/* Copyright (C) 2018-2019 de4dot@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
/* Copyright (C) 2018-2019 de4dot@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
f2354123426c6127386e9ecc6185d73b9cb7d54e
Add PathUtil.SearchPAttern
Add PathUtil.SearchPAttern
lunet-io/lunet,lunet-io/lunet
src/Lunet.Core/Helpers/PathUtil.cs
bsd-2-clause
1,593,247,923
using System; using System.IO; using System.Text; using Zio; namespace Lunet.Helpers { public static class PathUtil { private static readonly char[] TrimCharStart = new[] {'/'}; public static SearchPattern SearchPattern(this UPath path) { var rootPath = UPath.Root; ...
using System; using System.IO; using System.Text; namespace Lunet.Helpers { public static class PathUtil { private static readonly char[] TrimCharStart = new[] {'/'}; public static string NormalizeExtension(string extension) { return extension.StartsWith(".") ? extension ...
4e85553cfdc51c9af1d06736cf089ae03973a26b
Protect ToString to go recurse
Protect ToString to go recurse
lunet-io/lunet,lunet-io/lunet
src/Lunet.Core/Core/DynamicObject.cs
bsd-2-clause
1,593,247,904
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using Scriban; using Scriban.Parsing; using Scriban.Runtime; using Scriban.Syntax; namespace Lunet.Core { /// <summar...
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using Scriban; using Scriban.Parsing; using Scriban.Runtime; using Scriban.Syntax; namespace Lunet.Core { /// <summar...
45dc9ea775a1c2363efda5f0d25329a7707c6d22
Improve Yaml serialization
Improve Yaml serialization
lunet-io/lunet,lunet-io/lunet
src/Lunet.Yaml/YamlUtil.cs
bsd-2-clause
1,593,247,700
using System; using System.IO; using Lunet.Core; using Scriban.Parsing; using Scriban.Runtime; using SharpYaml; using SharpYaml.Events; using SharpYaml.Schemas; using Parser = SharpYaml.Parser; namespace Lunet.Yaml { /// <summary> /// Helper functions to decode a YAML into a Scriban <see cref="ScriptObject"/>...
using System; using System.IO; using Scriban.Parsing; using Scriban.Runtime; using SharpYaml; using SharpYaml.Events; using SharpYaml.Schemas; using Parser = SharpYaml.Parser; namespace Lunet.Yaml { /// <summary> /// Helper functions to decode a YAML into a Scriban <see cref="ScriptObject"/> or <see cref="Scr...
061c28d73f9869de4c949cf57f24cd9f9fac9286
Allow server to serve unknown file types
Allow server to serve unknown file types
lunet-io/lunet,lunet-io/lunet
src/Lunet.Server/ServerPlugin.cs
bsd-2-clause
1,593,247,682
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using System.Collections.Generic; using System.Net.WebSockets; using System.Text; using System.Threading; using System.Th...
// Copyright (c) Alexandre Mutel. All rights reserved. // This file is licensed under the BSD-Clause 2 license. // See the license.txt file in the project root for more information. using System; using System.Collections.Generic; using System.Net.WebSockets; using System.Text; using System.Threading; using System.Th...
afebf9609bf4c8cf83f0e158d71ab3f221449a65
Template - Infrastructure - MongoDB #101
Template - Infrastructure - MongoDB #101
optivem/optivem-commons-cs,optivem/immerest
template/microservice/src/DependencyInjection/Atomiv.Template.DependencyInjection/ServiceCollectionExtensions.cs
apache-2.0
1,593,245,410
using AutoMapper; using MediatR; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Atomiv.DependencyInjection.Core.Application; using Atomiv.DependencyInjection.Core.Domain; using Atomiv.DependencyInjection.Infrastructure.AspNetCore; using Atomiv.DependencyInjection.Infrastructu...
using AutoMapper; using MediatR; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Atomiv.DependencyInjection.Core.Application; using Atomiv.DependencyInjection.Core.Domain; using Atomiv.DependencyInjection.Infrastructure.AspNetCore; using Atomiv.DependencyInjection.Infrastructu...
82f3c2f0c0aaabc994fe0193a58d762967959ceb
Add parser for spline easing
Add parser for spline easing
jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wiesl...
src/Avalonia.Animation/Easing/Easing.cs
mit
1,593,244,820
using System; using System.Collections.Generic; using System.ComponentModel; using System.Globalization; using System.Linq; namespace Avalonia.Animation.Easings { /// <summary> /// Base class for all Easing classes. /// </summary> [TypeConverter(typeof(EasingTypeConverter))] public abstract class E...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; namespace Avalonia.Animation.Easings { /// <summary> /// Base class for all Easing classes. /// </summary> [TypeConverter(typeof(EasingTypeConverter))] public abstract class Easing : IEasing { ...
8b69b45225bbd5e22e8947be55ff75b42da3518a
Add another benchmark for scenarios with an invalid constructor.
Add another benchmark for scenarios with an invalid constructor.
autofac/Autofac,autofac/Autofac
bench/Autofac.Benchmarks/MultiConstructorBenchmark.cs
mit
1,593,242,935
using BenchmarkDotNet.Attributes; using System; using System.Collections.Generic; using System.Text; namespace Autofac.Benchmarks { public class MultiConstructorBenchmark { private IContainer container; [GlobalSetup] public void Setup() { var builder = new Containe...
using BenchmarkDotNet.Attributes; using System; using System.Collections.Generic; using System.Text; namespace Autofac.Benchmarks { public class MultiConstructorBenchmark { private IContainer container; [GlobalSetup] public void Setup() { var builder = new Containe...
a862bdfc4e310518c23fe81d9620ef76f5d72033
AddTestAttachment
AddTestAttachment
JohanLarsson/Gu.Localization
Gu.Wpf.Localization.UiTests/TranslatesFodyProject.cs
mit
1,593,242,425
namespace Gu.Wpf.Localization.UiTests { using System.IO; using System.Linq; using Gu.Wpf.UiAutomation; using NUnit.Framework; public class TranslatesFodyProject { [OneTimeTearDown] public void OneTimeTearDown() { Application.KillLaunched("Gu.Wpf.Localization...
namespace Gu.Wpf.Localization.UiTests { using System.Linq; using Gu.Wpf.UiAutomation; using NUnit.Framework; public class TranslatesFodyProject { [OneTimeTearDown] public void OneTimeTearDown() { Application.KillLaunched("Gu.Wpf.Localization.Demo.Fody.exe"); ...
8790b493fe25a6f2334875e38dd3947fd5e41620
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.6.3445.20200627065432-master-05522ab
ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,593,240,996
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "05522aba83c94eef093ca584422a6f1c06b27763"; public static string Version = "1.6"; public static string Build = "3445"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "3039cb492669aef3bfc30f8e90d80581e1b22f1b"; public static string Version = "1.5"; public static string Build = "3444"; ...
ac9cf223bb36f5205ba1843c6f30fd3e604241ab
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3444.20200627064240-master-3039cb4
ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,593,240,288
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "3039cb492669aef3bfc30f8e90d80581e1b22f1b"; public static string Version = "1.5"; public static string Build = "3444"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c6353a1e2666c32b2cf2735e0e2fe5e85cdb55e5"; public static string Version = "1.5"; public static string Build = "3443"; ...
26137200b9fe677a8e0d39195c4c93ad4bc4e4e7
Do not use Onion-Location for custom domains (Fix #1693)
Do not use Onion-Location for custom domains (Fix #1693)
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Controllers/HomeController.cs
mit
1,593,239,942
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Models; using NBitcoin.Payment; using System.Net.Http; using Newtonsoft.Json.Linq; using NBitcoin; using Newtonsoft.Json; using BTCPayServer.Services; using BTCPayServer.HostedSer...
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Models; using NBitcoin.Payment; using System.Net.Http; using Newtonsoft.Json.Linq; using NBitcoin; using Newtonsoft.Json; using BTCPayServer.Services; using BTCPayServer.HostedSer...
376b5fc160a362ed299d2f7cb95adb98153611fc
Fix warning message when using SQLite (Fix #1695)
Fix warning message when using SQLite (Fix #1695)
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Hosting/BTCPayServerServices.cs
mit
1,593,239,732
using BTCPayServer.Configuration; using BTCPayServer.Services.Altcoins.Monero; using Microsoft.Extensions.Logging; using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.AspNetCore.Http; using NBitpayClient; using NBitcoin; using BTCPayS...
using BTCPayServer.Configuration; using BTCPayServer.Services.Altcoins.Monero; using Microsoft.Extensions.Logging; using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.AspNetCore.Http; using NBitpayClient; using NBitcoin; using BTCPayS...
d0188f42b7a9448aa3a1331edf0965c78c36fede
Fix crowdfound on root
Fix crowdfound on root
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Controllers/HomeController.cs
mit
1,593,239,614
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Models; using NBitcoin.Payment; using System.Net.Http; using Newtonsoft.Json.Linq; using NBitcoin; using Newtonsoft.Json; using BTCPayServer.Services; using BTCPayServer.HostedSer...
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Models; using NBitcoin.Payment; using System.Net.Http; using Newtonsoft.Json.Linq; using NBitcoin; using Newtonsoft.Json; using BTCPayServer.Services; using BTCPayServer.HostedSer...
e6605638d3b40317cf9029081e252bb6ab32a8fd
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3443.20200627061331-master-c6353a1
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,593,238,542
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "c6353a1e2666c32b2cf2735e0e2fe5e85cdb55e5"; public static string Version = "1.5"; public static string Build = "3443"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "f40958e2bd6f840c5ca1f6f891a37e23bfe06286"; public static string Version = "1.5"; public static string Build = "3442"; ...
15d49e6fa05619f69f988e7414ccbee775904ffc
Changing inheritance from ItemsControlAutomationPeer to regular Peer
Changing inheritance from ItemsControlAutomationPeer to regular Peer This fixes issues with missing automation peers for buttons and other elements. I have no clue why it did not work...
fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon
Fluent.Ribbon/Automation/Peers/RibbonGroupBoxAutomationPeer.cs
mit
1,593,237,566
namespace Fluent.Automation.Peers { using System.Collections.Generic; using System.Windows.Automation; using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; using JetBrains.Annotations; /// <summary> /// Automation peer for <see cref="RibbonGroupBox"/>. /// </...
namespace Fluent.Automation.Peers { using System.Collections.Generic; using System.Windows.Automation; using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; using JetBrains.Annotations; /// <summary> /// Automation peer for <see cref="RibbonGroupBox"/>. /// </...
1c1ae4342c009f86b3cbf90b26f27ee0d83bfd7c
KillTask will return 0 if it didn't find any tasks to kill.
KillTask will return 0 if it didn't find any tasks to kill.
PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator
JenkinsConsoleUtility/jcuSrc/Commands/KillTaskCommand.cs
apache-2.0
1,593,235,499
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using JenkinsConsoleUtility.Util; namespace JenkinsConsoleUtility.Commands { public class KillTaskCommand : ICommand { private const int TASK_KILL_DELAY_MS = 15000; private const int TASK_KILL_SLEE...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using JenkinsConsoleUtility.Util; namespace JenkinsConsoleUtility.Commands { public class KillTaskCommand : ICommand { private const int TASK_KILL_DELAY_MS = 15000; private const int TASK_KILL_SLEE...
6208706d466eaf249624d8153b1798ae1a97f4cc
Better error message if permission missing
Better error message if permission missing
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Controllers/GreenField/ApiKeysController.cs
mit
1,593,234,356
using System.Threading.Tasks; using System.Linq; using BTCPayServer.Client; using BTCPayServer.Client.Models; using BTCPayServer.Data; using BTCPayServer.Security; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Security.GreenField; using...
using System.Threading.Tasks; using System.Linq; using BTCPayServer.Client; using BTCPayServer.Client.Models; using BTCPayServer.Data; using BTCPayServer.Security; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Security.GreenField; using...
b32fc650fbb179dc6d623a560967de794338d0ba
Fix CheckSceneState
Fix CheckSceneState
dimmpixeye/Unity3dTools
Runtime/Core/SceneSub.cs
mit
1,593,233,927
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using UnityEngine; using UnityEngine.SceneManagement; using Debug = UnityEngine.Debug; namespace Pixeye.Actors { public static class SceneSub { enum State { AlreadyAdded, ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using UnityEngine; using UnityEngine.SceneManagement; using Debug = UnityEngine.Debug; namespace Pixeye.Actors { public static class SceneSub { enum State { AlreadyAdded, ...
2401085ebfb2b6c16dc4a59e1f9ac55cb72204e0
fixed a stackoverflow exception
fixed a stackoverflow exception
kerryjiang/SuperSocket,kerryjiang/SuperSocket
src/SuperSocket.Server/SuperSocketHostBuilder.cs
apache-2.0
1,593,232,851
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Hosting; using SuperSocket; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Hosting; using SuperSocket; ...
628e14ce422e790f3a24f8ad86e2045e9434c4b4
Add mouse wait cursor
Add mouse wait cursor
mdblack98/LOTWQSL
GridForm.cs
unlicense
1,593,232,089
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace LOTWQSL { public partial class GridForm : Form {...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace LOTWQSL { public partial class GridForm : Form { List<string> ba...
12b72ce8173e99c3965c03d0e0235f97baaee7ec
Remove unnecessary for loop
Remove unnecessary for loop
mdblack98/LOTWQSL
GridForm.cs
unlicense
1,593,231,854
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace LOTWQSL { public partial class GridForm : Form { List<string> ba...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace LOTWQSL { public partial class GridForm : Form { List<string> ba...
16f2ddddf0751b87a15eff306bbbbc2b158782c3
Fix Point of Sale with custom domains
Fix Point of Sale with custom domains
btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver
BTCPayServer/Controllers/HomeController.cs
mit
1,593,228,079
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Models; using NBitcoin.Payment; using System.Net.Http; using Newtonsoft.Json.Linq; using NBitcoin; using Newtonsoft.Json; using BTCPayServer.Services; using BTCPayServer.HostedSer...
using System; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using BTCPayServer.Models; using NBitcoin.Payment; using System.Net.Http; using Newtonsoft.Json.Linq; using NBitcoin; using Newtonsoft.Json; using BTCPayServer.Services; using BTCPayServer.HostedSer...
25251b22a816eb63d8208546dd1346eed092c782
fixed .lb --clean not showing results
fixed .lb --clean not showing results
ShadowNoire/NadekoBot,ShadowNoire/NadekoBot
NadekoBot.Core/Modules/Gambling/Gambling.cs
mit
1,593,227,648
using Discord; using Discord.Commands; using Discord.WebSocket; using NadekoBot.Common; using NadekoBot.Common.Attributes; using NadekoBot.Core.Common; using NadekoBot.Core.Modules.Gambling.Common; using NadekoBot.Core.Services; using NadekoBot.Core.Services.Database; using NadekoBot.Core.Services.Database.Models; usi...
using Discord; using Discord.Commands; using Discord.WebSocket; using NadekoBot.Common; using NadekoBot.Common.Attributes; using NadekoBot.Core.Common; using NadekoBot.Core.Modules.Gambling.Common; using NadekoBot.Core.Services; using NadekoBot.Core.Services.Database; using NadekoBot.Core.Services.Database.Models; usi...
d4d9a77c080299a811b93b90335a1c9cac8e5514
Use switch statement for result operators (#320)
Use switch statement for result operators (#320) Motivation ---------- The if statement for result operations is out of hand. Modifications ------------- Refactor VisitResultOperator to use new C# language features. Results ------- Legibility.
couchbaselabs/Linq2Couchbase,brantburnett/Linq2Couchbase
Src/Couchbase.Linq/QueryGeneration/N1QLQueryModelVisitor.cs
apache-2.0
1,593,226,208
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Couchbase.Core.IO.Serializers; using Couchbase.Linq.Clauses; using Couchbase.Linq.Execution; using Couchbase.Linq.Operators; using Couchbase.Linq.QueryGeneration.ExpressionTransformers; usin...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using Couchbase.Core.IO.Serializers; using Couchbase.Linq.Clauses; using Couchbase.Linq.Execution; using Couchbase.Linq.Operators; using Couchbase.Linq.QueryGeneration.ExpressionTransformers; usin...
fbde41d3f1104942734afeb3fc9d774f7d454f93
[ci skip] Updating ServerBuildInfo_Dynamic.cs
[ci skip] Updating ServerBuildInfo_Dynamic.cs 1.5.3442.20200627015403-master-f40958e
LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,593,222,971
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "f40958e2bd6f840c5ca1f6f891a37e23bfe06286"; public static string Version = "1.5"; public static string Build = "3442"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "4aec2b4b9bd536f0a5d1bb83caf159d15ab244b0"; public static string Version = "1.5"; public static string Build = "3437"; ...
f40958e2bd6f840c5ca1f6f891a37e23bfe06286
Update PropertyDataId.cs (#3047)
Update PropertyDataId.cs (#3047)
LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE
Source/ACE.Entity/Enum/Properties/PropertyDataId.cs
agpl-3.0
1,593,222,631
using System.ComponentModel; namespace ACE.Entity.Enum.Properties { public enum PropertyDataId : ushort { // properties marked as ServerOnly are properties we never saw in PCAPs, from here: // http://ac.yotesfan.com/ace_object/not_used_enums.php // source: @OptimShi // descripti...
using System.ComponentModel; namespace ACE.Entity.Enum.Properties { public enum PropertyDataId : ushort { // properties marked as ServerOnly are properties we never saw in PCAPs, from here: // http://ac.yotesfan.com/ace_object/not_used_enums.php // source: @OptimShi // descripti...
4c4f66d13f30019d0048180e6eb9f31f6b58a64a
Add Blazor middlewares
Add Blazor middlewares
mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection
Startup.cs
mit
1,593,222,221
using Cash_Flow_Projection.Models; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; u...
using Cash_Flow_Projection.Models; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; u...
73555970ee960f56e361b5858ac92733b73185b1
Quarantine dotnet-watch test (#23395)
Quarantine dotnet-watch test (#23395) * Quarantine dotnet-watch test * Update ProgramTests.cs
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Tools/dotnet-watch/test/ProgramTests.cs
apache-2.0
1,593,220,589
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Testing; using Microsoft.Extensions.Tools.Int...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Testing; using Microsoft.Extensions.Tools.Int...
b14d615ff4d0c06520045cf24d5b03762c8a1744
fix to run
fix to run
autumn009/TanoCSharpSamples
chap36/CopyInstanceWith/CopyInstanceWith/Program.cs
mit
1,593,219,864
using System; // この定義は将来のバージョンで不要になる見込みである // エラーになる場合は削除してみると良い namespace System.Runtime.CompilerServices { internal class IsExternalInit : Attribute { } } record Result(string FamilyName, string FirstName, int Point); class Program { public static void Dump(Result r) { Console.WriteLine($"{r.F...
using System; //public data class Result //{ //public string FamilyName { get; init; } //public string FirstName { get; init; } //public int Point { get; init; } //} //data class User { string FamilyName, string FirstName, int Point}; record Result(string FamilyName, string FirstName, int Point); class Program { ...
dc9ebaa722042ef4035fc46c684b4f0aafac6dfb
Tweaks to improve the flickering on the console progress reporting.
Tweaks to improve the flickering on the console progress reporting.
nhmkdev/cardmaker
CardMaker/Support/Progress/ConsoleProgressReporter.cs
mit
1,593,219,296
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2020 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Soft...
//////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2020 Tim Stair // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Soft...
122a103a248d2f14cbe87324302d72475bae655a
add remove delta to columns
add remove delta to columns
dataexperts/dexih.transforms
src/dexih.transforms/Table/TableColumns.cs
apache-2.0
1,593,218,025
 using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; namespace dexih.functions { [DataContract] public class TableColumns : IList<TableColumn> { private readonly List<TableColumn> _tableColumns; private readonly Dictionary<stri...
 using System.Collections; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; namespace dexih.functions { [DataContract] public class TableColumns : IList<TableColumn> { private readonly List<TableColumn> _tableColumns; private readonly Dictionary<stri...
749ddf0d6b4a858a7131c4a0e5ec51919898c5e6
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,593,217,915
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
5beec0b2a19d7e78be340e1ce13b1da040fe050d
add more lines
add more lines
autumn009/TanoCSharpSamples
chap36/CopyInstanceWith/CopyInstanceWith/Program.cs
mit
1,593,217,857
using System; //public data class Result //{ //public string FamilyName { get; init; } //public string FirstName { get; init; } //public int Point { get; init; } //} //data class User { string FamilyName, string FirstName, int Point}; record Result(string FamilyName, string FirstName, int Point); class Program { ...
using System; record Result(string FamilyName, string FirstName, int Point); class Program { public static void Dump(Result r) { Console.WriteLine($"{r.FamilyName}{r.FirstName}は{r.Point}点"); } static void Main() { var r = new Result("田中", "花子", 100); Dump(r); var r...
e0da8b00c9919006148076cd2f5af78c270325e3
More disabled messaging
More disabled messaging
larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl
MatterControlLib/ApplicationView/ApplicationController.cs
bsd-2-clause
1,593,216,096
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
779d00997e34eab7e2981e14bc8d91056b43e9aa
Put in debugging option to keep open
Put in debugging option to keep open
MatterHackers/agg-sharp,larsbrubaker/agg-sharp
Gui/SystemWindow/ToolTipManager.cs
bsd-2-clause
1,593,216,042
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
9707fbea63697613311e93cbc3b0cedec1003118
Prevent a useless problem dialog for missing image files (BL-8643)
Prevent a useless problem dialog for missing image files (BL-8643) The "problem" is trying to send a non-ASCII file path through a purely ASCII-only HTTP channel.
gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenM...
src/BloomExe/web/RequestInfo.cs
mit
1,593,212,271
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Text; using ...
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.IO; using System.Net; using System.Text; using System.Web; using B...
89a1b681679c32e51b0c6c6b86f1bb8825623071
Fixed byid
Fixed byid
aopell/DiscordBot
DiscordBotNew/Commands/GeneralCommands.cs
mit
1,593,211,334
using Discord; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; using DiscordBotNew.CommandLoader.CommandResult; using DiscordBotNew.Settings.Models; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using...
using Discord; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; using DiscordBotNew.CommandLoader.CommandResult; using DiscordBotNew.Settings.Models; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using...
93a9305df88a83a1127813e3647f244603b70918
Fixed Text and Filter properties. Fixed PreviewMouseDown Handled.
Fixed Text and Filter properties. Fixed PreviewMouseDown Handled.
quicoli/WPF-AutoComplete-TextBox
AutoCompleteTextBox/AutoCompleteTextBox/Editors/AutoCompleteTextBox.cs
mit
1,593,211,129
using System; using System.Collections; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; namespace AutoCompleteTextBox.Editors { [...
using System; using System.Collections; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; namespace AutoCompleteTextBox.Editors { [...
10037dd46557ad2bdda25f3093144c3abb25946a
Only open dropdown if control is focused
Only open dropdown if control is focused
quicoli/WPF-AutoComplete-TextBox
AutoCompleteTextBox/AutoCompleteTextBox/Editors/AutoCompleteTextBox.cs
mit
1,593,211,129
using System; using System.Collections; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; namespace AutoCompleteTextBox.Editors { [...
using System; using System.Collections; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; namespace AutoCompleteTextBox.Editors { [...
bfbf3df09de0beca6d6504d31e2786e20eb91fa2
Fixed backronym, improved byid
Fixed backronym, improved byid
aopell/DiscordBot
DiscordBotNew/Commands/GeneralCommands.cs
mit
1,593,211,033
using Discord; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; using DiscordBotNew.CommandLoader.CommandResult; using DiscordBotNew.Settings.Models; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using...
using Discord; using Discord.WebSocket; using DiscordBotNew.CommandLoader; using DiscordBotNew.CommandLoader.CommandContext; using DiscordBotNew.CommandLoader.CommandResult; using DiscordBotNew.Settings.Models; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.IO; using...
332330027851ae3cdb1c31bb25ea1e0b5773876b
Cleanup and add logging to install folder dialog system
Cleanup and add logging to install folder dialog system
CalebChalmers/KAGTools
KAGTools/App.xaml.cs
mit
1,593,210,343
using GalaSoft.MvvmLight.Messaging; using KAGTools.Helpers; using KAGTools.ViewModels; using KAGTools.Windows; using Microsoft.WindowsAPICodePack.Dialogs; using Newtonsoft.Json; using Serilog; using Squirrel; using System; using System.IO; using System.Windows; namespace KAGTools { /// <summary> /// Interacti...
using GalaSoft.MvvmLight.Messaging; using KAGTools.Helpers; using KAGTools.ViewModels; using KAGTools.Windows; using Microsoft.WindowsAPICodePack.Dialogs; using Newtonsoft.Json; using Serilog; using Squirrel; using System; using System.IO; using System.Windows; namespace KAGTools { /// <summary> /// Interacti...
69e17be5880b90681375a1318a3b2c4fb96c272b
Add double quotes around strings in log messages
Add double quotes around strings in log messages
CalebChalmers/KAGTools
KAGTools/App.xaml.cs
mit
1,593,210,229
using GalaSoft.MvvmLight.Messaging; using KAGTools.Helpers; using KAGTools.ViewModels; using KAGTools.Windows; using Microsoft.WindowsAPICodePack.Dialogs; using Newtonsoft.Json; using Serilog; using Squirrel; using System; using System.IO; using System.Windows; namespace KAGTools { /// <summary> /// Interacti...
using GalaSoft.MvvmLight.Messaging; using KAGTools.Helpers; using KAGTools.ViewModels; using KAGTools.Windows; using Microsoft.WindowsAPICodePack.Dialogs; using Newtonsoft.Json; using Serilog; using Squirrel; using System; using System.IO; using System.Windows; namespace KAGTools { /// <summary> /// Interacti...
0178f2d5f7effcc17168de5a790155081f9cb8ad
Fix encountered exception
Fix encountered exception - Call to ReadAllText returns the file text, subsequent call in error
larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/Utilities/WebUtilities/WebCache.cs
bsd-2-clause
1,593,206,494
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the followi...
2b748aa9afc8399a1af513af52932b53553d3a86
Fix null reference during startup in public solution
Fix null reference during startup in public solution
jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/ApplicationView/ApplicationController.cs
bsd-2-clause
1,593,206,494
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2018, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
e6726a3e3421ff88aa0459b6c263cf9a80738d88
Remove async keyword and ToString call
Remove async keyword and ToString call
jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl
MatterControlLib/Library/Widgets/StorePage/UpgradeToProTabPage.cs
bsd-2-clause
1,593,206,494
/* Copyright (c) 2020, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
/* Copyright (c) 2017, Lars Brubaker, John Lewin All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
aeeba1d95a85b3ac8b534c1bb569fb51bfc82d3f
Increase timeout to clone repository
Increase timeout to clone repository
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/Instance/RepositoryTest.cs
agpl-3.0
1,593,206,484
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Inst...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Client; using Tgstation.Server.Client.Components; namespace Tgstation.Server.Tests.Inst...
1e635524e2dba3769714ebd6d2c9aaf846a39e03
Fix potential integration test crash
Fix potential integration test crash
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
tests/Tgstation.Server.Tests/TestingServer.cs
agpl-3.0
1,593,206,241
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host; using Tgstation.Server.Host.Configuration; using Tgstation.Server.Host.C...
e22075f07c50ca1a51e92be19cb2db3db25a5628
Fix custom versions not being written properly to state files
Fix custom versions not being written properly to state files
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Byond/ByondManager.cs
agpl-3.0
1,593,204,261
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Components.Events; using Tgstation...
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api; using Tgstation.Server.Api.Models; using Tgstation.Server.Host.Components.Events; using Tgstation...
a68d6cc489843cda67c5ff0009d5d6e208c52dc6
Fix a typo
Fix a typo
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tests/Tgstation.Server.Tests/IntegrationTest.cs
agpl-3.0
1,593,203,990
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.T...
using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Threading; using System.Threading.T...
d6b39a69628022b23cb86dc3435556e41c821069
Update to new PBR API
Update to new PBR API
mcneel/RhinoCycles
CyclesShader.cs
apache-2.0
1,593,202,680
/** Copyright 2014-2017 Robert McNeel and Associates Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wr...
/** Copyright 2014-2017 Robert McNeel and Associates Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wr...
9f9436392ffe3a3b5fdbd2a0dc3cb63b7beb5fbb
fix Date.AddDays and Date.AddMonths
fix Date.AddDays and Date.AddMonths
signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework
Signum.Utilities/Date.cs
mit
1,593,202,571
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Runtime.Serialization; using System.Text; //Thanks to supersonicclay //From https://github.com/supersonicclay/csharp-date/blob/master/CSharpDate/Date.cs ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Runtime.Serialization; using System.Text; //Thanks to supersonicclay //From https://github.com/supersonicclay/csharp-date/blob/master/CSharpDate/Date.cs ...
de346efc3fcf71caaff7f19660a786986af4d40b
do not throw on cancellation for task awaiters
do not throw on cancellation for task awaiters
nessos/Eff
src/Eff/Applications/Cancellation/CancellationEffectHandler.cs
mit
1,593,201,335
using Nessos.Effects.Handlers; using System.Threading; using System.Threading.Tasks; namespace Nessos.Effects.Cancellation { /// <summary> /// Defines an effect handler that automatically cancels Eff workflows based on a provided cancellation token. /// </summary> public class CancellationEffectHand...
using Nessos.Effects.Handlers; using System.Threading; using System.Threading.Tasks; namespace Nessos.Effects.Cancellation { /// <summary> /// Defines an effect handler that automatically cancels Eff workflows based on a provided cancellation token. /// </summary> public class CancellationEffectHand...
3c329a3ffb030fb5c0bb89b4648677336285a3bc
adding more of a delay for log watching/posting
adding more of a delay for log watching/posting
gngrninja/NinjaBotCore
src/Modules/Wow/WarcraftLogs.cs
mit
1,593,200,483
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using Newtonsoft.Json; using NinjaBotCore.Models.Wow; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using NinjaBotCore.Database; using Discord; using Disc...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net; using Newtonsoft.Json; using NinjaBotCore.Models.Wow; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; using NinjaBotCore.Database; using Discord; using Disc...
15e478c1904a1808db32b7e92a5026c2ceeac5d8
using (OperationLogic.AllowSave<DashboardEntity>())
using (OperationLogic.AllowSave<DashboardEntity>())
AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions
Signum.Engine.Extensions/UserAssets/UserAssetsExporterImporter.cs
mit
1,593,199,888
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using Signum.Engine.Basics; using Signum.Engine.Chart; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Chart; using Signum.Entities.Dashboard; ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Linq; using Signum.Engine.Basics; using Signum.Engine.Chart; using Signum.Engine.Operations; using Signum.Entities; using Signum.Entities.Basics; using Signum.Entities.Chart; using Signum.Entities.Dashboard; ...
3ae3244318a7d4341538244ee0c0497be9ade35f
Update contact info to disable hedging
Update contact info to disable hedging
jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean,JKarathiya/Lean,JKarathiya/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean
Brokerages/Fxcm/FxcmBrokerage.Messaging.cs
apache-2.0
1,593,199,192
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
d9902231db616a298535e87834a0942c14489c0b
Update API access error message and include new email template
Update API access error message and include new email template
StefanoRaggi/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,AlexCatarino/Lean,jameschch/Lean,JKarathiya/Lean,jameschch/Lean,QuantConnect/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,QuantConnect/Lean,QuantConnect/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean
Brokerages/Fxcm/FxcmBrokerage.cs
apache-2.0
1,593,199,175
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
0d475287d79901e0d3db72c466e296058b9f2004
Allow release notes to better manage milestones
Allow release notes to better manage milestones
tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server
tools/ReleaseNotes/Program.cs
agpl-3.0
1,593,196,673
using Octokit; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace ReleaseNotes { /// <summary> /// Contains the application entrypoint /// </summary> static class Program { /// <summary> /// The...
using Octokit; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace ReleaseNotes { /// <summary> /// Contains the application entrypoint /// </summary> static class Program { /// <summary> /// The...
079c4e0bb5f7a2cb2c519f9ca5a7f5d5c001a646
Fix tests related to removing wildcard support
Fix tests related to removing wildcard support
chromium/vs-chromium,chromium/vs-chromium,chromium/vs-chromium,chromium/vs-chromium
src/Tests/Server/TestSearchCode.cs
bsd-3-clause
1,593,196,191
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. using System; using System.ComponentModel.Composition.Hosting; using System.Diagnostics; using System.IO; using System.Linq; using System.Thread...
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. using System; using System.ComponentModel.Composition.Hosting; using System.Diagnostics; using System.IO; using System.Linq; using System.Thread...
4cef5e8a955d2434f29d2e0852fecb0e0d1e590c
EnumTranslation<T> where T : System.Enum
EnumTranslation<T> where T : System.Enum
JohanLarsson/Gu.Localization
Gu.Localization/EnumTranslation{T}.cs
mit
1,593,195,946
namespace Gu.Localization { using System.Globalization; using System.Resources; /// <summary> Helper for creating enum translations. </summary> /// <typeparam name="T">An enum type.</typeparam> public static class EnumTranslation<T> where T : System.Enum { /// <summary> Create ...
namespace Gu.Localization { using System; using System.Globalization; using System.Resources; /// <summary> Helper for creating enum translations. </summary> /// <typeparam name="T">An enum type.</typeparam> public static class EnumTranslation<T> where T : struct, IComparable, IFormatta...
b2c803c9f65d8ea974b1e473d1d3188ffdd850e1
Removed duplicate New Buttons
Removed duplicate New Buttons
mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new
src/DatenMeister.WPF/Navigation/NavigatorForItems.cs
mit
1,593,195,944
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using Autofac; using DatenMeister.Core.EMOF.Implementation; using DatenMeister.Core.EMOF.Interface.Common; using DatenMeister.Core.EMOF.Interface.Identifiers; using DatenMeister.Core.EMOF.Interface.Re...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using Autofac; using DatenMeister.Core.EMOF.Implementation; using DatenMeister.Core.EMOF.Interface.Common; using DatenMeister.Core.EMOF.Interface.Identifiers; using DatenMeister.Core.EMOF.Interface.Re...
dda475cbd6b7fdd624ad618db3f368ec89cb388b
Fix warnings.
Fix warnings.
JohanLarsson/Gu.Localization
Gu.Wpf.Localization/LanguageSelector/Language.cs
mit
1,593,194,221
namespace Gu.Wpf.Localization { using System; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.CompilerServices; using Gu.Localization; /// <summary>Class exposing a couple of binding friendly properties for a <see cref="CultureInfo"/>...
namespace Gu.Wpf.Localization { using System; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Runtime.CompilerServices; using Gu.Localization; /// <summary>Class exposing a couple of binding friendly properties for a <see cref="CultureInfo"/>....
3637bf2f9bc4929cd58cffb4aeb8830e1ceee690
Clean up member order & access modifiers
Clean up member order & access modifiers
ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu-new
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,593,193,195
// 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.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
415e1c05ff7c83f9a2ef0f7981a80ecf24f60d9a
Simplify implementation
Simplify implementation
peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,593,193,195
// 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.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
a63b6a3ddf571bb941b858347fe903a4b82a1c5d
Simplify binding
Simplify binding
UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu
osu.Game/Screens/Play/HUDOverlay.cs
mit
1,593,193,195
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerableExtensions; usin...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.IEnumerableExtensions; usin...
02f590309d9b67c40e582a1c4f4302ee216204f7
Add xmldoc for public property
Add xmldoc for public property
smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,ppy/osu
osu.Game/Screens/Play/HUD/FailingLayer.cs
mit
1,593,193,195
// 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.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Extensions.Color4Extensions; using osu.Framework.Graphics; using osu.Fra...
97f6e605328f8c8e34db29b6ef91cdb187f659a6
actually fix it lol
actually fix it lol
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Voting/VotePopUp.cs
agpl-3.0
1,593,191,811
using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.UI; public class VotePopUp : MonoBehaviour { [SerializeField] private Text voteTitle = null; [SerializeField] private Text voteInstigator = null; [SerializeField] private Text voteCount = null; [Ser...
using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.UI; public class VotePopUp : MonoBehaviour { [SerializeField] private Text voteTitle = null; [SerializeField] private Text voteInstigator = null; [SerializeField] private Text voteCount = null; [Ser...
7d4dcf982ff40e1242513ca00368ab6289460bb6
Use the Bloom.Shell for problem screenshot if at all possible (BL-8348)
Use the Bloom.Shell for problem screenshot if at all possible (BL-8348)
StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloom...
src/BloomExe/NonFatalProblem.cs
mit
1,593,191,663
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Windows.Forms; using Bloom.MiscUI; using Bloom.web.controllers; using DesktopAnalytics; using SIL.Reporting; using SIL.Windows.Forms.Progress; namespace Bloom { // NB: these must have the exactly the same symbol...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Windows.Forms; using Bloom.MiscUI; using Bloom.web.controllers; using DesktopAnalytics; using SIL.Reporting; using SIL.Windows.Forms.Progress; namespace Bloom { // NB: these must have the exactly the same symbol...
dfee1f9cba0cf0a9a093d14d1c7e5e9ea35d865d
Vote Restart Button Fix
Vote Restart Button Fix
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Voting/VotePopUp.cs
agpl-3.0
1,593,191,298
using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.UI; public class VotePopUp : MonoBehaviour { [SerializeField] private Text voteTitle = null; [SerializeField] private Text voteInstigator = null; [SerializeField] private Text voteCount = null; [Ser...
using System.Collections; using System.Collections.Generic; using DatabaseAPI; using UnityEngine; using UnityEngine.UI; public class VotePopUp : MonoBehaviour { [SerializeField] private Text voteTitle = null; [SerializeField] private Text voteInstigator = null; [SerializeField] private Text voteCount = null; [Ser...
708b80c1b1fc117424154ac82f2485b2ed325748
Fixup recipient tests.
Fixup recipient tests.
zxjon22/VelocityMail,zxjon22/VelocityMail
src/VelocityMail.Tests/RecipientsTests.cs
mit
1,593,190,442
using FluentAssertions; using VelocityMail.Service; using Xunit; namespace VelocityMail.Tests { public class RecipientsTests : AbstractMailTest { /// <summary> /// Tests sending an e-mail using a simple text-only template embedded /// in an assembly. /// </summary> [Fac...
using FluentAssertions; using VelocityMail.Service; using Xunit; namespace VelocityMail.Tests { public class RecipientsTests : AbstractMailTest { /// <summary> /// Tests sending an e-mail using a simple text-only template embedded /// in an assembly. /// </summary> [Fac...
be5ab2c0f461cce7d1179fe2222b42652e52dac4
Remove Commented Alternative Method For Calling Volume Getter
Remove Commented Alternative Method For Calling Volume Getter
jameschch/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,JKarathiya/Lean,JKarathiya/Lean,QuantConnect/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,AlexCatarino/Lean,QuantConnect/Lean,QuantConnect/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,StefanoRaggi/Lean
Indicators/HeikinAshi.cs
apache-2.0
1,593,189,288
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
b3b5e42a512fbe6db172c6d6dbd7173577ef52a3
Regenerate storage protos
Regenerate storage protos (The type of the event_based_hold field changed to bool.)
googleapis/google-cloudevents-dotnet,googleapis/google-cloudevents-dotnet
src/Google.Events.Protobuf/Cloud/Storage/V1/Data.g.cs
apache-2.0
1,593,189,271
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/events/cloud/storage/v1/data.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections;...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/events/cloud/storage/v1/data.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections;...
ace7fe007bc0e222935a2c31a1a06d49431c46f4
Enhance error report when epub preview (and screenshot) fails (BL-8348)
Enhance error report when epub preview (and screenshot) fails (BL-8348)
StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,...
src/BloomExe/Publish/Epub/PublishEpubApi.cs
mit
1,593,188,985
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Threading; using System.Windows.Forms; using Bloom.Api; using Bloom.Book; using Bloom.Collection; using Bloom.web; using DesktopAnalytics; using L10NSharp; using Newtonsoft.Json; using S...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Threading; using System.Windows.Forms; using Bloom.Api; using Bloom.Book; using Bloom.Collection; using Bloom.web; using DesktopAnalytics; using L10NSharp; using Newtonsoft.Json; using S...
aa9ce55d3f02016b4c392bcc61a221ce7cdb95ed
AddTestAttachment
AddTestAttachment
JohanLarsson/Gu.Localization
Gu.Wpf.Localization.UiTests/TranslatesFodyProject.cs
mit
1,593,188,936
namespace Gu.Wpf.Localization.UiTests { using System; using System.IO; using System.Linq; using Gu.Wpf.UiAutomation; using NUnit.Framework; public class TranslatesFodyProject { [OneTimeTearDown] public void OneTimeTearDown() { Application.KillLaunched("G...
namespace Gu.Wpf.Localization.UiTests { using System.Linq; using Gu.Wpf.UiAutomation; using NUnit.Framework; public class TranslatesFodyProject { [OneTimeTearDown] public void OneTimeTearDown() { Application.KillLaunched("Gu.Wpf.Localization.Demo.Fody.exe"); ...
53f3bc6e7fe84fc0fb3bf9e5f11fd327664ff9ca
working rendering.
working rendering.
jkoritzinsky/Perspex,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,wieslawsolt...
src/Windows/Avalonia.Win32/Composition/CompositionHost.cs
mit
1,593,188,724
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
f0c2ff7394715407368979f5361f7746a032099e
call base.BeginDraw we dont need our own session class.
call base.BeginDraw we dont need our own session class.
grokys/Perspex,grokys/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/...
src/Windows/Avalonia.Win32/Composition/CompositionHost.cs
mit
1,593,187,323
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
f5dd50e8ea855a8e903af1e872648b60c5e7de52
call enddraw.
call enddraw.
AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,grokys/Perspex,SuperJMN/Avalonia,...
src/Windows/Avalonia.Win32/Composition/CompositionHost.cs
mit
1,593,187,006
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
6adb1d062475ec8679ef01048bba24902c2c95b8
pass in wrapped surface to session.
pass in wrapped surface to session.
jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,j...
src/Windows/Avalonia.Win32/Composition/CompositionHost.cs
mit
1,593,186,697
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
using System; using System.Runtime.InteropServices; using Avalonia.OpenGL; using Avalonia.OpenGL.Angle; using Windows.UI.Composition; using Windows.UI.Composition.Interop; using WinRT; namespace Avalonia.Win32 { public class CompositionEglGlPlatformSurface : EglGlPlatformSurfaceBase { private readonly...
4891eadbbc2a2d6fc30b1b79fd05bdf7eec92fc7
Remove the file extension in CreateBlazorTrimmerRootDescriptorFile (#23330)
Remove the file extension in CreateBlazorTrimmerRootDescriptorFile (#23330) The linker doesn't resolve assemblies correctly if the file extension (.dll) is included in the assembly name in the descriptor xml file. See also https://github.com/mono/linker/issues/1294
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Razor/Microsoft.NET.Sdk.Razor/src/CreateBlazorTrimmerRootDescriptorFile.cs
apache-2.0
1,593,185,643
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.IO; using System.Xml; using System.Xml.Linq; using Microsoft.Build.Framework; using Microsoft.Build.Utili...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.IO; using System.Xml; using System.Xml.Linq; using Microsoft.Build.Framework; using Microsoft.Build.Utili...
2c7bec5406e1495c83e2e704db228842031724e0
chore: replace line terminators in WebRequestWrappers
chore: replace line terminators in WebRequestWrappers
twilio/twilio-csharp
src/Twilio/Http/Net35/WebRequestWrappers.cs
mit
1,593,185,484
#if NET35 using System; using System.Collections.Specialized; using System.IO; using System.Net; namespace Twilio.Http.Net35 { /// <summary> /// These classes exist to wrap MSFT's WebRequest interfaces to enable unit testing of /// WebRequestClient. /// </summary> public class HttpWebRequestFacto...
#if NET35 using System; using System.Collections.Specialized; using System.IO; using System.Net; namespace Twilio.Http.Net35 { /// <summary> /// These classes exist to wrap MSFT's WebRequest interfaces to enable unit testing of /// WebRequestClient. /// </summary> public class HttpWebRe...
e8d36bc3cbb5c6aa2c0f0fd6dde7d18d34799590
Don't trigger the same exception multiple times
Don't trigger the same exception multiple times
NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu-new
osu.Game/Screens/Multi/RoomManager.cs
mit
1,593,185,003
// 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 System.Threading.Tasks; using osu.Framework.Allocation; 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; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu....
1f6e098f74623ddb83f456f3b14023ad69d523ab
Fix PubSub converter attribute in protobuf
Fix PubSub converter attribute in protobuf PubsubMessage is now wrapped by MessagePublishedData
googleapis/google-cloudevents-dotnet,googleapis/google-cloudevents-dotnet
src/Google.Events.Protobuf/Cloud/PubSub/V1/ConverterAttributes.cs
apache-2.0
1,593,184,760
// Copyright 2020, Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
// Copyright 2020, Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
e7d1a30331bcf5527172e288c871cabaae59afa5
[2.3.0] added simple mock spectrometer
[2.3.0] added simple mock spectrometer
WasatchPhotonics/Wasatch.NET,WasatchPhotonics/Wasatch.NET
WasatchNET/MockSpectrometer.cs
mit
1,593,184,594
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using LibUsbDotNet; using LibUsbDotNet.Main; namespace WasatchNET { public class MockSpectrometer : Spectrometer { uint da...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text.RegularExpressions; using System.Threading; using LibUsbDotNet; using LibUsbDotNet.Main; namespace WasatchNET { public class MockSpectrometer : Spectrometer { uint da...
c233dc476800e7df39ee242a7515cc6bc8beb5e9
Add some global error handling
Add some global error handling
peppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu
osu.Game/Screens/Multi/RoomManager.cs
mit
1,593,184,576
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Bindables; 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.Linq; using System.Threading.Tasks; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu....
42c9c13f9f535c4c21281e58bd5dd4fca14aae76
Crutch for loading scenes from asset bundles
Crutch for loading scenes from asset bundles
dimmpixeye/Unity3dTools
Runtime/Core/SceneSub.cs
mit
1,593,184,251
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using UnityEngine; using UnityEngine.SceneManagement; using Debug = UnityEngine.Debug; namespace Pixeye.Actors { public static class SceneSub { enum State { AlreadyAdded, ...
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using UnityEngine; using UnityEngine.SceneManagement; using Debug = UnityEngine.Debug; namespace Pixeye.Actors { public static class SceneSub { enum State { AlreadyAdded, ...
9063f62722858ed43df359f539cd83319f7e74f6
updated lesson 5
updated lesson 5
marcio-azevedo/codility
src/Codility.Katas/Lessons/05.PrefixSums.cs
mit
1,593,183,841
using System.Linq; namespace Codility.Katas.Lessons { // Prefix Sums - https://codility.com/programmers/lessons/3/ public class PerfixSums { public static int solutionCountDiv(int A, int B, int K) { int result = 0; int currentNumber = A; if (K == 1) { ...
using System.Linq; namespace Codility.Katas.Lessons { // Prefix Sums - https://codility.com/programmers/lessons/3/ public class PerfixSums { // Count Div (Painless / Easy) - https://codility.com/programmers/task/count_div/ // result 100% - https://codility.com/demo/results/trainingHDGERS-U...