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
a6263796324338e7f7ef6419ff7727f0f759f9c1
Remove unused assertions and unused assertion parameters.
Remove unused assertions and unused assertion parameters.
fixie/fixie,fixie/fixie
src/Fixie.Tests/Assertions/AssertionExtensions.cs
mit
1,588,988,530
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
namespace Fixie.Tests.Assertions { using System; using System.Collections; using System.Collections.Generic; using System.Linq; using static System.Environment; public static class AssertionExtensions { public static void ShouldBeGreaterThan(this int actual, int minimum) { ...
c113d92626da709aa83085c32579a352eb4d3507
Added offset and length to ARC4 transform.
Added offset and length to ARC4 transform.
googleprojectzero/sandbox-attacksurface-analysis-tools,googleprojectzero/sandbox-attacksurface-analysis-tools
NtApiDotNet/Utilities/Security/ARC4.cs
apache-2.0
1,588,984,919
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
// Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
b7875ec0ddec15565dd10e853cfc724d71bf67fb
Update ConsoleControlChar.cs
Update ConsoleControlChar.cs Update summary with link to docs.microsoft.com where the "set console font" code comes from.
cheong00/MSDNDemos,cheong00/MSDNDemos,cheong00/MSDNDemos
ConsoleControlChar/ConsoleControlChar.cs
mit
1,588,984,418
using System; using System.Runtime.InteropServices; using System.Text; namespace ConsoleControlChar { /// <summary> /// Example on how to print non-printable character in Console application, /// also how to change font in Console application. /// /// Code to set font comes from: /// https://do...
using System; using System.Runtime.InteropServices; using System.Text; namespace ConsoleControlChar { /// <summary> /// Examle on how to print non-printable character in Console application, /// also how to change font in Console application. /// /// This example will need /unsafe option to compil...
2050f4d258308ecd2aabcaefb5bd96100e3c637d
Add more tests
Add more tests
CaioProiete/serilog,serilog/serilog,CaioProiete/serilog,serilog/serilog,serilog/serilog
test/Serilog.Tests/Formatting/Json/JsonValueFormatterTests.cs
apache-2.0
1,588,984,370
using System; using System.Collections.Generic; using System.IO; using Serilog.Events; using Serilog.Formatting.Json; using Serilog.Tests.Support; using Xunit; namespace Serilog.Tests.Formatting.Json { public class JsonValueFormatterTests { class JsonLiteralValueFormatter : JsonValueFormatter ...
using System; using System.Collections.Generic; using System.IO; using Serilog.Events; using Serilog.Formatting.Json; using Xunit; namespace Serilog.Tests.Formatting.Json { public class JsonValueFormatterTests { class JsonLiteralValueFormatter : JsonValueFormatter { public string F...
61954dc94aceb2e772555a5c17d0cbe01b607509
added translation entry: moveAppOutOfDownloads
added translation entry: moveAppOutOfDownloads
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Utils/Translations.cs
apache-2.0
1,588,984,220
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
9ed0bd2919607a56e8edd1bc367c52a3f68111a1
Fixes issue with parsing in the Turkish locale
Fixes issue with parsing in the Turkish locale
koliva8245/Heroes.ReplayParser,barrett777/Heroes.ReplayParser
Heroes.ReplayParser/Foole.Mpq/MpqArchive.cs
mit
1,588,982,826
// // MpqArchive.cs // // Authors: // Foole (fooleau@gmail.com) // // (C) 2006 Foole (fooleau@gmail.com) // Based on code from StormLib by Ladislav Zezula // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to de...
// // MpqArchive.cs // // Authors: // Foole (fooleau@gmail.com) // // (C) 2006 Foole (fooleau@gmail.com) // Based on code from StormLib by Ladislav Zezula // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to de...
ef700c00fb9bc26ded0a54973eb293681cec1cf1
New clientlib ver
New clientlib ver
kaltura/KalturaGeneratedAPIClientsCsharp
KalturaClient/Client.cs
agpl-3.0
1,588,982,683
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
770c89ad18b6c75dfcf5db206f0edf41ddafc9d3
DLC
DLC Added DLC
darkautism/TROPHYParser
TROPHYParser/TROPCONF.cs
mit
1,588,982,426
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; namespace TROPHYParser { public class TROPCONF { long startByte = 0x40; string path; string trophyconf_version; public string npcommid; public string trophyset_version; ...
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; namespace TROPHYParser { public class TROPCONF { long startByte = 0x40; string path; string trophyconf_version; public string npcommid; public string trophyset_version; ...
4967bb9580fcb68ab16869a3611683225efdb55a
Correct PasswordFinder help for numbers and symbols
Correct PasswordFinder help for numbers and symbols
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/CommandLine/PasswordFinderCommand.cs
mit
1,588,981,882
using Mono.Options; using System; using System.Collections.Generic; using System.Threading.Tasks; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Helpers; using WalletWasabi.Logging; using WalletWasabi.Wallets; namespace WalletWasabi.Gui.CommandLine { internal class PasswordFinderCommand : Command { public ...
using Mono.Options; using System; using System.Collections.Generic; using System.Threading.Tasks; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Helpers; using WalletWasabi.Logging; using WalletWasabi.Wallets; namespace WalletWasabi.Gui.CommandLine { internal class PasswordFinderCommand : Command { public ...
19f7e92b7ed45027cb0bdafcbb9dccf487f34eeb
Added check when determining if supported_clients.xml needs to be updated on server: If number of supported clients local and server do not match (if we stop supported an old version)
Added check when determining if supported_clients.xml needs to be updated on server: If number of supported clients local and server do not match (if we stop supported an old version)
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/DatabaseUpdater.xaml.cs
apache-2.0
1,588,981,779
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Net; using System.IO; using Microsoft.Win32; using System.Xml; namespace RelhaxM...
f52c5baa23c08185a3a398f16753773c30248a9c
DLC
DLC Update for dlc
darkautism/TROPHYParser
TROPHYParser/TROPCONF.cs
mit
1,588,981,557
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; namespace TROPHYParser { public class TROPCONF { long startByte = 0x40; string path; string trophyconf_version; public string npcommid; public string trophyset_version; ...
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; namespace TROPHYParser { public class TROPCONF { long startByte = 0x40; string path; string trophyconf_version; public string npcommid; public string trophyset_version; ...
4ec1a347c684d93df3a13cf49f0800df3c18dff0
Refactor SchnorrBlinding class
Refactor SchnorrBlinding class
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Crypto/SchnorrBlindingSignature.cs
mit
1,588,981,187
using System; using NBitcoin; using NBitcoin.Crypto; using NBitcoin.Secp256k1; namespace WalletWasabi.Crypto { public class SchnorrBlinding { public class Requester { #pragma warning disable IDE1006 // Naming Styles private Scalar _v = Scalar.Zero; private Scalar _c = Scalar.Zero; private Scalar _w = S...
using System; using NBitcoin; using NBitcoin.Crypto; using NBitcoin.Secp256k1; namespace WalletWasabi.Crypto { public class SchnorrBlinding { public class Requester { Scalar _v = Scalar.Zero; Scalar _c = Scalar.Zero; Scalar _w = Scalar.Zero; public Requester() { } public uint256 BlindScript...
c6df1a6ca42537fa62e7d692863fe3b0b0e9c36c
fixed bug of rouge save selection confirmation window when the loadV3 method is saving/updating the selection entries
fixed bug of rouge save selection confirmation window when the loadV3 method is saving/updating the selection entries
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,980,603
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
b429f3e850cd049f8429fc41fae629d7f2543558
move calculate bounds to LineNode.
move calculate bounds to LineNode.
jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,grokys/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalon...
src/Avalonia.Visuals/Rendering/SceneGraph/LineNode.cs
mit
1,588,980,024
using System; using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Platform; using Avalonia.VisualTree; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// A node in the scene graph which represents a line draw. /// </summary> internal class L...
using System.Collections.Generic; using Avalonia.Media; using Avalonia.Media.Immutable; using Avalonia.Platform; using Avalonia.VisualTree; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// A node in the scene graph which represents a line draw. /// </summary> internal class LineNode : Brush...
1dc40aad68eddb432407826d845a7691961a5635
dont inflate in draw operation
dont inflate in draw operation
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,Perspex...
src/Avalonia.Visuals/Rendering/SceneGraph/DrawOperation.cs
mit
1,588,980,006
using System; using Avalonia.Media; using Avalonia.Platform; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// Base class for draw operations that have bounds. /// </summary> internal abstract class DrawOperation : IDrawOperation { public DrawOperation(Rect bounds, Matrix transfo...
using System; using Avalonia.Media; using Avalonia.Platform; namespace Avalonia.Rendering.SceneGraph { /// <summary> /// Base class for draw operations that have bounds. /// </summary> internal abstract class DrawOperation : IDrawOperation { public DrawOperation(Rect bounds, Matrix transfo...
561267f54108750eb6d984df5cddadb7b9718e3a
Limit positive exit code to max of 100
Limit positive exit code to max of 100
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
src/NUnitConsole/nunit3-console/ConsoleRunner.cs
mit
1,588,979,600
// *********************************************************************** // Copyright (c) 2014 Charlie Poole, Rob Prouse // // 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 restri...
// *********************************************************************** // Copyright (c) 2014 Charlie Poole, Rob Prouse // // 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 restri...
a734e0c55171038991f0d8ba7e678730e0adc4ed
i knew it was too good to be true
i knew it was too good to be true
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Windows/ModSelectionList.xaml.cs
apache-2.0
1,588,979,511
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Xml; using System.Net; using System.IO; using Microsoft.Win32; using RelhaxModpack.UIComponents; usi...
9863da0036fad86e71162e12faab26392ddc1390
Update Translations.cs
Update Translations.cs
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Utils/Translations.cs
apache-2.0
1,588,975,392
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
394e7f374e561573a00103f3df176a7ff35bee60
Updating localization package: applying updates
Updating localization package: applying updates Added Russian translations for new strings.
Willster419/RelhaxModpack,Willster419/RelicModManager
RelhaxModpack/RelhaxModpack/Utils/Translations.cs
apache-2.0
1,588,974,483
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
aa13b2f541273697c254f29bb9cb1a42bcba1cef
Fixes #842
Fixes #842
NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer
PackageExplorer/App.xaml.cs
mit
1,588,972,365
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.ComponentModel.Composition.Hosting; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using NuGet.Common; using NuGet.Configurat...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.ComponentModel.Composition.Hosting; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using NuGet.Common; using NuGet.Configurat...
f88dfd84a2830afeaf65f2a0dd5318b7a4f964cf
upd ger translation
upd ger translation
Willster419/RelicModManager,Willster419/RelhaxModpack
RelhaxModpack/RelhaxModpack/Utils/Translations.cs
apache-2.0
1,588,970,983
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
using RelhaxModpack.Windows; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Media; namespace RelhaxModpack { ///...
25195ba672fe5dc0ed2012f70300ea075fbbd8c6
BUGFIX: CilCode.ToOpCode() subtract 0xFE00 instead of 0x100
BUGFIX: CilCode.ToOpCode() subtract 0xFE00 instead of 0x100
Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver
src/AsmResolver.PE/DotNet/Cil/CilCode.cs
mit
1,588,970,451
// AsmResolver - Executable file format inspection library // Copyright (C) 2016-2019 Washi // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 3.0 of the Lice...
// AsmResolver - Executable file format inspection library // Copyright (C) 2016-2019 Washi // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 3.0 of the Lice...
648f17d58752ccfc3e835b28489289d0ce3f8f97
Removed outdated todo
Removed outdated todo
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Services/Core/MessageHandlers/MessageReceivedHandler.cs
agpl-3.0
1,588,969,671
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.WebSocket; using Microsoft.Extensions.Logging; using SoraBot.Common.Extensions.Modules; using SoraBot.Common.Messages; using SoraBot.Common.Messages.MessageAdapters; using ...
6b0679c092e3265608ca9d7ce94ab8bee679b66d
fix AppVeyor url test (second try)
fix AppVeyor url test (second try)
qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox
Wox.Test/UrlPluginTest.cs
mit
1,588,967,138
using NUnit.Framework; using Wox.Infrastructure; using Wox.Plugin.Url; namespace Wox.Test { [TestFixture] public class UrlPluginTest { [OneTimeSetUp] public void Setup() { Constant.Initialize(); } [Test] public void URLMatchTest() ...
using NUnit.Framework; using Wox.Infrastructure; using Wox.Plugin.Url; namespace Wox.Test { [TestFixture] public class UrlPluginTest { [Test] public void URLMatchTest() { Constant.Initialize(); var plugin = new Main(); Assert.IsTrue(plugin.IsURL...
5fbf06df8e3e18fed11a617ace21fb98e091689b
Fixed AM/PM hour formatting so 0 hour is displayed as 12
Fixed AM/PM hour formatting so 0 hour is displayed as 12
andersnm/ExcelNumberFormat
src/ExcelNumberFormat/Formatter.cs
mit
1,588,966,497
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace ExcelNumberFormat { static internal class Formatter { static public string Format(object value, string formatString, CultureInfo culture) { var format = new NumberFormat(formatS...
using System; using System.Collections.Generic; using System.Globalization; using System.Text; namespace ExcelNumberFormat { static internal class Formatter { static public string Format(object value, string formatString, CultureInfo culture) { var format = new NumberFormat(formatS...
95d3bed5deceba438af28a44a0f471d39c8d5a71
fix uninitialized constants in url test
fix uninitialized constants in url test
Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,Wox-launcher/Wox
Wox.Test/UrlPluginTest.cs
mit
1,588,965,972
using NUnit.Framework; using Wox.Infrastructure; using Wox.Plugin.Url; namespace Wox.Test { [TestFixture] public class UrlPluginTest { [Test] public void URLMatchTest() { Constant.Initialize(); var plugin = new Main(); Assert.IsTrue(plugin.IsURL...
using NUnit.Framework; using Wox.Plugin.Url; namespace Wox.Test { [TestFixture] public class UrlPluginTest { [Test] public void URLMatchTest() { var plugin = new Main(); Assert.IsTrue(plugin.IsURL("http://www.google.com")); Assert.IsTrue(plugin.I...
de7b0906104bc50d6d6f927e877aaf686b16c410
The term for an incorrectly failing test is 'false positive'
The term for an incorrectly failing test is 'false positive'
mjedrzejek/nunit,nunit/nunit,nunit/nunit,nunit/nunit,mjedrzejek/nunit,mjedrzejek/nunit
src/NUnitFramework/tests/Internal/RandomizerBiasTests.cs
mit
1,588,965,530
// *********************************************************************** // Copyright (c) 2019 Charlie Poole, Rob Prouse // // 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 restri...
// *********************************************************************** // Copyright (c) 2019 Charlie Poole, Rob Prouse // // 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 restri...
ce9ae43f61226238feb8ed3743e6f1a222671758
Remove debug writeline for key press
Remove debug writeline for key press
quicoli/WPF-AutoComplete-TextBox
AutoCompleteTextBox/AutoCompleteTextBox/Editors/SelectionAdapter.cs
mit
1,588,965,506
using System.Diagnostics; using System.Windows.Controls.Primitives; using System.Windows.Input; namespace AutoCompleteTextBox.Editors { public class SelectionAdapter { #region "Fields" #endregion #region "Constructors" public SelectionAdapter(Selector selector) { ...
using System.Diagnostics; using System.Windows.Controls.Primitives; using System.Windows.Input; namespace AutoCompleteTextBox.Editors { public class SelectionAdapter { #region "Fields" #endregion #region "Constructors" public SelectionAdapter(Selector selector) { ...
fc6f3f0d24f96c63a03879b2e5fc006fc18c7c53
maybe this shit works
maybe this shit works
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Data/Repositories/GuildRepos/GuildRepository.cs
agpl-3.0
1,588,965,257
using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; namespace SoraBot.Data.Repositories.GuildRepos { public class GuildRepository : IGuildRepository { private reado...
using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; namespace SoraBot.Data.Repositories.GuildRepos { public class GuildRepository : IGuildRepository { private reado...
7cf925389d85d97a0c316b61cf6cfe0b2aeca240
Extreme jank solution to null reference exceptions
Extreme jank solution to null reference exceptions
Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2
SoraBot/SoraBot.Data/Repositories/GuildRepos/GuildRepository.cs
agpl-3.0
1,588,965,031
using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; namespace SoraBot.Data.Repositories.GuildRepos { public class GuildRepository : IGuildRepository { private reado...
using System.Linq; using System.Threading.Tasks; using ArgonautCore.Maybe; using Microsoft.EntityFrameworkCore; using SoraBot.Data.Models.SoraDb; using SoraBot.Data.Repositories.Interfaces; namespace SoraBot.Data.Repositories.GuildRepos { public class GuildRepository : IGuildRepository { private reado...
a9e6957cc330064cc389a7cce94d1adde830d6eb
Shorten tooltip for projects on the timeline.
Shorten tooltip for projects on the timeline.
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer.Core/Timeline/Block.cs
mit
1,588,964,991
using System; using System.IO; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class Block { public string Text { get; set; } public double Start { get; set; } public double End { get; set; } public double Length => End - Start;...
using System; using System.IO; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer { public class Block { public string Text { get; set; } public double Start { get; set; } public double End { get; set; } public double Length => End - Start;...
bcfb9ea84001add410dae4ebfb9eed208aaccff5
skip broken test.
skip broken test.
wieslawsoltes/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,SuperJMN/Aval...
tests/Avalonia.Controls.UnitTests/DatePickerTests.cs
mit
1,588,964,442
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using Avalonia.Controls.Primitives; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates; using Avalonia.Data; using Avalonia.Markup.Data; using Avalonia.Platform; using Avalonia.U...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using Avalonia.Controls.Primitives; using Avalonia.Controls.Presenters; using Avalonia.Controls.Templates; using Avalonia.Data; using Avalonia.Markup.Data; using Avalonia.Platform; using Avalonia.U...
21475b327b1395f9e7f32fd88c08b6be3582373d
Address reviews
Address reviews - Add a comment explaning why we need to round down in data time zone and not exchange timezone. - Keep subscription EndTime RoundDown by DataResolution since it won't change and it's expensive.
jameschch/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,JKarathiya/Lean,QuantConnect/Lean,JKarathiya/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,AlexCatarino/Lean,QuantConnect/Lean
Engine/DataFeeds/Enumerators/FillForwardEnumerator.cs
apache-2.0
1,588,964,233
/* * 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 ...
380d43f2f938cd22b8c83a8c8cde9d85612e83bc
skip broken test.
skip broken test.
Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex...
tests/Avalonia.Controls.UnitTests/CalendarTests.cs
mit
1,588,963,807
using Xunit; using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace Avalonia.Controls.UnitTests { public class CalendarTests { private static bool CompareDates(DateTime first, DateTime second) { return first.Year == second.Year && ...
using Xunit; using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace Avalonia.Controls.UnitTests { public class CalendarTests { private static bool CompareDates(DateTime first, DateTime second) { return first.Year == second.Year && ...
d5857fdef18b9e21f1536fd4d1613b1d61082113
Fixes doors unable to be bumped if an open firelock or door was in the same tile
Fixes doors unable to be bumped if an open firelock or door was in the same tile
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Managers/MatrixManager/MatrixManager.cs
agpl-3.0
1,588,963,109
using Mirror; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Chemistry; using UnityEngine; using UnityEngine.Tilemaps; using UnityEngine.SceneManagement; /// <summary> /// Defines collision type we expect /// </summary> public enum CollisionType { None = -1, Player...
using Mirror; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using Chemistry; using UnityEngine; using UnityEngine.Tilemaps; using UnityEngine.SceneManagement; /// <summary> /// Defines collision type we expect /// </summary> public enum CollisionType { None = -1, Player...
56b3f4fbe0b1dcbb2d8afb6e335b5460866b6bf2
Changed Server to bind to all interfaces instead of just local
Changed Server to bind to all interfaces instead of just local
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Tools/NetworkThrouputTool/Main.cs
mit
1,588,962,771
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ...
48c11fca590b18e2990d6666e45aef2e483b0787
fix bug with navigating to timeline
fix bug with navigating to timeline
KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog,KirillOsenkov/MSBuildStructuredLog
src/StructuredLogViewer/Controls/TimelineControl.xaml.cs
mit
1,588,961,656
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer.Controls { publi...
using System; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using System.Windows.Threading; using Microsoft.Build.Logging.StructuredLogger; namespace StructuredLogViewer.Controls { publi...
75362a9e702d3f1168638e1f221c634953b999bb
Extension to allow list without audit dto constraint (#426)
Extension to allow list without audit dto constraint (#426) * add server details middleware * input validation * add list extension without audit * rejig to prevent breaking API change
dpvreony/Dhgms.AspNetCoreContrib,dpvreony/Dhgms.AspNetCoreContrib,dpvreony/Dhgms.AspNetCoreContrib
src/Dhgms.AspNetCoreContrib.Controllers/Extensions/ControllerExtensions.cs
apache-2.0
1,588,961,283
// Copyright (c) 2019 DHGMS Solutions and Contributors. All rights reserved. // This file is licensed to you under the MIT license. // See the LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threadin...
// Copyright (c) 2019 DHGMS Solutions and Contributors. All rights reserved. // This file is licensed to you under the MIT license. // See the LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threadin...
f4da6c910cbbf94eadd57b6cd1ee8d50ab973dab
Fix an issue with release notes
Fix an issue with release notes
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
tools/ReleaseNotes/Program.cs
agpl-3.0
1,588,961,132
using Octokit; using System; using System.Collections.Generic; using System.Globalization; 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 ...
using Octokit; using System; using System.Collections.Generic; using System.Globalization; 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 ...
cf0494ef01474ff02a283b47915773772ce9d7e8
Fix a null reference exception during compile
Fix a null reference exception during compile
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/Deployment/DreamMaker.cs
agpl-3.0
1,588,961,076
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Componen...
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Models; using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Componen...
72d605382643e77bc8133368c3755f1cd1d2c2af
Fix test merge comments not working
Fix test merge comments not working
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Instance.cs
agpl-3.0
1,588,961,023
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Rights; using Tgstation.Server.Host.Components.Byond; u...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Octokit; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Api.Rights; using Tgstation.Server.Host.Components.Byond; u...
15bdfe0bdf34746670b5fc38dbd4ccf8f2a8220c
WIP #AG341 - Fix data-package loading
WIP #AG341 - Fix data-package loading This package-load has an unwanted transaction, which can cause it to fail when wrapped by an outer transaction.
csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil
Tests/Agiil.Web.TestBuild/Services/DataPackageLoader.cs
mit
1,588,960,657
using System; using System.Collections.Generic; using System.Linq; using CSF.ORM; namespace Agiil.Web.Services { public class DataPackageLoader { readonly IEnumerable<Lazy<IDataPackage,DataPackageMetadata>> allPackages; readonly IGetsTransaction transactionCreator; public void LoadDataPackage(string ...
using System; using System.Collections.Generic; using System.Linq; using CSF.ORM; namespace Agiil.Web.Services { public class DataPackageLoader { readonly IEnumerable<Lazy<IDataPackage,DataPackageMetadata>> allPackages; readonly IGetsTransaction transactionCreator; public void LoadDataPackage(string ...
423571a6eacf717098efcf613749a4bde0f5445c
Trivial - reformat the Ticket class
Trivial - reformat the Ticket class
csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil
Agiil.Domain/Tickets/Ticket.cs
mit
1,588,960,657
using System; using System.Collections.Generic; using System.Linq; using CSF.Collections.EventRaising; using CSF.Entities; namespace Agiil.Domain.Tickets { public class Ticket : Entity<long> { public virtual string Title { get; set; } [AllowNull] public virtual string Description { ge...
using System; using System.Collections.Generic; using System.Linq; using CSF.Collections.EventRaising; using CSF.Entities; namespace Agiil.Domain.Tickets { public class Ticket : Entity<long> { public virtual string Title { get; set; } [AllowNull] public virtual string Description { get; set; } p...
a8a0b831d547f3d4140ec7372f1e3ab1dec42a03
No longer give access to posts if they are unpublished and un-authorised. - Only give access to unpublished posts if they are authorised.
No longer give access to posts if they are unpublished and un-authorised. - Only give access to unpublished posts if they are authorised.
blogifierdotnet/Blogifier.Core,blogifierdotnet/Blogifier.Core
src/Blogifier/Controllers/BlogController.cs
mit
1,588,959,327
using Blogifier.Core; using Blogifier.Core.Data; using Blogifier.Core.Helpers; using Blogifier.Core.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.IO; ...
using Blogifier.Core; using Blogifier.Core.Data; using Blogifier.Core.Helpers; using Blogifier.Core.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.IO; ...
1dd928ea83e9ef3b7b51426816143c7e2cd4c657
Rename category to "Behavior" for IsMovable property on Windows
Rename category to "Behavior" for IsMovable property on Windows
rds1983/Myra,rds1983/Myra
src/Myra/Graphics2D/UI/Window.cs
mit
1,588,959,093
using System; using System.ComponentModel; using System.Linq; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #else using Stride.Core.Math...
using System; using System.ComponentModel; using System.Linq; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #else using Stride.Core.Math...
28e231a0ef70f4ece5e1facb827b5554ae7aa5ab
Fixed issue in Buffer offset advancing incorrectly
Fixed issue in Buffer offset advancing incorrectly
GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf
Source/Tools/NetworkThrouputTool/Main.cs
mit
1,588,958,066
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ...
bbd9cc95093234f9584d50d690595ad7e4f37cf2
Fix discord provider mentions
Fix discord provider mentions
tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server
src/Tgstation.Server.Host/Components/Chat/Providers/DiscordProvider.cs
agpl-3.0
1,588,955,920
using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Tgstation.Server.Host.Components.Chat.Providers { /// <summary> /// <see cref="IProvider"/> for the Discord a...
using Discord; using Discord.WebSocket; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Tgstation.Server.Host.Components.Chat.Providers { /// <summary> /// <see cref="IProvider"/> for the Discord a...
e59949ee478989c0c06df81e6b55cc35be39d0e9
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
[ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE
Source/ACE.Server/ServerBuildInfo_Dynamic.cs
agpl-3.0
1,588,955,123
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "8aa419d9f333a4bfc6c6bc8966d60cadfad34de6"; public static string Version = "1.3"; public static string Build = "3374"; ...
namespace ACE.Server { public static partial class ServerBuildInfo { public static string Branch = "master"; public static string Commit = "a0285c77e63afe239a2e523382845f892bf5b398"; public static string Version = "1.3"; public static string Build = "3373"; ...
8aa419d9f333a4bfc6c6bc8966d60cadfad34de6
Fix read issue with GetContentFolder (#2980)
Fix read issue with GetContentFolder (#2980)
LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE
Source/ACE.Server/Program_DbUpdates.cs
agpl-3.0
1,588,954,983
extern alias MySqlConnectorAlias; using System; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Threading; using ACE.Common; using Newtonsoft.Json; namespace ACE.Server { partial class Program { private static void CheckForWorldDatabaseUpdate() ...
extern alias MySqlConnectorAlias; using System; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Threading; using ACE.Common; using Newtonsoft.Json; namespace ACE.Server { partial class Program { private static void CheckForWorldDatabaseUpdate() ...
b81848cb27806d11977ca56e88ce6a0f1555a336
assign validated resources by default (so it's non-null)
assign validated resources by default (so it's non-null)
IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4
src/IdentityServer4/src/Validation/Models/ValidatedRequest.cs
apache-2.0
1,588,953,596
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using IdentityServer4.Configuration; using IdentityServer4.Models; using System.Collections.Specialized; usi...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using IdentityServer4.Configuration; using IdentityServer4.Models; using System.Collections.Specialized; usi...
c3ef4301d5f9e78c27c4f7bef142d0451fabd50c
fixed tests
fixed tests
imperugo/StackExchange.Redis.Extensions,imperugo/StackExchange.Redis.Extensions
src/core/StackExchange.Redis.Extensions.Core/Implementations/RedisCacheConnectionPoolManager.cs
mit
1,588,952,995
using System; using System.Collections.Concurrent; using System.Linq; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using StackExchange.Redis.Extensions.Core.Abstractions; using StackExchange.Redis.Extensions.Core.Configuration; using StackExchange.Redis.Extensions.Core.Models;...
using System; using System.Collections.Concurrent; using System.Linq; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using StackExchange.Redis.Extensions.Core.Abstractions; using StackExchange.Redis.Extensions.Core.Configuration; using StackExchange.Redis.Extensions.Core.Models;...
fcb256cc2a2f650778a9dd0786e9930990f6e602
Fix reattaching
Fix reattaching
tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server,tgstation/tgstation-server-tools
src/Tgstation.Server.Host/Components/ReattachInfoHandler.cs
agpl-3.0
1,588,952,442
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Components.Watchdog; using Tgstation.Server.Host.Database; using Z.EntityFramewo...
using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using Tgstation.Server.Host.Components.Deployment; using Tgstation.Server.Host.Components.Watchdog; using Tgstation.Server.Host.Database; using Z.EntityFramewo...
e2a4465772c768e7852dcf71b883da5214db4291
Moved registration to view’s parent window to fix losing focus
Moved registration to view’s parent window to fix losing focus
ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,...
osu.Framework.iOS/Input/IOSMouseHandler.cs
mit
1,588,952,431
// 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 CoreGraphics; using Foundation; using ObjCRuntime; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pl...
// 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 CoreGraphics; using Foundation; using ObjCRuntime; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pl...
7e3997ebad2ae67177536b63cc1f97fa9f0ab5df
436: remove unused code
436: remove unused code
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/3_Grid/2_GridLayer.cs
bsd-2-clause
1,588,952,017
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; namespace LayoutFarm.UI { sealed class GridLayer { GridTable.GridRowCollection _gridRows; GridTable.GridColumnCollection _gridCols; int _uniformCell...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; using PixelFarm.Drawing; using LayoutFarm.RenderBoxes; namespace LayoutFarm.UI { sealed class GridLayer { GridTable.GridRowCollection _gridRows; GridTable.GridColumnCollection _gridCols; int _uniformCell...
b1f0e78d41404770e80171b18b1842e350377a90
restore original tab spacing
restore original tab spacing
rds1983/Myra,rds1983/Myra
src/Myra/Graphics2D/UI/Window.cs
mit
1,588,951,661
using System; using System.ComponentModel; using System.Linq; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #else using Stride.Core.Math...
using System; using System.ComponentModel; using System.Linq; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #else using Stride.Core.Math...
e22d681f80131210bdc8d628e7156bf671af4c1a
Closes rds1983/Myra#205
Closes rds1983/Myra#205
rds1983/Myra,rds1983/Myra
src/Myra/Graphics2D/UI/Window.cs
mit
1,588,951,514
using System; using System.ComponentModel; using System.Linq; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #else using Stride.Core.Math...
using System; using System.ComponentModel; using System.Linq; using Myra.Graphics2D.UI.Styles; using Myra.Utility; using System.Xml.Serialization; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #else using Stride.Core.Math...
e2c7247e9bb33716aa3493e135bd75e65f3b133e
NRE fix for ghosts while typing
NRE fix for ghosts while typing
krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Player/PlayerSync.cs
agpl-3.0
1,588,950,974
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using Mirror; /// <summary> /// Holds player state information used for interpolation, such as player position, flight direction etc. /// Gives client enough information to be able to smoothly interpolate t...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using Mirror; /// <summary> /// Holds player state information used for interpolation, such as player position, flight direction etc. /// Gives client enough information to be able to smoothly interpolate t...
ad9949d4606d1375a9da2ed075260a58f6f5edcc
Fix unhandled exception in ZipDataCacheProvider
Fix unhandled exception in ZipDataCacheProvider
JKarathiya/Lean,AlexCatarino/Lean,jameschch/Lean,StefanoRaggi/Lean,QuantConnect/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,StefanoRaggi/Lean,jameschch/Lean,JKarathiya/Lean,QuantConnect/Lean,QuantConnect/Lean,jameschch/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean
Engine/DataFeeds/ZipDataCacheProvider.cs
apache-2.0
1,588,950,713
/* * 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...
73aeca7a28a2985812f9d0eba0266067a1975d71
Add 1.9 parts
Add 1.9 parts
gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer
LmpCommon/ModFile/Structure/ModControlStructure.cs
mit
1,588,950,155
using System.Collections.Generic; namespace LmpCommon.ModFile.Structure { public class MandatoryPart { public string Text { get; set; } public string Link { get; set; } public string PartName { get; set; } } public class ForbiddenPart { public string Text { get; se...
using System.Collections.Generic; namespace LmpCommon.ModFile.Structure { public class MandatoryPart { public string Text { get; set; } public string Link { get; set; } public string PartName { get; set; } } public class ForbiddenPart { public string Text { get; se...
378407884c5e9987ae56db6ce063d14f3c1da32f
The new Payjoin spec is not guaranteed to work with BIP79 so I would remove its BIP21 key as a signal for payjoin.
The new Payjoin spec is not guaranteed to work with BIP79 so I would remove its BIP21 key as a signal for payjoin.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Controls/WalletExplorer/SendTabViewModel.cs
mit
1,588,950,076
using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Gui.Helpers; using WalletWasabi.Gui.Models.Sta...
using NBitcoin; using NBitcoin.Payment; using ReactiveUI; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using WalletWasabi.Blockchain.TransactionBuilding; using WalletWasabi.Blockchain.Transactions; using WalletWasabi.Gui.Helpers; using WalletWasabi.Gui.Models.Sta...
ad8dff4d093c227c79caecc0e5a01a3bd54bfc75
https://pt.stackoverflow.com/q/450593/101
https://pt.stackoverflow.com/q/450593/101
bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt
CSharp/Math/RandomChar.cs
mit
1,588,950,061
using System; using System.Text; using static System.Console; public class Program { public static Random Rand = new Random(DateTime.Now.Millisecond); public static string Text = "10"; public static void Main() => Rodar(); public static void Rodar() { if (!int.TryParse(Text, out var num)) return; ...
using System; using System.Text; using static System.Console; public class Program { public static Random Rand = new Random(DateTime.Now.Millisecond); public static string Text = "10"; public static void Main() { Rodar(); } public static void Rodar() { if (!int.TryParse(Text, out var num)) return; ...
4d145ca4466ba5829ff061ad1335e11202155663
Remove Additional items in Array. And fix object not set to an instance exception while generate sample json for Array schema. (#1169)
Remove Additional items in Array. And fix object not set to an instance exception while generate sample json for Array schema. (#1169)
NJsonSchema/NJsonSchema,NJsonSchema/NJsonSchema,RSuter/NJsonSchema
src/NJsonSchema/Generation/SampleJsonDataGenerator.cs
mit
1,588,948,900
//----------------------------------------------------------------------- // <copyright file="SampleJsonSchemaGenerator.cs" company="NJsonSchema"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license> // <author>Rico ...
//----------------------------------------------------------------------- // <copyright file="SampleJsonSchemaGenerator.cs" company="NJsonSchema"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md</license> // <author>Rico ...
0cd3027c289aa42d90c59b3121497849b978d07a
Disable naming warning
Disable naming warning
JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI.Web/Clients/Interfaces/IArtistsClient.cs
mit
1,588,948,740
using System.Threading.Tasks; namespace SpotifyAPI.Web { public interface IArtistsClient { Task<ArtistsResponse> GetSeveral(ArtistsRequest request); [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1716")] Task<FullArtist> Get(string artistId); Task<Paging<SimpleAlbum>> Get...
using System.Threading.Tasks; namespace SpotifyAPI.Web { public interface IArtistsClient { Task<ArtistsResponse> GetSeveral(ArtistsRequest request); Task<FullArtist> Get(string artistId); Task<Paging<SimpleAlbum>> GetAlbums(string artistId); Task<Paging<SimpleAlbum>> GetAlbums(string artistId, Ar...
d22dfff0243561b90b9308886f50ca46ab1c7f8d
Surround SyntaxEditor with a fill panel too. Make sure its back color is synchronized with TitleBarBackColor.
Surround SyntaxEditor with a fill panel too. Make sure its back color is synchronized with TitleBarBackColor.
PenguinF/sandra-three
Sandra.UI/AppTemplate/SyntaxEditorForm.cs
apache-2.0
1,588,948,464
#region License /********************************************************************************* * SyntaxEditorForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
#region License /********************************************************************************* * SyntaxEditorForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
9a915c46c50ceb8abd8f204d4f7bdc1892acfc5d
Simplify persisted grant.
Simplify persisted grant.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Domain.Users.MongoDb/Infrastructure/MongoPersistedGrantStore.cs
mit
1,588,948,411
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
9c361007eab8bd5f8c293a93c0c0247564f51d70
More defensive programming for asset resolver.
More defensive programming for asset resolver.
Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex,Squidex/squidex
backend/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ValueConverters.cs
mit
1,588,948,132
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
da179d95da93d412498a9f7518b07b405c0ce812
Publish TitleBarBackColor property and TitleBarBackColorChanged event.
Publish TitleBarBackColor property and TitleBarBackColorChanged event.
PenguinF/sandra-three
Sandra.UI/AppTemplate/MenuCaptionBarForm.cs
apache-2.0
1,588,948,104
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
#region License /********************************************************************************* * MenuCaptionBarForm.cs * * Copyright (c) 2004-2020 Henk Nicolai * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
da582e4302a92645f33851f5357e2989f0de4c68
435.1: debug
435.1: debug
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/1_UIElement/1_UIElement.cs
bsd-2-clause
1,588,947,654
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using System.Collections.Generic; namespace LayoutFarm.UI { static class UILayoutQueue { static readonly Queue<UIElement> s_layoutQueue = new Queue<UIElement>(); static UILayoutQueue() { LayoutFarm.EventQueueSyst...
//Apache2, 2014-present, WinterDev using PixelFarm.Drawing; using System.Collections.Generic; namespace LayoutFarm.UI { static class UILayoutQueue { static readonly Queue<UIElement> s_layoutQueue = new Queue<UIElement>(); static UILayoutQueue() { LayoutFarm.EventQueueSyst...
25659f0475db77c8a8feb6f4b091bdf97fe82be4
435: set parent to null, when remove elem from collection
435: set parent to null, when remove elem from collection
LayoutFarm/PixelFarm
src/PixelFarm/LayoutFarm.YourBasicCustomWidgets_SH/1_UIElement/4_UICollection.cs
bsd-2-clause
1,588,947,641
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; namespace LayoutFarm.UI { public interface IUICollectionNodeLocator<T> where T : UIElement { bool HasNext(); bool HasPrev(); T MoveNext(); T MovePrev(); } partial class UIElem...
//Apache2, 2014-present, WinterDev using System; using System.Collections.Generic; namespace LayoutFarm.UI { public interface IUICollectionNodeLocator<T> where T : UIElement { bool HasNext(); bool HasPrev(); T MoveNext(); T MovePrev(); } partial class UIElem...
e3577724dec2fb3de243291d86e8b58fcc6e3af7
Fixing test/Qwack.Core.Tests/Basic/FxPairFacts.cs
Fixing test/Qwack.Core.Tests/Basic/FxPairFacts.cs
cetusfinance/qwack,cetusfinance/qwack,cetusfinance/qwack
test/Qwack.Core.Tests/Basic/FxPairFacts.cs
mit
1,588,946,629
using System; using System.Collections.Generic; using System.Text; using Qwack.Core.Basic; using Qwack.Core.Models; using Xunit; namespace Qwack.Core.Tests.Basic { public class FxPairFacts { [Fact] public void FxPairFact() { var z = new FxPair { ...
using System; using System.Collections.Generic; using System.Text; using Qwack.Core.Basic; using Qwack.Core.Models; using Xunit; namespace Qwack.Core.Tests.Basic { public class FxPairFacts { [Fact] public void FxPairFact() { var z = new FxPair { ...
9e4eb6f2a385b565b1324268b6f915e8730276ca
Fix compile bug on 1.6
Fix compile bug on 1.6
effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer,effekseer/Effekseer
Dev/Editor/Effekseer/GUI/Menu/MainMenu.cs
mit
1,588,946,000
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Effekseer.GUI.Menu { class MainMenu : IRemovableControl { public bool ShouldBeRemoved { get; private set; } = false; internal List<IControl> Controls = new ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Effekseer.GUI.Menu { class MainMenu : IRemovableControl { public bool ShouldBeRemoved { get; private set; } = false; internal List<IControl> Controls = new ...
f2b5787a2def99dfa0d0101d6b951b3d366cf981
Refactor source and cache validation of expirablekeymap implementation, returning a tuple in a private method instead of repeat the same code in each method
Refactor source and cache validation of expirablekeymap implementation, returning a tuple in a private method instead of repeat the same code in each method
takenet/elephant
src/Take.Elephant.Specialized/Cache/OnDemandCacheMap.cs
apache-2.0
1,588,945,654
using System; using System.Threading; using System.Threading.Tasks; namespace Take.Elephant.Specialized.Cache { public class OnDemandCacheMap<TKey, TValue> : OnDemandCacheStrategy<IMap<TKey, TValue>>, IPropertyMap<TKey, TValue>, IExpirableKeyMap<TKey, TValue> { protected readonly TimeSpan CacheExpirat...
using System; using System.Threading; using System.Threading.Tasks; namespace Take.Elephant.Specialized.Cache { public class OnDemandCacheMap<TKey, TValue> : OnDemandCacheStrategy<IMap<TKey, TValue>>, IPropertyMap<TKey, TValue>, IExpirableKeyMap<TKey, TValue> { protected readonly TimeSpan CacheExpirat...
80cd5762749545ee95067388dea3c0d08d5a6d18
tests: renamed tests to reflect appropiate name on source
tests: renamed tests to reflect appropiate name on source
Jaxelr/Nancy.Template.Webservice
Content/tests/ModuleTest.cs
mit
1,588,945,545
using System.Diagnostics; using Nancy; using Nancy.Template.WebService.Validators; using Nancy.Template.WebService.Modules; using Nancy.Template.WebService.Repositories; using Nancy.Testing; using NSubstitute; using Xunit; namespace Nancy.Template.WebService.Tests { public class ModuleTest { private r...
using System.Diagnostics; using Nancy; using Nancy.Template.WebService.Validators; using Nancy.Template.WebService.Modules; using Nancy.Template.WebService.Repositories; using Nancy.Testing; using NSubstitute; using Xunit; namespace Nancy.Template.WebService.Tests { public class ModuleTest { private I...
8e1f8322b69adddf84a55e84bf4ae1eda32099d5
refactor: renamed module extension methods
refactor: renamed module extension methods
Jaxelr/Nancy.Template.Webservice
Content/src/Extensions/ModuleExtension.cs
mit
1,588,945,383
using System; using System.Threading.Tasks; using Nancy.ModelBinding; using Nancy.Responses.Negotiation; using Nancy.Template.WebService.Models.Operations; using Nancy.Validation; using Nancy; namespace Nancy.Template.WebService.Extensions { public static class ModuleExtensions { private static string...
using System; using System.Threading.Tasks; using Nancy.ModelBinding; using Nancy.Responses.Negotiation; using Nancy.Template.WebService.Models.Operations; using Nancy.Validation; using Nancy; namespace Nancy.Template.WebService.Extensions { public static class ModuleExtensions { private static string...
728e87092bcc90ced13cc6ef4d91e53e598926c9
Optimized pointer delegate class
Optimized pointer delegate class
ppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framew...
osu.Framework.iOS/Input/IOSMouseHandler.cs
mit
1,588,944,073
// 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 CoreGraphics; using Foundation; using ObjCRuntime; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pl...
// 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 CoreGraphics; using Foundation; using ObjCRuntime; using osu.Framework.Input.Handlers; using osu.Framework.Input.StateChanges; using osu.Framework.Pl...
f0de6cedffaead74a8876a445f948ff5971873b1
#44: Add filter support for get-class-extent
#44: Add filter support for get-class-extent
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/GetClassExtentsCommand.cs
lgpl-2.1
1,588,943,881
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
adcf5c45b71a120f422946f37bb434cc374415e1
add ability to close chat tabs using middle mouse button
add ability to close chat tabs using middle mouse button
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/UI/Windows/Widgets/ChatWindow.xaml.cs
mit
1,588,942,772
using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using Dragablz; using GongSolutions.Wpf.DragDrop.Utilities; using Nostrum.Extensions; using TCC.Data.Chat; using TCC.Settings.WindowSettings; using TCC.ViewModels; using TCC.ViewModels.Widgets; namespace TCC.UI.Windows...
using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using Dragablz; using GongSolutions.Wpf.DragDrop.Utilities; using Nostrum.Extensions; using TCC.Data.Chat; using TCC.Settings.WindowSettings; using TCC.ViewModels; using TCC.ViewModels.Widgets; namespace TCC.UI.Windows...
5e205e769d2a376873539e9b44cf229e80a8b961
Disable WhenSetClientConnectionEncryptionLevelSetToLow_ThenConnectionSucceeds (#102)
Disable WhenSetClientConnectionEncryptionLevelSetToLow_ThenConnectionSucceeds (#102) Change-Id: I4bbd3d128801a0f972aae8d55c45696125cfd083 Co-authored-by: Johannes Passing <6ccc4ad6ee422db68d1dd46c1dec7b0d5db2a8ef@google.com>
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.IapDesktop.Application.Test/Services/Windows/TestRemoteDesktopGroupPolicies.cs
apache-2.0
1,588,942,676
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2020 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
b52ec6fe584e242a5e3132d70aecb3ec1c70f5c3
#44: Allow dump-schema command to change the name of the schema being saved
#44: Allow dump-schema command to change the name of the schema being saved
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoCmd/Commands/DumpSchemaCommand.cs
lgpl-2.1
1,588,942,086
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
36b2f994a0fc4703318f5d85c90ce4f9885af72f
change flag from uk to us
change flag from uk to us
aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template
aspnet-core/src/AbpCompanyName.AbpProjectName.EntityFrameworkCore/EntityFrameworkCore/Seed/Host/DefaultLanguagesCreator.cs
mit
1,588,941,509
using System.Collections.Generic; using System.Linq; using Microsoft.EntityFrameworkCore; using Abp.Localization; using Abp.MultiTenancy; namespace AbpCompanyName.AbpProjectName.EntityFrameworkCore.Seed.Host { public class DefaultLanguagesCreator { public static List<ApplicationLanguage> InitialLangua...
using System.Collections.Generic; using System.Linq; using Microsoft.EntityFrameworkCore; using Abp.Localization; using Abp.MultiTenancy; namespace AbpCompanyName.AbpProjectName.EntityFrameworkCore.Seed.Host { public class DefaultLanguagesCreator { public static List<ApplicationLanguage> InitialLangua...
bc0a763481c1beacd9266a8021d0d050c3f9dfe4
add missing scenebuilder test.
add missing scenebuilder test.
jkoritzinsky/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,grokys/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,AvaloniaU...
tests/Avalonia.Visuals.UnitTests/Rendering/SceneGraph/SceneBuilderTests.cs
mit
1,588,941,265
using System; using System.Linq; using Avalonia.Controls; using Avalonia.Media; using Avalonia.Rendering.SceneGraph; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Layout; using Moq; using Avalonia.Platform; using System.Reactive.Subjects; using Avalonia.Data; using Avalonia.Utilities...
using System; using System.Linq; using Avalonia.Controls; using Avalonia.Media; using Avalonia.Rendering.SceneGraph; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Layout; using Moq; using Avalonia.Platform; using System.Reactive.Subjects; using Avalonia.Data; using Avalonia.Utilities...
67e6de978b2589655a16d4abdd8b5c17173b4fff
fix scenebuilder test
fix scenebuilder test
wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,Perspex/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,jkor...
tests/Avalonia.Visuals.UnitTests/Rendering/SceneGraph/SceneBuilderTests.cs
mit
1,588,941,256
using System; using System.Linq; using Avalonia.Controls; using Avalonia.Media; using Avalonia.Rendering.SceneGraph; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Layout; using Moq; using Avalonia.Platform; using System.Reactive.Subjects; using Avalonia.Data; using Avalonia.Utilities...
using System; using System.Linq; using Avalonia.Controls; using Avalonia.Media; using Avalonia.Rendering.SceneGraph; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Layout; using Moq; using Avalonia.Platform; using System.Reactive.Subjects; using Avalonia.Data; using Avalonia.Utilities...
a8cd4cc2d863a1b7d81f2282695f2ed6febeeffb
fix failing test.
fix failing test.
AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,Supe...
tests/Avalonia.Visuals.UnitTests/Rendering/SceneGraph/SceneBuilderTests.cs
mit
1,588,941,248
using System; using System.Linq; using Avalonia.Controls; using Avalonia.Media; using Avalonia.Rendering.SceneGraph; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Layout; using Moq; using Avalonia.Platform; using System.Reactive.Subjects; using Avalonia.Data; using Avalonia.Utilities...
using System; using System.Linq; using Avalonia.Controls; using Avalonia.Media; using Avalonia.Rendering.SceneGraph; using Avalonia.UnitTests; using Avalonia.VisualTree; using Xunit; using Avalonia.Layout; using Moq; using Avalonia.Platform; using System.Reactive.Subjects; using Avalonia.Data; using Avalonia.Utilities...
0ebdd636189c71db1095d357dcf6078036b80ab0
Кривенько реализовано убирание ЭтотОбъект из отладки. closes #750
Кривенько реализовано убирание ЭтотОбъект из отладки. closes #750
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/ScriptEngine/Machine/Contexts/UserScriptContextInstance.cs
mpl-2.0
1,588,941,228
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------...
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------...
ed103dade4a128ef81a25f6943fff8fe920b463a
Неиспользуемые методы
Неиспользуемые методы
EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript,EvilBeaver/OneScript
src/ScriptEngine/Machine/Contexts/ScriptDrivenObject.cs
mpl-2.0
1,588,941,146
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------...
/*---------------------------------------------------------- This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ----------------------------------------------------------...
06a66697e59b1683e9bedbcfd1ec67dd877721e4
Unhardcoded
Unhardcoded
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Managers/CargoManager.cs
agpl-3.0
1,588,940,910
using System.Collections; using System.Collections.Generic; using System.Linq; using Lucene.Net.Support; using UnityEngine; using UnityEngine.Events; using UnityEngine.SceneManagement; public class CargoManager : MonoBehaviour { public static CargoManager Instance; public int Credits; public ShuttleStatus Shuttle...
using System.Collections; using System.Collections.Generic; using System.Linq; using Lucene.Net.Support; using UnityEngine; using UnityEngine.Events; using UnityEngine.SceneManagement; public class CargoManager : MonoBehaviour { public static CargoManager Instance; public int Credits; public ShuttleStatus Shuttle...
964b507fb257e65cefbae949c16bd7576f994c6e
Update CargoManager.cs
Update CargoManager.cs
fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/Managers/CargoManager.cs
agpl-3.0
1,588,940,663
using System.Collections; using System.Collections.Generic; using System.Linq; using Lucene.Net.Support; using UnityEngine; using UnityEngine.Events; using UnityEngine.SceneManagement; public class CargoManager : MonoBehaviour { public static CargoManager Instance; public int Credits; public ShuttleStatus Shuttle...
using System.Collections; using System.Collections.Generic; using System.Linq; using Lucene.Net.Support; using UnityEngine; using UnityEngine.Events; using UnityEngine.SceneManagement; public class CargoManager : MonoBehaviour { public static CargoManager Instance; public int Credits; public ShuttleStatus Shuttle...
2f1baac62b60cac7f86747211297f4ad3122f9e1
If a schema has to be fixed due to incompatibilities, make sure that autogenreated properties are not nullable.
If a schema has to be fixed due to incompatibilities, make sure that autogenreated properties are not nullable. Fixes #18
jumpinjackie/fdotoolbox,jumpinjackie/fdotoolbox
FdoToolbox.Core/Feature/SchemaCapabilityChecker.cs
lgpl-2.1
1,588,940,124
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
#region LGPL Header // Copyright (C) 2020, Jackie Ng // https://github.com/jumpinjackie/fdotoolbox, jumpinjackie@gmail.com // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either /...
a63e2bc1ea77b31e46914d1cfc23ca1001464634
Use n1-standard-2, -1 is too slow to be reliable in tests (#101)
Use n1-standard-2, -1 is too slow to be reliable in tests (#101)
GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop,GoogleCloudPlatform/iap-desktop
Google.Solutions.Compute.Test/Env/InstanceAttribute.cs
apache-2.0
1,588,940,021
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
// // Copyright 2019 Google LLC // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Ver...
531278ced16b8f913e47bdd382d31f6172692e2d
added InRangeUnobstructed call to wire component
added InRangeUnobstructed call to wire component
space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
Content.Server/GameObjects/Components/WiresComponent.cs
mit
1,588,939,293
using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Interactable.Tools; using Content.Server.GameObjects.Components.VendingMachines; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects; us...
using System; using System.Collections.Generic; using System.Linq; using Content.Server.GameObjects.Components.Interactable.Tools; using Content.Server.GameObjects.Components.VendingMachines; using Content.Server.GameObjects.EntitySystems; using Content.Server.Interfaces; using Content.Server.Interfaces.GameObjects; us...
85e7b1e19535807ff6798c633aadaa9b96b48f47
Fix lost reference to character customisation window
Fix lost reference to character customisation window
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation
UnityProject/Assets/Scripts/UI/PreRound/GUI_PreRoundWindow.cs
agpl-3.0
1,588,938,984
using System; using Mirror; using TMPro; using UnityEngine; using UnityEngine.UI; public class GUI_PreRoundWindow : MonoBehaviour { // Text objects [SerializeField] private TMP_Text currentGameMode = null; [SerializeField] private TMP_Text timer = null; [SerializeField] private TMP_Text playerCount = null; [Se...
using System; using Mirror; using TMPro; using UnityEngine; using UnityEngine.UI; public class GUI_PreRoundWindow : MonoBehaviour { // Text objects [SerializeField] private TMP_Text currentGameMode = null; [SerializeField] private TMP_Text timer = null; [SerializeField] private TMP_Text playerCount = null; [Se...
fd8b2ece66c75856c48921956fbc3b4521349d06
- Issue #838: Small suggestion: Show UACWarning only after some delay
- Issue #838: Small suggestion: Show UACWarning only after some delay
oleg-shilo/wixsharp,oleg-shilo/wixsharp,dguder/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp,oleg-shilo/wixsharp
Source/src/WixSharp.UI/ManagedUI/Forms/ProgressDialog.cs
mit
1,588,938,902
using System; using System.Diagnostics; using System.Drawing; using System.Security.Principal; using System.Threading; using System.Windows.Forms; using Microsoft.Deployment.WindowsInstaller; using WixSharp.CommonTasks; namespace WixSharp.UI.Forms { /// <summary> /// The standard Installation Progress dialog ...
using System; using System.Diagnostics; using System.Drawing; using System.Security.Principal; using System.Threading; using System.Windows.Forms; using Microsoft.Deployment.WindowsInstaller; using WixSharp.CommonTasks; namespace WixSharp.UI.Forms { /// <summary> /// The standard Installation Progress dialog ...
f8e3179ce09419ab6c486cc6e7b82ba6ce2c19a9
Added tests for list with enums of underlying long type
Added tests for list with enums of underlying long type
CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos
Tests/Kernels/Cosmos.Compiler.Tests.Bcl/System/Collections/Generic/ListTest.cs
bsd-3-clause
1,588,938,740
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Cosmos.TestRunner; namespace Cosmos.Compiler.Tests.Bcl.System.Collections.Generic { public static class ListTest { public enum Test { E1, E2 } public...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Cosmos.TestRunner; namespace Cosmos.Compiler.Tests.Bcl.System.Collections.Generic { public static class ListTest { public enum Test { E1, E2 } public ...
7c3fcd32418c94a32e1cda19f603927348e85962
Disable warnings for tests of deprecated APIs.
Disable warnings for tests of deprecated APIs.
wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Aval...
tests/Avalonia.Input.UnitTests/MouseDeviceTests.cs
mit
1,588,938,476
using Avalonia.Controls; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.Media; using Avalonia.Rendering; using Avalonia.UnitTests; using Avalonia.VisualTree; using Moq; using System; using System.Collections.Generic; using Xunit; namespace Avalonia.Input.UnitTests { public class MouseDevic...
using Avalonia.Controls; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.Media; using Avalonia.Rendering; using Avalonia.UnitTests; using Avalonia.VisualTree; using Moq; using System; using System.Collections.Generic; using Xunit; namespace Avalonia.Input.UnitTests { public class MouseDevic...
b79b225e33def1d6ef08283ed27e366c603fac0d
Improve deprecation messages.
Improve deprecation messages.
wieslawsoltes/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,Perspex/Perspe...
src/Avalonia.Input/PointerEventArgs.cs
mit
1,588,938,423
using System; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.VisualTree; namespace Avalonia.Input { public class PointerEventArgs : RoutedEventArgs { private readonly IVisual _rootVisual; private readonly Point _rootVisualPosition; private readonly PointerPointPr...
using System; using Avalonia.Input.Raw; using Avalonia.Interactivity; using Avalonia.VisualTree; namespace Avalonia.Input { public class PointerEventArgs : RoutedEventArgs { private readonly IVisual _rootVisual; private readonly Point _rootVisualPosition; private readonly PointerPointPr...
3a23bfc5405a531a1a3a4d95cf079f2525cfa648
http://pt.stackoverflow.com/q/191264/101
http://pt.stackoverflow.com/q/191264/101
maniero/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,bigown/SOpt,maniero/SOpt,maniero/SOpt,maniero/SOpt
CSharp/String/ConcatXStringBuilder.cs
mit
1,588,937,937
using System; using static System.Console; using System.Diagnostics; using System.Text; public class Program { const int Limit = 100000; static int[] dataInt = new int[Limit]; static string[] dataString = new string[Limit]; public static void Main() { for (int i = 0; i < Limit; i++) { dataInt[...
using System; using static System.Console; using System.Diagnostics; using System.Text; public class Program { const int Limit = 100000; static int[] dataInt = new int[Limit]; static string[] dataString = new string[Limit]; public static void Main() { for (int i = 0; i < Limit; i++) { dataInt[...
5c2778d5f08288211a1cd57b14beb85e456a513b
Change comparison direction
Change comparison direction
peppy/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu
osu.Game/Rulesets/RulesetStore.cs
mit
1,588,937,582
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using osu.Framework.Logging; using osu.Framework.Platform; u...
e7c181a86989fe948f269786d1c24e744208ba3f
Update CameraEffectControlScript.cs
Update CameraEffectControlScript.cs
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/Camera/CameraEffectControlScript.cs
agpl-3.0
1,588,937,129
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace CameraEffects { public class CameraEffectControlScript : MonoBehaviour { public DrunkCamera drunkCamera; public GlitchEffect glitchEffect; public NightVisionCamera nightVisionCamera; public HologramCamera hologramCa...
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace CameraEffects { public class CameraEffectControlScript : MonoBehaviour { public DrunkCamera drunkCamera; public GlitchEffect glitchEffect; public NightVisionCamera nightVisionCamera; public void ToggleDrunkEffectSta...
7caf2ce739c1d61295487e98fe295d751210fcf9
fixing Observable-Lists deserialization for new TypedObject-mechanism
fixing Observable-Lists deserialization for new TypedObject-mechanism
dotmos/uGameFramework,dotmos/uGameFramework
Unity/Assets/GameFramework/Services/SerializerService/FlatbufferSerializer2.cs
mit
1,588,936,379
#define FLATBUFFER_CHECK_TYPES using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; namespace Service.Serializer { public interface ISerializeAsTypedObject { } public class Type2IntMapper { ...
#define FLATBUFFER_CHECK_TYPES using System.Collections.Generic; using System; using FlatBuffers; using System.Linq; using System.Collections; using System.Text; using System.Threading; namespace Service.Serializer { public interface ISerializeAsTypedObject { } public class Type2IntMapper { ...
be3b77cf25708ceb77d14d830a473f09d0403bfc
Fix potentially skipping hitobject updates
Fix potentially skipping hitobject updates
peppy/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu
osu.Game/Rulesets/UI/Scrolling/ScrollingHitObjectContainer.cs
mit
1,588,936,199
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; 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.Collections.Generic; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Caching; using osu.Framework.Graphics; using osu.Fra...