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 |
|---|---|---|---|---|---|---|---|---|
cc7b90988dda81a767ac52bf66e4b4e8a9c52c57 | Removed related tables and replaced SingleOrDefaultAsync() by SingleAsync() | Removed related tables and replaced SingleOrDefaultAsync() by SingleAsync()
| davidsonsousa/CMSEngine,davidsonsousa/CMSEngine,davidsonsousa/CMSEngine,davidsonsousa/CMSEngine | CmsEngine.Data/Repositories/WebsiteRepository.cs | mit | 1,586,627,595 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CmsEngine.Data.Entities;
using Microsoft.EntityFrameworkCore;
namespace CmsEngine.Data.Repositories
{
public class WebsiteRepository : Repository<Website>, IWebsiteRepository
{
public WebsiteRepository(CmsEngineCon... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CmsEngine.Data.Entities;
using Microsoft.EntityFrameworkCore;
namespace CmsEngine.Data.Repositories
{
public class WebsiteRepository : Repository<Website>, IWebsiteRepository
{
public WebsiteRepository(CmsEngineCon... |
9ddfbd7daecbcfe31c23f69cc0c1acf1e8e1a1a9 | Fix custom banner in ultrawide | Fix custom banner in ultrawide
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/UIMenu.cs | mit | 1,586,627,229 | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... | /*
*
*
* Created by: Guad, CamxxCore, jedijosh920
*
*
* Ported by: alexguirre, Stealth22, LtFlash
*
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
using Rage;
using Rage.Native;
using RAGENativeUI.Elements;
namesp... |
8375f9f96ed44ba90753ade97152585e8934c0c7 | Fixed crash if there is no project loaded. | Fixed crash if there is no project loaded.
| vchelaru/Gum | EventOutputPlugin/Managers/ExportEventFileManager.cs | mit | 1,586,626,405 | using EventOutputPlugin.Models;
using Gum;
using Gum.ToolStates;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ToolsUtilities;
namespace EventOutputPlugin.Managers
{
public class ExportEventFileManager
{
... | using EventOutputPlugin.Models;
using Gum;
using Gum.ToolStates;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ToolsUtilities;
namespace EventOutputPlugin.Managers
{
public class ExportEventFileManager
{
... |
ac9b508b521b57298623c738bf9207ed6e1fa92f | Ref code cleaning | Ref code cleaning
| DanieleScipioni/TestApp | TestAppUWP.AppShell/Samples/Calendar/CalendarExplorer.xaml.cs | mit | 1,586,626,358 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Threading.Tasks;
using TestAppUWP.Core;
using Windows.ApplicationModel.Appointments;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace TestAppUWP.AppShell.Samples.Calendar
{
public ... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Threading.Tasks;
using TestAppUWP.Core;
using Windows.ApplicationModel.Appointments;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace TestAppUWP.AppShell.Samples.Calendar
{
public ... |
679854ab355cd0f3462ab8ff767442797e60d527 | Tabify a file | Tabify a file
| tgstation/tgstation-server-tools,tgstation/tgstation-server-tools,tgstation/tgstation-server,tgstation/tgstation-server | src/Tgstation.Server.Host/Database/Migrations/20200325150546_SLAddSqlite.Designer.cs | agpl-3.0 | 1,586,625,345 | // <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Tgstation.Server.Host.Database.Migrations
{
[DbContext(typeof(SqliteDatabaseContext))]
[Migration("20200325150546_SLAddSqlite")]
par... | // <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Tgstation.Server.Host.Database.Migrations
{
[DbContext(typeof(SqliteDatabaseContext))]
[Migration("20200325150546_SLAddSqlite")... |
e923bc59f5075c5fb2f900d2f9512278fef35883 | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,586,624,659 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "7e03b2c32609e3adffc27fdfa66b941c32ce402f";
public static string Version = "1.2";
public static string Build = "3307";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "a54a5bbaa949618ebf905e8027be1aaf839c8efb";
public static string Version = "1.2";
public static string Build = "3306";
... |
d42c5aa4c06d453b4eb2d5b17dd7e8170f79f347 | Fixed typo | Fixed typo
| danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator,danielpalme/ReportGenerator | src/ReportGenerator.Core/Reporting/Builders/BadgeReportBuilder.cs | apache-2.0 | 1,586,624,589 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using Palmmedia.ReportGenerator.Core.Logging;
using Palmmedia.ReportGenerator.Core.Parser.Analysis;
using Palmmedia.ReportGenerator.Core.Properties;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp... | using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using Palmmedia.ReportGenerator.Core.Logging;
using Palmmedia.ReportGenerator.Core.Parser.Analysis;
using Palmmedia.ReportGenerator.Core.Properties;
using SixLabors.Fonts;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp... |
01aca768f56f560a02c846c1702fd4682d372995 | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,586,624,297 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "a54a5bbaa949618ebf905e8027be1aaf839c8efb";
public static string Version = "1.2";
public static string Build = "3306";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "90e2a7ac8c738eb39109eec67215e0958bfc4dc5";
public static string Version = "1.2";
public static string Build = "3294";
... |
1ab1cf1d6a649c2d4aa69c7bd70ab8a24f54e5c4 | Automatically restart idling if it includes the appID that we've just blacklisted | Automatically restart idling if it includes the appID that we've just blacklisted
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Commands.cs | apache-2.0 | 1,586,624,172 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
a54a5bbaa949618ebf905e8027be1aaf839c8efb | adding support for PowerupTime for monster melee attacks (#2909) | adding support for PowerupTime for monster melee attacks (#2909)
| LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/WorldObjects/Monster_Melee.cs | agpl-3.0 | 1,586,624,156 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.DatLoader;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Managers;
using ACE.Server.Physics.Animation;
namespace... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.DatLoader;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Managers;
using ACE.Server.Physics.Animation;
namespace... |
a941131522b159c75e2b9ef3c62906e7d9ebedcf | updating legacy function for player melee skill (#2908) | updating legacy function for player melee skill (#2908)
* updating legacy function for player melee skill
* . | ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/WorldObjects/Player_Combat.cs | agpl-3.0 | 1,586,624,136 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.DatLoader.Entity;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Server.Entity;
using ACE.Server.Managers;
using ACE.Server.Entity.Actions;
using ACE.Server.Network.Enum;
using ACE.Serve... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.DatLoader.Entity;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Server.Entity;
using ACE.Server.Managers;
using ACE.Server.Entity.Actions;
using ACE.Server.Network.Enum;
using ACE.Serve... |
a7732819fe4c987857a3122d4ba44992abadbf5c | Fix god/ungod failing on SkillAdvancementClass (#2905) | Fix god/ungod failing on SkillAdvancementClass (#2905)
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/Command/Handlers/AdminCommands.cs | agpl-3.0 | 1,586,624,096 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Net;
using System.Threading;
using log4net;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.Auth;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Net;
using System.Threading;
using log4net;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.Auth;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
... |
955c8d7effb9c2494da885b85e25ccbbd4843fef | add support for caster weapons to Monster_Inventory (#2904) | add support for caster weapons to Monster_Inventory (#2904)
* add support for caster weapons to Monster_Inventory
* adding comment
* optimizing
* removing comment | LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/WorldObjects/Monster_Inventory.cs | agpl-3.0 | 1,586,624,077 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.Entity.Enum;
namespace ACE.Server.WorldObjects
{
partial class Creature
{
/// <summary>
/// Determines the monster in... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Common;
using ACE.Common.Extensions;
using ACE.Database;
using ACE.Database.Models.World;
using ACE.Entity.Enum;
namespace ACE.Server.WorldObjects
{
partial class Creature
{
/// <summary>
/// Determines the monster in... |
d7cc0a6b8cc8bc682e0dbb525a5570302ff90ef0 | bumping up Healing_MaxMove for pks a small amount, based on player feedback (#2900) | bumping up Healing_MaxMove for pks a small amount, based on player feedback (#2900)
| ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Server/WorldObjects/Healer.cs | agpl-3.0 | 1,586,624,041 | using System;
using ACE.Common;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Network.GameEvent.Events;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.Physics;
using ACE.Se... | using System;
using ACE.Common;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.Server.Entity;
using ACE.Server.Entity.Actions;
using ACE.Server.Network.GameEvent.Events;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.Physics;
using ACE.Se... |
64aeabc3ba93b3c685377184d06aa93bfb124324 | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information | [ci skip] Updating ServerBuildInfo_Dynamic with latest build and version information
| ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,586,623,886 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "90e2a7ac8c738eb39109eec67215e0958bfc4dc5";
public static string Version = "1.2";
public static string Build = "3294";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "99ddbadb49ee1798c89cbc3cd57140a231e1535d";
public static string Version = "1.2";
public static string Build = "3290";
... |
de9de7441652c5d10baf0e1f5a1df3b258601ec0 | adding reguid support for json landblock conversion w/ relative guids (#2895) | adding reguid support for json landblock conversion w/ relative guids (#2895)
| LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE,ACEmulator/ACE,LtRipley36706/ACE | Source/ACE.Adapter/GDLE/GDLEConverter.cs | agpl-3.0 | 1,586,623,664 | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Database.Models.World;
namespace ACE.Adapter.GDLE
{
public static class GDLEConverter
{
/// <summary>
/// Converts ACE -> GDLE quest
/// </summary>
public static bool TryConvert(Quest input, out Models... | using System;
using System.Collections.Generic;
using System.Linq;
using ACE.Database.Models.World;
namespace ACE.Adapter.GDLE
{
public static class GDLEConverter
{
/// <summary>
/// Converts ACE -> GDLE quest
/// </summary>
public static bool TryConvert(Quest input, out Models... |
13ce71a9e1c4edbd56f89ef07878042e5d3f68ba | ensure pk timer logout stops movement completely (#2894) | ensure pk timer logout stops movement completely (#2894)
| ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE | Source/ACE.Server/WorldObjects/Player.cs | agpl-3.0 | 1,586,623,653 | using System;
using System.Collections.Generic;
using System.Numerics;
using log4net;
using ACE.Common;
using ACE.Database;
using ACE.Database.Models.Auth;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.... | using System;
using System.Collections.Generic;
using System.Numerics;
using log4net;
using ACE.Common;
using ACE.Database;
using ACE.Database.Models.Auth;
using ACE.DatLoader;
using ACE.DatLoader.FileTypes;
using ACE.Entity;
using ACE.Entity.Enum;
using ACE.Entity.Enum.Properties;
using ACE.Entity.Models;
using ACE.... |
b75ab60a345de98019a38f798965d3855a477bba | Fix animated gifs | Fix animated gifs
Fix #1752
| Glurmo/LiveSplit,Glurmo/LiveSplit,LiveSplit/LiveSplit,Glurmo/LiveSplit,Glurmo/LiveSplit | LiveSplit/LiveSplit.View/View/RunEditorDialog.cs | mit | 1,586,623,171 | using LiveSplit.Model;
using LiveSplit.Model.RunImporters;
using LiveSplit.Options;
using LiveSplit.TimeFormatters;
using LiveSplit.UI;
using LiveSplit.Web;
using LiveSplit.Utils;
using LiveSplit.Web.Share;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using Sys... | using LiveSplit.Model;
using LiveSplit.Model.RunImporters;
using LiveSplit.Options;
using LiveSplit.TimeFormatters;
using LiveSplit.UI;
using LiveSplit.Web;
using LiveSplit.Utils;
using LiveSplit.Web.Share;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using Sys... |
99f54e7c22013b24639128da7057a1f99076e79f | Fixed error | Fixed error
| KernelA/EOptimization-library | EOptimization/Math/Optimization/MultiObjOptimization/MOFWOptimization.cs | mit | 1,586,622,982 | // This is an open source non-commercial project. Dear PVS-Studio, please check it. PVS-Studio Static
// Code Analyzer for C, C++ and C#: http://www.viva64.com
namespace EOpt.Math.Optimization.MOOpt
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using H... | // This is an open source non-commercial project. Dear PVS-Studio, please check it. PVS-Studio Static
// Code Analyzer for C, C++ and C#: http://www.viva64.com
namespace EOpt.Math.Optimization.MOOpt
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using H... |
4fd79b7ad97abfe8236041ba177286cb6c1975ee | fixes code. | fixes code.
| shuxinqin/Chloe | src/Chloe.Extension/DbContextExtension.cs | mit | 1,586,621,697 | using Chloe.Descriptors;
using Chloe.Extension;
using Chloe.Infrastructure;
using Chloe.Threading.Tasks;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading.Tasks;
namespace Chloe
{
public static parti... | using Chloe.Descriptors;
using Chloe.Extension;
using Chloe.Infrastructure;
using Chloe.Threading.Tasks;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Threading.Tasks;
namespace Chloe
{
public static parti... |
de3b457ca00f62f10d9f218d3339253c6839578f | Corrected typo. | Corrected typo.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | tests/Magick.NET.Tests/Windows/Coders/TheEpsCoder.cs | apache-2.0 | 1,586,620,818 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
950d95b0a251b3dee19e0bc03f19f30540a218f9 | Fixed the latest UriExtensions unit test | Fixed the latest UriExtensions unit test
| jstedfast/MailKit,jamie-dainton/MailKit,jstedfast/MailKit | UnitTests/UriExtensionTests.cs | mit | 1,586,620,417 | //
// UriExtensionTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the S... | //
// UriExtensionTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the S... |
900e2f79773a4c2a671d90c27db6877e14ddccc7 | fixed window size | fixed window size
| SignalGo/SignalGo-full-net | SignalGo.ServerManager/Views/ServerInfoPage.xaml.cs | mit | 1,586,620,352 | using System;
using System.Windows;
using System.Windows.Controls;
using System.Runtime.InteropServices;
using System.Windows.Forms.Integration;
using SignalGo.ServerManager.ViewModels;
using System.Windows.Media;
namespace SignalGo.ServerManager.Views
{
/// <summary>
/// Interaction logic for ServerInfoPage.... | using System;
using System.Windows;
using System.Windows.Controls;
using System.Runtime.InteropServices;
using System.Windows.Forms.Integration;
using SignalGo.ServerManager.ViewModels;
namespace SignalGo.ServerManager.Views
{
/// <summary>
/// Interaction logic for ServerInfoPage.xaml
/// </summary>
... |
402c389390715d5e3f3883f150e4f08520005beb | fix float serializing | fix float serializing
| SignalGo/SignalGo-full-net | SignalGo.Client/SerializationHelper.cs | mit | 1,586,620,331 | using Newtonsoft.Json;
using SignalGo.Shared.Converters;
using SignalGo.Shared.DataTypes;
using System;
using System.Collections.Generic;
namespace SignalGo.Client
{
public static class ClientSerializationHelper
{
/// <summary>
/// enable refrence serializing when duplicate object detected
... | using Newtonsoft.Json;
using SignalGo.Shared.Converters;
using SignalGo.Shared.DataTypes;
using System;
using System.Collections.Generic;
namespace SignalGo.Client
{
public static class ClientSerializationHelper
{
/// <summary>
/// enable refrence serializing when duplicate object detected
... |
25b6064c9808d97d1f9d3bd1aeee2c43c08b65a6 | Save all missed events in LockableEvent class | Save all missed events in LockableEvent class
| Drenn1/LynnaLab,Drenn1/LynnaLab,Drenn1/LynnaLab | LynnaLab/Core/Util/LockableEvent.cs | mit | 1,586,619,846 | using System;
using System.Collections.Generic;
namespace LynnaLab {
// This is just like an Event, but you can "Lock" it to pause callbacks, and "Unlock" it to
// resume them. Useful for doing atomic operations.
public class LockableEvent<T> {
EventHandler<T> handler;
int locked = 0;
... | using System;
namespace LynnaLab {
// This is just like an Event, but you can "Lock" it to pause callbacks, and "Unlock" it to
// resume them. Useful for doing atomic operations.
// NOTE: This assumes that only the most recent event matters. If multiple events occur while
// locked, all but the last on... |
0ae7c6a69506a2fcefddbf174ea29d2546cbf84f | Correct array type | Correct array type | verybadcat/CSharpMath,verybadcat/CSharpMath | CSharpMath.Xaml.Tests.NuGet/Test.cs | mit | 1,586,619,789 | namespace CSharpMath.Xaml.Tests.NuGet {
using Avalonia;
using SkiaSharp;
using Forms;
public class Program {
static string File(string platform, [System.Runtime.CompilerServices.CallerFilePath] string thisDir = "") =>
System.IO.Path.Combine(thisDir, "..", $"Test.{platform}.png");
[Xunit.Fa... | namespace CSharpMath.Xaml.Tests.NuGet {
using Avalonia;
using SkiaSharp;
using Forms;
public class Program {
static string File(string platform, [System.Runtime.CompilerServices.CallerFilePath] string thisDir = "") =>
System.IO.Path.Combine(thisDir, "..", $"Test.{platform}.png");
[Xunit.Fa... |
5d3018d76d856a4468f9e0621d457ea21edb1c7e | Change frm ItemList to list of labels with markup | Change frm ItemList to list of labels with markup
| space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Client/UserInterface/RoundEndSummaryWindow.cs | mit | 1,586,619,104 | using Robust.Client.Graphics;
using Robust.Client.Interfaces.Input;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.ResourceManagement;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.CustomControls;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
using R... | using Robust.Client.Graphics;
using Robust.Client.Interfaces.Input;
using Robust.Client.Interfaces.ResourceManagement;
using Robust.Client.ResourceManagement;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.CustomControls;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
using R... |
6b3196987414c05b77419c434fa3b2812b423fab | Correct contains | Correct contains | verybadcat/CSharpMath,verybadcat/CSharpMath | CSharpMath.Xaml.Tests.NuGet/Test.cs | mit | 1,586,619,008 | namespace CSharpMath.Xaml.Tests.NuGet {
using Avalonia;
using SkiaSharp;
using Forms;
public class Program {
static string File(string platform, [System.Runtime.CompilerServices.CallerFilePath] string thisDir = "") =>
System.IO.Path.Combine(thisDir, "..", $"Test.{platform}.png");
[Xunit.Fa... | namespace CSharpMath.Xaml.Tests.NuGet {
using Avalonia;
using SkiaSharp;
using Forms;
public class Program {
static string File(string platform, [System.Runtime.CompilerServices.CallerFilePath] string thisDir = "") =>
System.IO.Path.Combine(thisDir, "..", $"Test.{platform}.png");
[Xunit.Fa... |
74fad54756daebb8f3b4ac39b5e148689968ed4b | [CCB] AngularWorkspace handling fixes/improvement. | [CCB] AngularWorkspace handling fixes/improvement.
| Invenietis/CK-AspNet-Auth,Invenietis/CK-AspNet-Auth,Invenietis/CK-AspNet-Auth | CodeCakeBuilder/npm/AngularWorkspace.cs | mit | 1,586,618,985 | using Cake.Common.Diagnostics;
using CK.Text;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace CodeCake
{
public class AngularWorkspace : NPMProjectContainer
{
public NPMProject WorkspaceProject { get; }
AngularWorkspace(... | using CK.Text;
using Newtonsoft.Json.Linq;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace CodeCake
{
public class AngularWorkspace : NPMProjectContainer
{
public NPMProject WorkspaceProject { get; }
AngularWorkspace(
NPMProject workspaceProject,
... |
81ff29e12bcb05d2d078778162aba76c28a835b3 | Added a more descriptive reason for the ViewMessageBody operation | Added a more descriptive reason for the ViewMessageBody operation
| SteveBate/MiniBus | src/MiniBus/Bus.cs | mit | 1,586,618,732 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Messaging;
using MiniBus.Aspects;
using MiniBus.Contracts;
using MiniBus.Exceptions;
using MiniBus.Core;
using MiniBus.Filters;
using MiniBus.Formatters;
namespace MiniBus
{
internal class Bus : IBus
{
publi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Messaging;
using MiniBus.Aspects;
using MiniBus.Contracts;
using MiniBus.Exceptions;
using MiniBus.Core;
using MiniBus.Filters;
using MiniBus.Formatters;
namespace MiniBus
{
internal class Bus : IBus
{
publi... |
aa672cd59d284c7a757ccfa2327f50df0fd306fd | Update test for possible sizes | Update test for possible sizes | verybadcat/CSharpMath,verybadcat/CSharpMath | CSharpMath.Xaml.Tests.NuGet/Test.cs | mit | 1,586,617,437 | namespace CSharpMath.Xaml.Tests.NuGet {
using Avalonia;
using SkiaSharp;
using Forms;
public class Program {
static string File(string platform, [System.Runtime.CompilerServices.CallerFilePath] string thisDir = "") =>
System.IO.Path.Combine(thisDir, "..", $"Test.{platform}.png");
[Xunit.Fa... | namespace CSharpMath.Xaml.Tests.NuGet {
using Avalonia;
using SkiaSharp;
using Forms;
public class Program {
static string File(string platform, [System.Runtime.CompilerServices.CallerFilePath] string thisDir = "") =>
System.IO.Path.Combine(thisDir, "..", $"Test.{platform}.png");
[Xunit.Fact]... |
a68cb917caac27599101d4953e6fe7e7c6bc2696 | fixes code. | fixes code.
| shuxinqin/Chloe | src/Chloe.Oracle/SqlGenerator_Helper.cs | mit | 1,586,616,854 | using Chloe.DbExpressions;
using Chloe.InternalExtensions;
using Chloe.Reflection;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Chloe.Oracle
{
partial class SqlGenerator : DbExpressionVisitor<DbExpression>
{
void LeftBracket()
{
this._sqlBuilder.Appe... | using Chloe.DbExpressions;
using Chloe.InternalExtensions;
using Chloe.Reflection;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Chloe.Oracle
{
partial class SqlGenerator : DbExpressionVisitor<DbExpression>
{
void LeftBracket()
{
this._sqlBuilder.Appe... |
7321cc75779cc6054f37f65472e0b7c160758b56 | 修改 WordsHelper | 修改 WordsHelper
| toolgood/ToolGood.Words,toolgood/ToolGood.Words,toolgood/ToolGood.Words,toolgood/ToolGood.Words,toolgood/ToolGood.Words | csharp/ToolGood.Words/WordsHelper.cs | apache-2.0 | 1,586,616,293 | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using ToolGood.Words.internals;
namespace ToolGood.Words
{
public static class WordsHelper
{
#region 拼音 操作
/// <summary>
/// 获取所有拼音,中文字符集为[0x3400,0x9FD5],注:偏僻汉字很多未验证
/// <... | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using ToolGood.Words.internals;
namespace ToolGood.Words
{
public static class WordsHelper
{
#region 拼音 操作
/// <summary>
/// 获取首字母,中文字符集为[0x3400,0x9FD5],注:偏僻汉字很多未验证
/// </... |
f9d3dac296e486a8d603fa353ae68bfd3e444761 | json 序列化时间格式修改 | json 序列化时间格式修改
| imwyw/.net,imwyw/.net | Src/CompanySales_Speration/CompanySales/CompanySales/Startup.cs | apache-2.0 | 1,586,616,240 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Micr... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Micr... |
53edf8eec270fbc50befa59d685c002ee2121b5c | Fix issue with misspelled commandservice | Fix issue with misspelled commandservice
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Bot/Extensions/ServiceCollectionExtensions.cs | agpl-3.0 | 1,586,615,895 | using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using SoraBot.Data.Configurations;
namespace SoraBot.Bot.Extensions
{
public static class ServiceCollectionExtensions
{
public static ... | using Discord;
using Discord.Commands;
using Discord.Rest;
using Discord.WebSocket;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using SoraBot.Data.Configurations;
namespace SoraBot.Bot.Extensions
{
public static class ServiceCollectionExtensions
{
public static ... |
952d39132cc6a6a26653585e69a3db3499160421 | FIX: #559 Issue replacing path during UploadDirectory | FIX: #559 Issue replacing path during UploadDirectory
| robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP,robinrodricks/FluentFTP | FluentFTP/Client/FtpClient_FolderUpload.cs | mit | 1,586,615,851 | using System;
using System.IO;
using System.Collections.Generic;
using FluentFTP.Rules;
#if (CORE || NETFX)
using System.Threading;
#endif
#if (CORE || NET45)
using System.Threading.Tasks;
#endif
namespace FluentFTP {
public partial class FtpClient : IDisposable {
/// <summary>
/// Uploads the specified directo... | using System;
using System.IO;
using System.Collections.Generic;
using FluentFTP.Rules;
#if (CORE || NETFX)
using System.Threading;
#endif
#if (CORE || NET45)
using System.Threading.Tasks;
#endif
namespace FluentFTP {
public partial class FtpClient : IDisposable {
/// <summary>
/// Uploads the specified directo... |
a976d91fbe4a78478dff9609dc9babe5618f356a | Generate PropertyChanged members only if they're not already inherited | Generate PropertyChanged members only if they're not already inherited
| mganss/XmlSchemaClassGenerator | XmlSchemaClassGenerator/TypeModel.cs | apache-2.0 | 1,586,615,844 | using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text.R... | using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using System.Text.R... |
7713b4f347ce19fc8bc60da5bb7a6b54e7fc8478 | Fix: Playnite is not opened properly after being minimized to tray | Fix: Playnite is not opened properly after being minimized to tray
| JosefNemec/Playnite,JosefNemec/Playnite,JosefNemec/Playnite | source/Playnite/Windows/WindowFactory.cs | mit | 1,586,615,737 | using Playnite.Common;
using Playnite.Controls;
using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Interop;
namespace Playnite.Windows
{
public inte... | using Playnite.Common;
using Playnite.Controls;
using Playnite.SDK;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Interop;
namespace Playnite.Windows
{
public inte... |
5dce3dfaf96d4993a2f69545cbc9b53e6a142a2a | put webapi deployment packages into it's own directories | put webapi deployment packages into it's own directories
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/BuildScript/BuildScript.cs | bsd-2-clause | 1,586,615,167 | using System;
using System.IO;
using FlubuCore.Commanding;
using FlubuCore.Context;
using FlubuCore.Scripting;
using FlubuCore.Context.FluentInterface.Interfaces;
using FlubuCore.IO;
using FlubuCore.Context.Attributes.BuildProperties;
using FlubuCore.Tasks.NetCore;
public class BuildScript : DefaultBuildScript
{
... | using System;
using System.IO;
using FlubuCore.Commanding;
using FlubuCore.Context;
using FlubuCore.Scripting;
using FlubuCore.Context.FluentInterface.Interfaces;
using FlubuCore.IO;
using FlubuCore.Context.Attributes.BuildProperties;
using FlubuCore.Tasks.NetCore;
public class BuildScript : DefaultBuildScript
{
... |
a46ee5e566cd27ea2993d9c48d0c5e08a5140e64 | Added test for custom tick generator | Added test for custom tick generator
| melanchall/drywetmidi,melanchall/drymidi,melanchall/drywetmidi,melanchall/drywetmidi | DryWetMidi.Tests/Devices/Playback/PlaybackTests.TickGenerator.cs | mit | 1,586,613,767 | using System;
using System.Linq;
using System.Threading;
using Melanchall.DryWetMidi.Common;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Core;
using NUnit.Framework;
using System.Diagnostics;
namespace Melanchall.DryWetMidi.Tests.Devices
{
[TestFixture]
public sealed partial class Playbac... | using System;
using System.Linq;
using System.Threading;
using Melanchall.DryWetMidi.Common;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Core;
using NUnit.Framework;
namespace Melanchall.DryWetMidi.Tests.Devices
{
[TestFixture]
public sealed partial class PlaybackTests
{
#regi... |
365c77a2ebc5222127f753758d07b45adcefbf26 | Fixed default users.GetUserIdsYouRequestedToFollow | Fixed default users.GetUserIdsYouRequestedToFollow
| linvi/tweetinvi,linvi/tweetinvi,linvi/tweetinvi,linvi/tweetinvi | src/Tweetinvi/Client/Clients/UsersClient.cs | mit | 1,586,613,548 | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Tweetinvi.Client.Requesters;
using Tweetinvi.Core.Client.Validators;
using Tweetinvi.Core.Iterators;
using Tweetinvi.Core.Web;
using Tweetinvi.Exceptions;
using Tweetinvi.Iterators;
using Tweetinvi.Models;
using Tweetinvi.Models.D... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Tweetinvi.Client.Requesters;
using Tweetinvi.Core.Client.Validators;
using Tweetinvi.Core.Iterators;
using Tweetinvi.Core.Web;
using Tweetinvi.Exceptions;
using Tweetinvi.Iterators;
using Tweetinvi.Models;
using Tweetinvi.Models.D... |
905169050518145d131439f2c8c56d2b5c2c65fa | Adding todo code variant | Adding todo code variant
| fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon | Fluent.Ribbon/Controls/GalleryGroupContainer.cs | mit | 1,586,612,839 | // ReSharper disable once CheckNamespace
namespace Fluent
{
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using Fluent.Extensions;
using Fluent.Internal;
using Fluent.Internal.KnownBoxes;
/// <summary>
//... | // ReSharper disable once CheckNamespace
namespace Fluent
{
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using Fluent.Extensions;
using Fluent.Internal;
using Fluent.Internal.KnownBoxes;
/// <summary>
//... |
6eb6968abf981f8a9427109dad7cd2ce9855f451 | Improve performance of test window | Improve performance of test window
| punker76/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon | Fluent.Ribbon.Tests/TestClasses/TestRibbonWindow.cs | mit | 1,586,612,716 | namespace Fluent.Tests.TestClasses
{
using System;
using System.Diagnostics;
public sealed class TestRibbonWindow : RibbonWindow, IDisposable
{
public TestRibbonWindow()
: this(null)
{
}
public TestRibbonWindow(object content)
{
this.Wid... | namespace Fluent.Tests.TestClasses
{
using System;
using System.Diagnostics;
public sealed class TestRibbonWindow : RibbonWindow, IDisposable
{
public TestRibbonWindow()
: this(null)
{
}
public TestRibbonWindow(object content)
{
this.Con... |
0910abfa4e7619fe29e1d70795d8297696bfd105 | Don't use size constraint inside QuickAccessToolBar | Don't use size constraint inside QuickAccessToolBar
| punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon | Fluent.Ribbon/Controls/InRibbonGallery.cs | mit | 1,586,612,705 | // ReSharper disable once CheckNamespace
namespace Fluent
{
using System;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Automation.Peers;
using System.Windows.Controls;
... | // ReSharper disable once CheckNamespace
namespace Fluent
{
using System;
using System.Collections.ObjectModel;
using System.Collections.Specialized;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Automation.Peers;
using System.Windows.Controls;
... |
af11569661bb4e882ff4a6a1fa6819b19f97b7aa | Work around UIDNEXT responses with a value of '0' | Work around UIDNEXT responses with a value of '0'
Fixes issue #1010
| jstedfast/MailKit,jstedfast/MailKit,jamie-dainton/MailKit | MailKit/Net/Imap/ImapEngine.cs | mit | 1,586,612,479 | //
// ImapEngine.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software... | //
// ImapEngine.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software... |
81ea4b0a84d4aab9d0e3d7c5620d1fa8747d9d61 | Added another unit test for UriExtension | Added another unit test for UriExtension
| jstedfast/MailKit,jamie-dainton/MailKit,jstedfast/MailKit | UnitTests/UriExtensionTests.cs | mit | 1,586,612,444 | //
// UriExtensionTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the S... | //
// UriExtensionTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the S... |
1c262c821e47019c55f9acd18aca213e165ee1b2 | Added some default weights if there are joints but no weights | Added some default weights if there are joints but no weights
| SteamDatabase/ValveResourceFormat | GUI/Types/Exporter/GltfModelExporter.cs | mit | 1,586,612,328 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... |
2343e0c920498d0d8930f59cf2f6b01bf3317c51 | Fix multi-thread access to active notes metadata inside Playback | Fix multi-thread access to active notes metadata inside Playback
| melanchall/drywetmidi,melanchall/drymidi,melanchall/drywetmidi,melanchall/drywetmidi | DryWetMidi/Devices/Playback/Playback.cs | mit | 1,586,610,143 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using Melanchall.DryWetMidi.Common;
using Melanchall.DryWetMidi.Core;
using Melanchall.DryWetMidi.Interaction;
namespace Melanchall.DryWetMidi.Devices
{
/// ... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using Melanchall.DryWetMidi.Common;
using Melanchall.DryWetMidi.Core;
using Melanchall.DryWetMidi.Interaction;
namespace Melanchall.DryWetMidi.Devices
{
/// <summary>
/// Provides a way to p... |
071a0dfe249fa572bce226f58e173007da8ff0e9 | RealTimeEmulationAdapter. Removed IsEnabled property. | RealTimeEmulationAdapter. Removed IsEnabled property.
| StockSharp/StockSharp | Algo/Testing/RealTimeEmulationAdapter.cs | apache-2.0 | 1,586,610,050 | #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... |
bc5c2a6cf366d7dea113f787c8444d91b7da411f | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,586,609,497 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
7172558fe6d00f3104ac05f129976ebc0e56a07a | Filtered out joints without indices from animation logic, ignore non-UV texcoords, fixed index buffers reading | Filtered out joints without indices from animation logic, ignore non-UV texcoords, fixed index buffers reading
| SteamDatabase/ValveResourceFormat | GUI/Types/Exporter/GltfModelExporter.cs | mit | 1,586,608,637 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... |
aaff7b04c0e36a4865e9834bbccba4777adb6006 | #111 - Add AWB Grey World option. | #111 - Add AWB Grey World option.
| techyian/MMALSharp,techyian/MMALSharp | src/MMALSharp/Native/MMALParameters.cs | mit | 1,586,607,192 | // <copyright file="MMALParameters.cs" company="Techyian">
// Copyright (c) Ian Auty. All rights reserved.
// Licensed under the MIT License. Please see LICENSE.txt for License info.
// </copyright>
using System;
using System.Runtime.InteropServices;
namespace MMALSharp.Native
{
#pragma warning disable CS1591 // Mis... | // <copyright file="MMALParameters.cs" company="Techyian">
// Copyright (c) Ian Auty. All rights reserved.
// Licensed under the MIT License. Please see LICENSE.txt for License info.
// </copyright>
using System;
using System.Runtime.InteropServices;
namespace MMALSharp.Native
{
#pragma warning disable CS1591 // Mis... |
a8342548c0c57de925001a67dc0ee9982f07d1b9 | increment cache version | increment cache version
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/CacheVersion.cs | apache-2.0 | 1,586,605,440 | using JetBrains.Annotations;
using JetBrains.Application.PersistentMap;
using JetBrains.Serialization;
namespace JetBrains.ReSharper.Plugins.Unity
{
// Cache version
[PolymorphicMarshaller(18)]
public class CacheVersion
{
[UsedImplicitly] public static UnsafeReader.ReadDelegate<object> ReadDele... | using JetBrains.Annotations;
using JetBrains.Application.PersistentMap;
using JetBrains.Serialization;
namespace JetBrains.ReSharper.Plugins.Unity
{
// Cache version
[PolymorphicMarshaller(17)]
public class CacheVersion
{
[UsedImplicitly] public static UnsafeReader.ReadDelegate<object> ReadDele... |
88834a709bd10525a7a0cb5885157c6ab66c951d | Fix asset usages for field, when script component is assigned to field in Inspector | Fix asset usages for field, when script component is assigned to field in Inspector
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Yaml/Psi/DeferredCaches/AssetHierarchy/Elements/IScriptComponentHierarchy.cs | apache-2.0 | 1,586,605,440 | using JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AssetHierarchy.References;
namespace JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AssetHierarchy.Elements
{
public interface IScriptComponentHierarchy : IComponentHierarchy
{
ExternalReference ScriptReference { get; }
}
} | using JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AssetHierarchy.References;
namespace JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.DeferredCaches.AssetHierarchy.Elements
{
public interface IScriptComponentHierarchy : IHierarchyElement
{
ExternalReference ScriptReference { get; }
}
} |
876c20c998bebe272bbb9278a6d83654b520127d | Revert change (grouping is broken) | Revert change (grouping is broken)
| JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity,JetBrains/resharper-unity | resharper/resharper-unity/src/Yaml/Rider/Host/Feature/UnityAssetRiderUsageGroupingProjectItemProvider.cs | apache-2.0 | 1,586,605,440 | using JetBrains.ProjectModel;
using JetBrains.ReSharper.Feature.Services.Occurrences;
using JetBrains.ReSharper.Host.Features.Usages;
using JetBrains.ReSharper.Host.Platform.Icons;
using JetBrains.ReSharper.Plugins.Unity.Resources.Icons;
using JetBrains.ReSharper.Plugins.Unity.Yaml.Feature.Services.Navigation;
using Je... | using JetBrains.ProjectModel;
using JetBrains.ReSharper.Feature.Services.Occurrences;
using JetBrains.ReSharper.Host.Features.Usages;
using JetBrains.ReSharper.Host.Platform.Icons;
using JetBrains.ReSharper.Plugins.Unity.Resources.Icons;
using JetBrains.ReSharper.Plugins.Unity.Yaml.Feature.Services.Navigation;
using Je... |
ee51aa68321a255c2ccbfcde597a6572a341c37d | Add proper disposal | Add proper disposal
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Tabs/WalletManager/LoadWallets/LoadWalletViewModel.cs | mit | 1,586,604,839 | using Avalonia;
using DynamicData;
using DynamicData.Binding;
using ReactiveUI;
using Splat;
using System;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Concurrency;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.React... | using Avalonia;
using DynamicData;
using DynamicData.Binding;
using ReactiveUI;
using Splat;
using System;
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Concurrency;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using System.Threadin... |
fc1d497a864c48adf3d702beb1c0b7c93d23ddcd | Change PlaylistDownloadButton default | Change PlaylistDownloadButton default
| smoogipooo/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,EVAST9919/osu,peppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,smoogipoo/osu,EVAST9919/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,EVAST9919/osu,UselessToucan/osu,NeoAdonis/osu,UselessTouc... | osu.Game/Screens/Multi/DrawableRoomPlaylistItem.cs | mit | 1,586,604,088 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graph... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graph... |
be33409c96a11f3825df25f6e6f8be24bbf0eb6e | NR Android System log is enough, do not log twice | NR Android System log is enough, do not log twice
| jbe2277/waf | src/NewsReader/NewsReader.Presentation/App.xaml.cs | mit | 1,586,604,084 | using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
using System;
using System.Diagnostics;
using System.Globalization;
using System.Waf.Applications.Services;
using System.Waf.Foundation;
using Waf.NewsReader.Applications;
using Waf.NewsReader.Applications.Controllers;
u... | using Microsoft.AppCenter;
using Microsoft.AppCenter.Analytics;
using Microsoft.AppCenter.Crashes;
using System;
using System.Diagnostics;
using System.Globalization;
using System.Waf.Applications.Services;
using System.Waf.Foundation;
using Waf.NewsReader.Applications;
using Waf.NewsReader.Applications.Controllers;
u... |
3298b792a9fe037ca70d52217ff01b7bb36b9335 | CsvNativeIdStorage. Buffer added. | CsvNativeIdStorage. Buffer added.
| StockSharp/StockSharp | Algo/Storages/INativeIdStorage.cs | apache-2.0 | 1,586,603,567 | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Logging;
usin... | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using Ecng.Collections;
using Ecng.Common;
using Ecng.Serialization;
using StockSharp.Logging;
usin... |
8e3ea2c9dbedb274fc9e35a0436514b9361e0116 | Optimization of the code | Optimization of the code
| fredatgithub/UsefulFunctions | ConsoleAppNTLM/Program.cs | mit | 1,586,603,244 | using FonctionsUtiles.Fred.Csharp;
using System;
using System.Collections.Generic;
namespace ConsoleAppNTLM
{
class Program
{
static void Main()
{
Action<string> display = Console.WriteLine;
ulong count = 0;
bool addToListe = false;
List<string> liste = new List<string>();
st... | using FonctionsUtiles.Fred.Csharp;
using System;
using System.Collections.Generic;
namespace ConsoleAppNTLM
{
class Program
{
static void Main()
{
Action<string> display = Console.WriteLine;
ulong count = 0;
bool addToListe = false;
List<string> liste = new List<string>();
st... |
76bd0da2015cd943dfec4cc399f055cab3ad71ed | Add code to calculate NTLM hashes | Add code to calculate NTLM hashes
| fredatgithub/UsefulFunctions | ConsoleAppNTLM/Program.cs | mit | 1,586,602,531 | using FonctionsUtiles.Fred.Csharp;
using System;
using System.Collections.Generic;
namespace ConsoleAppNTLM
{
class Program
{
static void Main()
{
Action<string> display = Console.WriteLine;
ulong count = 0;
bool addToListe = false;
List<string> liste = new List<string>();
st... | using FonctionsUtiles.Fred.Csharp;
using System;
namespace ConsoleAppNTLM
{
class Program
{
static void Main(string[] args)
{
Action<string> display = Console.WriteLine;
string alphabet = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&é'(-è_çà)=$£*%â";
for (int i = 0; i ... |
5b708fb8d47d6e5bb4374b6d1144ed8e89db999b | Revert "NR Improve display of version number" | Revert "NR Improve display of version number"
This reverts commit c5568ddb6ff60c9e55b862e49ff1c8c3aa2d5fbb.
| jbe2277/waf | src/NewsReader/NewsReader.Presentation/Services/AppInfoService.cs | mit | 1,586,601,972 | using Waf.NewsReader.Applications.Services;
using Xamarin.Essentials;
namespace Waf.NewsReader.Presentation.Services
{
public class AppInfoService : IAppInfoService
{
public AppInfoService()
{
AppName = AppInfo.Name;
VersionString = AppInfo.VersionString;
}
... | using Waf.NewsReader.Applications.Services;
using Xamarin.Essentials;
namespace Waf.NewsReader.Presentation.Services
{
public class AppInfoService : IAppInfoService
{
public AppInfoService()
{
AppName = AppInfo.Name;
VersionString = AppInfo.VersionString + "." + AppInfo... |
6f28db7a50557caea8e0d5b3e19fe07c2ba8359b | Instrument lookup fix. | Instrument lookup fix.
| StockSharp/StockSharp | Algo/TraderHelper_StockSharp.cs | apache-2.0 | 1,586,600,667 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Ecng.Common;
using Ecng.Collections;
using Ecng.IO;
using Ecng.Net;
using Ecng.Serialization;
using MoreLinq;
using StockSharp.Algo;
using StockSharp.Algo.Storages.Remote;
using StockSha... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using Ecng.Common;
using Ecng.Collections;
using Ecng.IO;
using Ecng.Net;
using Ecng.Serialization;
using MoreLinq;
using StockSharp.Algo;
using StockSharp.Algo.Storages.Remo... |
769b00c8840efa9f1060f27d10f66e74b17703b9 | Remove now-redundant comment | Remove now-redundant comment
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | Pathfinder/Internal/SaveLoaderReplacement.cs | mit | 1,586,600,572 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Extensions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game;
using P... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Hacknet;
using Hacknet.Mission;
using Hacknet.Factions;
using Hacknet.Extensions;
using Hacknet.Security;
using Microsoft.Xna.Framework;
using Pathfinder.Game;
using P... |
d174a8ec351805468ce6c7cc244ac203e42c7195 | Convert PathfinderPatcher.cs to consistent damn newlines | Convert PathfinderPatcher.cs to consistent damn newlines
| Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder,Arkhist/Hacknet-Pathfinder | PathfinderPatcher/PathfinderPatcher.cs | mit | 1,586,600,312 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Inject;
namespace PathfinderPatcher
{
public enum AccessMods
{
Private,
Protected,
Public,
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using Mono.Cecil;
using Mono.Cecil.Cil;
using Mono.Cecil.Inject;
namespace PathfinderPatcher
{
public enum AccessMods
{
Private,
Protected,
Public,
... |
f83ac41a247353ae4fd34c1a09f73332b4feefdf | updates test | updates test
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore.Tests/Integration/TargetTests.cs | bsd-2-clause | 1,586,597,194 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using DotNet.Cli.Flubu.Infrastructure;
using FlubuCore.Context;
using FlubuCore.Infrastructure;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting;
using FlubuCore.Targeting;
using FlubuCore.Tasks;
using Microsoft.Extensio... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using DotNet.Cli.Flubu.Infrastructure;
using FlubuCore.Context;
using FlubuCore.Infrastructure;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting;
using FlubuCore.Targeting;
using FlubuCore.Tasks;
using Microsoft.Extensio... |
317596d5e600183afd2c0628b1406e6f3a719fe9 | updates test | updates test
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/FlubuCore.Tests/Integration/TargetTests.cs | bsd-2-clause | 1,586,596,961 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using DotNet.Cli.Flubu.Infrastructure;
using FlubuCore.Context;
using FlubuCore.Infrastructure;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting;
using FlubuCore.Targeting;
using FlubuCore.Tasks;
using Microsoft.Extensio... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using DotNet.Cli.Flubu.Infrastructure;
using FlubuCore.Context;
using FlubuCore.Infrastructure;
using FlubuCore.IO.Wrappers;
using FlubuCore.Scripting;
using FlubuCore.Targeting;
using FlubuCore.Tasks;
using Microsoft.Extensio... |
e2e178d2dfef7d81b7c2e20a14e4e9cf7f32e8e2 | Improving threaded theme change in showcase | Improving threaded theme change in showcase
| fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon | Fluent.Ribbon.Showcase/ViewModels/IssueRepros/ThemeManagerFromThread.cs | mit | 1,586,595,445 | namespace FluentTest.ViewModels.IssueRepros
{
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using Fluent;
using Fluent.Extensions;
using FluentTest.Commanding;
public class ThemeManagerFromThread
{
pri... | namespace FluentTest.ViewModels.IssueRepros
{
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using Fluent;
using FluentTest.Commanding;
public class ThemeManagerFromThread
{
private int currentTheme;
... |
c0e08cf961e9e9bd5b8442f4349f7a38233e3d33 | Making internals visible to the showcase application | Making internals visible to the showcase application
| punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,fluentribbon/Fluent.Ribbon | Fluent.Ribbon/Properties/AssemblyInfo.cs | mit | 1,586,595,425 | using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows.Markup;
[assembly: Guid("d849f751-e8f4-480d-acc0-6148eafcaafc")]
[assembly: XmlnsPrefix("urn:fluent-ribbon", "fluent")]
[assembly: XmlnsDefinition("urn:fluent-ribbon", "Fluent")]
[assembly: XmlnsDefinition("urn:fluent-ri... | using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows.Markup;
[assembly: Guid("d849f751-e8f4-480d-acc0-6148eafcaafc")]
[assembly: XmlnsPrefix("urn:fluent-ribbon", "fluent")]
[assembly: XmlnsDefinition("urn:fluent-ribbon", "Fluent")]
[assembly: XmlnsDefinition("urn:fluent-ri... |
ce0ec0527d26fe751ce011187921c6db7b639a2a | Using a const for the default dispatcher priority | Using a const for the default dispatcher priority
| fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon,punker76/Fluent.Ribbon,fluentribbon/Fluent.Ribbon | Fluent.Ribbon/Extensions/DispatcherExtensions.cs | mit | 1,586,595,413 | namespace Fluent.Extensions
{
using System;
using System.Windows.Threading;
/// <summary>
/// Class with extension methods for <see cref="Dispatcher"/> and <see cref="DispatcherObject"/>.
/// </summary>
internal static class DispatcherExtensions
{
private const DispatcherPriority D... | namespace Fluent.Extensions
{
using System;
using System.Windows.Threading;
/// <summary>
/// Class with extension methods for <see cref="Dispatcher"/> and <see cref="DispatcherObject"/>.
/// </summary>
internal static class DispatcherExtensions
{
public static void RunInDispatcher... |
d05ab923a40ab15fd6d6387f03f65861472fbf4d | Check if skeleton exists | Check if skeleton exists
| SteamDatabase/ValveResourceFormat | GUI/Types/Exporter/GltfModelExporter.cs | mit | 1,586,595,309 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using GUI.Forms;
using GUI.Types.Renderer;
using GUI.Utils;
using SharpGLTF.IO;
using SharpGLTF.Schema2;
using SkiaSharp;
using ValveResourceFormat.Blocks;
using ValveResourceFormat.ResourceTypes.ModelAnimation;
u... |
73a3f1fe65d6eb17ca9eef1a5b3cd8a843f0e3eb | Remove unnecessary DI | Remove unnecessary DI
| EVAST9919/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,EVAST9919/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,NeoAdonis/osu,peppy/osu,EVAST9919/osu,ppy/osu,smoogipo... | osu.Game/Screens/Select/BeatmapCarousel.cs | mit | 1,586,593,834 | // 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 osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... | // 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 osuTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Con... |
677d0fc1c098b0d51fc744d6d5bfc28581112e2d | Inline BlockableConverter. | Inline BlockableConverter.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/ExecutionPipelines/GraphsonDeserialization/GraphsonJsonSerializer.cs | mit | 1,586,593,733 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using NullGuard;
using System.Linq;
namespace ExRam.Gremlinq.Core
{
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using NullGuard;
using System.Linq;
namespace ExRam.Gremlinq.Core
{
... |
c0c1f2c0235c9e49c8c44541ad1d266a182bb017 | Add test coverage | Add test coverage
| peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,ppy/osu,EVAST9919/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,peppy/osu,EVAST9919/osu,smoogipoo/osu,smoogip... | osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapCarousel.cs | mit | 1,586,593,038 | // 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.Text;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Fr... | // 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.Text;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Fr... |
16dd87d1aec5dba560912c3d7099980a64dfe8f4 | Update version. | Update version.
| JetStream96/MinMaxHeap | src/MinMaxHeap/Properties/AssemblyInfo.cs | unlicense | 1,586,592,851 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MinMaxHeap")]
[assembly: AssemblyDescript... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MinMaxHeap")]
[assembly: AssemblyDescript... |
310cf830d47a4618f33b2bc1fe646aa516823ea8 | Simplify api request logic | Simplify api request logic
| ppy/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,EVAST9919/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,EVAST9919/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,UselessToucan/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,NeoAdon... | osu.Game/Screens/Select/DifficultyRecommender.cs | mit | 1,586,592,815 | // 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.IEnumerab... | // 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.IEnumerab... |
7aac0e59a8c02ab765b53b196177a79f43bb294e | Reduce dictionary lookups | Reduce dictionary lookups
| smoogipoo/osu,ppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,EVAST9919/osu,EVAST9919/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu,ppy/osu,peppy/osu,EVAST9919/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,pep... | osu.Game/Screens/Select/DifficultyRecommender.cs | mit | 1,586,592,815 | // 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.IEnumerab... | // 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.IEnumerab... |
4e87d2eedf9be13d588540cc768114a8c3a4ed7f | Update version. | Update version.
| JetStream96/MinMaxHeap | src/MinMaxHeap/Properties/AssemblyInfo.cs | unlicense | 1,586,592,551 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MinMaxHeap")]
[assembly: AssemblyDescript... | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MinMaxHeap")]
[assembly: AssemblyDescript... |
a84fe2525ba17ac331c198e5c1ec80c061f1066f | Fix nested hitobjects potentially indirectly masked away | Fix nested hitobjects potentially indirectly masked away
| smoogipoo/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,EVAST9919/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,EVAST9919/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,EVAST9919/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,pep... | osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs | mit | 1,586,591,625 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framew... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using JetBrains.Annotations;
using osu.Framework.Allocation;
using osu.Framew... |
e396d51624d83c912d45cdc909ba85ec9457437d | Reuse converters. | Reuse converters.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/ExecutionPipelines/GraphsonDeserialization/GraphsonJsonSerializer.cs | mit | 1,586,591,062 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using NullGuard;
using System.Linq;
namespace ExRam.Gremlinq.Core
{
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using NullGuard;
using System.Linq;
namespace ExRam.Gremlinq.Core
{
... |
c0e2eac10742e05ba3edd5ae72315c4035264e8d | Huge fix: Setting the DefaultValueHandling in JsonSerializer was obviously not thread safe. | Huge fix: Setting the DefaultValueHandling in JsonSerializer was obviously not thread safe.
| ExRam/ExRam.Gremlinq | ExRam.Gremlinq.Core/ExecutionPipelines/GraphsonDeserialization/GraphsonJsonSerializer.cs | mit | 1,586,590,689 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using NullGuard;
using System.Linq;
namespace ExRam.Gremlinq.Core
{
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Xml;
using ExRam.Gremlinq.Core.GraphElements;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Newtonsoft.Json.Linq;
using NullGuard;
using System.Linq;
namespace ExRam.Gremlinq.Core
{
... |
f22911fff356e63d2a99e96bae450b5744d87084 | [X11] Don't trigger Resized event on ConfigureEvent for popups | [X11] Don't trigger Resized event on ConfigureEvent for popups
Sometimes there is a race that disables auto-sizing
1) Resize(100, 100)
2) Resize(200,200)
3) ConfigureEvent(100, 100), Resized is triggered, WindowBase treats it as a user-triggered resize, everything gets broken
| grokys/Perspex,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,jkoritzins... | src/Avalonia.X11/X11Window.cs | mit | 1,586,588,581 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Diagnostics;
using System.Linq;
using System.Reactive.Disposables;
using System.Text;
using Avalonia.Controls;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives.PopupPositioning;
using Avalonia.F... |
56ab837c4d8f03b1d661fc96dd23952fc702daa7 | remove register MapMessage | remove register MapMessage
| signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,MehdyKarimpour/extensions,AlejandroCano/extensions,signumsoftware/extensions,signumsoftware/framework,signumsoftware/extensions,MehdyKarimpour/extensions | Signum.React.Extensions/Isolation/IsolationServer.cs | mit | 1,586,588,279 | using Signum.Utilities;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.React.Maps;
using Signum.Entities.Map;
using Signum.React.Facades;
using Signum.Engine.Isolation;
using Microsoft.AspNetCore.Builder;
using Signum.Engine.Authorization;
using Signum.React.Filters;
using Signum.React.Exte... | using Signum.Utilities;
using System.Reflection;
using Signum.Engine.Basics;
using Signum.React.Maps;
using Signum.Entities.Map;
using Signum.React.Facades;
using Signum.Engine.Isolation;
using Microsoft.AspNetCore.Builder;
using Signum.Engine.Authorization;
using Signum.React.Filters;
using Signum.React.Exte... |
b0483055fc35fe6632fb7055bdfafed67b2a48d9 | Add IsLocked for dm5 | Add IsLocked for dm5
| Tlaster/iHentai | UWP/iHentai/Services/dm5/Model/DM5Response.cs | mit | 1,586,587,831 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using iHentai.Common.Html.Attributes;
using iHentai.Services.Core;
using Newtonsoft.Json;
namespace iHentai.Services.dm5.Model
{
public partial class Dm5Response
{
[JsonProperty("UpdateC... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using iHentai.Common.Html.Attributes;
using iHentai.Services.Core;
using Newtonsoft.Json;
namespace iHentai.Services.dm5.Model
{
public partial class Dm5Response
{
[JsonProperty("UpdateC... |
2f19c3dc447733eb6baaadda598034af2cd58fb1 | 修正一处资源错误依赖自身而导致的无法释放的问题 | 修正一处资源错误依赖自身而导致的无法释放的问题
| GameFramework/GameFramework,EllanJiang/GameFramework | GameFramework/Resource/ResourceManager.ResourceLoader.ResourceObject.cs | mit | 1,586,587,053 | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using GameFramework.ObjectPool;
usi... | //------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
using GameFramework.ObjectPool;
usi... |
eb1fbdacde77c9f7f29634d9f8953d7eb0e55dd7 | Remove unintentional edge effect | Remove unintentional edge effect
| smoogipooo/osu,ppy/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,EVAST9919/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,EVAST9919/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,EVAST99... | osu.Game/Overlays/Music/CollectionsDropdown.cs | mit | 1,586,586,592 | // 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 osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Gra... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osuTK;
using osuTK.Graphics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Gra... |
12c21cba7e0150d0d14c3a5d5906b5e21409b132 | Add missing masking specification | Add missing masking specification
| smoogipoo/osu,peppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,EVAST9919/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,EVAST9919/osu,UselessToucan/osu,NeoAdonis/osu,EVAST9919/osu,peppy/osu,smoogipooo/osu,smoogip... | osu.Game.Rulesets.Mania/Edit/Blueprints/HoldNoteSelectionBlueprint.cs | mit | 1,586,586,027 | // 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.Containers;
using osu.Framework.Graphics.Primit... | // 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.Containers;
using osu.Framework.Graphics.Primit... |
3d5a622db7b0dbf8e4984c1ea57dba56c1d7393f | Tidy up comments | Tidy up comments
| EVAST9919/osu,smoogipoo/osu,EVAST9919/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,UselessToucan/osu,peppy/osu,ppy/osu,smoogipooo/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,pep... | osu.Game.Rulesets.Taiko/Skinning/LegacyHit.cs | mit | 1,586,585,098 | // 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.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
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.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
u... |
63ebb7f80c15a87d5cc3d1275c4c4dc22d3c3dfd | Add support for taikobigcircle and fix exception on missing layers | Add support for taikobigcircle and fix exception on missing layers
| UselessToucan/osu,UselessToucan/osu,EVAST9919/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,EVAST9919/osu,peppy/osu,ppy/osu,ppy/osu,ppy/osu,UselessToucan/osu,EVAST9919/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,pep... | osu.Game.Rulesets.Taiko/Skinning/LegacyHit.cs | mit | 1,586,584,970 | // 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.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
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.Graphics;
using osu.Framework.Graphics.Animations;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
u... |
7ebb30c6ef58d1b583504c57cd23793ae6d19dd2 | updated Single-Source-File to version 8.0.1 | updated Single-Source-File to version 8.0.1
The previous version did not include all fixes of 8.0.1. Method MustBeHttpOrHttpsUrl lacked the null-forgiving operator.
| feO2x/Light.GuardClauses | Light.GuardClauses.SingleFile.cs | mit | 1,586,582,913 | /* ------------------------------
Light.GuardClauses 8.0.1
------------------------------
License information for Light.GuardClauses
The MIT License (MIT)
Copyright (c) 2016, 2020 Kenny Pflug mailto:kenny.pflug@live.de
Permission is hereby granted, free of charge, to any person obtaining a copy
of this softwar... | /* ------------------------------
Light.GuardClauses 8.0.1
------------------------------
License information for Light.GuardClauses
The MIT License (MIT)
Copyright (c) 2016, 2020 Kenny Pflug mailto:kenny.pflug@live.de
Permission is hereby granted, free of charge, to any person obtaining a copy
of this softwar... |
486441152217c8a454e97c84dd896225549dd283 | Remove Tuple usages in FrameworkLocationHelper. | Remove Tuple usages in FrameworkLocationHelper.
| AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,mono/msbuild,cdmihai/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/... | src/Shared/FrameworkLocationHelper.cs | mit | 1,586,581,385 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
#if FEATURE_SYSTEM_CONFIGURATION
using System.Configuration;
#endif
using System.I... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
#if FEATURE_SYSTEM_CONFIGURATION
using System.Configuration;
#endif
using System.I... |
6747e6b0582c530cd51e532a33f2287c684d01d2 | Simplify ComputeProvenanceResult. | Simplify ComputeProvenanceResult.
Remove allocation of Tuple and an array of lambdas.
| cdmihai/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,mono/msbuild,mono/msbuild,mono/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,cdmihai/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,cdmihai/m... | src/Build/Definition/Project.cs | mit | 1,586,579,007 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
u... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
u... |
04b83db5da3ede16b72be3eee892909df5da3686 | Update Assets/MRTK/SDK/Features/UX/Scripts/Pointers/DefaultPointerMediator.cs | Update Assets/MRTK/SDK/Features/UX/Scripts/Pointers/DefaultPointerMediator.cs
Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com> | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Features/UX/Scripts/Pointers/DefaultPointerMediator.cs | mit | 1,586,577,818 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using Unity.Profiling;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// The default implem... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using Unity.Profiling;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// The default implem... |
aa2bf927276868ce6a22c95003beb4de59de9302 | Update Assets/MRTK/SDK/Features/UX/Scripts/Pointers/DefaultPointerMediator.cs | Update Assets/MRTK/SDK/Features/UX/Scripts/Pointers/DefaultPointerMediator.cs
Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com> | killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/SDK/Features/UX/Scripts/Pointers/DefaultPointerMediator.cs | mit | 1,586,577,803 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using Unity.Profiling;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// The default implem... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using Unity.Profiling;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// The default implem... |
e47bb2f9ae3f51230170e966bfc40a208071cce0 | Update Assets/MRTK/Providers/WindowsMixedReality/XR2018/Controllers/WindowsMixedRealityArticulatedHand.cs | Update Assets/MRTK/Providers/WindowsMixedReality/XR2018/Controllers/WindowsMixedRealityArticulatedHand.cs
Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com> | killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Providers/WindowsMixedReality/XR2018/Controllers/WindowsMixedRealityArticulatedHand.cs | mit | 1,586,577,786 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Utilities;
using Microsoft.MixedReality.Toolkit.Windows.Utilities;
using System.Coll... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Utilities;
using Microsoft.MixedReality.Toolkit.Windows.Utilities;
using System.Coll... |
d180dffa5ad42d24fdc1032e264d7182fca7f034 | Update Assets/MRTK/Providers/OpenVR/GenericOpenVRController.cs | Update Assets/MRTK/Providers/OpenVR/GenericOpenVRController.cs
Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com> | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Providers/OpenVR/GenericOpenVRController.cs | mit | 1,586,577,744 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Input.UnityInput;
using Microsoft.MixedReality.Toolkit.Utilities;
using System;
usin... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Input.UnityInput;
using Microsoft.MixedReality.Toolkit.Utilities;
using System;
usin... |
f97ce3bdf853104d754511cde02058dd1c179b49 | Update Assets/MRTK/Providers/WindowsMixedReality/XR2018/Controllers/BaseWindowsMixedRealitySource.cs | Update Assets/MRTK/Providers/WindowsMixedReality/XR2018/Controllers/BaseWindowsMixedRealitySource.cs
Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com> | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Providers/WindowsMixedReality/XR2018/Controllers/BaseWindowsMixedRealitySource.cs | mit | 1,586,577,737 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Utilities;
#if UNITY_WSA
using Unity.Profiling;
using UnityEngine;
using UnityEngin... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Utilities;
#if UNITY_WSA
using Unity.Profiling;
using UnityEngine;
using UnityEngin... |
44eaf16bf5e458d291608e229cc33cb015ec600f | Update Assets/MRTK/Providers/OpenVR/GenericOpenVRController.cs | Update Assets/MRTK/Providers/OpenVR/GenericOpenVRController.cs
Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com> | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity | Assets/MRTK/Providers/OpenVR/GenericOpenVRController.cs | mit | 1,586,577,726 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Input.UnityInput;
using Microsoft.MixedReality.Toolkit.Utilities;
using System;
usin... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Input;
using Microsoft.MixedReality.Toolkit.Input.UnityInput;
using Microsoft.MixedReality.Toolkit.Utilities;
using System;
usin... |
119e409e201b2afc8e021b60dccd964207809b3d | Update Assets/MRTK/Core/Providers/Hands/ArticulatedHandDefinition.cs | Update Assets/MRTK/Core/Providers/Hands/ArticulatedHandDefinition.cs
Co-Authored-By: Kurtis <601750f99a611216e3b3536e5835b26dc3c9b459@microsoft.com> | killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MRTK/Core/Providers/Hands/ArticulatedHandDefinition.cs | mit | 1,586,577,641 | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities;
using System.Collections.Generic;
using Unity.Profiling;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// Defines the interactions and data that an a... | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.MixedReality.Toolkit.Utilities;
using System.Collections.Generic;
using Unity.Profiling;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Input
{
/// <summary>
/// Defines the interactions and data that an a... |
2bf4a096bc70e4a92545cc24dc18972e7f674e74 | Adds FlubuCore web.api deployment package for .net core 3.1 | Adds FlubuCore web.api deployment package for .net core 3.1
| flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core,flubu-core/flubu.core | src/BuildScript/BuildScript.cs | bsd-2-clause | 1,586,572,796 | using System;
using System.IO;
using FlubuCore.Commanding;
using FlubuCore.Context;
using FlubuCore.Scripting;
using FlubuCore.Context.FluentInterface.Interfaces;
using FlubuCore.IO;
using FlubuCore.Context.Attributes.BuildProperties;
using FlubuCore.Tasks.NetCore;
public class BuildScript : DefaultBuildScript
{
... | using System;
using System.IO;
using FlubuCore.Commanding;
using FlubuCore.Context;
using FlubuCore.Scripting;
using FlubuCore.Context.FluentInterface.Interfaces;
using FlubuCore.IO;
using FlubuCore.Context.Attributes.BuildProperties;
using FlubuCore.Tasks.NetCore;
public class BuildScript : DefaultBuildScript
{
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.