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
4f530ccbb18c265282a865859ff4b6d504159960
Fix tests: difference was that the db was initialized in local and "/app/ensureBasicUser" is now "/ensureBasicUser".
Invenietis/CK-AspNet-Auth,Invenietis/CK-AspNet-Auth,Invenietis/CK-AspNet-Auth,Invenietis/CK-AspNet-Auth
Tests/Integration/WebApp.Tests/WebAppUrl.cs
Tests/Integration/WebApp.Tests/WebAppUrl.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WebApp.Tests { static class WebAppUrl { public const string EnsureBasicUser = "/ensureBasicUser"; public const string StartLoginUri = "/.webfront/c/startLogin"; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WebApp.Tests { static class WebAppUrl { public const string EnsureBasicUser = "/app/ensureBasicUser"; public const string StartLoginUri = "/.webfront/c/startLogin"; ...
mit
C#
9ca72eca679cbd64782623b879623a19800ea05d
Update AssemblyInfo.cs
SlicingDice/slicingdice-dot-net
TestsAndExamples/Properties/AssemblyInfo.cs
TestsAndExamples/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("Sl...
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("Sl...
mit
C#
56fe97a147197bd4cba09a6f462829481fbfef25
Make kiai hit explosions slightly more prominent.
Damnae/osu,naoey/osu,EVAST9919/osu,peppy/osu,ppy/osu,peppy/osu,2yangk23/osu,ppy/osu,tacchinotacchi/osu,EVAST9919/osu,ppy/osu,ZLima12/osu,naoey/osu,UselessToucan/osu,DrabWeb/osu,Drezi126/osu,2yangk23/osu,Frontear/osuKyzer,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,smoogipoo/osu,johnneijzen/osu,UselessToucan/osu,johnneij...
osu.Game.Rulesets.Taiko/UI/KiaiHitExplosion.cs
osu.Game.Rulesets.Taiko/UI/KiaiHitExplosion.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 OpenTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using ...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using OpenTK; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Sprites; using ...
mit
C#
c56ca549f2d48a73988238e1025e8586d6d0c007
Update documentation for bounty awarded event
cmdrmcdonald/EliteDangerousDataProvider
Events/BountyAwardedEvent.cs
Events/BountyAwardedEvent.cs
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EddiEvents { public class BountyAwardedEvent : Event { public const string NAME = "Bounty awarded"; public const string DESCRIPTION = "Triggered ...
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EddiEvents { public class BountyAwardedEvent : Event { public const string NAME = "Bounty awarded"; public const string DESCRIPTION = "Triggered ...
apache-2.0
C#
80334f6ed542a79aefc61f6f1ca25dc4a5755fb3
Fix test for GT_INDEX_ADDR to forcibly compile with minopts
krk/coreclr,cshung/coreclr,poizan42/coreclr,wtgodbe/coreclr,krk/coreclr,wtgodbe/coreclr,krk/coreclr,cshung/coreclr,poizan42/coreclr,cshung/coreclr,wtgodbe/coreclr,krk/coreclr,cshung/coreclr,krk/coreclr,cshung/coreclr,wtgodbe/coreclr,mmitche/coreclr,mmitche/coreclr,mmitche/coreclr,krk/coreclr,poizan42/coreclr,wtgodbe/co...
tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.cs
tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.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.Runtime.CompilerServices; // GitHub 20040: operand ordering bug with GT_INDEX_ADDR // Re...
// 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; // GitHub 20040: operand ordering bug with GT_INDEX_ADDR // Requires minopts/tier0 to repro namespac...
mit
C#
424e1f1cfef26e6b1ca54e6149beba0070e9fb12
Add route for updating caches via fragment traversal
uo-lca/CalRecycleLCA,uo-lca/CalRecycleLCA
vs/LCIAToolAPI/LCIAToolAPI/API/FragmentTraversalController.cs
vs/LCIAToolAPI/LCIAToolAPI/API/FragmentTraversalController.cs
using Data; using Ninject; using Services; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace LCAToolAPI.API { public class FragmentTraversalController : ApiController { [Inject] private readonly IFragmen...
using Data; using Ninject; using Services; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace LCAToolAPI.API { public class FragmentTraversalController : ApiController { [Inject] private readonly IFragmen...
bsd-2-clause
C#
f95430986c3fd80493d78ba76b8192fe3fb9e7ca
Fix compilation on Unity < 5.3.
jacobdufault/fullserializer,jacobdufault/fullserializer,jacobdufault/fullserializer
Assets/FullSerializer/Source/Converters/Unity/UnityEvent_Converter.cs
Assets/FullSerializer/Source/Converters/Unity/UnityEvent_Converter.cs
#if !NO_UNITY && UNITY_5_3_OR_NEWER using System; using UnityEngine; using UnityEngine.Events; namespace FullSerializer { partial class fsConverterRegistrar { // Disable the converter for the time being. Unity's JsonUtility API cannot be called from // within a C# ISerializationCallbackReceiver cal...
#if !NO_UNITY using System; using UnityEngine; using UnityEngine.Events; namespace FullSerializer { partial class fsConverterRegistrar { // Disable the converter for the time being. Unity's JsonUtility API cannot be called from // within a C# ISerializationCallbackReceiver callback. // pub...
mit
C#
67911d8787916cf7b84e842db5892c0155d52ad6
Active link in navbar should now be set as active based on the open controller page. Fixes issue #13
NinjaVault/NinjaHive,NinjaVault/NinjaHive
NinjaHive.WebApp/Views/Shared/General/_NavbarNavPartial.cshtml
NinjaHive.WebApp/Views/Shared/General/_NavbarNavPartial.cshtml
@using NinjaHive.WebApp.Controllers @using NinjaHive.WebApp.Extensions @using NinjaHive.WebApp.Helpers @if (Request.IsAuthenticated) { <ul class="nav navbar-nav"> @{ string currentPage = Request.Url.AbsolutePath; var actionLinks = new Dictionary<string,MvcHtmlString>{ {"Items", ...
@using NinjaHive.WebApp.Controllers @using NinjaHive.WebApp.Extensions @if (Request.IsAuthenticated) { @*TODO: 'active' placement*@ <ul class="nav navbar-nav"> <li class="active"> @{ var itemsAnchor = Html.ActionLink<ItemsController>("Items", c => c.Index()); } @itemsAnchor ...
apache-2.0
C#
05539e317a2b362ca1d960629b4be75ab58b1aad
bump qyoto version comment++
KDE/qyoto,KDE/qyoto
qyoto/src/AssemblyInfo.cs
qyoto/src/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; // Version number is the same as the version of the latest Qt // for which the Qyoto classes has been generated and the runtime has // been built [assembly: AssemblyVersion("4.5.0.0")] // Unnecessary, as the keyfile is given to the compiler as a paramet...
using System.Reflection; using System.Runtime.CompilerServices; // Version number is the same as the version of the latest Qt version // for which the Qyoto runtime has been programmed. [assembly: AssemblyVersion("4.4.0.0")] // Unnecessary, as the keyfile is given to the compiler as a parameter. // It may be useful t...
lgpl-2.1
C#
3baf7fdffe7bff05f3d08eaad8e05d861d8c29fd
fix empty handler class
killerantz/HoloToolkit-Unity,StephenHodgson/MixedRealityToolkit-Unity,vladkol/MixedRealityToolkit-Unity,vladkol/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,vladkol/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,DDReaper/MixedRealityToolkit-Unity
Assets/MixedRealityToolkit-SDK/Features/SpatialAwareness/System/Handlers/MixedRealitySpatialAwarenessSurfaceFindingHandler.cs
Assets/MixedRealityToolkit-SDK/Features/SpatialAwareness/System/Handlers/MixedRealitySpatialAwarenessSurfaceFindingHandler.cs
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Core.EventDatum.SpatialAwarenessSystem; using Microsoft.MixedReality.Toolkit.Core.Interfaces.SpatialAwarenessSystem.Handlers; n...
 public class MixedRealitySpatialAwarenessSurfaceFindingHandler { }
mit
C#
8a65157638aaf55f26fdd46777892deaf405ecbe
Add processing when error response JSON failed parsing
pierre3/LineMessagingApi,pierre3/LineMessagingApi
Line.Messaging/HttpResponseMessageExtensions.cs
Line.Messaging/HttpResponseMessageExtensions.cs
using Newtonsoft.Json; using System.Net.Http; using System.Threading.Tasks; namespace Line.Messaging { internal static class HttpResponseMessageExtensions { /// <summary> /// Validate the response status. /// </summary> /// <param name="response">HttpResponseMessage</param> ...
using Newtonsoft.Json; using System.Net.Http; using System.Threading.Tasks; namespace Line.Messaging { internal static class HttpResponseMessageExtensions { /// <summary> /// Validate the response status. /// </summary> /// <param name="response">HttpResponseMessage</param> ...
mit
C#
fff4ca067e44f530b0a53180c8dab580570b7851
Change AssemblyInfo for pre-release build.
ManiaDotNet/ManiaPlanet
ManiaNet.ManiaPlanet/Properties/AssemblyInfo.cs
ManiaNet.ManiaPlanet/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: AssemblyTitle("ManiaNet.ManiaPlanet")] [...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
lgpl-2.1
C#
b371933a449fd2e818407d047a7dabed93245ef8
Disable locally failiny npm command test
mjbvz/nodejstools,munyirik/nodejstools,lukedgr/nodejstools,lukedgr/nodejstools,kant2002/nodejstools,paladique/nodejstools,Microsoft/nodejstools,mjbvz/nodejstools,paulvanbrenk/nodejstools,paladique/nodejstools,mousetraps/nodejstools,lukedgr/nodejstools,AustinHull/nodejstools,kant2002/nodejstools,kant2002/nodejstools,avi...
Nodejs/Tests/NpmTests/NpmExecuteCommandTests.cs
Nodejs/Tests/NpmTests/NpmExecuteCommandTests.cs
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 License // // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing,...
//*********************************************************// // Copyright (c) Microsoft. All rights reserved. // // Apache 2.0 License // // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing,...
apache-2.0
C#
1b5599b9475cd2d5f3dacd7fdc3060a7b4570f5d
Update enmies in room return on error
solfen/Rogue_Cadet
Assets/Editor/EnemyUpdateInRooms.cs
Assets/Editor/EnemyUpdateInRooms.cs
using System.Collections.Generic; using System.Text.RegularExpressions; using UnityEngine; using UnityEditor; public class EnemyUpdateInRooms { private static string[] roomsPaths = { "Assets/Tiled2Unity/Prefabs" }; [MenuItem("Tools/Update enemy in rooms _F6")] private static void UpdateEnemiesRoom() { ...
using System.Collections.Generic; using System.Text.RegularExpressions; using UnityEngine; using UnityEditor; public class EnemyUpdateInRooms { private static string[] roomsPaths = { "Assets/Tiled2Unity/Prefabs" }; [MenuItem("Tools/Update enemy in rooms _F6")] private static void UpdateEnemiesRoom() { ...
mit
C#
d03aa13adc344ab65093fb4aab84900cba0982f7
Use platform abstractions
ChocoPacker/ChocoPacker.Clr
ChocoPacker.Burn.Tests/TestUtils.cs
ChocoPacker.Burn.Tests/TestUtils.cs
using Microsoft.DotNet.PlatformAbstractions; using System.IO; using System.Reflection; using System.Xml.Linq; namespace ChocoPacker.Burn.Tests { internal static class TestUtils { public static Stream ReadResource(string resourcePath) { var assembly = typeof(TestUtils).GetTypeInfo()....
using System.IO; using System.Reflection; using System.Xml.Linq; namespace ChocoPacker.Burn.Tests { internal static class TestUtils { public static Stream ReadResource(string resourcePath) { var assembly = typeof(TestUtils).GetTypeInfo().Assembly; return assembly.GetMani...
mit
C#
cab4069882c6e53defd287d502839d5a5ec2009b
Migrate ViewModelBase
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Fluent/ViewModels/ViewModelBase.cs
WalletWasabi.Fluent/ViewModels/ViewModelBase.cs
using ReactiveUI; using System; using System.Collections; using System.ComponentModel; using WalletWasabi.Gui.Validation; namespace WalletWasabi.Fluent.ViewModels { /// <summary> /// Base class for all ViewModels. /// </summary> public class ViewModelBase : ReactiveObject, INotifyDataErrorInfo, IRegisterValidation...
using ReactiveUI; namespace WalletWasabi.Fluent.ViewModels { /// <summary> /// Base class for all ViewModels. /// </summary> public class ViewModelBase : ReactiveObject { } }
mit
C#
a99b14c7fe01f64a09f41fa2beeea622b5475efe
bump version
overtools/OWLib
DataTool/Properties/AssemblyInfo.cs
DataTool/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("DataTool")] [assembly: AssemblyDescription...
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("DataTool")] [assembly: AssemblyDescription...
mit
C#
3fba47b8db26e59b26b139e790843c9585b71e65
Add support for `ExpiresAt` on `File`
stripe/stripe-dotnet
src/Stripe.net/Entities/Files/File.cs
src/Stripe.net/Entities/Files/File.cs
namespace Stripe { using System; using Newtonsoft.Json; using Stripe.Infrastructure; public class File : StripeEntity<File>, IHasId, IHasObject { [JsonProperty("id")] public string Id { get; set; } [JsonProperty("object")] public string Object { get; set; } ...
namespace Stripe { using System; using Newtonsoft.Json; using Stripe.Infrastructure; public class File : StripeEntity<File>, IHasId, IHasObject { [JsonProperty("id")] public string Id { get; set; } [JsonProperty("object")] public string Object { get; set; } ...
apache-2.0
C#
84f872e45532a60a4c08ba244c9cb3175e5843cf
Update Program.cs
MoonMaster/FunnyGame
FunnyGame/Program.cs
FunnyGame/Program.cs
using NLog; namespace FunnyGame { class Program { private static readonly Logger logger = LogManager.GetCurrentClassLogger(); static void Main(string[] args) { logger.Info("The Game started"); GameController game = new GameController(); game.Run(); logger.Info("The Game end"); } } }
using NLog; namespace FunnyGame { class Program { private static readonly Logger logger = LogManager.GetCurrentClassLogger(); static void Main(string[] args) { logger.Info("The Game is start"); GameController game = new GameController(); game.Run(); logger.Info("The Game is end"); } } }
mit
C#
45bb08fafb831b0129a512f0b87c3276c784e902
Handle case when no meeting rooms exist
ThessalonikiNet-MeetUp/NoiseDetectionBot,ThessalonikiNet-MeetUp/NoiseDetectionBot
Bot/Controllers/ConversationStarter.cs
Bot/Controllers/ConversationStarter.cs
 using Microsoft.Bot.Connector; using SampleAADV2Bot.Helpers; using System; using System.Threading.Tasks; using System.Linq; namespace SampleAADV2Bot.Controllers { public class ConversationStarter { public static async Task Resume(string conversationId, string channelId, string toId, string toName, st...
 using Microsoft.Bot.Connector; using SampleAADV2Bot.Helpers; using System; using System.Threading.Tasks; using System.Linq; namespace SampleAADV2Bot.Controllers { public class ConversationStarter { public static async Task Resume(string conversationId, string channelId, string toId, string toName, st...
mit
C#
4bf635dc1f841bf098cb28ff8fb7d53528c5fc37
Use CcsProcess as RestrictedProcess.Inner
lou1306/CIV,lou1306/CIV
CIV.Ccs/Processes/RestrictedProcess.cs
CIV.Ccs/Processes/RestrictedProcess.cs
using System; using System.Linq; using System.Collections.Generic; using CIV.Interfaces; namespace CIV.Ccs { class RestrictedProcess : CcsProcess { public CcsProcess Inner { get; set; } public ISet<String> Restrictions { get; set; } public override bool Equals(CcsProcess other) ...
using System; using System.Linq; using System.Collections.Generic; using CIV.Interfaces; namespace CIV.Ccs { class RestrictedProcess : CcsProcess { public IProcess Inner { get; set; } public ISet<String> Restrictions { get; set; } public override IEnumerable<Transition> Transitions() ...
mit
C#
5c4ca789b62dbb65042941ac7d5e1a6dd8403b91
Add ArrayExtensions.ArrayFromSingle()
eleven41/Eleven41.Extensions
Eleven41.Extensions/ArrayExtensions.cs
Eleven41.Extensions/ArrayExtensions.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Eleven41.Extensions { public static class ArrayExtensions { // Populates an entire array with the specified value. public static void Populate<T>(this T[] arr, T value) { for (int i = 0; i < arr.Length; i++) ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Eleven41.Extensions { public static class ArrayExtensions { // Populates an entire array with the specified value. public static void Populate<T>(this T[] arr, T value) { for (int i = 0; i < arr.Length; i++) ...
mit
C#
f7f8980eb6298d0eaae96d12d62a22de2a4b88b4
Add a subtle glow to the cursor.
paparony03/osu-framework,default0/osu-framework,RedNesto/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,Nabile-Rahmani/osu-framework,NeoAdonis/osu-framework,NeoAdonis/osu-framework,Tom94/osu-framework,EVAST9919/osu-framework,default0/osu-framework,naoey/osu-framework,ppy/osu-framework,EVAS...
osu.Framework/Graphics/Cursor/CursorContainer.cs
osu.Framework/Graphics/Cursor/CursorContainer.cs
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using osu.Framework.Graphics.Containers; using osu.Framework.Input; using OpenTK; using osu.Framework.Graphics.Sprites; using OpenTK.Graphics; names...
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using osu.Framework.Graphics.Containers; using osu.Framework.Input; using OpenTK; using osu.Framework.Graphics.Sprites; namespace osu.Framework.Graph...
mit
C#
3ea0e155306b3148790790633bb8a69dc0a32fbc
Make private methods in the Assembler static.
joshpeterson/mos,joshpeterson/mos,joshpeterson/mos
Mos6510/Assembler.cs
Mos6510/Assembler.cs
using System; using System.Collections.Generic; using System.Globalization; using Mos6510.Instructions; namespace Mos6510 { public class Assembler { private readonly Registry registry; public Assembler(Registry registry) { this.registry = registry; } public IEnumerable<byte> GetDisassem...
using System; using System.Collections.Generic; using System.Globalization; using Mos6510.Instructions; namespace Mos6510 { public class Assembler { private readonly Registry registry; public Assembler(Registry registry) { this.registry = registry; } public IEnumerable<byte> GetDisassem...
mit
C#
6b633b880172a76a2ccdb352ecb156b47b9d4266
Update AssemblyInfo.cs
rkoeninger/KitchenSink,rkoeninger/zed-sharp
KitchenSink/Properties/AssemblyInfo.cs
KitchenSink/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("KitchenSink")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("KitchenSink")] [assembly: AssemblyCopyright("Copyright © 2014-2017 Robert Koenin...
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("KitchenSink")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("KitchenSink")] [assembly: AssemblyCopyright("Copyright © 2014, 2015 by Robert Ko...
mit
C#
6d7e41016e366cff31dbefb0067070aea5ea8dd3
Add Tags property
freedesktop-unofficial-mirror/gstreamer__gstreamer-sharp,GStreamer/gstreamer-sharp,gstreamer-sharp/gstreamer-sharp,freedesktop-unofficial-mirror/gstreamer__gstreamer-sharp,gstreamer-sharp/gstreamer-sharp,GStreamer/gstreamer-sharp,freedesktop-unofficial-mirror/gstreamer__gstreamer-sharp,gstreamer-sharp/gstreamer-sharp,G...
sources/custom/TagList.cs
sources/custom/TagList.cs
// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any ...
// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any ...
lgpl-2.1
C#
19a10a0465a6498715fe93969d6bddfb6fe605c7
Change from Redirect to Proxy downloads
devlead/website,devlead/website,SharpeRAD/Cake.Website,devlead/website,cake-build/website,cake-build-bot/website,cake-build-bot/website,cake-build/website,cake-build/website,SharpeRAD/Cake.Website
src/Cake.Web/Controllers/DownloadController.cs
src/Cake.Web/Controllers/DownloadController.cs
using System.Web.Mvc; using Cake.Web.Core.Content; namespace Cake.Web.Controllers { public class DownloadController : Controller { private readonly PackagesConfigContent _content; public DownloadController(PackagesConfigContent content) { _content = content; } ...
using System.Web.Mvc; using Cake.Web.Core.Content; namespace Cake.Web.Controllers { public class DownloadController : Controller { private readonly PackagesConfigContent _content; public DownloadController(PackagesConfigContent content) { _content = content; } ...
mit
C#
405be7120c44e4d2d3f01493d4568dc26f7cc5b1
Bump to v0.5.0
danielwertheim/mynatsclient,danielwertheim/mynatsclient
buildconfig.cake
buildconfig.cake
public class BuildConfig { private const string Version = "0.5.0"; private const bool IsPreRelease = false; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public string Target { get; private set; } public string SemVer { get; private set; } pu...
public class BuildConfig { private const string Version = "0.4.0"; private const bool IsPreRelease = false; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public string Target { get; private set; } public string SemVer { get; private set; } pu...
mit
C#
157b961a3997530de76cd2541a5e21c436b066ae
Add missing copyright header
ErikSchierboom/roslyn,VSadov/roslyn,heejaechang/roslyn,panopticoncentral/roslyn,MichalStrehovsky/roslyn,AmadeusW/roslyn,CyrusNajmabadi/roslyn,shyamnamboodiripad/roslyn,reaction1989/roslyn,KevinRansom/roslyn,sharwell/roslyn,CyrusNajmabadi/roslyn,davkean/roslyn,reaction1989/roslyn,sharwell/roslyn,mavasani/roslyn,dotnet/r...
src/EditorFeatures/Core.Wpf/Diagnostics/UnnecessaryCodeFormatDefinition.cs
src/EditorFeatures/Core.Wpf/Diagnostics/UnnecessaryCodeFormatDefinition.cs
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; using System.Text; using System.Threading.Tasks; ...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Editor.Implementation.Diagnostics; using Microsoft.VisualStudio.Text.Classification; using Microsoft.VisualStudio.Utilities; namespa...
mit
C#
803fe6483f3e1ceb29c2e15b15cc7814a18439a9
Fix - la data del trasferimento viene gestita dal backend
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneTrasferimentiChiamate/AddTrasferimento/AddTrasferimentoCommandHandler.cs
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneTrasferimentiChiamate/AddTrasferimento/AddTrasferimentoCommandHandler.cs
using CQRS.Commands; using SO115App.API.Models.Classi.Soccorso.Eventi; using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso; using SO115App.Models.Servizi.Infrastruttura.GestioneTrasferimentiChiamate; using System; namespace SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestioneTrasferimentiChiamate...
using CQRS.Commands; using SO115App.API.Models.Classi.Soccorso.Eventi; using SO115App.Models.Servizi.Infrastruttura.GestioneSoccorso; using SO115App.Models.Servizi.Infrastruttura.GestioneTrasferimentiChiamate; using System; namespace SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestioneTrasferimentiChiamate...
agpl-3.0
C#
c7bfd472e2cb120ada6f6c19fe29afdf38fdeb5d
Update Parse for ReadOnly FileAccess (#876)
cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin,cucumber/gherkin
dotnet/Gherkin/Parser.Extensions.cs
dotnet/Gherkin/Parser.Extensions.cs
using System.IO; using Gherkin.Ast; namespace Gherkin { public class Parser : Parser<GherkinDocument> { public Parser() { } public Parser(IAstBuilder<GherkinDocument> astBuilder) : base(astBuilder) { } public GherkinDocument...
using System.IO; using Gherkin.Ast; namespace Gherkin { public class Parser : Parser<GherkinDocument> { public Parser() { } public Parser(IAstBuilder<GherkinDocument> astBuilder) : base(astBuilder) { } public GherkinDocument...
mit
C#
efa7bfd400d26ca78e79f9fc40280cf6db51b246
Bump version to 3.7.0
aviatrix/RazorEngine,SharpeRAD/RazorEngine,csantero/RazorEngine,aviatrix/RazorEngine,MetSystem/RazorEngine,HongJunRen/RazorEngine,Antaris/RazorEngine,Antaris/RazorEngine,SharpeRAD/RazorEngine,HongJunRen/RazorEngine,bcuff/RazorEngine,csantero/RazorEngine,MetSystem/RazorEngine,bcuff/RazorEngine
src/SharedAssemblyInfo.cs
src/SharedAssemblyInfo.cs
// <auto-generated/> using System.Reflection; [assembly: AssemblyCompanyAttribute("RazorEngine")] [assembly: AssemblyProductAttribute("RazorEngine")] [assembly: AssemblyCopyrightAttribute("RazorEngine Copyright © RazorEngine Project 2011-2015")] [assembly: AssemblyVersionAttribute("3.7.0")] [assembly: AssemblyFileVer...
// <auto-generated/> using System.Reflection; [assembly: AssemblyCompanyAttribute("RazorEngine")] [assembly: AssemblyProductAttribute("RazorEngine")] [assembly: AssemblyCopyrightAttribute("RazorEngine Copyright © RazorEngine Project 2011-2015")] [assembly: AssemblyVersionAttribute("3.7.0")] [assembly: AssemblyFileVer...
apache-2.0
C#
1f6a31355c514e809ca61a64f3a82e3a608e1777
Remove unused using statement
peppy/osu,ppy/osu,peppy/osu-new,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,ppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu
osu.Game/Tests/Visual/ScreenTestScene.cs
osu.Game/Tests/Visual/ScreenTestScene.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.Framework.Logging; using osu.Framework.Testing; using os...
// 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.Framework.Logging; using osu.Framework.Screens; using os...
mit
C#
c3b13ca44162263449bbcb3915a3e359f05011d6
Add SCardAutoAllocate
Archie-Yang/PcscDotNet
src/PcscDotNet/PcscProvider.cs
src/PcscDotNet/PcscProvider.cs
namespace PcscDotNet { /// <summary> /// Usage shared for IPcscProvider /// </summary> public static class PcscProvider { /// <summary> /// Length designator for auto-allocation memory from the smart card resource manager. /// </summary> public const int SCardAutoAllo...
namespace PcscDotNet { /// <summary> /// Usage shared for IPcscProvider /// </summary> public static class PcscProvider { } }
mit
C#
e762d81d8307b594d43fc7fbdb9398765c3fb262
Fix Category.Name.Setter never sets value
mono-soc-2012/Tasque,mono-soc-2012/Tasque,mono-soc-2012/Tasque
src/libtasque/Category.cs
src/libtasque/Category.cs
// // Category.cs // // Author: // Antonius Riha <antoniusriha@gmail.com> // // Copyright (c) 2012 Antonius Riha // // 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 restr...
// // Category.cs // // Author: // Antonius Riha <antoniusriha@gmail.com> // // Copyright (c) 2012 Antonius Riha // // 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 restr...
mit
C#
2d578c75b0d19c210278b4335f0104b03fe9364a
make Api constructor internal - must be constructed from OAuth class
solomobro/Instagram,solomobro/Instagram,solomobro/Instagram
src/Solomobro.Instagram/Api.cs
src/Solomobro.Instagram/Api.cs
namespace Solomobro.Instagram { /// <summary> /// The entry point for interacting with the Instagram API /// </summary> public class Api { private readonly string _clientId; private readonly string _clientSecret; private readonly string _accessToken; internal Api(st...
namespace Solomobro.Instagram { /// <summary> /// The entry point for interacting with the Instagram API /// </summary> public class Api { } }
apache-2.0
C#
563046a79275e1a95a9a8d40644542751e510a7c
Make sure the MainThreadScheduler is set properly
paulcbetts/SaveAllTheTime
SaveAllTheTime/ModuleInitializer.cs
SaveAllTheTime/ModuleInitializer.cs
using System.Reactive.Concurrency; using ReactiveUI; /// <summary> /// Used by the ModuleInit. All code inside the Initialize method is ran as soon as the assembly is loaded. /// </summary> public static class ModuleInitializer { /// <summary> /// Initializes the module. /// </summary> public static v...
/// <summary> /// Used by the ModuleInit. All code inside the Initialize method is ran as soon as the assembly is loaded. /// </summary> public static class ModuleInitializer { /// <summary> /// Initializes the module. /// </summary> public static void Initialize() { } }
mit
C#
98d12d271565a47958c9cb23873722cf3c43e696
update version info
marihachi/stacker
src/Properties/AssemblyInfo.cs
src/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("Stacker")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: Assemb...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 // アセンブリに関連付けられている情報を変更するには、 // これらの属性値を変更してください。 [assembly: AssemblyTitle("Stacker")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: Assemb...
mit
C#
fa2d8bafaef21daa92a820210b0a03ec418abd14
Add insulation bootstrapper to jobs.
exceptionless/Exceptionless,adamzolotarev/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless,adamzolotarev/Exceptionless,exceptionless/Exceptionless,adamzolotarev/Exceptionless
Source/Core/Jobs/JobBootstrapper.cs
Source/Core/Jobs/JobBootstrapper.cs
using System; using System.Reflection; using Exceptionless.Core.Extensions; using Exceptionless.Core.Utility; using Foundatio.ServiceProvider; using NLog.Fluent; using SimpleInjector; namespace Exceptionless.Core.Jobs { public class JobBootstrapper : BootstrappedServiceProviderBase { public override IServ...
using System; using Exceptionless.Core.Extensions; using Exceptionless.Core.Utility; using Foundatio.ServiceProvider; using SimpleInjector; namespace Exceptionless.Core.Jobs { public class JobBootstrapper : BootstrappedServiceProviderBase { public override IServiceProvider Bootstrap() { var co...
apache-2.0
C#
e54327c57d0c44d4f4d927a5a4e690c9e223c52f
Revert accidently changed inheritance in AuthorizeWrapperAttribute
rgonek/Ilaro.Admin,rgonek/Ilaro.Admin
src/Ilaro.Admin/DataAnnotations/AuthorizeWrapperAttribute.cs
src/Ilaro.Admin/DataAnnotations/AuthorizeWrapperAttribute.cs
using System; using System.Web.Mvc; namespace Ilaro.Admin.DataAnnotations { [AttributeUsage(AttributeTargets.Class)] public class AuthorizeWrapperAttribute : FilterAttribute, IAuthorizationFilter { public void OnAuthorization(AuthorizationContext filterContext) { var authorize ...
using System; using System.Web.Mvc; namespace Ilaro.Admin.DataAnnotations { [AttributeUsage(AttributeTargets.Class)] public class AuthorizeWrapperAttribute : FilterableAttribute, IAuthorizationFilter { public void OnAuthorization(AuthorizationContext filterContext) { var author...
mit
C#
a3b2a7b62b53fea8c1350feca09221ca81cae83d
Fix package verifier warnings
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Microsoft.AspNetCore.TestHost/Properties/AssemblyInfo.cs
src/Microsoft.AspNetCore.TestHost/Properties/AssemblyInfo.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.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle(...
// Copyright (c) .NET Foundation. // All Rights Reserved // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROVIDED *AS I...
apache-2.0
C#
b979fd7d6e9459832f66712114724c3387e0902d
Update Container Host to only count running containers
ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab
source/Container.Manager/Azure/ContainerCountMetricReporter.cs
source/Container.Manager/Azure/ContainerCountMetricReporter.cs
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Docker.DotNet; using Docker.DotNet.Models; using Microsoft.ApplicationInsights; using Microsoft.ApplicationInsights.Metrics; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; nam...
using System; using System.Threading; using System.Threading.Tasks; using Docker.DotNet; using Docker.DotNet.Models; using Microsoft.ApplicationInsights; using Microsoft.ApplicationInsights.Metrics; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; namespace SharpLab.Container.Manager.A...
bsd-2-clause
C#
b55785dbf31a5e7ecad22c7af9894614d24d4d8d
Make application controller abstract
stevehodgkiss/restful-routing,restful-routing/restful-routing,restful-routing/restful-routing,stevehodgkiss/restful-routing,stevehodgkiss/restful-routing,restful-routing/restful-routing
src/RestfulRouting.Sample/Controllers/ApplicationController.cs
src/RestfulRouting.Sample/Controllers/ApplicationController.cs
using System; using System.Web.Mvc; using RestfulRouting.Format; namespace RestfulRouting.Sample.Controllers { public abstract class ApplicationController : Controller { protected ActionResult RespondTo(Action<FormatCollection> format) { return new FormatResult(format); } ...
using System; using System.Web.Mvc; using RestfulRouting.Format; namespace RestfulRouting.Sample.Controllers { public class ApplicationController : Controller { protected ActionResult RespondTo(Action<FormatCollection> format) { return new FormatResult(format); } } }
mit
C#
0f8574a477936e1c42524762cc75983d31efe00a
Add turning to the player class.
TammiLion/TacoTinder
TacoTinder/Assets/Scripts/Player.cs
TacoTinder/Assets/Scripts/Player.cs
using UnityEngine; using System.Collections; public class Player : MonoBehaviour { public int playerID; public float baseFireCooldown; public float baseRotationSpeed; public God god; public Weapon weapon; public Vector2 direction; // Maybe this should be private? public Vector2 targetDirection; // This too. ...
using UnityEngine; using System.Collections; public class Player : MonoBehaviour { public int playerID; public float baseFireCooldown; public float baseRotationSpeed; public God god; public Weapon weapon; public Vector2 direction; // Maybe this should be private? public Vector2 targetDirection; // This too. ...
apache-2.0
C#
2b7b6c3fecdf2a38a65b4de71af23d5023fedbdf
Fix comments
z4kn4fein/stashbox
src/IContainerContext.cs
src/IContainerContext.cs
using Stashbox.Registration; using Stashbox.Resolution; namespace Stashbox { /// <summary> /// Represents the container context. /// </summary> public interface IContainerContext { /// <summary> /// The rservice registration repository. /// </summary> IRegistrationR...
using Stashbox.Registration; using Stashbox.Resolution; namespace Stashbox { /// <summary> /// Represents the container context. /// </summary> public interface IContainerContext { /// <summary> /// The repository of the registrations. /// </summary> IRegistrationRe...
mit
C#
db368be4800d466d9b3a34f750b246e2cdb81847
Mark the assembly as CLS Compliant
MasterDevs/ChromeDevTools
source/ChromeDevTools/Properties/AssemblyInfo.cs
source/ChromeDevTools/Properties/AssemblyInfo.cs
using System; 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("Chrome Developer Tools")] [...
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("Chrome Developer Tools")] [assembly: Asse...
mit
C#
39a3b4aa909d435e8a7e451c6c03d36133cb0542
Fix msbuild prop spec
xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents
Util/Xamarin.Build.Download/build.cake
Util/Xamarin.Build.Download/build.cake
var TARGET = Argument ("t", Argument ("target", "ci")); var SOURCE_COMMIT = EnvironmentVariable("BUILD_SOURCEVERSION") ?? ""; var SOURCE_BRANCH = EnvironmentVariable("BUIlD_SOURCEBRANCHNAME") ?? ""; Task("libs") .Does(() => { MSBuild("./source/Xamarin.Build.Download.sln", c => { c.Configuration = "Release"; c.R...
var TARGET = Argument ("t", Argument ("target", "ci")); var SOURCE_COMMIT = EnvironmentVariable("BUILD_SOURCEVERSION") ?? ""; var SOURCE_BRANCH = EnvironmentVariable("BUIlD_SOURCEBRANCHNAME") ?? ""; Task("libs") .Does(() => { MSBuild("./source/Xamarin.Build.Download.sln", c => { c.Configuration = "Release"; c.R...
mit
C#
66f314915dc3f2ed4a5d47857af5ee133b72d255
Fix crash on mobile releases when attempting to read any file
peppy/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu,ppy/osu
osu.Game/IO/LineBufferedReader.cs
osu.Game/IO/LineBufferedReader.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.IO; using System.Text; namespace osu.Game.IO { /// <summary> /// A <see cref="StreamReader"/>-like decorator (with more limited API) ...
// 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.IO; using System.Text; namespace osu.Game.IO { /// <summary> /// A <see cref="StreamReader"/>-like decorator (with more limited API) ...
mit
C#
fd6b10656c638753a15efcb004f8848e109852bf
Add TODO reminder about ruleset reference transfer quirk
NeoAdonis/osu,peppy/osu-new,smoogipooo/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu
osu.Game/Rulesets/IRulesetInfo.cs
osu.Game/Rulesets/IRulesetInfo.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.Database; #nullable enable namespace osu.Game.Rulesets { /// <summary> /// A representation of a ruleset's metadata. /// </summ...
// 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.Database; #nullable enable namespace osu.Game.Rulesets { /// <summary> /// A representation of a ruleset's metadata. /// </summ...
mit
C#
7126eddd7166f400fb0b80c52b1e1a9015f42b40
use GetPhotos inside the playground
tugberkugurlu/BonVoyage,tugberkugurlu/BonVoyage
samples/Playground/Program.cs
samples/Playground/Program.cs
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using BonVoyage; using BonVoyage.Models; namespace Playground { class Program { static void Main(string[] args) { Console.WriteLine("ClientId:"); var clientId = Cons...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using BonVoyage; using BonVoyage.Models; namespace Playground { class Program { static void Main(string[] args) { Console.WriteLine("ClientId:"); var clientId = Cons...
mit
C#
3d625908fc50a8f6e088726ef2cb2dbd90f5ecb5
Bump to v8.0.0
danielwertheim/Ensure.That,danielwertheim/Ensure.That
buildconfig.cake
buildconfig.cake
public class BuildConfig { private const string Version = "8.0.0"; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public bool IsDefaultBranch { get; private set; } public string Target { get; private set; } public string SemVer { get; private set;...
public class BuildConfig { private const string Version = "7.2.1"; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public bool IsDefaultBranch { get; private set; } public string Target { get; private set; } public string SemVer { get; private set;...
mit
C#
98da5665b1ab6db4c51c6fb6193ca5293bc72624
Fix wave text not animating correctly
p-dahlback/ld-35
Assets/UIOffscreenMover.cs
Assets/UIOffscreenMover.cs
using UnityEngine; using System.Collections; using UnityEngine.UI; public class UIOffscreenMover : MonoBehaviour { public float targetX; public float travelTime; public float waitTime; public RectTransform element; private float startX; private float finalX; private float currentTime = 0; // Use this for in...
using UnityEngine; using System.Collections; using UnityEngine.UI; public class UIOffscreenMover : MonoBehaviour { public float targetX; public float travelTime; public float waitTime; public RectTransform element; private float startX; private float finalX; private float currentTime = 0; // Use this for in...
apache-2.0
C#
2211c5730aa0d2b2dbda57c5639d34c164e08da8
fix macOS code
NickStrupat/CacheLineSize.NET
OSX.cs
OSX.cs
using System; using System.Runtime.InteropServices; namespace NickStrupat { internal static class OSX { public static Int32 GetSize() { IntPtr lineSize; IntPtr sizeOfLineSize = (IntPtr) IntPtr.Size; sysctlbyname("hw.cachelinesize", out lineSize, r...
using System; using System.Runtime.InteropServices; namespace NickStrupat { internal static class OSX { public static Int32 GetSize() { int lineSize; IntPtr sizeOfLineSize = (IntPtr) sizeof(int); sysctlbyname("hw.cachelinesize", out lineSize, ref ...
mit
C#
c947db7b20665ee61b882c6cbf963bac0c5a9e3b
update package 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#
01ea6dc2e542c5df06c0f8cbf09f6ccef7e46d01
Revert "chore: fix for running tests on linux"
mrahhal/MR.Augmenter,mrahhal/MR.Augmenter
build.cake
build.cake
#addin "nuget:https://www.nuget.org/api/v2?package=Newtonsoft.Json&version=9.0.1" #load "./build/index.cake" var target = Argument("target", "Default"); var build = BuildParameters.Create(Context); var util = new Util(Context, build); Task("Clean") .Does(() => { if (DirectoryExists("./artifacts")) { DeleteDire...
#addin "nuget:https://www.nuget.org/api/v2?package=Newtonsoft.Json&version=9.0.1" #load "./build/index.cake" var target = Argument("target", "Default"); var build = BuildParameters.Create(Context); var util = new Util(Context, build); Task("Clean") .Does(() => { if (DirectoryExists("./artifacts")) { DeleteDire...
mit
C#
5013ae9785b5a060156ad7aa82ddce0b7303bc4b
Fix NuGet restore after switching to old csproj format
DixonDs/Cake.Azure
build.cake
build.cake
#tool "nuget:?package=ilmerge" #load "parameters.cake" var parameters = BuildParameters.GetParameters(Context); Task("Restore-NuGet-Packages") .Does(() => { NuGetRestore("src/Cake.Azure.sln"); }); Task("Create-Version-Info") .Does(() => { CreateAssemblyInfo(File("AssemblyVersionInfo.cs"), new Assemb...
#tool "nuget:?package=ilmerge" #load "parameters.cake" var parameters = BuildParameters.GetParameters(Context); Task("Restore-NuGet-Packages") .Does(() => { MSBuild("src/Cake.Azure.sln", new MSBuildSettings { ToolPath = parameters.MSBuildPath } .SetConfiguration(parameters...
mit
C#
55654ac1b014c3f7d12616563a5e17ecb9160e70
add missing model: DockerRepository
lvermeulen/ProGet.Net
src/ProGet.Net/Native/Models/DockerRepository.cs
src/ProGet.Net/Native/Models/DockerRepository.cs
using System; // ReSharper disable InconsistentNaming namespace ProGet.Net.Native.Models { public class DockerRepository { public int Feed_Id { get; set; } public string Repository_Name { get; set; } public int? Download_Count { get; set; } public DateTime? Updated_Date { get;...
namespace ProGet.Net.Native.Models { public class DockerRepository { } }
mit
C#
bbe8e4253749dfb6cba775662449df8b30cfa8f8
Update BAC_Controller.cs
SE2-BAC/BAC-Tracker
BAC_Tracker/BAC_Tracker_Standard/Controller/BAC_Controller.cs
BAC_Tracker/BAC_Tracker_Standard/Controller/BAC_Controller.cs
using System; using System.Collections.Generic; using System.Text; namespace BAC_Tracker.Controller { //NM: This might need to be named as the Event_Controller to better reflect itself. public class BAC_Controller { public Model.Person Person { get; set; } public Model.Beverage Beverage {g...
using System; using System.Collections.Generic; using System.Text; namespace BAC_Tracker.Controller { public class BAC_Controller { public Model.Person Person { get; set; } public Model.Beverage Beverage {get; set; } // List of events // BAC_Controller() ...
apache-2.0
C#
b38ac8131afe95498291ad6669ae4067854ab6ef
Fix Bitrise.
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Core/BuildServers/Bitrise.cs
source/Nuke.Core/BuildServers/Bitrise.cs
// Copyright Matthias Koch 2017. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using JetBrains.Annotations; using static Nuke.Core.EnvironmentInfo; namespace Nuke.Core.BuildServers { /// <summary> /// Interface according to th...
// Copyright Matthias Koch 2017. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using JetBrains.Annotations; using static Nuke.Core.EnvironmentInfo; namespace Nuke.Core.BuildServers { /// <summary> /// Interface according to th...
mit
C#
d3f0d72b9cdf76eb8fcc0d97610cd172fbcd316b
Add a comment.
scz2011/WebApi,scz2011/WebApi,lewischeng-ms/WebApi,LianwMS/WebApi,chimpinano/WebApi,LianwMS/WebApi,abkmr/WebApi,yonglehou/WebApi,congysu/WebApi,lungisam/WebApi,abkmr/WebApi,yonglehou/WebApi,chimpinano/WebApi,lewischeng-ms/WebApi,lungisam/WebApi,congysu/WebApi
src/System.Web.Http/ModelBinding/IModelBinder.cs
src/System.Web.Http/ModelBinding/IModelBinder.cs
using System.Web.Http.Controllers; namespace System.Web.Http.ModelBinding { // Interface for model binding public interface IModelBinder { bool BindModel(HttpActionContext actionContext, ModelBindingContext bindingContext); } }
using System.Web.Http.Controllers; namespace System.Web.Http.ModelBinding { public interface IModelBinder { bool BindModel(HttpActionContext actionContext, ModelBindingContext bindingContext); } }
mit
C#
5483296780a5f5467be510aa81899db3277de874
change Rectangle contractor for FNA compatibility
Blucky87/Nez,prime31/Nez,prime31/Nez,prime31/Nez,eumario/Nez,ericmbernier/Nez
Nez-PCL/ECS/Components/Renderables/Sprites/PrototypeSprite.cs
Nez-PCL/ECS/Components/Renderables/Sprites/PrototypeSprite.cs
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace Nez { /// <summary> /// skewable rectangle sprite for prototyping /// </summary> public class PrototypeSprite : RenderableComponent { public override float width { get { return _width; } } public override float height { get { r...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace Nez { /// <summary> /// skewable rectangle sprite for prototyping /// </summary> public class PrototypeSprite : RenderableComponent { public override float width { get { return _width; } } public override float height { get { r...
mit
C#
0871eddf5ce193eda3dbbacb3ded4bad395fb52c
Make NavigatedEvent internal
haefele/UwCore
src/UwCore/Services/Navigation/NavigatedEvent.cs
src/UwCore/Services/Navigation/NavigatedEvent.cs
namespace UwCore.Services.Navigation { internal class NavigatedEvent { public object ViewModel { get; } public NavigatedEvent(object viewModel) { this.ViewModel = viewModel; } } }
namespace UwCore.Services.Navigation { public class NavigatedEvent { public object ViewModel { get; } public NavigatedEvent(object viewModel) { this.ViewModel = viewModel; } } }
mit
C#
3aec794f7feb738ac143ee981284e5fcf25867cb
Modify a comment.
AIWolfSharp/AIWolfCore,AIWolfSharp/AIWolf_NET
AIWolfLib/DataConverter.cs
AIWolfLib/DataConverter.cs
// // DataConverter.cs // // Copyright (c) 2016 Takashi OTSUKI // // This software is released under the MIT License. // http://opensource.org/licenses/mit-license.php // using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; using System.Linq; namespace AIWolf.Lib { /// <s...
// // DataConverter.cs // // Copyright (c) 2016 Takashi OTSUKI // // This software is released under the MIT License. // http://opensource.org/licenses/mit-license.php // using Newtonsoft.Json; using Newtonsoft.Json.Converters; using Newtonsoft.Json.Serialization; using System.Linq; namespace AIWolf.Lib { /// <s...
mit
C#
c0443e797386457bd6debd4c92f98ef38957e530
fix tests
justcoding121/Titanium-Web-Proxy,titanium007/Titanium,titanium007/Titanium-Web-Proxy
Tests/Titanium.Web.Proxy.UnitTests/CertificateManagerTests.cs
Tests/Titanium.Web.Proxy.UnitTests/CertificateManagerTests.cs
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Titanium.Web.Proxy.Network; namespace Titanium.Web.Proxy.UnitTests { [TestClass] public class CertificateManagerTests { private static readonly string[] hostNames...
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Titanium.Web.Proxy.Network; namespace Titanium.Web.Proxy.UnitTests { [TestClass] public class CertificateManagerTests { private static readonly string[] hostNames...
mit
C#
a01209cfe004bd4217caf5dccc41b8e22742f0d8
Simplify comparator
UselessToucan/osu,peppy/osu,smoogipoo/osu,peppy/osu,smoogipoo/osu,Drezi126/osu,ZLima12/osu,DrabWeb/osu,DrabWeb/osu,2yangk23/osu,peppy/osu-new,NeoAdonis/osu,EVAST9919/osu,NeoAdonis/osu,smoogipooo/osu,EVAST9919/osu,Damnae/osu,ZLima12/osu,DrabWeb/osu,NeoAdonis/osu,naoey/osu,ppy/osu,naoey/osu,UselessToucan/osu,naoey/osu,pp...
osu.Game/Beatmaps/ControlPoints/ControlPoint.cs
osu.Game/Beatmaps/ControlPoints/ControlPoint.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 System; namespace osu.Game.Beatmaps.ControlPoints { public class ControlPoint : IComparable<ControlPoint>, IEquatable<ControlPoint> { //...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; namespace osu.Game.Beatmaps.ControlPoints { public class ControlPoint : IComparable<ControlPoint>, IEquatable<ControlPoint> { //...
mit
C#
bc7dbaec5421e6d977be9830a73f048e504a1952
update version to 1.0.5.0
qoollo/Concierge
src/Concierge/Properties/AssemblyInfo.cs
src/Concierge/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an type is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an type. [assembly: AssemblyTitle("C...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an type is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an type. [assembly: AssemblyTitle("C...
apache-2.0
C#
2750a86c3270c66fb786e5191ad2bfa1c3f501ca
Bump version to 0.5
jamesfoster/DeepEqual
src/DeepEqual/Properties/AssemblyInfo.cs
src/DeepEqual/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("De...
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("De...
mit
C#
36c124275013302632eea83fa77b5a6f2923607e
Bump version to 2.9.9.
jcheng31/ForecastPCL,jcheng31/DarkSkyApi
ForecastPCL/Properties/AssemblyInfo.cs
ForecastPCL/Properties/AssemblyInfo.cs
using System.Resources; 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. [asse...
using System.Resources; 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. [asse...
mit
C#
e3a67143bc89624adf8560e334632f982120e0a0
Clean up the signalr mapping
crdschurch/crds-signin-checkin,crdschurch/crds-signin-checkin,crdschurch/crds-signin-checkin,crdschurch/crds-signin-checkin
SignInCheckIn/SignInCheckIn/Startup.cs
SignInCheckIn/SignInCheckIn/Startup.cs
using Microsoft.AspNet.SignalR; using Microsoft.Owin; using Microsoft.Owin.Cors; using Owin; [assembly: OwinStartup(typeof(SignInCheckIn.Startup))] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config", Watch = true)] namespace SignInCheckIn { public class Startup { public void Confi...
using Microsoft.AspNet.SignalR; using Microsoft.Owin; using Microsoft.Owin.Cors; using Owin; [assembly: OwinStartup(typeof(SignInCheckIn.Startup))] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config", Watch = true)] namespace SignInCheckIn { public class Startup { public void Confi...
bsd-2-clause
C#
3573d6b8dfe0620737fdce2e0ab2ed0a0e29ba11
Remove redundant qualifier.
RedNesto/osu-framework,default0/osu-framework,naoey/osu-framework,Tom94/osu-framework,ppy/osu-framework,DrabWeb/osu-framework,RedNesto/osu-framework,default0/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ZLima12/osu-framewo...
osu.Framework/Configuration/BindableBool.cs
osu.Framework/Configuration/BindableBool.cs
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; namespace osu.Framework.Configuration { public class BindableBool : Bindable<bool> { public BindableBool(bool value = ...
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using System; namespace osu.Framework.Configuration { public class BindableBool : Bindable<bool> { public BindableBool(bool value = ...
mit
C#
a12f6b78a4bbd265725f9981229c4dc2f7024c57
Split status retrieval into its own method
peppy/osu-new,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu
osu.Game/Screens/OnlinePlay/Lounge/Components/RoomStatusPill.cs
osu.Game/Screens/OnlinePlay/Lounge/Components/RoomStatusPill.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.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Sprites; using osu.Game.Graphics; using osu.Game.Graphics.Sprites...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Sprites; using osu.Game.Graphics; using osu.Game.Graphics.Sprites...
mit
C#
e5ad89474bb61d2d553ebf840766d533b4acefee
use double instead of int for jeton
gogus4/BlackJacker
BlackJacker/BlackJacker/Model/Joueur.cs
BlackJacker/BlackJacker/Model/Joueur.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BlackJacker.Model { public class Joueur : Personne { public double jeton { get; set; } public List<Carte> listSplit { get; set; } public Boolean isSplit { get...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BlackJacker.Model { public class Joueur : Personne { public int jeton { get; set; } public List<Carte> listSplit { get; set; } public Boolean isSplit { get; s...
apache-2.0
C#
2b9a7d1f75af21a7c74ebee89441b2418e0e51a7
remove empty constructor
ivayloivanof/C-Sharp-Chat-Programm
Client/ChatClient/ChatClient/Message.cs
Client/ChatClient/ChatClient/Message.cs
namespace ChatClient { using System; using System.Text; public class Message { private string author; private string text; private string date; public Message(string author, string text, string date) { this.FetchMessage(author, text, date); ...
namespace ChatClient { using System; using System.Text; public class Message { private string author; private string text; private string date; public Message() { } public Message(string author, string text, string date) { t...
unlicense
C#
2352bd7ca33712b9f144d3f6cf83cd1d97754662
Change GetService calls to GetRequiredService
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
src/Microsoft.AspNet.Http.Extensions/UseMiddlewareExtensions.cs
src/Microsoft.AspNet.Http.Extensions/UseMiddlewareExtensions.cs
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Reflection; using Microsoft.Framework.DependencyInjection; namespace Microsoft.AspNet.B...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using System.Reflection; using Microsoft.Framework.DependencyInjection; namespace Microsoft.AspNet.B...
apache-2.0
C#
1b8810a0ac20babf510e8c34ca53c3f46ad2bda5
Fix typo in MachineKeyEncryptionProvider
hitesh97/Nancy,anton-gogolev/Nancy,cgourlay/Nancy,MetSystem/Nancy,jonathanfoster/Nancy,rudygt/Nancy,jeff-pang/Nancy,cgourlay/Nancy,wtilton/Nancy,EIrwin/Nancy,damianh/Nancy,xt0rted/Nancy,joebuschmann/Nancy,guodf/Nancy,NancyFx/Nancy,davidallyoung/Nancy,tareq-s/Nancy,khellang/Nancy,charleypeng/Nancy,damianh/Nancy,EIrwin/N...
src/Nancy.Encryption.MachineKey/MachineKeyEncryptionProvider.cs
src/Nancy.Encryption.MachineKey/MachineKeyEncryptionProvider.cs
namespace Nancy.Encryption.MachineKey { using System; using System.Text; using System.Web.Security; using Nancy.Cryptography; /// <summary> /// An encryption provider that uses the ASP.Net MachineKey /// </summary> public class MachineKeyEncryptionProvider : IEncryptionProv...
namespace Nancy.Encryption.MachineKey { using System; using System.Text; using System.Web.Security; using Nancy.Cryptography; /// <summary> /// An encryption provider that uses the ASP.Net MachineKey /// </summary> public class MachineKeyEncryptionProvider : IEncryptionProv...
mit
C#
04f863bfb0a2d72a0eda73a8d60c5e44a7f96269
Include common options in test
appharbor/appharbor-cli
src/AppHarbor.Tests/Commands/HelpCommandTest.cs
src/AppHarbor.Tests/Commands/HelpCommandTest.cs
using System; using System.Collections.Generic; using System.IO; using AppHarbor.Commands; using Xunit; namespace AppHarbor.Tests.Commands { public class HelpCommandTest { private static Type FooCommandType = typeof(FooCommand); private static Type FooBarCommandType = typeof(FooBarCommand); private static Typ...
using System; using System.Collections.Generic; using System.IO; using AppHarbor.Commands; using Xunit; namespace AppHarbor.Tests.Commands { public class HelpCommandTest { private static Type FooCommandType = typeof(FooCommand); private static Type FooBarCommandType = typeof(FooBarCommand); private static Typ...
mit
C#
6e1481fb838bb791f0ef85d3268813a00f481d01
Fix spacing.
xoofx/NuGet,zskullz/nuget,OneGet/nuget,chester89/nugetApi,ctaggart/nuget,pratikkagda/nuget,OneGet/nuget,RichiCoder1/nuget-chocolatey,chester89/nugetApi,alluran/node.net,kumavis/NuGet,rikoe/nuget,xoofx/NuGet,mrward/nuget,chocolatey/nuget-chocolatey,themotleyfool/NuGet,oliver-feng/nuget,mono/nuget,themotleyfool/NuGet,all...
src/Core/Repositories/IPackageRepository.cs
src/Core/Repositories/IPackageRepository.cs
using System; using System.Diagnostics.CodeAnalysis; using System.Linq; namespace NuGet { public interface IPackageRepository { string Source { get; } [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "This call might be expensive")] IQuery...
using System; using System.Diagnostics.CodeAnalysis; using System.Linq; namespace NuGet { public interface IPackageRepository { string Source { get; } [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "This call might be expensive")] IQuer...
apache-2.0
C#
726fafb66c262184be9dd6c279a02af484ba5c98
Change string comparison
mdavid/manos-spdy,mdavid/manos-spdy,mdavid/manos-spdy,mdavid/manos-spdy,mdavid/manos-spdy,mdavid/manos-spdy,mdavid/manos-spdy
src/Manos/Manos.Routing/StringMatchOperation.cs
src/Manos/Manos.Routing/StringMatchOperation.cs
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use,...
// // Copyright (C) 2010 Jackson Harper (jackson@manosdemono.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use,...
mit
C#
0d1b30bc9c3f530ebf645a3d82614c45731f648c
Fix typo
pardahlman/RawRabbit,northspb/RawRabbit
test/RawRabbit.IntegrationTests/Features/RetryWithDelayTests.cs
test/RawRabbit.IntegrationTests/Features/RetryWithDelayTests.cs
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using RawRabbit.Context; using RawRabbit.IntegrationTests.TestMessages; using RawRabbit.vNext; using Xunit; namespace RawRabbit.IntegrationTests.Features { public class RetryWithDelayTests { [Fact] ...
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using RawRabbit.Context; using RawRabbit.IntegrationTests.TestMessages; using RawRabbit.vNext; using Xunit; namespace RawRabbit.IntegrationTests.Features { public class RetryWithDelayTests { [Fact] ...
mit
C#
a26eb14c4c1f95de54bc4a0105b31f34fcb4a3f0
fix return type in interface
Voxelgon/Voxelgon,Voxelgon/Voxelgon
Assets/Voxelgon/Geometry/Interfaces/IPolygon.cs
Assets/Voxelgon/Geometry/Interfaces/IPolygon.cs
using System.Collections.Generic; using UnityEngine; namespace Voxelgon.Geometry { public interface IPolygon { // PROPERTIES //the normal of the clockwise polygon // if the polygon is invalid, return Vector3.zero Vector3 SurfaceNormal { get; } //is the polygon convex? ...
using System.Collections.Generic; using UnityEngine; namespace Voxelgon.Geometry { public interface IPolygon { // PROPERTIES //the normal of the clockwise polygon // if the polygon is invalid, return Vector3.zero Vector3 SurfaceNormal { get; } //is the polygon convex? ...
apache-2.0
C#
7743a224d77f7c2340eb0685209e040d48984a18
Add icon class for SolutionAttribute.
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/IconClasses.cs
source/Nuke.Common/IconClasses.cs
// Copyright Matthias Koch, Sebastian Karasek 2018. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using Nuke.Common.ChangeLog; using Nuke.Common.Git; using Nuke.Common.Gitter; using Nuke.Common.ProjectModel; using Nuke.Common.Tools.Cov...
// Copyright Matthias Koch, Sebastian Karasek 2018. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using Nuke.Common.ChangeLog; using Nuke.Common.Git; using Nuke.Common.Gitter; using Nuke.Common.ProjectModel; using Nuke.Common.Tools.Cov...
mit
C#
91213ac70c99629d4240e73f328826468a380269
Update version
ShadowLaurus/LocalizationProvider,ShadowLaurus/LocalizationProvider,valdisiljuconoks/LocalizationProvider,ShadowLaurus/LocalizationProvider
DbLocalizationProvider/Properties/AssemblyInfo.cs
DbLocalizationProvider/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("DbLocalizationProvider")] [assembly: AssemblyDescription("Database driven localization provider for EPiServer")] [assembly: Guid("17ca5d23-46c3-44b1-8fa6-0f40b2e447ba")] [assembly: As...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("DbLocalizationProvider")] [assembly: AssemblyDescription("Database driven localization provider for EPiServer")] [assembly: Guid("17ca5d23-46c3-44b1-8fa6-0f40b2e447ba")] [assembly: As...
apache-2.0
C#
37bb218aed5e7ed08cc6116183a4ade996d42528
Set version back to 1.0.*
anjdreas/AspNetHttpLogger
Src/AspNetHttpLogger/Properties/AssemblyInfo.cs
Src/AspNetHttpLogger/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("As...
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("As...
mit
C#
5cd16c1ce13c91b270107aeb95803e8bf6b40213
Allow the json parser to deserialize non string values.
MindscapeHQ/raygun4net,MindscapeHQ/raygun4net,MindscapeHQ/raygun4net
Mindscape.Raygun4Net.Core/Parsers/RaygunRequestDataJsonParser.cs
Mindscape.Raygun4Net.Core/Parsers/RaygunRequestDataJsonParser.cs
using System; using System.Collections; using System.Collections.Generic; namespace Mindscape.Raygun4Net.Parsers { public class RaygunRequestDataJsonParser : IRaygunRequestDataParser { public IDictionary ToDictionary(string data) { try { return SimpleJson.DeserializeObject<Dictionary<s...
using System; using System.Collections; using System.Collections.Generic; namespace Mindscape.Raygun4Net.Parsers { public class RaygunRequestDataJsonParser : IRaygunRequestDataParser { public IDictionary ToDictionary(string data) { try { return SimpleJson.DeserializeObject<Dictionary<s...
mit
C#
d16848a1c1d5aa5d9202b0e9308b5c747cafca4a
Add Deconstruct extension method for KeyValuePair<TKey, TValue>
physhi/roslyn,jasonmalinowski/roslyn,diryboy/roslyn,bkoelman/roslyn,mgoertz-msft/roslyn,wvdd007/roslyn,bartdesmet/roslyn,kelltrick/roslyn,srivatsn/roslyn,bkoelman/roslyn,AlekseyTs/roslyn,dotnet/roslyn,gafter/roslyn,jcouv/roslyn,tannergooding/roslyn,bartdesmet/roslyn,tvand7093/roslyn,stephentoub/roslyn,AmadeusW/roslyn,s...
src/Compilers/Core/Portable/InternalUtilities/KeyValuePair.cs
src/Compilers/Core/Portable/InternalUtilities/KeyValuePair.cs
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; namespace Roslyn.Utilities { internal static class KeyValuePair { public static KeyValuePair<K, V> Create<...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; namespace Roslyn.Utilities { internal static class KeyValuePair { public static KeyValuePair<K, V> Create<...
mit
C#
3ccc70d3e19475902235f24fe95e6a4e5f7dc1df
Fix Media Library error with AzureBlob file storage #1653 (#1955)
stevetayloruk/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Or...
src/OrchardCore/OrchardCore.FileStorage.AzureBlob/BlobFile.cs
src/OrchardCore/OrchardCore.FileStorage.AzureBlob/BlobFile.cs
using System; using System.Linq; using Microsoft.WindowsAzure.Storage.Blob; namespace OrchardCore.FileStorage.AzureBlob { public class BlobFile : IFileStoreEntry { private readonly string _path; private readonly BlobProperties _blobProperties; private readonly string _name; priv...
using System; using System.Linq; using Microsoft.WindowsAzure.Storage.Blob; namespace OrchardCore.FileStorage.AzureBlob { public class BlobFile : IFileStoreEntry { private readonly string _path; private readonly BlobProperties _blobProperties; private readonly string _name; priv...
bsd-3-clause
C#
da061295ebb738bc27322e6ecc5ba7298405098c
Add SourceSpan.IsEmpty
textamina/scriban,lunet-io/scriban
src/Scriban/Parsing/SourceSpan.cs
src/Scriban/Parsing/SourceSpan.cs
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. namespace Scriban.Parsing { /// <summary> /// Defines the precise source location. /// </summary> public struct SourceSpan { ...
// Copyright (c) Alexandre Mutel. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. namespace Scriban.Parsing { /// <summary> /// Defines the precise source location. /// </summary> public struct SourceSpan { ...
bsd-2-clause
C#
51226858a2c51eecf67070d2b77e2cf70bd41a9e
Improve N1QL identifier escaping performance
brantburnett/Linq2Couchbase,drGarbinsky/Linq2Couchbase,couchbaselabs/Linq2Couchbase
Src/Couchbase.Linq/QueryGeneration/N1QlHelpers.cs
Src/Couchbase.Linq/QueryGeneration/N1QlHelpers.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Couchbase.Linq.QueryGeneration { /// <summary> /// Helpers for N1QL query generation /// </summary> public static class N1QlHelpers { /// <summary> /// ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Couchbase.Linq.QueryGeneration { /// <summary> /// Helpers for N1QL query generation /// </summary> public static class N1QlHelpers { /// <summary> /// ...
apache-2.0
C#
5169ee9d4b2ef1d88e8856a1ed83cdf2157f13c5
Change SMTP server
jled7/HADS
AppSecurity/AppSecurity.cs
AppSecurity/AppSecurity.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Mail; namespace AppSecurity { public class AppSecurity { public static Boolean sendConfirmEmail(string mail, int numConfirmacion) { SmtpClient client...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Mail; namespace AppSecurity { public class AppSecurity { public static Boolean sendConfirmEmail(string mail, int numConfirmacion) { SmtpClient client...
mit
C#
0c779f2874ce4f29b4f9b93aba64cfc40b2ca40a
Change import of jquery files.
dimitardanailov/TwitterBackupBackendAndAngularjs,dimitardanailov/TwitterBackupBackendAndAngularjs,dimitardanailov/TwitterBackupBackendAndAngularjs
TwitterWebApplication/App_Start/BundleConfig.cs
TwitterWebApplication/App_Start/BundleConfig.cs
using System.Web; using System.Web.Optimization; namespace TwitterWebApplication { public class BundleConfig { // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { bundles.Add...
using System.Web; using System.Web.Optimization; namespace TwitterWebApplication { public class BundleConfig { // For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862 public static void RegisterBundles(BundleCollection bundles) { bundles.Add...
mit
C#
3e0dad4bd34e945c424d81f7790c24f616db5570
Update EmptyItemList to only rescan once per list update
fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation
UnityProject/Assets/Scripts/UI/EmptyItemList.cs
UnityProject/Assets/Scripts/UI/EmptyItemList.cs
using System; using System.Collections.Generic; using UnityEngine; /// <summary> /// This class exists so you can create empty item entries /// without need for gameobject(like in SpawnedObjectsList). /// This will be obsolete once generic lists arrive. /// </summary> public class EmptyItemList : NetUIDynamicList { ...
using System; using System.Collections.Generic; using UnityEngine; /// <summary> /// This class exists so you can create empty item entries /// without need for gameobject(like in SpawnedObjectsList). /// This will be obsolete once generic lists arrive. /// </summary> public class EmptyItemList : NetUIDynamicList { ...
agpl-3.0
C#
3eb6a41f03c7bcc47ea1d81314a91be457a3fc59
Test adjustments
Aux/NTwitch,Aux/NTwitch
tests/NTwitch.Tests/Program.cs
tests/NTwitch.Tests/Program.cs
using NTwitch.Rest; using System; using System.Reflection; using System.Threading.Tasks; namespace NTwitch.Test { public class Program { public static void Main(string[] args) => new Program().Start().GetAwaiter().GetResult(); private TwitchRestClient _client; public asyn...
using NTwitch.Rest; using System; using System.Reflection; using System.Threading.Tasks; namespace NTwitch.Test { public class Program { public static void Main(string[] args) => new Program().Start().GetAwaiter().GetResult(); private TwitchRestClient _client; public asyn...
mit
C#
f968055ddc2ce56740ac83d7400116a7223bd0c4
Update TelemetryLogger.cs
tiksn/TIKSN-Framework
TIKSN.Core/Analytics/Telemetry/TelemetryLogger.cs
TIKSN.Core/Analytics/Telemetry/TelemetryLogger.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace TIKSN.Analytics.Telemetry { public class TelemetryLogger : IEventTelemeter, IExceptionTelemeter, IMetricTelemeter, ITraceTelemeter { private readonly ILogger<T...
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TIKSN.Analytics.Telemetry { public class TelemetryLogger : IEventTelemeter, IExceptionTelemeter, IMetricTelemeter, ITraceTelemeter { private readonly ILogger<T...
mit
C#
fd0ac4be231284ff985c4d41ff8267023d5b6718
Add textbox focus
mikemajesty/coolvalidator
CoolValidator/Validator.cs
CoolValidator/Validator.cs
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace CoolValidator { public static class formValidator { public static List<TextBox> ValidateTextBox(this Form form, Func<TextBox, bool> predicate = null) { var txtList = ...
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace CoolValidator { public static class formValidator { public static List<TextBox> ValidateTextBox(this Form form, Func<TextBox, bool> predicate = null) { var txtList = ...
mit
C#
fc2818f231cf0600fd144be06d208cb274f8c8ed
Change color to white
iridinite/shiftdrive
Client/Asteroid.cs
Client/Asteroid.cs
/* ** Project ShiftDrive ** (C) Mika Molenkamp, 2016. */ using Microsoft.Xna.Framework; namespace ShiftDrive { /// <summary> /// A <seealso cref="GameObject"/> representing a single asteroid. /// </summary> internal sealed class Asteroid : GameObject { public Asteroid() { type =...
/* ** Project ShiftDrive ** (C) Mika Molenkamp, 2016. */ using Microsoft.Xna.Framework; namespace ShiftDrive { /// <summary> /// A <seealso cref="GameObject"/> representing a single asteroid. /// </summary> internal sealed class Asteroid : GameObject { public Asteroid() { type =...
bsd-3-clause
C#
896677c93167c9721174679c982bd7051581cc6c
Allow missing members without throwing exceptions
DevrexLabs/Modules.JsonNetFormatter,DevrexLabs/Modules.JsonNetFormatter
Modules.JsonNetFormatter/JsonNetFormatter.cs
Modules.JsonNetFormatter/JsonNetFormatter.cs
using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Modules.JsonNet { /// <summary> /// IFormatter implementation based on Newtonsoft.Json serialization. /// Requires the Serializable attr...
using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Modules.JsonNet { /// <summary> /// IFormatter implementation based on Newtonsoft.Json serialization. /// Requires the Serializable attr...
mit
C#
06cfb42457afe7e300edcbbae4d8d5e78fe34964
Disable test to temp pass build
chef-partners/azure-powershell,PashaPash/azure-powershell,Matt-Westphal/azure-powershell,dulems/azure-powershell,jianghaolu/azure-powershell,pomortaz/azure-powershell,ClogenyTechnologies/azure-powershell,yadavbdev/azure-powershell,pankajsn/azure-powershell,SarahRogers/azure-powershell,hovsepm/azure-powershell,enavro/az...
src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/TestDnsAvailabilityTest.cs
src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/TestDnsAvailabilityTest.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#
55d147472778f6394c7b87f407cdd08083336c88
Remove unused method
eggapauli/ExtractTypeToFileDiagnostic
ExtractTypeToFileDiagnostic/ExtractTypeToFileDiagnostic/ExtractTypeToFileCodeFixProvider.cs
ExtractTypeToFileDiagnostic/ExtractTypeToFileDiagnostic/ExtractTypeToFileCodeFixProvider.cs
using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp...
using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp...
mit
C#
f8e4149e547b8853d1bd2f9df169e651484fe196
Set global patientid property in newrecall dialog
gsp8181/OpticianDB,gsp8181/OpticianDB
Forms/Dialogs/NewRecall.cs
Forms/Dialogs/NewRecall.cs
/* * Copyright (c) 2011 Geoffrey Prytherch * * 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...
/* * Copyright (c) 2011 Geoffrey Prytherch * * 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...
bsd-3-clause
C#
665558c297984e2a05590337440ee81bea864784
Remove unnecessary comment
ppy/osu,2yangk23/osu,smoogipoo/osu,EVAST9919/osu,johnneijzen/osu,2yangk23/osu,UselessToucan/osu,NeoAdonis/osu,NeoAdonis/osu,peppy/osu,johnneijzen/osu,peppy/osu,EVAST9919/osu,peppy/osu-new,UselessToucan/osu,ppy/osu,ZLima12/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,Z...
osu.Game/Rulesets/Mods/ModHidden.cs
osu.Game/Rulesets/Mods/ModHidden.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.Configuration; using osu.Game.Graphics; using osu.Game.Rulesets.Objects.Drawables; using System.Collections.Generic; using System.Linq; using osu.Framework...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Configuration; using osu.Game.Graphics; using osu.Game.Rulesets.Objects.Drawables; using System.Collections.Generic; using System.Linq; using osu.Framework...
mit
C#