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 |
|---|---|---|---|---|---|---|---|---|
ddbff6c3af36c4287ab97303072b81c73a8dffe2 | Fix detectors link to the slot | projectkudu/kudu,projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu | Kudu.Services.Web/Detectors/Default.cshtml | Kudu.Services.Web/Detectors/Default.cshtml | @{
var ownerName = Environment.GetEnvironmentVariable("WEBSITE_OWNER_NAME") ?? "";
var subscriptionId = ownerName;
var resourceGroup = Environment.GetEnvironmentVariable("WEBSITE_RESOURCE_GROUP") ?? "";
var siteName = Environment.GetEnvironmentVariable("WEBSITE_SITE_NAME") ?? "";
var hostName = Envi... | @{
var ownerName = Environment.GetEnvironmentVariable("WEBSITE_OWNER_NAME") ?? "";
var subscriptionId = ownerName;
var resourceGroup = Environment.GetEnvironmentVariable("WEBSITE_RESOURCE_GROUP") ?? "";
var siteName = Environment.GetEnvironmentVariable("WEBSITE_SITE_NAME") ?? "";
var index = ow... | apache-2.0 | C# |
ba1ab7ade47c01e37fe55c8d4995e5d8b2b46966 | Remove unused fields | JLChnToZ/LuckyPlayer | LuckyPlayer/LuckyPlayer/LuckyController.cs | LuckyPlayer/LuckyPlayer/LuckyController.cs | using System;
using JLChnToZ.LuckyPlayer.WeightedRandomizer;
namespace JLChnToZ.LuckyPlayer {
/// <summary>
/// A dynamic weight controller but will affects by and to the player's luckyness.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <remarks>You can inherit this class to add customiz... | using System;
using JLChnToZ.LuckyPlayer.WeightedRandomizer;
namespace JLChnToZ.LuckyPlayer {
/// <summary>
/// A dynamic weight controller but will affects by and to the player's luckyness.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <remarks>You can inherit this class to add customiz... | mit | C# |
61f6319b4add64c31a2de3576db988689fa024a3 | 添加了对AppDomain应用域的未捕获异常的处理。 :palm_tree: :shirt: | Zongsoft/Zongsoft.Daemon.Launcher | Program.cs | Program.cs | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@gmail.com>
*
* Copyright (C) 2013 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.Daemon.Launcher.
*
* Zongsoft.Daemon.Launcher is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General P... | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@gmail.com>
*
* Copyright (C) 2013 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.Daemon.Launcher.
*
* Zongsoft.Daemon.Launcher is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General P... | lgpl-2.1 | C# |
241ba1d81c50ec64f8d6389e749c77bca0e27285 | Revert "add cache for optional conversations. (C# to F#)" | Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek | Tweek.JPad.Utils/JPadRulesParserAdapter.cs | Tweek.JPad.Utils/JPadRulesParserAdapter.cs | using Engine.Core.Context;
using Engine.Core.Rules;
using Engine.DataTypes;
using Tweek.JPad;
using LanguageExt;
using System;
namespace Tweek.JPad.Utils
{
public class AnonymousRule : IRule
{
private readonly Func<GetContextValue, Option<ConfigurationValue>> fn;
public AnonymousRule(Func<Get... | using Engine.Core.Context;
using Engine.Core.Rules;
using Engine.DataTypes;
using Tweek.JPad;
using System.Collections.Specialized;
using LanguageExt;
using System;
namespace Tweek.JPad.Utils
{
public class AnonymousRule : IRule
{
private readonly Func<GetContextValue, Option<ConfigurationValue>> fn;
... | mit | C# |
f92e8425be868c76f4d6091551da3c026906263b | Add move towards method for vectors | dmweis/DynamixelServo,dmweis/DynamixelServo,dmweis/DynamixelServo,dmweis/DynamixelServo | DynamixelServo.Quadruped/Vector3Extensions.cs | DynamixelServo.Quadruped/Vector3Extensions.cs | using System.Numerics;
namespace DynamixelServo.Quadruped
{
public static class Vector3Extensions
{
public static Vector3 Normal(this Vector3 vector)
{
return Vector3.Normalize(vector);
}
public static bool Similar(this Vector3 a, Vector3 b, float marginOfError = f... | using System.Numerics;
namespace DynamixelServo.Quadruped
{
public static class Vector3Extensions
{
public static Vector3 Normal(this Vector3 vector)
{
return Vector3.Normalize(vector);
}
public static bool Similar(this Vector3 a, Vector3 b, float marginOfError = f... | apache-2.0 | C# |
07e252cb3739521c367de5c27975b015de46516a | fix and licenses | eljeko/Untiled2D | Assets/PixelPerfectCamera.cs | Assets/PixelPerfectCamera.cs | /*
*
* Copyright 2014 Stefano Linguerri
*
* 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 ap... | /*
*
* Copyright 2014 Stefano Linguerri
*
* 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 ap... | apache-2.0 | C# |
a8894285e3eceeb3622ad35979f9c3d1874dd7d6 | move comment next to moved impl | ServiceStack/ServiceStack.Examples,zhaokunfay/ServiceStack.Examples,zhaokunfay/ServiceStack.Examples,ServiceStack/ServiceStack.Examples,assaframan/MoviesRestForAppHarbor,zhaokunfay/ServiceStack.Examples,ServiceStack/ServiceStack.Examples,ServiceStack/ServiceStack.Examples,assaframan/MoviesRestForAppHarbor,assaframan/Mo... | src/Backbone.Todos/Global.asax.cs | src/Backbone.Todos/Global.asax.cs | using System;
using ServiceStack.Redis;
using ServiceStack.ServiceInterface;
using ServiceStack.WebHost.Endpoints;
//The entire C# source code for the ServiceStack + Redis TODO REST backend. There is no other .cs :)
namespace Backbone.Todos
{
//REST Resource DTO
public class Todo
{
public long Id { get; set; }
... | using System;
using ServiceStack.Redis;
using ServiceStack.ServiceInterface;
using ServiceStack.WebHost.Endpoints;
//The entire C# source code for the ServiceStack + Redis TODO REST backend. There is no other .cs :)
namespace Backbone.Todos
{
//Register REST Paths
public class Todo //REST Resource DTO
{
public l... | bsd-3-clause | C# |
d0900465ddedd0652d99dd66ed76728189715446 | Remove prerelease tag from CommonAssemblyInfo.cs | chocolatey/nuget-chocolatey,indsoft/NuGet2,chocolatey/nuget-chocolatey,chocolatey/nuget-chocolatey,indsoft/NuGet2,chocolatey/nuget-chocolatey,indsoft/NuGet2,indsoft/NuGet2,indsoft/NuGet2,chocolatey/nuget-chocolatey,indsoft/NuGet2,chocolatey/nuget-chocolatey | Common/CommonAssemblyInfo.cs | Common/CommonAssemblyInfo.cs | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Outercurve Foundation")]
[assembly: AssemblyProduct("NuGet")]
[assembly: AssemblyCopyright("\x00a9 Outercurve Foundation. All rights reserved.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyT... | using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Outercurve Foundation")]
[assembly: AssemblyProduct("NuGet")]
[assembly: AssemblyCopyright("\x00a9 Outercurve Foundation. All rights reserved.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyT... | apache-2.0 | C# |
9902fc9a72ac6c887ef5404af10a4bf747396159 | Improve label | Sebazzz/IFS,Sebazzz/IFS,Sebazzz/IFS,Sebazzz/IFS | src/IFS.Web/Models/UploadModel.cs | src/IFS.Web/Models/UploadModel.cs | // ******************************************************************************
// © 2016 Sebastiaan Dammann - damsteen.nl
//
// File: : UploadModel.cs
// Project : IFS.Web
// ******************************************************************************
namespace IFS.Web.Models {
using Sy... | // ******************************************************************************
// © 2016 Sebastiaan Dammann - damsteen.nl
//
// File: : UploadModel.cs
// Project : IFS.Web
// ******************************************************************************
namespace IFS.Web.Models {
using Sy... | mit | C# |
4be3379ad24159ef32acb919564c64e6468e98c3 | Clean up test results from previous build | lockoncode/LockOnCode.VirtualMachine,lockoncode/LockOnCode.VirtualMachine | build.cake | build.cake | #addin "Cake.Incubator"
#tool "nuget:?package=xunit.runner.console"
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
// Path to the project.json
var projDir = ""; // Project Directory
var solutionFile = "LockOnCode.VirtualMachine.sln"; // Solution file i... | #addin "Cake.Incubator"
#tool "nuget:?package=xunit.runner.console"
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
// Path to the project.json
var projDir = ""; // Project Directory
var solutionFile = "LockOnCode.VirtualMachine.sln"; // Solution file i... | mit | C# |
8e4e83d39eb35aad46036464672acf3d60e6d0c5 | Fix build issues with 4.12 | serioussam909/UE4-DialogueSystem,artemavrin/UE4-DialogueSystem,artemavrin/UE4-DialogueSystem,serioussam909/UE4-DialogueSystem,artemavrin/UE4-DialogueSystem,serioussam909/UE4-DialogueSystem | Source/DialogueSystem/DialogueSystem.Build.cs | Source/DialogueSystem/DialogueSystem.Build.cs | //Copyright (c) 2016 Artem A. Mavrin and other contributors
using UnrealBuildTool;
public class DialogueSystem : ModuleRules
{
public DialogueSystem(TargetInfo Target)
{
PrivateIncludePaths.AddRange(
new string[] {"DialogueSystem/Private"});
PublicDependencyModuleNames.AddRange(
new s... | //Copyright (c) 2016 Artem A. Mavrin and other contributors
using UnrealBuildTool;
public class DialogueSystem : ModuleRules
{
public DialogueSystem(TargetInfo Target)
{
PrivateIncludePaths.AddRange(
new string[] {"DialogueSystem/Private"});
PublicDependencyModuleNames.AddRange(
new s... | mit | C# |
d17942e79c70fe12ad0098b683979dbbad874686 | Update expression to match dots following dots | mlorbetske/templating,mlorbetske/templating | src/Microsoft.TemplateEngine.Orchestrator.RunnableProjects/ValueForms/DefaultSafeNamespaceValueFormModel.cs | src/Microsoft.TemplateEngine.Orchestrator.RunnableProjects/ValueForms/DefaultSafeNamespaceValueFormModel.cs | using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Newtonsoft.Json.Linq;
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.ValueForms
{
public class DefaultSafeNamespaceValueFormModel : IValueForm
{
public DefaultSafeNamespaceValueFormModel()
... | using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using Newtonsoft.Json.Linq;
namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects.ValueForms
{
public class DefaultSafeNamespaceValueFormModel : IValueForm
{
public DefaultSafeNamespaceValueFormModel()
... | mit | C# |
e5a41aff8def250c6c0ea69798fbdb5661535d47 | Update ILoggingSetup.cs | tiksn/TIKSN-Framework | TIKSN.Core/Analytics/Logging/ILoggingSetup.cs | TIKSN.Core/Analytics/Logging/ILoggingSetup.cs | using Microsoft.Extensions.Logging;
namespace TIKSN.Analytics.Logging
{
public interface ILoggingSetup
{
void Setup(ILoggingBuilder loggingBuilder);
}
}
| using Microsoft.Extensions.Logging;
namespace TIKSN.Analytics.Logging
{
public interface ILoggingSetup
{
void Setup(ILoggingBuilder loggingBuilder);
}
} | mit | C# |
59eba96e9f61d5febd894fc4fa77e6cb59638e1c | Fix ProblemDescription Tests | bluehands/WebApiHypermediaExtensions,bluehands/WebApiHypermediaExtensions | Source/RESTyard.Client.Extensions/Extensions.Test/ProblemStringReaderTests/JsonProblemStringReaderTestBase.cs | Source/RESTyard.Client.Extensions/Extensions.Test/ProblemStringReaderTests/JsonProblemStringReaderTestBase.cs | namespace Extensions.Test.ProblemStringReaderTests
{
public class JsonProblemStringReaderTestBase : ProblemStringReaderTestBase
{
public virtual void Initializer()
{
ProblemString = @"{
""Title"": ""SomeProblem"",
""Type"": ""UnitTestProblem"",
""Detail"": ""This Unit Te... | namespace Extensions.Test.ProblemStringReaderTests
{
public class JsonProblemStringReaderTestBase : ProblemStringReaderTestBase
{
public virtual void Initializer()
{
ProblemString = @"{
""Title"": ""SomeProblem"",
""ProblemType"": ""UnitTestProblem"",
""Detail"": ""This ... | mit | C# |
4c1db5602fc9596dbba4ae86380ec400a79c5da2 | バージョン番号を更新。 | YKSoftware/YKToolkit.Controls | YKToolkit.Controls/Properties/AssemblyInfo.cs | YKToolkit.Controls/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
[assembly: AssemblyTitle("YKToolkit.Controls")]
#if NET4
[assembly: AssemblyDescription(".NET Framework 4.0 用 の WPF カスタムコントロールライブラリです。")]
#else
[assembly: AssemblyDescription("WPF カスタムコントロールライブラリです。")]
#endif
[assembly: Ass... | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
[assembly: AssemblyTitle("YKToolkit.Controls")]
#if NET4
[assembly: AssemblyDescription(".NET Framework 4.0 用 の WPF カスタムコントロールライブラリです。")]
#else
[assembly: AssemblyDescription("WPF カスタムコントロールライブラリです。")]
#endif
[assembly: Ass... | mit | C# |
8746c47321aa67ed7a29f49cbcf2c4c3a5bb3186 | clean up | asipe/Nucs,asipe/Nucs | src/Nucs.Console/Program.cs | src/Nucs.Console/Program.cs | namespace Nucs.Console {
internal class Program {
private static void Main(string[] args) {}
}
} | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Nucs.Console {
class Program {
static void Main(string[] args) {
}
}
}
| mit | C# |
4a8025efc3ec3ac36e7c20df8982c79789b22642 | Fix exception when a WaitForm task finishes before the form appears. | electroly/sqlnotebook,electroly/sqlnotebook,electroly/sqlnotebook | src/SqlNotebook/WaitForm.cs | src/SqlNotebook/WaitForm.cs | // SQL Notebook
// Copyright (C) 2016 Brian Luft
//
// 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, merg... | // SQL Notebook
// Copyright (C) 2016 Brian Luft
//
// 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, merg... | mit | C# |
d3d533d136ec9429e29d0420feb7790ecbe0ee3c | update AssemblyInfo | okolobaxa/uploadcare-csharp | UploadcareCSharp/Properties/AssemblyInfo.cs | UploadcareCSharp/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("Up... | 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("Up... | mit | C# |
d16cbb34219a27898dcfdc8a1d253c52539441c4 | Update Constants.cs | peejster/DormRoomMonitor | DormRoomMonitor/Constants.cs | DormRoomMonitor/Constants.cs | namespace DormRoomMonitor
{
/// <summary>
/// General constant variables
/// </summary>
public static class GeneralConstants
{
// This variable should be set to false for devices, unlike the Raspberry Pi, that have GPU support
public const bool DisableLiveCameraFeed = true;
... | namespace DormRoomMonitor
{
/// <summary>
/// General constant variables
/// </summary>
public static class GeneralConstants
{
// This variable should be set to false for devices, unlike the Raspberry Pi, that have GPU support
public const bool DisableLiveCameraFeed = true;
... | mit | C# |
e7c931c0a0886061f0cb04815157d88e96c744f5 | use new flag so we only enable async lightbulbs for people with this fix | shyamnamboodiripad/roslyn,mavasani/roslyn,weltkante/roslyn,diryboy/roslyn,mavasani/roslyn,jasonmalinowski/roslyn,CyrusNajmabadi/roslyn,bartdesmet/roslyn,dotnet/roslyn,jasonmalinowski/roslyn,dotnet/roslyn,diryboy/roslyn,diryboy/roslyn,mavasani/roslyn,bartdesmet/roslyn,KevinRansom/roslyn,weltkante/roslyn,CyrusNajmabadi/r... | src/EditorFeatures/Core/Implementation/Suggestions/SuggestionsOptions.cs | src/EditorFeatures/Core/Implementation/Suggestions/SuggestionsOptions.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 Microsoft.CodeAnalysis.Options;
namespace Microsoft.CodeAnalysis.Editor.Implementation.Suggestions
{
int... | // 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 Microsoft.CodeAnalysis.Options;
namespace Microsoft.CodeAnalysis.Editor.Implementation.Suggestions
{
int... | mit | C# |
7a6b874117d289f1aa5eee17225533f614ad2416 | Reformat IB2Client | coryrwest/B2.NET | src/IB2Client.cs | src/IB2Client.cs | using System.Threading;
using System.Threading.Tasks;
using B2Net.Models;
namespace B2Net {
public interface IB2Client {
IBuckets Buckets { get; }
IFiles Files { get; }
ILargeFiles LargeFiles { get; }
Task<B2Options> Authorize(CancellationToken cancelToken = default(CancellationToken));
}
}
| using System.Threading;
using System.Threading.Tasks;
using B2Net.Models;
namespace B2Net
{
public interface IB2Client
{
IBuckets Buckets { get; }
IFiles Files { get; }
ILargeFiles LargeFiles { get; }
Task<B2Options> Authorize(CancellationToken cancelToken = default(CancellationToken));
}
} | mit | C# |
8d230f2bd8492ad31f4656519a682b5edeb4f139 | Disable JSON datetime parsing to local time | adasescu/cf-dotnet-sdk | cf-net-sdk-pcl/Util.cs | cf-net-sdk-pcl/Util.cs | using cf_net_sdk.Client.Data;
using cf_net_sdk.Interfaces;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace cf_net_sdk
{
public class Util
{
private static J... | using cf_net_sdk.Client.Data;
using cf_net_sdk.Interfaces;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace cf_net_sdk
{
public class Util
{
public static PagedResponse<T> De... | apache-2.0 | C# |
8604de484e403ebac2e3a1f12464bb75a8d6b62a | Add new config value for testing scenarios related to duplicate PAYE schemes. This will be deleted | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EmployerApprenticeshipsService.Domain/Configuration/EmployerApprenticeshipsServiceConfiguration.cs | src/SFA.DAS.EmployerApprenticeshipsService.Domain/Configuration/EmployerApprenticeshipsServiceConfiguration.cs | using System.Collections.Generic;
namespace SFA.DAS.EmployerApprenticeshipsService.Domain.Configuration
{
public class EmployerApprenticeshipsServiceConfiguration
{
public CompaniesHouseConfiguration CompaniesHouse { get; set; }
public EmployerConfiguration Employer { get; set; }
publi... | using System.Collections.Generic;
namespace SFA.DAS.EmployerApprenticeshipsService.Domain.Configuration
{
public class EmployerApprenticeshipsServiceConfiguration
{
public CompaniesHouseConfiguration CompaniesHouse { get; set; }
public EmployerConfiguration Employer { get; set; }
publi... | mit | C# |
28ea4a00acf22743d78d09f2b92496e58cd5652e | Update test helper for metadata service to support nested classes or categories | Kentico/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,ChristopherJennings/KInspector,ChristopherJennings/KInspector | KenticoInspector.Reports.Tests/Helpers/MockReportMetadataServiceHelper.cs | KenticoInspector.Reports.Tests/Helpers/MockReportMetadataServiceHelper.cs | using System;
using System.Reflection;
using KenticoInspector.Core;
using KenticoInspector.Core.Models;
using KenticoInspector.Core.Services.Interfaces;
using Moq;
namespace KenticoInspector.Reports.Tests.Helpers
{
public static class MockReportMetadataServiceHelper
{
public static Mock<IReportMetada... | using System.Reflection;
using KenticoInspector.Core;
using KenticoInspector.Core.Models;
using KenticoInspector.Core.Services.Interfaces;
using Moq;
namespace KenticoInspector.Reports.Tests.Helpers
{
public static class MockReportMetadataServiceHelper
{
public static Mock<IReportMetadataService> Get... | mit | C# |
0c28c95785cb18e256c3d5d3580f87c371646895 | 修改文档类型大小,否则Word之类的文件无法上传! | Mozlite/Mozlite.Core,Mozlite/Mozlite.Core | Mozlite.Core/FileProviders/StorageFileInfo.cs | Mozlite.Core/FileProviders/StorageFileInfo.cs | using Mozlite.Data.Metadata;
namespace Mozlite.FileProviders
{
/// <summary>
/// 存储文件。
/// </summary>
[Table("core_Medias_Storages")]
public class StorageFileInfo
{
/// <summary>
/// 文件Id。
/// </summary>
[Identity]
public int FileId { get; set; }
... | using Mozlite.Data.Metadata;
namespace Mozlite.FileProviders
{
/// <summary>
/// 存储文件。
/// </summary>
[Table("core_Medias_Storages")]
public class StorageFileInfo
{
/// <summary>
/// 文件Id。
/// </summary>
[Identity]
public int FileId { get; set; }
... | bsd-2-clause | C# |
9ed298a9956e983673d879db5057afd8dba4eab0 | Simplify XSerializerSerializerConfiguration. | peteraritchie/Rock.Core,bfriesen/Rock.Core,RockFramework/Rock.Core | Rock.Core.XSerializer/Serialization/XSerializerSerializerConfiguration.cs | Rock.Core.XSerializer/Serialization/XSerializerSerializerConfiguration.cs | using System;
using System.Collections.Generic;
using System.Text;
using System.Xml.Serialization;
namespace Rock.Serialization
{
public class XSerializerSerializerConfiguration : IXSerializerSerializerConfiguration
{
public XSerializerSerializerConfiguration()
{
RootElementNameMap... | using System;
using System.Collections.Generic;
using System.Text;
using System.Xml.Serialization;
namespace Rock.Serialization
{
public class XSerializerSerializerConfiguration : IXSerializerSerializerConfiguration
{
private readonly Dictionary<Type, string> _rootElementNameMap = new Dictionary<Type,... | mit | C# |
0258f6bcd19067e400021196aea5b19ce975dbf6 | Fix for https://github.com/visualeyes/halcyon/issues/51 | visualeyes/halcyon | src/Halcyon.Mvc/HAL/Json/JsonHalOutputFormatter.cs | src/Halcyon.Mvc/HAL/Json/JsonHalOutputFormatter.cs | using Halcyon.HAL;
using Microsoft.AspNetCore.Mvc.Formatters;
using Microsoft.Net.Http.Headers;
using Newtonsoft.Json;
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Primitives;
namespace Halcyon.Web.HAL.Json {
publ... | using Halcyon.HAL;
using Microsoft.AspNetCore.Mvc.Formatters;
using Microsoft.Net.Http.Headers;
using Newtonsoft.Json;
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Halcyon.Web.HAL.Json {
public class JsonHalOutputFormatter : IOutp... | mit | C# |
6516457361610d70259e72366213db45aa6353eb | update diagnostic demo to get the service from the registry | DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity | Assets/MixedRealityToolkit.Examples/Demos/Diagnostics/Scripts/DiagnosticsDemoControls.cs | Assets/MixedRealityToolkit.Examples/Demos/Diagnostics/Scripts/DiagnosticsDemoControls.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.Diagnostics;
using Microsoft.MixedReality.Toolkit.Utilities;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Exampl... | // 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.Utilities;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Examples.Demos
{
public class DiagnosticsDemoControl... | mit | C# |
b65d9d9131f06fbe6257b4d4ae568b8a187ac739 | Handle PlatformAction's before keys | default0/osu-framework,peppy/osu-framework,peppy/osu-framework,default0/osu-framework,ppy/osu-framework,DrabWeb/osu-framework,ZLima12/osu-framework,Nabile-Rahmani/osu-framework,DrabWeb/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,DrabWeb/osu-f... | osu.Framework/Input/PlatformActionContainer.cs | osu.Framework/Input/PlatformActionContainer.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Input.Bindings;
using osu.Framework.Platform;
namespace osu.Fra... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Input.Bindings;
using osu.Framework.Platform;
namespace osu.Fra... | mit | C# |
994c61a553927d06d993c16087447be86b6bf9c2 | Improve GetIndistinguishableOutputs | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/Extensions/NBitcoinExtensions.cs | WalletWasabi/Extensions/NBitcoinExtensions.cs | using System;
using System.Collections.Generic;
using System.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.Models;
namespace NBitcoin
{
public static class NBitcoinExtensions
{
public static TxoRef ToTxoRef(this OutPoint me) => new TxoRef(me);
public static IEnumerable<TxoRef> ToTxoRefs(this TxInList me)... | using System;
using System.Collections.Generic;
using System.Linq;
using WalletWasabi.Helpers;
using WalletWasabi.Models;
namespace NBitcoin
{
public static class NBitcoinExtensions
{
public static TxoRef ToTxoRef(this OutPoint me) => new TxoRef(me);
public static IEnumerable<TxoRef> ToTxoRefs(this TxInList me)... | mit | C# |
bda53e7c2dccb7cfe4dea9bf93294ba73c7dffec | Set InternalsVisibleTo CarouselView (#164) | Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms | Xamarin.Forms.Core/Properties/AssemblyInfo.cs | Xamarin.Forms.Core/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using Xamarin.Forms;
using Xamarin.Forms.Internals;
[assembly: AssemblyTitle("Xamarin.Forms.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
// The assembly version has the format "{Major}.... | using System.Reflection;
using System.Runtime.CompilerServices;
using Xamarin.Forms;
using Xamarin.Forms.Internals;
[assembly: AssemblyTitle("Xamarin.Forms.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
// The assembly version has the format "{Major}.... | mit | C# |
79d4fb4d25f2bc6186ee72aa58ecf25d30d5d333 | Make sure timerdecoratortest always succeeds | Hammerstad/Moya | TestMoya.Runner/Runners/TimerDecoratorTests.cs | TestMoya.Runner/Runners/TimerDecoratorTests.cs | using System.Threading;
namespace TestMoya.Runner.Runners
{
using System;
using System.Reflection;
using Moq;
using Moya.Attributes;
using Moya.Models;
using Moya.Runner.Runners;
using Xunit;
public class TimerDecoratorTests
{
private readonly Mock<ITestRunner> testRunnerM... | namespace TestMoya.Runner.Runners
{
using System;
using System.Reflection;
using Moq;
using Moya.Attributes;
using Moya.Models;
using Moya.Runner.Runners;
using Xunit;
public class TimerDecoratorTests
{
private readonly Mock<ITestRunner> testRunnerMock;
private Time... | mit | C# |
4b8bbfc78d6169092cdde5002cc9fe808c621cb4 | Tidy up the display of the side bar. | alastairs/cgowebsite,alastairs/cgowebsite | src/CGO.Web/Views/Shared/_Sidebar.cshtml | src/CGO.Web/Views/Shared/_Sidebar.cshtml | @using CGO.Web.Models
@model IEnumerable<SideBarSection>
<div class="col-lg-3">
<div class="well">
<ul class="nav nav-stacked">
@foreach (var sideBarSection in Model)
{
<li class="navbar-header">@sideBarSection.Title</li>
foreach (var link in sideBar... | @using CGO.Web.Models
@model IEnumerable<SideBarSection>
<div class="span3">
<div class="well sidebar-nav">
<ul class="nav nav-list">
@foreach (var sideBarSection in Model)
{
<li class="nav-header">@sideBarSection.Title</li>
foreach (var link in side... | mit | C# |
814a5b3802b890006e4bc18d9a837a4ffbb21c1e | Update AllanRitchie.cs (#696) | planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin | src/Firehose.Web/Authors/AllanRitchie.cs | src/Firehose.Web/Authors/AllanRitchie.cs | using System;
using System.Collections.Generic;
using System.ServiceModel.Syndication;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class AllanRitchie : IAmAXamarinMVP, IAmAMicrosoftMVP, IFilterMyBlogPosts
{
public string FirstName => "Allan";
public string LastNam... | using System;
using System.Collections.Generic;
using System.ServiceModel.Syndication;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class AllanRitchie : IAmAXamarinMVP, IAmAMicrosoftMVP, IFilterMyBlogPosts
{
public string FirstName => "Allan";
public string LastNam... | mit | C# |
d676921e482f7ca4af493e15d455a801e80c9f24 | Update BradleyWyatt.cs | planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell | src/Firehose.Web/Authors/BradleyWyatt.cs | src/Firehose.Web/Authors/BradleyWyatt.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class BradleyWyatt : IAmACommunityMember
{
public string FirstName => "Bradley";
public string L... | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel.Syndication;
using System.Web;
using Firehose.Web.Infrastructure;
namespace Firehose.Web.Authors
{
public class BradleyWyatt : IAmACommunityMember
{
public string FirstName => "Bradley";
public string L... | mit | C# |
2e9469231fe6cae957bdf332c6a00600098e888b | Fix spelling mistake in MessageGetStrategy | BundledSticksInkorperated/Discore | src/Discore/MessageGetStrategy.cs | src/Discore/MessageGetStrategy.cs | namespace Discore
{
/// <summary>
/// Represents a strategy used when retrieving messages from the Discord API.
/// </summary>
public enum MessageGetStrategy
{
/// <summary>
/// Will return messages before and after the base message.
/// </summary>
Around,
//... | namespace Discore
{
/// <summary>
/// Represents a strategy used when retrieving messages from the Discord API.
/// </summary>
public enum MessageGetStrategy
{
/// <summary>
/// Will return messages before and after the base message.
/// </summary>
Around,
//... | mit | C# |
3a0a03b8a3d085e300ce3ed43d4a25045cab95e2 | Add null check | ZixiangBoy/dnlib,ilkerhalil/dnlib,picrap/dnlib,modulexcite/dnlib,Arthur2e5/dnlib,kiootic/dnlib,yck1509/dnlib,jorik041/dnlib,0xd4d/dnlib | src/DotNet/MemberMDInitializer.cs | src/DotNet/MemberMDInitializer.cs | // dnlib: See LICENSE.txt for more info
using System.Collections.Generic;
using dnlib.Threading;
namespace dnlib.DotNet {
/// <summary>
/// Methods to load properties to make sure they're initialized
/// </summary>
static class MemberMDInitializer {
/// <summary>
/// Read every collection element
/// </sum... | // dnlib: See LICENSE.txt for more info
using System.Collections.Generic;
using dnlib.Threading;
namespace dnlib.DotNet {
/// <summary>
/// Methods to load properties to make sure they're initialized
/// </summary>
static class MemberMDInitializer {
/// <summary>
/// Read every collection element
/// </sum... | mit | C# |
184a462b3c34e10866afcc6e83e05dbb1375797f | Rename IsEmail to IsEmailAddress | boumenot/Grobid.NET | src/Grobid/HeaderFeatureVector.cs | src/Grobid/HeaderFeatureVector.cs | namespace Grobid.NET
{
public class HeaderFeatureVector
{
public string Text { get; set; }
public string AsLowerCase { get; set; }
public string Prefix1 { get; set; }
public string Prefix2 { get; set; }
public string Prefix3 { get; set; }
public string P... | namespace Grobid.NET
{
public class HeaderFeatureVector
{
public string Text { get; set; }
public string AsLowerCase { get; set; }
public string Prefix1 { get; set; }
public string Prefix2 { get; set; }
public string Prefix3 { get; set; }
public string P... | apache-2.0 | C# |
ee3a8e7b6254bb16b1f1281a5fa480c24b297441 | Enable fat tests. | zarlo/Cosmos,jp2masa/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,jp2masa/Cosmos,CosmosOS/Cosmos,fanoI/Cosmos,tgiphil/Cosmos,jp2masa/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,tgiphil/Cosmos,trivalik/Cosmos,fanoI/Cosmos,trivalik/Cosmos,tgiphil/Cosmos,trivalik/Cosmos,fanoI/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | Tests/Cosmos.TestRunner.Core/TestKernelSets.cs | Tests/Cosmos.TestRunner.Core/TestKernelSets.cs | using System;
using System.Collections.Generic;
namespace Cosmos.TestRunner.Core
{
public static class TestKernelSets
{
public static IEnumerable<Type> GetStableKernelTypes()
{
yield return typeof(VGACompilerCrash.Kernel);
yield return typeof(Cosmos.Compiler.Tests.Bcl.K... | using System;
using System.Collections.Generic;
namespace Cosmos.TestRunner.Core
{
public static class TestKernelSets
{
public static IEnumerable<Type> GetStableKernelTypes()
{
yield return typeof(VGACompilerCrash.Kernel);
yield return typeof(Cosmos.Compiler.Tests.Bcl.K... | bsd-3-clause | C# |
986941ed703decfac428f36bba0da07f063b3c5a | use ternary operator | kusl/Tree | VisualTree/TreeLibrary/BinarySearchTreeNode.cs | VisualTree/TreeLibrary/BinarySearchTreeNode.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TreeLibrary
{
public sealed class BinarySearchTreeNode
{
public BinarySearchTreeNode LeftChild { get; set; }
public BinarySearchTreeNode RightChild { get; set; }
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TreeLibrary
{
public sealed class BinarySearchTreeNode
{
public BinarySearchTreeNode LeftChild { get; set; }
public BinarySearchTreeNode RightChild { get; set; }
... | agpl-3.0 | C# |
8b88fa4c16cd113376ba5140a57182d0f8bc4b8f | remove whitespace | agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov,agrc/api.mapserv.utah.gov | WebAPI.Dashboard/App_Start/NinjectWebCommon.cs | WebAPI.Dashboard/App_Start/NinjectWebCommon.cs | using System;
using System.Web;
using Microsoft.Web.Infrastructure.DynamicModuleHelper;
using Ninject;
using Ninject.Web.Common;
using Ninject.Web.Common.WebHost;
using WebAPI.Common.Ninject.Modules;
using WebAPI.Dashboard;
using WebAPI.Dashboard.Ninject.Modules;
[assembly: WebActivatorEx.PreApplicationStartMethod(typ... | using System;
using System.Web;
using Microsoft.Web.Infrastructure.DynamicModuleHelper;
using Ninject;
using Ninject.Web.Common;
using Ninject.Web.Common.WebHost;
using WebAPI.Common.Ninject.Modules;
using WebAPI.Dashboard;
using WebAPI.Dashboard.Ninject.Modules;
[assembly: WebActivatorEx.PreApplicationStartMethod(typ... | mit | C# |
b1a3b38c1a6dcfeaeb1088d77509547208ee8aeb | Add summaryField ObjectType #117 | smartsheet-platform/smartsheet-csharp-sdk,smartsheet-platform/smartsheet-csharp-sdk | main/Smartsheet/Api/Models/SearchObjectType.cs | main/Smartsheet/Api/Models/SearchObjectType.cs | // #[license]
// SmartsheetClient SDK for C#
// %%
// Copyright (C) 2014 SmartsheetClient
// %%
// 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
//
// ... | // #[license]
// SmartsheetClient SDK for C#
// %%
// Copyright (C) 2014 SmartsheetClient
// %%
// 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# |
2991804e5d34e36a7396a3a0580ff178fed9db52 | remove unnecessary comments | matiii/Dijkstra.NET | src/Dijkstra.NET/Dijkstra.NET/Model/Node.cs | src/Dijkstra.NET/Dijkstra.NET/Model/Node.cs | namespace Dijkstra.NET.Model
{
using System;
using System.Collections.Generic;
using Contract;
public class Node<T, TEdgeCustom>: INode<T, TEdgeCustom> where TEdgeCustom: IEquatable<TEdgeCustom>
{
public Node(uint key, T item)
{
Key = key;
Item = item;
... | namespace Dijkstra.NET.Model
{
using System;
using System.Collections.Generic;
using Contract;
public class Node<T, TEdgeCustom>: INode<T, TEdgeCustom> where TEdgeCustom: IEquatable<TEdgeCustom>
{
public Node(uint key, T item)
{
Key = key;
Item = item;
... | mit | C# |
8f09e9b910f36f877e748b91e1f4aeb90ddcab64 | Update BohdanBenetskyi.cs (#715) | planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin,planetxamarin/planetxamarin | src/Firehose.Web/Authors/BohdanBenetskyi.cs | src/Firehose.Web/Authors/BohdanBenetskyi.cs | using Firehose.Web.Infrastructure;
using System;
using System.Collections.Generic;
namespace Firehose.Web.Authors
{
public class BohdanBenetskyi : IAmACommunityMember
{
public string FirstName => "Bohdan";
public string LastName => "Benetskyi";
public string StateOrRegion => "Warsaw, Poland";
public strin... | //using Firehose.Web.Infrastructure;
//using System;
//using System.Collections.Generic;
//namespace Firehose.Web.Authors
//{
// public class BohdanBenetskyi : IAmACommunityMember
// {
// public string FirstName => "Bohdan";
// public string LastName => "Benetskyi";
// public string StateOrRegion => "Rzeszow, Po... | mit | C# |
2e52a3ff10c90d3f83451bb5ab54c39ef99f4377 | Fix code analysis | github/VisualStudio,shaunstanislaus/VisualStudio,ChristopherHackett/VisualStudio,modulexcite/VisualStudio,pwz3n0/VisualStudio,HeadhunterXamd/VisualStudio,GuilhermeSa/VisualStudio,8v060htwyc/VisualStudio,SaarCohen/VisualStudio,bbqchickenrobot/VisualStudio,GProulx/VisualStudio,amytruong/VisualStudio,AmadeusW/VisualStudio... | src/GitHub.Exports/ViewModels/IViewModel.cs | src/GitHub.Exports/ViewModels/IViewModel.cs | using System;
namespace GitHub.ViewModels
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")]
public interface IViewModel {
}
} | using System;
namespace GitHub.ViewModels {
public interface IViewModel {
}
} | mit | C# |
de968c1842027d55da5d639782cad31b90fae2c7 | Allow Leeroy to run until canceled in test mode. | LogosBible/Leeroy | src/Leeroy/Program.cs | src/Leeroy/Program.cs | using System;
using System.Linq;
using System.Runtime.InteropServices;
using System.ServiceProcess;
using System.Threading;
using System.Threading.Tasks;
namespace Leeroy
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
static void Main(string[] args)
{
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceProcess;
using System.Text;
using System.Threading;
namespace Leeroy
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
static void Main(string[] args)
{
if (args.Firs... | mit | C# |
fce392770fc300042aa4780a5147a69b5f8ee230 | Update - Mar 07 | motix/MotiNet-Core | src/MotiNet.Core/GenericResult.cs | src/MotiNet.Core/GenericResult.cs | using System.Collections.Generic;
using System.Linq;
namespace MotiNet
{
public class GenericResult
{
private static readonly GenericResult _success = new GenericResult { Succeeded = true };
private List<GenericError> _errors = new List<GenericError>();
public bool Succeeded { get; pr... | using System.Collections.Generic;
using System.Linq;
namespace MotiNet
{
public class GenericResult
{
private static readonly GenericResult _success = new GenericResult { Succeeded = true };
private List<GenericError> _errors = new List<GenericError>();
public bool Succeeded { get; pr... | mit | C# |
a9c56d5feb498948c18fca1e463ca12913163a61 | Fix #1841 - Add Support Email Address to Contact Us page | ScottShingler/NuGetGallery,projectkudu/SiteExtensionGallery,mtian/SiteExtensionGallery,mtian/SiteExtensionGallery,mtian/SiteExtensionGallery,ScottShingler/NuGetGallery,grenade/NuGetGallery_download-count-patch,projectkudu/SiteExtensionGallery,projectkudu/SiteExtensionGallery,skbkontur/NuGetGallery,skbkontur/NuGetGaller... | src/NuGetGallery/Views/Pages/Contact.cshtml | src/NuGetGallery/Views/Pages/Contact.cshtml | @{
ViewBag.Title = "Contact Us";
}
<article class="contact">
<h2>
Contact Us
</h2>
<p>
Need help with NuGet? Let us know!
</p>
<h3>Having problems using a specific package?</h3>
<p>
If you're having trouble installing a specific package, try contacting the owner of ... | @{
ViewBag.Title = "Contact Us";
}
<article class="contact">
<h2>
Contact Us
</h2>
<p>
Need help with NuGet? Let us know!
</p>
<h3>Having problems using a specific package?</h3>
<p>
If you're having trouble installing a specific package, try contacting the owner of ... | apache-2.0 | C# |
0295d05745a74873c21b38daafa3f53a52d8ff4c | use helper | cedrozor/myrtille,cedrozor/myrtille | Myrtille.Web/GetHash.aspx.cs | Myrtille.Web/GetHash.aspx.cs | /*
Myrtille: A native HTML4/5 Remote Desktop Protocol client.
Copyright(c) 2014-2018 Cedric Coste
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/... | /*
Myrtille: A native HTML4/5 Remote Desktop Protocol client.
Copyright(c) 2014-2018 Cedric Coste
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/... | apache-2.0 | C# |
a527461b162a6d0cc6d898ce4a992d252337992d | Test su Console | alberto-chiesa/SlxUniAx | SlxUniAxTest/Program.cs | SlxUniAxTest/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Gianos.UniLib;
namespace Gianos.SlxUniAxTest
{
class Program
{
static void Main(string[] args)
{
//var dbHandler = new DbHandler(".\\ACA2008", "BVSLX_PROD", "sa", "masterkey");
/... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Gianos.UniLib;
namespace Gianos.SlxUniAxTest
{
class Program
{
static void Main(string[] args)
{
//var dbHandler = new DbHandler(".\\ACA2008", "BVSLX_PROD", "sa", "masterkey");
v... | mit | C# |
662286ad8b7e24f28230f2243666e728f565816a | Use pattern matching | oocx/acme.net | src/Oocx.Asn1PKCS/Asn1BaseTypes/Asn1Serializer.cs | src/Oocx.Asn1PKCS/Asn1BaseTypes/Asn1Serializer.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace Oocx.Asn1PKCS.Asn1BaseTypes
{
public class Asn1Serializer : IAsn1Serializer
{
public IEnumerable<byte> Serialize(IAsn1Element element, int depth = 0)
{
string ta... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
namespace Oocx.Asn1PKCS.Asn1BaseTypes
{
public class Asn1Serializer : IAsn1Serializer
{
public IEnumerable<byte> Serialize(IAsn1Element element, int depth = 0)
{
string ta... | mit | C# |
3ff53a3e8fccfd3e269a26945e1881666ff1c28b | Make sure extension-based metadata fallback works. | GNOME/f-spot,mans0954/f-spot,dkoeb/f-spot,NguyenMatthieu/f-spot,Sanva/f-spot,Yetangitu/f-spot,nathansamson/F-Spot-Album-Exporter,mans0954/f-spot,dkoeb/f-spot,mans0954/f-spot,mono/f-spot,mono/f-spot,dkoeb/f-spot,Sanva/f-spot,GNOME/f-spot,GNOME/f-spot,dkoeb/f-spot,GNOME/f-spot,mans0954/f-spot,mans0954/f-spot,mans0954/f-s... | src/Utils/Metadata.cs | src/Utils/Metadata.cs | using Hyena;
using TagLib;
using System;
using GLib;
namespace FSpot.Utils
{
public static class Metadata
{
public static TagLib.Image.File Parse (SafeUri uri)
{
// Detect mime-type
var gfile = FileFactory.NewForUri (uri);
var info = gfile.QueryInfo ("standar... | using Hyena;
using TagLib;
using System;
using GLib;
namespace FSpot.Utils
{
public static class Metadata
{
public static TagLib.Image.File Parse (SafeUri uri)
{
// Detect mime-type
var gfile = FileFactory.NewForUri (uri);
var info = gfile.QueryInfo ("standar... | mit | C# |
7de6bf57515bbf1eaefaae4a6cdcf8d84d342b47 | Fix cake script to search tests | rmterra/NesZord | build.cake | build.cake | #addin Cake.Coveralls
#tool "xunit.runner.console"
#tool "nuget:?package=OpenCover"
#tool coveralls.io
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
var outDir = "./artifacts";
var solution = "./src/NesZord.sln";
var testProjects = $"./src/**/bin/{configuration... | #addin Cake.Coveralls
#tool "xunit.runner.console"
#tool "nuget:?package=OpenCover"
#tool coveralls.io
var target = Argument("target", "Default");
var configuration = Argument("configuration", "Release");
var outDir = "./artifacts";
var solution = "./src/NesZord.sln";
var testProjects = $"./src/**/bin/{configuration... | apache-2.0 | C# |
8d9b882edefb600df1914c859ab38e0e40ff533a | remove todos only | SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice,SkillsFundingAgency/das-employerapprenticeshipsservice | src/SFA.DAS.EAS.Portal.Worker/Program.cs | src/SFA.DAS.EAS.Portal.Worker/Program.cs | using System.Threading.Tasks;
using Microsoft.Azure.WebJobs;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using SFA.DAS.EAS.Portal.DependencyResolution;
using SFA.DAS.EAS.Portal.Worker.Startup;
using SFA.DAS.EAS.Portal.Startup;
using SFA.DAS.EAS.Portal.Worker.StartupJobs;
namesp... | using System.Threading.Tasks;
using Microsoft.Azure.WebJobs;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using SFA.DAS.EAS.Portal.DependencyResolution;
using SFA.DAS.EAS.Portal.Worker.Startup;
using SFA.DAS.EAS.Portal.Startup;
using SFA.DAS.EAS.Portal.Worker.StartupJobs;
namesp... | mit | C# |
887a3f3e2834def69ef7fa399cfd8c89444fe464 | Fix preposition for exclusive fullscreen prompt | peppy/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu,ppy/osu | osu.Game/Localisation/LayoutSettingsStrings.cs | osu.Game/Localisation/LayoutSettingsStrings.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.Localisation;
namespace osu.Game.Localisation
{
public static class LayoutSettingsStrings
{
private const string prefix = @"osu.Game.... | // 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.Localisation;
namespace osu.Game.Localisation
{
public static class LayoutSettingsStrings
{
private const string prefix = @"osu.Game.... | mit | C# |
741d372fa57c1d7afc1955db1130c0551d5d855a | Change Sitecore sign in URL to /sitecore/login (#314) | kamsar/Unicorn,kamsar/Unicorn | src/Unicorn/ControlPanel/Controls/AccessDenied.cs | src/Unicorn/ControlPanel/Controls/AccessDenied.cs | using System.Web;
using System.Web.UI;
namespace Unicorn.ControlPanel.Controls
{
internal class AccessDenied : IControlPanelControl
{
public void Render(HtmlTextWriter writer)
{
writer.Write("<h4>Access Denied</h4>");
writer.WriteLine("<!--");
writer.WriteLine(" (");
writer.Wri... | using System.Web;
using System.Web.UI;
namespace Unicorn.ControlPanel.Controls
{
internal class AccessDenied : IControlPanelControl
{
public void Render(HtmlTextWriter writer)
{
writer.Write("<h4>Access Denied</h4>");
writer.WriteLine("<!--");
writer.WriteLine(" (");
writer.Wri... | mit | C# |
0109753b0078a0630e656be8501ec2e2f340483d | Change Bridge.Translator -> Bridge.Compiler for Bridge.Translator's `AssemblyInfo` `[AssemblyProduct]` | bridgedotnet/Bridge,AndreyZM/Bridge,AndreyZM/Bridge,bridgedotnet/Bridge,AndreyZM/Bridge,bridgedotnet/Bridge,AndreyZM/Bridge,bridgedotnet/Bridge | Compiler/Translator/Properties/AssemblyInfo.cs | Compiler/Translator/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Bridge.Compiler")]
[assembly: AssemblyProduct("Bridge.Compiler")]
[assembly: AssemblyDescription("Bridge.NET Compiler")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[asse... | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Bridge.Translator")]
[assembly: AssemblyProduct("Bridge.Translator")]
[assembly: AssemblyDescription("Bridge.NET Translator")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]... | apache-2.0 | C# |
8fae55bea950d06c83395a1c56d85d0618b8a576 | Correct what is sent to output pane (#97) | nanoframework/nf-Visual-Studio-extension,Eclo/nf-Visual-Studio-extension,Eclo/nf-Visual-Studio-extension,Eclo/nf-Visual-Studio-extension | source/VisualStudio.Extension/Extensions/IVsOutputWindowPaneExtensions.cs | source/VisualStudio.Extension/Extensions/IVsOutputWindowPaneExtensions.cs | //
// Copyright (c) 2017 The nanoFramework project contributors
// See LICENSE file in the project root for full license information.
//
using Microsoft.VisualStudio.Shell.Interop;
using System;
namespace nanoFramework.Tools.VisualStudio.Extension
{
public static class IVsOutputWindowPaneExtensions
{
... | //
// Copyright (c) 2017 The nanoFramework project contributors
// See LICENSE file in the project root for full license information.
//
using Microsoft.VisualStudio.Shell.Interop;
using System;
namespace nanoFramework.Tools.VisualStudio.Extension
{
public static class IVsOutputWindowPaneExtensions
{
... | mit | C# |
4cde3fd9872ed0fa801c45acb9c2850e31c1738c | Revert change to .NET desktop default directory logic | couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net | src/Couchbase.Lite.Support.NetDesktop/Support/DefaultDirectoryResolver.cs | src/Couchbase.Lite.Support.NetDesktop/Support/DefaultDirectoryResolver.cs | //
// DefaultDirectoryResolver.cs
//
// Copyright (c) 2017 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/... | //
// DefaultDirectoryResolver.cs
//
// Copyright (c) 2017 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/... | apache-2.0 | C# |
f62992ccfa8f1c270d6452f090e241a51f07e058 | clean comment | bitzhuwei/CSharpGL,bitzhuwei/CSharpGL,bitzhuwei/CSharpGL | Demos/DeferredShading/ManyCubesNode.shaders.cs | Demos/DeferredShading/ManyCubesNode.shaders.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CSharpGL;
namespace DeferredShading
{
partial class ManyCubesNode
{
private const string firstPassVert = @"#version 330 core
in vec3 vPosition;
in vec3 vColor;
uniform mat4 MVP;
out vec3 passColor;
void mai... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CSharpGL;
namespace DeferredShading
{
partial class ManyCubesNode
{
private const string firstPassVert = @"#version 330 core
in vec3 vPosition; // per-vertex position
in vec3 vColor; // per-vertex normal
unif... | mit | C# |
c8bdfc09527b99948fa12d094bad6059f85f093d | Update Config info for AzureProvisioningConfig | johnkors/azure-sdk-tools,antonba/azure-sdk-tools,DinoV/azure-sdk-tools,johnkors/azure-sdk-tools,Madhukarc/azure-sdk-tools,Madhukarc/azure-sdk-tools,akromm/azure-sdk-tools,akromm/azure-sdk-tools,DinoV/azure-sdk-tools,markcowl/azure-sdk-tools,antonba/azure-sdk-tools,markcowl/azure-sdk-tools,DinoV/azure-sdk-tools,markcowl... | WindowsAzurePowershell/src/Management.ServiceManagement.Test/FunctionalTests/ConfigDataInfo/AzureProvisioningConfigInfo.cs | WindowsAzurePowershell/src/Management.ServiceManagement.Test/FunctionalTests/ConfigDataInfo/AzureProvisioningConfigInfo.cs | using System;
// ----------------------------------------------------------------------------------
//
// 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 ... | using System;
// ----------------------------------------------------------------------------------
//
// 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 ... | apache-2.0 | C# |
b50462728e726526fc47666b6a7d6501579529a7 | Fix license header | peppy/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework | osu.Framework/Graphics/OpenGL/DepthValue.cs | osu.Framework/Graphics/OpenGL/DepthValue.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;
namespace osu.Framework.Graphics.OpenGL
{
/// <summary>
/// The depth value used to draw 2D objects to the screen.
///... | // Copyright (c) 2007-2019 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System.Runtime.CompilerServices;
namespace osu.Framework.Graphics.OpenGL
{
/// <summary>
/// The depth value used to draw 2D objects to the scre... | mit | C# |
d489a77fe18c3a3f06b1cccb733fdb8a410bcb39 | remove new container and comment | smoogipooo/osu,johnneijzen/osu,NeoAdonis/osu,smoogipoo/osu,EVAST9919/osu,peppy/osu,ZLima12/osu,EVAST9919/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,ppy/osu,johnneijzen/osu,peppy/osu,UselessToucan/osu,ppy/osu,peppy/osu,2yangk23/osu,ppy/osu,2yangk23/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ZLima12/osu,smo... | osu.Game/Screens/Play/ReplayPlayerLoader.cs | osu.Game/Screens/Play/ReplayPlayerLoader.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.Game.Scoring;
namespace osu.Game.Screens.Play
{
public class ReplayPlayerLoader : PlayerLoader
{
private readon... | // 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.Game.Scoring;
namespace osu.Game.Screens.Play
{
public class ReplayPlayerLoader : PlayerLoader
{
private readon... | mit | C# |
fae0d2eab2aebf8ed8d20af3288ecbff6a5f8284 | Update AssemblyInfo.cs | wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,Core2D/Core2D | src/Core2D.SkiaDemo/Properties/AssemblyInfo.cs | src/Core2D.SkiaDemo/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
| using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
[assembly: AssemblyTitle("Core2D.SkiaDemo")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Core2D.SkiaDemo")]
[assembly: AssemblyCopyright("Copyr... | mit | C# |
a5c9d0c4942fe7e0bb01addad11b6dba3ef05834 | Make ReadOnlyCollection override Collection<T>.IsReadOnly | saynomoo/cecil,cgourlay/cecil,joj/cecil,furesoft/cecil,ttRevan/cecil,SiliconStudio/Mono.Cecil,gluck/cecil,mono/cecil,jbevain/cecil,xen2/cecil,kzu/cecil,fnajera-rac-de/cecil,sailro/cecil | Mono.Collections.Generic/ReadOnlyCollection.cs | Mono.Collections.Generic/ReadOnlyCollection.cs | //
// ReadOnlyCollection.cs
//
// Author:
// Jb Evain (jbevain@gmail.com)
//
// Copyright (c) 2008 - 2010 Jb Evain
//
// 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,... | //
// ReadOnlyCollection.cs
//
// Author:
// Jb Evain (jbevain@gmail.com)
//
// Copyright (c) 2008 - 2010 Jb Evain
//
// 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,... | mit | C# |
2da795254e0a1f607e3b0af3848f53b96039c712 | Simplify SafeHandleBase | felipebz/ndapi | Ndapi/Core/Handles/SafeHandleBase.cs | Ndapi/Core/Handles/SafeHandleBase.cs | using Microsoft.Win32.SafeHandles;
using System.Runtime.ConstrainedExecution;
namespace Ndapi.Core.Handles
{
internal abstract class SafeHandleBase : SafeHandleZeroOrMinusOneIsInvalid
{
protected SafeHandleBase() : base(true)
{
}
[ReliabilityContract(Consistency.WillNo... | using System;
using System.Runtime.ConstrainedExecution;
using System.Runtime.InteropServices;
namespace Ndapi.Core.Handles
{
internal abstract class SafeHandleBase : SafeHandle
{
protected SafeHandleBase() : base(IntPtr.Zero, true)
{
}
public override bool IsInvalid => handle... | mit | C# |
1310e2d6c1eb586b445c3fdf2133e622b45a33a5 | Make sure to End StaticContent. | jacksonh/manos,mdavid/manos-spdy,jmptrader/manos,mdavid/manos-spdy,jacksonh/manos,jmptrader/manos,jacksonh/manos,jmptrader/manos,jmptrader/manos,jacksonh/manos,mdavid/manos-spdy,jmptrader/manos,jacksonh/manos,mdavid/manos-spdy,jmptrader/manos,mdavid/manos-spdy,jmptrader/manos,mdavid/manos-spdy,jacksonh/manos,jacksonh/m... | data/layouts/default/StaticContentModule.cs | data/layouts/default/StaticContentModule.cs |
using System;
using System.IO;
using Manos;
//
// This the default StaticContentModule that comes with all Manos apps
// if you do not wish to serve any static content with Manos you can
// remove its route handler from <YourApp>.cs's constructor and delete
// this file.
//
// All Content placed on the Conten... |
using System;
using System.IO;
using Manos;
//
// This the default StaticContentModule that comes with all Manos apps
// if you do not wish to serve any static content with Manos you can
// remove its route handler from <YourApp>.cs's constructor and delete
// this file.
//
// All Content placed on the Conten... | mit | C# |
428243d22d0f8e962f80703f3279e733672f3551 | Update IotApp.cs | simonlaroche/akka.net,simonlaroche/akka.net | docs/examples/Tutorials/Tutorial1/IotApp.cs | docs/examples/Tutorials/Tutorial1/IotApp.cs | using System;
using Akka.Actor;
namespace Tutorials.Tutorial1
{
#region iot-app
public class IotApp
{
public static void Init()
{
using (var system = ActorSystem.Create("iot-system"))
{
// Create top level supervisor
var supervisor = ... | using System;
using Akka.Actor;
namespace Tutorials.Tutorial1
{
#region iot-app
public class IotApp
{
public static void Init()
{
using (var system = ActorSystem.Create("iot-system"))
{
// Create top level supervisor
var supervisor = ... | apache-2.0 | C# |
1460b1abd6f204695b937cf0e4384fb6f1a94301 | Introduce `isProduction` to determine the request URL | TwilioDevEd/clicktocall-csharp,TwilioDevEd/clicktocall-csharp,TwilioDevEd/clicktocall-mvc4,TwilioDevEd/clicktocall-csharp,TwilioDevEd/clicktocall-mvc4 | ClickToCall.Web/Controllers/CallCenterController.cs | ClickToCall.Web/Controllers/CallCenterController.cs | using System.Configuration;
using System.Linq;
using System.Web.Mvc;
using ClickToCall.Web.Models;
using ClickToCall.Web.Services;
using Twilio.TwiML.Mvc;
namespace ClickToCall.Web.Controllers
{
public class CallCenterController : TwilioController
{
private readonly INotificationService _notificationS... | using System.Configuration;
using System.Linq;
using System.Web.Mvc;
using ClickToCall.Web.Models;
using ClickToCall.Web.Services;
using Twilio.TwiML.Mvc;
namespace ClickToCall.Web.Controllers
{
public class CallCenterController : TwilioController
{
private readonly INotificationService _notificationS... | mit | C# |
d343f8de0f7c3e641420205823afe0365b1d2cf7 | Add IDocument interface to build viewmodel classes | roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University | R7.University/Models/DocumentInfo.cs | R7.University/Models/DocumentInfo.cs | //
// DocumentInfo.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015
//
// 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 rest... | //
// DocumentInfo.cs
//
// Author:
// Roman M. Yagodin <roman.yagodin@gmail.com>
//
// Copyright (c) 2015
//
// 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 rest... | agpl-3.0 | C# |
000ab2c728acc7a4fb15d633019fbbef9fb9eabe | Update CommonAssemblyInfo.cs for automated build | scz2011/WebApi,congysu/WebApi,LianwMS/WebApi,lungisam/WebApi,lungisam/WebApi,chimpinano/WebApi,abkmr/WebApi,yonglehou/WebApi,chimpinano/WebApi,congysu/WebApi,LianwMS/WebApi,lewischeng-ms/WebApi,yonglehou/WebApi,scz2011/WebApi,abkmr/WebApi,lewischeng-ms/WebApi | src/CommonAssemblyInfo.cs | src/CommonAssemblyInfo.cs | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Microsoft Open Technologies, Inc")]
[assembly: Assembly... | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyCopyright("... | mit | C# |
33d12bd43a638885436db8bd974d3eac29c4fd54 | Update task-scheduler on import. | grae22/TeamTracker | TeamTracker/FileImportExport.aspx.cs | TeamTracker/FileImportExport.aspx.cs | using System;
using System.IO;
using System.Web;
using TeamTracker;
public partial class FileImportExport : System.Web.UI.Page
{
//---------------------------------------------------------------------------
protected void Page_Load( object sender, EventArgs e )
{
// Bounce back to main page if session has ... | using System;
using System.IO;
using System.Web;
using TeamTracker;
public partial class FileImportExport : System.Web.UI.Page
{
//---------------------------------------------------------------------------
protected void Page_Load( object sender, EventArgs e )
{
// Bounce back to main page if session has ... | mit | C# |
455b63d67888e8f6f6fc6de6e8198412c415345e | Update tests to use the new End method. Also update UploadFile as the name isnt sent anymore. | jacksonh/manos,jmptrader/manos,mdavid/manos-spdy,mdavid/manos-spdy,jacksonh/manos,jmptrader/manos,jmptrader/manos,jacksonh/manos,jacksonh/manos,jmptrader/manos,jacksonh/manos,mdavid/manos-spdy,jmptrader/manos,mdavid/manos-spdy,mdavid/manos-spdy,jacksonh/manos,jmptrader/manos,jmptrader/manos,jacksonh/manos,jacksonh/mano... | test/TestApp/StreamTestsModule.cs | test/TestApp/StreamTestsModule.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# |
88d411839793060cee90b1d71c0fc79801d74959 | Address PR feedback | stone-li/corefx,ericstj/corefx,Priya91/corefx-1,twsouthwick/corefx,rjxby/corefx,alexperovich/corefx,Ermiar/corefx,axelheer/corefx,alexperovich/corefx,krk/corefx,seanshpark/corefx,the-dwyer/corefx,Jiayili1/corefx,ravimeda/corefx,ellismg/corefx,tijoytom/corefx,the-dwyer/corefx,cydhaselton/corefx,Petermarcu/corefx,lggomez... | src/Common/src/System/StrongToWeakReference.cs | src/Common/src/System/StrongToWeakReference.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.Diagnostics;
namespace System
{
/// <summary>Provides an object wrapper that can transition betwee... | // 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.
namespace System
{
/// <summary>Provides an object wrapper that can transition between strong and weak reference... | mit | C# |
ba0f822ede5fd54341945410cc639008caed72c8 | Test Team Foundation Service | bbenetskyy/WinParse | WinParse/WinParse.WinForms/Person.cs | WinParse/WinParse.WinForms/Person.cs | using System;
namespace WinParse.WinForms
{
internal class Person
{
private string firstName;
private string secondName;
private string comments;
public Person(string firstName, string secondName)
{
this.firstName = firstName;
th... | using System;
namespace WinParse.WinForms
{
internal class Person
{
private string firstName;
private string secondName;
private string comments;
public Person(string firstName, string secondName)
{
this.firstName = firstName;
this.... | unlicense | C# |
5544d3636e94a5d1fcbad9a87e8ec99c0ac6a84c | fix main menu issue | danbolt/ggj-jan-2017 | Pumpkin/Assets/Source/UI/Screens/MainMenuManager.cs | Pumpkin/Assets/Source/UI/Screens/MainMenuManager.cs | using UnityEngine;
using System.Collections;
public class MainMenuManager : MonoBehaviour {
private GuiManager uiManagerInstance;
// Use this for initialization
void Start () {
uiManagerInstance = GuiManager.Instance;
}
// Update is called once per frame
void Update() {
if (Input.GetKeyUp(Key... | using UnityEngine;
using System.Collections;
public class MainMenuManager : MonoBehaviour {
private GuiManager uiManagerInstance;
// Use this for initialization
void Start () {
uiManagerInstance = GuiManager.Instance;
}
// Update is called once per frame
void Update() {
if (Input.GetButton("F... | mit | C# |
3cb7989b928059f71374e32d72897909d2cd3b40 | Change newlines to Environment.NewLine | psforever/GameLauncher | PSLauncher/ClientINI.cs | PSLauncher/ClientINI.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
namespace PSLauncher
{
class ClientINI
{
string inipath;
public ClientINI(String inipath)
{
this.inipath = inipath;
}
public vo... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
namespace PSLauncher
{
class ClientINI
{
string inipath;
public ClientINI(String inipath)
{
this.inipath = inipath;
}
public vo... | mit | C# |
7733e893251e59a9aa9fd87c47fe3c812bb09b82 | Add AddinUrl | sevoku/MonoDevelop.Xwt | Properties/AddinInfo.cs | Properties/AddinInfo.cs | using Mono.Addins;
[assembly:Addin (
"MonoDevelop.Xwt",
Namespace = "MonoDevelop.Xwt",
Version = "1.0"
)]
[assembly:AddinName ("Xwt Project Support")]
[assembly:AddinCategory ("IDE extensions")]
[assembly:AddinDescription (
"Adds Xwt cross-platform UI project and file templates, " +
"including executable proje... | using Mono.Addins;
[assembly:Addin (
"MonoDevelop.Xwt",
Namespace = "MonoDevelop.Xwt",
Version = "1.0"
)]
[assembly:AddinName ("Xwt Project Support")]
[assembly:AddinCategory ("IDE extensions")]
[assembly:AddinDescription (
"Adds Xwt cross-platform UI project and file templates, " +
"including executable proje... | mit | C# |
793acfe174786431d7ffb20cddeb4be28b95199c | Set an exception message for ReturnStatusMessage | neuecc/MagicOnion | src/MagicOnion.Server/ReturnStatusException.cs | src/MagicOnion.Server/ReturnStatusException.cs | using Grpc.Core;
using System;
namespace MagicOnion
{
public class ReturnStatusException : Exception
{
public StatusCode StatusCode { get; private set; }
public string Detail { get; private set; }
public ReturnStatusException(StatusCode statusCode, string detail)
: base($"T... | using Grpc.Core;
using System;
namespace MagicOnion
{
public class ReturnStatusException : Exception
{
public StatusCode StatusCode { get; private set; }
public string Detail { get; private set; }
public ReturnStatusException(StatusCode statusCode, string detail)
{
... | mit | C# |
bf42665769b78a382ed68a8479ff7725446d995e | Remove debug messages | JoshuaBrockschmidt/blockland_script_playerarchiver | packages.cs | packages.cs | package PLYRARCH_package
{
function secureClientCmd_ClientJoin(%name, %objid, %bl_id, %var1, %var2, %admin, %superadmin)
{
PLYRARCH_addPlayer(%bl_id, %name);
parent::secureClientCmd_ClientJoin(%name, %objid, %bl_id, %var1, %var2, %admin, %superadmin);
}
function secureClientCmd_ClientDrop(%name, %objid)
{
... | package PLYRARCH_package
{
function secureClientCmd_ClientJoin(%name, %objid, %bl_id, %var1, %var2, %admin, %superadmin)
{
echo("secureClientCmd_ClientJoin() has been called...");
echo("%name:" SPC %name);
echo("%objid:" SPC %objid);
echo("%bl_id:" SPC %bl_id);
echo("%var1:" SPC %var1);
echo("%var2:" SPC ... | unlicense | C# |
71b6789136b786d36163c8f5bb576f8f8f932d28 | Fix post-merge conflict | ZLima12/osu,naoey/osu,UselessToucan/osu,smoogipooo/osu,johnneijzen/osu,johnneijzen/osu,ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,ppy/osu,2yangk23/osu,ZLima12/osu,UselessToucan/osu,ppy/osu,NeoAdonis/osu,DrabWeb/osu,NeoAdonis/osu,DrabWeb/osu,EVAST9919/osu,2yangk23/osu,EVAST9919/osu,peppy/osu,smoogip... | osu.Game.Rulesets.Osu/Edit/Masks/SliderMasks/Components/SliderBodyPiece.cs | osu.Game.Rulesets.Osu/Edit/Masks/SliderMasks/Components/SliderBodyPiece.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Rulesets.Osu.Object... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Rulesets.Osu.Object... | mit | C# |
602e75f842d9286dc917a8cbaafb03359178223a | Update version info for LogBridge.Log4Net. | TorbenRahbekKoch/LogBridge | Source/LogBridge.Log4Net/Properties/AssemblyInfo.cs | Source/LogBridge.Log4Net/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("So... | 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("So... | mit | C# |
c775562d917749a72052298a9df49284a360009b | Enlarge the scope of SA1600 supression to whole test project | RehanSaeed/Serilog.Exceptions,RehanSaeed/Serilog.Exceptions | Tests/Serilog.Exceptions.Test/GlobalSuppressions.cs | Tests/Serilog.Exceptions.Test/GlobalSuppressions.cs | // This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSha... | // This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSha... | mit | C# |
c50edb351730b743a1f5ccf5c007185fac20bbd8 | remove tab | peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework | osu.Framework.Tests/IO/ShaderRegexTest.cs | osu.Framework.Tests/IO/ShaderRegexTest.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.Text.RegularExpressions;
using NUnit.Framework;
using osu.Framework.Graphics.Shaders;
namespace osu.Framework.Tests.IO
{
[TestFixture]
public class ... | // 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.Text.RegularExpressions;
using NUnit.Framework;
using osu.Framework.Graphics.Shaders;
namespace osu.Framework.Tests.IO
{
[TestFixture]
public class ... | mit | C# |
81186f8423198b76a97a2d9846281d4a612cbe56 | Apply beatmap converter mods in DifficultyCalculator | NeoAdonis/osu,EVAST9919/osu,UselessToucan/osu,peppy/osu,DrabWeb/osu,ppy/osu,Nabile-Rahmani/osu,naoey/osu,johnneijzen/osu,2yangk23/osu,DrabWeb/osu,ppy/osu,ZLima12/osu,peppy/osu,naoey/osu,Frontear/osuKyzer,NeoAdonis/osu,smoogipooo/osu,smoogipoo/osu,2yangk23/osu,NeoAdonis/osu,naoey/osu,UselessToucan/osu,EVAST9919/osu,smoo... | osu.Game/Beatmaps/DifficultyCalculator.cs | osu.Game/Beatmaps/DifficultyCalculator.cs | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Rulesets.Objects;
using System.Collections.Generic;
using osu.Game.Rulesets.Mods;
using osu.Framework.Timing;
using System.Linq;
using osu.Framew... | // Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Rulesets.Objects;
using System.Collections.Generic;
using osu.Game.Rulesets.Mods;
using osu.Framework.Timing;
using System.Linq;
using osu.Framew... | mit | C# |
9cfc04919cb19a341626a2251a8d4c5018f5ff9d | create test message viewmodel should set default properties | Odonno/Modern-Gitter | Gitter/Gitter.UnitTests/ViewModels/MessageTests.cs | Gitter/Gitter.UnitTests/ViewModels/MessageTests.cs | using Gitter.ViewModel.Concrete;
using GitterSharp.Model;
using System;
using Xunit;
namespace Gitter.UnitTests.ViewModels
{
public class MessageTests
{
[Fact]
public void CreateMessage_Should_SetMessage()
{
// Arrange
var message = new Message();
va... | using Gitter.ViewModel.Concrete;
using GitterSharp.Model;
using Xunit;
namespace Gitter.UnitTests.ViewModels
{
public class MessageTests
{
[Fact]
public void CreateMessage_Should_SetMessage()
{
// Arrange
var message = new Message();
var messageViewM... | apache-2.0 | C# |
3ae1496c3df328fbac76376bebbd701ae5a75e10 | Fix rename bug. | JohanLarsson/Gu.ChangeTracking,JohanLarsson/Gu.State,JohanLarsson/Gu.State | Gu.State.Tests/DiffTests/FieldValues/Dictionary.cs | Gu.State.Tests/DiffTests/FieldValues/Dictionary.cs | namespace Gu.State.Tests.DiffTests.FieldValues
{
public class Dictionary : DictionaryTests
{
public override Diff DiffBy<T>(T x, T y, ReferenceHandling referenceHandling)
{
return Gu.State.DiffBy.FieldValues(x, y, referenceHandling);
}
}
} | namespace Gu.State.Tests.DiffTests.FieldValues
{
public class Dictionary : DictionaryTests
{
public override Diff DiffBy<T>(T x, T y, ReferenceHandling referenceHandling)
{
return DiffBy.FieldValues(x, y, referenceHandling);
}
}
} | mit | C# |
d0ccdcaec0cfb97d900926ec1c7a34a495539850 | Modify startup.cs | Kagamine/ForumR,Kagamine/ForumR | src/ForumR/Startup.cs | src/ForumR/Startup.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.Data.Entity;
using Microsoft.Extensions.DependencyInjec... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.Data.Entity;
using Microsoft.Extensions.DependencyInjec... | mit | C# |
c2051585d039db402f602cf01efcb1f118277117 | add more event stuff | mzrimsek/scheduler,mzrimsek/scheduler,mzrimsek/scheduler | Repositories/EventRepository.cs | Repositories/EventRepository.cs | using System.Collections.Generic;
using System.Linq;
using scheduler.Data;
using scheduler.Models.DatabaseModels;
namespace scheduler.Repositories
{
public class EventRepository
{
private readonly ApplicationDbContext _context;
public EventRepository(ApplicationDbContext context)
{
... | using System.Collections.Generic;
using System.Linq;
using scheduler.Data;
using scheduler.Models.DatabaseModels;
namespace scheduler.Repositories {
public class EventRepository
{
private readonly ApplicationDbContext _context;
public EventRepository(ApplicationDbContext context)
{
... | mit | C# |
63ed582b17db06893c2f2fdeab98441f157e1f85 | add the hero the list all unlocks command | overtools/OWLib | DataTool/ToolLogic/List/ListAllUnlocks.cs | DataTool/ToolLogic/List/ListAllUnlocks.cs | using System.Collections.Generic;
using System.Linq;
using DataTool.DataModels;
using DataTool.DataModels.Hero;
using DataTool.Flag;
using DataTool.Helper;
using DataTool.JSON;
using TankLib;
using TankLib.STU.Types;
using static DataTool.Program;
namespace DataTool.ToolLogic.List {
[Tool("list-all-unlocks", Desc... | using System.Linq;
using DataTool.DataModels;
using DataTool.Flag;
using DataTool.JSON;
using static DataTool.Program;
namespace DataTool.ToolLogic.List {
[Tool("list-all-unlocks", Description = "List hero unlocks", CustomFlags = typeof(ListFlags), IsSensitive = true)]
public class ListAllUnlocks : JSONTool, ... | mit | C# |
9394e9a37131b007aeaedab053307fb5a4d62202 | Update ProcChat2.cs | akrischer/procjam-three-musketeers,akrischer/procjam-three-musketeers | MoodRingChatroom/Assets/Scripts/Tyler/ProcChat2.cs | MoodRingChatroom/Assets/Scripts/Tyler/ProcChat2.cs | //This code was written following Brent Farris' "Simple Chat System" tutorial on Youtube.com
//https://www.youtube.com/watch?v=yS_kX8RrovQ
using UnityEngine;
using System.Collections.Generic;
public class ProcChat2 : MonoBehaviour {
int GUIWidth = 350, GUIHeight = 500;
public List<string> chatHistory = new List<... | //This code was written following Brent Farris' "Simple Chat System" tutorial on Youtube.com
//https://www.youtube.com/watch?v=yS_kX8RrovQ
using UnityEngine;
using System.Collections.Generic;
public class ProcChat2 : MonoBehaviour {
int GUIWidth = 350, GUIHeight = 500;
public List<string> chatHistory = new List<... | artistic-2.0 | C# |
0b7a19ef5751fe8bf8d887d27b030880dbd2add8 | Use a unique file for every test | ali-ince/akka.net,eisendle/akka.net,amichel/akka.net,simonlaroche/akka.net,heynickc/akka.net,alexpantyukhin/akka.net,willieferguson/akka.net,eisendle/akka.net,Micha-kun/akka.net,jordansjones/akka.net,nanderto/akka.net,Silv3rcircl3/akka.net,derwasp/akka.net,willieferguson/akka.net,alexpantyukhin/akka.net,heynickc/akka.n... | src/core/Akka.Streams.Tests.TCK/FilePublisherTest.cs | src/core/Akka.Streams.Tests.TCK/FilePublisherTest.cs | //-----------------------------------------------------------------------
// <copyright file="FilePublisherTest.cs" company="Akka.NET Project">
// Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
// </copyrigh... | //-----------------------------------------------------------------------
// <copyright file="FilePublisherTest.cs" company="Akka.NET Project">
// Copyright (C) 2015-2016 Lightbend Inc. <http://www.lightbend.com>
// Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net>
// </copyrigh... | apache-2.0 | C# |
3370ba3011ea13b835267ed3e58f9a0ee078147f | Add constraint. | pak21/bggapi.net | BGGAPI.NET/AutomapperExtensions.cs | BGGAPI.NET/AutomapperExtensions.cs | using System;
using AutoMapper;
namespace BGGAPI
{
public static class AutoMapperExtensions
{
public static void NullSafeConvertUsing<TSource, TDestination>(
this IMappingExpression<TSource, TDestination> mappingExpression,
Func<TSource, TDestination> mappingFunction) where TSo... | using System;
using AutoMapper;
namespace BGGAPI
{
public static class AutoMapperExtensions
{
public static void NullSafeConvertUsing<TSource, TDestination>(this IMappingExpression<TSource, TDestination> mappingExpression, Func<TSource, TDestination> mappingFunction)
{
mappingExpre... | mit | C# |
ab9630e0bd95353e9c6dac15fa805eec4894c322 | change namespace of MainClass | mooware/mooftpserv | bin/Main.cs | bin/Main.cs | using System;
using mooftpserv;
namespace mooftpserv
{
class MainClass
{
public static void Main(string[] args)
{
Server srv = new Server("0.0.0.0", 9999);
srv.Run();
}
}
}
| using System;
using mooftpserv;
namespace mooftpserv.bin
{
class MainClass
{
public static void Main(string[] args)
{
Server srv = new Server("0.0.0.0", 9999);
srv.Run();
}
}
}
| mit | C# |
ae5f0423755b0590d37e698f1f7eed99ca976121 | Fix typo | BialJam/NieWiemAndrzejuNaprawdeNieWiem | Bialjam/Assets/Gra/LightManager.cs | Bialjam/Assets/Gra/LightManager.cs | using UnityEngine;
using System.Collections;
public class LightManager {
Material LightOnMaterial;
Material LightOffMaterial;
public bool IsOn;
// Use this for initialization
public void UpdateLights() {
GameObject[] allLights = GameObject.FindGameObjectsWithTag ("Light");
foreach (GameObject i in allLights... | using UnityEngine;
using System.Collections;
public class LightManager {
Material LightOnMaterial;
Material LightOffMaterial;
public bool IsOn;
// Use this for initialization
public void UpdateLights() {
GameObject[] allLights = GameObject.FindGameObjectsWithTag ("Light");
foreach (GameObject i in allLights... | cc0-1.0 | C# |
4e7c92ce35ec7341902043491771cf6d335811a4 | Update IMetricTelemeter.cs | tiksn/TIKSN-Framework | TIKSN.Core/Analytics/Telemetry/IMetricTelemeter.cs | TIKSN.Core/Analytics/Telemetry/IMetricTelemeter.cs | using System.Threading.Tasks;
namespace TIKSN.Analytics.Telemetry
{
public interface IMetricTelemeter
{
Task TrackMetric(string metricName, decimal metricValue);
}
}
| using System.Threading.Tasks;
namespace TIKSN.Analytics.Telemetry
{
public interface IMetricTelemeter
{
Task TrackMetric(string metricName, decimal metricValue);
}
} | mit | C# |
cd8bb36661e3f9a7d6c9e0400ad51436d6a7e416 | bump Version | blackpanther989/ArchiSteamFarm,blackpanther989/ArchiSteamFarm | ArchiSteamFarm/SharedInfo.cs | ArchiSteamFarm/SharedInfo.cs | /*
_ _ _ ____ _ _____
/ \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
/ _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
/ ___ \ | | | (__ | | | || | ___) || |_| __/| (_| || |... | /*
_ _ _ ____ _ _____
/ \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
/ _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
/ ___ \ | | | (__ | | | || | ___) || |_| __/| (_| || |... | apache-2.0 | C# |
77eab84521a2d6fd1fd4b8543ae24fe43c343751 | fix build break | superyyrrzz/docfx,superyyrrzz/docfx,sergey-vershinin/docfx,928PJY/docfx,hellosnow/docfx,pascalberger/docfx,dotnet/docfx,DuncanmaMSFT/docfx,928PJY/docfx,sergey-vershinin/docfx,LordZoltan/docfx,hellosnow/docfx,LordZoltan/docfx,LordZoltan/docfx,hellosnow/docfx,superyyrrzz/docfx,DuncanmaMSFT/docfx,LordZoltan/docfx,928PJY/d... | src/docfx/SubCommands/PackCommandCreator.cs | src/docfx/SubCommands/PackCommandCreator.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.DocAsCode.SubCommands
{
using Microsoft.DocAsCode;
using Microsoft.DocAsCode.Plugins;
// TODO: currently disabled
// [CommandOptio... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.SubCommands
{
using Microsoft.DocAsCode;
using Microsoft.DocAsCode.Plugins;
// TODO: currently disabled
// [CommandOptio... | mit | C# |
9260d1c24ddefe09992a39fd74ba6a9eec2f928d | Fix incorrect scroll time calculation. | ZLima12/osu,smoogipoo/osu,peppy/osu,peppy/osu,ppy/osu,Drezi126/osu,ZLima12/osu,ppy/osu,2yangk23/osu,naoey/osu,Frontear/osuKyzer,johnneijzen/osu,Damnae/osu,DrabWeb/osu,peppy/osu,ppy/osu,peppy/osu-new,EVAST9919/osu,johnneijzen/osu,NeoAdonis/osu,naoey/osu,naoey/osu,Nabile-Rahmani/osu,EVAST9919/osu,NeoAdonis/osu,smoogipoo/... | osu.Game.Modes.Taiko/Objects/TaikoHitObject.cs | osu.Game.Modes.Taiko/Objects/TaikoHitObject.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Beatmaps.Timing;
using osu.Game.Database;
using osu.Game.Modes.Objects;
namespace osu.Game.Modes.Taiko.Objects
{
public abstract class Taik... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Beatmaps.Timing;
using osu.Game.Database;
using osu.Game.Modes.Objects;
namespace osu.Game.Modes.Taiko.Objects
{
public abstract class Taik... | mit | C# |
7bfc17ad320ecae5ab78711dbeba793f8acdcaa2 | Update src/Abp.ZeroCore.EntityFrameworkCore/EntityHistory/EntitySnapshotManager.cs | ryancyq/aspnetboilerplate,carldai0106/aspnetboilerplate,ilyhacker/aspnetboilerplate,luchaoshuai/aspnetboilerplate,verdentk/aspnetboilerplate,ilyhacker/aspnetboilerplate,ryancyq/aspnetboilerplate,verdentk/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,luchaoshua... | src/Abp.ZeroCore.EntityFrameworkCore/EntityHistory/EntitySnapshotManager.cs | src/Abp.ZeroCore.EntityFrameworkCore/EntityHistory/EntitySnapshotManager.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Abp.Dependency;
using Abp.Domain.Entities;
using Abp.Domain.Repositories;
using Abp.EntityFramework;
using Abp.EntityFrameworkCore.Repositories;
using Abp.Events.Bus.Entities;
using Abp.Json;
using... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Abp.Dependency;
using Abp.Domain.Entities;
using Abp.Domain.Repositories;
using Abp.EntityFramework;
using Abp.EntityFrameworkCore.Repositories;
using Abp.Events.Bus.Entities;
using Abp.Json;
using... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.