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 |
|---|---|---|---|---|---|---|---|---|
fd2b501a7811ef0c2c3d0d2018c54d1d4bebbae2 | Add backward compatible constructor to ServiceFieldInfo. | FacilityApi/Facility | src/Facility.Definition/ServiceFieldInfo.cs | src/Facility.Definition/ServiceFieldInfo.cs | using System;
using System.Collections.Generic;
using System.Linq;
namespace Facility.Definition
{
/// <summary>
/// A field of a DTO.
/// </summary>
public sealed class ServiceFieldInfo : IServiceElementInfo, IValidatable
{
/// <summary>
/// Creates a field.
/// </summary>
public ServiceFieldInfo(string... | using System;
using System.Collections.Generic;
using System.Linq;
namespace Facility.Definition
{
/// <summary>
/// A field of a DTO.
/// </summary>
public sealed class ServiceFieldInfo : IServiceElementInfo, IValidatable
{
/// <summary>
/// Creates a field.
/// </summary>
public ServiceFieldInfo(string... | mit | C# |
e7aaf4a054dc9cc22f71947cfbdc4078275e7461 | add substitution tag with unicode | sumeshthomas/sendgrid-csharp,sendgrid/sendgrid-csharp,sendgrid/sendgrid-csharp,FriskyLingo/sendgrid-csharp,sendgrid/sendgrid-csharp,sumeshthomas/sendgrid-csharp,kenlefeb/sendgrid-csharp,pandeysoni/sendgrid-csharp,pandeysoni/sendgrid-csharp,brcaswell/sendgrid-csharp,brcaswell/sendgrid-csharp,dubrovkinmaxim/sendgrid-csha... | SendGrid/Example/Program.cs | SendGrid/Example/Program.cs | using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Mail;
using SendGrid;
namespace Example
{
internal class Program
{
// this code is used for the SMTPAPI examples
private static void Main()
{
// Create the email object first, then add the properties.
var my... | using System;
using System.Net;
using System.Net.Mail;
using SendGrid;
namespace Example
{
internal class Program
{
// this code is used for the SMTPAPI examples
private static void Main()
{
// Create the email object first, then add the properties.
var myMessage = new SendGridMessage();
... | mit | C# |
bd6d819533440f028f6a14fc6ceaeaa966d7045b | Swap BoundBinaryExpression.Result and OperatorKind | terrajobst/nquery-vnext | src/NQuery/Binding/BoundBinaryExpression.cs | src/NQuery/Binding/BoundBinaryExpression.cs | using System;
using System.Linq;
namespace NQuery.Binding
{
internal sealed class BoundBinaryExpression : BoundExpression
{
private readonly BoundExpression _left;
private readonly BinaryOperatorKind _operatorKind;
private readonly OverloadResolutionResult<BinaryOperatorSignature> _resu... | using System;
using System.Linq;
namespace NQuery.Binding
{
internal sealed class BoundBinaryExpression : BoundExpression
{
private readonly BoundExpression _left;
private readonly BinaryOperatorKind _operatorKind;
private readonly OverloadResolutionResult<BinaryOperatorSignature> _resu... | mit | C# |
f2b10d58e6f65f28b1a0b699e285b9e8b04917b7 | Add comments | sakapon/KLibrary-Labs | UILab/UI/UI/ScreenHelper.cs | UILab/UI/UI/ScreenHelper.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Forms;
namespace KLibrary.Labs.UI
{
/// <summary>
/// Provides the helper methods for screen.
/// </summary>
public static class ScreenHelper
{
/// <summary>
/// Gets the b... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Forms;
namespace KLibrary.Labs.UI
{
public static class ScreenHelper
{
public static Int32Rect AllScreensBounds
{
get { return _AllScreensBounds.Value; }
}
... | mit | C# |
d73ba9061fbcf18bd8206f97fa92744537c61958 | Make TagCloudViewComponent synchronous | bradygaster/downr,bradygaster/downr,spboyer/downr,spboyer/downr,bradygaster/downr | src/ViewComponents/TagCloudViewComponent.cs | src/ViewComponents/TagCloudViewComponent.cs | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using downr.Services;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ViewComponents;
using downr.Models.TagCloud;
namespace downr.ViewComponents
{
public class TagCloudViewComponent : ViewComponent
{
prot... | using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using downr.Services;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.ViewComponents;
using downr.Models.TagCloud;
namespace downr.ViewComponents
{
public class TagCloudViewComponent : ViewComponent
{
prot... | apache-2.0 | C# |
ab0daeccce39bd9e3abb02c0872bddfdff403bdb | Change header size in HTML generation. | gilles-leblanc/Sniptaculous | SnippetsToMarkdown/SnippetsToMarkdown/Commands/WriteHeaderHtmlCommand.cs | SnippetsToMarkdown/SnippetsToMarkdown/Commands/WriteHeaderHtmlCommand.cs | using System.Text;
namespace SnippetsToMarkdown.Commands
{
class WriteHeaderHtmlCommand : ICommand
{
private string directory;
public WriteHeaderHtmlCommand(string directory)
{
this.directory = directory;
}
public void WriteToOutput(StringBuild... | using System.Text;
namespace SnippetsToMarkdown.Commands
{
class WriteHeaderHtmlCommand : ICommand
{
private string directory;
public WriteHeaderHtmlCommand(string directory)
{
this.directory = directory;
}
public void WriteToOutput(StringBuild... | mit | C# |
4fcecd93b3dd439be3270578e3e17ab0cde644a8 | Switch to version 1.4.1 | biarne-a/Zebus,Abc-Arbitrage/Zebus | src/SharedVersionInfo.cs | src/SharedVersionInfo.cs | using System.Reflection;
[assembly: AssemblyVersion("1.4.1")]
[assembly: AssemblyFileVersion("1.4.1")]
[assembly: AssemblyInformationalVersion("1.4.1")]
| using System.Reflection;
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: AssemblyInformationalVersion("1.4.0")]
| mit | C# |
c521b3d669d46b9c38fc5845359dd2643087386a | Add ignores for testing | rprouse/nunit-tests,rprouse/nunit-tests,rprouse/nunit-tests | nunit-v3/IgnoreTests.cs | nunit-v3/IgnoreTests.cs | using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace nunit.v3
{
[TestFixture]
public class IgnoreTests
{
[Ignore("NUnit Issue #1762")]
[Test]
public void IgnoreBeforeTest()
{
... | using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace nunit.v3
{
[TestFixture]
public class IgnoreTests
{
[Ignore("NUnit Issue #1762")]
[Test]
public void IgnoreBeforeTest()
{
... | mit | C# |
72745a8ba1fad63b6aec87b8aca1548e08312932 | Clean up unused Context constants | ejadib/AuthBot,ejadib/AuthBot | AuthBot/ContextConstants.cs | AuthBot/ContextConstants.cs | // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license at the bottom of this file.
namespace AuthBot
{
public class ContextConstants
{
public const string PersistedCookieKey = "persistedCookie";
public const string AuthResultKey = "authResult";
... | // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See full license at the bottom of this file.
namespace AuthBot
{
public class ContextConstants
{
public const string PersistedCookieKey = "persistedCookie";
public const string AuthResultKey = "authResult";
... | mit | C# |
20646d5273e458fa0a2208e32553bbad8f3f049d | Use uppercase letters ONLY | 12joan/hangman | hangman.cs | hangman.cs | using System;
namespace Hangman {
public class Hangman {
public static void Main(string[] args) {
var game = new Game("HANG THE MAN");
game.GuessLetter('H');
var output = game.ShownWord();
Console.WriteLine(output);
// Table table = new Table(2, 3);
// string output = table.... | using System;
namespace Hangman {
public class Hangman {
public static void Main(string[] args) {
var game = new Game("hang the man");
game.GuessLetter('h');
var output = game.ShownWord();
Console.WriteLine(output);
// Table table = new Table(2, 3);
// string output = table.... | unlicense | C# |
a3dbe7efa354462c0b513362be38dd82d6314373 | Fix minor bugs. | rryk/omp-server,rryk/omp-server,rryk/omp-server,rryk/omp-server,rryk/omp-server,rryk/omp-server | KIARA/ObjectDeserializer.cs | KIARA/ObjectDeserializer.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
namespace KIARA
{
class ObjectDeserializer
{
#region Public interface
public static object Read(SerializedDataReader reader, Type objectType, List<WireEncoding> encoding)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
namespace KIARA
{
class ObjectDeserializer
{
#region Public interface
public static object Read(SerializedDataReader reader, Type objectType, List<WireEncoding> encoding)
{
... | bsd-3-clause | C# |
176979aeb0b1b3a4897fa7bb302d17c9609c8b66 | Fix typo in TabViewModel.cs | serenabenny/Caliburn.Micro,Caliburn-Micro/Caliburn.Micro | samples/features/Features.CrossPlatform.Shared/ViewModels/TabViewModel.cs | samples/features/Features.CrossPlatform.Shared/ViewModels/TabViewModel.cs | using System;
using Caliburn.Micro;
namespace Features.CrossPlatform.ViewModels
{
public class TabViewModel : Screen
{
public TabViewModel()
{
Messages = new BindableCollection<string>();
}
protected override void OnInitialize()
{
Messages.Add("... | using System;
using Caliburn.Micro;
namespace Features.CrossPlatform.ViewModels
{
public class TabViewModel : Screen
{
public TabViewModel()
{
Messages = new BindableCollection<string>();
}
protected override void OnInitialize()
{
Messages.Add("... | mit | C# |
29bf497ed3bfbf42862d96d86f1a10989a989428 | Fix renamed OmniXAML interface. | OronDF343/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,susloparovdenis/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jazzay/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,susloparovdenis/Avalo... | src/Markup/Perspex.Markup.Xaml/Converters/SolidColorBrushTypeConverter.cs | src/Markup/Perspex.Markup.Xaml/Converters/SolidColorBrushTypeConverter.cs | // Copyright (c) The Perspex Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using System.Globalization;
using OmniXaml.TypeConversion;
using Perspex.Media;
namespace Perspex.Markup.Xaml.Converters
{
public class ... | // Copyright (c) The Perspex Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.
using System;
using System.Globalization;
using OmniXaml.TypeConversion;
using Perspex.Media;
namespace Perspex.Markup.Xaml.Converters
{
public class ... | mit | C# |
2b87997ff753d92912ebb67070f0a9dabec43b2b | Make JSNLogLogger available to the outside world, so it can actually be used in ASP.NET 5 apps | mperdeck/jsnlog | JSNLog.aspnet5/PublicFacing/Configuration/JSNlogLogger.cs | JSNLog.aspnet5/PublicFacing/Configuration/JSNlogLogger.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Extensions.Logging;
using JSNLog.Infrastructure;
namespace JSNLog
{
public class JSNlogLogger : IJSNLogLogger
{
private ILoggerFactory _loggerFactory;
public JSNlogLogger(ILoggerFactory logge... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Extensions.Logging;
using JSNLog.Infrastructure;
namespace JSNLog
{
internal class JSNlogLogger : IJSNLogLogger
{
private ILoggerFactory _loggerFactory;
public JSNlogLogger(ILoggerFactory log... | mit | C# |
ce9a0d4707434786efc1cca3589b55e6489bcfb9 | update script with nuget download | Azure-Samples/MyDriving,Azure-Samples/MyDriving,Azure-Samples/MyDriving | XamarinApp/build.cake | XamarinApp/build.cake | #addin nuget:https://nuget.org/api/v2/?package=Cake.FileHelpers&version=1.0.3.2
#addin nuget:https://nuget.org/api/v2/?package=Cake.Xamarin&version=1.2.3
var username = EnvironmentVariable("XamarinLicenseUser", "");
var password = EnvironmentVariable("XamarinLicensePassword", "");
var TARGET = Argument ("target", Arg... | #addin "Cake.Xamarin"
var username = EnvironmentVariable("XamarinLicenseUser", "");
var password = EnvironmentVariable("XamarinLicensePassword", "");
var TARGET = Argument ("target", Argument ("t", "Default"));
Task ("Default").Does (() =>
{
RestoreComponents ("./MyTrips.sln", new XamarinComponentRestoreSettings
... | mit | C# |
83dd503698be240c3a2fa502093de2c3a2473292 | fix SummonuerSpell1 typo (#306) | frederickrogan/RiotSharp,JanOuborny/RiotSharp,Challengermode/RiotSharp,florinciubotariu/RiotSharp,jono-90/RiotSharp,BenFradet/RiotSharp,Oucema90/RiotSharp,oisindoherty/RiotSharp,Shidesu/RiotSharp | RiotSharp/CurrentGameEndpoint/Participant.cs | RiotSharp/CurrentGameEndpoint/Participant.cs | using Newtonsoft.Json;
using System.Collections.Generic;
namespace RiotSharp.CurrentGameEndpoint
{
/// <summary>
/// Class representing a Participant in the API.
/// </summary>
public class Participant
{
/// <summary>
/// Flag indicating whether or not this participant is a bot
... | using Newtonsoft.Json;
using System.Collections.Generic;
namespace RiotSharp.CurrentGameEndpoint
{
/// <summary>
/// Class representing a Participant in the API.
/// </summary>
public class Participant
{
/// <summary>
/// Flag indicating whether or not this participant is a bot
... | mit | C# |
bbcc8ac4f51be2c6119b45ab9c91f35c85dca3f3 | Create Request Ready. | bergthor13/Skermstafir,bergthor13/Skermstafir,bergthor13/Skermstafir | Skermstafir/Controllers/RequestController.cs | Skermstafir/Controllers/RequestController.cs | using Skermstafir.Exceptions;
using Skermstafir.Models;
using Skermstafir.Repositories;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace Skermstafir.Controllers
{
public class RequestController : Controller
{
//
// GET: /Request/
public Actio... | using Skermstafir.Exceptions;
using Skermstafir.Models;
using Skermstafir.Repositories;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace Skermstafir.Controllers
{
public class RequestController : Controller
{
//
// GET: /Request/
public Actio... | mit | C# |
4934ae1421d2c23d8fe46c48d31669e302a14ffe | Add TargetPlatformMinVersion | pakdev/roslyn-analyzers,mavasani/roslyn-analyzers,dotnet/roslyn-analyzers,mavasani/roslyn-analyzers,dotnet/roslyn-analyzers,pakdev/roslyn-analyzers | src/Utilities/Compiler/Options/MSBuildPropertyOptionNames.cs | src/Utilities/Compiler/Options/MSBuildPropertyOptionNames.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.
namespace Analyzer.Utilities
{
/// <summary>
/// MSBuild property names that are required to be threaded as analyzer config options.
/// </summar... | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Analyzer.Utilities
{
/// <summary>
/// MSBuild property names that are required to be threaded as analyzer config options.
/// </summar... | mit | C# |
bda8b29d597da26de42c341b014d6c85581d7f0e | Add ActualDelete to IDeletableEntityRepository. | yyankova/CountryFoodSubscribe,yyankova/CountryFoodSubscribe | CountryFoodSubscribe/CountryFood.Data.Common/IDeletableEntityRepository.cs | CountryFoodSubscribe/CountryFood.Data.Common/IDeletableEntityRepository.cs | namespace CountryFood.Data.Common
{
using System.Linq;
public interface IDeletableEntityRepository<T> : IRepository<T> where T : class
{
IQueryable<T> AllWithDeleted();
void ActualDelete(T entity);
}
}
| namespace CountryFood.Data.Common
{
using System.Linq;
public interface IDeletableEntityRepository<T> : IRepository<T> where T : class
{
IQueryable<T> AllWithDeleted();
}
}
| mit | C# |
0d8b0de71669ecd7078e262c6e308d64b51cf268 | Update comments for CopyMethod. | Azure/azure-storage-net-data-movement | lib/CopyMethod.cs | lib/CopyMethod.cs | //------------------------------------------------------------------------------
// <copyright file="CopyMethod.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation
// </copyright>
//------------------------------------------------------------------------------
namespace Microsoft.Azure.Storage.DataMov... | //------------------------------------------------------------------------------
// <copyright file="CopyMethod.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation
// </copyright>
//------------------------------------------------------------------------------
namespace Microsoft.Azure.Storage.DataMov... | mit | C# |
f15f0d5edef28f7465a769d124f489b13b50d270 | Implement last test case. | tiesmaster/DebuggerStepThroughRemover,modulexcite/DebuggerStepThroughRemover | DebuggerStepThroughRemover/DebuggerStepThroughRemover/DiagnosticAnalyzer.cs | DebuggerStepThroughRemover/DebuggerStepThroughRemover/DiagnosticAnalyzer.cs | using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
namespace DebuggerStepThroughRemover
{
// TODO: add ReSharper solu... | using System;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
namespace DebuggerStepThroughRemover
{
// TODO: add ReSharper solu... | mit | C# |
6e5c4ed7c6c3e4890c1480d7ccac1d52b131c8cf | Revert "Remove empty override" | peppy/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu | 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.Graphics;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Framework.Graphics.Sprites;
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
namesp... | // 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.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
namespace osu.Game.Rulesets.Mods
{
public abs... | mit | C# |
9c6a06c4d6354ada8a8eaf0cb91d8639f2092c2c | Add major American issuers | jcolag/CreditCardValidator | CreditCardRange/CreditCardRange/CreditCardType.cs | CreditCardRange/CreditCardRange/CreditCardType.cs | using System.ComponentModel;
namespace CreditCardProcessing
{
public enum CreditCardType
{
[Description("Unknown Issuer")]
Unknown,
[Description("American Express")]
AmEx,
[Description("Discover Card")]
Discover,
[Description("MasterCard")]
MasterCard,
[Description("Visa")]
Visa,
... | namespace CreditCardProcessing
{
public enum CreditCardType
{
Unknown,
}
}
| agpl-3.0 | C# |
ca42905feb98d595e5e37a6831f0251af581a371 | fix failing unit tests | OBeautifulCode/OBeautifulCode.IO | OBeautifulCode.IO.Test/Properties/AssemblyInfo.cs | OBeautifulCode.IO.Test/Properties/AssemblyInfo.cs | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode. All rights reserved.
// </copyright>
// -------------------------------------------------------------... | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode. All rights reserved.
// </copyright>
// -------------------------------------------------------------... | mit | C# |
f7235deb5f87a2416a876595f415b59fcbd9069d | Add MaskedConsoleInput#Get class stub | appharbor/appharbor-cli | src/AppHarbor/MaskedConsoleInput.cs | src/AppHarbor/MaskedConsoleInput.cs | using System;
namespace AppHarbor
{
public class MaskedConsoleInput
{
public string Get()
{
string input = "";
ConsoleKeyInfo key;
do
{
key = Console.ReadKey(true);
if (key.Key != ConsoleKey.Backspace && key.Key != ConsoleKey.Enter)
{
input += key.KeyChar;
Console.Write("*");... | namespace AppHarbor
{
public class MaskedConsoleInput
{
}
}
| mit | C# |
cdc09a12f61e03f19fe1547355d5fcb5b95115d5 | Add Deconstruct and Flatten for Maybe<T?>. | chtoucas/Narvalo.NET,chtoucas/Narvalo.NET | src/Narvalo.Fx/Applicative/Maybe.cs | src/Narvalo.Fx/Applicative/Maybe.cs | // Copyright (c) Narvalo.Org. All rights reserved. See LICENSE.txt in the project root for license information.
namespace Narvalo.Applicative
{
using System.Collections.Generic;
using System.Diagnostics;
/// <summary>
/// Provides a set of static and extension methods for <see cref="Maybe{T}"/>
/... | // Copyright (c) Narvalo.Org. All rights reserved. See LICENSE.txt in the project root for license information.
namespace Narvalo.Applicative
{
using System.Collections.Generic;
using System.Diagnostics;
/// <summary>
/// Provides a set of static and extension methods for <see cref="Maybe{T}"/>
/... | bsd-2-clause | C# |
42000f3e17b6e76b9c8ba1a4465c5643f359f65d | Remove extraneous #if | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console | src/Common/nunit/Env.cs | src/Common/nunit/Env.cs | // ***********************************************************************
// Copyright (c) 2007 Charlie Poole
//
// 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, inclu... | // ***********************************************************************
// Copyright (c) 2007 Charlie Poole
//
// 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, inclu... | mit | C# |
018adf7ffcd815cda8d3230e87d0c66fdb9a14ff | Call Bass.Free() after each test | EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,peppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework | osu.Framework.Tests/Audio/AudioThreadTest.cs | osu.Framework.Tests/Audio/AudioThreadTest.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.Threading;
using System.Threading.Tasks;
using ManagedBass;
using NUnit.Framework;
using osu.Framework.Audio.Track;
using osu.Framework.IO.Stor... | // 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.Threading;
using System.Threading.Tasks;
using NUnit.Framework;
using osu.Framework.Audio.Track;
using osu.Framework.IO.Stores;
using osu.Frame... | mit | C# |
2600c8681ae02bdcd3bc9de4ec1ed60a0efb252a | Fix redundant this | smoogipooo/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework | osu.Framework/Text/TexturedCharacterGlyph.cs | osu.Framework/Text/TexturedCharacterGlyph.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.Runtime.CompilerServices;
using osu.Framework.Graphics.Textures;
namespace osu.Framework.Text
{
public sealed class TexturedCharacterGlyph : ITexturedCh... | // 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.Runtime.CompilerServices;
using osu.Framework.Graphics.Textures;
namespace osu.Framework.Text
{
public sealed class TexturedCharacterGlyph : ITexturedCh... | mit | C# |
ae7547bbdafdb7b3bdaae3c9386a423fd8f42ea1 | Fix up distance -> positional length comments. | EVAST9919/osu,ppy/osu,2yangk23/osu,DrabWeb/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,DrabWeb/osu,peppy/osu,Damnae/osu,ZLima12/osu,NeoAdonis/osu,Nabile-Rahmani/osu,tacchinotacchi/osu,smoogipoo/osu,ZLima12/osu,smoogipoo/osu,nyaamara/osu,peppy/osu-new,2yangk23/osu,osu-RP/osu-RP,johnneijzen/osu,peppy/osu,UselessToucan/osu,sm... | osu.Game/Modes/Objects/Types/IHasDistance.cs | osu.Game/Modes/Objects/Types/IHasDistance.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Modes.Objects.Types
{
/// <summary>
/// A HitObject that has a positional length.
/// </summary>
public interface IHasDistanc... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Modes.Objects.Types
{
/// <summary>
/// A HitObject that has a distance.
/// </summary>
public interface IHasDistance : IHasE... | mit | C# |
6258fca3b6e71dd9a426a19ba04ccb58e136a4d3 | fix urlencode bug | fengyhack/csharp-sdk,qiniu/csharp-sdk | Qiniu/RS/GetPolicy.cs | Qiniu/RS/GetPolicy.cs | using System;
using System.Linq;
using Qiniu.Auth.digest;
using Qiniu.Conf;
namespace Qiniu.RS
{
/// <summary>
/// GetPolicy
/// </summary>
public class GetPolicy
{
public static string MakeRequest (string baseUrl, UInt32 expires = 3600, Mac mac = null)
{
if (mac == null) {
mac = new Mac (Config.ACCES... | using System;
using System.Linq;
using Qiniu.Auth.digest;
using Qiniu.Conf;
namespace Qiniu.RS
{
/// <summary>
/// GetPolicy
/// </summary>
public class GetPolicy
{
public static string MakeRequest (string baseUrl, UInt32 expires = 3600, Mac mac = null)
{
if (mac == null) {
mac = new Mac (Config.ACCES... | mit | C# |
d07597ac8de21d5f3b0bfbd38bbe49ec60a2320a | Update cake.build | xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents,xamarin/XamarinComponents | Android/ARCore/build.cake | Android/ARCore/build.cake | #load "../../common.cake"
var TARGET = Argument ("t", Argument ("target", "Default"));
var NUGET_VERSION = "1.7.0";
var AAR_VERSION = "1.7.0";
var AAR_URL = string.Format("https://dl.google.com/dl/android/maven2/com/google/ar/core/{0}/core-{0}.aar", AAR_VERSION);
var OBJ_VERSION = "0.3.0";
var OBJ_URL = string.Forma... | #load "../../common.cake"
var TARGET = Argument ("t", Argument ("target", "Default"));
var NUGET_VERSION = "1.6.0";
var AAR_VERSION = "1.6.0";
var AAR_URL = string.Format("https://dl.google.com/dl/android/maven2/com/google/ar/core/{0}/core-{0}.aar", AAR_VERSION);
var OBJ_VERSION = "0.3.0";
var OBJ_URL = string.Forma... | mit | C# |
6578283965473dd161b7bd14c5d504c43bf491dc | Add description | tobyclh/UnityCNTK,tobyclh/UnityCNTK | Assets/UnityCNTK/Model.cs | Assets/UnityCNTK/Model.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine.Assertions;
using System.Linq;
using UnityEngine;
using UnityEditor;
using CNTK;
using System.Timers;
using CNTK;
namespace UnityCNTK
{
// Unifying class that combine the use of both EvalDLL and CNTKLibrary
// The reason we have not d... | using System.Collections;
using System.Collections.Generic;
using UnityEngine.Assertions;
using System.Linq;
using UnityEngine;
using UnityEditor;
using CNTK;
using System.Timers;
using CNTK.Extensibility.Managed;
namespace UnityCNTK
{
public abstract class Model : ScriptableObject
{
public Function ... | mit | C# |
f79fa9f50ab0eaf96a8f05cae249f5d03f8e7819 | Bump version to 2.1.0 | mj1856/TimeZoneNames | SharedAssemblyInfo.cs | SharedAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyCompany("Matt Johnson")]
[assembly: AssemblyProduct("Time Zone Names")]
[assembly: AssemblyCopyright("Copyright © Matt Johnson")]
[assembly: AssemblyVersion("2.1.0.*")]
[assembly: AssemblyInformationalVersion("2.1.0")]
| using System.Reflection;
[assembly: AssemblyCompany("Matt Johnson")]
[assembly: AssemblyProduct("Time Zone Names")]
[assembly: AssemblyCopyright("Copyright © Matt Johnson")]
[assembly: AssemblyVersion("2.0.1.*")]
[assembly: AssemblyInformationalVersion("2.0.1")]
| mit | C# |
afa5506415dc8690dbe87e59333932b20b428702 | Document and suppress an FxCop warning | badjer/Nvelope,badjer/Nvelope,TrinityWestern/Nvelope,TrinityWestern/Nvelope | src/Month.cs | src/Month.cs | //-----------------------------------------------------------------------
// <copyright file="Month.cs" company="TWU">
// MIT Licenced
// </copyright>
//-----------------------------------------------------------------------
namespace Nvelope
{
using System.Diagnostics.CodeAnalysis;
/// <summary>
... |
namespace Nvelope
{
public enum Month
{
January = 1,
February = 2,
March = 3,
April = 4,
May = 5,
June = 6,
July = 7,
August = 8,
September = 9,
October = 10,
November = 11,
December = 12
}
}... | mit | C# |
c4325788e3032c33b3a0224e0df66924972d3a1b | Stop collision with done | ArcticEcho/Hatman | Hatman/Commands/Should.cs | Hatman/Commands/Should.cs | using System.Text.RegularExpressions;
using ChatExchangeDotNet;
namespace Hatman.Commands
{
class Should : ICommand
{
private readonly Regex ptn = new Regex(@"(?i)^((sh|[cw])ould|can|are|did|will|is|has|do(es)\b)", Extensions.RegOpts);
private readonly string[] phrases = new[]
{
... | using System.Text.RegularExpressions;
using ChatExchangeDotNet;
namespace Hatman.Commands
{
class Should : ICommand
{
private readonly Regex ptn = new Regex(@"(?i)^((sh|[cw])ould|can|are|did|will|is|has|do)", Extensions.RegOpts);
private readonly string[] phrases = new[]
{
... | isc | C# |
a11d28db1f929d0dc307abe1585ead0940fef493 | Test Scan being lazy | anders9ustafsson/morelinq-portable,anders9ustafsson/morelinq-portable,anders9ustafsson/morelinq-portable | MoreLinq.Test/ScanTest.cs | MoreLinq.Test/ScanTest.cs | #region License and Terms
// MoreLINQ - Extensions to LINQ to Objects
// Copyright (c) 2008 Jonathan Skeet. 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
//... | #region License and Terms
// MoreLINQ - Extensions to LINQ to Objects
// Copyright (c) 2008 Jonathan Skeet. 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
//... | apache-2.0 | C# |
8843ce8a2c0bc2100a8a38d23cd8514a0c70bc07 | Fix #427 - Add required check for KeysHeadings | SusanaL/Glimpse,elkingtonmcb/Glimpse,paynecrl97/Glimpse,dudzon/Glimpse,rho24/Glimpse,gabrielweyer/Glimpse,dudzon/Glimpse,gabrielweyer/Glimpse,codevlabs/Glimpse,flcdrg/Glimpse,paynecrl97/Glimpse,rho24/Glimpse,elkingtonmcb/Glimpse,rho24/Glimpse,codevlabs/Glimpse,SusanaL/Glimpse,Glimpse/Glimpse,Glimpse/Glimpse,elkingtonmc... | source/Glimpse.Core/Framework/TabMetadata.cs | source/Glimpse.Core/Framework/TabMetadata.cs | namespace Glimpse.Core.Framework
{
/// <summary>
/// Contains any metadata associated with a given tab.
/// </summary>
public class TabMetadata
{
/// <summary>
/// Gets or sets the documentation Uri.
/// </summary>
/// <value>
/// The documentation URI.
... | namespace Glimpse.Core.Framework
{
/// <summary>
/// Contains any metadata associated with a given tab.
/// </summary>
public class TabMetadata
{
/// <summary>
/// Gets or sets the documentation Uri.
/// </summary>
/// <value>
/// The documentation URI.
... | apache-2.0 | C# |
1bc81d343cc0a44db5805c8b57fc382bbce7ff8f | correct delay calc | AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us,AerisG222/mikeandwan.us | src/Maw.Cache.Initializer/DelayCalculator.cs | src/Maw.Cache.Initializer/DelayCalculator.cs | namespace Maw.Cache.Initializer;
internal class DelayCalculator
: IDelayCalculator
{
public int CalculateRandomizedDelay(int baseDelayMs, float fluctuationPercentage)
{
if(fluctuationPercentage <= 0)
{
return baseDelayMs;
}
var flux = Convert.ToInt32(baseDelayMs... | namespace Maw.Cache.Initializer;
internal class DelayCalculator
: IDelayCalculator
{
public int CalculateRandomizedDelay(int baseDelayMs, float fluctuationPercentage)
{
if(fluctuationPercentage <= 0)
{
return baseDelayMs;
}
var flux = Convert.ToInt32(baseDelayMs... | mit | C# |
117d3b6f86a5ce840a1928d56001aad2f703d616 | Convert rollover lifecycle action to accept max size as a string and not long? #3775 | elastic/elasticsearch-net,elastic/elasticsearch-net | src/Nest/XPack/Ilm/Actions/RolloverAction.cs | src/Nest/XPack/Ilm/Actions/RolloverAction.cs | using System.Runtime.Serialization;
namespace Nest
{
/// <summary>
/// The Rollover Action rolls an alias over to a new index when the existing index meets one of the rollover conditions.
/// </summary>
/// <remarks>
/// Phases allowed: hot.
/// </remarks>
public interface IRolloverLifecycleAction : ILifecycleA... | using System.Runtime.Serialization;
namespace Nest
{
/// <summary>
/// The Rollover Action rolls an alias over to a new index when the existing index meets one of the rollover conditions.
/// </summary>
/// <remarks>
/// Phases allowed: hot.
/// </remarks>
public interface IRolloverLifecycleAction : ILifecycleA... | apache-2.0 | C# |
29a54be946433db82b1da9ca0015be89804ed4d2 | Update DotNetVersionFinder | canton7/SyncTrayzor,canton7/SyncTrayzor,canton7/SyncTrayzor | src/SyncTrayzor/Utils/DotNetVersionFinder.cs | src/SyncTrayzor/Utils/DotNetVersionFinder.cs | using Microsoft.Win32;
using System;
using System.Collections.Generic;
namespace SyncTrayzor.Utils
{
public static class DotNetVersionFinder
{
// See https://msdn.microsoft.com/en-us/library/hh925568.aspx#net_d
private static readonly Dictionary<int, string> versionMapping = new Dictionary<in... | using Microsoft.Win32;
using System;
using System.Collections.Generic;
namespace SyncTrayzor.Utils
{
public static class DotNetVersionFinder
{
// See https://msdn.microsoft.com/en-us/library/hh925568.aspx#net_d
private static readonly Dictionary<int, string> versionMapping = new Dictionary<in... | mit | C# |
b06f2ff5e445ac6cf51394a55872a7ca53708b54 | Fix after spelling mistake | dreamnucleus/Commands | Slipstream.CommonDotNet.Commands.Playground/ExceptionNotification.cs | Slipstream.CommonDotNet.Commands.Playground/ExceptionNotification.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Slipstream.CommonDotNet.Commands.Notifications;
namespace Slipstream.CommonDotNet.Commands.Playground
{
public class ExceptionNotification : IExceptionNotification<FakeCommand>
{
p... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Slipstream.CommonDotNet.Commands.Notifications;
namespace Slipstream.CommonDotNet.Commands.Playground
{
public class ExceptionNotification : IExceptionNotification<FakeCommand>
{
p... | mit | C# |
9e20cb66a4635e6ab9962dc4afeafb3b93149c6e | Add doc tags. | jsimonweb/csharp-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,jsimonweb/csharp-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,jsimonweb/csharp-docs-samples,GoogleCloudPlatform/dotnet-docs-samples,jsimonweb/csharp-docs-samples,GoogleCloudPlatform/dotnet-docs-samples | vision/api/DetectLabels/DetectLabels.cs | vision/api/DetectLabels/DetectLabels.cs | // Copyright(c) 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | // Copyright(c) 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | apache-2.0 | C# |
d3269ff87fef1184535d08762bbcfe5b4c3e3b78 | Add XML description for Authentication Scheme | damonbarry/azure-iot-sdks-1,damonbarry/azure-iot-sdks-1,oriolpinol/azure-iot-sdks,Eclo/azure-iot-sdks,damonbarry/azure-iot-sdks-1,Eclo/azure-iot-sdks,dominicbetts/azure-iot-sdks,Eclo/azure-iot-sdks,Eclo/azure-iot-sdks,kevinledinh/azure-iot-sdks,dominicbetts/azure-iot-sdks,kevinledinh/azure-iot-sdks,kevinledinh/azure-io... | csharp/device/Microsoft.Azure.Devices.Client/AuthenticationScheme.cs | csharp/device/Microsoft.Azure.Devices.Client/AuthenticationScheme.cs | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Devices.Client
{
/// <summary>
/// Specifies the Authentication Scheme used by Device Client
/// </summary>
public enum S
... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Devices.Client
{
public enum AuthenticationScheme
{
// Shared Access Signature
SAS = 0,
// X509 Certificate
... | mit | C# |
6be1daa7028a22e5d2245c12e3d054f0d51b4e9f | Remove shouldDeployGraphDocumentation from setup.cake | cake-contrib/Cake.Recipe,cake-contrib/Cake.Recipe | setup.cake | setup.cake | #load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
Environment.SetVariableNames();
BuildParameters.SetParameters(context: Context,
buildSystem: BuildSystem,
sourceDirectoryPath: "./src",
title: "Cak... | #load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
Environment.SetVariableNames();
BuildParameters.SetParameters(context: Context,
buildSystem: BuildSystem,
sourceDirectoryPath: "./src",
title: "Cak... | mit | C# |
3ff3ba7ec3f087bf6bb8c8841b148bff333676e8 | Implement unwrapOr | Winwardo/ResultType | ResultType/Result.cs | ResultType/Result.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ResultType
{
public class Result<T, E> : IResult<T, E>
{
private readonly bool ok;
T value;
E error;
public static Result<T, E> Ok(T value)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ResultType
{
public class Result<T, E> : IResult<T, E>
{
private readonly bool ok;
T value;
E error;
public static Result<T, E> Ok(T value)
{
... | mit | C# |
8d899f4e7742e93b8afa0432e865685e3b92e71f | Apply changes to the BreakTracker and more adjustment | NeoAdonis/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,smoogipooo/osu,peppy/osu,smoogipoo/osu,peppy/osu-new,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,smoogipoo/osu | osu.Game/Screens/Play/BreakTracker.cs | osu.Game/Screens/Play/BreakTracker.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.Collections.Generic;
using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Beatmaps.Timing;
using osu.Game.Rulesets.... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Beatmaps.Timing;
using osu.Game.Lists;
using osu.Game.Rulese... | mit | C# |
cb5cf1a81e15c61a47591d19cf222e89ee4ee2e7 | Remove comment from other project | Frozenfire92/UnityScripts | Scripts/TimeColor.cs | Scripts/TimeColor.cs | /* TimeColor.cs
*
* Author: Joel Kuntz - github.com/Frozenfire92
* Started: December 19 2014
* Updated: December 20 2014
* License: Public Domain
*
* Attach this script to a Unity 4.6 UI/Text object.
* It will update the text with the time and hex value
* afterwards it updates the main cameras background co... | /* TimeColor.cs
*
* Author: Joel Kuntz - github.com/Frozenfire92
* Started: December 19 2014
* Updated: December 20 2014
* License: Public Domain
*
* Attach this script to a Unity 4.6 UI/Text object.
* It will update the text with the time, hex value, and rgb
* afterwards it updates the main cameras backgro... | unlicense | C# |
6f79e72b1b941e4a5723008b5b74daa94077ca3b | Fix bug in artifact.cake | fwinkelbauer/Bumpy | Source/artifact.cake | Source/artifact.cake | private const string ArtifactsDirectory = "../Artifacts";
private const string ChocolateyDirectory = ArtifactsDirectory + "/Chocolatey";
private const string NuGetDirectory = ArtifactsDirectory + "/NuGet";
void CleanArtifacts()
{
CleanDirectory(ArtifactsDirectory);
}
void StoreBuildArtifacts(string projectName, s... | private const string ArtifactsDirectory = "../Artifacts";
private const string ChocolateyDirectory = ArtifactsDirectory + "/Chocolatey";
private const string NuGetDirectory = ArtifactsDirectory + "/NuGet";
void CleanArtifacts()
{
CleanDirectory(ArtifactsDirectory);
}
void StoreBuildArtifacts(string projectName, s... | mit | C# |
48e21d0d5a135f785b0b2e1ade4b9d17d3c12d48 | Disable some Cake.Recipe features | jeyjeyemem/Xer.Cqrs | setup.cake | setup.cake | #load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
Environment.SetVariableNames();
BuildParameters.SetParameters(context: Context,
buildSystem: BuildSystem,
sourceDirectoryPath: "./Src",
title: "Xer... | #load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
Environment.SetVariableNames();
BuildParameters.SetParameters(context: Context,
buildSystem: BuildSystem,
sourceDirectoryPath: "./Src",
title: "Xer... | mit | C# |
7f6b0cca1f8413cf1cbc162dc77d0c21c957cfde | Update AssemblyInfo | JeremyAnsel/JeremyAnsel.ColorQuant | JeremyAnsel.ColorQuant/JeremyAnsel.ColorQuant.Tests/Properties/AssemblyInfo.cs | JeremyAnsel.ColorQuant/JeremyAnsel.ColorQuant.Tests/Properties/AssemblyInfo.cs | // <copyright file="AssemblyInfo.cs" company="Jérémy Ansel">
// Copyright (c) 2014-2015 Jérémy Ansel
// </copyright>
// <license>
// Licensed under the MIT license. See LICENSE.txt
// </license>
using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: CLSCompliant(true)]
// Les inform... | // <copyright file="AssemblyInfo.cs" company="Jérémy Ansel">
// Copyright (c) 2014-2015 Jérémy Ansel
// </copyright>
// <license>
// Licensed under the MIT license. See LICENSE.txt
// </license>
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assem... | mit | C# |
ac54d4cb10dcd69b3adf1b748eb0144bfc6014ee | add new method on Business Layer | 78526Nasir/E-Commerce-Site,78526Nasir/E-Commerce-Site | BusinessAccessLayer/ECommerceBusiness.cs | BusinessAccessLayer/ECommerceBusiness.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data.SqlClient;
using System.Data.Sql;
using System.Data;
using DataAccessLayer;
/// <summary>
/// Business Access Layer mainly deals with the Business
/// since this is a E-c... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data.SqlClient;
using System.Data.Sql;
using System.Data;
using DataAccessLayer;
/// <summary>
/// Business Access Layer mainly deals with the Business
/// since this is a E-c... | mit | C# |
26cf9fbd3d475c8f1d78039e942955d4a1b59f08 | Update version to 1.0.4 | codejuicer/POxOSerializer,ggerla/POxOSerializer,codejuicer/POxOSerializer,ggerla/POxOSerializer | C#/POxO/Properties/AssemblyInfo.cs | C#/POxO/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | apache-2.0 | C# |
bc4028344acc5e22dcf66d5b01028d0778ee127e | throw more exception | neowutran/OpcodeSearcher | DamageMeter.Core/Heuristic/S_SPAWN_ME.cs | DamageMeter.Core/Heuristic/S_SPAWN_ME.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tera.Game.Messages;
namespace DamageMeter.Heuristic
{
internal class S_SPAWN_ME : AbstractPacketHeuristic
{
public static S_SPAWN_ME Instance => _instance ?? (_instance = new S_SPA... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tera.Game.Messages;
namespace DamageMeter.Heuristic
{
internal class S_SPAWN_ME : AbstractPacketHeuristic
{
public static S_SPAWN_ME Instance => _instance ?? (_instance = new S_SPA... | mit | C# |
c9f981c189d9c9b8e038acdeb962c38070aba3bd | Implement service call Facade (Request & Confirm PhoneNumber) complete. | tlaothong/xdailysoccer,tlaothong/xdailysoccer,tlaothong/xdailysoccer,tlaothong/xdailysoccer | src/DailySoccerSolution/DailySoccerAppService/Controllers/AccountController.cs | src/DailySoccerSolution/DailySoccerAppService/Controllers/AccountController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Microsoft.Azure.Mobile.Server;
using DailySoccer.Shared.Models;
using DailySoccer.Shared.Facades;
namespace DailySoccerAppService.Controllers
{
public class AccountController : ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Microsoft.Azure.Mobile.Server;
using DailySoccer.Shared.Models;
using DailySoccer.Shared.Facades;
namespace DailySoccerAppService.Controllers
{
public class AccountController : ... | mit | C# |
74c5763576253c81690f92e672cb82d5a5f3ae69 | Revert html body part's wysiwyg toolbar to be always visible (#2905) | xkproject/Orchard2,petedavis/Orchard2,xkproject/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,petedavis/Orc... | src/OrchardCore.Modules/OrchardCore.Html/Views/HtmlBodyPart-Wysiwyg.Edit.cshtml | src/OrchardCore.Modules/OrchardCore.Html/Views/HtmlBodyPart-Wysiwyg.Edit.cshtml | @model HtmlBodyPartViewModel
@using OrchardCore.Html.ViewModels;
@using OrchardCore.Html.Settings;
@using OrchardCore.ContentManagement.Metadata.Models
@{
var settings = Model.TypePartDefinition.Settings.ToObject<HtmlBodyPartSettings>();
}
<script asp-name="trumbowyg" depends-on="admin" asp-src="~/OrchardCore.Res... | @model HtmlBodyPartViewModel
@using OrchardCore.Html.ViewModels;
@using OrchardCore.Html.Settings;
@using OrchardCore.ContentManagement.Metadata.Models
@{
var settings = Model.TypePartDefinition.Settings.ToObject<HtmlBodyPartSettings>();
}
<script asp-name="trumbowyg" depends-on="admin" asp-src="~/OrchardCore.Res... | bsd-3-clause | C# |
e2838bf73c5ca23c1b1d6202a7d172a15936a956 | Add missing copyright notice to CoreCLR sample app | AzureAD/azure-activedirectory-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet,AzureAD/microsoft-authentication-library-for-dotnet | samples/AdalCoreCLRTestApp/Program.cs | samples/AdalCoreCLRTestApp/Program.cs | //----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentat... | using System;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
using Microsoft.IdentityModel.Clients.ActiveDirectory;
namespace AdalCoreCLRTestApp
{
class Program
{
static void Main(string[] args)
{
try
{
AcquireTokenAsy... | mit | C# |
bab74b232c70882a47cb515f09d875b2134b9321 | add check on panels | shengoo/umb,shengoo/umb | Site/Views/Partials/ContentPanels.cshtml | Site/Views/Partials/ContentPanels.cshtml | @inherits Umbraco.Web.Mvc.UmbracoViewPage<IPublishedContent>
@if (!string.IsNullOrWhiteSpace(Model.GetPropertyValue<string>("contentPanels")))
{
Layout = null;
var nodeIds = Model.GetPropertyValue<string>("contentPanels").Split(',');
List<IPublishedContent> panels = new List<IPublishedContent>();
... | @inherits Umbraco.Web.Mvc.UmbracoViewPage<IPublishedContent>
@{
Layout = null;
var nodeIds = Model.GetPropertyValue<string>("contentPanels").Split(',');
List<IPublishedContent> panels = new List<IPublishedContent>();
foreach(var nodeId in nodeIds)
{
if(!String.IsNullOrEmpty(nod... | mit | C# |
51a25d89a668857fa5d5c177b363e3971ee2c8c5 | enable continue button on testnet and regtest | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Fluent/ViewModels/AddWallet/Create/ConfirmRecoveryWordsViewModel.cs | WalletWasabi.Fluent/ViewModels/AddWallet/Create/ConfirmRecoveryWordsViewModel.cs | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reactive.Linq;
using DynamicData;
using DynamicData.Binding;
using NBitcoin;
using ReactiveUI;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Fluent.ViewModels.Navigation;
using WalletWasabi.Wal... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reactive.Linq;
using DynamicData;
using DynamicData.Binding;
using ReactiveUI;
using WalletWasabi.Blockchain.Keys;
using WalletWasabi.Fluent.ViewModels.Navigation;
using WalletWasabi.Wallets;
namespace... | mit | C# |
6dea8dfae59ff5e8d2d273b0e12a12336b233ef8 | use Uri as type for url-valued response properties | NebulousConcept/b2-csharp-client | b2-csharp-client/B2.Client/Apis/AuthorizeAccountV1/AuthorizeAccountV1Response.cs | b2-csharp-client/B2.Client/Apis/AuthorizeAccountV1/AuthorizeAccountV1Response.cs | using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.Serialization;
using B2.Client.Rest;
using B2.Client.Rest.Response;
namespace B2.Client.Apis.AuthorizeAccountV1
{
/// <summary>
/// Response object for the 'b2_authorize_account' version 1 API.
/// </summary>
[DataContract]
... | using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.Serialization;
using B2.Client.Rest;
using B2.Client.Rest.Response;
namespace B2.Client.Apis.AuthorizeAccountV1
{
/// <summary>
/// Response object for the 'b2_authorize_account' version 1 API.
/// </summary>
[DataContract]
... | mit | C# |
95db212ea49071b7e163ec21122dce0b0521b1a2 | Update Form1.cs | t3ntman/BrowserCheck | BrowserCheck/Form1.cs | BrowserCheck/Form1.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Timers; // For progress bar timing
using System.Diagnostics; // For process creation
namespace BrowserCheck
{
public ... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Timers; // For progress bar timing
using System.Diagnostics; // For process creation
namespace BrowserCheck
{
public ... | apache-2.0 | C# |
dec81b67df70af8ebadf5db2278d61703c7df58d | set ValidAudience to Wtrealm, removes the need to set TokenValidationParameters. | eocampo/KatanaProject301,julianpaulozzi/katanaproject,evicertia/Katana,evicertia/Katana,PxAndy/Katana,julianpaulozzi/katanaproject,eocampo/KatanaProject301,abrodersen/katana,eocampo/KatanaProject301,abrodersen/katana,eocampo/KatanaProject301,abrodersen/katana,julianpaulozzi/katanaproject,tomi85/Microsoft.Owin,abroderse... | src/Microsoft.Owin.Security.WsFederation/WsFederationAuthenticationExtensions.cs | src/Microsoft.Owin.Security.WsFederation/WsFederationAuthenticationExtensions.cs | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System;
using Microsoft.Owin.Security.WsFederation;
namespace Owin
{
/// <summary>
/// Extension methods for using <see cref="WsFederationAuthenticationMiddleware"/>
... | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System;
using Microsoft.Owin.Security.WsFederation;
namespace Owin
{
/// <summary>
/// Extension methods for using <see cref="WsFederationAuthenticationMiddleware"/>
... | apache-2.0 | C# |
079ad108a4b08b771801dec63f921eb185202969 | Disable failing EventSource test | Jiayili1/corefx,ViktorHofer/corefx,ptoonen/corefx,Jiayili1/corefx,shimingsg/corefx,shimingsg/corefx,shimingsg/corefx,mmitche/corefx,shimingsg/corefx,BrennanConroy/corefx,ericstj/corefx,ViktorHofer/corefx,wtgodbe/corefx,ViktorHofer/corefx,ViktorHofer/corefx,Jiayili1/corefx,ptoonen/corefx,Jiayili1/corefx,mmitche/corefx,s... | src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsUserErrors.Etw.cs | src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestsUserErrors.Etw.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;
using System.Diagnostics.Tracing;
using Xunit;
namespace BasicEven... | // 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;
using System.Diagnostics.Tracing;
using Xunit;
namespace BasicEven... | mit | C# |
9e2c89a7e3f8e3190f76b0e155cbadf18b4d97ab | Refactor IUndirectedEdge to use weights | DasAllFolks/SharpGraphs | Graph/IUndirectedEdge.cs | Graph/IUndirectedEdge.cs | using System;
using System.Collections.Generic;
namespace Graph
{
/// <summary>
/// Represents an undirected edge (link) in a labeled <see cref="IGraph"/>.
/// </summary>
/// <typeparam name="V">
/// The type used to create vertex (node) labels.
/// </typeparam>
/// <typeparam name="W">
... | using System;
using System.Collections.Generic;
namespace Graph
{
/// <summary>
/// Represents an undirected edge (link) in a labeled <see cref="IGraph"/>.
/// </summary>
/// <typeparam name="T">
/// The type used to create vertex (node) labels.
/// </typeparam>
public interface IUndirecte... | apache-2.0 | C# |
809e77ff9af5720b9a726b9fe702b69ecaeae481 | Fix possible race due to multiple concurrent assignement of the wait event in PendingCall. | tmds/Tmds.DBus | PendingCall.cs | PendingCall.cs | // Copyright 2007 Alp Toker <alp@atoker.com>
// This software is made available under the MIT License
// See COPYING for details
using System;
using System.Threading;
namespace DBus
{
class PendingCall : IAsyncResult
{
Connection conn;
Message reply = null;
//AutoResetEvent waitHandle = new AutoResetEvent (fa... | // Copyright 2007 Alp Toker <alp@atoker.com>
// This software is made available under the MIT License
// See COPYING for details
using System;
using System.Threading;
namespace DBus
{
class PendingCall : IAsyncResult
{
Connection conn;
Message reply = null;
//AutoResetEvent waitHandle = new AutoResetEvent (fa... | mit | C# |
a378dac98b7558cad1d253dc5da9b5e19ba856e1 | Check RevisionDate in OutlookCardDavUpdateFromNewerToOlder | aluxnimm/outlookcaldavsynchronizer | CalDavSynchronizer/Implementation/Contacts/OutlookCardDavUpdateFromNewerToOlder.cs | CalDavSynchronizer/Implementation/Contacts/OutlookCardDavUpdateFromNewerToOlder.cs | // This file is Part of CalDavSynchronizer (http://outlookcaldavsynchronizer.sourceforge.net/)
// Copyright (c) 2015 Gerhard Zehetbauer
//
// 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 Foundat... | // This file is Part of CalDavSynchronizer (http://outlookcaldavsynchronizer.sourceforge.net/)
// Copyright (c) 2015 Gerhard Zehetbauer
//
// 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 Foundat... | agpl-3.0 | C# |
551db9269a909027e9c868675155deb1daec7dbb | Correct spelling mistake | Paymentsense/Dapper.SimpleSave | PS.Mothership.Core/PS.Mothership.Core.Common/Contracts/ITaskNotificationService.cs | PS.Mothership.Core/PS.Mothership.Core.Common/Contracts/ITaskNotificationService.cs | using System;
using System.Collections.Generic;
using System.ServiceModel;
using PS.Mothership.Core.Common.Dto.Notification;
namespace PS.Mothership.Core.Common.Contracts
{
[ServiceContract(CallbackContract = typeof(ITaskNotificationCallback))]
public interface ITaskNotificationService
{
... | using System;
using System.Collections.Generic;
using System.ServiceModel;
using PS.Mothership.Core.Common.Dto.Notification;
namespace PS.Mothership.Core.Common.Contracts
{
[ServiceContract(CallbackContract = typeof(ITaskNotificationCallback))]
public interface ITaskNotificationService
{
... | mit | C# |
a9f6933da637b8f6e42b85767a18887f7d439937 | Bump up version number to 2.12 | Klocman/Bulk-Crap-Uninstaller,Klocman/Bulk-Crap-Uninstaller,Klocman/Bulk-Crap-Uninstaller | GlobalAssemblyInfo.cs | GlobalAssemblyInfo.cs | using System.Reflection;
// 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: AssemblyCompany("Marcin Szeniak")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[... | using System.Reflection;
// 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: AssemblyCompany("Marcin Szeniak")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly... | apache-2.0 | C# |
9a5395fbc48ef14f50071f1c8e24dc3c4053b66a | Allow usage of Avg outside of dynamic filtering | bojanrajkovic/pingu | src/Pingu/Filters/Filters.cs | src/Pingu/Filters/Filters.cs | using System;
using System.Numerics;
namespace Pingu.Filters
{
static class DefaultFilters
{
public static IFilter GetFilterForType(FilterType filter)
{
switch (filter) {
case FilterType.None:
return NullFilter.Instance;
case Filt... | using System;
using System.Numerics;
namespace Pingu.Filters
{
static class DefaultFilters
{
public static IFilter GetFilterForType(FilterType filter)
{
switch (filter) {
case FilterType.None:
return NullFilter.Instance;
case Filt... | mit | C# |
1a52f121733609293e1a0bb5869233b02fec7264 | Fix Necronomicon flipping too many pages when submitting | samfun123/KtaneTwitchPlays | TwitchPlaysAssembly/Src/ComponentSolvers/Modded/Misc/NecronomiconComponentSolver.cs | TwitchPlaysAssembly/Src/ComponentSolvers/Modded/Misc/NecronomiconComponentSolver.cs | using System;
using System.Collections;
using UnityEngine;
public class NecronomiconComponentSolver : ComponentSolver
{
public NecronomiconComponentSolver(TwitchModule module) :
base(module)
{
_component = Module.BombComponent.GetComponent(ComponentType);
selectables = Module.BombComponent.GetComponent<KMSele... | using System;
using System.Collections;
using UnityEngine;
public class NecronomiconComponentSolver : ComponentSolver
{
public NecronomiconComponentSolver(TwitchModule module) :
base(module)
{
_component = Module.BombComponent.GetComponent(ComponentType);
selectables = Module.BombComponent.GetComponent<KMSele... | mit | C# |
a047ab48faf466bf66f1c80216c922de42eeb463 | Fix UITest for b#42832 (#471) | Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms | Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla42832.cs | Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Bugzilla42832.cs | using System;
using System.Collections.Generic;
using Xamarin.Forms.Internals;
using Xamarin.Forms.CustomAttributes;
#if UITEST
using Xamarin.UITest;
using NUnit.Framework;
#endif
namespace Xamarin.Forms.Controls.Issues
{
[Preserve(AllMembers = true)]
[Issue(IssueTracker.Bugzilla, 42832, "Scrolling a ListVie... | using System;
using System.Collections.Generic;
using Xamarin.Forms.Internals;
using Xamarin.Forms.CustomAttributes;
#if UITEST
using Xamarin.UITest;
using NUnit.Framework;
#endif
namespace Xamarin.Forms.Controls.Issues
{
[Preserve(AllMembers = true)]
[Issue(IssueTracker.Bugzilla, 42832, "Scrolling a ListVie... | mit | C# |
1ec083f9959d940c2b8b807ee551051092750846 | Make Who's On First's help message (slightly) less confusing | ashbash1987/ktanemod-twitchplays,CaitSith2/ktanemod-twitchplays | Assets/Scripts/ComponentSolvers/Vanilla/WhosOnFirstComponentSolver.cs | Assets/Scripts/ComponentSolvers/Vanilla/WhosOnFirstComponentSolver.cs | using System;
using System.Collections;
using System.Reflection;
using UnityEngine;
public class WhosOnFirstComponentSolver : ComponentSolver
{
public WhosOnFirstComponentSolver(BombCommander bombCommander, MonoBehaviour bombComponent, IRCConnection ircConnection, CoroutineCanceller canceller) :
base(bomb... | using System;
using System.Collections;
using System.Reflection;
using UnityEngine;
public class WhosOnFirstComponentSolver : ComponentSolver
{
public WhosOnFirstComponentSolver(BombCommander bombCommander, MonoBehaviour bombComponent, IRCConnection ircConnection, CoroutineCanceller canceller) :
base(bomb... | mit | C# |
01f22ffaa8f9eb657a79c2fb74b8b96c9ff6898a | create api method for retrieve achievements using the achievement retriever service | YeeRSoft/broken-shoe-league,YeeRSoft/broken-shoe-league,YeeRSoft/broken-shoe-league | Source/BrokenShoeLeague.Web.API/Controllers/AchievementsController.cs | Source/BrokenShoeLeague.Web.API/Controllers/AchievementsController.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using BrokenShoeLeague.Domain.Repositories;
using BrokenShoeLeague.Services.Achievement;
namespace BrokenShoeLeague.Web.API.Controllers
{
[RoutePrefix("api/v1/achievements")]
publ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using BrokenShoeLeague.Domain.Repositories;
using BrokenShoeLeague.Services.Achievement;
namespace BrokenShoeLeague.Web.API.Controllers
{
[RoutePrefix("api/v1/achievements")]
publ... | mit | C# |
afaa18f1aa399823b76441de3f10d5dee0f693e3 | Add AwaitTask. | nessos/Eff | src/Eff.Tests/EffTests.cs | src/Eff.Tests/EffTests.cs | using Eff.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace Eff.Tests
{
public class EffTests
{
[Fact]
public void SimpleReturn()
{
async Eff<int> Foo(int x)
{
... | using Eff.Core;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace Eff.Tests
{
public class EffTests
{
[Fact]
public void SimpleReturn()
{
async Eff<int> Foo(int x)
{
... | mit | C# |
993e9dcdd097abac9a6404b66fad9d0b6ab119bf | fix the connection exception (move Connect() out of OnGUI()) | PerfAssist/ResourceTracker,mc-gulu/ResourceTracker | Assets/PerfAssist/ResourceTracker/Editor/PAContrib/TrackerModes/TrackerMode_Remote.cs | Assets/PerfAssist/ResourceTracker/Editor/PAContrib/TrackerModes/TrackerMode_Remote.cs | using MemoryProfilerWindow;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEditor.MemoryProfiler;
using UnityEngine;
public class TrackerMode_Remote : TrackerMode_Base
{
bool _autoSaveToggle = true;
string _IPField = MemConst.RemoteIPDe... | using MemoryProfilerWindow;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEditor;
using UnityEditor.MemoryProfiler;
using UnityEngine;
public class TrackerMode_Remote : TrackerMode_Base
{
bool _autoSaveToggle = true;
string _IPField = MemConst.RemoteIPDe... | mit | C# |
1666699503852cdc5180c946e9599e92f1a36cd6 | Fix typo | tpetricek/FSharp.Data,scrwtp/FSharp.Data,fsprojects/ApiaryProvider,AtwooTM/FSharp.Data,johansson/FSharp.Data,tpetricek/FSharp.Data,taylorwood/FSharp.Data,olgierdd/FSharp.Data,olgierdd/FSharp.Data,AtwooTM/FSharp.Data,taylorwood/FSharp.Data,taylorwood/FSharp.Data,tpetricek/FSharp.Data,scrwtp/FSharp.Data,scrwtp/FSharp.Dat... | docs/tools/reference/type.cshtml | docs/tools/reference/type.cshtml | @using FSharp.MetadataFormat
@{
Layout = "template";
Title = Model.Type.Name + " - " + Properties["project-name"];
}
@{
var members = (IEnumerable<Member>)Model.Type.AllMembers;
var comment = (Comment)Model.Type.Comment;
var byCategory =
members.GroupBy(m => m.Category).OrderBy(g => String.IsNullOrEmpt... | @using FSharp.MetadataFormat
@{
Layout = "template";
Title = Model.Type.Name + " - " + Properties["project-name"];
}
@{
var members = (IEnumerable<Member>)Model.Type.AllMembers;
var comment = (Comment)Model.Type.Comment;
var byCategory =
members.GroupBy(m => m.Category).OrderBy(g => String.IsNullOrEmpt... | apache-2.0 | C# |
ad0d62f7ff226e611ab214725c6b25d161a86de4 | Add usage example | agc93/Cake.NSwag | usage.cake | usage.cake | #r "dist/lib/Cake.NSwag.dll"
Task("Sample")
.Does(() => {
CreateDirectory("./dist/sample");
#break
NSwag.FromSwaggerSpecification("./samples/swagger.json")
.ToCSharpClient("./client.cs", "Swagger.Client")
.ToTypeScriptClient("./client.ts", s => s.WithClassName("Client").WithModuleName("Swag... | #r "dist/lib/Cake.NSwag.dll"
Task("Sample")
.Does(() => {
CreateDirectory("./dist/sample");
#break
NSwag.FromSwaggerSpecification("./sample/swagger.json")
.ToCSharpClient("./client.cs", "Swagger.Client")
.ToTypeScriptClient("./client.ts", s => s.WithClassName("Client").WithModuleName("Swagg... | mit | C# |
548468a9c76037a655b8503c89af7ea21c8929ab | increment minor version, | jwChung/Experimentalism,jwChung/Experimentalism | build/CommonAssemblyInfo.cs | build/CommonAssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Jin-Wook Chung")]
[assembly: AssemblyCopyright("Copyright (c) 2014, Jin-Wook Chung")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: Co... | mit | C# |
986130e845cd4aad155c81649d7289a8fa07c2a6 | Move version to 0.9.3-dev | radegastdev/libopenmetaverse,radegastdev/libopenmetaverse,radegastdev/libopenmetaverse,radegastdev/libopenmetaverse | OpenMetaverse/AssemblyInfo.cs | OpenMetaverse/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
//
// 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("OpenMetaverse")]
[assembly: AssemblyDe... | using System.Reflection;
using System.Runtime.CompilerServices;
//
// 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("OpenMetaverse")]
[assembly: AssemblyDe... | bsd-3-clause | C# |
2a3b3e846dc0a872e5cf407ecf4c5635fa39407c | update dependencies and android projec | 0xFireball/DeIonizer | DeIonizer/DeIonizer.Android/MainActivity.cs | DeIonizer/DeIonizer.Android/MainActivity.cs | using Android.App;
using Android.OS;
using Avalonia;
using DeIonizer.SharedUI;
namespace DeIonizer.Android
{
[Activity(Label = "DeIonizer.Android", MainLauncher = true, Icon = "@drawable/icon")]
public class MainActivity : Activity
{
protected override void OnCreate(Bundle bundle)
{
... | using Android.App;
using Android.OS;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Templates;
using Avalonia.Android.Platform.Specific;
using Avalonia.Markup.Xaml;
using DeIonizer.SharedUI;
namespace DeIonizer.Android
{
[Activity(Label = "DeIonizer.Android", MainLauncher = true, Icon = "@drawab... | agpl-3.0 | C# |
b9f67b1fca958080e853ad78141c4be017b4882f | Fix the build error | migueldeicaza/TensorFlowSharp,migueldeicaza/TensorFlowSharp,migueldeicaza/TensorFlowSharp | Examples/ExampleCommon/ImageUtil.cs | Examples/ExampleCommon/ImageUtil.cs | using System.IO;
using TensorFlow;
namespace ExampleCommon
{
public static class ImageUtil
{
// Convert the image in filename to a Tensor suitable as input to the Inception model.
public static TFTensor CreateTensorFromImageFile (string file, TFDataType destinationDataType = TFDataType.Float)
{
var content... | using System.IO;
using TensorFlow;
namespace ExampleCommon
{
public static class ImageUtil
{
// Convert the image in filename to a Tensor suitable as input to the Inception model.
public static TFTensor CreateTensorFromImageFile (string file, TFDataType destinationDataType = TFDataType.Float)
{
var content... | mit | C# |
a7fa9c0eae5caec02ae116dd0fc76141abc7dacd | Add version to about box | NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,campersau/NuGetPackageExplorer | PackageExplorer/AboutWindow.xaml.cs | PackageExplorer/AboutWindow.xaml.cs | using System.Collections.Generic;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Documents;
using System.Windows.Input;
using NuGetPe;
using PackageExplorerViewModel;
using Clipboard = System.Windows.Forms.Clipboard;
using StringResources = PackageExplorer.Res... | using System.Collections.Generic;
using System.Reflection;
using System.Windows;
using System.Windows.Documents;
using System.Windows.Input;
using NuGetPe;
using PackageExplorerViewModel;
using Clipboard = System.Windows.Forms.Clipboard;
using StringResources = PackageExplorer.Resources;
namespace PackageExplorer
{
... | mit | C# |
5f97c8b2fe5432100119f94c17fc9b96849a84c9 | Increment T5CANLib version | Just4pLeisure/T5SuiteII,Just4pLeisure/T5SuiteII | T5CANLib/Properties/AssemblyInfo.cs | T5CANLib/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("T5... | 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("T5... | apache-2.0 | C# |
70d22b22ab43a31f44fa646754db7e5c2e1f2e61 | Add playerID and revisit the moving. | 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 float baseFireCooldown;
public float baseRotationSpeed;
public God god;
// public Weapon weapon;
public Vector2 direction; // Maybe this should be private?
public Vector2 targetDirection; // This too.
// Temporary
public... | apache-2.0 | C# |
99ddd8195c46ab87808e2765488929ab2aeb04e8 | Add Matrix3x3 by Vector3 multiplication function | virtuallynaked/virtually-naked,virtuallynaked/virtually-naked | Viewer/src/common/MathExtensions.cs | Viewer/src/common/MathExtensions.cs | using SharpDX;
using static System.Math;
public static class MathExtensions {
public static double Sqr(double d) {
return d * d;
}
public static double Cube(double d) {
return d * d * d;
}
public static float Sqr(float d) {
return d * d;
}
public static float Cube(float d) {
return d * d * d;
}
p... | using SharpDX;
using static System.Math;
public static class MathExtensions {
public static double Sqr(double d) {
return d * d;
}
public static double Cube(double d) {
return d * d * d;
}
public static float Sqr(float d) {
return d * d;
}
public static float Cube(float d) {
return d * d * d;
}
p... | mit | C# |
1721ff3c351cf325eef2921d0264e66d88b95f1c | Package Update #CHANGE: Pushed AdamsLair.WinForms 1.0.3 | AdamsLair/winforms,windygu/winforms | WinForms/Properties/AssemblyInfo.cs | WinForms/Properties/AssemblyInfo.cs | 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... | 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... | mit | C# |
60a35cf16eb145335dbce5a7cec4b2e05ecdcef5 | Update Puzz structure with Rotation and Size | Xeeynamo/KingdomHearts | OpenKh.Kh2/Jiminy/Puzz.cs | OpenKh.Kh2/Jiminy/Puzz.cs | using Xe.BinaryMapper;
namespace OpenKh.Kh2.Jiminy
{
public class Puzz
{
public enum Rotation : byte
{
Fixed = 0x0,
Rotatable = 0x1,
}
public enum PuzzleSize : byte
{
Twelve = 0x0,
FourtyEight = 0x1,
}
[D... | using Xe.BinaryMapper;
namespace OpenKh.Kh2.Jiminy
{
public class Puzz
{
public enum PieceSize : byte
{
Twelve = 0x0,
FourtyEight = 0x1,
Twelve2 = 0x10,
FourtyEight2 = 0x11
}
[Data] public byte Id { get; set; }
[Data] pub... | mit | C# |
74c76994fb4654a8169602b509b43302b6361aaf | Fix issue with RandomCat logging | Lohikar/XenoBot2 | XenoBot2/Commands/Fun.cs | XenoBot2/Commands/Fun.cs | using System;
using System.Net;
using System.Threading.Tasks;
using Discord;
using XenoBot2.Data;
using XenoBot2.Shared;
using Newtonsoft.Json.Linq;
namespace XenoBot2.Commands
{
internal static class Fun
{
private static Random _rnd;
internal static async Task WhatTheCommit(CommandInfo info, User author, Chan... | using System;
using System.Net;
using System.Threading.Tasks;
using Discord;
using XenoBot2.Data;
using XenoBot2.Shared;
using Newtonsoft.Json.Linq;
namespace XenoBot2.Commands
{
internal static class Fun
{
private static Random _rnd;
internal static async Task WhatTheCommit(CommandInfo info, User author, Chan... | mit | C# |
ba3f14b708ea3ddf83aa77bf5995927c5b366bf8 | Implement Export Binary PSBT | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs | WalletWasabi.Gui/Controls/WalletExplorer/TransactionViewerViewModel.cs | using Avalonia;
using Avalonia.Controls;
using NBitcoin;
using ReactiveUI;
using System;
using System.IO;
using System.Linq;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading.Tasks;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Controls.WalletExplorer
... | using Avalonia;
using NBitcoin;
using ReactiveUI;
using System;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading.Tasks;
using WalletWasabi.Models;
namespace WalletWasabi.Gui.Controls.WalletExplorer
{
public class TransactionViewerViewModel : WalletActionView... | mit | C# |
3aa5d68e2e9a70766aefc746a2566d0766a03b58 | fix Thickness.IsDefault. Bottom was ignored (#200) | Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms | Xamarin.Forms.Core/Thickness.cs | Xamarin.Forms.Core/Thickness.cs | using System.Diagnostics;
namespace Xamarin.Forms
{
[DebuggerDisplay("Left={Left}, Top={Top}, Right={Right}, Bottom={Bottom}, HorizontalThickness={HorizontalThickness}, VerticalThickness={VerticalThickness}")]
[TypeConverter(typeof(ThicknessTypeConverter))]
public struct Thickness
{
public double Left { get; set... | using System.Diagnostics;
namespace Xamarin.Forms
{
[DebuggerDisplay("Left={Left}, Top={Top}, Right={Right}, Bottom={Bottom}, HorizontalThickness={HorizontalThickness}, VerticalThickness={VerticalThickness}")]
[TypeConverter(typeof(ThicknessTypeConverter))]
public struct Thickness
{
public double Left { get; set... | mit | C# |
1421190d94ebadb72ed44856f346de7f6e72e855 | Throw down some pins for the map of the run. | alt234/simple-run | SimpleRun/Views/History/RunPage.cs | SimpleRun/Views/History/RunPage.cs | using System;
using Xamarin.Forms;
using Xamarin.Forms.Maps;
//using Xamarin.Geolocation;
using SimpleRun.Models;
namespace SimpleRun
{
public class RunPage : ContentPage
{
Run run;
Label distanceLabel;
Label averagePaceLabel;
Label durationLabel;
Map map;
public string Name { get; private set; }
p... | using System;
using Xamarin.Forms;
using Xamarin.Forms.Maps;
using SimpleRun.Models;
namespace SimpleRun
{
public class RunPage : ContentPage
{
Run run;
Label distanceLabel;
Label averagePaceLabel;
Label durationLabel;
Map map;
public string Name { get; private set; }
public RunPage(Run _run)
{
... | mit | C# |
5e75aa2192f065763ef65135d1a1f91dff28be38 | Update logic for Ninject binding | generik0/Smooth.IoC.Dapper.Repository.UnitOfWork,generik0/Smooth.IoC.Dapper.Repository.UnitOfWork | src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/IoC_Example_Installers/NinjectBinder.cs | src/Smooth.IoC.Dapper.Repository.UnitOfWork.Tests/IoC_Example_Installers/NinjectBinder.cs | using System;
using System.Data;
using Ninject;
using Ninject.Extensions.Factory;
using Ninject.Syntax;
using Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.TestHelpers;
using Smooth.IoC.Dapper.Repository.UnitOfWork.Data;
namespace Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.IoC_Example_Installers
... | using System;
using System.Data;
using Ninject;
using Ninject.Extensions.Factory;
using Ninject.Syntax;
using Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.TestHelpers;
using Smooth.IoC.Dapper.Repository.UnitOfWork.Data;
namespace Smooth.IoC.Dapper.FastCRUD.Repository.UnitOfWork.Tests.IoC_Example_Installers
... | mit | C# |
aed7de07aba67ba84714fb488a545032fb2a51f9 | remove enabled | charlesgriffiths/VoxelPerformance | Assets/VoxelPerformance/Scripts/MapDisplay.cs | Assets/VoxelPerformance/Scripts/MapDisplay.cs | using UnityEngine;
using System.Collections;
// VoxelPerformance/Scripts/MapDisplay.cs
// Copyright 2016 Charles Griffiths
namespace VoxelPerformance
{
// This class is used to display one chunk produced by compute shaders in VoxelPerformance/Shaders
// using a geometry shader found in VoxelPerformance/Shaders/V... | using UnityEngine;
using System.Collections;
// VoxelPerformance/Scripts/MapDisplay.cs
// Copyright 2016 Charles Griffiths
namespace VoxelPerformance
{
// This class is used to display one chunk produced by compute shaders in VoxelPerformance/Shaders
// using a geometry shader found in VoxelPerformance/Shaders/V... | apache-2.0 | C# |
d50784ed99dc47de780e352705acdb623a239538 | Improve code | sakapon/Samples-2016,sakapon/Samples-2016 | CognitiveSample/ComputerVisionWpf/AppModel.cs | CognitiveSample/ComputerVisionWpf/AppModel.cs | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using Microsoft.ProjectOxford.Vision;
using Microsoft.ProjectOxford.Vision.Contract;
using Reactive.Bindings;
namespace ComputerVisionWpf
{
public class AppModel
{
static string SubscriptionKey {... | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using Microsoft.ProjectOxford.Vision;
using Microsoft.ProjectOxford.Vision.Contract;
using Reactive.Bindings;
namespace ComputerVisionWpf
{
public class AppModel
{
static readonly string Subscrip... | mit | C# |
4beb86f674c3f90392dea27c922383c6d7784f3b | Allow double click to open on junctions when lacking a destination | NickLargen/Junctionizer | Junctionizer/UI/Styles/DataGridStyles.xaml.cs | Junctionizer/UI/Styles/DataGridStyles.xaml.cs | using System.Diagnostics;
using System.Windows.Controls;
using System.Windows.Input;
using Junctionizer.Model;
namespace Junctionizer.UI.Styles
{
public partial class DataGridStyles
{
private void DataGridRow_OnMouseDoubleClick(object sender, MouseButtonEventArgs e)
{
if (e.Change... | using System.Diagnostics;
using System.Windows.Controls;
using System.Windows.Input;
using Junctionizer.Model;
namespace Junctionizer.UI.Styles
{
public partial class DataGridStyles
{
private void DataGridRow_OnMouseDoubleClick(object sender, MouseButtonEventArgs e)
{
if (e.Change... | mit | C# |
08c7b70497a55a59541019df1d10305fc63f7ca8 | allow TranslateSize and Point to be overriden. | AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,akrisiun/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,grokys/Perspex,wieslawso... | src/Avalonia.Controls/Primitives/PopupPositioning/ManagedPopupPositionerPopupImplHelper.cs | src/Avalonia.Controls/Primitives/PopupPositioning/ManagedPopupPositionerPopupImplHelper.cs | using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia.Platform;
namespace Avalonia.Controls.Primitives.PopupPositioning
{
/// <summary>
/// This class is used to simplify integration of IPopupImpl implementations with popup positioner
/// </summary>
public class ManagedPopup... | using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia.Platform;
namespace Avalonia.Controls.Primitives.PopupPositioning
{
/// <summary>
/// This class is used to simplify integration of IPopupImpl implementations with popup positioner
/// </summary>
public class ManagedPopup... | mit | C# |
653b918f8b453040d339f14fcbd9daf851b1670f | Change version number | DaveSenn/Extend | PortableExtensions/Properties/AssemblyInfo.cs | PortableExtensions/Properties/AssemblyInfo.cs | #region Usings
using System.Reflection;
using System.Resources;
#endregion
// 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( "PortableExtensions" )]
[assembly... | #region Usings
using System.Reflection;
using System.Resources;
#endregion
// 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( "PortableExtensions" )]
[assembly... | mit | C# |
6423521fef59286636553e10a8e03198c28e1110 | Add legacy API support | red-gate/RedGate.AppHost,nycdotnet/RedGate.AppHost | RedGate.AppHost.Server/ChildProcessFactory.cs | RedGate.AppHost.Server/ChildProcessFactory.cs | namespace RedGate.AppHost.Server
{
public class ChildProcessFactory
{
public IChildProcessHandle Create(string assemblyName, bool openDebugConsole, bool is64Bit, bool monitorHostProcess)
{
IProcessStartOperation processStarter;
if (is64Bit)
{
... | namespace RedGate.AppHost.Server
{
public class ChildProcessFactory
{
public IChildProcessHandle Create(string assemblyName, bool openDebugConsole, bool is64Bit = false, bool monitorHostProcess = false)
{
IProcessStartOperation processStarter;
if (is64Bit)
... | apache-2.0 | C# |
73e58124b83bd0b8b0d22496f695a458c18ebf9e | Revert "Track child metrics" | hinteadan/Metrics.NET.GAReporting | Metrics.Reporters.GoogleAnalytics/Metrics.Reporters.GoogleAnalytics/GoogleAnalyticsReport.cs | Metrics.Reporters.GoogleAnalytics/Metrics.Reporters.GoogleAnalytics/GoogleAnalyticsReport.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Metrics.MetricData;
using Metrics.Reporters.GoogleAnalytics.Tracker;
using Metrics.Reporters.GoogleAnalytics.Mappers;
namespace Metrics.Reporters.GoogleAnalytics
{
publ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Metrics.MetricData;
using Metrics.Reporters.GoogleAnalytics.Tracker;
using Metrics.Reporters.GoogleAnalytics.Mappers;
namespace Metrics.Reporters.GoogleAnalytics
{
publ... | apache-2.0 | C# |
54bae40f921a4433c5c7caf94ab78e0f7c3f2672 | Change caption of Tool Window | xoriath/atmelstudio-fstack-usage | StackUsageAnalyzer/StackAnalysisToolWindow.cs | StackUsageAnalyzer/StackAnalysisToolWindow.cs | //------------------------------------------------------------------------------
// <copyright file="StackAnalysisToolWindow.cs" company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespace StackUs... | //------------------------------------------------------------------------------
// <copyright file="StackAnalysisToolWindow.cs" company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
//------------------------------------------------------------------------------
namespace StackUs... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.