commit
stringlengths
40
40
subject
stringlengths
4
1.73k
repos
stringlengths
5
127k
old_file
stringlengths
2
751
new_file
stringlengths
2
751
new_contents
stringlengths
1
8.98k
old_contents
stringlengths
0
6.59k
license
stringclasses
13 values
lang
stringclasses
23 values
814d401eb008a081d05cad7ebd392747fd86d6fa
Make ChannelSelectorTabItem not switchable
DrabWeb/osu,EVAST9919/osu,peppy/osu,ppy/osu,peppy/osu,2yangk23/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,naoey/osu,peppy/osu-new,DrabWeb/osu,NeoAdonis/osu,UselessToucan/osu,naoey/osu,NeoAdonis/osu,ZLima12/osu,smoogipoo/osu,EVAST9919/osu,johnneijzen/osu,ppy/osu,naoey/osu,ppy/osu,UselessToucan/osu,peppy/osu,ZLima...
osu.Game/Overlays/Chat/Tabs/ChannelSelectorTabItem.cs
osu.Game/Overlays/Chat/Tabs/ChannelSelectorTabItem.cs
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Allocation; using osu.Game.Graphics; using osu.Game.Online.Chat; namespace osu.Game.Overlays.Chat.Tabs { public class ChannelSelectorTabItem : ...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Allocation; using osu.Game.Graphics; using osu.Game.Online.Chat; namespace osu.Game.Overlays.Chat.Tabs { public class ChannelSelectorTabItem : ...
mit
C#
0d2d3e785496235ce77fe7081ded639698b1b041
Bump version
UniqProject/BDInfo
BDInfo/Properties/AssemblyInfo.cs
BDInfo/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; 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: AssemblyTi...
using System.Reflection; using System.Runtime.CompilerServices; 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: AssemblyTi...
lgpl-2.1
C#
b4d4f5456c762f7867ef5a3db4e814a125348f38
Fix broken fail judgement test
NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,smoogipooo/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu
osu.Game.Tests/Visual/Gameplay/TestSceneFailJudgement.cs
osu.Game.Tests/Visual/Gameplay/TestSceneFailJudgement.cs
// 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.Game.Rulesets; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Scoring; using osu.Game.Scoring; using osu.Game.Screens.Pl...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Game.Rulesets; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Scoring; using osu.Game.Screens.Play; namespace osu.Game....
mit
C#
396296cc760f62ce1ededc1b93388143c005e19a
Bump version
BrianLima/UWPHook
UWPHook/Properties/AssemblyInfo.cs
UWPHook/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated ...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated ...
mit
C#
777d2fff6ef3219beea6faa347dc7060e94620f4
Check if button "Jump" is pressed down, not simply if it down.
Warhead-Entertainment/OpenWorld
Assets/Scripts/Player.cs
Assets/Scripts/Player.cs
using UnityEngine; using System.Collections; public class Player : MonoBehaviour { private CharacterController controller; private Transform firstPersonCamera; private Vector3 moveDirection; private float movementSpeed = 3.0F; private const float regularSpeed = 3.0F; private const float sprintSpeed = 4.0F;...
using UnityEngine; using System.Collections; public class Player : MonoBehaviour { private CharacterController controller; private Transform firstPersonCamera; private Vector3 moveDirection; private float movementSpeed = 3.0F; private const float regularSpeed = 3.0F; private const float sprintSpeed = 4.0F;...
mit
C#
5bd600e626a59f92fbeaa2246022fa79fdc645e1
Make sure you run the log after qemu starts... But it works.
kant2002/Cosmos-1,MyvarHD/Cosmos,jp2masa/Cosmos,zhangwenquan/Cosmos,CosmosOS/Cosmos,Cyber4/Cosmos,Cyber4/Cosmos,MetSystem/Cosmos,MyvarHD/Cosmos,MetSystem/Cosmos,MetSystem/Cosmos,zarlo/Cosmos,tgiphil/Cosmos,trivalik/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,kant2002/Cosmos-1,zhangwenquan/Cosmos,zdimension/Cosmos,CosmosOS/Cosm...
source/Cosmos.Kernel.LogTail/ErrorStrippingFileStream.cs
source/Cosmos.Kernel.LogTail/ErrorStrippingFileStream.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace Cosmos.Kernel.LogTail { public class ErrorStrippingFileStream : FileStream { public ErrorStrippingFileStream(string file) : base(file, FileMode.Open, FileAccess.Read,...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace Cosmos.Kernel.LogTail { public class ErrorStrippingFileStream : FileStream { public ErrorStrippingFileStream(string file) : base(file, FileMode.Open, FileAccess.ReadW...
bsd-3-clause
C#
ac34994811136bc342c9d98a521ad885daf50885
Add xmlns definition.
Grabacr07/MetroTrilithon
source/MetroTrilithon.Desktop/Properties/AssemblyInfo.cs
source/MetroTrilithon.Desktop/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Markup; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("MetroTrilithon.Desktop")] [assembly: AssemblyDescription("Utilities for Windows D...
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("MetroTrilithon.Desktop")] [assembly: AssemblyDescription("Utilities for Windows Desktop apps")] [assembly: Ass...
mit
C#
34dd9472bacf75703e2695371f661d2cbe5048a8
Comment typo (#5557)
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
test/WebSites/ApplicationModelWebSite/Controllers/ParameterModelController.cs
test/WebSites/ApplicationModelWebSite/Controllers/ParameterModelController.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ApplicationModels; using Microsoft.AspNetCore.Mvc.ModelBinding; namespace ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ApplicationModels; using Microsoft.AspNetCore.Mvc.ModelBinding; namespace ...
apache-2.0
C#
490882ce61c8338147685f66ef85dcf4e82c86a2
Change the baseUri
FlorianRappl/AngleSharp,AngleSharp/AngleSharp,zedr0n/AngleSharp.Local,zedr0n/AngleSharp.Local,AngleSharp/AngleSharp,FlorianRappl/AngleSharp,Livven/AngleSharp,FlorianRappl/AngleSharp,Livven/AngleSharp,Livven/AngleSharp,FlorianRappl/AngleSharp,AngleSharp/AngleSharp,AngleSharp/AngleSharp,AngleSharp/AngleSharp,zedr0n/Angle...
AngleSharp/DOM/Html/Head/HTMLBaseElement.cs
AngleSharp/DOM/Html/Head/HTMLBaseElement.cs
namespace AngleSharp.DOM.Html { using AngleSharp.Html; using System; /// <summary> /// Represents the HTML base element. /// </summary> sealed class HTMLBaseElement : HTMLElement, IHtmlBaseElement { #region ctor /// <summary> /// Creates a HTML base element. ...
namespace AngleSharp.DOM.Html { using AngleSharp.Html; using System; /// <summary> /// Represents the HTML base element. /// </summary> sealed class HTMLBaseElement : HTMLElement, IHtmlBaseElement { #region ctor /// <summary> /// Creates a HTML base element. ...
mit
C#
f9603eefe5fed7e02c040a0e12a4b27541e4aa60
Revert "Switch Guid implementation temporarily to avoid compile time error"
smoogipooo/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,peppy/osu,peppy/osu-new,ppy/osu,peppy/osu
osu.Game/Input/Bindings/RealmKeyBinding.cs
osu.Game/Input/Bindings/RealmKeyBinding.cs
// 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.Input.Bindings; using osu.Game.Database; using Realms; namespace osu.Game.Input.Bindings { [MapTo(nameof(KeyBinding))] public c...
// 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.Input.Bindings; using osu.Game.Database; using Realms; namespace osu.Game.Input.Bindings { [MapTo(nameof(KeyBinding))] public c...
mit
C#
5548fa82869f22747fc52ef766ca70d5d35797f5
Update Vector2
JosephAMumford/ProGenTracer
ProGenTracer/Utilities/Vector2.cs
ProGenTracer/Utilities/Vector2.cs
//Created by Joseph Mumford 10/22/2017 //This file is part of ProGen Tracer which is released under MIT License. See license.txt for full details. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ProGenTracer.Utilities { class Vector2 ...
//Created by Joseph Mumford 10/22/2017 //This file is part of ProGen Tracer which is released under MIT License. See license.txt for full details. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ProGenTracer.Utilities { class Vector2 ...
mit
C#
f9135c4cb0248b11ca0f6668ba01be8fe2801457
Add ReactiveUI.Routing.iOS Assembly Description
KallynGowdy/ReactiveUI.Routing
src/ReactiveUI.Routing.iOS/Properties/AssemblyInfo.cs
src/ReactiveUI.Routing.iOS/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; 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("Re...
using System.Reflection; using System.Runtime.CompilerServices; 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("Re...
mit
C#
22f10efe41c2cb4a8eaaaeec76e39b3e984a36f2
Update OneTimePaymentModel.cs
JudoPay/DotNetSDK
JudoPayDotNet/Models/OneTimePaymentModel.cs
JudoPayDotNet/Models/OneTimePaymentModel.cs
using System.Runtime.Serialization; namespace JudoPayDotNet.Models { /// <summary> /// A payment made by a one use token /// </summary> // ReSharper disable UnusedAutoPropertyAccessor.Global [DataContract] public class OneTimePaymentModel : PaymentModel { /// <summary> /// G...
using System.Runtime.Serialization; namespace JudoPayDotNet.Models { /// <summary> /// A payment made by a one use token /// </summary> // ReSharper disable UnusedAutoPropertyAccessor.Global [DataContract] public class OneTimePaymentModel : PaymentModel { /// <summary> /// G...
mit
C#
1dbe0cee3e63625d0b65f6cd1659eec447129292
return the key, not the value when requested...
Pondidum/Stronk,Pondidum/Stronk
src/Stronk.Source.Consul/ConsulConfigurationSource.cs
src/Stronk.Source.Consul/ConsulConfigurationSource.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Consul; using Stronk.ConfigurationSources; namespace Stronk.Source.Consul { public class ConsulConfigurationSource : IConfigurationSource { private readonly Func<IConsulClient> _clientFactory; public ConsulConfiguration...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Consul; using Stronk.ConfigurationSources; namespace Stronk.Source.Consul { public class ConsulConfigurationSource : IConfigurationSource { private readonly Func<IConsulClient> _clientFactory; public ConsulConfiguration...
lgpl-2.1
C#
78c99218d752a6fa3eee348fdfbb4386cf6c2364
Update APIServiceTest.Designer.cs
danesparza/OWIN-WebAPI-Service
OWINTest.Service/APIServiceTest.Designer.cs
OWINTest.Service/APIServiceTest.Designer.cs
namespace OWINTest.Service { partial class APIServiceTest { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
namespace OWINTest.Service { partial class APIServiceTest { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
mit
C#
b3356266070d32e626861d086c5dff66ae4b8ad3
Use camel case serializer
davidebbo-test/SettingsAPISampleSiteExtension,davidebbo-test/SettingsAPISampleSiteExtension
SettingsAPISample/App_Start/WebApiConfig.cs
SettingsAPISample/App_Start/WebApiConfig.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using Microsoft.Owin.Security.OAuth; using Newtonsoft.Json.Serialization; namespace SettingsAPISample { public static class WebApiConfig { public static void ...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using Microsoft.Owin.Security.OAuth; using Newtonsoft.Json.Serialization; namespace SettingsAPISample { public static class WebApiConfig { public static void ...
apache-2.0
C#
9ce77c0b4468893718e60c49708ac124dac9557f
Refactor Servicelevel class out of the rate class
goshippo/shippo-csharp-client
Shippo/Rate.cs
Shippo/Rate.cs
using System; using Newtonsoft.Json; namespace Shippo { [JsonObject(MemberSerialization.OptIn)] public class Rate : ShippoId { [JsonProperty(PropertyName = "object_created")] public object ObjectCreated { get; set; } [JsonProperty(PropertyName = "object_owner")] public object ...
using System; using Newtonsoft.Json; namespace Shippo { [JsonObject(MemberSerialization.OptIn)] public class Rate : ShippoId { [JsonProperty(PropertyName = "object_created")] public object ObjectCreated { get; set; } [JsonProperty(PropertyName = "object_owner")] public object ...
apache-2.0
C#
d5eacff289c7ecfcd88ba1f9e166e86470edb767
fix virtual
ucdavis/CRP,ucdavis/CRP,ucdavis/CRP
CRP.Core/Domain/FinancialAccount.cs
CRP.Core/Domain/FinancialAccount.cs
using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using UCDArch.Core.DomainModel; namespace CRP.Core.Domain { public class FinancialAccount : DomainObject { public FinancialAccount() { } [StringLength(128)] [Required] publi...
using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using UCDArch.Core.DomainModel; namespace CRP.Core.Domain { public class FinancialAccount : DomainObject { public FinancialAccount() { } [StringLength(128)] [Required] publi...
mit
C#
ee82455506a09e554268af1039dd014291a3314b
Fix non-generic dictionary serializer does not pack key value pair correctly.
undeadlabs/msgpack-cli,scopely/msgpack-cli,modulexcite/msgpack-cli,msgpack/msgpack-cli,modulexcite/msgpack-cli,msgpack/msgpack-cli,scopely/msgpack-cli,undeadlabs/msgpack-cli
src/MsgPack/Serialization/DefaultSerializers/NonGenericDictionarySerializer.cs
src/MsgPack/Serialization/DefaultSerializers/NonGenericDictionarySerializer.cs
using System; using System.Collections; using System.Runtime.Serialization; namespace MsgPack.Serialization.DefaultSerializers { /// <summary> /// Dictionary interface serializer. /// </summary> internal sealed class NonGenericDictionarySerializer : MessagePackSerializer<IDictionary> { private readonly IMessa...
using System; using System.Collections; namespace MsgPack.Serialization.DefaultSerializers { /// <summary> /// Dictionary interface serializer. /// </summary> internal sealed class NonGenericDictionarySerializer : MessagePackSerializer<IDictionary> { private readonly System_Collections_DictionaryEntryMessageP...
apache-2.0
C#
10ef565455b8474874b9a6bbe0746f280e66418d
Fix typo
ptoonen/corefx,zhenlan/corefx,Ermiar/corefx,wtgodbe/corefx,Jiayili1/corefx,Jiayili1/corefx,Ermiar/corefx,ericstj/corefx,BrennanConroy/corefx,wtgodbe/corefx,wtgodbe/corefx,mmitche/corefx,ptoonen/corefx,Ermiar/corefx,axelheer/corefx,ericstj/corefx,wtgodbe/corefx,mmitche/corefx,ravimeda/corefx,Ermiar/corefx,ViktorHofer/co...
src/System.Runtime/tests/System/Reflection/ReflectionTypeLoadExceptionTests.cs
src/System.Runtime/tests/System/Reflection/ReflectionTypeLoadExceptionTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Xunit; namespace System.Reflection.Tests { public static class ReflectionTypeLoadException...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Xunit; namespace System.Reflection.Tests { public static class ReflectionTypeLoadException...
mit
C#
43e1e78712a11ce80f1cde3d6542cb37b978b80e
Bump version to 1.0.0rc4
github-for-unity/Unity,github-for-unity/Unity,github-for-unity/Unity
common/SolutionInfo.cs
common/SolutionInfo.cs
#pragma warning disable 436 using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyProduct("GitHub for Unity")] [assembly: AssemblyVersion(System.AssemblyVersionInformation.VersionForAssembly)] [assembly: AssemblyFileVersion(Sys...
#pragma warning disable 436 using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyProduct("GitHub for Unity")] [assembly: AssemblyVersion(System.AssemblyVersionInformation.VersionForAssembly)] [assembly: AssemblyFileVersion(Sys...
mit
C#
7dce9c60c12768f1d11fcd9d2393908956eab349
use guid not random
antony-liu/npoi,tonyqus/npoi
main/Util/TempFile.cs
main/Util/TempFile.cs
 namespace NPOI.Util { using System; using System.IO; using System.Threading; public class TempFile { private static string dir; /** * Creates a temporary file. Files are collected into one directory and by default are * deleted on exit from the VM. Files can b...
 namespace NPOI.Util { using System; using System.IO; using System.Threading; public class TempFile { private static string dir; /** * Creates a temporary file. Files are collected into one directory and by default are * deleted on exit from the VM. Files can b...
apache-2.0
C#
1a0580763a4ee2b4e078fd7adbd4f15f729b91b4
send fix
HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015
checksystem/src/chat/Send.ashx.cs
checksystem/src/chat/Send.ashx.cs
using System; using System.Web; using main.auth; using main.db; using main.utils; namespace main.chat { public class Send : BaseHandler { protected override AjaxResult ProcessRequestInternal(HttpContext context) { var login = AuthModule.GetAuthLogin(); var flags = DbStorage.FindFlags(login); if(ElCapi...
using System; using System.Web; using main.auth; using main.db; using main.utils; namespace main.chat { public class Send : BaseHandler { protected override AjaxResult ProcessRequestInternal(HttpContext context) { var login = AuthModule.GetAuthLogin(); var flags = DbStorage.FindFlags(login); if(ElCapi...
mit
C#
41404661e37dbf364e5efc8d05dbf579353777d3
Update Program.cs
hairywelly/StormMultilangCSharp,hairywelly/StormMultilangCSharp,hairywelly/StormMultilangCSharp
WordCountTest/Program.cs
WordCountTest/Program.cs
using StormMultiLang; namespace WordCountTest { class Program { static void Main(string[] args) { var config = new StormConfigurationBuilder().DontBotherWithTaskIds(); var bolt = new SplitSentence(config.Reader(), config.BoltWriter()); bolt.Run(); } ...
using StormMultiLang; namespace WordCountTest { class Program { static void Main(string[] args) { var config = new StrormConfigurationBuilder().DontBotherWithTaskIds(); var bolt = new SplitSentence(config.Reader(), config.BoltWriter()); bolt.Run(); }...
mit
C#
c5852c3b174c14f4cbe6c79a50f4cd0df13d4eef
Add 10s delay for always failing worker
Rosiv/backoffice,Rosiv/backoffice,Rosiv/backoffice
BackOffice.Worker/CProductAlwaysFailingReportWorker.cs
BackOffice.Worker/CProductAlwaysFailingReportWorker.cs
using BackOffice.Jobs.Interfaces; using BackOffice.Jobs.Reports; using System; using System.Threading; namespace BackOffice.Worker { public class CProductAlwaysFailingReportWorker : IJobWorker { private readonly AlwaysFailingReport report; public CProductAlwaysFailingReportWorker(AlwaysFailin...
using BackOffice.Jobs.Interfaces; using BackOffice.Jobs.Reports; using System; namespace BackOffice.Worker { public class CProductAlwaysFailingReportWorker : IJobWorker { private readonly AlwaysFailingReport report; public CProductAlwaysFailingReportWorker(AlwaysFailingReport report) ...
mit
C#
34e0da1a0b66bb6849acab06d82deea902661734
Remove navbar
ethomson/gitresources,alsafonov/gitresources,alsafonov/gitresources,ethomson/gitresources
GitResources/Views/Shared/_Layout.cshtml
GitResources/Views/Shared/_Layout.cshtml
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>@ViewBag.Title - My ASP.NET Application</title> <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @Styles.Render("~/Content/css") @S...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>@ViewBag.Title - My ASP.NET Application</title> <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @Styles.Render("~/Content/css") @S...
mit
C#
f4a2875c779db2819fe3703b1aab961c77c7b876
Bump version.
oozcitak/imagelistview
ImageListView/Properties/AssemblyInfo.cs
ImageListView/Properties/AssemblyInfo.cs
// ImageListView - A listview control for image files // Copyright (C) 2009 Ozgur Ozcitak // // 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/...
// ImageListView - A listview control for image files // Copyright (C) 2009 Ozgur Ozcitak // // 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/...
apache-2.0
C#
05e1bad8639c76c241c5748d7d097ab5c25186b1
add 記帳本 route setting
hatelove/MyMvcHomework,hatelove/MyMvcHomework,hatelove/MyMvcHomework
MyMoney/MyMoney/App_Start/RouteConfig.cs
MyMoney/MyMoney/App_Start/RouteConfig.cs
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace MyMoney { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathI...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace MyMoney { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathI...
mit
C#
c1082ddb9a7e03ac420a4cb7aa5e468dde614b22
Add space before the unit
UselessToucan/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu
osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs
osu.Game.Rulesets.Osu/Mods/OsuModBarrelRoll.cs
// 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.Bindables; using osu.Framework.Extensions; using osu.Framework.Graphics; using osu.Game.Configuration; using osu.Game.Rulesets.Mods; using osu.Game.Ru...
// 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.Bindables; using osu.Framework.Extensions; using osu.Framework.Graphics; using osu.Game.Configuration; using osu.Game.Rulesets.Mods; using osu.Game.Ru...
mit
C#
76aabdd2971effca216074ee33e7399b8e8b92b0
rename field rotate to spin
peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,ppy/osu,2yangk23/osu,ppy/osu,NeoAdonis/osu,2yangk23/osu,EVAST9919/osu,peppy/osu,ppy/osu,UselessToucan/osu,NeoAdonis/osu,johnneijzen/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu-new,johnneijzen/osu
osu.Game.Rulesets.Osu/Skinning/LegacyCursor.cs
osu.Game.Rulesets.Osu/Skinning/LegacyCursor.cs
// 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.Containers; using osu.Game.Skinning; using osuTK; namespace osu.Game.Rulesets....
// 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.Containers; using osu.Game.Skinning; using osuTK; namespace osu.Game.Rulesets....
mit
C#
78037962c763e9b7b5af784405144405342777fe
Format a little bit
Microsoft/poshtools,SpotLabsNET/poshtools,adamdriscoll/poshtools,mgreenegit/poshtools,YOTOV-LIMITED/poshtools,erwindevreugd/poshtools,zbrad/poshtools,KevinHorvatin/poshtools,daviwil/poshtools
PowerShellTools/Options/BitnessOption.cs
PowerShellTools/Options/BitnessOption.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PowerShellTools.Options { internal enum BitnessOptions { DefaultAsAnyCPU = 0, x86 = 1 } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PowerShellTools.Options { internal enum BitnessOptions { DefaultAsAnyCPU = 0, x86 = 1 } }
apache-2.0
C#
79c7fad423018d34db9b1dadff967d8e3cc03a16
Add small tolerance to image comparison
simontaylor81/Syrup,simontaylor81/Syrup
SRPTests/TestRenderer/ImageComparison.cs
SRPTests/TestRenderer/ImageComparison.cs
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; using Xunit.Sdk; namespace SRPTests.TestRenderer { static class ImageComparison { // Assert two bitmaps are binary identical. public static void AssertImagesEqua...
using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; using Xunit.Sdk; namespace SRPTests.TestRenderer { static class ImageComparison { // Assert two bitmaps are binary identical. public static void AssertImagesEqua...
mit
C#
32cfe1d33330dd28d09cf128af1f24b0a452c3e4
Revert "update"
bitzhuwei/CSharpGL,bitzhuwei/CSharpGL,bitzhuwei/CSharpGL
CSharpGL/0Foundations/OpenGLObjects/Texture/ImageFillers/TexBufferImageFiller.cs
CSharpGL/0Foundations/OpenGLObjects/Texture/ImageFillers/TexBufferImageFiller.cs
using System; namespace CSharpGL { /// <summary> /// fill texture's content with a buffer. /// </summary> public class TexBufferImageFiller : ImageFiller, IDisposable { private uint internalformat; private BufferPtr bufferPtr; private bool autoDispose; /// <summary...
namespace CSharpGL { /// <summary> /// fill texture's content with a buffer. /// </summary> public class TexBufferImageFiller : ImageFiller { private uint internalformat; private BufferPtr bufferPtr; private bool autoDispose; /// <summary> /// /// </...
mit
C#
9028453c93f7a64ef9ba9e3fe7f5e09bb5b9463f
Make GetVersionInfo() work with newer versions of Newtonsoft.Json
imazen/imageflow-dotnet
src/Imageflow/Bindings/VersionInfo.cs
src/Imageflow/Bindings/VersionInfo.cs
using System; using System.Xml; namespace Imageflow.Bindings { public class VersionInfo { private VersionInfo() { } internal static VersionInfo FromDynamic(dynamic versionInfo) { var info = new VersionInfo(); string longVersionString = versionInfo.long_version_st...
using System; using System.Xml; namespace Imageflow.Bindings { public class VersionInfo { private VersionInfo() { } internal static VersionInfo FromDynamic(dynamic versionInfo) { var info = new VersionInfo(); string dateTime = versionInfo.build_date.Value; ...
agpl-3.0
C#
ca2e4422394014dfb1d1c905dcefa2da754e3b06
fix DataAccess project ITransaction name conflict
Ahoo-Wang/SmartSql
src/SmartSql.DataAccess/DataAccess.cs
src/SmartSql.DataAccess/DataAccess.cs
using SmartSql.Abstractions; using System; using System.Collections.Generic; using System.Text; using SmartSql.DataAccess.Abstractions; using System.Data; using SmartSql.Abstractions.DbSession; using Microsoft.Extensions.Logging; namespace SmartSql.DataAccess { public abstract class DataAccess : Abstractions.ITra...
using SmartSql.Abstractions; using System; using System.Collections.Generic; using System.Text; using SmartSql.DataAccess.Abstractions; using System.Data; using SmartSql.Abstractions.DbSession; using Microsoft.Extensions.Logging; namespace SmartSql.DataAccess { public abstract class DataAccess : ITransaction ...
apache-2.0
C#
c6e57670eca9387d0cb905674a7a723c77226e7a
write hello world to the console
cdemaskey/coffee-roaster,cdemaskey/coffee-roaster
coffee-roaster/coffee-roaster/Program.cs
coffee-roaster/coffee-roaster/Program.cs
using System; namespace coffee_roaster { internal class Program { private static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace coffee_roaster { class Program { static void Main(string[] args) { } } }
mit
C#
1754cdb844416ad1a0a21e6cbec6b1a51b94a56b
index html changes for home
bluemner/FormsGenerator,bluemner/FormsGenerator,bluemner/FormsGenerator
FormsGeneratorWebApplication/Views/Forms/Index.cshtml
FormsGeneratorWebApplication/Views/Forms/Index.cshtml
@{ ViewBag.Title = "Home Page"; } <div class="jumbotron"> <h1>Welcome to Forms</h1> <p>This application allows user to create and modify surveys, send them out, keep track of them, view the analytics of the responses and be able to download that data.</p> <p><a class="btn btn-primary btn-lg" href="@U...
 @{ ViewBag.Title = "Index"; } <h2>Forms Index</h2> @Scripts.Render("~/Scripts/views/forms-view.js")
mit
C#
cfcffea6443845e92e53dbe1b1b4ae55414df11d
Add boss microgame length option
plrusek/NitoriWare,Barleytree/NitoriWare,uulltt/NitoriWare,NitorInc/NitoriWare,NitorInc/NitoriWare,Barleytree/NitoriWare
Assets/Scripts/Microgame/MicrogameTraits.cs
Assets/Scripts/Microgame/MicrogameTraits.cs
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; public class MicrogameTraits : MonoBehaviour { [SerializeField] private ControlScheme _controlScheme; public virtual ControlScheme controlScheme { get { return _controlScheme; } set { } } [SerializeField] pr...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; public class MicrogameTraits : MonoBehaviour { [SerializeField] private ControlScheme _controlScheme; public virtual ControlScheme controlScheme { get { return _controlScheme; } set { } } [SerializeField] pr...
mit
C#
0ce6e92967c85c680b3d682ea9bf92998f0a3773
修正 offset 的計算公式
andrew0928/WebServerClock
WebServerClock/Form1.cs
WebServerClock/Form1.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WebServerClock { public partial class Form1 : Form { pu...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WebServerClock { public partial class Form1 : Form { pu...
mit
C#
8faec2c8eb1ae786653da299a5a964e2f25b06f3
Remove Beep; Throw instead
HelloKitty/Testity,HelloKitty/Testity
src/Testity.BuildProcess.Unity3D/BuildSteps/AddMemberInitializationMethodStep.cs
src/Testity.BuildProcess.Unity3D/BuildSteps/AddMemberInitializationMethodStep.cs
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Fasterflect; using Testity.Common; using Testity.EngineComponents.Unity3D; namespace Testity.BuildProcess.Unity3D { public class AddMemberInitializationMethodStep : ITest...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Fasterflect; using Testity.Common; using Testity.EngineComponents.Unity3D; namespace Testity.BuildProcess.Unity3D { public class AddMemberInitializationMethodStep : ITest...
mit
C#
a2682f4a6c4048a71ae1e105ca9e7786e7f50905
Adjust interop flags.
beppler/trayleds
TrayLeds/NativeMethods.cs
TrayLeds/NativeMethods.cs
using System; using System.Runtime.InteropServices; namespace TrayLeds { internal class NativeMethods { public const int WH_KEYBOARD_LL = 13; public const int WM_KEYDOWN = 0x100; public const int WM_SYSKEYDOWN = 0x104; public const int WM_KEYUP = 0x101; public const in...
using System; using System.Runtime.InteropServices; namespace TrayLeds { internal class NativeMethods { public const int WH_KEYBOARD_LL = 13; public const int WM_KEYDOWN = 0x100; public const int WM_SYSKEYDOWN = 0x104; public const int WM_KEYUP = 0x101; public const in...
mit
C#
b002096bd9159279b29ea1ec0cf9a0d1e001c098
Fix AssemblyVersion
dmitry-shechtman/AsyncInit
AsyncInit/Net45/Properties/AssemblyInfo.cs
AsyncInit/Net45/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Ditto.AsyncInit")] [assembly: AssemblyDescription("A generic implementation of the asynchronous factory pattern.")] [assembly: AssemblyVersion("1.5.0.*")] [assembly: ComVisible(false)]
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Ditto.AsyncInit")] [assembly: AssemblyDescription("A generic implementation of the asynchronous factory pattern.")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: ComVisible(false)]
apache-2.0
C#
bc0e1adec47177a25cc921b4b91f5ea1875f246a
Update IPlatService.cs
Nutritia/nutritia,Corantin/nutritia,glesaux/nutritia
Logic/Services/Definitions/IPlatService.cs
Logic/Services/Definitions/IPlatService.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Nutritia { public interface IPlatService { IList<Plat> RetrieveAll(); IList<Plat> RetrieveSome(RetrievePlatArgs args); Plat Retrieve(RetrievePlatArgs args); IL...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Nutritia { public interface IPlatService { IList<Plat> RetrieveAll(); IList<Plat> RetrieveSome(RetrievePlatArgs args); Plat Retrieve(RetrievePlatArgs args); I...
mpl-2.0
C#
13e043787b71d6fa6d44b87f07fe95fa4f56339f
修正切換鈕的狀態在 post back 之後變回舊值的問題;
lozenlin/SampleCMS,lozenlin/SampleCMS,lozenlin/SampleCMS
Source/Management/App_Code/AssemblyInfo.cs
Source/Management/App_Code/AssemblyInfo.cs
using System.Reflection; [assembly: AssemblyTitle("SampleCMS Management")] [assembly: AssemblyProduct("SampleCMS Management")] [assembly: AssemblyCopyright("Copyright © 2018, based on SampleCMS Management v1.2")] [assembly: AssemblyVersion("1.2.3.*")] // If you encounter a compilation error with AssemblyInfo, you c...
using System.Reflection; [assembly: AssemblyTitle("SampleCMS Management")] [assembly: AssemblyProduct("SampleCMS Management")] [assembly: AssemblyCopyright("Copyright © 2018, based on SampleCMS Management v1.2")] [assembly: AssemblyVersion("1.2.2.*")] // If you encounter a compilation error with AssemblyInfo, you c...
mit
C#
65746f809edc34cc8ada74bf2d806fb8fa427ac9
Fix inaccurate file count
NateShoffner/Strike.NET
Strike.NET/Converters/FileInfoConverter.cs
Strike.NET/Converters/FileInfoConverter.cs
#region using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; #endregion namespace StrikeNET.Converters { internal class FileInfoConverter : JsonConverter { public override void WriteJson(JsonWriter writer, object value, JsonSerializer ...
#region using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; #endregion namespace StrikeNET.Converters { internal class FileInfoConverter : JsonConverter { public override void WriteJson(JsonWriter writer, object value, JsonSerializer ...
mit
C#
20acf0e0d3eef07b28f08792a7a324473d9f1747
bump up version
hoseinisalim/ZigorTimeTable,Resaneh24/ZigorTimeTable,hoseinisalim/ZigorTimeTable,hoseinisalim/ZigorTimeTable,Resaneh24/ZigorTimeTable,hoseinisalim/ZigorTimeTable,Resaneh24/ZigorTimeTable,Resaneh24/ZigorTimeTable
CSharp/ZgTimeTable/ZgTimeTable/Properties/AssemblyInfo.cs
CSharp/ZgTimeTable/ZgTimeTable/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; 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("Zg...
using System.Reflection; using System.Runtime.CompilerServices; 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("Zg...
apache-2.0
C#
3997f65dd24a11fa2acee6a1660a5d40dab27489
add regex to parse date
jgraber/ForgetTheMilk,jgraber/ForgetTheMilk,jgraber/ForgetTheMilk
ForgetTheMilk/ForgetTheMilk/Controllers/TaskController.cs
ForgetTheMilk/ForgetTheMilk/Controllers/TaskController.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Web; using System.Web.Mvc; namespace ForgetTheMilk.Controllers { public class TaskController : Controller { public ActionResult Index() { return View(Tasks); ...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace ForgetTheMilk.Controllers { public class TaskController : Controller { public ActionResult Index() { return View(Tasks); } public static readonly Li...
apache-2.0
C#
ec7d7a15ced0ab2af7751d8d20d3da8c1b0177ee
implement submitting charge request
innerfence/chargedemo-windows
InnerFence.ChargeDemo.Phone/ChargeAPI/ChargeUtilsPhone.cs
InnerFence.ChargeDemo.Phone/ChargeAPI/ChargeUtilsPhone.cs
using System; using System.Collections.Generic; using System.IO.IsolatedStorage; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using Windows.System; namespace InnerFence.ChargeAPI { public static partial class ChargeUtils { private static Rando...
using System; using System.Collections.Generic; using System.IO.IsolatedStorage; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace InnerFence.ChargeAPI { public static partial class ChargeUtils { private static RandomNumberGenerator s_rng...
mit
C#
586fdaa5a69a212e1a80d28a6ace73df681d939f
Make the discovery context null tests pass.
SeanFarrow/NBench.VisualStudio
src/NBench.VisualStudio.TestAdapter/NBenchTestDiscoverer.cs
src/NBench.VisualStudio.TestAdapter/NBenchTestDiscoverer.cs
namespace NBench.VisualStudio.TestAdapter { using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; using System; using System.Collections.Generic; using System.Linq; public class NBenchTestDiscoverer : ITestDiscoverer { ...
namespace NBench.VisualStudio.TestAdapter { using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; using System; using System.Collections.Generic; using System.Linq; public class NBenchTestDiscoverer : ITestDiscoverer { ...
apache-2.0
C#
0eac2401de6d75bc0f18adc393f4da557ac098d7
make the failing test passed.
SeanFarrow/NBench.VisualStudio
src/NBench.VisualStudio.TestAdapter/NBenchTestDiscoverer.cs
src/NBench.VisualStudio.TestAdapter/NBenchTestDiscoverer.cs
namespace NBench.VisualStudio.TestAdapter { using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; using NBench.VisualStudio.TestAdapter.Helpers; using System; using System.Collections.Generic; using System.Linq; public...
namespace NBench.VisualStudio.TestAdapter { using Microsoft.VisualStudio.TestPlatform.ObjectModel.Adapter; using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; using NBench.VisualStudio.TestAdapter.Helpers; using System; using System.Collections.Generic; using System.Linq; public...
apache-2.0
C#
248cd2d92353189554c74e7b22ccd3a92e107625
Initialize reflection methods here
DMagic1/KSP_Vessel_Manager
Source/Notes_MainMenu.cs
Source/Notes_MainMenu.cs
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using BetterNotes.Framework; namespace BetterNotes { [KSPAddon(KSPAddon.Startup.MainMenu, true)] public class Notes_MainMenu : Notes_MBE { private bool loaded; private const string settingsFilePath = "BetterNotes/Settings"; ...
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using BetterNotes.Framework; namespace BetterNotes { [KSPAddon(KSPAddon.Startup.MainMenu, true)] public class Notes_MainMenu : Notes_MBE { private bool loaded; private const string settingsFilePath = "BetterNotes/Settings"; ...
mit
C#
ea073022a4112e2b9939c2f2d8562bd131d2d367
clean up search code so it fully works for now
SamTheDev/octokit.net,nsnnnnrn/octokit.net,Sarmad93/octokit.net,octokit/octokit.net,shana/octokit.net,shiftkey-tester-org-blah-blah/octokit.net,octokit/octokit.net,hahmed/octokit.net,cH40z-Lord/octokit.net,dampir/octokit.net,adamralph/octokit.net,gdziadkiewicz/octokit.net,shiftkey-tester/octokit.net,M-Zuber/octokit.net...
Octokit/Models/Request/SearchCodeRequest.cs
Octokit/Models/Request/SearchCodeRequest.cs
using Octokit.Internal; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Octokit { /// <summary> /// Searching Code/Files /// http://developer.github.com/v3/search/#search-code /// </summary> public class SearchCodeReques...
using Octokit.Internal; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Octokit { /// <summary> /// Searching Code/Files /// http://developer.github.com/v3/search/#search-code /// </summary> public class SearchCodeReques...
mit
C#
d140a774a4de669b9a2568a77233fd6bdba7a9b0
Work in progress
daveh551/Highway.Data,HighwayFramework/Highway.Data,ericburcham/Highway.Data,daveh551/Highway.Data,daveh551/Highway.Data,daveh551/Highway.Data
Highway/src/Highway.Data.EntityFramework/Builders/DynamicAggregateContextBuilder.cs
Highway/src/Highway.Data.EntityFramework/Builders/DynamicAggregateContextBuilder.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.CodeDom; using System.Reflection; using System.CodeDom.Compiler; namespace Highway.Data.EntityFramework.Builder { public static class DynamicAggregateContextBuilder { private static Dictionary<string, Ty...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.CodeDom; using System.Reflection; using System.CodeDom.Compiler; namespace Highway.Data.EntityFramework.Builder { public static class DynamicAggregateContextBuilder { private static Dictionary<string, Ty...
mit
C#
3b62ffa280fcde1249e15e7b43a08d64a15da6f3
Make penalties less forgiving
DragonEyes7/ConcoursUBI17,DragonEyes7/ConcoursUBI17
Proto/Assets/Scripts/Time/TimeController.cs
Proto/Assets/Scripts/Time/TimeController.cs
using UnityEngine; using UnityEngine.SceneManagement; public class TimeController : MonoBehaviour { public MultipleDelegate Tick = new MultipleDelegate(); public MultipleDelegate End = new MultipleDelegate(); private string _filePath = "./"; [SerializeField] private int _penalizePlayerOnWrongT...
using UnityEngine; using UnityEngine.SceneManagement; public class TimeController : MonoBehaviour { public MultipleDelegate Tick = new MultipleDelegate(); public MultipleDelegate End = new MultipleDelegate(); private string _filePath = "./"; [SerializeField] private int _penalizePlayerOnWrongT...
mit
C#
e8fccaf348b8d4fc00e42015f2a117e737f1aa90
Add missing method.
honestegg/cassette,BluewireTechnologies/cassette,damiensawyer/cassette,andrewdavey/cassette,damiensawyer/cassette,andrewdavey/cassette,BluewireTechnologies/cassette,damiensawyer/cassette,honestegg/cassette,honestegg/cassette,andrewdavey/cassette
src/Cassette/Web/ExceptionCachedManager.cs
src/Cassette/Web/ExceptionCachedManager.cs
using System; using System.Web; using System.Web.Caching; namespace Cassette.Web { // We don't want to throw the exception during lazy initialization because // there is no chance to recreate the object, even if, say, a broken file is fixed. // Instead, we cache the exception in this special imple...
using System; using System.Web.Caching; using Cassette.CoffeeScript; using Cassette.Configuration; using System.Web; namespace Cassette.Web { // We don't want to throw the exception during lazy initialization because // there is no chance to recreate the object, even if, say, a broken file is fixed. ...
mit
C#
db94715ed747966abaf90d479adfc00ff27763e8
Correct issue #1 - Routing problem
vmichalak/Hermes.Net
src/HermesNet/Helpers/MiddlewareManager.cs
src/HermesNet/Helpers/MiddlewareManager.cs
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text.RegularExpressions; using System.Threading.Tasks; using HermesNet.Models; using HermesNet.Models.Http; namespace HermesNet.Helpers { internal class MiddlewareManager { private class Ent...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text.RegularExpressions; using System.Threading.Tasks; using HermesNet.Models; using HermesNet.Models.Http; namespace HermesNet.Helpers { internal class MiddlewareManager { private class Entry { public HttpMetho...
mit
C#
90de6a73a8170f79fd80b38dc7e6013fa129e0e0
Modify StringDictionary.Parse to allow duplicated keys
emoacht/SnowyImageCopy
Source/SnowyTool/Helper/StringDictionary.cs
Source/SnowyTool/Helper/StringDictionary.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SnowyTool.Helper { /// <summary> /// Parses string to Dictionary. /// </summary> public static class StringDictionary { /// <summary> /// Parses string divided by new lines and separa...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SnowyTool.Helper { /// <summary> /// Parses string to Dictionary. /// </summary> public static class StringDictionary { /// <summary> /// Parses string divided by new lines and separa...
mit
C#
1cf36bce66e11d7ccdeb3e1630a083fe133ad7d3
Remove unneeded keys
NinetailLabs/VaraniumSharp.Initiator
VaraniumSharp.Initiator/Enumerations/ConfigurationKeys.cs
VaraniumSharp.Initiator/Enumerations/ConfigurationKeys.cs
namespace VaraniumSharp.Initiator.Enumerations { /// <summary> /// Contains keys for reading configuration values from App.config /// </summary> public static class ConfigurationKeys { #region Variables /// <summary> /// Indicate if logging should be done to the console ...
namespace VaraniumSharp.Initiator.Enumerations { /// <summary> /// Contains keys for reading configuration values from App.config /// </summary> public static class ConfigurationKeys { #region Variables /// <summary> /// Host address of the service /// </summary> ...
mit
C#
801474d77c16c5bd34a64fc34deef45608961911
remove using
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Behaviors/PasteAddressOnClickBehavior.cs
WalletWasabi.Gui/Behaviors/PasteAddressOnClickBehavior.cs
using Avalonia; using Avalonia.Controls; using Avalonia.Input.Platform; using Avalonia.Interactivity; using Avalonia.Xaml.Interactivity; using NBitcoin; using System; using System.Reactive.Disposables; using System.Reactive.Linq; namespace WalletWasabi.Gui.Behaviors { internal class PasteAddressOnClickBehavior : Beha...
using Avalonia; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Input.Platform; using Avalonia.Interactivity; using Avalonia.Xaml.Interactivity; using NBitcoin; using System; using System.Reactive.Disposables; using System.Reactive.Linq; namespace WalletWasabi.Gui.Behaviors { internal class PasteAddress...
mit
C#
80ca3a159c22c51b5333eea38cf8de48cb6494b2
fix NRE
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/ViewModels/WasabiDocumentTabViewModel.cs
WalletWasabi.Gui/ViewModels/WasabiDocumentTabViewModel.cs
using AvalonStudio.Documents; using AvalonStudio.Extensibility; using AvalonStudio.MVVM; using AvalonStudio.Shell; using Dock.Model; using ReactiveUI; using System; using System.Reactive.Disposables; using System.Threading.Tasks; namespace WalletWasabi.Gui.ViewModels { public abstract class WasabiDocumentTabViewModel...
using AvalonStudio.Documents; using AvalonStudio.Extensibility; using AvalonStudio.MVVM; using AvalonStudio.Shell; using Dock.Model; using ReactiveUI; using System; using System.Reactive.Disposables; using System.Threading.Tasks; namespace WalletWasabi.Gui.ViewModels { public abstract class WasabiDocumentTabViewModel...
mit
C#
cedfce6872e0c46244ad44eb26ad5b85d96bb401
Fix documentation 2.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Extensions/StreamExtensions.cs
WalletWasabi/Extensions/StreamExtensions.cs
using System.Buffers; using System.Threading; using System.Threading.Tasks; namespace System.IO { public static class StreamExtensions { public static async Task<int> ReadByteAsync(this Stream stream, CancellationToken ctsToken = default) { ArrayPool<byte> pool = ArrayPool<byte>.Shared; byte[] buffer = poo...
using System.Buffers; using System.Threading; using System.Threading.Tasks; namespace System.IO { public static class StreamExtensions { public static async Task<int> ReadByteAsync(this Stream stream, CancellationToken ctsToken = default) { ArrayPool<byte> pool = ArrayPool<byte>.Shared; byte[] buffer = poo...
mit
C#
69d8126d4e3976665dc1c9b44211f00723e6c1ca
Update version number.
Damnae/storybrew
editor/Properties/AssemblyInfo.cs
editor/Properties/AssemblyInfo.cs
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("storybrew editor")] [assembly: AssemblyDe...
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("storybrew editor")] [assembly: AssemblyDe...
mit
C#
81bce29c4155741a951fc9c88ee9c27dccc6f144
Update version number.
Damnae/storybrew
editor/Properties/AssemblyInfo.cs
editor/Properties/AssemblyInfo.cs
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("storybrew editor")] [assembly: AssemblyDe...
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("storybrew editor")] [assembly: AssemblyDe...
mit
C#
4e21336a5c575618d5ef98dfc9928ba29b2e25c9
Reduce memory usage by using a hashset instead of a list
Moq/moq
src/Moq.Proxy.Generator/ProxyDiscoverer.cs
src/Moq.Proxy.Generator/ProxyDiscoverer.cs
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; namespace Moq.Proxy { public class ProxyDiscoverer { public async Task<IImmutableSet<ImmutableArray<ITypeSymbol>>> DiscoverProxiesAsyn...
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; namespace Moq.Proxy { public class ProxyDiscoverer { public async Task<IImmutableSet<ImmutableArray<ITypeSymbol>>> DiscoverProxiesAsyn...
apache-2.0
C#
4c24ba3c595955b43e70b93766cabc47756eefec
Add checkpoint at block #200000
CryptoManiac/NovacoinLibrary
Novacoin/Checkpoints.cs
Novacoin/Checkpoints.cs
using System; namespace Novacoin { public class Checkpoints { private static Tuple<uint, uint256, uint>[] checkpoints = new Tuple<uint, uint256, uint>[] { new Tuple<uint, uint256, uint>(0, NetInfo.nHashGenesisBlock, 1360105017), new Tuple<uint, uint256, uint>...
using System; namespace Novacoin { public class Checkpoints { private static Tuple<uint, uint256, uint>[] checkpoints = new Tuple<uint, uint256, uint>[] { new Tuple<uint, uint256, uint>(0, NetInfo.nHashGenesisBlock, 1360105017) }; /// <summary> /...
agpl-3.0
C#
cca8170b07d3d911d49cd75aa1c51b823c720bf6
Fix exception message variable.
brendanjbaker/StraightSQL
src/StraightSql/TypeConverterExtensions.cs
src/StraightSql/TypeConverterExtensions.cs
namespace StraightSql { using System; internal static class TypeConverterExtensions { public static Boolean CanConvert(this System.ComponentModel.TypeConverter typeConverter, Type fromType, Type toType) { return typeConverter.CanConvertFrom(fromType) && typeConverter.CanConvertTo(toType); } ...
namespace StraightSql { using System; internal static class TypeConverterExtensions { public static Boolean CanConvert(this System.ComponentModel.TypeConverter typeConverter, Type fromType, Type toType) { return typeConverter.CanConvertFrom(fromType) && typeConverter.CanConvertTo(toType); } ...
mit
C#
feed6dfc6751c1efff8457b051bb96a7ce6a64aa
Fix of data transform.
pietrobr/connectthedots,HydAu/ConnectTheDots2,jeffwilcox/connectthedots,zack076/connectthedots,yashchandak/connectthedots,jomolinare/connectthedots,Azure/connectthedots,ZingPow/connectthedots,Azure/connectthedots,MSOpenTech/connectthedots,jeffwilcox/connectthedots,jessejjohnson/connectthedots,HydAu/ConnectTheDots2,Azur...
Devices/Gateways/GatewayService/Gateway/Models/QueuedItem.cs
Devices/Gateways/GatewayService/Gateway/Models/QueuedItem.cs
using System; using System.Runtime.Serialization; using Newtonsoft.Json; namespace Gateway.Models { [DataContract] public class QueuedItem { [DataMember(Name = "serializedData")] public string JsonData { get; set; } } public static class DataTransforms { public static ...
using System; using System.Runtime.Serialization; using Newtonsoft.Json; namespace Gateway.Models { [DataContract] public class QueuedItem { [DataMember(Name = "serializedData")] public string JsonData { get; set; } } public static class DataTransforms { public static ...
mit
C#
b17f1966b9601b14f8f662cee5f8c57b9d44c8a7
Test commit
melanchall/drywetmidi,melanchall/drywetmidi,melanchall/drymidi
DryWetMidi/Tools/Randomizer/Base/Randomizer.cs
DryWetMidi/Tools/Randomizer/Base/Randomizer.cs
using System; using System.Collections.Generic; using System.Linq; using Melanchall.DryWetMidi.Smf.Interaction; namespace Melanchall.DryWetMidi.Tools { // TODO: remove this comment public abstract class Randomizer<TObject, TSettings> where TSettings : RandomizingSettings, new() { #region M...
using System; using System.Collections.Generic; using System.Linq; using Melanchall.DryWetMidi.Smf.Interaction; namespace Melanchall.DryWetMidi.Tools { public abstract class Randomizer<TObject, TSettings> where TSettings : RandomizingSettings, new() { #region Methods protected void Ra...
mit
C#
ec3e04dbdc2cd415a7a66d17e12518efcea34059
Fix responsiveness problem
lucasdavid/Gamedalf,lucasdavid/Gamedalf
Gamedalf/Views/Shared/_SearchWithCreate.cshtml
Gamedalf/Views/Shared/_SearchWithCreate.cshtml
@model String <div class="row"> <div class="col-sm-6"> @Html.Partial("_Search", @Model) </div> <div class="col-sm-2 col-sm-offset-4 text-right"> <a href="@Url.Action("Create")" class="btn btn-primary"> <span class="glyphicon glyphicon-plus"></span> Create ...
@model String <div class="row"> <div class="col-md-6"> @Html.Partial("_Search", @Model) </div> <div class="col-md-2 col-sm-push-4 text-right"> <a href="@Url.Action("Create")" class="btn btn-primary"> <span class="glyphicon glyphicon-plus"></span> Create ...
mit
C#
fbe95519b134ae0f4d8cd5435d55810099eb45ac
update copyright info
dietsche/infinite-putty-tunnel
InfinitePuttyTunnel/Properties/AssemblyInfo.cs
InfinitePuttyTunnel/Properties/AssemblyInfo.cs
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("Infinite PuTTY Tunnel")] [assemb...
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("Infinite PuTTY Tunnel")] [assemb...
mit
C#
fa1d98dd575e1b63a72c69f907ff683fbc01a710
Add flaky category to missed Batch test
ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azure-powershell,AzureAutomationTeam/azure-powershell,AzureAutomationTeam/azure-powershell,ClogenyTechnologies/azur...
src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/JobScheduleTests.cs
src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests/JobScheduleTests.cs
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apa...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apa...
apache-2.0
C#
ca9e2e44a76f1d8596e48151b314a9ee036b916c
Add license header
alfantp/azure-powershell,CamSoper/azure-powershell,AzureRT/azure-powershell,yoavrubin/azure-powershell,krkhan/azure-powershell,AzureAutomationTeam/azure-powershell,pankajsn/azure-powershell,hovsepm/azure-powershell,ankurchoubeymsft/azure-powershell,AzureRT/azure-powershell,krkhan/azure-powershell,alfantp/azure-powershe...
src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/OSType.cs
src/ResourceManager/Compute/Commands.Compute/Extension/AzureDiskEncryption/OSType.cs
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apa...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Microsoft.Azure.Commands.Compute.Extension.AzureDiskEncryption { enum OSType { Windows, Linux, Unknown } }
apache-2.0
C#
a2c7ee20055cf9db0ce13d3b8458ea2a17b8c4a5
Add separator before action item in tool bar
ulrichb/Roflcopter,ulrichb/Roflcopter
Src/Roflcopter.Plugin/TodoItems/TodoItemsCountDummyAction.cs
Src/Roflcopter.Plugin/TodoItems/TodoItemsCountDummyAction.cs
using System.Linq; using JetBrains.ActionManagement; using JetBrains.Annotations; using JetBrains.Application.DataContext; using JetBrains.ReSharper.Features.Inspections.Actions; using JetBrains.UI.ActionsRevised; namespace Roflcopter.Plugin.TodoItems { [ActionGroup(nameof(TodoItemsCountDummyActionGroup), ActionGr...
using System.Linq; using JetBrains.ActionManagement; using JetBrains.Annotations; using JetBrains.Application.DataContext; using JetBrains.ReSharper.Features.Inspections.Actions; using JetBrains.UI.ActionsRevised; namespace Roflcopter.Plugin.TodoItems { [Action(nameof(TodoItemsCountDummyAction), Id = 944208914)] ...
mit
C#
4bea5a56df99bd7b18e3ebe34bf0627c30a07d6f
Update AssemblyInfo.cs
Sturnus/DynamicContentControl
Sturnus.Wpf.DynamicContentControl/Properties/AssemblyInfo.cs
Sturnus.Wpf.DynamicContentControl/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Markup; // 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("Sturnus.Wpf....
using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Markup; // 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("Sturnus.Wpf....
apache-2.0
C#
d94615cb2048d3511974873821b8122d90ea741e
use Restart instead of Start method
pixel-stuff/ld_dare_32
Unity/ludum-dare-32-PixelStuff/Assets/Scripts/GameManager.cs
Unity/ludum-dare-32-PixelStuff/Assets/Scripts/GameManager.cs
using UnityEngine; using System.Collections; public enum GameState { Intro, // Game launched Start, Over } public class GameManager : MonoBehaviour { public BrothersManager brothersManager; private GameState _state; private GameState state { get { return _state; } set { if (value == _state) ...
using UnityEngine; using System.Collections; public enum GameState { Intro, // Game launched Start, Over } public class GameManager : MonoBehaviour { public BrothersManager brothersManager; private GameState _state; private GameState state { get { return _state; } set { if (value == _state) ...
mit
C#
8cebdb0015a62d01680dd7fb2bc089d476aa9e24
修改IContainerItemCollection,继承IBaseCacheStrategy<string, IBaseContainerBag>
jiehanlin/WeiXinMPSDK,lishewen/WeiXinMPSDK,JeffreySu/WxOpen,lishewen/WeiXinMPSDK,mc7246/WeiXinMPSDK,wanddy/WeiXinMPSDK,down4u/WeiXinMPSDK,wanddy/WeiXinMPSDK,JeffreySu/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,wanddy/WeiXinMPSDK,down4u/WeiXinMPSDK,JeffreySu/WxOpen,mc7246/WeiXinMPSDK,lishewen/WeiXinMPSDK,jiehanlin/WeiXinMPSDK,do...
Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStragegy/ContainerItemCollection.cs
Senparc.Weixin/Senparc.Weixin/Cache/ContainerCacheStragegy/ContainerItemCollection.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Senparc.Weixin.Containers; namespace Senparc.Weixin.Cache { /// <summary> /// IContainerItemCollection,对某个Container下的缓存值ContainerBag进行封装 /// </summary> public interface IContainerI...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Senparc.Weixin.Containers; namespace Senparc.Weixin.Cache { /// <summary> /// IContainerItemCollection,对某个Container下的缓存值ContainerBag进行封装 /// </summary> public interface IContainerI...
apache-2.0
C#
8d267176d1a69d4005358f0cd7bf70663e8e62da
update fixed user agent default constructor test check if null
wangkanai/Detection
src/Detection/test/UserAgentTests.cs
src/Detection/test/UserAgentTests.cs
// Copyright (c) 2019 Sarin Na Wangkanai, All Rights Reserved. // The Apache v2. See License.txt in the project root for license information. using Xunit; namespace Wangkanai.Detection.Test { public class UserAgentTests { [Fact] public void Ctor_Default_Success() { var user...
// Copyright (c) 2019 Sarin Na Wangkanai, All Rights Reserved. // The Apache v2. See License.txt in the project root for license information. using Xunit; namespace Wangkanai.Detection.Test { public class UserAgentTests { [Fact] public void Ctor_Default_Success() { var use...
apache-2.0
C#
33be43d8c9ae76e6e5d9c8df7748a3fc2156c12f
Update ShapeSubtype.cs
eiriktsarpalis/TypeShape,eiriktsarpalis/TypeShape
src/TypeShape.CSharp/ShapeSubtype.cs
src/TypeShape.CSharp/ShapeSubtype.cs
using System; // Binding type arguments in subtype constraint currently not possible in F#, // defining those shape types in C#. namespace TypeShape { public interface ISubtypeVisitor<TBase, TResult> { TResult Visit<TSubtype>() where TSubtype : TBase; } public interface IShapeSubtype<TBase> ...
using System; // Binding type arguments in subtype constraint currently not possible in C#, // defining those shape types in C#. namespace TypeShape { public interface ISubtypeVisitor<TBase, TResult> { TResult Visit<TSubtype>() where TSubtype : TBase; } public interface IShapeSubtype<TBase> ...
mit
C#
0cca12c17d68d9f0e9f0585c0b27aa6007e86fb5
update camera script to draw the building mesh
AlexanderMazaletskiy/ProceduralBuildings,tkaretsos/ProceduralBuildings
Scripts/CameraControl.cs
Scripts/CameraControl.cs
using UnityEngine; using System.Collections.Generic; public class CameraControl : MonoBehaviour { private enum CameraMode { Horizontal, Free } [SerializeField] private CameraMode _cameraMode = CameraMode.Horizontal; [SerializeField] private float _movementSpeed = 10.0f; [SerializeField] private fl...
using UnityEngine; using System.Collections.Generic; public class CameraControl : MonoBehaviour { private enum CameraMode { Horizontal, Free } [SerializeField] private CameraMode _cameraMode = CameraMode.Horizontal; [SerializeField] private float _movementSpeed = 10.0f; [SerializeField] private fl...
mit
C#
f08d9b56dd453425b34397f27a6d3cb789ff3ad9
Add Notes.UpdateTest.RemovingTag
orodriguez/FTF,orodriguez/FTF,orodriguez/FTF
FTF.Tests.XUnit/Notes/UpdateTest.cs
FTF.Tests.XUnit/Notes/UpdateTest.cs
using System; using System.Linq; using FTF.Api.Exceptions; using Xunit; namespace FTF.Tests.XUnit.Notes { public class UpdateTest : UserAuthenticatedTest { [Fact] public void SimpleTextUpdate() { CurrentTime = new DateTime(2016, 2, 20); var noteId = App.Notes.C...
using System; using System.Linq; using FTF.Api.Exceptions; using Xunit; namespace FTF.Tests.XUnit.Notes { public class UpdateTest : UserAuthenticatedTest { [Fact] public void SimpleTextUpdate() { CurrentTime = new DateTime(2016, 2, 20); var noteId = App.Notes.C...
mit
C#
e2f5f48092721f7603f1fac0c7eefd2104f09271
Add the request action
flagbug/Espera.Network
Espera.Network/RequestInfo.cs
Espera.Network/RequestInfo.cs
using Newtonsoft.Json.Linq; using System; namespace Espera.Network { public class RequestInfo { public JObject Parameters { get; set; } public string RequestAction { get; set; } public Guid RequestId { get; set; } } }
using Newtonsoft.Json.Linq; using System; namespace Espera.Network { public class RequestInfo { public JObject Parameters { get; set; } public Guid RequestId { get; set; } } }
mit
C#
0980f18c5d7b8a5b8886072d0d90bab1d98f0fe6
Remove deprecated Select Folder signature from file dialogs.
mmoening/agg-sharp,larsbrubaker/agg-sharp,mmoening/agg-sharp,jlewin/agg-sharp,MatterHackers/agg-sharp,mmoening/agg-sharp
Gui/FileDialogs/FileDialog.cs
Gui/FileDialogs/FileDialog.cs
using System; using System.IO; namespace MatterHackers.Agg.UI { public abstract class FileDialogCreator { public delegate void OpenFileDialogDelegate( OpenFileDialogParams openParams ); public delegate void SelectFolderDialogDelegate( SelectFolderDialogParams folderParams ); public delegate void SaveFil...
using System; using System.IO; namespace MatterHackers.Agg.UI { public abstract class FileDialogCreator { public delegate void OpenFileDialogDelegate( OpenFileDialogParams openParams ); public delegate void SelectFolderDialogDelegate( SelectFolderDialogParams folderParams ); public delegate void SaveFil...
bsd-2-clause
C#
b0295b511bf149528993c3edd442a0fded407556
enable cookie sessions
0xFireball/KQAnalytics3,0xFireball/KQAnalytics3,0xFireball/KQAnalytics3
KQAnalytics3/src/KQAnalytics3/Bootstrapper.cs
KQAnalytics3/src/KQAnalytics3/Bootstrapper.cs
using Nancy; using Nancy.Bootstrapper; using Nancy.Conventions; using Nancy.Cryptography; using Nancy.Session; using Nancy.TinyIoc; namespace KQAnalytics3 { public class Bootstrapper : DefaultNancyBootstrapper { protected override void ConfigureConventions(NancyConventions nancyConventions) { ...
using Nancy; using Nancy.Bootstrapper; using Nancy.Conventions; using Nancy.TinyIoc; namespace KQAnalytics3 { public class Bootstrapper : DefaultNancyBootstrapper { protected override void ConfigureConventions(NancyConventions nancyConventions) { base.ConfigureConventions(nancyConv...
agpl-3.0
C#
96745ffb071e3acb43207689a8ef439c366e2153
Create new style dictionary
BillWagner/TourOfCSharp6
TourOfCSharp6/Program.cs
TourOfCSharp6/Program.cs
using System; using System.Collections.Generic; using System.Linq.Enumerable; namespace TourOfCSharp6 { class Program { static void Main(string[] args) { var webErrors = new Dictionary<int, string> { [404] = "Page not Found", [302] = "Pag...
using System; using System.Collections.Generic; using System.Linq.Enumerable; namespace TourOfCSharp6 { class Program { static void Main(string[] args) { var webErrors = new Dictionary<int, string>(); webErrors.Add(404, "Page not Found"); webErrors[302] = "P...
mit
C#
b31092deaa165cfb3998b0915cc822ede5be47b6
Add documentation for ClientOptions Model #39
ithielnor/harvest.net
Harvest.Net/Models/ClientOptions.cs
Harvest.Net/Models/ClientOptions.cs
using RestSharp.Serializers; namespace Harvest.Net.Models { /// <summary> /// Model which is used for general operations in the client context. /// </summary> [SerializeAs(Name = "client")] public class ClientOptions { /// <summary> /// New client name. /// </summary> ...
using RestSharp.Serializers; namespace Harvest.Net.Models { [SerializeAs(Name = "client")] public class ClientOptions { public string Name { get; set; } public long? HighriseId { get; set; } public Currency? Currency { get; set; } public string Details { get; set; } ...
mit
C#
6540d21cbb344214b84045a0ef8249f4faee44ab
bump version to 15300
HearthSim/HearthDb
HearthDb/Properties/AssemblyInfo.cs
HearthDb/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; 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("Hea...
using System.Reflection; using System.Runtime.CompilerServices; 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("Hea...
mit
C#
4bb853b2fbb8c54bc98c0bc2fdcf36c1a15b9808
reduce iteration/run count
stevedesmond-ca/BenchmarkMockNet
Program.cs
Program.cs
using System.Linq; using BenchmarkDotNet.Running; using BenchmarkMockNet.Benchmarks; namespace BenchmarkMockNet { public static class Program { public const int InvocationCount = 100_000; public const int TargetCount = 3; public static void Main(string[] args) { ne...
using System.Linq; using BenchmarkDotNet.Running; using BenchmarkMockNet.Benchmarks; namespace BenchmarkMockNet { public static class Program { public const int InvocationCount = 1_000_000; public const int TargetCount = 5; public static void Main(string[] args) { ...
mit
C#
5103fce734043cc282b780f254053267c1d03ba6
Update Version.cs
dupdob/NFluent,NFluent/NFluent,tpierrain/NFluent,tpierrain/NFluent,dupdob/NFluent,tpierrain/NFluent,dupdob/NFluent,NFluent/NFluent
Version.cs
Version.cs
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Version.cs" company=""> // Copyright 2013 Thomas PIERRAIN // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in complianc...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Version.cs" company=""> // Copyright 2013 Thomas PIERRAIN // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in complianc...
apache-2.0
C#
8eac16ed9e3f4e166781d2883c36db2bb4ff16ff
Update Renaming: Add a semicolon
imba-tjd/CSharp-Code-Repository
单个文件的程序/Renaming.cs
单个文件的程序/Renaming.cs
// https://zhidao.baidu.com/question/2122516412305974027 using System; using System.IO; public class Renaming { static void Main(string[] args) { if (args.Length == 0) { Console.WriteLine("本程序可以将指定文件夹下的所有jpg重命名为“文件夹名+序号.jpg”。"); Console.WriteLine("允许一次输入多个文件夹,以空格分隔。路径最好用...
// https://zhidao.baidu.com/question/2122516412305974027 using System; using System.IO; public class Renaming { static void Main(string[] args) { if (args.Length == 0) { Console.WriteLine("本程序可以将指定文件夹下的所有jpg重命名为“文件夹名+序号.jpg”。"); Console.WriteLine("允许一次输入多个文件夹,以空格分隔。路径最好用...
mit
C#
9a3ea15d4b3af5994084fde9002cd969a2a76d78
Comment out per-error logging, now only needed for logging
VictoriaD/Opserver,wuanunet/Opserver,dteg/Opserver,mqbk/Opserver,baflynn/Opserver,agrath/Opserver,opserver/Opserver,vebin/Opserver,GABeech/Opserver,jeddytier4/Opserver,a9261/Opserver,opserver/Opserver,huoxudong125/Opserver,volkd/Opserver,18098924759/Opserver,rducom/Opserver,manesiotise/Opserver,manesiotise/Opserver,GAB...
Opserver.Core/OpserverCore.cs
Opserver.Core/OpserverCore.cs
using StackExchange.Elastic; namespace StackExchange.Opserver { public class OpserverCore { // Initializes various bits in OpserverCore like exception logging and such so that projects using the core need not load up all references to do so. public static void Init() { try ...
using StackExchange.Elastic; namespace StackExchange.Opserver { public class OpserverCore { // Initializes various bits in OpserverCore like exception logging and such so that projects using the core need not load up all references to do so. public static void Init() { try ...
mit
C#
78905a26cba31bfa41784901817d7409688a6a8b
Add Progress.CreateOnlyValueChanged
TORISOUP/UniRx,neuecc/UniRx
Assets/Plugins/UniRx/Scripts/Async/Progress.cs
Assets/Plugins/UniRx/Scripts/Async/Progress.cs
#if NET_4_6 || NET_STANDARD_2_0 || CSHARP_7_OR_LATER #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; using System.Collections.Generic; namespace UniRx.Async { /// <summary> /// Lightweight IProgress[T] factory. /// </summary> public static class...
#if NET_4_6 || NET_STANDARD_2_0 || CSHARP_7_OR_LATER #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using System; namespace UniRx.Async { /// <summary> /// Lightweight IProgress[T] factory. /// </summary> public static class Progress { public sta...
mit
C#
a95f1382e55edf701b06221fac811f9dad6afba2
Fix Off-by-one error in AdapterListCollection.
alesliehughes/monoDX,alesliehughes/monoDX
Microsoft.DirectX.Direct3D/Microsoft.DirectX.Direct3D/AdapterListCollection.cs
Microsoft.DirectX.Direct3D/Microsoft.DirectX.Direct3D/AdapterListCollection.cs
/* * The MIT License (MIT) * * Copyright (c) 2013 Alistair Leslie-Hughes * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights ...
/* * The MIT License (MIT) * * Copyright (c) 2013 Alistair Leslie-Hughes * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights ...
mit
C#
df614d75a385ee0b29713db6b7303f4980572a1c
Bump version
mhutch/MonoDevelop.AddinMaker,mhutch/MonoDevelop.AddinMaker
Properties/AddinInfo.cs
Properties/AddinInfo.cs
using System; using Mono.Addins; using Mono.Addins.Description; [assembly:Addin ( "AddinMaker", Namespace = "MonoDevelop", Version = "1.3.0", Url = "http://github.com/mhutch/MonoDevelop.AddinMaker" )] [assembly:AddinName ("Addin Maker")] [assembly:AddinCategory ("Addin Development")] [assembly:AddinDescription (...
using System; using Mono.Addins; using Mono.Addins.Description; [assembly:Addin ( "AddinMaker", Namespace = "MonoDevelop", Version = "1.2.1", Url = "http://github.com/mhutch/MonoDevelop.AddinMaker" )] [assembly:AddinName ("Addin Maker")] [assembly:AddinCategory ("Addin Development")] [assembly:AddinDescription (...
mit
C#
c8aca4092788e0ff9d52199ce49c43b8f3c69362
Update CompositionRootSetup.cs
tiksn/TIKSN-Exchange
TIKSN.Exchange/CompositionRootSetup.cs
TIKSN.Exchange/CompositionRootSetup.cs
using Autofac; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Localization; using TIKSN.Data; using TIKSN.Data.LiteDB; using TIKSN.DependencyInjection; using TIKSN.Finance.ForeignExchange; using TIKSN.Finance.ForeignExchange.Data; using TIKSN.Financ...
using Autofac; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Localization; using TIKSN.Data; using TIKSN.Data.LiteDB; using TIKSN.DependencyInjection; using TIKSN.Exchange.Commands; using TIKSN.Finance.ForeignExchange; using TIKSN.Finance.ForeignEx...
mit
C#
3312617532ff01be4ad5de2e59e280e17d704a03
Change Columns static method to return IReadOnlyList.
bordoley/SQLitePCL.pretty,matrostik/SQLitePCL.pretty
SQLitePCL.pretty/ResultSet.cs
SQLitePCL.pretty/ResultSet.cs
/* Copyright 2014 David Bordoley Copyright 2014 Zumero, 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 a...
/* Copyright 2014 David Bordoley Copyright 2014 Zumero, 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 a...
apache-2.0
C#
35026ad6428f35b100575cdd0653d4694bdca3e5
Add missing `EditorClock` caching
ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu
osu.Game/Tests/Visual/SelectionBlueprintTestScene.cs
osu.Game/Tests/Visual/SelectionBlueprintTestScene.cs
// 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 JetBrains.Annotations; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Timing; using osu....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using JetBrains.Annotations; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Timing; using osu.Game.Rulesets.Edit; using osu.Ga...
mit
C#
cb3537d2d365c5b007ab346691e0bf49fb9d72ea
fix acc tests assumption (#162)
NServiceBusSqlPersistence/NServiceBus.SqlPersistence
src/AcceptanceTestsHolder/App_Packages/NSB.AcceptanceTests/EndpointTemplates/EndpointCustomizationConfigurationExtensions.cs
src/AcceptanceTestsHolder/App_Packages/NSB.AcceptanceTests/EndpointTemplates/EndpointCustomizationConfigurationExtensions.cs
namespace NServiceBus.AcceptanceTests.EndpointTemplates { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using AcceptanceTesting.Support; using Hosting.Helpers; public static class EndpointCustomizationConfigurationExtensions { publi...
namespace NServiceBus.AcceptanceTests.EndpointTemplates { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using AcceptanceTesting.Support; using Hosting.Helpers; public static class EndpointCustomizationConfigurationExtensions { publi...
mit
C#
262920e5f2e1ff3ed8721f373ec131988531adf7
extend client
igeligel/csharp-steamgaug-es-api
SteamGaugesApi.Core/Client.cs
SteamGaugesApi.Core/Client.cs
using System.Net.Http; using Newtonsoft.Json; using SteamGaugesApi.Core.Models; namespace SteamGaugesApi.Core { public class Client { private readonly HttpClient _httpClient; public Client() { _httpClient = new HttpClient(); } public Client(HttpClient http...
using System.Net.Http; using Newtonsoft.Json; using SteamGaugesApi.Core.Models; namespace SteamGaugesApi.Core { public class Client { public SteamGaugesResponse Get() { var httpClient = new HttpClient(); var responseContent = httpClient.GetAsync("https://steamgaug.es/ap...
mit
C#
4d1454c08a23cdc255105c5d9ec839277ab13920
make the compiler happy?
versionone/OAuth2Client.Net,versionone/OAuth2Client.Net
ExampleMemberListCSharp/Program.cs
ExampleMemberListCSharp/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using OAuth2Client; namespace ExampleMemberListCSharp { class Defaults { public static string Scope = "apiv1"; public static string EndpointUrl = "http://...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using OAuth2Client; namespace ExampleMemberListCSharp { class Defaults { public static string Scope = "apiv1"; public static string EndpointUrl = "http://...
bsd-3-clause
C#
ea4dbc8c0f3ef669d86439a9b1a368c213d39a26
Fix mania hold note head disappears
peppy/osu,ppy/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu
osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNoteHead.cs
osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNoteHead.cs
// 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. #nullable disable using osu.Framework.Graphics; using osu.Framework.Input.Events; using osu.Game.Rulesets.Objects.Drawables; namespace osu.Game.Rulesets.Mania.Objects.D...
// 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. #nullable disable using osu.Framework.Graphics; using osu.Framework.Input.Events; using osu.Game.Rulesets.Objects.Drawables; namespace osu.Game.Rulesets.Mania.Objects.D...
mit
C#