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 |
|---|---|---|---|---|---|---|---|---|
25f2dbd8d75778120341472b028548fc06325543 | added xrechnung profile to not printed, but necessary, xml tags | added xrechnung profile to not printed, but necessary, xml tags
| stephanstapel/ZUGFeRD-csharp | ZUGFeRD/InvoiceDescriptor21Writer.cs | apache-2.0 | 1,594,382,923 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
9f3455eac12bf6cc415629854bad4e703b34bdbe | add font test + DrawString + DrawChar | add font test + DrawString + DrawChar
| zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | Tests/Kernels/GraphicTest/Kernel.cs | bsd-3-clause | 1,594,382,821 | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
using Cosmos.System.Graphics.Fonts;
/*
* It is impossible to make assertions here but it is useful in any... | using System;
using Sys = Cosmos.System;
using Cosmos.TestRunner;
using Cosmos.System.Graphics;
using System.Drawing;
using Point = Cosmos.System.Graphics.Point;
using System.IO;
using Cosmos.Compiler.Tests.Bcl;
/*
* It is impossible to make assertions here but it is useful in any case to have it runs automatically
... |
4af6ac46be5ee7d8c3c4054cb9396f379688a1e1 | Close Full Screen Menu On Hybernate and Sleep #1887 | Close Full Screen Menu On Hybernate and Sleep #1887
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Playnite.FullscreenApp/ViewModels/FullscreenAppViewModel.cs | mit | 1,594,382,433 | using Playnite.API;
using Playnite.Commands;
using Playnite.Common;
using Playnite.Controls;
using Playnite.Database;
using Playnite.FullscreenApp.Controls;
using Playnite.FullscreenApp.Controls.Views;
using Playnite.FullscreenApp.Windows;
using Playnite.Metadata;
using Playnite.Plugins;
using Playnite.SDK;
... | using Playnite.API;
using Playnite.Commands;
using Playnite.Common;
using Playnite.Controls;
using Playnite.Database;
using Playnite.FullscreenApp.Controls;
using Playnite.FullscreenApp.Controls.Views;
using Playnite.FullscreenApp.Windows;
using Playnite.Metadata;
using Playnite.Plugins;
using Playnite.SDK;
... |
9e864d8d99c3aceb81b633bfc241436cb8018485 | Optimized encryption, eg 100 iteration with 1000000 bytes of payload. Encrypt then decrypt previously took ~2320 ms now it is done in ~1480 ms. | Optimized encryption, eg 100 iteration with 1000000 bytes of payload. Encrypt then decrypt previously took ~2320 ms now it is done in ~1480 ms.
| somdoron/NaCl.net | NaCl.net/Internal/Common.cs | mpl-2.0 | 1,594,382,387 | using System;
using System.Runtime.CompilerServices;
namespace NaCl.Internal
{
internal static class Common
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static UInt32 Load32(ReadOnlySpan<byte> src, int offset)
{
UInt32 w = (UInt32) src[offset];
w |... | using System;
using System.Runtime.CompilerServices;
namespace NaCl.Internal
{
internal static class Common
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static UInt32 Load32(ReadOnlySpan<byte> src, int offset)
{
UInt32 w = (UInt32) src[offset];
w |... |
257189141eab0134cb54f28ae4ec9bf7622a805c | Add missing ignored components for the client (#1337) | Add missing ignored components for the client (#1337)
* Fix client unknown component errors
* Update Content.Client/IgnoredComponents.cs
Co-authored-by: Víctor Aguilera Puerto <15043fef80d02b95c00e00401a5c5dbe72943b2a@users.noreply.github.com> | 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-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Client/IgnoredComponents.cs | mit | 1,594,382,199 | namespace Content.Client
{
public static class IgnoredComponents
{
public static string[] List => new[]
{
"Anchorable",
"AmmoBox",
"Breakable",
"Pickaxe",
"Interactable",
"Destructible",
"Temperature",
... | namespace Content.Client
{
public static class IgnoredComponents
{
public static string[] List => new[]
{
"Anchorable",
"AmmoBox",
"Breakable",
"Pickaxe",
"Interactable",
"Destructible",
"Temperature",
... |
36336ac6f12524a794f4725995e1f6ee84c501d3 | Rethrow exception after logging | Rethrow exception after logging
This ensures that the backup properly fails.
| duplicati/duplicati,mnaiman/duplicati,duplicati/duplicati,duplicati/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati,duplicati/duplicati,mnaiman/duplicati,mnaiman/duplicati | Duplicati/Library/Main/Volumes/FilesetVolumeWriter.cs | lgpl-2.1 | 1,594,382,141 | using System;
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
using Duplicati.Library.Interface;
namespace Duplicati.Library.Main.Volumes
{
public class FilesetVolumeWriter : VolumeWriterBase
{
/// <summary>
/// The tag used for logging
/// </summa... | using System;
using System.Collections.Generic;
using System.IO;
using Newtonsoft.Json;
using Duplicati.Library.Interface;
namespace Duplicati.Library.Main.Volumes
{
public class FilesetVolumeWriter : VolumeWriterBase
{
/// <summary>
/// The tag used for logging
/// </summa... |
375cd82daeea5cd48384970148b12a2e99c4ca9c | Prevent damaged or non-library files from being loaded | Prevent damaged or non-library files from being loaded
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Playnite/Database/Collections/ItemCollection.cs | mit | 1,594,381,990 | using Newtonsoft.Json;
using Playnite.Common;
using Playnite.SDK;
using Playnite.SDK.Models;
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Playni... | using Newtonsoft.Json;
using Playnite.Common;
using Playnite.SDK;
using Playnite.SDK.Models;
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Playni... |
d9ec135a8c313925a497c14fae2299314597fbb4 | Fix resources alignment | Fix resources alignment
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.PE/Win32Resources/Builder/ResourceDirectoryBuffer.cs | mit | 1,594,381,943 | using System;
namespace AsmResolver.PE.Win32Resources.Builder
{
/// <summary>
/// Provides a mechanism for building a new resource directory in a PE file.
/// </summary>
public class ResourceDirectoryBuffer : ISegment
{
private readonly SegmentBuilder _segments;
/// <summary>
... | using System;
namespace AsmResolver.PE.Win32Resources.Builder
{
/// <summary>
/// Provides a mechanism for building a new resource directory in a PE file.
/// </summary>
public class ResourceDirectoryBuffer : ISegment
{
private readonly SegmentBuilder _segments;
/// <summary>
... |
d3367bb0f14597f959c7032beaecfd07383c6498 | Remove unused public property | Remove unused public property
| ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu | osu.Game/Screens/Multi/DrawableRoomPlaylistItem.cs | mit | 1,594,380,767 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Ext... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Ext... |
542df05efa19e253c9750fd8d0ae7acfe4b4181c | Organize comments | Organize comments
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Tests/UnitTests/Crypto/RandomTests.cs | mit | 1,594,380,352 | using NBitcoin.Secp256k1;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WalletWasabi.Crypto.Randomness;
using WalletWasabi.Helpers;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.Crypto
{
public class RandomTests
{
[Fact]
public void BasicTests()
{
// Make ... | using NBitcoin.Secp256k1;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using WalletWasabi.Crypto.Randomness;
using WalletWasabi.Helpers;
using Xunit;
namespace WalletWasabi.Tests.UnitTests.Crypto
{
public class RandomTests
{
[Fact]
public void BasicTests()
{
// Make ... |
c7b5c5aef42689f2d0dfe6ab817189dc15a4448d | Add tooltips to beatmap download button | Add tooltips to beatmap download button
| peppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu | osu.Game/Graphics/UserInterface/DownloadButton.cs | mit | 1,594,380,171 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
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 osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.Sprites;
u... |
1ae75006911c94718653246c20a6f72760bc5945 | Fix X11 screens implementation for some old/weird setups | Fix X11 screens implementation for some old/weird setups
| jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wiesla... | src/Avalonia.X11/X11Screens.cs | mit | 1,594,379,937 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using Avalonia.Platform;
using static Avalonia.X11.XLib;
using JetBrains.Annotations;
namespace Avalonia.X11
{
class X11Screens : IScreenImpl
{
private IX11Screens _impl... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.InteropServices;
using Avalonia.Platform;
using static Avalonia.X11.XLib;
using JetBrains.Annotations;
namespace Avalonia.X11
{
class X11Screens : IScreenImpl
{
private IX11Screens _impl... |
71fca0369fae26e677488d3502ab8d50e093f69b | Fixed #166 | Fixed #166
| i3arnon/libvideo,James-Ko/libvideo,James-Ko/libvideo,jamesqo/libvideo,jamesqo/libvideo | src/libvideo/YouTube.cs | bsd-2-clause | 1,594,379,732 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using VideoLibrary.Exceptions;
using VideoLibrary.Helpers;
namespace Vi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using VideoLibrary.Exceptions;
using VideoLibrary.Helpers;
namespace Vi... |
eacd38efa6189f5088fec48b2d4edc145f2ee07d | [Modify] Edit it | [Modify] Edit it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/HttpListenerResponse.cs | mit | 1,594,379,513 | #region License
/*
* HttpListenerResponse.cs
*
* This code is derived from HttpListenerResponse.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2005 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-2020 sta.blockhead
*
* Permission is hereby granted, fr... | #region License
/*
* HttpListenerResponse.cs
*
* This code is derived from HttpListenerResponse.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2005 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-2020 sta.blockhead
*
* Permission is hereby granted, fr... |
ec04776ac46affa835313dca6c2a5bada0be6505 | Typo fix-up in dotnet/test/common/VisibilityTest.cs (#8500) [skip ci] | Typo fix-up in dotnet/test/common/VisibilityTest.cs (#8500) [skip ci]
Co-authored-by: Diego Molina <bb22cf37947d84e3dd6d6c3568ebe68e7d79c52d@users.noreply.github.com> | valfirst/selenium,titusfortner/selenium,Ardesco/selenium,SeleniumHQ/selenium,Ardesco/selenium,valfirst/selenium,titusfortner/selenium,valfirst/selenium,joshmgrant/selenium,joshmgrant/selenium,SeleniumHQ/selenium,Ardesco/selenium,titusfortner/selenium,titusfortner/selenium,Ardesco/selenium,titusfortner/selenium,titusfor... | dotnet/test/common/VisibilityTest.cs | apache-2.0 | 1,594,378,740 | using System;
using NUnit.Framework;
using System.Drawing;
using OpenQA.Selenium.Environment;
using System.Collections.ObjectModel;
namespace OpenQA.Selenium
{
[TestFixture]
public class VisibilityTest : DriverTestFixture
{
[Test]
public void ShouldAllowTheUserToTellIfAnElementIsDisplayedOr... | using System;
using NUnit.Framework;
using System.Drawing;
using OpenQA.Selenium.Environment;
using System.Collections.ObjectModel;
namespace OpenQA.Selenium
{
[TestFixture]
public class VisibilityTest : DriverTestFixture
{
[Test]
public void ShouldAllowTheUserToTellIfAnElementIsDisplayedOr... |
cf3251a950a2f3318ce33b92f9b5b9a5c2655493 | Default to showing all rooms | Default to showing all rooms
| NeoAdonis/osu,NeoAdonis/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu | osu.Game/Screens/Multi/Lounge/Components/FilterControl.cs | mit | 1,594,377,493 | // 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.ComponentModel;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Threadin... | // 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.ComponentModel;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Threadin... |
e3e615f66a0c0a89deacc7363f24f74684bae167 | Fix - Corrette notifiche partenza | Fix - Corrette notifiche partenza
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.SignalR/Sender/ComposizionePartenza/NotificationConfermaPartenze.cs | agpl-3.0 | 1,594,377,120 | //-----------------------------------------------------------------------
// <copyright file="NotificationAddPrenotazioneMezzo.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Ge... | //-----------------------------------------------------------------------
// <copyright file="NotificationAddPrenotazioneMezzo.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero Ge... |
21980d08cae3a4551434d1233dd9233fbb729f59 | Fix issue when js files are combined into one file. Use ";\n" as delimiter instead of ";" | Fix issue when js files are combined into one file. Use ";\n" as delimiter instead of ";"
Issue occur if the first filestream ends with a commented line like
```
//# sourceMappingURL=angular-local-storage.min.js.map
```
And the first line of the next file is a multi line comment like
/*!
* Chart.js v2.8.0
....
The co... | Shazwazza/Smidge,Shazwazza/Smidge | src/Smidge/Controllers/SmidgeController.cs | mit | 1,594,376,178 | using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Smidge.CompositeFiles;
using Smidge.Models;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Extensions.FileProviders;
u... | using System;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Smidge.CompositeFiles;
using Smidge.Models;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Extensions.FileProviders;
u... |
486c9a8182f01fd227cf2ebff6491720373926a2 | Fix - Box personale, corretto conteggio mezzi in servizio | Fix - Box personale, corretto conteggio mezzi in servizio
| vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf | src/backend/SO115App.FakePersistance.ExternalAPI/Composizione/GetComposizioneSquadrePerBox.cs | agpl-3.0 | 1,594,376,080 | //-----------------------------------------------------------------------
// <copyright file="GetComposizioneSquadre.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Publ... | //-----------------------------------------------------------------------
// <copyright file="GetComposizioneSquadre.cs" company="CNVVF">
// Copyright (C) 2017 - CNVVF
//
// This file is part of SOVVF.
// SOVVF is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Publ... |
024fb52726d1d2b694caa6cc9fc5886dc76ae02e | Fix unnecessary using | Fix unnecessary using
| UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,UselessToucan/osu,ppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu | osu.Game.Rulesets.Osu/UI/OsuPlayfield.cs | mit | 1,594,375,531 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Po... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewor... |
b3e2e89cb5db3f2d40c7b8e18f125ceaf19dba06 | fix: absolute path archivename with outputpath | fix: absolute path archivename with outputpath
| thoemmi/7Zip4Powershell,thoemmi/7Zip4Powershell | 7Zip4Powershell/Compress7Zip.cs | lgpl-2.1 | 1,594,375,450 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management.Automation;
using System.Security;
using JetBrains.Annotations;
using SevenZip;
namespace SevenZip4PowerShell {
public enum OutputFormat {
Auto,
SevenZip,
Zip,
GZip,
... |
20922f969e5a3a117d2b803bfeac8b6146b3570b | Set initial color to white of GLoader3D. | Set initial color to white of GLoader3D.
| fairygui/FairyGUI-unity | Assets/Scripts/UI/GLoader3D.cs | mit | 1,594,374,856 | using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
///
/// </summary>
public partial class GLoader3D : GObject, IAnimationGear, IColorGear
{
string _url;
AlignType _align;
VertAlignType _verticalAlign;
bool _autoSize;
FillType _fill;... | using UnityEngine;
using FairyGUI.Utils;
namespace FairyGUI
{
/// <summary>
///
/// </summary>
public partial class GLoader3D : GObject, IAnimationGear, IColorGear
{
string _url;
AlignType _align;
VertAlignType _verticalAlign;
bool _autoSize;
FillType _fill;... |
8d1045dd7df16e15ed51b4624c483c23e1dc45cb | Disables generation of ci config files for web api | Disables generation of ci config files for web api
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore/Scripting/DefaultBuildScript.cs | bsd-2-clause | 1,594,374,760 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using FlubuCore.BuildServers.Configurations;
using FlubuCore.BuildServers.Configurations.Models;
using FlubuCore.BuildServers.Configurat... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using FlubuCore.BuildServers.Configurations;
using FlubuCore.BuildServers.Configurations.Models;
using FlubuCore.BuildServers.Configurat... |
36c11ad8c8a29a89479f419c83a63418732b7feb | Continue trying to get data even if it there is no data response | Continue trying to get data even if it there is no data response
| Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum | src/Nethereum.JsonRpc.WebSocketClient/StreamingWebSocketClient.cs | mit | 1,594,373,784 | using Common.Logging;
using Nethereum.JsonRpc.Client;
using Nethereum.JsonRpc.Client.RpcMessages;
using Newtonsoft.Json;
using System;
using System.Collections.Concurrent;
using System.IO;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Nethereum.JsonRpc.Clie... | using Common.Logging;
using Nethereum.JsonRpc.Client;
using Nethereum.JsonRpc.Client.RpcMessages;
using Newtonsoft.Json;
using System;
using System.Collections.Concurrent;
using System.IO;
using System.Net.WebSockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Nethereum.JsonRpc.Clie... |
dd02827637d3338318be516878e294a040e9bcb9 | Extra signature validation on the test | Extra signature validation on the test
| Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum,Nethereum/Nethereum | src/Nethereum.Signer.UnitTests/Eip712TypedDataSignerTest.cs | mit | 1,594,373,693 | using System.Collections.Generic;
using System.Numerics;
using Nethereum.Hex.HexConvertors.Extensions;
using Nethereum.Signer.EIP712;
using Nethereum.Util;
using Nethereum.ABI.FunctionEncoding.Attributes;
using Xunit;
using System.Text;
namespace Nethereum.Signer.UnitTests
{
public class Eip712TypedDataSignerTest
... | using System.Collections.Generic;
using System.Numerics;
using Nethereum.Hex.HexConvertors.Extensions;
using Nethereum.Signer.EIP712;
using Nethereum.Util;
using Nethereum.ABI.FunctionEncoding.Attributes;
using Xunit;
namespace Nethereum.Signer.UnitTests
{
public class Eip712TypedDataSignerTest
{
priva... |
cb56b8e031a6bbb431963d46d28349ca318fbf59 | Add test for menu playing music on return | Add test for menu playing music on return
| NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu | osu.Game.Tests/Visual/Navigation/TestSceneScreenNavigation.cs | mit | 1,594,372,438 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics.Containers;
using osu.Framework.Sc... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Graphics.Containers;
using osu.Game.Beatmap... |
61cfb2547e4230957dc0b46dfa2f75cd08a6d7f8 | Simplify code | Simplify code
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/MenuItems/UIMenuCheckboxItem.cs | mit | 1,594,371,598 | using System;
using System.Drawing;
namespace RAGENativeUI.Elements
{
public enum UIMenuCheckboxStyle
{
Tick,
Cross,
}
public class UIMenuCheckboxItem : UIMenuItem
{
/// <summary>
/// Triggered when the checkbox state is changed.
/// </summary>
... | using System;
using System.Drawing;
namespace RAGENativeUI.Elements
{
public enum UIMenuCheckboxStyle
{
Tick,
Cross,
}
public class UIMenuCheckboxItem : UIMenuItem
{
/// <summary>
/// Triggered when the checkbox state is changed.
/// </summary>
... |
552c4cc184be5f8082cde23397c8504af6d4f9d3 | Fix comments in onboarding client tests | Fix comments in onboarding client tests
| Viincenttt/MollieApi | Mollie.Tests.Unit/Client/OnboardingClientTests.cs | mit | 1,594,370,587 | using Mollie.Api.Client;
using Mollie.Api.Models;
using Mollie.Api.Models.Onboarding.Request;
using Mollie.Api.Models.Onboarding.Response;
using NUnit.Framework;
using System.Net.Http;
using System.Threading.Tasks;
namespace Mollie.Tests.Unit.Client {
[TestFixture]
public class OnboardingClientTests : BaseCli... | using Mollie.Api.Client;
using Mollie.Api.Models;
using Mollie.Api.Models.Onboarding.Request;
using Mollie.Api.Models.Onboarding.Response;
using NUnit.Framework;
using System.Net.Http;
using System.Threading.Tasks;
namespace Mollie.Tests.Unit.Client {
[TestFixture]
public class OnboardingClientTests : BaseCli... |
586477dceaaacc59682cf26912cf7aeb97db4e5b | Add unit test for the SubmitOnboardingDataAsync method of the Onboarding client | Add unit test for the SubmitOnboardingDataAsync method of the Onboarding client
| Viincenttt/MollieApi | Mollie.Tests.Unit/Client/OnboardingClientTests.cs | mit | 1,594,370,427 | using Mollie.Api.Client;
using Mollie.Api.Models;
using Mollie.Api.Models.Onboarding.Request;
using Mollie.Api.Models.Onboarding.Response;
using NUnit.Framework;
using System.Net.Http;
using System.Threading.Tasks;
namespace Mollie.Tests.Unit.Client {
[TestFixture]
public class OnboardingClientTests : BaseCli... | using Mollie.Api.Client;
using Mollie.Api.Models.Onboarding.Response;
using NUnit.Framework;
using System.Net.Http;
using System.Threading.Tasks;
namespace Mollie.Tests.Unit.Client {
[TestFixture]
public class OnboardingClientTests : BaseClientTests {
public const string defaultName = "Mollie API Unit... |
ed926de77ffe739c2ea3fa07edd39ab1daba5ad3 | Fix up/improve dropdown styling/positioning | Fix up/improve dropdown styling/positioning
| peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,peppy/osu | osu.Game/Overlays/SearchableList/SearchableListFilterControl.cs | mit | 1,594,369,528 | // 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 osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Gr... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Gr... |
632f333ce2361af1e9b9cdb3c41ebfbe381b2656 | Add ability to return protected beatmaps in GetAllUsable call | Add ability to return protected beatmaps in GetAllUsable call
| ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu | osu.Game/Beatmaps/BeatmapManager.cs | mit | 1,594,369,227 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading;
using System... |
49b88971d1ef7e05887296003566a86216b0a901 | Display all usable beatmaps in playlist, including protected | Display all usable beatmaps in playlist, including protected
| smoogipooo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu | osu.Game/Overlays/MusicController.cs | mit | 1,594,369,227 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Bindables;
using o... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.... |
d0c2bd5efef046a9d7e1734f8beb21df1815b862 | Add support for BITMAPV3INFOHEADER | Add support for BITMAPV3INFOHEADER
This header is used by Adobe for certain formats | CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos | source/Cosmos.System2/Graphics/Bitmap.cs | bsd-3-clause | 1,594,367,646 | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Security;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Bitmap class, used to represent image of the type of Bitmap. See also: <seealso cref="Image"/>.
/// </summary>
public class Bitmap : Image
{
/// <summary>
... | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Security;
namespace Cosmos.System.Graphics
{
/// <summary>
/// Bitmap class, used to represent image of the type of Bitmap. See also: <seealso cref="Image"/>.
/// </summary>
public class Bitmap : Image
{
/// <summary>
... |
ad8c71c7a2b0511a1f7ac0580eedcedcaac4bb59 | Adjust auto server connection | Adjust auto server connection
| webprofusion/Certify | src/Certify.UI/ViewModel/AppViewModel.cs | mit | 1,594,367,431 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Input;
using Certify.Client;
using Certify.Config.Migration;
using C... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Input;
using Certify.Client;
using Certify.Config.Migration;
using C... |
02ec01aae1b1a757650574de758d0cbbed1a4c27 | Add a new AddDeliveryClient method | Add a new AddDeliveryClient method
| Kentico/delivery-sdk-net,Kentico/Deliver-.NET-SDK | Kentico.Kontent.Delivery/Extensions/ServiceCollectionExtensions.cs | mit | 1,594,366,944 | using System;
using System.Linq;
using System.Net.Http;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.Configuration;
using Kentico.Kontent.Delivery.ContentItems;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico.Kontent.Delivery.ContentItems.InlineContentItems;
using... | using System;
using System.Linq;
using System.Net.Http;
using Kentico.Kontent.Delivery.Abstractions;
using Kentico.Kontent.Delivery.Configuration;
using Kentico.Kontent.Delivery.ContentItems;
using Kentico.Kontent.Delivery.ContentItems.ContentLinks;
using Kentico.Kontent.Delivery.ContentItems.InlineContentItems;
using... |
83c76b6dc10f09d62460870da135eaa48db1e01a | SettlementsClient now inherits from the BaseMollieClient instead of the OAuthMollieClient, since the API also supports authentication with regular API keys | SettlementsClient now inherits from the BaseMollieClient instead of the OAuthMollieClient, since the API also supports authentication with regular API keys
| Viincenttt/MollieApi | Mollie.Api/Client/SettlementsClient.cs | mit | 1,594,366,910 | using System.Net.Http;
using System.Threading.Tasks;
using Mollie.Api.Client.Abstract;
using Mollie.Api.Models.Capture;
using Mollie.Api.Models.Chargeback;
using Mollie.Api.Models.List;
using Mollie.Api.Models.Payment.Response;
using Mollie.Api.Models.Refund;
using Mollie.Api.Models.Settlement;
using Mollie.Api.Models... | using System.Net.Http;
using System.Threading.Tasks;
using Mollie.Api.Client.Abstract;
using Mollie.Api.Models.Capture;
using Mollie.Api.Models.Chargeback;
using Mollie.Api.Models.List;
using Mollie.Api.Models.Payment.Response;
using Mollie.Api.Models.Refund;
using Mollie.Api.Models.Settlement;
using Mollie.Api.Models... |
8a02a98442ab9250dc53af77690f714fe2d19e55 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.6.3461.20200710073443-master-c5c5100
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,594,366,616 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "c5c510065d93cb45ca63bbcc9a0ad18191b769bb";
public static string Version = "1.6";
public static string Build = "3461";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "d66de293e40217fdff6d93fb8a2a229adfea067d";
public static string Version = "1.6";
public static string Build = "3460";
... |
c5c510065d93cb45ca63bbcc9a0ad18191b769bb | updating silk recipe (#3065) | updating silk recipe (#3065)
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/Managers/RecipeManager.cs | agpl-3.0 | 1,594,366,468 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using log4net;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity.Enum;
using ACE.Entity.Enum.P... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using log4net;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity.Enum;
using ACE.Entity.Enum.P... |
a4dd711aeeb1558d0ab517cca2095fe6bc9b69b9 | Fixed unit test for config serialization to be independend on current DotVVM assembly version | Fixed unit test for config serialization to be independend on current DotVVM assembly version
(cherry picked from commit 06933a8941df2115317d48bb0f634f4c106df99a)
| riganti/dotvvm,riganti/dotvvm,riganti/dotvvm,riganti/dotvvm | src/DotVVM.Framework.Tests.Common/Runtime/ConfigurationSerializationTests.cs | apache-2.0 | 1,594,366,169 | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
using CheckTestOutput;
using DotVVM.Framework.Compilation;
using DotVVM.Framework.Configuration;
using DotVVM.Framework.Controls;
using DotVVM.Framework.Hosting;
using DotVVM.Framework.ResourceMa... | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using CheckTestOutput;
using DotVVM.Framework.Compilation;
using DotVVM.Framework.Configuration;
using DotVVM.Framework.Controls;
using DotVVM.Framework.Hosting;
using DotVVM.Framework.ResourceManagement;
using Microsoft.VisualStudio... |
88d6f37bf44c58265cf79ca897dee2fd959d1c7a | ObjectReflectionCache - Skip reflection for Stream objects (#4043) | ObjectReflectionCache - Skip reflection for Stream objects (#4043)
| snakefoot/NLog,luigiberrettini/NLog,snakefoot/NLog,luigiberrettini/NLog,NLog/NLog,luigiberrettini/NLog,304NotModified/NLog,sean-gilliam/NLog,NLog/NLog,304NotModified/NLog,sean-gilliam/NLog | src/NLog/Internal/ObjectReflectionCache.cs | bsd-3-clause | 1,594,364,847 | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... | //
// Copyright (c) 2004-2020 Jaroslaw Kowalski <jaak@jkowalski.net>, Kim Christensen, Julian Verdurmen
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// * Redistributions of s... |
f38845db6d44770ccd753bfef6dd6191a51a88e0 | Remove MetaData property from the CaptureResponse, as that API does not support MetaData | Remove MetaData property from the CaptureResponse, as that API does not support MetaData
| Viincenttt/MollieApi | Mollie.Api/Models/Capture/Response/CaptureResponse.cs | mit | 1,594,364,083 | using System;
using Mollie.Api.JsonConverters;
using Newtonsoft.Json;
namespace Mollie.Api.Models.Capture
{
public class CaptureResponse : IResponseObject{
/// <summary>
/// Indicates the response contains a capture object. Will always contain capture for this endpoint.
/// </summary>
... | using System;
using Mollie.Api.JsonConverters;
using Newtonsoft.Json;
namespace Mollie.Api.Models.Capture
{
public class CaptureResponse : IResponseObject{
/// <summary>
/// Indicates the response contains a capture object. Will always contain capture for this endpoint.
/// </summary>
... |
2ed8d42d222b45f53f029ac0c4d93d06a0a71916 | Remove whitespace | Remove whitespace
| smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu | osu.Game/Screens/Multi/Match/MatchSubScreen.cs | mit | 1,594,363,033 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... |
a9faa11dcbfcd885abedf03a33ec621d7dc435b4 | Add back playlist header | Add back playlist header
| UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu | osu.Game/Screens/Multi/Match/MatchSubScreen.cs | mit | 1,594,363,028 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Diagnostics;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Framewo... |
e36d031d099cfe2a6ea029d568343c000a3fcb28 | integrated updated build events and debug settings for Revit 2020 from pull request #16 by @pabloderen | integrated updated build events and debug settings for Revit 2020 from pull request #16 by @pabloderen
| va3c/RvtVa3c,va3c/RvtVa3c | RvtVa3c/Properties/AssemblyInfo.cs | mit | 1,594,361,569 | #region Namespaces
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#endregion // Namespaces
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associa... | #region Namespaces
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#endregion // Namespaces
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associa... |
8cfb544853a775100a8b320074eed78f44aada60 | Minor fixes to xmldocs | Minor fixes to xmldocs | peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framewo... | osu.Framework/Graphics/Pooling/DrawablePool.cs | mit | 1,594,361,366 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
namespace osu.Framework.Graphics.Pooling
{
/... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
namespace osu.Framework.Graphics.Pooling
{
/... |
b68a2d885c4a5ad5b7f21c886b8b146c0cceecae | Add testability against different background colours / with user input | Add testability against different background colours / with user input
| UselessToucan/osu,peppy/osu,smoogipooo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu | osu.Game.Rulesets.Osu.Tests/TestSceneGameplayCursor.cs | mit | 1,594,360,046 | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Testing.Input... | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
using osu.Game.Configuration;
using... |
fee19753e12c27e5ea429c276f015159d5f1fe6d | Fix animations not playing correctly in test scene due to too many calls to OnPressed | Fix animations not playing correctly in test scene due to too many calls to OnPressed
| NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu | osu.Game.Rulesets.Osu.Tests/TestSceneGameplayCursor.cs | mit | 1,594,360,031 | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
using osu.Game.Configuration;
using... | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
using osu.Game.Configuration;
using... |
13618915b7ff9ab4eb52bc3f0efd203a2450722f | Don't show cursor guide in gameplay cursor test | Don't show cursor guide in gameplay cursor test
| peppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu | osu.Game.Rulesets.Osu.Tests/TestSceneGameplayCursor.cs | mit | 1,594,360,009 | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
using osu.Game.Configuration;
using... | // 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 NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
using osu.Game.Configuration;
using... |
c562435267a6fcd2a650380b1a54f92356fe9015 | Adjust cursor transforms for better feel | Adjust cursor transforms for better feel
| peppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,smoogipoo/osu,ppy/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu | osu.Game.Rulesets.Osu/UI/Cursor/OsuCursor.cs | mit | 1,594,359,870 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewor... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewor... |
a21c2422c5ec70285ec8f2235a275de1449109f0 | Make cursor centre portion non-expanding and more visible with outline | Make cursor centre portion non-expanding and more visible with outline
| smoogipoo/osu,peppy/osu-new,ppy/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu | osu.Game.Rulesets.Osu/UI/Cursor/OsuCursor.cs | mit | 1,594,359,860 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewor... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framewor... |
e886649587f846301faa43c7cf759693060e7e6d | Use state instead of alpha | Use state instead of alpha
| ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-fr... | osu.Framework/Testing/Input/ManualInputManager.cs | mit | 1,594,355,686 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using... |
6eaa1103bef6ea08a4bce2525eefbcc011f2e261 | Add the ability to disable the ManualInputManager cursor guide | Add the ability to disable the ManualInputManager cursor guide
| ppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framewor... | osu.Framework/Testing/Input/ManualInputManager.cs | mit | 1,594,354,949 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using... |
468f8264d00d1f5c9cacd7f6fa55e861a197e0a1 | fix: unsupported property causes an exception (#1469) | fix: unsupported property causes an exception (#1469)
fix for: https://github.com/discord-net/Discord.Net/issues/1436
`SlowModeInterval` property causes an exception for Announcement Channel feature if it is enabled on discord. Should be checked whether it is specified or not before set to property. | AntiTcb/Discord.Net | src/Discord.Net.Rest/Entities/Channels/RestTextChannel.cs | mit | 1,594,354,426 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Model = Discord.API.Channel;
namespace Discord.Rest
{
/// <summary>
/// Represents a REST-based channel in a guild that can send and receive messages.
/// </... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Model = Discord.API.Channel;
namespace Discord.Rest
{
/// <summary>
/// Represents a REST-based channel in a guild that can send and receive messages.
/// </... |
b8fa464125ebffeef079f122eb68653bdd9dd81a | fix: Stop TaskCanceledException from bubbling up (#1580) | fix: Stop TaskCanceledException from bubbling up (#1580)
| AntiTcb/Discord.Net | src/Discord.Net.WebSocket/ConnectionManager.cs | mit | 1,594,354,381 | using Discord.Logging;
using System;
using System.Threading;
using System.Threading.Tasks;
using Discord.Net;
namespace Discord
{
internal class ConnectionManager : IDisposable
{
public event Func<Task> Connected { add { _connectedEvent.Add(value); } remove { _connectedEvent.Remove(value); } }
... | using Discord.Logging;
using System;
using System.Threading;
using System.Threading.Tasks;
using Discord.Net;
namespace Discord
{
internal class ConnectionManager : IDisposable
{
public event Func<Task> Connected { add { _connectedEvent.Add(value); } remove { _connectedEvent.Remove(value); } }
... |
a0aa361a9ec75854097ceaf52ac2707536fe3b11 | Add another missing 'new' keyword | Add another missing 'new' keyword
*sigh*
| EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-fr... | osu.Framework.Tests/Visual/UserInterface/TestSceneTextBox.cs | mit | 1,594,353,929 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Linq;
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework... |
fd64241240069fd3d81784109d2970fabdc78480 | Fix png export issue when data stride is not alignment with multiple of 4. | Fix png export issue when data stride is not alignment with multiple of 4.
| Kagamia/WzComparerR2,KENNYSOFT/WzComparerR2 | WzComparerR2.WzLib/Wz_Png.cs | mit | 1,594,353,733 | using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.IO;
using System.IO.Compression;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
namespace WzComparerR2.WzLib
{
public class Wz_Png
{
public Wz_Png(int w, int h, int data_length, i... | using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.IO;
using System.IO.Compression;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
namespace WzComparerR2.WzLib
{
public class Wz_Png
{
public Wz_Png(int w, int h, int data_length, i... |
afa91ee461eafeb16b7cec77c8aa1050cedf509f | Fix SQLite migration defaulting RequireDMApiValidation to false | Fix SQLite migration defaulting RequireDMApiValidation to false
| tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server-tools,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/Migrations/20200705163700_SLAllowNullDMApi.cs | agpl-3.0 | 1,594,352,675 | using Microsoft.EntityFrameworkCore.Migrations;
using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Update models for making the DMAPI optional for SQLite.
/// </summary>
public partial class SLAllowNullDMApi : Migration
{
/// <inheritdoc />
... | using Microsoft.EntityFrameworkCore.Migrations;
using System;
using Tgstation.Server.Api.Models;
namespace Tgstation.Server.Host.Database.Migrations
{
/// <summary>
/// Update models for making the DMAPI optional for SQLite.
/// </summary>
public partial class SLAllowNullDMApi : Migration
{
/// <inheritdoc />
... |
9215a41de81db825075104cb30cd4d7b804dc874 | QueryString.GetChar(...) added | QueryString.GetChar(...) added
| Vanaheimr/Hermod | Hermod/HTTP/Request/QueryString.cs | apache-2.0 | 1,594,352,576 | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... | /*
* Copyright (c) 2010-2020, Achim 'ahzf' Friedland <achim.friedland@graphdefined.com>
* This file is part of Vanaheimr Hermod <http://www.github.com/Vanaheimr/Hermod>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may... |
2da9d10ecc65572e59e478dc1532f40a4bc80af4 | Fix Android API Rolling Period Bug, Enable Xamarin EN side. (#911) | Fix Android API Rolling Period Bug, Enable Xamarin EN side. (#911)
| xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents | XPlat/ExposureNotification/source/Xamarin.ExposureNotification/ExposureNotification.android.cs | mit | 1,594,352,364 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Android.App;
using Android.Bluetooth;
using Android.Gms.Common.Apis;
using Android.Gms.Nearby.ExposureNotification;
using Android.Runtime;
using AndroidX.Work;
using J... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Android.App;
using Android.Bluetooth;
using Android.Gms.Common.Apis;
using Android.Gms.Nearby.ExposureNotification;
using Android.Runtime;
using AndroidX.Work;
using J... |
c9f9c656f4d1618b50f111890f8c2c4259da3648 | Icons update from Azure pipeline (#1964) | Icons update from Azure pipeline (#1964)
| ButchersBoy/MaterialDesignInXamlToolkit,ButchersBoy/MaterialDesignInXamlToolkit | MaterialDesignThemes.Wpf/PackIconDataFactory.cs | mit | 1,594,352,242 | using System.Collections.Generic;
namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
internal static class PackIconDataFactory
{
internal static IDictionary<PackIc... | using System.Collections.Generic;
namespace MaterialDesignThemes.Wpf
{
/// ******************************************
/// This code is auto generated. Do not amend.
/// ******************************************
internal static class PackIconDataFactory
{
internal static IDictionary<PackIc... |
1bcd673a55437e0c4945ad663b13c5ee1a6dd3d4 | Fix crash when switching rooms quickly | Fix crash when switching rooms quickly
| peppy/osu-new,smoogipooo/osu,ppy/osu,peppy/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,ppy/osu | osu.Game/Online/Multiplayer/Room.cs | mit | 1,594,350,574 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Online.Multiplayer.GameTypes;
using ... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using Newtonsoft.Json;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Game.Online.Multiplayer.GameTypes;
using ... |
1167e24ce0c3ae8bf62b21e6d067ae4ee989a285 | 567.3: export TextServiceClient | 567.3: export TextServiceClient
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.Drawing.GLES/TextPrinter/GLBitmapGlyphTextPrinter.cs | bsd-2-clause | 1,594,348,444 | //MIT, 2016-present, WinterDev
using System;
using System.Collections.Generic;
//
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using Typography.TextLayout;
using Typography.OpenFont;
using Typography.TextBreak;
using Typography.TextServices;
using Typography.FontManagement;
u... | //MIT, 2016-present, WinterDev
using System;
using System.Collections.Generic;
//
using PixelFarm.CpuBlit;
using PixelFarm.CpuBlit.BitmapAtlas;
using PixelFarm.Drawing;
using Typography.TextLayout;
using Typography.OpenFont;
using Typography.TextBreak;
using Typography.TextServices;
using Typography.FontManagement;
u... |
778d82da1a85edcec388a13fc7fd42a52a762fc9 | Made the max size get changed after the text widget is done getting its size | Made the max size get changed after the text widget is done getting its size
| larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl | MatterControlLib/PartPreviewWindow/MainViewWidget.cs | bsd-2-clause | 1,594,345,444 | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... | /*
Copyright (c) 2018, Lars Brubaker, John Lewin
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and... |
8c8f6edaa48a3802d0ea6db53fd4861cc80f6e9f | add documentation for font base class. | add documentation for font base class.
| CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Graphics/Fonts/Font.cs | bsd-3-clause | 1,594,341,749 | using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.System.Graphics.Fonts
{
/// <summary>
/// Base class for fonts.
/// </summary>
public abstract class Font
{
/// <summary>
/// Get font pure data.
/// </summary>
public abstract byte... | using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.System.Graphics.Fonts
{
public abstract class Font
{
public abstract byte[] Data { get; }
public abstract byte Height { get; }
public abstract byte Width { get; }
public abstract void SetFon... |
2440c05c2b225d1bcf246f47128969027de17e0a | Skip gRPC template test on Windows 8.1 (#23828) | Skip gRPC template test on Windows 8.1 (#23828)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/ProjectTemplates/test/GrpcTemplateTest.cs | apache-2.0 | 1,594,339,755 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Testing;
using Tem... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Testing;
using Tem... |
b501f13fb3cf93235332373001753aa6e389deb2 | Quarantine a flaky test (#23827) | Quarantine a flaky test (#23827)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/test/E2ETest/Tests/BindTest.cs | apache-2.0 | 1,594,338,269 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Text.Json;
using BasicTestApp;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Compo... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Text.Json;
using BasicTestApp;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Compo... |
c27cfe71543dc3b6432b35cefaabb2383fee7df1 | IL MUL not implemented for char / byte | IL MUL not implemented for char / byte
| zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/Graphics/Canvas.cs | bsd-3-clause | 1,594,338,206 | //#define COSMOSDEBUG
using System;
using System.Drawing;
using System.Collections.Generic;
using Cosmos.System.Graphics.Fonts;
namespace Cosmos.System.Graphics
{
public abstract class Canvas
{
/*
* IReadOnlyList<T> is not working, the Modes inside it become corrupted and then you get Stack Ov... | //#define COSMOSDEBUG
using System;
using System.Drawing;
using System.Collections.Generic;
using Cosmos.System.Graphics.Fonts;
namespace Cosmos.System.Graphics
{
public abstract class Canvas
{
/*
* IReadOnlyList<T> is not working, the Modes inside it become corrupted and then you get Stack Ov... |
e2679ba15b3946e568ec7b71f08f79e5ccaa174e | Removed spline editor from build server uploader | Removed spline editor from build server uploader
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/BuildServerUploader/BuildServerUploaderConsole/Processes/CopyFrbdkToReleaseFolder.cs | mit | 1,594,336,282 | using System.Collections.Generic;
using System.IO;
using FlatRedBall.IO;
namespace BuildServerUploaderConsole.Processes
{
public class CopyFrbdkToReleaseFolder : ProcessStep
{
#region Fields
private List<string> _excludedDirs;
private List<string> _excludeFiles;
private stri... | using System.Collections.Generic;
using System.IO;
using FlatRedBall.IO;
namespace BuildServerUploaderConsole.Processes
{
public class CopyFrbdkToReleaseFolder : ProcessStep
{
#region Fields
private List<string> _excludedDirs;
private List<string> _excludeFiles;
private stri... |
32b8ad6dcea22282d387a40252c94ff28867a471 | Add missing comma to xml documentation (#23634) | Add missing comma to xml documentation (#23634)
| aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Middleware/Diagnostics.EntityFrameworkCore/src/DatabaseErrorPageExtensions.cs | apache-2.0 | 1,594,335,731 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore;
using Microsoft.Extensions.Options;
// ReSharper disable once CheckNamespace
... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore;
using Microsoft.Extensions.Options;
// ReSharper disable once CheckNamespace
... |
cf5e1a4a8f48cff7e3bc725dfa4a53b77484a489 | Change ToolPathResolver to ignore casing (#510) | Change ToolPathResolver to ignore casing (#510)
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/Tooling/ToolPathResolver.cs | mit | 1,594,335,473 | // Copyright 2020 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.IO;
using Nuke.Common.Utilities;
using Nuke.Common.Ut... | // Copyright 2020 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.IO;
using Nuke.Common.Utilities;
using Nuke.Common.Ut... |
145b96ee0691a3b72d9c734921275ede581c9705 | Add best effort selection when resolving with multiple package executables | Add best effort selection when resolving with multiple package executables
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/Tooling/ToolPathResolver.cs | mit | 1,594,334,657 | // Copyright 2020 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.IO;
using Nuke.Common.Utilities;
using Nuke.Common.Ut... | // Copyright 2020 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.IO;
using Nuke.Common.Utilities;
using Nuke.Common.Ut... |
92148270e18c0da3ca0f7b85988792e0bb738c47 | Disable AppVeyor generation | Disable AppVeyor generation
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | build/Build.cs | mit | 1,594,334,656 | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Nuke.Common;
using Nuke.Common.CI;
using Nuke.Common.CI.AppVeyor;
using Nuke.Common.CI.AzurePi... | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Nuke.Common;
using Nuke.Common.CI;
using Nuke.Common.CI.AppVeyor;
using Nuke.Common.CI.AzurePi... |
fe06824389b2ee3b617d1a77d9c1c5e5592af5c0 | Add AppVeyor.Url and PushArtifact | Add AppVeyor.Url and PushArtifact
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/CI/AppVeyor/AppVeyor.cs | mit | 1,594,334,656 | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.Tooling;
using Nuke.Common.Utilities;
namespace... | // Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.Tooling;
using Nuke.Common.Utilities;
namespace Nuke.Common.CI.A... |
31bfef01e0c5578caf9de8c42a8455e132d714e4 | Fix AzurePipelinesAttribute to allow multiple use | Fix AzurePipelinesAttribute to allow multiple use
| nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/CI/AzurePipelines/AzurePipelinesAttribute.cs | mit | 1,594,334,656 | // Copyright 2020 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.CI.AzurePipelines.Configuration;
using Nuke.Common.E... | // Copyright 2020 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using JetBrains.Annotations;
using Nuke.Common.CI.AzurePipelines.Configuration;
using Nuke.Common.E... |
978e6a3d0ca4f2a6563d02c08e150f9441534c24 | Change acceptedTradeOfferIDs into acceptedCreatorIDs | Change acceptedTradeOfferIDs into acceptedCreatorIDs
This makes it possible to accept other confirmation types than trading if they follow the same logic with creator ID. If somebody wants to ensure that he's accepting only trades with given IDs, then he should combine it with acceptedType, which is already supported ... | JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Actions.cs | apache-2.0 | 1,594,334,411 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
4a2435fdff98f4a915a98c5c79dc1efc081a2ffa | Fix a bug where the allowEntry option was reversed | Fix a bug where the allowEntry option was reversed
| PintaProject/Pinta,PintaProject/Pinta,PintaProject/Pinta | Pinta.Core/Extensions/ToolBarComboBox.cs | mit | 1,594,334,164 | //
// ToolBarComboBox.cs
//
// Author:
// Jonathan Pobst <monkey@jpobst.com>
//
// Copyright (c) 2010 Jonathan Pobst
//
// 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 re... | //
// ToolBarComboBox.cs
//
// Author:
// Jonathan Pobst <monkey@jpobst.com>
//
// Copyright (c) 2010 Jonathan Pobst
//
// 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 re... |
5a8b6885b8228145979dc2194b92c2e6071ee2ec | Fix release build | Fix release build
| DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer | Lidgren.Network/NetPeerConfiguration.cs | mit | 1,594,333,693 | /* Copyright (c) 2010 Michael Lidgren
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge, publish,
distribute... | /* Copyright (c) 2010 Michael Lidgren
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy, modify, merge, publish,
distribute... |
a493bb4df922c5e3c20b46dbc1dd77859d01baed | Remove debug test. | Remove debug test.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | test/AsmResolver.DotNet.Tests/TokenAllocatorTest.cs | mit | 1,594,333,377 | using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
using Xunit;
namespace AsmResolver.DotNet.Tests
{
public class TokenAllocatorTest
{
[Fact]
public void AsigningAvailableTokenShou... | using AsmResolver.DotNet.Builder;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
using Xunit;
namespace AsmResolver.DotNet.Tests
{
public class TokenAllocatorTest
{
[Fact]
public void AsigningAvailableTokenShou... |
2a9393eb2451da46084c18bd3d324597b705ffff | Fix commit 9e2b53d87e9c9cb9480f8d46e69a4dcc6594c6c4 | Fix commit 9e2b53d87e9c9cb9480f8d46e69a4dcc6594c6c4
| StockSharp/StockSharp | Algo/BasketMessageAdapter.cs | apache-2.0 | 1,594,332,759 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
b7120806c3f8961685ecac44b2f6abf0096b11b4 | Strategy. Clone method do not copy Connector. | Strategy. Clone method do not copy Connector.
| StockSharp/StockSharp | Algo/Strategies/Strategy.cs | apache-2.0 | 1,594,332,681 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
18cbc144931fa8c5537181044af32c126a3a85ce | Show part count error | Show part count error
| gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer | LmpClient/Windows/BannedParts/BannedPartsResourcesDrawer.cs | mit | 1,594,331,777 | using LmpClient.Localization;
using LmpClient.Systems.SettingsSys;
using System.Linq;
using UnityEngine;
namespace LmpClient.Windows.BannedParts
{
public partial class BannedPartsResourcesWindow
{
protected override void DrawWindowContent(int windowId)
{
GUILayout.BeginVertical();
... | using System.Linq;
using LmpClient.Localization;
using LmpClient.Systems.SettingsSys;
using UnityEngine;
namespace LmpClient.Windows.BannedParts
{
public partial class BannedPartsResourcesWindow
{
protected override void DrawWindowContent(int windowId)
{
GUILayout.BeginVertical();
... |
6651647cf4a2f401dcef3c964e6fd436071da318 | Fix commit 17455f50d29919a38a48a666faf80c3c2cf4aae1 | Fix commit 17455f50d29919a38a48a666faf80c3c2cf4aae1
| StockSharp/StockSharp | Samples/Connectors/SampleConnection/OrdersWindow.xaml.cs | apache-2.0 | 1,594,331,760 | namespace SampleConnection
{
using Ecng.Common;
using Ecng.Xaml;
using StockSharp.Algo;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Xaml;
public partial class OrdersWindow
{
public OrdersWindow()
{
InitializeComponent();
}
private static Connector Connector ... | namespace SampleConnection
{
using Ecng.Common;
using Ecng.Xaml;
using StockSharp.Algo;
using StockSharp.BusinessEntities;
using StockSharp.Localization;
using StockSharp.Xaml;
public partial class OrdersWindow
{
public OrdersWindow()
{
InitializeComponent();
}
private static Connector Connector ... |
2ddb7529dec3335db9277d2eca90c37bb58b594d | Fix commit 2cd9d9a6b53b84462f9ce93033901f150585406c | Fix commit 2cd9d9a6b53b84462f9ce93033901f150585406c
| StockSharp/StockSharp | Algo/Strategies/Strategy_MarketDataProvider.cs | apache-2.0 | 1,594,331,557 | namespace StockSharp.Algo.Strategies
{
using System;
using System.Collections.Generic;
using StockSharp.BusinessEntities;
using StockSharp.Messages;
partial class Strategy
{
private IMarketDataProviderEx MarketDataProvider => (IMarketDataProviderEx)SafeGetConnector();
/// <inheritdoc />
public event Acti... | namespace StockSharp.Algo.Strategies
{
using System;
using System.Collections.Generic;
using StockSharp.BusinessEntities;
using StockSharp.Messages;
partial class Strategy
{
private IMarketDataProviderEx MarketDataProvider => (IMarketDataProviderEx)SafeGetConnector();
/// <inheritdoc />
public event Acti... |
619406be16dcaec78d9c9c6f1fc6a522b8e110ac | Don't save content templates when they are dtge temp values. (#131) | Don't save content templates when they are dtge temp values. (#131)
Co-authored-by: Kevin Jump <ffb4761cba839470133bee36aeb139f58d7dbaa9@jumoo.co.uk> | KevinJump/uSync,KevinJump/uSync | uSync8.ContentEdition/Handlers/ContentTemplateHandler.cs | mpl-2.0 | 1,594,331,036 | using System;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Core.Services.Implement;
using uSync8.BackOffice;
using uSync8.BackOffice.Configuration;
using uSync8.BackOffice.Services;
using uSync8.Back... | using System;
using Umbraco.Core.Cache;
using Umbraco.Core.Logging;
using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Core.Services.Implement;
using uSync8.BackOffice;
using uSync8.BackOffice.Configuration;
using uSync8.BackOffice.Services;
using uSync8.BackOffice.SyncHandlers;
using uSync8.Conten... |
2b493c17ef3f630242dd376119b5f47456b598fa | Update src/NUnitTestAdapter/NUnitEngine/DiscoveryConverter.cs | Update src/NUnitTestAdapter/NUnitEngine/DiscoveryConverter.cs
Co-authored-by: Joseph Musser <b1c1d8736f20db3fb6c1c66bb1455ed43909f0d8@jnm2.com> | nunit/nunit3-vs-adapter,nunit/nunit3-vs-adapter | src/NUnitTestAdapter/NUnitEngine/DiscoveryConverter.cs | mit | 1,594,330,523 | // ***********************************************************************
// Copyright (c) 2020-2020 Charlie Poole, Terje Sandstrom
//
// 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 wit... | // ***********************************************************************
// Copyright (c) 2020-2020 Charlie Poole, Terje Sandstrom
//
// 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 wit... |
dd8a292d38ba67acf07d327375d3448bfeee293e | Fix NRE when going directly to TB | Fix NRE when going directly to TB
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs | mit | 1,594,329,607 | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... |
f7148e64bec1cd5c86a4de658c4214e4652df0e5 | Fixed nullability analysis warning | Fixed nullability analysis warning
| nano-byte/common,nano-byte/common,nano-byte/common | src/Common/Native/UnixUtils.cs | mit | 1,594,329,510 | // Copyright Bastian Eicher
// Licensed under the MIT License
using System;
using System.ComponentModel;
using System.IO;
using System.Runtime.CompilerServices;
using Mono.Unix;
using Mono.Unix.Native;
using NanoByte.Common.Cli;
#if NETSTANDARD
using System.Runtime.InteropServices;
#endif
namespace Na... | // Copyright Bastian Eicher
// Licensed under the MIT License
using System;
using System.ComponentModel;
using System.IO;
using System.Runtime.CompilerServices;
using Mono.Unix;
using Mono.Unix.Native;
using NanoByte.Common.Cli;
#if NETSTANDARD
using System.Runtime.InteropServices;
#endif
namespace Na... |
5d8f54ac42419ea23161a1a53a8948360acdaf6a | Fix hardcoded thumb min length. | Fix hardcoded thumb min length.
| wieslawsoltes/Perspex,jkoritzinsky/Perspex,akrisiun/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,j... | src/Avalonia.Controls/Primitives/Track.cs | mit | 1,594,329,125 | // Portions of this source file are adapted from the Windows Presentation Foundation project.
// (https://github.com/dotnet/wpf/)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Layout;
using Avalonia.M... | // Portions of this source file are adapted from the Windows Presentation Foundation project.
// (https://github.com/dotnet/wpf/)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using Avalonia.Data;
using Avalonia.Input;
using Avalonia.Layout;
using Avalonia.M... |
aafb5323cbb1dfc064e09c7194fe05ef7f7ac259 | Fix codescene | Fix codescene
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs | mit | 1,594,329,125 | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... |
af8acfce0dbab0864affb5bc8ee4e45bc8c9f4a9 | Prevent crashes caused by null locked framebuffer. | Prevent crashes caused by null locked framebuffer.
| SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,SuperJM... | src/Windows/Avalonia.Win32/FramebufferManager.cs | mit | 1,594,328,744 | using System;
using Avalonia.Controls.Platform.Surfaces;
using Avalonia.Platform;
using Avalonia.Win32.Interop;
namespace Avalonia.Win32
{
class FramebufferManager : IFramebufferPlatformSurface
{
private readonly IntPtr _hwnd;
private WindowFramebuffer _fb;
public FramebufferManager(I... | using System;
using Avalonia.Controls.Platform.Surfaces;
using Avalonia.Platform;
using Avalonia.Win32.Interop;
namespace Avalonia.Win32
{
class FramebufferManager : IFramebufferPlatformSurface
{
private readonly IntPtr _hwnd;
private WindowFramebuffer _fb;
public FramebufferManager(I... |
a88bcb93f039d643a613a7121cd051260bdc9385 | Simplify TxDetails building | Simplify TxDetails building
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/TransactionDetails/ViewModels/TransactionDetailsViewModel.cs | mit | 1,594,327,860 | using System;
using System.Linq;
using NBitcoin;
using ReactiveUI;
using WalletWasabi.Stores;
namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels
{
public class TransactionDetailsViewModel : ReactiveObject
{
private int _confirmations;
private bool _confirmed;
private DateTimeOffset _dateTime;
... | using System;
using System.Linq;
using NBitcoin;
using ReactiveUI;
using WalletWasabi.Blockchain.TransactionBuilding;
using WalletWasabi.Gui.Controls.TransactionDetails.Models;
using WalletWasabi.Stores;
namespace WalletWasabi.Gui.Controls.TransactionDetails.ViewModels
{
public class TransactionDetailsViewModel : Rea... |
d0ebf71d9620f94c3b9e37c6a4428cf0e455d757 | Reduce nesting | Reduce nesting
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs | mit | 1,594,327,641 | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... |
0cb6fe852b06dc3c2446c177631e4777a949dbf3 | bug fix: don't inherit visitedTypesToRegisterIds | bug fix: don't inherit visitedTypesToRegisterIds
| OBeautifulCode/OBeautifulCode.Serialization | OBeautifulCode.Serialization/SerializationConfiguration/SerializationConfigurationBase/SerializationConfigurationBase.cs | mit | 1,594,327,292 | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// --------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="SerializationConfigurationBase.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// --------------------------------------... |
309693a1d7b32df5c5e656ee36fede94138eb690 | Removed unused property | Removed unused property
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/TransactionBroadcasterViewModel.cs | mit | 1,594,327,145 | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.ApplicationLifetimes;
using NBitcoin;
using ReactiveUI;
using Splat;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
using WalletWasab... |
f112ef89a0f8398896afd933c6be8ce721d0d58c | SampleStrategies. Logs in directory. | SampleStrategies. Logs in directory.
| StockSharp/StockSharp | Samples/Misc/SampleStrategies/MainWindow.xaml.cs | apache-2.0 | 1,594,326,989 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/S... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/S... |
dbfa423860f64ce4901abd45eae30cc56331a739 | Fix commit 9e2b53d87e9c9cb9480f8d46e69a4dcc6594c6c4 | Fix commit 9e2b53d87e9c9cb9480f8d46e69a4dcc6594c6c4
| StockSharp/StockSharp | Algo/BasketMessageAdapter.cs | apache-2.0 | 1,594,326,926 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
0f84425ec92b2aec2895d5d1e86b6baec1a2506f | Fix commit 2db91ab3ceafb4448ac57f857c50f14340aa6a31 | Fix commit 2db91ab3ceafb4448ac57f857c50f14340aa6a31
| StockSharp/StockSharp | Algo/SubscriptionOnlineMessageAdapter.cs | apache-2.0 | 1,594,326,908 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Localization;
using StockSharp.Logging;
/// <summary>
/// Online subscription counter adapter.
/// </summary>
public class SubscriptionOnlineM... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using Ecng.Common;
using Ecng.Collections;
using StockSharp.Messages;
using StockSharp.Localization;
using StockSharp.Logging;
/// <summary>
/// Online subscription counter adapter.
/// </summary>
public class SubscriptionOnlineM... |
f7bfe14ac92c31e0f799e793f2bc81ebb579f20d | Fix wifi sharing of books with invalid filename chars in title (BL-8674) | Fix wifi sharing of books with invalid filename chars in title (BL-8674)
| StephenMcConnel/BloomDesktop,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,gmartin7/myBloomFork,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,gmartin7/myBloomFork,BloomBooks/BloomDesktop,StephenMcConnel/BloomDesktop,StephenMcConnel/BloomDesktop,BloomBooks/BloomDes... | src/BloomExe/Publish/Android/PublishToAndroidApi.cs | mit | 1,594,326,430 | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Bloom.Api;
using Bloom.Book;
using Bloom.ImageProcessing;
using Bloom.Properties;
using Bloom.Publish.Android.file;
using SIL.Windows.Forms.Miscellaneous;
#if !__MonoCS__
using Bloo... | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Diagnostics;
using System.Linq;
using Bloom.Api;
using Bloom.Book;
using Bloom.ImageProcessing;
using Bloom.Properties;
using Bloom.Publish.Android.file;
using SIL.Windows.Forms.Miscellaneous;
#if !__MonoCS__
using Bloom.Publish.Android... |
af054e2dec0940251b698329f0932079e5bc5ccb | fixing warnings | fixing warnings
| larsbrubaker/agg-sharp,MatterHackers/agg-sharp | agg/agg_basics.cs | bsd-2-clause | 1,594,325,890 | //----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 2007
//
// Permission to copy, use, modif... | //----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 2007
//
// Permission to copy, use, modif... |
0eb6c38d76e60c26eac22f1b862f800e30da2753 | ser2: fixing type-table overwriting known types by setting the idCounter after deserialization | ser2: fixing type-table overwriting known types by setting the idCounter after deserialization
| dotmos/uGameFramework,dotmos/uGameFramework | Unity/Assets/GameFramework/Services/SerializerService/FlatbufferSerializer2.cs | mit | 1,594,325,413 | #define FLATBUFFER_CHECK_TYPES
using System.Collections.Generic;
using System;
using FlatBuffers;
using System.Linq;
using System.Collections;
using System.Text;
using Newtonsoft.Json;
using ECS;
using UnityEngine;
namespace Service.Serializer
{
public interface IFBSerializeAsTypedObject { }
public inte... | #define FLATBUFFER_CHECK_TYPES
using System.Collections.Generic;
using System;
using FlatBuffers;
using System.Linq;
using System.Collections;
using System.Text;
using Newtonsoft.Json;
using ECS;
using UnityEngine;
namespace Service.Serializer
{
public interface IFBSerializeAsTypedObject { }
public inte... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.