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 |
|---|---|---|---|---|---|---|---|---|
ea3347b36d7fdef3bb47fec3809bb4bbcc1ee644 | Accept HttpContent as data in WebBrowser (#1828) | Accept HttpContent as data in WebBrowser (#1828)
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/WebBrowser.cs | apache-2.0 | 1,591,542,541 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
71d3ec25e0c0bd4d777ecb52f0d472484b1b786b | Improve the behaviour if the RestEase assembly isn't referenced | Improve the behaviour if the RestEase assembly isn't referenced
| canton7/RestEase | src/RestEase.SourceGenerator/Implementation/RoslynImplementationFactory.cs | mit | 1,591,542,503 | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using RestEase.Implementation;
using RestEase.Implementation.Emission;
namespace RestEase.SourceGenerator.Implementation
{
public class RoslynImplementationFactory
{
priv... | using System.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using RestEase.Implementation;
using RestEase.Implementation.Emission;
namespace RestEase.SourceGenerator.Implementation
{
public class RoslynImplementationFactory
{
private readonly C... |
acaa63493a5d06791961ad77a5612222d21b2287 | Re-adds ISuicideAct to microwave (#1085) | Re-adds ISuicideAct to microwave (#1085)
| space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Server/GameObjects/Components/Kitchen/MicrowaveComponent.cs | mit | 1,591,542,005 | using System.Collections.Generic;
using System.Linq;
using Content.Server.GameObjects.EntitySystems;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.ViewVariables;
using Content.Server.GameObjects.Components.Chemistry;
using Content.Shared.Chemistry;
using Robust.Shared.Serialization;
usi... | using System.Collections.Generic;
using System.Linq;
using Content.Server.GameObjects.EntitySystems;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.ViewVariables;
using Content.Server.GameObjects.Components.Chemistry;
using Content.Shared.Chemistry;
using Robust.Shared.Serialization;
usi... |
a383127cb8715b5ac59801e50f1d1593027c9c4c | Reference Importer | Reference Importer
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.DotNet/Code/Cil/CilMethodBody.cs | mit | 1,591,538,929 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using AsmResolver.DotNet.Collections;
using AsmResolver.DotNet.Signatures;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using AsmResolver.DotNet.Signatures;
using AsmResolver.DotNet.Collections;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata.Tables;
namespace AsmResolver.DotNet.Code.... |
6297449b039b0073efbaeaa6e039d7f74a85a518 | fixed a crash in the audio vis layer | fixed a crash in the audio vis layer
| antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora,antonpup/Aurora | Project-Aurora/Project-Aurora/Settings/Layers/EqualizerLayerHandler.cs | mit | 1,591,536,927 | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using NAudio.CoreAudioApi;
using NAudio.Dsp;
using NAudio.Wave;
using NAudio.Wave.SampleProviders;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Draw... | using Aurora.EffectsEngine;
using Aurora.Profiles;
using Aurora.Settings.Overrides;
using Aurora.Utils;
using NAudio.CoreAudioApi;
using NAudio.Dsp;
using NAudio.Wave;
using NAudio.Wave.SampleProviders;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Draw... |
638a30c521817622952b5a285113636b183760fc | Fix path to source file. | Fix path to source file.
| sshnet/SSH.NET | src/Renci.SshNet/SshClient.cs | mit | 1,591,536,689 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Diagnostics.CodeAnalysis;
using System.Net;
using Renci.SshNet.Common;
namespace Renci.SshNet
{
/// <summary>
/// Provides client connection to SSH server.
/// </summary>
public class SshClient : BaseClien... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Diagnostics.CodeAnalysis;
using System.Net;
using Renci.SshNet.Common;
namespace Renci.SshNet
{
/// <summary>
/// Provides client connection to SSH server.
/// </summary>
public class SshClient : BaseClien... |
05a0246574feabc488145cad3ea52a04ad482bec | try to fix warn list | try to fix warn list
| RPCS3/discord-bot,RPCS3/discord-bot | CompatBot/Commands/Warnings.cs | lgpl-2.1 | 1,591,535,845 | using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Commands.Attributes;
using CompatBot.Database;
using CompatBot.Utils;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using DSharpPlus.Entities;
usin... | using System;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Commands.Attributes;
using CompatBot.Database;
using CompatBot.Utils;
using DSharpPlus;
using DSharpPlus.CommandsNext;
using DSharpPlus.CommandsNext.Attributes;
using DSharpPlus.Entities;
usin... |
063a22ba25ef0f7761a1198087425405ad8e6165 | Text box keyboard focus change call focus methods | Text box keyboard focus change call focus methods
| rds1983/Myra,rds1983/Myra | src/Myra/Graphics2D/UI/TextBox.cs | mit | 1,591,535,784 | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
using Myra.Graphics2D.Text;
using TextCopy;
using Myra.Graphics2D.UI.TextEdit;
#if !STRIDE
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framewor... | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Utility;
using System.Xml.Serialization;
using Myra.Graphics2D.Text;
using TextCopy;
using Myra.Graphics2D.UI.TextEdit;
#if !STRIDE
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framewor... |
b978e1ef21ed714100b7d76ff3493ad1d41464a0 | Make image text buttons accept keyboard focus | Make image text buttons accept keyboard focus
| rds1983/Myra,rds1983/Myra | src/Myra/Graphics2D/UI/ImageTextButton.cs | mit | 1,591,535,784 | using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Attributes;
#if !STRIDE
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
#else
using Stride.Core.Mathematics;
using Stride.Graphics;
#endif
namespace Myra.Graphics2D.UI
{
[StyleTypeName("Button")]
public class ImageTextB... | using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using Myra.Attributes;
#if !STRIDE
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
#else
using Stride.Core.Mathematics;
using Stride.Graphics;
#endif
namespace Myra.Graphics2D.UI
{
[StyleTypeName("Button")]
public class ImageTextB... |
a900505b1b07dfcec5a13e68a63d3d40d74a7bc5 | Fixed bug with reading -ve latitude & longitude | Fixed bug with reading -ve latitude & longitude
| pnjeffries/freebuild,pnjeffries/Nucleus | Nucleus/Nucleus.Maps/MapExtractor.cs | mit | 1,591,535,691 | using Nucleus.Base;
using Nucleus.Geometry;
using OsmSharp.Streams;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Xml.Linq;
using Nucleus.Alerts;
using System.Globalization;
//using Nominatim.API.Geoco... | using Nucleus.Base;
using Nucleus.Geometry;
using OsmSharp.Streams;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Xml.Linq;
using Nucleus.Alerts;
using System.Globalization;
//using Nominatim.API.Geoco... |
38579f76608c13b75ad9486a201095e4c82e1896 | Code cleanup. | Code cleanup.
| StockSharp/StockSharp | Algo/IEntityFactory.cs | apache-2.0 | 1,591,535,605 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
78f74de06da47f6657360b8dda03c41d166f3c54 | Fix commit 31f0fa8ab56573afaa515a6c59949f826e0a215c | Fix commit 31f0fa8ab56573afaa515a6c59949f826e0a215c
| StockSharp/StockSharp | Algo/Storages/Binary/QuoteBinarySerializer.cs | apache-2.0 | 1,591,535,261 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
5b488e71f637f84961a14ed9d98ee5ce69ff9705 | Make button base background use base current background | Make button base background use base current background
| rds1983/Myra,rds1983/Myra | src/Myra/Graphics2D/UI/ButtonBase.cs | mit | 1,591,535,141 | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using System.Xml.Serialization;
using Myra.Utility;
#if !STRIDE
using Microsoft.Xna.Framework.Input;
#else
using Stride.Input;
#endif
namespace Myra.Graphics2D.UI
{
public class ButtonBase<T> : SingleItemContainer<T> where T : Widget
{
p... | using System;
using System.ComponentModel;
using Myra.Graphics2D.UI.Styles;
using System.Xml.Serialization;
using Myra.Utility;
#if !STRIDE
using Microsoft.Xna.Framework.Input;
#else
using Stride.Input;
#endif
namespace Myra.Graphics2D.UI
{
public class ButtonBase<T> : SingleItemContainer<T> where T : Widget
{
p... |
3969f81f67520b7b101feacd2add0c9ffe2137aa | Experimenting with sizes | Experimenting with sizes
| dimmpixeye/Unity3dTools | Runtime/Utils/ents.cs | mit | 1,591,534,566 | // Project : ecs
// Contacts : Pix - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Unity.IL2CPP.CompilerServices;
namespace Pixeye.Actors
{
[Serializable]
public class ents : IEnumerable
{
public ent[] source;
pub... | // Project : ecs
// Contacts : Pix - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Unity.IL2CPP.CompilerServices;
namespace Pixeye.Actors
{
[Serializable]
public class ents : IEnumerable
{
public ent[] source;
pub... |
b3dd85c1c5024cdfc76333631941da55f1678c73 | Ensure that the Fixie assembly is loaded once, in the default AssemblyLoadContext just like framework assemblies, so that types can be shared between the Test Adapter and the test assembly. | Ensure that the Fixie assembly is loaded once, in the default AssemblyLoadContext just like framework assemblies, so that types can be shared between the Test Adapter and the test assembly.
| fixie/fixie,fixie/fixie | src/Fixie.TestAdapter/TestAssemblyLoadContext.cs | mit | 1,591,534,315 | namespace Fixie.TestAdapter
{
using System;
using System.Reflection;
using System.Runtime.Loader;
class TestAssemblyLoadContext : AssemblyLoadContext
{
readonly AssemblyDependencyResolver resolver;
public TestAssemblyLoadContext(string testAssemblyPath)
{
resol... | namespace Fixie.TestAdapter
{
using System;
using System.Reflection;
using System.Runtime.Loader;
class TestAssemblyLoadContext : AssemblyLoadContext
{
readonly AssemblyDependencyResolver resolver;
public TestAssemblyLoadContext(string testAssemblyPath)
{
resol... |
e2baeab9e06e9472b291f6ec5a0548e9f41e0fcc | Set SetData buffer size to minimized. | Set SetData buffer size to minimized.
| Xeeynamo/KingdomHearts | OpenKh.Game/MonoSpriteDrawing.cs | mit | 1,591,533,725 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renders;
using OpenKh.Game.Shaders;
using OpenKh.Imaging;
using System.Linq;
namespace OpenKh.Game
{
public class MonoSpriteDrawing : ISpriteDrawing
{
private class CSpriteTexture ... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Extensions;
using OpenKh.Engine.Renders;
using OpenKh.Game.Shaders;
using OpenKh.Imaging;
using System.Linq;
namespace OpenKh.Game
{
public class MonoSpriteDrawing : ISpriteDrawing
{
private class CSpriteTexture ... |
d7432ee75377d7a61e7c4b836f11bcf3e74d12a0 | Fixed Infinite Entities Ids | Fixed Infinite Entities Ids
| dimmpixeye/Unity3dTools | Runtime/LibProcessors/ProcessorEcs.cs | mit | 1,591,533,661 | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Unity.Collections.LowLevel.Unsafe;
using Unity.IL2CPP.CompilerServices;
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
internal unsafe partial ... | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using Unity.Collections.LowLevel.Unsafe;
using Unity.IL2CPP.CompilerServices;
namespace Pixeye.Actors
{
[Il2CppSetOption(Option.NullChecks | Option.ArrayBoundsChecks | Option.DivideByZeroChecks, false)]
internal unsafe partial ... |
2b15f32c155fc721bc2bb860afd27d1d22ea64c8 | Integration test fix. | Integration test fix.
| dapplo/Dapplo.Confluence | src/Dapplo.Confluence.Tests/ContentTests.cs | mit | 1,591,532,205 | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;
using Dapplo.Confluence.Query;
us... | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Drawing;
using System.Linq;
using System.Threading.Tasks;
using Dapplo.Confluence.Entities;
using Dapplo.Confluence.Query;
us... |
d9de37c50a89afe492b60b0adbf5c039c00626e6 | feature/#105212 omit the remote certificate verification, also remove the requirement for client certificate. | feature/#105212 omit the remote certificate verification, also remove the requirement for client certificate.
| gigya/microdot | Gigya.Microdot.Orleans.Hosting/OrleansConfigurationBuilder.cs | apache-2.0 | 1,591,531,267 | #region Copyright
// Copyright 2017 Gigya Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS SOFT... | #region Copyright
// Copyright 2017 Gigya Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// THIS SOFT... |
3333acee44f27a96301029ecf66313048a52136a | Construction UI improvements | Construction UI improvements
| space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14 | Content.Client/Construction/ConstructionMenu.cs | mit | 1,591,531,253 | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Client.GameObjects.Components.Construction;
using Content.Shared.Construction;
using Content.Shared.GameObjects.Components.Interactable;
using Robust.Client.Graphics;
using Robust.Client.Interfaces.Placement;
using Robust.Client.Interface... | using System;
using System.Collections.Generic;
using System.Linq;
using Content.Client.GameObjects.Components.Construction;
using Content.Shared.Construction;
using Content.Shared.GameObjects.Components.Interactable;
using Robust.Client.Graphics;
using Robust.Client.Interfaces.Placement;
using Robust.Client.Interface... |
72d3896b9fc8eb08295a9f3015210c8723cab8aa | [Modify] Replace it | [Modify] Replace it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,591,530,759 | #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-... |
3e0c4e479b5742b22e7c7cd7fe9c54febbf1e9e5 | documentation for credentials authenticator | documentation for credentials authenticator
| JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET,JohnnyCrazy/SpotifyAPI-NET | SpotifyAPI.Web/Authenticators/ClientCredentialsAuthenticator.cs | mit | 1,591,529,458 | using System.Threading.Tasks;
using SpotifyAPI.Web.Http;
namespace SpotifyAPI.Web
{
/// <summary>
/// This Authenticator requests new credentials token on demand and stores them into memory.
/// It is unable to query user specifc details.
/// </summary>
public class ClientCredentialsAuthenticator : IAuth... | using System.Threading.Tasks;
using SpotifyAPI.Web.Http;
namespace SpotifyAPI.Web
{
/// <summary>
/// This Authenticator requests new credentials token on demand and stores them into memory.
/// It is unable to query user specifc details.
/// </summary>
public class ClientCredentialsAuthenticator : IAuth... |
981dcecf0c96a2f86ffad894439651ce7ccb1b92 | Refactored PostHandleScenes | Refactored PostHandleScenes
| dimmpixeye/Unity3dTools | Editor/SceneProcessors/PostHandleScenes.cs | mit | 1,591,529,409 | #if UNITY_EDITOR
using Pixeye.Actors;
using UnityEditor;
using UnityEditor.ProjectWindowCallback;
using UnityEditor.SceneManagement;
using UnityEngine;
using Scene = UnityEngine.SceneManagement.Scene;
public class PostHandleScenes : EndNameEditAction
{
const int MENU_ITEM_PRIORITY = 0;
static Texture2D scriptIcon;... | #if UNITY_EDITOR
using Pixeye.Actors;
using UnityEditor;
using UnityEditor.ProjectWindowCallback;
using UnityEditor.SceneManagement;
using UnityEngine;
using Scene = UnityEngine.SceneManagement.Scene;
public class PostHandleScenes : EndNameEditAction
{
const int MENU_ITEM_PRIORITY = 0;
static Texture2D scriptIcon;... |
9a3b98378a212439ff8bfdbfa5e94e417ddbe567 | Fix problems with ampersand characters on search (#50) | Fix problems with ampersand characters on search (#50)
| avatar29A/MusicBrainz | Hqub.MusicBrainz/Hqub.MusicBrainz.API/WebServiceHelper.cs | mit | 1,591,529,278 |
namespace Hqub.MusicBrainz.API
{
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Threading.Tasks;
internal static class WebServiceHelper
{
... |
namespace Hqub.MusicBrainz.API
{
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Json;
using System.Threading.Tasks;
internal static class WebServiceHelper
{
... |
2c015cb9cc4683bd184afdccf61a3bcb7e57f0f0 | Added Remove Methods To Layer | Added Remove Methods To Layer
| dimmpixeye/Unity3dTools | Runtime/Core/Layer.cs | mit | 1,591,529,033 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using UnityEngine;
using UnityEngine.SceneManagement;
using System.Collections;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
/// A scene point of entry. The developer defines here scene dependencies an... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using UnityEngine;
using UnityEngine.SceneManagement;
using System.Collections;
#if ODIN_INSPECTOR
using Sirenix.OdinInspector;
#endif
namespace Pixeye.Actors
{
/// A scene point of entry. The developer defines here scene dependencies and... |
1552e58f571e83883353d5b98ba21b1584018c5f | Uncheck checkbox for title achievements also on partial reset | Uncheck checkbox for title achievements also on partial reset
| roman-yagodin/R7.University,roman-yagodin/R7.University | R7.University.Controls/EditAchievements.cs | agpl-3.0 | 1,591,528,542 | //
// EditAchievements.ascx.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015-2020 Roman M. Yagodin
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Soft... | //
// EditAchievements.ascx.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015-2020 Roman M. Yagodin
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Soft... |
099d7796db8b1e1bc4a1f23776e98a3377a4f5e0 | [ci skip] Updating ServerBuildInfo_Dynamic.cs | [ci skip] Updating ServerBuildInfo_Dynamic.cs
1.4.3405.20200607104536-master-1e8099b
| LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/ServerBuildInfo_Dynamic.cs | agpl-3.0 | 1,591,526,866 |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "1e8099bd2328e538416cb4743612e279e11f604b";
public static string Version = "1.4";
public static string Build = "3405";
... |
namespace ACE.Server
{
public static partial class ServerBuildInfo
{
public static string Branch = "master";
public static string Commit = "9e20ea24d59e38eb01323d8a947f447926d5a1cb";
public static string Version = "1.4";
public static string Build = "3402";
... |
1e8099bd2328e538416cb4743612e279e11f604b | Update DamageEvent.cs (#3010) | Update DamageEvent.cs (#3010)
Add 35191, // Thunder Chicken to AllowDamageTypeUndef | ACEmulator/ACE,LtRipley36706/ACE,LtRipley36706/ACE,LtRipley36706/ACE,ACEmulator/ACE,ACEmulator/ACE | Source/ACE.Server/Entity/DamageEvent.cs | agpl-3.0 | 1,591,526,705 | using System;
using System.Collections.Generic;
using System.Linq;
using log4net;
using ACE.Common;
using ACE.Entity.Enum;
using ACE.Entity.Models;
using ACE.Server.Managers;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.WorldObjects;
namespace ACE.Server.Entity
{
public class DamageEvent
... | using System;
using System.Collections.Generic;
using System.Linq;
using log4net;
using ACE.Common;
using ACE.Entity.Enum;
using ACE.Entity.Models;
using ACE.Server.Managers;
using ACE.Server.Network.GameMessages.Messages;
using ACE.Server.WorldObjects;
namespace ACE.Server.Entity
{
public class DamageEvent
... |
650f91c986ffb3ed79466c79e7c0bcb1b80807e5 | disabled warning for obsolete NullConditionalExpression | disabled warning for obsolete NullConditionalExpression
| morrisjdev/FileContextCore,morrisjdev/FileContextCore | FileContextCore/Query/Internal/FileContextExpressionTranslatingExpressionVisitor.cs | apache-2.0 | 1,591,524,418 | // Copyright (c) morrisjdev. All rights reserved.
// Original copyright (c) .NET Foundation. All rights reserved.
// Modified version by morrisjdev
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Syst... | // Copyright (c) morrisjdev. All rights reserved.
// Original copyright (c) .NET Foundation. All rights reserved.
// Modified version by morrisjdev
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Syst... |
c672e20e615e3b6f7a96523949928e5677ee0198 | notify for sov time to start to keep the UI upto date with changes | notify for sov time to start to keep the UI upto date with changes
| Slazanger/SMT,Slazanger/SMT | EVEData/SOVCampaign.cs | mit | 1,591,523,999 | using System;
using System.ComponentModel;
namespace SMT.EVEData
{
public class SOVCampaign : INotifyPropertyChanged
{
private double m_AttackersScore;
public double AttackersScore
{
get
{
return m_AttackersScore;
}
set... | using System;
using System.ComponentModel;
namespace SMT.EVEData
{
public class SOVCampaign : INotifyPropertyChanged
{
private double m_AttackersScore;
public double AttackersScore
{
get
{
return m_AttackersScore;
}
set... |
accf0c7f479f3060a487857a9cc3ccaa5c81b6ef | Some minor refactoring. | Some minor refactoring.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | src/Magick.NET.SystemDrawing/IMagickImageExtentions.cs | apache-2.0 | 1,591,522,959 | // 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... |
1c9ad88bd10220f1dbe61539cb455e7d10bce544 | Refactoring Layer Core | Refactoring Layer Core
| dimmpixeye/Unity3dTools | Runtime/Core/LayerCore.cs | mit | 1,591,518,736 | using System;
using System.Collections;
using System.Collections.Generic;
#if UNITY_EDITOR
using UnityEditor;
#endif
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Pixeye.Actors
{
public abstract class LayerCore : MonoBehaviour
{
internal static int LayerNextID;
internal static LayerCore ... | using System;
using System.Collections;
using System.Collections.Generic;
#if UNITY_EDITOR
using UnityEditor;
#endif
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Pixeye.Actors
{
public abstract class LayerCore : MonoBehaviour
{
internal static int LayerNextID;
internal static LayerCore ... |
d771fcb9fe1a28986b4ccf64ad7c88cf07bb2e0e | UseExactAmounts | UseExactAmounts
Added a "use exact amounts" option to the reactions file
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Chemistry/Reaction.cs | agpl-3.0 | 1,591,515,758 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
using System.Linq;
namespace Chemistry
{
[CreateAssetMenu(fileName = "reaction", menuName = "ScriptableObjects/Chemistry/Reaction")]
public class Reaction : ScriptableObject
{
public DictionaryReagentInt ingredients;
p... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
using System.Linq;
namespace Chemistry
{
[CreateAssetMenu(fileName = "reaction", menuName = "ScriptableObjects/Chemistry/Reaction")]
public class Reaction : ScriptableObject
{
public DictionaryReagentInt ingredients;
p... |
d4a4c25607dd780cd1c46076aa80c04bb19fea36 | Typo in XML comments for AuthorizationMessageHandler (#22371) | Typo in XML comments for AuthorizationMessageHandler (#22371)
I'm not a native english speaker but I'm pretty sure something is wrong here, or it's a condition too complicated for me to understand ;- ) | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Components/WebAssembly/WebAssembly.Authentication/src/Services/AuthorizationMessageHandler.cs | apache-2.0 | 1,591,513,545 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using S... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using S... |
6104ca2d7caeb30de786b691a07d12145144a7aa | more ipset tests | more ipset tests
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net.Tests/IpSetParseTest.cs | apache-2.0 | 1,591,512,584 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using IPTables.Net.Iptables.DataTypes;
using IPTables.Net.Iptables.IpSet;
using NUnit.Framework;
namespace IPTables.Net.Tests
{
[TestFixture]
class IpSetParseTest
{
[Test]
public void Te... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using IPTables.Net.Iptables.IpSet;
using NUnit.Framework;
namespace IPTables.Net.Tests
{
[TestFixture]
class IpSetParseTest
{
[Test]
public void TestParseSet1()
{
Str... |
d4e19a01f66aaa90231906ea43b3a35035cbcf92 | statistic format fix | statistic format fix
| splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net,splitice/IPTables.Net | IPTables.Net/Iptables/Modules/Statistic/StatisticModule.cs | apache-2.0 | 1,591,512,574 | using System;
using System.Collections.Generic;
using System.Text;
using IPTables.Net.Iptables.DataTypes;
using IPTables.Net.Iptables.Helpers;
using IPTables.Net.Iptables.Modules.Log;
namespace IPTables.Net.Iptables.Modules.Statistic
{
public class StatisticModule : ModuleBase, IEquatable<StatisticModule>, IIpTab... | using System;
using System.Collections.Generic;
using System.Text;
using IPTables.Net.Iptables.DataTypes;
using IPTables.Net.Iptables.Helpers;
using IPTables.Net.Iptables.Modules.Log;
namespace IPTables.Net.Iptables.Modules.Statistic
{
public class StatisticModule : ModuleBase, IEquatable<StatisticModule>, IIpTab... |
1d1c1141a35338dbdf2e128c15417f2f060ab61e | Pay endpoint: if JsonResponse is true, send error in json too | Pay endpoint: if JsonResponse is true, send error in json too
fixes #1532
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Controllers/PublicController.cs | mit | 1,591,511,454 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using BTCPayServer.Filters;
using BTCPayServer.Models;
using BTCPayServer.Models.StoreViewModels;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Cors;
using Microso... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using BTCPayServer.Filters;
using BTCPayServer.Models;
using BTCPayServer.Models.StoreViewModels;
using BTCPayServer.Services.Stores;
using Microsoft.AspNetCore.Cors;
using Microso... |
b9ef5af5d7f4f87595aa7b120205e44ed81a2658 | Fixing variable reference | Fixing variable reference
Who'll save Emperor if not me
| btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver,btcpayserver/btcpayserver | BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentHandler.cs | mit | 1,591,505,541 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BTCPayServer.Client.Models;
using BTCPayServer.Data;
using BTCPayServer.HostedServices;
using BTCPayServer.Logging;
using BTCPayServer.Models;
using BTCPayServer.Models.InvoicingModels;
using BTCPayServer.Rating;
usin... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BTCPayServer.Client.Models;
using BTCPayServer.Data;
using BTCPayServer.HostedServices;
using BTCPayServer.Logging;
using BTCPayServer.Models;
using BTCPayServer.Models.InvoicingModels;
using BTCPayServer.Rating;
usi... |
85abc952c46c990139d246d8741b501921e91c24 | Update AssemblyCSharpBuilder.cs | Update AssemblyCSharpBuilder.cs
将编译器选项向上一层暴露
| NMSLanX/Natasha | src/Natasha.CSharpEngine/AssemblyCSharpBuilder.cs | mpl-2.0 | 1,591,503,588 | using Microsoft.CodeAnalysis;
using Natasha.CSharpEngine;
using Natasha.CSharpEngine.Compile;
using Natasha.CSharpEngine.Error;
using Natasha.CSharpEngine.Log;
using Natasha.CSharpEngine.Syntax;
using Natasha.Error;
using Natasha.Error.Model;
using Natasha.Framework;
using System;
using System.Collections.Generic;
usi... | using Microsoft.CodeAnalysis;
using Natasha.CSharpEngine;
using Natasha.CSharpEngine.Compile;
using Natasha.CSharpEngine.Error;
using Natasha.CSharpEngine.Log;
using Natasha.CSharpEngine.Syntax;
using Natasha.Error;
using Natasha.Error.Model;
using System;
using System.Collections.Generic;
using System.IO;
using Syste... |
9bf11715d356c2b28e0a2de1d89d0136c092aca5 | #36 update code for sendgrid smtp settings | #36 update code for sendgrid smtp settings
| samwa/loconomics,samwa/loconomics,samwa/loconomics | web/App_Code/LcMessaging.cs | mpl-2.0 | 1,591,503,189 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using WebMatrix.Data;
using System.Web.Helpers;
using ASP;
using System.Net;
using System.Web.Caching;
using System.Net.Mail;
using System.Text;
using System.Configuration;
/// <summary>
/// Descripción breve de LcMessaging
/// </summ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using WebMatrix.Data;
using System.Web.Helpers;
using ASP;
using System.Net;
using System.Web.Caching;
using System.Net.Mail;
using System.Text;
using System.Configuration;
/// <summary>
/// Descripción breve de LcMessaging
/// </summ... |
8b7718116ded732bd062ee103dd875b8af9a6ed5 | Add missing blank lines | Add missing blank lines
| peppy/osu,peppy/osu,peppy/osu,ppy/osu,UselessToucan/osu,peppy/osu-new,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,NeoAdonis/osu,NeoAdonis/osu,ppy/osu,ppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu | osu.Game/Screens/Select/FooterButtonRandom.cs | mit | 1,591,502,778 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using ... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using ... |
354901e73c744583a68536703b9e10fb0f609d19 | Made AsyncOps public in Kernel | Made AsyncOps public in Kernel
| dimmpixeye/Unity3dTools | Runtime/Core/LayerKernel.cs | mit | 1,591,502,433 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: Preserve]
namespace Pixeye.Actors
{
public class LayerKernel : Layer<LayerKernel>, ITick
... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.Scripting;
[assembly: Preserve]
namespace Pixeye.Actors
{
public class LayerKernel : Layer<LayerKernel>, ITick
... |
d85fc765bb3e97be3f88ef9984cd971030d1ce57 | Added returning AsyncOp | Added returning AsyncOp
| dimmpixeye/Unity3dTools | Runtime/Core/SceneSub.cs | mit | 1,591,502,193 | using System;
using System.Collections;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
AlreadyAdded,
InvalidIndex,
NotAdded
}
static State Chec... | using System;
using System.Collections;
using System.Diagnostics;
using UnityEngine;
using UnityEngine.SceneManagement;
using Debug = UnityEngine.Debug;
namespace Pixeye.Actors
{
public static class SceneSub
{
enum State
{
AlreadyAdded,
InvalidIndex,
NotAdded
}
static State Chec... |
7c04e9aca4a6a302ffd601fd4e406b645387daaa | Move new GlobalAction keybinding entries to the end of the class. The new keybindings shouldn't mess with existing bindings anymore | Move new GlobalAction keybinding entries to the end of the class.
The new keybindings shouldn't mess with existing bindings anymore
| peppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,smoogipooo/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,peppy/osu-new,UselessToucan/osu | osu.Game/Input/Bindings/GlobalActionContainer.cs | mit | 1,591,501,039 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Bindi... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using osu.Framework.Graphics;
using osu.Framework.Input;
using osu.Framework.Input.Bindi... |
0e155c8eb9729106891708bee5eadc63acdf0ef6 | Don't switch FooterButtonRandon Action on pressed. Instead, create a new Action that invokes either NextRandom or PreviousRandom, depending on rewindSearch | Don't switch FooterButtonRandon Action on pressed.
Instead, create a new Action that invokes either NextRandom or PreviousRandom, depending on rewindSearch
| smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,peppy/osu-new | osu.Game/Screens/Select/FooterButtonRandom.cs | mit | 1,591,500,859 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using ... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using ... |
83601e433095fdae10ca8090428c94752b904268 | Use rect instead of gradient_nav texture for UIMenuItem background color | Use rect instead of gradient_nav texture for UIMenuItem background color
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/Elements/MenuItems/UIMenuItem.cs | mit | 1,591,494,797 | using System;
using System.Drawing;
using System.ComponentModel;
namespace RAGENativeUI.Elements
{
/// <summary>
/// Simple item with a label.
/// </summary>
public class UIMenuItem
{
public static readonly Color DefaultBackColor = Color.Empty,
DefaultHi... | using System;
using System.Drawing;
using System.ComponentModel;
namespace RAGENativeUI.Elements
{
/// <summary>
/// Simple item with a label.
/// </summary>
public class UIMenuItem
{
public static readonly Color DefaultBackColor = Color.Empty,
DefaultHi... |
f98672e489ffbf587f3409e0f62d855aa8b57a90 | Add UIMenu.DescriptionSeparatorColor | Add UIMenu.DescriptionSeparatorColor
| alexguirre/RAGENativeUI,alexguirre/RAGENativeUI,alexguirre/RAGENativeUI | Source/UIMenu.cs | mit | 1,591,493,986 | /*
*
*
* 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... |
cad7cf0200e5ff7feba90626b91278b9d3f55a0c | Add office.com to Microsoft default equivalent domains. (#769) | Add office.com to Microsoft default equivalent domains. (#769)
| bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core | src/Core/Utilities/StaticStore.cs | agpl-3.0 | 1,591,492,106 | using Bit.Core.Enums;
using Bit.Core.Models.StaticStore;
using System.Collections.Generic;
namespace Bit.Core.Utilities
{
public class StaticStore
{
static StaticStore()
{
#region Global Domains
GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st... | using Bit.Core.Enums;
using Bit.Core.Models.StaticStore;
using System.Collections.Generic;
namespace Bit.Core.Utilities
{
public class StaticStore
{
static StaticStore()
{
#region Global Domains
GlobalDomains = new Dictionary<GlobalEquivalentDomainsType, IEnumerable<st... |
f51768adcb29485a189d7500fb59ff63a7047894 | Now vendors show correct items name in UI | Now vendors show correct items name in UI
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/UI/VendorItemEntry.cs | agpl-3.0 | 1,591,490,030 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class VendorItemEntry : DynamicEntry
{
[SerializeField]
private Color regularColor = Color.gray;
[SerializeField]
private Color emptyStockColor = Color.red;
private VendorItem vendorItem;
private GUI_Vendor vendorWindow;
[Ser... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class VendorItemEntry : DynamicEntry
{
[SerializeField]
private Color regularColor = Color.gray;
[SerializeField]
private Color emptyStockColor = Color.red;
private VendorItem vendorItem;
private GUI_Vendor vendorWindow;
[Ser... |
12460bc4ec4a530cffb55ee46bfd226d61d66fc8 | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,591,489,103 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
e7322a9494bc05621eb6b0a131e59cb03f92a49c | Fix initial value | Fix initial value
| Deadpikle/NetSparkle | src/NetSparkle.Tools.AppCastGenerator/Program.cs | mit | 1,591,488,286 | using NetSparkleUpdater;
using System;
using System.Diagnostics;
using System.IO;
using System.Security.Cryptography;
using System.Collections.Generic;
using System.Xml;
using NetSparkleUpdater.AppCastHandlers;
using System.Text;
using CommandLine;
using System.Text.RegularExpressions;
using System.Linq;
using Console... | using NetSparkleUpdater;
using System;
using System.Diagnostics;
using System.IO;
using System.Security.Cryptography;
using System.Collections.Generic;
using System.Xml;
using NetSparkleUpdater.AppCastHandlers;
using System.Text;
using CommandLine;
using System.Text.RegularExpressions;
using System.Linq;
using Console... |
3abd2abd3ee933d4d5b32501a5d2fa813c6fd1dd | Dodge crash | Dodge crash
| Xeeynamo/KingdomHearts | OpenKh.Game/States/MapState.cs | mit | 1,591,482,922 | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
nam... | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using OpenKh.Engine.Parsers;
using OpenKh.Engine.Renders;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.Models;
using OpenKh.Game.Shaders;
using OpenKh.Kh2;
using System.Collections.Generic;
using System.Linq;
nam... |
6c598258296de02cc46b0390f8db9f2af90b4b67 | Discover a flag from KH2 model files | Discover a flag from KH2 model files
| Xeeynamo/KingdomHearts | OpenKh.Kh2/Mdlx.Map.cs | mit | 1,591,482,922 | // Inspired by Kddf2's khkh_xldM.
// Original source code: https://gitlab.com/kenjiuno/khkh_xldM/blob/master/khkh_xldMii/Mdlxfst.cs
using OpenKh.Common;
using OpenKh.Common.Ps2;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xe.BinaryMapper;
namespace OpenKh.Kh2
{
publi... | // Inspired by Kddf2's khkh_xldM.
// Original source code: https://gitlab.com/kenjiuno/khkh_xldM/blob/master/khkh_xldMii/Mdlxfst.cs
using OpenKh.Common;
using OpenKh.Common.Ps2;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Xe.BinaryMapper;
namespace OpenKh.Kh2
{
publi... |
062ee6e1b006bd14b9ac25cb28fb00567fa419db | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,481,945 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
d12eb827510bf24015a0cbd0d1e1edd2aea858ca | array_merge() optimization | array_merge() optimization
| peachpiecompiler/peachpie,iolevel/peachpie,iolevel/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept | src/Peachpie.Library/Arrays.cs | apache-2.0 | 1,591,481,807 | using Pchp.Core;
using Pchp.Library.Resources;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace Pchp.Library
{
#region Enumerations
/// <summa... | using Pchp.Core;
using Pchp.Library.Resources;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace Pchp.Library
{
#region Enumerations
/// <summa... |
14bed73daea70852b8daf8e58131ac0526ec46ec | minor changes | minor changes
| jkone27/AliceMQ | PubSubTest/Program.cs | mit | 1,591,481,786 | using Google.Api.Gax.Grpc;
using Google.Cloud.PubSub.V1;
using Grpc.Core;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace PubSubTest
{
class Program
{
//docker run --rm -ti -p 8681:8681 -e PUBSUB_PROJECT1=test-proj,topic1:subscription1 messagebird/gcloud-pubsub-... | using Google.Api.Gax.Grpc;
using Google.Cloud.PubSub.V1;
using Grpc.Core;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace PubSubTest
{
class Program
{
//docker run --rm -ti -p 8681:8681 -e PUBSUB_PROJECT1=test-proj,topic1:subscription1 messagebird/gcloud-pubsub-... |
588456e2870e775cda28b9b2a6af4c01d92bae39 | OrderedDictionary cleanup | OrderedDictionary cleanup
| iolevel/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,peachpiecompiler/peachpie | src/Peachpie.Runtime/OrderedDictionary.cs | apache-2.0 | 1,591,481,731 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using Pchp.Core.Utilities;
using TValue = Pchp.Core.PhpValue;
namespace Pchp.Core
{
#region SetOperations
/// <summary>
///... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using Pchp.Core.Utilities;
using TValue = Pchp.Core.PhpValue;
namespace Pchp.Core
{
#region SetOperations
/// <summary>
///... |
128076ef3ff109ec87680bfd926f05b6583c051c | Support up to 8 skeleton joint mixes. | Support up to 8 skeleton joint mixes.
| Xeeynamo/KingdomHearts | OpenKh.Engine/Parsers/Kddf2/VU1Simulation.cs | mit | 1,591,481,592 | using OpenKh.Engine.Maths;
using System;
using System.IO;
namespace OpenKh.Engine.Parsers.Kddf2
{
public class VU1Simulation
{
/// <summary>
///
/// </summary>
/// <param name="matrixIndexList">The limited count of matrices are transferred to VU1 due to memory limitation.</... | using OpenKh.Engine.Maths;
using System;
using System.IO;
namespace OpenKh.Engine.Parsers.Kddf2
{
public class VU1Simulation
{
/// <summary>
///
/// </summary>
/// <param name="matrixIndexList">The limited count of matrices are transferred to VU1 due to memory limitation.</... |
c8e7ce9228bdc70985ccf05b992c12f076f8893c | Fix NullReference on hi-poly model. | Fix NullReference on hi-poly model.
| Xeeynamo/KingdomHearts | OpenKh.Engine/Parsers/Kddf2/VU1Simulation.cs | mit | 1,591,480,945 | using OpenKh.Engine.Maths;
using System;
using System.IO;
namespace OpenKh.Engine.Parsers.Kddf2
{
public class VU1Simulation
{
/// <summary>
///
/// </summary>
/// <param name="matrixIndexList">The limited count of matrices are transferred to VU1 due to memory limitation.</... | using OpenKh.Engine.Maths;
using System;
using System.IO;
namespace OpenKh.Engine.Parsers.Kddf2
{
public class VU1Simulation
{
/// <summary>
///
/// </summary>
/// <param name="matrixIndexList">The limited count of matrices are transferred to VU1 due to memory limitation.</... |
0376a0593e6578e3927c6a43af1c5ca66fc0ba5e | Fix false error when checking for KAG.exe in selected install folder | Fix false error when checking for KAG.exe in selected install folder
The app checks for KAG.exe in the wrong place if you have a previously configured--but no longer valid--install folder.
| CalebChalmers/KAGTools | KAGTools/App.xaml.cs | mit | 1,591,480,758 | using KAGTools.Helpers;
using KAGTools.Services;
using KAGTools.ViewModels;
using KAGTools.Windows;
using Microsoft.WindowsAPICodePack.Dialogs;
using Squirrel;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.IO;
using System.Linq;
using System.Threading.Tasks... | using KAGTools.Helpers;
using KAGTools.Services;
using KAGTools.ViewModels;
using KAGTools.Windows;
using Microsoft.WindowsAPICodePack.Dialogs;
using Squirrel;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.IO;
using System.Linq;
using System.Threading.Tasks... |
dc5b2cdb557574fa89ac23a631d9303955d35619 | better handling session closing | better handling session closing
| kerryjiang/SuperSocket,kerryjiang/SuperSocket | src/SuperSocket.Channel/PipeChannel.cs | apache-2.0 | 1,591,480,726 | using System;
using System.Buffers;
using System.Threading;
using System.Threading.Tasks;
using System.IO.Pipelines;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using Microsoft.Extensions.Logging;
using SuperSocket.ProtoBase;
[assembly: InternalsVisi... | using System;
using System.Buffers;
using System.Threading;
using System.Threading.Tasks;
using System.IO.Pipelines;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using Microsoft.Extensions.Logging;
using SuperSocket.ProtoBase;
[assembly: InternalsVisi... |
9862d3d5658dbc11f7264bae4f6e888d121bb3bd | v5.7.4 - Fixed dialog vertical offset excess default | v5.7.4 - Fixed dialog vertical offset excess default
| hamstar0/tml-hamstarhelpers-mod | Classes/UI/Elements/UIDialog.cs | agpl-3.0 | 1,591,480,089 | using System;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Terraria;
using Terraria.UI;
using HamstarHelpers.Classes.UI.Theme;
namespace HamstarHelpers.Classes.UI.Elements {
/// <summary>
/// Defines a UI dialog (stand-alone, centered panel) element. All dialogs are modal, and exclu... | using System;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Terraria;
using Terraria.UI;
using HamstarHelpers.Classes.UI.Theme;
namespace HamstarHelpers.Classes.UI.Elements {
/// <summary>
/// Defines a UI dialog (stand-alone, centered panel) element. All dialogs are modal, and exclu... |
64270607ea633b713a9b85ae93e811b6315d8aea | Fix 6ca2a84c5d16c1388c1fade3e7eb49a232b8daf4 | Fix 6ca2a84c5d16c1388c1fade3e7eb49a232b8daf4
| StockSharp/StockSharp | Algo/OrderBookInrementMessageAdapter.cs | apache-2.0 | 1,591,479,561 | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// The messages adapter build order book from incremental updates <see cref="QuoteChangeStates.Increment"/>.
/// </... | namespace StockSharp.Algo
{
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
/// <summary>
/// The messages adapter build order book from incremental updates <see cref="QuoteChangeStates.Increment"/>.
/// </... |
e37f1cf9a8e6cf8ea70580fabe1bd07b05734b9d | added img support to HtmlTextBlock | added img support to HtmlTextBlock
| Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit | src/MvvmScarletToolkit.Wpf/Controls/HtmlTextBlock/Models/HtmlTag.cs | mit | 1,591,479,296 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
using System.Windows.Media.Imaging;
namespace MvvmScarletToolkit.Wpf
{
/// <summary>
/// Represent an ele... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Media;
namespace MvvmScarletToolkit.Wpf
{
/// <summary>
/// Represent an element Tag in Html
/// </summary>
... |
c88ee4a388bab4c737ec5d636790ab65c42e7718 | simplify RecieveData method in PulsedNMR.cs | simplify RecieveData method in PulsedNMR.cs
| pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes,pavel-demin/red-pitaya-notes | projects/pulsed_nmr/client/PulsedNMR.cs | mit | 1,591,478,514 | /*
compilation command:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe /target:library PulsedNMR.cs
*/
using System;
using System.Net.Sockets;
using System.Windows.Forms;
namespace PulsedNMR
{
public class Client
{
private Socket s;
public Client()
{
s = null;
}
public void Conn... | /*
compilation command:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe /target:library PulsedNMR.cs
*/
using System;
using System.Net.Sockets;
using System.Windows.Forms;
namespace PulsedNMR
{
public class Client
{
private Socket s;
public Client()
{
s = null;
}
public void Conn... |
7f619fe099870bb966798db272eac79bef519e57 | SubscriptionSecurityAllMessageAdapter refactoring. | SubscriptionSecurityAllMessageAdapter refactoring.
| StockSharp/StockSharp | Algo/SubscriptionSecurityAllMessageAdapter.cs | apache-2.0 | 1,591,478,493 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
using StockSharp.Localization;
/// <summary>
/// Security ALL subscription counter adapter.
/// </summary>
public... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using Ecng.Common;
using StockSharp.Logging;
using StockSharp.Messages;
using StockSharp.Localization;
/// <summary>
/// Security ALL subscription counter adapter.
/// </summary>
public... |
2c40b4d1e23d17c51be0c0ee7938fe62c91ff43b | Reverted some code which was used to test locally. | Reverted some code which was used to test locally.
| dapplo/Dapplo.Confluence | src/Dapplo.Confluence.Tests/ConfluenceIntegrationTests.cs | mit | 1,591,478,330 | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Diagnostics;
using Dapplo.Log;
using Dapplo.Log.XUnit;
using Xunit.Abstractions;
namespace Dapplo.Confluence.Tests
{
/// ... | // Copyright (c) Dapplo and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Diagnostics;
using Dapplo.Log;
using Dapplo.Log.XUnit;
using Xunit.Abstractions;
namespace Dapplo.Confluence.Tests
{
/// ... |
d28b806a2c360c7124ee6ee04f338b6535fd6fdb | v5.7.4 - Removed recalc from UIDialog.SetLeftPosition, SetTopPosition | v5.7.4 - Removed recalc from UIDialog.SetLeftPosition, SetTopPosition
| hamstar0/tml-hamstarhelpers-mod | Classes/UI/Elements/UIDialog_Layout.cs | agpl-3.0 | 1,591,477,756 | using System;
using Terraria;
using Terraria.UI;
using HamstarHelpers.Classes.UI.Theme;
namespace HamstarHelpers.Classes.UI.Elements {
/// <summary>
/// Defines a UI dialog (stand-alone, centered panel) element. All dialogs are modal, and exclusively capture all
/// interactions until closed.
/// </summary>
pub... | using System;
using Terraria;
using Terraria.UI;
using HamstarHelpers.Classes.UI.Theme;
namespace HamstarHelpers.Classes.UI.Elements {
/// <summary>
/// Defines a UI dialog (stand-alone, centered panel) element. All dialogs are modal, and exclusively capture all
/// interactions until closed.
/// </summary>
pub... |
b956344d6115e9ea54576d46b123c5ec19079b59 | Drop unreachable code from EntryPoint, now that the Test Adapter no longer launches the test assembly as a separate process. | Drop unreachable code from EntryPoint, now that the Test Adapter no longer launches the test assembly as a separate process.
| fixie/fixie,fixie/fixie | src/Fixie/Internal/EntryPoint.cs | mit | 1,591,476,520 | namespace Fixie.Internal
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Cli;
using Listeners;
using static System.Console;
using static Maybe;
public class EntryPoint
{
enum ExitCode
{
Success = 0,... | namespace Fixie.Internal
{
using System;
using System.Collections.Generic;
using System.IO.Pipes;
using System.Linq;
using System.Reflection;
using Cli;
using Listeners;
using static System.Console;
using static Maybe;
public class EntryPoint
{
enum ExitCode
... |
8c6ccd78e196903344e4b0c658d1ba64e7d2fbe9 | Drop unused methods previously used by the Test Adapter to launch the test assembly as a separate process. | Drop unused methods previously used by the Test Adapter to launch the test assembly as a separate process.
| fixie/fixie,fixie/fixie | src/Fixie.TestAdapter/TestAssembly.cs | mit | 1,591,475,950 | namespace Fixie.TestAdapter
{
using System.IO;
using System.Linq;
public static class TestAssembly
{
public static bool IsTestAssembly(string assemblyPath)
{
var fixieAssemblies = new[]
{
"Fixie.dll", "Fixie.TestAdapter.dll"
};
... | namespace Fixie.TestAdapter
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using Cli;
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter;
public static class TestAssembl... |
f0462e9b189265d4ee98e4443798c25be6c41dfd | Force stop vibration if it doesn't change in 3 seconds | Force stop vibration if it doesn't change in 3 seconds
| dancol90/mi-360 | Source/mi-360/MiGamepad.cs | bsd-3-clause | 1,591,475,814 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Serilog;
using HidLibrary;
using mi360.Win32;
using Nefarius.ViGEm.Client;
using Nefarius.ViGEm.Client.Exceptions;
using Nefarius.ViGEm.Client.Targets;
using Nefarius.ViGEm.... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Serilog;
using HidLibrary;
using mi360.Win32;
using Nefarius.ViGEm.Client;
using Nefarius.ViGEm.Client.Exceptions;
using Nefarius.ViGEm.Client.Targets;
using Nefarius.ViGEm.... |
5b08f569ac1219a86720c153f68adb3d0b76220b | Use the correct shaders (#1323) | Use the correct shaders (#1323)
Instead of adding a new overload that is already gone, add the new one that was added and is staying around for a bit. | mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp | binding/Binding/SKShader.cs | mit | 1,591,475,706 | using System;
namespace SkiaSharp
{
public unsafe class SKShader : SKObject, ISKReferenceCounted
{
internal SKShader (IntPtr handle, bool owns)
: base (handle, owns)
{
}
protected override void Dispose (bool disposing) =>
base.Dispose (disposing);
// WithColorFilter
public SKShader WithColorFil... | using System;
namespace SkiaSharp
{
public unsafe class SKShader : SKObject, ISKReferenceCounted
{
internal SKShader (IntPtr handle, bool owns)
: base (handle, owns)
{
}
protected override void Dispose (bool disposing) =>
base.Dispose (disposing);
// WithColorFilter
public SKShader WithColorFil... |
e625c59ea00e44e4bc7b01716633591fe9dd95a0 | Add "breakintodebugger" to command line arguments to have it in help documentation | Add "breakintodebugger" to command line arguments to have it in help documentation
| ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake | Sharpmake.Application/CommandLineArguments.cs | apache-2.0 | 1,591,475,660 | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... | // Copyright (c) 2017 Ubisoft Entertainment
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable la... |
67edc8d88a7f102cc6543102355458bc6f06cae5 | working with some fixes for encoding when null | working with some fixes for encoding when null
| jkone27/AliceMQ | AliceMQ/MailBox/MailboxContext.cs | mit | 1,591,475,345 | using System.Dynamic;
using System.Text;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
namespace AliceMQ.MailBox.Core
{
public class MailboxContext : IDeliveryContext
{
public BasicDeliverEventArgs EventArgs { get; }
public IModel Channel { get; }
public ulong DeliveryTag { get; ... | using System.Dynamic;
using System.Text;
using RabbitMQ.Client;
using RabbitMQ.Client.Events;
namespace AliceMQ.MailBox.Core
{
public class MailboxContext : IDeliveryContext
{
public BasicDeliverEventArgs EventArgs { get; }
public IModel Channel { get; }
public ulong DeliveryTag { get; ... |
6579e5003035ff6ec03b971d0b8bf585f6d31a4f | fixed `else` case | fixed `else` case
| 6bee/aqua-core | src/Aqua/TypeSystem/Emit/TypeEmitter.cs | mit | 1,591,474,875 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem.Emit
{
using Aqua.Extensions;
using Aqua.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Syst... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
namespace Aqua.TypeSystem.Emit
{
using Aqua.Extensions;
using Aqua.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Syst... |
8f414a22703f1c4e2a8157703aaecf8a788999ab | 5: TopicDescription/SubscriptionDescription does not allow "null" in their constructors, so set some temporary default strings, as they will be overwritten by AzureServiceBusConfig.Topic.Name / Subscription.Name anyways | 5: TopicDescription/SubscriptionDescription does not allow "null" in their constructors, so set some temporary default strings, as they will be overwritten by AzureServiceBusConfig.Topic.Name / Subscription.Name anyways
| whitestone-no/Cambion | src/Transports/AzureServiceBus/AzureServiceBus/AzureServiceBusConfig.cs | mit | 1,591,474,848 | using System;
using Microsoft.Azure.ServiceBus.Management;
namespace Whitestone.Cambion.Transport.AzureSericeBus
{
public class AzureServiceBusConfig
{
public string Endpoint { get; set; }
public AzureServiceBusTopic Topic { get; } = new AzureServiceBusTopic();
public AzureServiceBusSu... | using System;
using Microsoft.Azure.ServiceBus.Management;
namespace Whitestone.Cambion.Transport.AzureSericeBus
{
public class AzureServiceBusConfig
{
public string Endpoint { get; set; }
public AzureServiceBusTopic Topic { get; } = new AzureServiceBusTopic();
public AzureServiceBusSu... |
a805cd63e5d1fbce1767d67b529c9c2d5ccd6dca | Add region tags for program and import. | Add region tags for program and import. | or-tools/or-tools,or-tools/or-tools,or-tools/or-tools,google/or-tools,google/or-tools,google/or-tools,or-tools/or-tools,or-tools/or-tools,google/or-tools,google/or-tools,google/or-tools,or-tools/or-tools | ortools/linear_solver/samples/AssignmentMip.cs | apache-2.0 | 1,591,474,750 | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
025bb524c7cc897af871d01e23a3010575f68258 | Add region tags for program and import. | Add region tags for program and import. | google/or-tools,google/or-tools,google/or-tools,or-tools/or-tools,or-tools/or-tools,or-tools/or-tools,or-tools/or-tools,google/or-tools,or-tools/or-tools,google/or-tools,or-tools/or-tools,google/or-tools | ortools/sat/samples/AssignmentSat.cs | apache-2.0 | 1,591,474,733 | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | // Copyright 2010-2018 Google LLC
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
656b5a9b776cf591bbc69c1f469ad182799da979 | Add/Remove controls correctly flags the host as dirty (thanks coldwarrl) | Add/Remove controls correctly flags the host as dirty (thanks coldwarrl)
| Thraka/SadConsole | SadConsole/UI/ControlHost.cs | mit | 1,591,473,828 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Serialization;
using SadConsole.Input;
using SadConsole.UI.Controls;
using SadConsole.UI.Themes;
namespace SadConsole.UI
{
/// <summary>
/// Adds the ability ... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Serialization;
using SadConsole.Input;
using SadConsole.UI.Controls;
using SadConsole.UI.Themes;
namespace SadConsole.UI
{
/// <summary>
/// Adds the ability ... |
19e58d4d0b3d2e2c05a974fea915831f9a62ca4d | Fix access not being set to ID cards at round start. | Fix access not being set to ID cards at round start.
| 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,space-wizards/space-station-14,space-wizards/space-station-14-content | Content.Server/GameTicking/GameTicker.cs | mit | 1,591,473,592 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Content.Server.GameObjects;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.Components.Markers;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Compon... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Content.Server.GameObjects;
using Content.Server.GameObjects.Components.Access;
using Content.Server.GameObjects.Components.Markers;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Compon... |
20abd9350b8cd3d4a63a32f2073c4802fd89e6e8 | Remove update migration warning (now obsolete) | Remove update migration warning (now obsolete)
| CalebChalmers/KAGTools | KAGTools/App.xaml.cs | mit | 1,591,473,320 | using KAGTools.Helpers;
using KAGTools.Services;
using KAGTools.ViewModels;
using KAGTools.Windows;
using Microsoft.WindowsAPICodePack.Dialogs;
using Squirrel;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.IO;
using System.Linq;
using System.Threading.Tasks... | using KAGTools.Helpers;
using KAGTools.Services;
using KAGTools.ViewModels;
using KAGTools.Windows;
using Microsoft.WindowsAPICodePack.Dialogs;
using Squirrel;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.IO;
using System.Linq;
using System.Threading.Tasks... |
bb5adbd139c353b97cf18989fba8a481a075a354 | Reverted changed assertCorrectIdType in QuerySession to bring back clarity | Reverted changed assertCorrectIdType in QuerySession to bring back clarity
| mysticmind/marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,ericgreenmix/marten,mdissel/Marten,mdissel/Marten,mysticmind/marten,JasperFx/Marten,ericgreenmix/marten,ericgreenmix/marten,JasperFx/Marten | src/Marten/QuerySession.cs | mit | 1,591,472,819 | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Linq;
using Marten.Linq.QueryHandlers;
using Marten.Schema;
using Marten.Services;
using Marten.Services.BatchQuerying;
using Marten.Storage;
using ... | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Linq;
using Marten.Linq.QueryHandlers;
using Marten.Schema;
using Marten.Services;
using Marten.Services.BatchQuerying;
using Marten.Storage;
using ... |
89ca7af8d8610bc38ecc60283d4029b74e1a0a0b | fixes bug with implementation of #1484 | fixes bug with implementation of #1484
| JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,mdissel/Marten,mdissel/Marten,JasperFx/Marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten | src/Marten/DocumentSession.cs | mit | 1,591,472,819 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Events;
using Marten.Events.Projections.Async;
using Marten.Linq;
using Marten.Patching;
using Marten.Services;
using Marten.Storage;
using... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Events;
using Marten.Events.Projections.Async;
using Marten.Linq;
using Marten.Patching;
using Marten.Services;
using Marten.Storage;
using... |
be4b6698181a89e8fc4308f4a824008385e1d0f4 | Fixed wrong exception format in QuerySession | Fixed wrong exception format in QuerySession
| mdissel/Marten,mysticmind/marten,JasperFx/Marten,mdissel/Marten,mysticmind/marten,mysticmind/marten,ericgreenmix/marten,ericgreenmix/marten,ericgreenmix/marten,mysticmind/marten,JasperFx/Marten,ericgreenmix/marten,JasperFx/Marten | src/Marten/QuerySession.cs | mit | 1,591,472,819 | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Linq;
using Marten.Linq.QueryHandlers;
using Marten.Schema;
using Marten.Services;
using Marten.Services.BatchQuerying;
using Marten.Storage;
using ... | using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Baseline;
using Marten.Linq;
using Marten.Linq.QueryHandlers;
using Marten.Schema;
using Marten.Services;
using Marten.Services.BatchQuerying;
using Marten.Storage;
using ... |
f719c62e7a1295d96aec7f5b94aa966a40203035 | ResetMessage. Clone implemented. | ResetMessage. Clone implemented.
| StockSharp/StockSharp | Messages/ResetMessage.cs | apache-2.0 | 1,591,472,768 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
5652b00d3e8ca6255b78d530a864b1c60877dc62 | header type not needed anymore | header type not needed anymore
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Pages/ClientSidePageHeaderLayoutType.cs | mit | 1,591,472,412 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OfficeDevPnP.Core.Pages
{
#if !SP2013 && !SP2016
public enum ClientSidePageHeaderLayoutType
{
FullWidthImage,
NoImage,
#if !SP2019
ColorBlock,
CutInShap... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OfficeDevPnP.Core.Pages
{
#if !SP2013 && !SP2016
public enum ClientSidePageHeaderLayoutType
{
FullWidthImage,
NoImage,
#if !SP2019
ColorBlock,
CutInShap... |
bcdc40f6dc9a4530151381ef4f83c18b2dabad08 | compact console fix | compact console fix
| workabyte/PowerArgs,adamabdelhamed/PowerArgs | PowerArgs/CLI/Controls/CompactConsole.cs | mit | 1,591,471,885 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PowerArgs.Cli
{
public abstract class CompactConsole : ConsolePanel
{
public bool IsAssistanceEnabled { get; set; } = true;
public TextBox InputBox { get; private set; }
private C... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PowerArgs.Cli
{
public abstract class CompactConsole : ConsolePanel
{
public bool IsAssistanceEnabled { get; set; } = true;
public TextBox InputBox { get; private set; }
private C... |
8b9ba7fe192f312e9ba4b24540eba74412d4a535 | Fix for https://github.com/kaby76/AntlrVSIX/issues/59 | Fix for https://github.com/kaby76/AntlrVSIX/issues/59
| kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX | Server/LanguageServerTarget.cs | mit | 1,591,470,809 | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... | namespace Server
{
using LanguageServer;
using Microsoft.VisualStudio.LanguageServer.Protocol;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using StreamJsonRpc;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Workspaces;
using ... |
95dfb134c5bede434ff69fd871cb6f9cfac9a05c | Bump version | Bump version
| kokolihapihvi/RockSniffer,kokolihapihvi/RockSniffer | RockSniffer/Program.cs | mit | 1,591,470,648 | using Newtonsoft.Json.Linq;
using RockSniffer.Addons;
using RockSniffer.Addons.Storage;
using RockSniffer.Configuration;
using RockSniffer.RPC;
using RockSnifferLib.Cache;
using RockSnifferLib.Events;
using RockSnifferLib.Logging;
using RockSnifferLib.RSHelpers;
using RockSnifferLib.RSHelpers.NoteData;
using RockSniff... | using Newtonsoft.Json.Linq;
using RockSniffer.Addons;
using RockSniffer.Addons.Storage;
using RockSniffer.Configuration;
using RockSniffer.RPC;
using RockSnifferLib.Cache;
using RockSnifferLib.Events;
using RockSnifferLib.Logging;
using RockSnifferLib.RSHelpers;
using RockSnifferLib.RSHelpers.NoteData;
using RockSniff... |
31f0fa8ab56573afaa515a6c59949f826e0a215c | QuoteBinarySerializer. Support incremental changes. | QuoteBinarySerializer. Support incremental changes.
| StockSharp/StockSharp | Algo/Storages/Binary/QuoteBinarySerializer.cs | apache-2.0 | 1,591,470,455 | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | #region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... |
c0fa53b4cf0acd792c0656ba437ab7aae1d2095a | OrderBookInrementBuilder. Set SecurityId. | OrderBookInrementBuilder. Set SecurityId.
| StockSharp/StockSharp | Algo/OrderBookInrementBuilder.cs | apache-2.0 | 1,591,470,209 | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
using QuotesDict = System.Collections.Generic.SortedDictionary<decimal, System.Tuple<decimal, int?, Messag... | namespace StockSharp.Algo
{
using System;
using System.Collections.Generic;
using System.Linq;
using Ecng.Collections;
using StockSharp.Localization;
using StockSharp.Logging;
using StockSharp.Messages;
using QuotesDict = System.Collections.Generic.SortedDictionary<decimal, System.Tuple<decimal, int?, Messag... |
cbf769c41154b34ba4438e1364ba6dd7c98f0d43 | Counting the number of thrown exceptions on channel handlers | Counting the number of thrown exceptions on channel handlers
| takenet/lime-csharp | src/Lime.Protocol.UnitTests/Network/ChannelBaseTests.cs | apache-2.0 | 1,591,470,160 | using Lime.Protocol.Network;
using NUnit.Framework;
using Moq;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Shouldly;
using Lime.Protocol.Util;
namespace Lime.Protocol.UnitTests.Network
{
[TestFi... | using Lime.Protocol.Network;
using NUnit.Framework;
using Moq;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Shouldly;
using Lime.Protocol.Util;
namespace Lime.Protocol.UnitTests.Network
{
[TestFi... |
c08fbdd9de4c0839bd4b8f4038b96a999bb33de3 | #134 - Send reject reason with waifu request dto | #134 - Send reject reason with waifu request dto
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Dtos/WaifuRequestDto.cs | agpl-3.0 | 1,591,469,589 | using System;
using SoraBot.Data.Models.SoraDb;
namespace SoraBot.WebApi.Dtos
{
public class WaifuRequestDto
{
public uint Id { get; set; }
public RequestState RequestState { get; set; }
public DateTime RequestTime { get; set; }
public DateTime? ProcessedTime { get; set; }
... | using System;
using SoraBot.Data.Models.SoraDb;
namespace SoraBot.WebApi.Dtos
{
public class WaifuRequestDto
{
public uint Id { get; set; }
public RequestState RequestState { get; set; }
public DateTime RequestTime { get; set; }
public DateTime? ProcessedTime { get; set; }
... |
6c0b725196d728c955f4a864eccbf459dec5682b | Fix a crash when using KH2 PS2 assets | Fix a crash when using KH2 PS2 assets
| Xeeynamo/KingdomHearts | OpenKh.Game/OpenKhGame.cs | mit | 1,591,469,056 | using Microsoft.Xna.Framework;
using OpenKh.Common;
using OpenKh.Game.DataContent;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.States;
using System;
using System.IO;
namespace OpenKh.Game
{
public class OpenKhGame : Microsoft.Xna.Framework.Game, IStateChange
{
priv... | using Microsoft.Xna.Framework;
using OpenKh.Common;
using OpenKh.Game.DataContent;
using OpenKh.Game.Debugging;
using OpenKh.Game.Infrastructure;
using OpenKh.Game.States;
using System;
using System.IO;
namespace OpenKh.Game
{
public class OpenKhGame : Microsoft.Xna.Framework.Game, IStateChange
{
priv... |
2d0330668e7bb82310b81b899ab68cdef510d01c | [#3057][Program plugin] Ignore added for SubTitle | [#3057][Program plugin] Ignore added for SubTitle
SubTitle property of program entries will be checked for ignore settings
from now on, too.
| Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox,qianlifeng/Wox,qianlifeng/Wox,Wox-launcher/Wox | Plugins/Wox.Plugin.Program/Main.cs | mit | 1,591,468,380 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastruc... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using System.Windows.Controls;
using NLog;
using Wox.Infrastructure;
using Wox.Infrastructure.Logger;
using Wox.Infrastruc... |
3cdb7d727accfabd806f0a8db9471874af86b2ee | #134 - Add image to Waifu request notification | #134 - Add image to Waifu request notification
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.WebApi/Controllers/RequestsController.cs | agpl-3.0 | 1,591,468,246 | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using Discord;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Dtos;
using S... | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using AutoMapper;
using Discord;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using SoraBot.Common.Extensions.Modules;
using SoraBot.Common.Utils;
using SoraBot.Data.Dtos;
using S... |
1cdbe67075e323c82a6c0bcd62483f5c28d2c55c | Fix option initialization with null value | Fix option initialization with null value
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Services/Waifu/WaifuServiceDataAccess.cs | agpl-3.0 | 1,591,467,972 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Lw;
using ArgonautCore.Maybe;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Services.Cache;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waifu
{
public partial cla... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using ArgonautCore.Lw;
using ArgonautCore.Maybe;
using SoraBot.Data.Models.SoraDb;
using SoraBot.Services.Cache;
using WaifuDbo = SoraBot.Data.Models.SoraDb.Waifu;
namespace SoraBot.Services.Waifu
{
public partial cla... |
094f67b0892a13e6170bc84d971ff414e1c283a5 | Ignore Missing perms error | Ignore Missing perms error
| Daniele122898/SoraBot-v2,Daniele122898/SoraBot-v2 | SoraBot/SoraBot.Common/Messages/MessageBroker.cs | agpl-3.0 | 1,591,467,812 | using System;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace SoraBot.Common.Messages
{
public class MessageBroker : IMessageBroker
{
private readonly IServiceScopeFactory _serviceScopeFactory;
private readonly ILogger... | using System;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
namespace SoraBot.Common.Messages
{
public class MessageBroker : IMessageBroker
{
private readonly IServiceScopeFactory _serviceScopeFactory;
private readonly ILogger... |
bfd35f31c4653808be6ea65111d0558b0111cd6f | durr u guuu m88 | durr u guuu m88
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Utils/MCBedrockAssetUtils.cs | mpl-2.0 | 1,591,467,164 | using System;
using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Alex.API.Services;
using NLog;
namespace Alex.Utils
{
public class MCBedrockAssetUtils
{
private static readonly Logger Log = LogManager.GetCurren... | using System.IO;
using System.IO.Compression;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Alex.API.Services;
namespace Alex.Utils
{
/* public class MCBedrockAssetUtils
{
private const string DownloadURL = "https://aka.ms/resourcepacktemplate";
... |
b4fb8b7c323874ab0216827b5045e227d67ee66d | Move and make DisplayAlpha private | Move and make DisplayAlpha private
| rds1983/Myra,rds1983/Myra | src/Myra/Graphics2D/UI/ColorPicker/ColorPickerPanel.cs | mit | 1,591,467,066 | /* Generated by MyraPad at 05.06.2020 22:25:21 */
using Microsoft.Xna.Framework;
using Myra.Utility;
using System;
using System.Collections.Generic;
namespace Myra.Graphics2D.UI.ColorPicker
{
public partial class ColorPickerPanel
{
private const int Rows = 2;
private const int ColorsPerRow = 8;
private const i... | /* Generated by MyraPad at 05.06.2020 22:25:21 */
using Microsoft.Xna.Framework;
using Myra.Utility;
using System;
using System.Collections.Generic;
namespace Myra.Graphics2D.UI.ColorPicker
{
public partial class ColorPickerPanel
{
private const int Rows = 2;
private const int ColorsPerRow = 8;
private const i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.