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
cc1d862b644632cde36416d8ce3d87b4eed1d90c
Integrate Unified Label into CCMenuItemFont.
haithemaraissia/CocosSharp,mono/CocosSharp,TukekeSoft/CocosSharp,zmaruo/CocosSharp,mono/CocosSharp,zmaruo/CocosSharp,MSylvia/CocosSharp,MSylvia/CocosSharp,haithemaraissia/CocosSharp,TukekeSoft/CocosSharp
src/menu_nodes/CCMenuItemFont.cs
src/menu_nodes/CCMenuItemFont.cs
using System; namespace CocosSharp { public class CCMenuItemFont : CCMenuItemLabel { #region Properties public static uint FontSize { get; set; } public static string FontName { get; set; } #endregion Properties #region Constructors public CCMenuItemFont (s...
using System; namespace CocosSharp { public class CCMenuItemFont : CCMenuItemLabelTTF { #region Properties public static uint FontSize { get; set; } public static string FontName { get; set; } #endregion Properties #region Constructors public CCMenuItemFont...
mit
C#
4fee8c8edd6727371e0c4dc3ced3608659ca5392
update version
IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates,IdentityServer/IdentityServer4.Templates
build.cake
build.cake
var target = Argument("target", "Default"); var configuration = Argument<string>("configuration", "Release"); /////////////////////////////////////////////////////////////////////////////// // GLOBAL VARIABLES /////////////////////////////////////////////////////////////////////////////// var buildArtifacts...
var target = Argument("target", "Default"); var configuration = Argument<string>("configuration", "Release"); /////////////////////////////////////////////////////////////////////////////// // GLOBAL VARIABLES /////////////////////////////////////////////////////////////////////////////// var buildArtifacts...
apache-2.0
C#
4b1fd7586dc046c84dfeccf06d67ec1f59237c06
Change output path of .nupkg
Redth/Cake.Android.Adb
build.cake
build.cake
#tool nuget:?package=NUnit.ConsoleRunner&version=3.6.0 var sln = "./Cake.Android.Adb.sln"; var nuspec = "./Cake.Android.Adb.nuspec"; var target = Argument ("target", "all"); var configuration = Argument ("configuration", "Release"); var NUGET_VERSION = Argument("nugetversion", "0.9999"); var SDK_URL_BASE = "https:/...
#tool nuget:?package=NUnit.ConsoleRunner&version=3.6.0 var sln = "./Cake.Android.Adb.sln"; var nuspec = "./Cake.Android.Adb.nuspec"; var target = Argument ("target", "all"); var configuration = Argument ("configuration", "Release"); var NUGET_VERSION = Argument("nugetversion", "0.9999"); var SDK_URL_BASE = "https:/...
mit
C#
99df37f32dca7102579e6b7acecaa451ba8854cf
Add input generic type to `IModelDownloader`
ppy/osu,ppy/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,peppy/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu
osu.Game/Database/IModelDownloader.cs
osu.Game/Database/IModelDownloader.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.Game.Online.API; using osu.Framework.Bindables; namespace osu.Game.Database { /// <summary> /// Represents a <see cref="IModelManager{TM...
// 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.Game.Online.API; using osu.Framework.Bindables; namespace osu.Game.Database { /// <summary> /// Represents a <see cref="IModelManager{TM...
mit
C#
25e3f72659736c8a4e05f88900ef487842619b1f
use req num if it already exits
ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab,ucdavis/Anlab
Anlab.Mvc/Views/Lab/AddRequestNumber.cshtml
Anlab.Mvc/Views/Lab/AddRequestNumber.cshtml
@using Humanizer @model AnlabMvc.Models.Order.OrderReviewModel @{ ViewData["Title"] = "Confirmation"; } <form asp-controller="Lab" asp-action="AddRequestNumber" asp-route-id="@Model.Order.Id" method="post"> @Html.Hidden("confirm", true) <div class="form-group"> <span>Request Number:</span> ...
@using Humanizer @model AnlabMvc.Models.Order.OrderReviewModel @{ ViewData["Title"] = "Confirmation"; } <form asp-controller="Lab" asp-action="AddRequestNumber" asp-route-id="@Model.Order.Id" method="post"> @Html.Hidden("confirm", true) <div class="form-group"> <span>Request Number:</span> ...
mit
C#
a63edeb65b732baa2783bdedb061e4073f8492fb
Move Shipeditor tests to the Voxelgon.Shipeditor.Tests namespace
Voxelgon/Voxelgon,Voxelgon/Voxelgon
Assets/Editor/Tests/ShipEditor/WallTests.cs
Assets/Editor/Tests/ShipEditor/WallTests.cs
using System.Collections.Generic; using NUnit.Framework; using UnityEngine; using Voxelgon.ShipEditor; namespace Voxelgon.ShipEditor.Tests { public class WallTests { [Test] public void WallCannotHaveDuplicateVertices() { //Arrange var editor = new ShipEditor(); ...
using System.Collections.Generic; using NUnit.Framework; using UnityEngine; using Voxelgon.ShipEditor; namespace Voxelgon.Tests { public class WallTests { [Test] public void WallCannotHaveDuplicateVertices() { //Arrange var editor = new ShipEditor.ShipEditor(); ...
apache-2.0
C#
f03920e6e1fe01c6411f8aab77a939470b4b65ba
Fix build on .NET 1.1
ManufacturingIntelligence/nhibernate-core,gliljas/nhibernate-core,ManufacturingIntelligence/nhibernate-core,livioc/nhibernate-core,hazzik/nhibernate-core,nkreipke/nhibernate-core,hazzik/nhibernate-core,nkreipke/nhibernate-core,livioc/nhibernate-core,ManufacturingIntelligence/nhibernate-core,gliljas/nhibernate-core,hazz...
src/NHibernate.Test/FilterTest/Category.cs
src/NHibernate.Test/FilterTest/Category.cs
using System; using Iesi.Collections; namespace NHibernate.Test.FilterTest { public class Category { private long id; private String name; private DateTime effectiveStartDate; private DateTime effectiveEndDate; private ISet products; public Category() { } public Category(String n...
using System; using Iesi.Collections; namespace NHibernate.Test.FilterTest { public class Category { private long id; private String name; private DateTime effectiveStartDate; private DateTime effectiveEndDate; private ISet products; public Category() { } public Category(String n...
lgpl-2.1
C#
28ab9c614260905205bc2e687893d577bdeea36f
Add LogLevel option to restclient config
Aux/NTwitch,Aux/NTwitch
src/NTwitch.Rest/TwitchRestClientConfig.cs
src/NTwitch.Rest/TwitchRestClientConfig.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace NTwitch.Rest { public class TwitchRestClientConfig { public string BaseUrl { get; set; } = "https://api.twitch.tv/kraken/"; public LogLevel LogLevel { get; set; } = LogLevel.Errors; }...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace NTwitch.Rest { public class TwitchRestClientConfig { public string BaseUrl { get; set; } = "https://api.twitch.tv/kraken/"; } }
mit
C#
f237324cf84ec5d7f1d9e97fa0156a340129ef50
Mark RBPackageExporter packages properly GitHub release
redbluegames/unity-mulligan-renamer,redbluegames/unity-bulk-rename
Assets/Editor/RBPackageExporter.cs
Assets/Editor/RBPackageExporter.cs
/* MIT License Copyright (c) 2016 Edward Rowe, RedBlueGames Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
/* MIT License Copyright (c) 2016 Edward Rowe, RedBlueGames Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, mer...
mit
C#
6a8757be12a876cbaf4e7ceb9b6529ac1c490590
Update DrawGLLine.cs
UnityCommunity/UnityLibrary
Scripts/Helpers/DrawGLLine.cs
Scripts/Helpers/DrawGLLine.cs
using UnityEngine; // Draws lines with GL : https://docs.unity3d.com/ScriptReference/GL.html // Usage: Attach this script to gameobject in scene public class DrawGLLine : MonoBehaviour { public Color lineColor = Color.red; Material lineMaterial; void Awake() { // must be called before trying...
using UnityEngine; // Draws lines with GL : https://docs.unity3d.com/ScriptReference/GL.html // Usage: Attach this script to gameobject in scene public class DrawGLLine : MonoBehaviour { public Color lineColor = Color.red; Material lineMaterial; void CreateLineMaterial() { if (!lineMaterial)...
mit
C#
ee4a1e817ddff7b000b842e8726f7102948df326
rename test to invalid
goshippo/shippo-csharp-client
ShippoTesting/ManifestTest.cs
ShippoTesting/ManifestTest.cs
using NUnit.Framework; using System; using System.Collections; using Shippo; namespace ShippoTesting { [TestFixture ()] public class ManifestTest : ShippoTest { [Test ()] public void TestInvalidCreate () { Assert.That (() => ManifestTest.getDefaultObject (),Throws.TypeOf<ShippoExce...
using NUnit.Framework; using System; using System.Collections; using Shippo; namespace ShippoTesting { [TestFixture ()] public class ManifestTest : ShippoTest { [Test ()] public void TestValidCreate () { Assert.That (() => ManifestTest.getDefaultObject (),Throws.TypeOf<ShippoExcept...
apache-2.0
C#
53a706d8f58a684317715e65c2f58ad0cbff0455
Make Bindings read only
rhynodegreat/CSharpGameLibrary,vazgriz/CSharpGameLibrary,vazgriz/CSharpGameLibrary,rhynodegreat/CSharpGameLibrary
CSGL.Vulkan/DescriptorSetLayout.cs
CSGL.Vulkan/DescriptorSetLayout.cs
using System; using System.Collections.Generic; namespace CSGL.Vulkan { public class DescriptorSetLayoutCreateInfo { public List<VkDescriptorSetLayoutBinding> bindings; } public class DescriptorSetLayout : IDisposable, INative<VkDescriptorSetLayout> { VkDescriptorSetLayout descriptorSetLa...
using System; using System.Collections.Generic; namespace CSGL.Vulkan { public class DescriptorSetLayoutCreateInfo { public List<VkDescriptorSetLayoutBinding> bindings; } public class DescriptorSetLayout : IDisposable, INative<VkDescriptorSetLayout> { VkDescriptorSetLayout descriptorSetLa...
mit
C#
8b2b39afa96065739da680f48de13697cf4eb333
Update code doc
JudoPay/DotNetSDK
JudoPayDotNet/Clients/IPayments.cs
JudoPayDotNet/Clients/IPayments.cs
using System.Threading.Tasks; using JudoPayDotNet.Errors; using JudoPayDotNet.Models; namespace JudoPayDotNet.Clients { /// <summary> /// Provides immediate payment processing using either full card details, or a previously used card token /// </summary> /// <remarks>The amount specified by a payment ...
using System.Threading.Tasks; using JudoPayDotNet.Errors; using JudoPayDotNet.Models; namespace JudoPayDotNet.Clients { /// <summary> /// Provides immediate payment processing using either full card details, or a previously used card token /// </summary> /// <remarks>The amount specified by a payment ...
mit
C#
f023563a1f6dbdb8b02ca30815ec53bfc89d86fa
implement loading and saving events
Pondidum/Ledger,Pondidum/Ledger
Ledger.Stores.Fs/FileEventStore.cs
Ledger.Stores.Fs/FileEventStore.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using Ledger.Infrastructure; using Newtonsoft.Json; namespace Ledger.Stores.Fs { public class FileEventStore : IEventStore { private readonly string _directory; public FileEventStore(string directory) { _directory = direct...
using System; using System.Collections.Generic; using System.IO; using Ledger.Infrastructure; using Newtonsoft.Json; namespace Ledger.Stores.Fs { public class FileEventStore : IEventStore { private readonly string _directory; public FileEventStore(string directory) { _directory = directory; } private...
lgpl-2.1
C#
71e7032269b4143106630ef8d6ad1f548fe2a2e1
Hide unwanted buttons in the pdfjs version of the PDF viewer
BloomBooks/BloomDesktop,andrew-polk/BloomDesktop,StephenMcConnel/BloomDesktop,JohnThomson/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,StephenMcConnel/BloomDesktop,JohnThomson/BloomDesktop,BloomBooks/BloomDesktop,gmartin7/myBloomFork,JohnThomson/BloomDesktop,andrew-polk/BloomDesktop,BloomBooks/BloomDesktop...
src/BloomExe/Publish/PdfViewer.cs
src/BloomExe/Publish/PdfViewer.cs
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Drawing; using System.Linq; using System.Windows.Forms; using Bloom.Properties; using Gecko; using Palaso.IO; namespace Bloom.Publish { /// <summary> /// Wrapper...
// Copyright (c) 2014 SIL International // This software is licensed under the MIT License (http://opensource.org/licenses/MIT) using System; using System.Drawing; using System.Windows.Forms; using Bloom.Properties; using Gecko; using Palaso.IO; namespace Bloom.Publish { /// <summary> /// Wrapper class that wraps e...
mit
C#
afa42e4ddce4f5e6cbdae055ea60ecbe52b9a49a
make EndSession public #2469
MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4,MienDev/IdentityServer4,IdentityServer/IdentityServer4,IdentityServer/IdentityServer4,MienDev/IdentityServer4
src/Models/Messages/EndSession.cs
src/Models/Messages/EndSession.cs
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; namespace IdentityServer4.Models { /// <summary> /// Models the data necessary for end session to tr...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; namespace IdentityServer4.Models { /// <summary> /// Models the data necessary for end session to t...
apache-2.0
C#
00e974794076c241779694f6ec988a8ccf204044
Test scene visual improvements
UselessToucan/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game.Tests/Visual/Online/TestSceneProfileLineChart.cs
osu.Game.Tests/Visual/Online/TestSceneProfileLineChart.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.Game.Overlays.Profile.Sections.Historical; using osu.Framework.Graphics; using static osu.Game.Users.User; using System; using osu.Game.Overlays; using osu.Fra...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Overlays.Profile.Sections.Historical; using osu.Framework.Graphics; using static osu.Game.Users.User; using System; using osu.Game.Overlays; using osu.Fra...
mit
C#
155ca3a24a6afe32e5909ed159d7d084f0fd5946
Add UserAgent to request
Pathio/excel-requests
Requests/Providers/HttpProvider.cs
Requests/Providers/HttpProvider.cs
using System; using System.Collections.Generic; using System.Linq; using System.Net; using Newtonsoft.Json.Linq; using System.Text; using System.Threading.Tasks; namespace Requests.Providers { public class HttpProvider { public JToken Get(string url, Dictionary<string, string> headers) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using Newtonsoft.Json.Linq; using System.Text; using System.Threading.Tasks; namespace Requests.Providers { public class HttpProvider { public JToken Get(string url, Dictionary<string, string> headers) { ...
apache-2.0
C#
6e4efdd1b11dde4ad43bcee7c1745a7374bf482e
Add test coverage for per-ruleset setup screens
smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,ppy/osu,ppy/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,peppy/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game.Tests/Visual/Editing/TestSceneSetupScreen.cs
osu.Game.Tests/Visual/Editing/TestSceneSetupScreen.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 NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets; using osu.Game.Rulesets.Catch; using osu.Game.Rul...
// 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 NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Graphics.Containers; using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Osu.Beatmaps; using ...
mit
C#
85d4c0d54e7070066ba234753782fc2cfad246b3
Update SettingsEngine.cs
dimmpixeye/Unity3dTools
Runtime/Settings/SettingsEngine.cs
Runtime/Settings/SettingsEngine.cs
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; namespace Pixeye.Framework { [Serializable] public class SettingsEngine { public int SizeEntities = 1024; public int SizeComponents = 256; public int SizeGenerations = 4; public int SizeProcessors = 256; public string DataNamesp...
// Project : ACTORS // Contacts : Pixeye - ask@pixeye.games using System; namespace Pixeye.Framework { [Serializable] public class SettingsEngine { public int SizeEntities = 1024; public int SizeComponents = 256; public int SizeGenerations = 4; public int SizeProcessors = 256; public string DataNamesp...
mit
C#
9127dcea24fb4d9ae9e69020345bded9bd243b22
update sample
dreign/ComBoost,dreign/ComBoost
Samples/Company.Entity/Employee.cs
Samples/Company.Entity/Employee.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Data.Entity; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Company.Entity { [DisplayName("员工")] [DisplayColumn("Name")] [Parent(typeof(Empl...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Data.Entity; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Company.Entity { [DisplayName("员工")] [DisplayColumn("Name")] [Parent(typeof(Empl...
mit
C#
4f71c3400ae689bf42f5cfd7f246f75063e998b0
Fix broken links in Room.Index view
johanhelsing/vaskelista,johanhelsing/vaskelista
Vaskelista/Views/Room/Index.cshtml
Vaskelista/Views/Room/Index.cshtml
@model IEnumerable<Vaskelista.Models.Room> @{ ViewBag.Title = "Index"; } <h2>Romoversikt</h2> <p> <a href="@Url.Action("Index", "Task")" class="btn btn-default"><i class="fa fa-list"></i> Planlagte oppgaver</a> <a href="@Url.Action("Create")" class="btn btn-default"><i class="fa fa-plus"></i> Nytt rom</...
@model IEnumerable<Vaskelista.Models.Room> @{ ViewBag.Title = "Index"; } <h2>Romoversikt</h2> <p> <a href="@Url.Action("Index", "Task")" class="btn btn-default"><i class="fa fa-list"></i> Planlagte oppgaver</a> <a href="@Url.Action("Create")" class="btn btn-default"><i class="fa fa-plus"></i> Nytt rom</...
mit
C#
bc9ce69c433e88d32e831e812a37b38952be61be
Fix parse order bug (For example, "321" parsed value as 123)
fanoI/Cosmos,zhangwenquan/Cosmos,sgetaz/Cosmos,kant2002/Cosmos-1,zdimension/Cosmos,MetSystem/Cosmos,fanoI/Cosmos,Cyber4/Cosmos,trivalik/Cosmos,Cyber4/Cosmos,jp2masa/Cosmos,zhangwenquan/Cosmos,CosmosOS/Cosmos,MetSystem/Cosmos,trivalik/Cosmos,fanoI/Cosmos,MyvarHD/Cosmos,kant2002/Cosmos-1,zarlo/Cosmos,trivalik/Cosmos,Myva...
source2/Kernel/System/Cosmos.System.Plugs.System/Int32Impl.cs
source2/Kernel/System/Cosmos.System.Plugs.System/Int32Impl.cs
using System; using System.Collections.Generic; using System.Text; using Cosmos.IL2CPU.Plugs; namespace Cosmos.System.Plugs.System { [Plug(Target = typeof(Int32))] public class Int32Impl { protected static readonly string Digits = "0123456789"; // error during compile about "Plug ne...
using System; using System.Collections.Generic; using System.Text; using Cosmos.IL2CPU.Plugs; namespace Cosmos.System.Plugs.System { [Plug(Target = typeof(Int32))] public class Int32Impl { protected static readonly string Digits = "0123456789"; // error during compile about "Plug ne...
bsd-3-clause
C#
a2f46f983d20249b56921b0198903a70a858e74e
Update IComplier.Extension.cs
NMSLanX/Natasha
src/Natasha/Core/Engine/ComplierModule/IComplier.Extension.cs
src/Natasha/Core/Engine/ComplierModule/IComplier.Extension.cs
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Formatting; using System.Collections.Generic; namespace Natasha.Complier { public static class IComplierExtension { private readonly static AdhocWorkspace _workSpace; private readonly static CShar...
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Formatting; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Natasha.Complier { public static class IComplierExtension { ...
mpl-2.0
C#
088af5675ff1d66417b94c75a6bd0ca078ecdb93
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#
80e8fe72a4a7b9b2f5e1a82adb2cd8164889c48b
Add missing function to interface
projecteon/thecollection,projecteon/thecollection,projecteon/thecollection,projecteon/thecollection
TheCollection.Business/ISearchRepository.cs
TheCollection.Business/ISearchRepository.cs
namespace TheCollection.Business { using System.Collections.Generic; using System.Threading.Tasks; public interface ISearchRepository<T> where T : class { Task<IEnumerable<T>> SearchAsync(string searchterm, int top = 0); Task<long> SearchRowCountAsync(string searchterm); } }
namespace TheCollection.Business { using System.Collections.Generic; using System.Threading.Tasks; public interface ISearchRepository<T> where T : class { Task<IEnumerable<T>> SearchAsync(string searchterm, int top = 0); } }
apache-2.0
C#
3f77789b2f05ad8f4616b9a62568b81a70940835
Clean up controller initialization on Android
MilenPavlov/PortableRazorStarterKit,xamarin/PortableRazorStarterKit,MilenPavlov/PortableRazorStarterKit,xamarin/PortableRazorStarterKit
PortableCongress/AndroidCongress/MainActivity.cs
PortableCongress/AndroidCongress/MainActivity.cs
using System; using Android.App; using Android.Content; using Android.Webkit; using Android.OS; using Congress; using PortableCongress; namespace AndroidCongress { [Activity (Label = "@string/app_name", MainLauncher = true, ScreenOrientation = Android.Content.PM.ScreenOrientation.Portrait)] public class MainActivity...
using System; using Android.App; using Android.Content; using Android.Webkit; using Android.OS; using Congress; using PortableCongress; namespace AndroidCongress { [Activity (Label = "@string/app_name", MainLauncher = true, ScreenOrientation = Android.Content.PM.ScreenOrientation.Portrait)] public class MainActivity...
mit
C#
043313a95c4a7fddc108eacc9d3bb7fa586a9f53
Bump version.
realartists/chargebee-dotnet
RealArtists.ChargeBee/Properties/AssemblyInfo.cs
RealArtists.ChargeBee/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("Rea...
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("Rea...
mit
C#
62cc3dcdfcfaff789350fbda3979f0ae0cc45701
Prepend debug messages in the web chat example.
mdevilliers/SignalR.RabbitMq,mdevilliers/SignalR.RabbitMq,slovely/SignalR.RabbitMq,slovely/SignalR.RabbitMq
SignalR.RabbitMq.Example/Views/Home/Index.cshtml
SignalR.RabbitMq.Example/Views/Home/Index.cshtml
@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } <input type="text" id="msg" /> <a id="broadcast" href="#">Send message</a> <p>Messages : </p> <ul id="messages"> </ul> <script type="text/javascript"> $(function () { // Proxy created on the fly var...
@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } <input type="text" id="msg" /> <a id="broadcast" href="#">Send message</a> <p>Messages : </p> <ul id="messages"> </ul> <script type="text/javascript"> $(function () { // Proxy created on the fly var...
mit
C#
75fc8bb5389f7ee25f0ea66f424ebf0262694223
Verify patterns are not repeatable.
JornWildt/ZimmerBot
ZimmerBot.Core.Tests/BotTests/RepeatableTests.cs
ZimmerBot.Core.Tests/BotTests/RepeatableTests.cs
using NUnit.Framework; namespace ZimmerBot.Core.Tests.BotTests { [TestFixture] public class RepeatableTests : TestHelper { [Test] public void NormalyOutputDoesNotRepeat() { BuildBot(@" > help : It is okay > Help ! weight 0.999 : It is done "); AssertDialog("help", "It ...
using NUnit.Framework; namespace ZimmerBot.Core.Tests.BotTests { [TestFixture] public class RepeatableTests : TestHelper { [Test] public void NormalyOutputDoesNotRepeat() { BuildBot(@" > help : It is okay > Help ! weight 0.999 : It is done "); AssertDialog("help", "It ...
mit
C#
5c9c787551992ccc9a90d48cf313cfbe00e5815f
Make ColorChanger color name agnostic
jshou/party-game,mikelovesrobots/unity3d-base,mikelovesrobots/daft-pong,mikelovesrobots/unity3d-game-of-life,mikelovesrobots/throw-a-ball-tutorial,mikelovesrobots/daft-pong
app/Assets/Scripts/ColorChanger.cs
app/Assets/Scripts/ColorChanger.cs
using UnityEngine; using System.Collections; public class ColorChanger : MonoBehaviour { public Renderer[] Renderers; public string ColorName = "_TintColor"; public void ChangeColor(Color color) { foreach (var renderer in Renderers) { renderer.material.SetColor(ColorName, color); ...
using UnityEngine; using System.Collections; public class ColorChanger : MonoBehaviour { public Renderer[] Renderers; public void ChangeColor(Color color) { foreach (var renderer in Renderers) { renderer.material.color = color; } } }
mit
C#
61b4ed4b2c0c033aec01f5fa6dc6ce261dc40d0c
Allow changing log filename
LibertyLocked/webscripthook,LibertyLocked/webscripthook,LibertyLocked/webscripthook,LibertyLocked/webscripthook
webscripthook-plugin/Logger.cs
webscripthook-plugin/Logger.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace WebScriptHook { class Logger { public static string Location { get; set; } public static bool Enable {...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace WebScriptHook { class Logger { public static bool Enable = false; public static void Log(object message) { if (Enable) ...
mit
C#
87601de2da2cb91d459490ccc5fd17b5bf26c625
Update exporter efficiency test to cover both delta and cumulative (#2541)
open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet,open-telemetry/opentelemetry-dotnet
test/OpenTelemetry.Tests/Metrics/MemoryEfficiencyTests.cs
test/OpenTelemetry.Tests/Metrics/MemoryEfficiencyTests.cs
// <copyright file="MemoryEfficiencyTests.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // 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....
// <copyright file="MemoryEfficiencyTests.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // 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-2.0
C#
080e5eb4444c6e21e6fd6249f06a0fa876681c24
Use better markdown help
joinrpg/joinrpg-net,kirillkos/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,kirillkos/joinrpg-net
Joinrpg/Views/Shared/EditorTemplates/MarkdownString.cshtml
Joinrpg/Views/Shared/EditorTemplates/MarkdownString.cshtml
@model JoinRpg.DataModel.MarkdownString @{ var requiredMsg = new MvcHtmlString(""); var validation = false; foreach (var attr in @Html.GetUnobtrusiveValidationAttributes(@ViewData.TemplateInfo.HtmlFieldPrefix, @ViewData.ModelMetadata)) { if (attr.Key == "data-val-required") { requiredMs...
@model JoinRpg.DataModel.MarkdownString @{ var requiredMsg = new MvcHtmlString(""); var validation = false; foreach (var attr in @Html.GetUnobtrusiveValidationAttributes(@ViewData.TemplateInfo.HtmlFieldPrefix, @ViewData.ModelMetadata)) { if (attr.Key == "data-val-required") { requiredMs...
mit
C#
d6191de31e14bdc1bfa53a997e741d9ed9ae85b8
Make AuthorizationResult constructor public to allow for mocking
nozzlegear/ShopifySharp,clement911/ShopifySharp
ShopifySharp/Services/Authorization/AuthorizationResult.cs
ShopifySharp/Services/Authorization/AuthorizationResult.cs
namespace ShopifySharp { public class AuthorizationResult { public string AccessToken { get; } public string[] GrantedScopes { get; } public AuthorizationResult(string accessToken, string[] grantedScopes) { this.AccessToken = accessToken; this.GrantedSco...
using System; using System.Collections.Generic; using System.Text; namespace ShopifySharp { public class AuthorizationResult { public string AccessToken { get; } public string[] GrantedScopes { get; } internal AuthorizationResult(string accessToken, string[] grantedScopes) { ...
mit
C#
afe745f308e1ea870aa1d44e36042de8ab6f3a25
refactor usings in data
nProdanov/Team-French-75
TravelAgency/TravelAgency.Data/Migrations/Configuration.cs
TravelAgency/TravelAgency.Data/Migrations/Configuration.cs
using System.Data.Entity.Migrations; namespace TravelAgency.Data.Migrations { public sealed class Configuration : DbMigrationsConfiguration<TravelAgency.Data.TravelAgencyDbContext> { public Configuration() { this.AutomaticMigrationsEnabled = true; this.ContextKey = "Trav...
using System; using System.Data.Entity; using System.Data.Entity.Migrations; using System.Linq; using TravelAgency.Models; namespace TravelAgency.Data.Migrations { public sealed class Configuration : DbMigrationsConfiguration<TravelAgency.Data.TravelAgencyDbContext> { public Configuration() { ...
mit
C#
8e177231b5e8fa962813a190ae3b72bfb46952fe
Fix retry in RemoteZipManager tp retry before opening the stream, otherwise we get a closed stream on the retry
fashaikh/SimpleWAWS,fashaikh/SimpleWAWS,projectkudu/SimpleWAWS,projectkudu/SimpleWAWS,davidebbo/SimpleWAWS,davidebbo/SimpleWAWS,projectkudu/SimpleWAWS,projectkudu/SimpleWAWS,davidebbo/SimpleWAWS,davidebbo/SimpleWAWS,projectkudu/TryAppService,fashaikh/SimpleWAWS,projectkudu/TryAppService,projectkudu/TryAppService,projec...
SimpleWAWS/Kudu/RemoteZipManager.cs
SimpleWAWS/Kudu/RemoteZipManager.cs
using System; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Kudu.Client.Infrastructure; using SimpleWAWS.Code; namespace Kudu.Client.Zip { public class RemoteZipManager : KuduRemoteClientBase { private int _retryCount; ...
using System; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Kudu.Client.Infrastructure; using SimpleWAWS.Code; namespace Kudu.Client.Zip { public class RemoteZipManager : KuduRemoteClientBase { private int _retryCount; ...
apache-2.0
C#
e6e210c0dca11ace35f57d031ace5d7f00c2f244
Update assembly info.
CoraleStudios/Colore,danpierce1/Colore,WolfspiritM/Colore,Sharparam/Colore
Colore/Properties/AssemblyInfo.cs
Colore/Properties/AssemblyInfo.cs
// --------------------------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs" company=""> // Copyright © 2015 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and...
// --------------------------------------------------------------------------------------- // <copyright file="AssemblyInfo.cs" company=""> // Copyright © 2015 by Adam Hellberg and Brandon Scott. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and...
mit
C#
8697404ea98ca3016228a6581e41987328bce705
Use HashCode
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Helpers/HashHelpers.cs
WalletWasabi/Helpers/HashHelpers.cs
using System; using System.Security.Cryptography; using System.Text; namespace WalletWasabi.Helpers { public static class HashHelpers { public static string GenerateSha256Hash(string input) { using var sha256 = SHA256.Create(); var hash = sha256.ComputeHash(Encoding.UTF8.GetBytes(input)); return ByteHe...
using System; using System.Security.Cryptography; using System.Text; namespace WalletWasabi.Helpers { public static class HashHelpers { public static string GenerateSha256Hash(string input) { using var sha256 = SHA256.Create(); var hash = sha256.ComputeHash(Encoding.UTF8.GetBytes(input)); return ByteHe...
mit
C#
3a6372d2d760fd9c16f51630e0df89ee66381899
Comment about markdown
wallymathieu/dotnet_web_security_101,wallymathieu/dotnet_web_security_101,wallymathieu/dotnet_web_security_101
Example/Views/XSS/Markdown.cshtml
Example/Views/XSS/Markdown.cshtml
@{ Layout = "~/Views/Shared/_Layout.cshtml"; } <div class="container body-content"> <h1> Markdown </h1> <p> Markdown has become really popular due to it's use on popular programming sites such as stackoverflow and github. </p> <p>Markdown is not <a href="http://daringfireball.net/projects/markdow...
@{ Layout = "~/Views/Shared/_Layout.cshtml"; } <div class="container body-content"> <h1> Markdown </h1> <p> Markdown has become really popular due to it's use on popular programming sites such as stackoverflow and github. </p> <div class="row"> <div class="col-md-4"> <h2>Input</h2> ...
mit
C#
d421257dfa23f73705b5527c738781e901075ab9
fix build error
aloneguid/support
src/NetBox/Extensions/EnumExtensions.cs
src/NetBox/Extensions/EnumExtensions.cs
using NetBox.Model; #if (NETFULL || NETSTANDARD20) using System.Reflection; #endif namespace System { /// <summary> /// Enum extensions methods /// </summary> public static class EnumExtensions { #if (NETFULL || NETSTANDARD20) /// <summary> /// Gets attribute value for enums marked with <s...
using NetBox.Model; #if NETFULL using System.Reflection; #endif namespace System { /// <summary> /// Enum extensions methods /// </summary> public static class EnumExtensions { #if (NETFULL || NETSTANDARD20) /// <summary> /// Gets attribute value for enums marked with <see cref="EnumTagAtt...
mit
C#
0c68b77010d202d4db0e5dcf4ddb960123d08cd3
Load lion using XAML (todo: Render using AGG rasterizer)
dotMorten/AntiGrainRT,dotMorten/AntiGrainRT,dotMorten/AntiGrainRT,dotMorten/AntiGrainRT,dotMorten/AntiGrainRT,dotMorten/AntiGrainRT
src/AntiGrainDemoApp/MainPage.xaml.cs
src/AntiGrainDemoApp/MainPage.xaml.cs
using AntiGrainRT; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.Storage; using Windows.Storage.Streams; using Windows.UI; using Windows.UI.Xaml; usin...
using AntiGrainRT; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Cont...
mit
C#
ba26168812d1babaafe9abcd0184c6ee91e26e3d
Mark DateTimeZoneProviders.Default as obsolete. Fixes issue 184.
jskeet/nodatime,zaccharles/nodatime,zaccharles/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,zaccharles/nodatime,zaccharles/nodatime,zaccharles/nodatime,jskeet/nodatime,malcolmr/nodatime,nodatime/nodatime,BenJenkinson/nodatime,nodatime/nodatime,malcolmr/nodatime,malcolmr/nodatime
src/NodaTime/DateTimeZoneProviders.cs
src/NodaTime/DateTimeZoneProviders.cs
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using System; using NodaTime.TimeZones; namespace NodaTime { /// <summary> /// Static access to date/time zone providers built into Nod...
// Copyright 2012 The Noda Time Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0, // as found in the LICENSE.txt file. using NodaTime.TimeZones; namespace NodaTime { /// <summary> /// Static access to date/time zone providers built into Noda Time. These a...
apache-2.0
C#
16a29fad04b22dc50b97cccf37c0126504327f1d
enhance query parser for QueryUtils
oelite/RESTme
OElite.Restme.Utils/QueryUtils.cs
OElite.Restme.Utils/QueryUtils.cs
using System.Collections.Generic; using System.Net; namespace OElite { public static class QueryUtils { public static Dictionary<string, string> IdentifyQueryParams(this string value) { Dictionary<string, string> result = new Dictionary<string, string>(); var paramIndex...
using System.Collections.Generic; using System.Net; namespace OElite { public static class QueryUtils { public static Dictionary<string, string> IdentifyQueryParams(this string value) { Dictionary<string, string> result = new Dictionary<string, string>(); var paramIndex...
mit
C#
e1a821553d7fee52e5adc1ad41bc079eb9081080
Fix mapiemail recipient bug.
ermshiperete/libpalaso,chrisvire/libpalaso,sillsdev/libpalaso,sillsdev/libpalaso,marksvc/libpalaso,hatton/libpalaso,glasseyes/libpalaso,mccarthyrb/libpalaso,glasseyes/libpalaso,darcywong00/libpalaso,mccarthyrb/libpalaso,sillsdev/libpalaso,ddaspit/libpalaso,hatton/libpalaso,gtryus/libpalaso,tombogle/libpalaso,JohnThomso...
Palaso/Email/MapiEmailProvider.cs
Palaso/Email/MapiEmailProvider.cs
using System; using System.Diagnostics; namespace Palaso.Email { public class MapiEmailProvider : IEmailProvider { public IEmailMessage CreateMessage() { return new EmailMessage(); } public bool SendMessage(IEmailMessage message) { var mapi = new MAPI(); foreach (string recipient in message.To) ...
using System; using System.Diagnostics; namespace Palaso.Email { public class MapiEmailProvider : IEmailProvider { public IEmailMessage CreateMessage() { return new EmailMessage(); } public bool SendMessage(IEmailMessage message) { var mapi = new MAPI(); foreach (string recipient in message.To) ...
mit
C#
4d988276b6f8adaef0ae5a3ceaa96c7dbe9868a2
Apply SettingsAssembly attribute
lukyad/Eco
Sample/Properties/AssemblyInfo.cs
Sample/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Eco.Attributes; // 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. [assem...
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("Sa...
apache-2.0
C#
55f9dd33bb93992e60a26960c4dffa120c9807d0
Revert "Simplify default ETW providers"
ericeil/xunit-performance,Microsoft/xunit-performance,visia/xunit-performance,mmitche/xunit-performance,Microsoft/xunit-performance,pharring/xunit-performance,ianhays/xunit-performance
src/xunit.performance.run/ETWLogging.cs
src/xunit.performance.run/ETWLogging.cs
using Microsoft.Diagnostics.Tracing; using Microsoft.Diagnostics.Tracing.Parsers; using Microsoft.Diagnostics.Tracing.Parsers.Clr; using Microsoft.ProcessDomain; using System; using System.Collections.Generic; using System.Diagnostics.Tracing; using System.Linq; using System.Threading.Tasks; namespace Microsoft.Xunit...
using Microsoft.Diagnostics.Tracing; using Microsoft.Diagnostics.Tracing.Parsers; using Microsoft.Diagnostics.Tracing.Parsers.Clr; using Microsoft.ProcessDomain; using System; using System.Collections.Generic; using System.Diagnostics.Tracing; using System.Linq; using System.Threading.Tasks; namespace Microsoft.Xunit...
mit
C#
565916c6ec06048ba6350b908edc5bef48b6b1ac
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#
180b27cd3505965673b96c1ff43f2c9ef0e80a44
Fix typo in common on ILog
mattgwagner/CertiPay.Common
CertiPay.Common/Logging/ILog.cs
CertiPay.Common/Logging/ILog.cs
namespace CertiPay.Common.Logging { using System; /// <summary> /// A generic interface for writing log entries to various destinations. The intent behind this interface /// is to avoid taking a direct dependency on a logger implementation or abstraction (i.e. commons.logging). /// </summary> ...
namespace CertiPay.Common.Logging { using System; /// <summary> /// A generic interface for writing log entries to various destinations. The intent behind this interface /// is to avoid taking a direct dependency on a logger implementation or abstraction (i.e. commons.logging). /// </summary> ...
mit
C#
ea501260c7f2497c6fb9dae48b326c084aac9b07
Fix broken build by adding missing namespaces in ProtoBufServiceClient
ZocDoc/ServiceStack,nataren/NServiceKit,ZocDoc/ServiceStack,nataren/NServiceKit,NServiceKit/NServiceKit,NServiceKit/NServiceKit,NServiceKit/NServiceKit,MindTouch/NServiceKit,MindTouch/NServiceKit,nataren/NServiceKit,MindTouch/NServiceKit,timba/NServiceKit,ZocDoc/ServiceStack,NServiceKit/NServiceKit,ZocDoc/ServiceStack,...
src/ServiceStack.Plugins.ProtoBuf/ProtoBufServiceClient.cs
src/ServiceStack.Plugins.ProtoBuf/ProtoBufServiceClient.cs
using System; using System.Runtime.Serialization; using ProtoBuf; using System.IO; using ServiceStack.ServiceClient.Web; using ServiceStack.ServiceHost; namespace ServiceStack.Plugins.ProtoBuf { public class ProtoBufServiceClient : ServiceClientBase { public override string Format { get {...
using ProtoBuf; using System.IO; using ServiceStack.ServiceClient.Web; using ServiceStack.ServiceHost; namespace ServiceStack.Plugins.ProtoBuf { public class ProtoBufServiceClient : ServiceClientBase { public override string Format { get { return "x-protobuf"; } } public ProtoB...
bsd-3-clause
C#
50f8eb6f7aa90bdd2170a0cfca0c6e48460aa475
Check if appharbour will trigger a build
valentinvs/GamersPortal,valentinvs/GamersPortal
GamePortal/GamePortal.WebSite/Views/Games/Index.cshtml
GamePortal/GamePortal.WebSite/Views/Games/Index.cshtml
@{ ViewBag.Title = "GAMES"; } <h2>GAMES:</h2> <p>list all games here!!!</p>
@{ ViewBag.Title = "GAMES"; } <h2>GAMES:</h2> <p>list all games here</p>
mit
C#
55f7335fd5b12dc6ce15b204f315de2f2feb8e2a
Test file output using char name and total level.
JDCain/FG5eXmlToPdf
FG5eXmlToPdf.Tests/UnitTest1.cs
FG5eXmlToPdf.Tests/UnitTest1.cs
using System; using System.Linq; using FG5eXmlToPDF; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace FG5eXmlToPdf.Tests { [TestClass] public class UnitTest1 { [TestMethod] public void ReadWriteTest() { var currentDirectory = System.IO.Directory....
using System; using FG5eXmlToPDF; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace FG5eXmlToPdf.Tests { [TestClass] public class UnitTest1 { [TestMethod] public void ReadWriteTest() { var currentDirectory = System.IO.Directory.GetCurrentDirectory...
mit
C#
1a070df22e87fc09e5d42d6952d44c3f16a69c10
Fix version 0.5.0
Tri125/lama,Lan-Manager/lama
Lama/Properties/AssemblyInfo.cs
Lama/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // Les informations générales relatives à un assembly dépendent de // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations...
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // Les informations générales relatives à un assembly dépendent de // l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations...
mit
C#
f0d097ed1234a9a45ab42451c52bba8afc4ac37d
Make Cursor disposable.
SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,wieslaws...
src/Avalonia.Input/Cursor.cs
src/Avalonia.Input/Cursor.cs
using System; using Avalonia.Media.Imaging; using Avalonia.Platform; #nullable enable namespace Avalonia.Input { public enum StandardCursorType { Arrow, Ibeam, Wait, Cross, UpArrow, SizeWestEast, SizeNorthSouth, SizeAll, No, Hand,...
using System; using Avalonia.Media.Imaging; using Avalonia.Platform; #nullable enable namespace Avalonia.Input { /* ========================================================================================= NOTE: Cursors are NOT disposable and are cached in platform implementation. To support l...
mit
C#
01dea2af7da29b0338699e86e77424eafcaec8dc
Fix typo in comment
mholo65/cake,RehanSaeed/cake,Sam13/cake,DixonD-git/cake,adamhathcock/cake,Julien-Mialon/cake,Sam13/cake,phenixdotnet/cake,vlesierse/cake,vlesierse/cake,ferventcoder/cake,patriksvensson/cake,cake-build/cake,phenixdotnet/cake,thomaslevesque/cake,patriksvensson/cake,mholo65/cake,daveaglick/cake,gep13/cake,devlead/cake,fer...
src/Cake.Core/IO/IProcess.cs
src/Cake.Core/IO/IProcess.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 System.Collections.Generic; namespace Cake.Core.IO { /// <summary> /// Represents a pr...
// 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 System.Collections.Generic; namespace Cake.Core.IO { /// <summary> /// Represents a pr...
mit
C#
b4b5f0b12c6c9790ec2d744c037cb927232f011b
Update install button
martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site
src/LondonTravel.Site/Views/Home/Index.cshtml
src/LondonTravel.Site/Views/Home/Index.cshtml
@inject SiteOptions Options @{ ViewBag.Title = "Home"; } <div class="jumbotron"> <h1>London Travel</h1> <p class="lead"> An Amazon Alexa skill for checking the status of travel in London. </p> <p> <a class="btn btn-primary" id="link-install" href="@Options?.ExternalLinks?.Skill" rel...
@inject SiteOptions Options @{ ViewBag.Title = "Home"; } <div class="jumbotron"> <h1>London Travel</h1> <p class="lead"> An Amazon Alexa skill for checking the status of travel in London. </p> <p> <a class="btn btn-primary" id="link-install" href="@Options?.ExternalLinks?.Skill" rel...
apache-2.0
C#
a6bb67cb7769f373210d5fd76caec49eb56eb2d3
Update NSucceed.cs
NMSLanX/Natasha
src/Natasha/Core/Engine/LogModule/NSucceed.cs
src/Natasha/Core/Engine/LogModule/NSucceed.cs
using Microsoft.CodeAnalysis.CSharp; using Natasha.Log.Model; using System; using System.Reflection; namespace Natasha.Log { public class NSucceed : ALogWrite { public static bool Enabled; static NSucceed() => Enabled = true; public override void Write() { NW...
using Microsoft.CodeAnalysis.CSharp; using Natasha.Log.Model; using System; using System.Reflection; namespace Natasha.Log { public class NSucceed : ALogWrite { public static bool Enabled; static NSucceed() => Enabled = true; public override void Write() { NW...
mpl-2.0
C#
858d050072bb919ed34ff1aebfea9c0fcdd56f60
simplify serializer
421p/AllyTalks,421p/AllyTalks,421p/AllyTalks,421p/AllyTalks
frontend/Model/Message/MessageSerializer.cs
frontend/Model/Message/MessageSerializer.cs
using System; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace AllyTalksClient.Model.Message { public static class MessageSerializer { public static string SerializeMessage(Message message) { return JsonConvert.SerializeObject(message); } public static Mess...
using System; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace AllyTalksClient.Model.Message { public static class MessageSerializer { public static string SerializeMessage(Message message) { return JsonConvert.SerializeObject(message); } public static Mess...
bsd-2-clause
C#
070fdc4cb25ddcab46dd5af9c156a3d1ecb48c91
Add text for debug purposes to see if the job has been running
jonasf/tv-show-reminder
TvShowReminderWorker/Program.cs
TvShowReminderWorker/Program.cs
using System; namespace TvShowReminderWorker { class Program { static void Main(string[] args) { Console.WriteLine("I am the web job, I ran at {0}", DateTime.Now); } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TvShowReminderWorker { class Program { static void Main(string[] args) { } } }
mit
C#
f9ea4a70e7a5c291a9b0cfeb63805a58d03794ea
fix FluentStackSpecs
hitesh97/xbehave.net,xbehave/xbehave.net,mvalipour/xbehave.net,hitesh97/xbehave.net,modulexcite/xbehave.net,mvalipour/xbehave.net,adamralph/xbehave.net,modulexcite/xbehave.net
src/Xbehave.Samples.Net40/FluentStackSpecs.cs
src/Xbehave.Samples.Net40/FluentStackSpecs.cs
// <copyright file="FluentStackSpecs.cs" company="Adam Ralph"> // Copyright (c) Adam Ralph. All rights reserved. // </copyright> namespace Xbehave.Samples { using System.Collections.Generic; using FluentAssertions; using Xbehave; public class FluentStackSpecs { [Scenario] ...
// <copyright file="FluentStackSpecs.cs" company="Adam Ralph"> // Copyright (c) Adam Ralph. All rights reserved. // </copyright> namespace Xbehave.Samples { using System.Collections.Generic; using FluentAssertions; using Xbehave; public class FluentStackSpecs { [Scenario] ...
mit
C#
c15bb6b928a4130d1515e8db07dd2e9f071dccfb
Add beatmap hash to MultiplayerRoomSettings
peppy/osu,smoogipoo/osu,UselessToucan/osu,NeoAdonis/osu,ppy/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu
osu.Game/Online/RealtimeMultiplayer/MultiplayerRoomSettings.cs
osu.Game/Online/RealtimeMultiplayer/MultiplayerRoomSettings.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 enable using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using osu.Game.Online.API; namespace osu.Game.Online.Re...
// 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 enable using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using osu.Game.Online.API; namespace osu.Game.Online.Re...
mit
C#
c7a6d9d65b828e0631047619d02ec622ee2fa7a3
remove XML comments
mika-f/Sagitta
Source/PixivNet/Extensions/TaskExtension.cs
Source/PixivNet/Extensions/TaskExtension.cs
using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Pixiv.Extensions { public static class TaskExtension { public static ConfiguredTaskAwaitable<T> Stay<T>(this Task<T> task) { return task.ConfigureAwait(false); } } }
using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Pixiv.Extensions { /// <summary> /// <see cref="Task{TResult}" /> 拡張 /// </summary> public static class TaskExtension { /// <summary> /// `ConfigureAwait(false)` を行います。 /// </summary> ...
mit
C#
42947fe53609630c7d121a0e8e103aba1735c51f
Make Comment immutable
Fredi/NetIRC
src/NetIRC/Messages/KickMessage.cs
src/NetIRC/Messages/KickMessage.cs
namespace NetIRC.Messages { public class KickMessage : IRCMessage, IServerMessage { public string KickedBy { get; } public string Channel { get; } public string Nick { get; } public string Comment { get; } public KickMessage(ParsedIRCMessage parsedMessage) { ...
namespace NetIRC.Messages { public class KickMessage : IRCMessage, IServerMessage { public string KickedBy { get; } public string Channel { get; } public string Nick { get; } public string Comment { get; set; } public KickMessage(ParsedIRCMessage parsedMessage) ...
mit
C#
8859653c08b1dbb7af0442316c29b4c9c4372877
Fix error when vessel parts > max allowed parts
gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer
LmpClient/Windows/BannedParts/BannedPartsResourcesWindow.cs
LmpClient/Windows/BannedParts/BannedPartsResourcesWindow.cs
using LmpClient.Base; using LmpClient.Localization; using LmpCommon.Enums; using UnityEngine; namespace LmpClient.Windows.BannedParts { public partial class BannedPartsResourcesWindow : Window<BannedPartsResourcesWindow> { #region Fields private const float WindowHeight = 300; private...
using LmpClient.Base; using LmpClient.Localization; using LmpCommon.Enums; using UnityEngine; namespace LmpClient.Windows.BannedParts { public partial class BannedPartsResourcesWindow : Window<BannedPartsResourcesWindow> { #region Fields private const float WindowHeight = 300; private...
mit
C#
4116b5173c868564071f0d39b71193b374dd689d
Use index operator instead of linq
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi/Extensions/StringExtensions.cs
WalletWasabi/Extensions/StringExtensions.cs
using System.Linq; namespace System { public static class StringExtensions { public static bool Equals(this string source, string value, StringComparison comparisonType, bool trimmed) { if (comparisonType == StringComparison.Ordinal) { if (trimmed) { return string.CompareOrdinal(source.Trim(),...
using System.Linq; namespace System { public static class StringExtensions { public static bool Equals(this string source, string value, StringComparison comparisonType, bool trimmed) { if (comparisonType == StringComparison.Ordinal) { if (trimmed) { return string.CompareOrdinal(source.Trim(),...
mit
C#
d261ee21729752fbbfbe0e4b596f0b234318f3ef
add UnmintedTx to track rollback replay info
ArsenShnurkov/BitSharp
BitSharp.Core/Domain/BlockTxKey.cs
BitSharp.Core/Domain/BlockTxKey.cs
using BitSharp.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BitSharp.Core.Domain { public class BlockTxKey { private readonly UInt256 blockHash; private readonly int txIndex; public ...
using BitSharp.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BitSharp.Core.Domain { internal class BlockTxKey { private readonly UInt256 blockHash; private readonly int txIndex; publi...
unlicense
C#
cb66064c83d4271fd5b580a25b321bfad9d19e5f
Add another testing method to SubBoundObject
windygu/CefSharp,AJDev77/CefSharp,battewr/CefSharp,windygu/CefSharp,jamespearce2006/CefSharp,rlmcneary2/CefSharp,ITGlobal/CefSharp,windygu/CefSharp,battewr/CefSharp,ITGlobal/CefSharp,joshvera/CefSharp,NumbersInternational/CefSharp,ruisebastiao/CefSharp,rlmcneary2/CefSharp,dga711/CefSharp,NumbersInternational/CefSharp,O...
CefSharp.Example/SubBoundObject.cs
CefSharp.Example/SubBoundObject.cs
namespace CefSharp.Example { public class SubBoundObject { public string SimpleProperty { get; set; } public SubBoundObject() { SimpleProperty = "This is a very simple property."; } public string GetMyType() { return "My Type is " + GetType(); } public string EchoSimpleProperty() { retu...
namespace CefSharp.Example { public class SubBoundObject { public string SimpleProperty { get; set; } public SubBoundObject() { SimpleProperty = "This is a very simple property."; } public string GetMyType() { return "My Type is " + GetType(); } } }
bsd-3-clause
C#
c794901275b98790f393ad68bfdde406f0c51cfa
Add test extension for easier waiting for analysis completion.
DartVS/DartVS,modulexcite/DartVS,modulexcite/DartVS,DartVS/DartVS,DartVS/DartVS,modulexcite/DartVS
DanTup.DartAnalysis.Tests/Tests.cs
DanTup.DartAnalysis.Tests/Tests.cs
using System; using System.IO; using System.Reactive.Linq; using System.Reflection; using DanTup.DartAnalysis.Json; namespace DanTup.DartAnalysis.Tests { public abstract class Tests { protected string SdkFolder { // Hijack ENV-reading property get { return DanTup.DartVS.DartAnalysisService.SdkPath; } } ...
using System; using System.IO; using System.Reflection; using DanTup.DartAnalysis.Json; namespace DanTup.DartAnalysis.Tests { public abstract class Tests { protected string SdkFolder { // Hijack ENV-reading property get { return DanTup.DartVS.DartAnalysisService.SdkPath; } } string CodebaseRoot = Path...
mit
C#
624e1e30d06b0cdc01e47cd1876569607426c8b2
use cancellation support in AsyncDemoItem
Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit
DemoApp/ViewModel/AsyncDemoItem.cs
DemoApp/ViewModel/AsyncDemoItem.cs
using MvvmScarletToolkit; using MvvmScarletToolkit.Observables; using System.Threading; using System.Threading.Tasks; namespace DemoApp { public class AsyncDemoItem : BusinessViewModelBase { private string _displayName; public string DisplayName { get { return _displayName; ...
using MvvmScarletToolkit; using MvvmScarletToolkit.Observables; using System.Threading; using System.Threading.Tasks; namespace DemoApp { public class AsyncDemoItem : BusinessViewModelBase { private string _displayName; public string DisplayName { get { return _displayName; ...
mit
C#
931234168d9842e5fb5f65d5bfdeecc80babee44
Update Timber to 4.7.1
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
Android/Timber/build.cake
Android/Timber/build.cake
#load "../../common.cake" var TARGET = Argument ("t", Argument ("target", "Default")); var ANDROID_VERSION = "4.7.1"; var ANDROID_NUGET_VERSION = "4.7.1"; var ANDROID_URL = string.Format ("http://search.maven.org/remotecontent?filepath=com/jakewharton/timber/timber/{0}/timber-{0}.aar", ANDROID_VERSION); var ANDROID_...
#load "../../common.cake" var TARGET = Argument ("t", Argument ("target", "Default")); var ANDROID_VERSION = "4.6.0"; var ANDROID_NUGET_VERSION = "4.6.0"; var ANDROID_URL = string.Format ("http://search.maven.org/remotecontent?filepath=com/jakewharton/timber/timber/{0}/timber-{0}.aar", ANDROID_VERSION); var ANDROID_...
mit
C#
082fdc3896a59cc781439134e617fed90c5635ca
fix a line
SoftServeNetTeam/StartupBusinessSystem,SoftServeNetTeam/StartupBusinessSystem
Web/StartupBusinessSystem.Web/Views/Campaigns/Create.cshtml
Web/StartupBusinessSystem.Web/Views/Campaigns/Create.cshtml
@model StartupBusinessSystem.Web.ViewModels.Campaigns.CreateCampaignViewModel @{ ViewBag.Title = "Create"; } <h2>Add new Startup</h2> @using (Html.BeginForm("Create", "Campaigns", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @Html.AntiForgeryToken() if (!ViewData.ModelState.I...
@model StartupBusinessSystem.Web.ViewModels.Campaigns.CreateCampaignViewModel @{ ViewBag.Title = "Create"; } <h2>Add new Startup</h2> @using (Html.BeginForm("Create", "Campaigns", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @Html.AntiForgeryToken() <hr /> if (!ViewData.Mode...
mit
C#
e9481e54e1d7b3b72e01087a7e5bcb8d0b8003f5
Reset page number to 1 when perform a new search. Work items: 569
jmezach/NuGet2,akrisiun/NuGet,antiufo/NuGet2,pratikkagda/nuget,alluran/node.net,themotleyfool/NuGet,themotleyfool/NuGet,rikoe/nuget,chocolatey/nuget-chocolatey,jmezach/NuGet2,rikoe/nuget,chocolatey/nuget-chocolatey,indsoft/NuGet2,chocolatey/nuget-chocolatey,antiufo/NuGet2,oliver-feng/nuget,oliver-feng/nuget,kumavis/NuG...
src/Dialog/PackageManagerUI/BaseProvider/PackagesSearchNode.cs
src/Dialog/PackageManagerUI/BaseProvider/PackagesSearchNode.cs
using System; using System.Linq; using Microsoft.VisualStudio.ExtensionsExplorer; namespace NuGet.Dialog.Providers { internal class PackagesSearchNode : PackagesTreeNodeBase { private string _searchText; private readonly PackagesTreeNodeBase _baseNode; public PackagesTreeNodeB...
using System; using System.Linq; using Microsoft.VisualStudio.ExtensionsExplorer; namespace NuGet.Dialog.Providers { internal class PackagesSearchNode : PackagesTreeNodeBase { private string _searchText; private readonly PackagesTreeNodeBase _baseNode; public PackagesTreeNodeB...
apache-2.0
C#
503225836f14e548f8f759f3e4003e206c5924e5
Fix nullability warning
EamonNerbonne/a-vs-an,EamonNerbonne/a-vs-an,EamonNerbonne/a-vs-an,EamonNerbonne/a-vs-an
AvsAnDemo/Dictionaries.cs
AvsAnDemo/Dictionaries.cs
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; namespace AvsAnDemo { public static class Dictionaries { public static IEnumerable<string> AcronymsWithUpto4Letters() { var letters = Enumerable.Range('A', 'Z' - 'A' + 1).Se...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; namespace AvsAnDemo { public static class Dictionaries { public static IEnumerable<string> AcronymsWithUpto4Letters() { var letters = Enumerable.Range('A', 'Z' - 'A' + 1).Se...
apache-2.0
C#
48157bfd23e2e57ad612582328b5feaa3a621ba2
Add additional comparison methods for string establisher
tjb042/Establishment
Establishment/StringEstablisher.cs
Establishment/StringEstablisher.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Establishment { public class StringEstablisher : BaseClassEstablisher<string> { public bool IsNullOrEmpty(string value) { if (!string.IsNullOrEmpty(value)) { ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Establishment { public class StringEstablisher : BaseClassEstablisher<string> { public bool IsNullOrEmpty(string value) { if (!string.IsNullOrEmpty(value)) { ...
mit
C#
78c844e25930af377c3c28162c58551d03c374b8
Make catch provide some HP at DrainRate=10
UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,EVAST9919/osu,NeoAdonis/osu,peppy/osu-new,2yangk23/osu,NeoAdonis/osu,2yangk23/osu,NeoAdonis/osu,peppy/osu,ZLima12/osu,ZLima12/osu,johnneijzen/osu,johnneijzen/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,EVAST9919/osu,UselessToucan/o...
osu.Game.Rulesets.Catch/Scoring/CatchScoreProcessor.cs
osu.Game.Rulesets.Catch/Scoring/CatchScoreProcessor.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.Game.Beatmaps; using osu.Game.Rulesets.Catch.Objects; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Scoring; usi...
// 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.Game.Beatmaps; using osu.Game.Rulesets.Catch.Objects; using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Scoring; usi...
mit
C#
253d4a3e8e9384fc3d1fb037e9c188ebc9faf306
Remove TralusModule from Requierd Module Types in TralusWinModule
mehrandvd/Tralus,mehrandvd/Tralus
Framework/Source/Tralus.Framework.Module.Win/TralusWinModule.cs
Framework/Source/Tralus.Framework.Module.Win/TralusWinModule.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DevExpress.ExpressApp; using DevExpress.ExpressApp.DC; using DevExpress.ExpressApp.Model; using DevExpress.ExpressApp.Model.Core; using Tralus.Framework.BusinessModel.Utility; namespace Tralus.Fra...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DevExpress.ExpressApp; using DevExpress.ExpressApp.DC; using DevExpress.ExpressApp.Model; using DevExpress.ExpressApp.Model.Core; using Tralus.Framework.BusinessModel.Utility; namespace Tralus.Fra...
apache-2.0
C#
3b666596d0706c31919a36f4de41bc7f7103310c
Add PlaceId for Place Autocomplete API.
maximn/google-maps,yonglehou/google-maps,maximn/google-maps,mklimmasch/google-maps,mklimmasch/google-maps,yonglehou/google-maps
GoogleMapsApi/Entities/PlaceAutocomplete/Response/Prediction.cs
GoogleMapsApi/Entities/PlaceAutocomplete/Response/Prediction.cs
using System; using System.Runtime.Serialization; using GoogleMapsApi.Entities.Common; namespace GoogleMapsApi.Entities.PlaceAutocomplete.Response { /// <summary> /// When the PlaceAutocomplete service returns results from a search, it places them within a predictions array. /// Even if the service ret...
using System.Runtime.Serialization; using GoogleMapsApi.Entities.Common; namespace GoogleMapsApi.Entities.PlaceAutocomplete.Response { /// <summary> /// When the PlaceAutocomplete service returns results from a search, it places them within a predictions array. /// Even if the service returns no results ...
bsd-2-clause
C#
dac5303a27e699889cbc8606c48d8d58fc018988
Update AntimalwareScannerExtensions.cs
tiksn/TIKSN-Framework
TIKSN.Core/Security/Antimalware/AntimalwareScannerExtensions.cs
TIKSN.Core/Security/Antimalware/AntimalwareScannerExtensions.cs
using System.IO; namespace TIKSN.Security.Antimalware { public static class AntimalwareScannerExtensions { public static AntimalwareScanResult ScanFile(this IAntimalwareScanner antimalwareScanner, string path) { var absolutePath = Path.GetFullPath(path); var fileConten...
using System.IO; namespace TIKSN.Security.Antimalware { public static class AntimalwareScannerExtensions { public static AntimalwareScanResult ScanFile(this IAntimalwareScanner antimalwareScanner, string path) { var absolutePath = Path.GetFullPath(path); var fileConten...
mit
C#
0131fb649976dae4caa4c9b3f2c7f2236320ef75
Extend BZip2Exception as per FxCop suggestion
McNeight/SharpZipLib
src/BZip2/BZip2Exception.cs
src/BZip2/BZip2Exception.cs
// BZip2.cs // // Copyright 2004 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program i...
// BZip2.cs // // Copyright 2004 John Reilly // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program i...
mit
C#
36b5c71a817b6e9c7874f2c0c2de5509c3db2cd0
use [ThreadStatic], drop reflection
lytico/xwt,antmicro/xwt,mono/xwt
Xwt.XamMac/Xwt.Mac/NSApplicationInitializer.cs
Xwt.XamMac/Xwt.Mac/NSApplicationInitializer.cs
// // NSApplicationInitializer.cs // // Author: // Lluis Sanchez Gual <lluis@xamarin.com> // // Copyright (c) 2016 Xamarin, Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to d...
// // NSApplicationInitializer.cs // // Author: // Lluis Sanchez Gual <lluis@xamarin.com> // // Copyright (c) 2016 Xamarin, Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to d...
mit
C#
9f45c54351f504c3590a6d53e9b3d9779ac420fb
Make StateMachine internal
mrahhal/Konsola
src/Konsola/StateMachine.cs
src/Konsola/StateMachine.cs
using System; namespace Konsola { internal class StateMachine<T> where T : class { public StateMachine(T[] data) { if (data == null) { throw new ArgumentNullException("data"); } Data = data; Position = -1; } public T[] Data { get; private set; } public int Position { get; set; } ...
using System; namespace Konsola { public class StateMachine<T> where T : class { public StateMachine(T[] data) { if (data == null) { throw new ArgumentNullException("data"); } Data = data; Position = -1; } public T[] Data { get; private set; } public int Position { get; set; } pu...
mit
C#
d80cd42d19cf7d95c1e6d6862000bb8ad08e9bc4
Update InputGrid.cs
LANDIS-II-Foundation/Landis-Spatial-Modeling-Library
src/Landscapes/InputGrid.cs
src/Landscapes/InputGrid.cs
// Copyright 2005-2006 University of Wisconsin // All rights reserved. // // Contributors: // James Domingo, UW-Madison, Forest Landscape Ecology Lab using Landis.SpatialModeling; using System.Collections.Generic; namespace Landis.Landscapes { /// <summary> /// An input grid with data values. ...
// Copyright 2005-2006 University of Wisconsin // All rights reserved. // // The copyright holders license this file under the New (3-clause) BSD // License (the "License"). You may not use this file except in // compliance with the License. A copy of the License is available at // // http://www.opensource....
apache-2.0
C#
53f5b276b68778876fbbb69db01344cf18334295
Clean up Paths
murador/xsp,stormleoxia/xsp,arthot/xsp,stormleoxia/xsp,stormleoxia/xsp,arthot/xsp,stormleoxia/xsp,arthot/xsp,murador/xsp,murador/xsp,arthot/xsp,murador/xsp
src/Mono.WebServer/Paths.cs
src/Mono.WebServer/Paths.cs
// // Paths.cs // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Lluis Sanchez Gual (lluis@ximian.com) // // Copyright (c) Copyright 2002-2007 Novell, Inc // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "So...
// // Paths.cs // // Authors: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // Lluis Sanchez Gual (lluis@ximian.com) // // Copyright (c) Copyright 2002-2007 Novell, Inc // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "So...
mit
C#
9b243ccc2346dfc134d6dbf62251765e3471dbc7
Remove Hit500.
naoey/osu,smoogipoo/osu,default0/osu,peppy/osu,RedNesto/osu,UselessToucan/osu,smoogipooo/osu,naoey/osu,johnneijzen/osu,johnneijzen/osu,smoogipoo/osu,DrabWeb/osu,smoogipoo/osu,DrabWeb/osu,NeoAdonis/osu,ZLima12/osu,peppy/osu,NeoAdonis/osu,2yangk23/osu,DrabWeb/osu,EVAST9919/osu,osu-RP/osu-RP,UselessToucan/osu,NotKyon/loli...
osu.Game.Mode.Osu/Objects/Drawables/DrawableOsuHitObject.cs
osu.Game.Mode.Osu/Objects/Drawables/DrawableOsuHitObject.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using osu.Game.Modes.Objects; using osu.Game.Modes.Objects.Drawables; namespace osu.Game.Modes.Osu.Objects.Drawables { public class DrawableOsuHitObject : Dra...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using osu.Game.Modes.Objects; using osu.Game.Modes.Objects.Drawables; namespace osu.Game.Modes.Osu.Objects.Drawables { public class DrawableOsuHitObject : Dra...
mit
C#
85f86ca094ba71c0c4c9d1e292b33ab00684b802
Allow BaseUnit accessibility
Stratajet/UnitConversion
UnitConversion/Base/UnitFactors.cs
UnitConversion/Base/UnitFactors.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace UnitConversion.Base { public class UnitFactors : Dictionary<UnitFactorSynonyms, double> { public UnitFactors(string baseUnit) { BaseUnit = baseUnit; } private string _bas...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace UnitConversion.Base { public class UnitFactors : Dictionary<UnitFactorSynonyms, double> { public UnitFactors(string baseUnit) { BaseUnit = baseUnit; } protected string Ba...
mit
C#
76f766c6d2ebacf8a939fd8c1c4aabad3311dd31
Remove badges from tabs
eatplayhate/versionr,eatplayhate/versionr,eatplayhate/versionr,eatplayhate/versionr,eatplayhate/versionr,eatplayhate/versionr,eatplayhate/versionr
VersionrWeb/Views/_RepoTabs.cshtml
VersionrWeb/Views/_RepoTabs.cshtml
@helper Active(string tab) { if (tab == ViewBag.RepoTab) { @:active } } <div class="header-wrapper"> <div class="ui container"><!-- start container --> <div class="ui vertically padded grid head"><!-- start grid --> <div class="column"><!-- start column --> <div class="ui header"> <div cl...
@helper Active(string tab) { if (tab == ViewBag.RepoTab) { @:active } } <div class="header-wrapper"> <div class="ui container"><!-- start container --> <div class="ui vertically padded grid head"><!-- start grid --> <div class="column"><!-- start column --> <div class="ui header"> <div cl...
apache-2.0
C#
4cef88d9724126e203611e7e774cf6581b1ae7f6
Increment version
Abc-Arbitrage/ZeroLog
ZeroLog/Properties/AssemblyInfo.cs
ZeroLog/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("Zer...
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("Zer...
mit
C#
0f335da140bb6b6243ed600741b390ace42c80cd
Use JSON.NET exceptions when unable to parse
cronofy/cronofy-csharp
src/Cronofy/EventTimeConvertor.cs
src/Cronofy/EventTimeConvertor.cs
using System; using Newtonsoft.Json; using System.Globalization; using Newtonsoft.Json.Linq; namespace Cronofy { internal sealed class EventTimeConverter : JsonConverter { public override bool CanConvert(Type objectType) { return false; } public override object ReadJson(JsonReader reader, Type objectTyp...
using System; using Newtonsoft.Json; using System.Globalization; using Newtonsoft.Json.Linq; namespace Cronofy { internal sealed class EventTimeConverter : JsonConverter { public override bool CanConvert(Type objectType) { return false; } public override object ReadJson(JsonReader reader, Type objectTyp...
mit
C#
684981641576163db167420e177f5b7bd7cc1b1a
Check if JsonPathSettings null before returning resolver
myquay/JsonPatch
src/JsonPatch/Paths/PathHelper.cs
src/JsonPatch/Paths/PathHelper.cs
using System; using JsonPatch.Formatting; using JsonPatch.Paths.Components; using JsonPatch.Paths.Resolvers; namespace JsonPatch.Paths { public class PathHelper { internal static IPathResolver PathResolver { get { return JsonPatchFormatter.Settings == nu...
using System; using JsonPatch.Formatting; using JsonPatch.Paths.Components; using JsonPatch.Paths.Resolvers; namespace JsonPatch.Paths { public class PathHelper { internal static IPathResolver PathResolver { get { return JsonPatchFormatter.Settings.PathResolver; } } ...
mit
C#
e9e76a2f3d18500f245674ca29f4bde6b7986e91
Bump version to 0.2
Gohla/renegadex-launcher
RXL.WPFClient/Properties/AssemblyInfo.cs
RXL.WPFClient/Properties/AssemblyInfo.cs
using System.Reflection; 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 with an assembly. [assembly: AssemblyTitle("RenegadeX Al...
using System.Reflection; 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 with an assembly. [assembly: AssemblyTitle("RenegadeX Al...
mit
C#
e2b119ce66ddde08721c2dfd817a4e3651365bb7
Move it to the right schedule
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Jobs/JobHandler.cs
Battery-Commander.Web/Jobs/JobHandler.cs
using BatteryCommander.Web.Models; using FluentScheduler; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Logging; using System; namespace BatteryCommander.Web.Jobs { internal static class JobHandler { public static void UseJobScheduler(this IApplicationBuilder app, ILoggerFactory logge...
using BatteryCommander.Web.Models; using FluentScheduler; using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Logging; using System; namespace BatteryCommander.Web.Jobs { internal static class JobHandler { public static void UseJobScheduler(this IApplicationBuilder app, ILoggerFactory logge...
mit
C#
e11c48ef70bf662d8e39996b4017bcc9598b39b0
Update Polygon.cs
TeamnetGroup/cap-net,darbio/cap-net
src/CAPNet/Models/Polygon.cs
src/CAPNet/Models/Polygon.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CAPNet.Models { /// <summary> /// /// </summary> public class Polygon { /// <summary> /// /// </summary> private IEnumerable<Coordinate> coordinates; /// <summ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CAPNet.Models { /// <summary> /// /// </summary> public class Polygon { /// <summary> /// /// </summary> private IEnumerable<Coordinate> coordinates; /// <summ...
mit
C#
8a34692e7c4f7ec00cefd3bb79873cb194bae71a
switch device type around to match mobile enums
bitwarden/core,bitwarden/core,bitwarden/core,bitwarden/core
src/Core/Enums/DeviceType.cs
src/Core/Enums/DeviceType.cs
namespace Bit.Core.Enums { public enum DeviceType : short { Android = 0, iOS = 1 } }
namespace Bit.Core.Enums { public enum DeviceType : short { iOS = 0, Android = 1 } }
agpl-3.0
C#
5bd9147661c4cace5dfa61bbf1756b3ac94307cf
Remove CreateCircle() - hitobjects should handle the addition of this to their hierarchy themselves.
osu-RP/osu-RP,2yangk23/osu,Frontear/osuKyzer,EVAST9919/osu,naoey/osu,RedNesto/osu,UselessToucan/osu,johnneijzen/osu,smoogipooo/osu,peppy/osu,peppy/osu-new,DrabWeb/osu,2yangk23/osu,tacchinotacchi/osu,Drezi126/osu,naoey/osu,ppy/osu,peppy/osu,naoey/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,Nabile-Rahmani/osu,Usele...
osu.Game.Modes.Taiko/Objects/Drawable/DrawableTaikoHitObject.cs
osu.Game.Modes.Taiko/Objects/Drawable/DrawableTaikoHitObject.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Game.Modes.Objects.Drawables; using osu.Game.Modes.Taiko.Judgements; namespace osu.Game.Modes.Taiko.Objects.Drawable { ...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using osu.Framework.Graphics; using osu.Game.Modes.Objects.Drawables; using osu.Game.Modes.Taiko.Judgements; using osu.Game.Modes.Taiko.Objects.Drawable.Pieces; ...
mit
C#
82fe87132808e035f799b63b85ebcf552eef8792
change version number
takenet/lime-csharp
src/Lime.Client.TestConsole/Properties/AssemblyInfo.cs
src/Lime.Client.TestConsole/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 ...
apache-2.0
C#
baef98b467e84ca78bffb468f9f134964c50b4dc
Fix naming
mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection,mattgwagner/Cash-Flow-Projection
src/Cash-Flow-Projection/Views/Home/Index.cshtml
src/Cash-Flow-Projection/Views/Home/Index.cshtml
@model Cash_Flow_Projection.Models.Dashboard @{ ViewData["Title"] = "Home Page"; } @using (Html.BeginForm("Balance", "Home", FormMethod.Post)) { @Html.AntiForgeryToken() <input type="text" name="balance" placeholder="Set Balance" /> <button type="submit">Set</button> } <table class="table table-stri...
@model Cash_Flow_Projection.Models.Dashboard @{ ViewData["Title"] = "Home Page"; } @using (Html.BeginForm("Balance", "Home", FormMethod.Post)) { @Html.AntiForgeryToken() <input type="text" id="balance" placeholder="Set Balance" /> <button type="submit">Set</button> } <table class="table table-stripe...
mit
C#
8e356ca2b4f216559061747534d1422a542c55f5
Fix default log level filter
mattwcole/gelf-extensions-logging
src/Gelf.Extensions.Logging/GelfLoggerOptions.cs
src/Gelf.Extensions.Logging/GelfLoggerOptions.cs
using System; using System.Collections.Generic; using Microsoft.Extensions.Logging; namespace Gelf.Extensions.Logging { public class GelfLoggerOptions { public GelfLoggerOptions() { Filter = (name, level) => level >= LogLevel; } /// <summary> /// GELF serve...
using System; using System.Collections.Generic; using Microsoft.Extensions.Logging; namespace Gelf.Extensions.Logging { public class GelfLoggerOptions { public GelfLoggerOptions() { Filter = (name, level) => level > LogLevel; } /// <summary> /// GELF server...
mit
C#
ab9317b5d2669d4eda964ff7062bad8da0dc074f
Remove visibility of internals for test project.
oliverzick/ImmutableUndoRedo
src/ImmutableUndoRedo/Properties/AssemblyInfo.cs
src/ImmutableUndoRedo/Properties/AssemblyInfo.cs
#region Copyright and license // <copyright file="AssemblyInfo.cs" company="Oliver Zick"> // Copyright (c) 2015 Oliver Zick. All rights reserved. // </copyright> // <author>Oliver Zick</author> // <license> // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
#region Copyright and license // <copyright file="AssemblyInfo.cs" company="Oliver Zick"> // Copyright (c) 2015 Oliver Zick. All rights reserved. // </copyright> // <author>Oliver Zick</author> // <license> // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
apache-2.0
C#
58808f838ae3be9776cd1b6d966ff73a08895f54
Update AssemblyFileVersion to 1.0.1.0
oliverzick/ImmutableUndoRedo
src/ImmutableUndoRedo/Properties/AssemblyInfo.cs
src/ImmutableUndoRedo/Properties/AssemblyInfo.cs
#region Copyright and license // <copyright file="AssemblyInfo.cs" company="Oliver Zick"> // Copyright (c) 2015 Oliver Zick. All rights reserved. // </copyright> // <author>Oliver Zick</author> // <license> // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
#region Copyright and license // <copyright file="AssemblyInfo.cs" company="Oliver Zick"> // Copyright (c) 2015 Oliver Zick. All rights reserved. // </copyright> // <author>Oliver Zick</author> // <license> // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file exce...
apache-2.0
C#
9a38bdbd74d69cb51d4cf4bfc3d1fa32a4c3d5ab
Disable validation on read-only table and card views.
IntelliTect/Coalesce,IntelliTect/Coalesce,IntelliTect/Coalesce,IntelliTect/Coalesce
src/IntelliTect.Coalesce/Helpers/ScriptHelper.cs
src/IntelliTect.Coalesce/Helpers/ScriptHelper.cs
using Microsoft.AspNetCore.Html; using System.Text; using IntelliTect.Coalesce.TypeDefinition; namespace IntelliTect.Coalesce.Helpers { public static class ScriptHelper { public static HtmlString StandardBinding<T>() { return StandardBinding(ReflectionRepository.GetClassViewModel<T...
using Microsoft.AspNetCore.Html; using System.Text; using IntelliTect.Coalesce.TypeDefinition; namespace IntelliTect.Coalesce.Helpers { public static class ScriptHelper { public static HtmlString StandardBinding<T>() { return StandardBinding(ReflectionRepository.GetClassViewModel<T...
apache-2.0
C#