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
4a316fad2fedf334db9761764a46d59fb9e18e3a
Add audio feedback for rearranging list items
ppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,peppy/osu
osu.Game/Graphics/Containers/OsuRearrangeableListContainer.cs
osu.Game/Graphics/Containers/OsuRearrangeableListContainer.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable disable using System.Collections.Specialized; using osu.Framework.Allocation; using osu.Framework.Audio; using osu.Framework.Audio.Sample; using osu.Framework....
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable disable using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; namespace osu.Game.Graphics.Containers { pub...
mit
C#
4bf26c24c8f692a9cb186fb3c731a9ec0affa797
Update benchmarks to new format
ianhays/xunit-performance,ericeil/xunit-performance,mmitche/xunit-performance,visia/xunit-performance,Microsoft/xunit-performance,pharring/xunit-performance,Microsoft/xunit-performance
samples/DNXLibrary/SampleTests.cs
samples/DNXLibrary/SampleTests.cs
using Microsoft.Xunit.Performance; using Xunit; namespace DNXLibrary { // This project can output the Class library as a NuGet Package. // To enable this option, right-click on the project and select the Properties menu item. In the Build tab select "Produce outputs on build". public class DNXSampleTests ...
using Microsoft.Xunit.Performance; using Xunit; namespace DNXLibrary { // This project can output the Class library as a NuGet Package. // To enable this option, right-click on the project and select the Properties menu item. In the Build tab select "Produce outputs on build". public class DNXSampleTests ...
mit
C#
2196b52d4b3409ab8c81532203aba26d0cc2094a
Make Markdown help open in another window
kirillkos/joinrpg-net,leotsarev/joinrpg-net,kirillkos/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net
Joinrpg/Views/Shared/EditorTemplates/MarkdownString.cshtml
Joinrpg/Views/Shared/EditorTemplates/MarkdownString.cshtml
@model JoinRpg.DataModel.MarkdownString @{ var requiredMsg = new MvcHtmlString(""); var validation = false; foreach (var attr in @Html.GetUnobtrusiveValidationAttributes(@ViewData.TemplateInfo.HtmlFieldPrefix, @ViewData.ModelMetadata)) { if (attr.Key == "data-val-required") { requiredMs...
@model JoinRpg.DataModel.MarkdownString @{ var requiredMsg = new MvcHtmlString(""); var validation = false; foreach (var attr in @Html.GetUnobtrusiveValidationAttributes(@ViewData.TemplateInfo.HtmlFieldPrefix, @ViewData.ModelMetadata)) { if (attr.Key == "data-val-required") { requiredMs...
mit
C#
382ab41fb58434b13df6dac84e219e905b8baa7f
Replace Apache with MIT.
ptoonen/corefx,stone-li/corefx,Petermarcu/corefx,shimingsg/corefx,vidhya-bv/corefx-sorting,benpye/corefx,SGuyGe/corefx,jeremymeng/corefx,tijoytom/corefx,shmao/corefx,josguil/corefx,josguil/corefx,mellinoe/corefx,bitcrazed/corefx,Priya91/corefx-1,richlander/corefx,elijah6/corefx,parjong/corefx,khdang/corefx,alexandrniki...
src/System.Text.Encodings.Web/tests/EncoderExtensionsTests.cs
src/System.Text.Encodings.Web/tests/EncoderExtensionsTests.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Framework.WebEncoders; using System; using System.IO; using Xunit; using System.Text.Unicode; namespace System.Text.Encodings.Web { public class En...
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.Framework.WebEncoders; using System; using System.IO; using Xunit; using System.Text.Unicode; namespace System.Text.E...
mit
C#
b02ad2be485451127e197bd285c3854cf6c59390
Fix failing tests.
jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,grokys/Perspex,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,akrisiun/Perspex,MrDaedra/Avalonia,AvaloniaU...
tests/Avalonia.Base.UnitTests/AvaloniaObjectTests_Attached.cs
tests/Avalonia.Base.UnitTests/AvaloniaObjectTests_Attached.cs
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using Xunit; namespace Avalonia.Base.UnitTests { public class AvaloniaObjectTests_Attached { [Fact] public void Add...
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using Xunit; namespace Avalonia.Base.UnitTests { public class AvaloniaObjectTests_Attached { [Fact] public void Add...
mit
C#
999f4584635186c4c7b9091a3cd3adcd94707867
fix - non si può trasferire la chiamata alla stessa sede di provenienza
vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf,vvfosprojects/sovvf
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneTrasferimentiChiamate/AddTrasferimento/AddTrasferimentoValidator.cs
src/backend/SO115App.Models/Servizi/CQRS/Commands/GestioneSoccorso/GestioneTrasferimentiChiamate/AddTrasferimento/AddTrasferimentoValidator.cs
using CQRS.Commands.Validators; using CQRS.Validation; using SO115App.Models.Classi.Utility; using System.Collections.Generic; namespace SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestioneTrasferimentiChiamate.AddTrasferimento { public class AddTrasferimentoValidator : ICommandValidator<AddTrasferimen...
using CQRS.Commands.Validators; using CQRS.Validation; using SO115App.Models.Classi.Utility; using System.Collections.Generic; using System.Linq; namespace SO115App.Models.Servizi.CQRS.Commands.GestioneSoccorso.GestioneTrasferimentiChiamate.AddTrasferimento { public class AddTrasferimentoValidator : ICommandValid...
agpl-3.0
C#
79cbbdbedd45908ed9935f3b4cce75c5dfd24ec8
fix permission issues
mooware/ReplaceExe
ReplaceExe/Program.cs
ReplaceExe/Program.cs
using Microsoft.Win32; using System; using System.Diagnostics; using System.Linq; using System.Reflection; namespace ReplaceExe { class Program { const string regBasePath = @"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"; const string regValueName = "Debugger"; static voi...
using Microsoft.Win32; using System; using System.Diagnostics; using System.Linq; using System.Reflection; namespace ReplaceExe { class Program { const string regBasePath = @"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options"; const string regValueName = "Debugger"; static voi...
mit
C#
adf0b5cea4c5600522de497fc9fff7deb25a0f9f
fix ui freeze
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Fluent/ViewModels/Login/LoginViewModel.cs
WalletWasabi.Fluent/ViewModels/Login/LoginViewModel.cs
using System.Threading.Tasks; using System.Windows.Input; using ReactiveUI; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Fluent.ViewModels.Navigation; using WalletWasabi.Fluent.ViewModels.Wallets; using WalletWasabi.Userfacing; using WalletWasabi.Wallets; namespace WalletWasabi.Fluent.ViewModels.Login { pu...
using System.Threading.Tasks; using System.Windows.Input; using ReactiveUI; using WalletWasabi.Blockchain.Keys; using WalletWasabi.Fluent.ViewModels.Navigation; using WalletWasabi.Fluent.ViewModels.Wallets; using WalletWasabi.Userfacing; using WalletWasabi.Wallets; namespace WalletWasabi.Fluent.ViewModels.Login { pu...
mit
C#
3ccc04cb816399d7ca583dcf4b97dd8dd6de737f
Add english as well as german
ashfordl/cards
ConsoleTesting/WhistTest.cs
ConsoleTesting/WhistTest.cs
// WhistTest.cs // <copyright file="WhistTest.cs"> This code is protected under the MIT License. </copyright> using System; using CardGames.Whist; namespace ConsoleTesting { /// <summary> /// The whist test class /// </summary> public class WhistTest : IGameTest { /// <summary>...
// WhistTest.cs // <copyright file="WhistTest.cs"> This code is protected under the MIT License. </copyright> using System; using CardGames.Whist; namespace ConsoleTesting { /// <summary> /// The whist test class /// </summary> public class WhistTest : IGameTest { /// <summary>...
mit
C#
d27cdcac94bd5de3f1e2543eb1a080159d7cfc0a
Update version to 2.4.0
TheOtherTimDuncan/TOTD
SharedAssemblyInfo.cs
SharedAssemblyInfo.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: AssemblyConfigura...
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: AssemblyConfigura...
mit
C#
8425191aa434afa48ec6c658deeec8d616a87918
Consolidate IfExists overloads into single method with optional param
aranasoft/cobweb
src/Core/Extentions/ObjectExtentions/WithObject.cs
src/Core/Extentions/ObjectExtentions/WithObject.cs
using System; namespace Cobweb.Extentions.ObjectExtentions { public static class WithObject { /// <summary> /// Returns the result of <paramref name="delegate" /> if <paramref name="object" /> is not null. /// Otherwise, <paramref name="default" /> is returned. /// </summar...
using System; namespace Cobweb.Extentions.ObjectExtentions { public static class WithObject { /// <summary> /// Returns the result of a <paramref name="delegate" /> if the <paramref name="object" /> is not null. /// </summary> /// <example> /// This method may be ch...
bsd-3-clause
C#
1a6b36a0f5e1c07e50564b9a74195c047642e205
Allow AssemblyMigrationProvider to take a namespace
canton7/Simple.Migrations,canton7/SimpleMigrations,canton7/SimpleMigrations,canton7/Simple.Migrations
src/Simple.Migrations/AssemblyMigrationProvider.cs
src/Simple.Migrations/AssemblyMigrationProvider.cs
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using SimpleMigrations.Platform; namespace SimpleMigrations { /// <summary> /// <see cref="IMigrationProvider"/> which finds migrations by scanning an assembly, optionally /// filtering by namespace. /// </sum...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using SimpleMigrations.Platform; namespace SimpleMigrations { /// <summary> /// <see cref="IMigrationProvider"/> which finds migrations by scanning an assembly /// </summary> public class AssemblyMigrationProv...
mit
C#
a32f5667fa65e09e3af126a990550c4e84a4c9c9
Fix issue #296: Read data in a loop. The first read does not ensure all data is read.
SixLabors/Fonts
src/SixLabors.Fonts/Tables/Woff/WoffTableHeader.cs
src/SixLabors.Fonts/Tables/Woff/WoffTableHeader.cs
// Copyright (c) Six Labors. // Licensed under the Apache License, Version 2.0. using System.IO; namespace SixLabors.Fonts.Tables.Woff { internal sealed class WoffTableHeader : TableHeader { public WoffTableHeader(string tag, uint offset, uint compressedLength, uint origLength, uint checkSum) ...
// Copyright (c) Six Labors. // Licensed under the Apache License, Version 2.0. using System.IO; namespace SixLabors.Fonts.Tables.Woff { internal sealed class WoffTableHeader : TableHeader { public WoffTableHeader(string tag, uint offset, uint compressedLength, uint origLength, uint checkSum) ...
apache-2.0
C#
ba79301e0f3a3deacf960c930a53c36995574d08
Remove a stray comment
scottmeyer/braintree_dotnet,ronin1/braintree_dotnet,scottmeyer/braintree_dotnet,braintree/braintree_dotnet,ronin1/braintree_dotnet,braintree/braintree_dotnet,scottmeyer/braintree_dotnet,scottmeyer/braintree_dotnet,ronin1/braintree_dotnet
Braintree/SandboxValues.cs
Braintree/SandboxValues.cs
#pragma warning disable 1591 using System; using System.Collections.Generic; using System.Text; namespace Braintree { public class SandboxValues { public class CreditCardNumber { public const String VISA = "4111111111111111"; } public class TransactionAmount ...
#pragma warning disable 1591 using System; using System.Collections.Generic; using System.Text; namespace Braintree { public class SandboxValues { public class CreditCardNumber { public const String VISA = "4111111111111111"; } public class TransactionAmount ...
mit
C#
d2d5bd5b804024646fa27c7f30df71e4f4791969
Update for editor compilation
DDReaper/MixedRealityToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity,killerantz/HoloToolkit-Unity
Assets/MixedRealityToolkit/Extensions/UnityObjectExtensions.cs
Assets/MixedRealityToolkit/Extensions/UnityObjectExtensions.cs
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; using Object = UnityEngine.Object; namespace Microsoft.MixedReality.Toolkit { /// <summary> /// Extension methods for Unity's Object cla...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; using Object = UnityEngine.Object; namespace Microsoft.MixedReality.Toolkit { /// <summary> /// Extension methods for Unity's Object cla...
mit
C#
816e5d63aa59416bc4e6ac132959b7f2ff57b5fb
fix navigation
AzureDay/2016-WebSite,AzureDay/2016-WebSite
TeamSpark.AzureDay.WebSite.Host/Views/Shared/_MenuItems.cshtml
TeamSpark.AzureDay.WebSite.Host/Views/Shared/_MenuItems.cshtml
<li><a href="/">Главная</a></li> <li><a href="/schedule">Расписание</a></li> @if (Request.IsAuthenticated) { <li><a href="/profile/my">Личный кабинет</a></li> <li><a href="/profile/logout">Выйти</a></li> } else { <li><a style="font-weight: bold; color: #f90; font-size: 1.2em;" href="/profile/registration">Регистрац...
<li><a href="/">Главная</a></li> <li><a href="/schedule">Расписание</a></li> @if (Request.IsAuthenticated) { <li><a href="/profile/logout">Личный кабинет</a></li> <li><a href="/profile/logout">Выйти</a></li> } else { <li><a style="font-weight: bold; color: #f90; font-size: 1.2em;" href="/profile/registration">Регис...
mit
C#
5da2faa7fb0cc28547eb14293886392c9d983130
Remove PathUtility.Combine method
johnkors/azure-sdk-tools,DinoV/azure-sdk-tools,Madhukarc/azure-sdk-tools,DinoV/azure-sdk-tools,antonba/azure-sdk-tools,akromm/azure-sdk-tools,Madhukarc/azure-sdk-tools,johnkors/azure-sdk-tools,Madhukarc/azure-sdk-tools,markcowl/azure-sdk-tools,akromm/azure-sdk-tools,johnkors/azure-sdk-tools,DinoV/azure-sdk-tools,akromm...
WindowsAzurePowershell/src/Management/Utilities/PathUtility.cs
WindowsAzurePowershell/src/Management/Utilities/PathUtility.cs
// ---------------------------------------------------------------------------------- // // Copyright 2011 Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://ww...
// ---------------------------------------------------------------------------------- // // Copyright 2011 Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://ww...
apache-2.0
C#
e185e21115e28010d221435afefc9d2f53701c2d
Fix board Y scale
thijser/ARGAME,thijser/ARGAME,thijser/ARGAME
ARGame/Assets/Scripts/Core/BoardResizer.cs
ARGame/Assets/Scripts/Core/BoardResizer.cs
//---------------------------------------------------------------------------- // <copyright file="BoardResizer.cs" company="Delft University of Technology"> // Copyright 2015, Delft University of Technology // // This software is licensed under the terms of the MIT License. // A copy of the license s...
//---------------------------------------------------------------------------- // <copyright file="BoardResizer.cs" company="Delft University of Technology"> // Copyright 2015, Delft University of Technology // // This software is licensed under the terms of the MIT License. // A copy of the license s...
mit
C#
b8ad8808182e47c92fd9be0a2cd551689701d07c
Update GameState
Synpheros/h4g2017
Assets/Generic/Chat/GameState.cs
Assets/Generic/Chat/GameState.cs
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace h4g2 { public class GameState { private static GameState instance; public static GameState S { get { if (instance == null) instance = ne...
using UnityEngine; using System.Collections; using System.Collections.Generic; namespace h4g2 { public class GameState { private static GameState instance; public static GameState S { get { if (instance == null) instance = ne...
apache-2.0
C#
645ad873c2baf6a22fbf949173f689a0b93ce156
Fix "Search" widget ignoring search errors
danielchalmers/DesktopWidgets
DesktopWidgets/Widgets/Search/ViewModel.cs
DesktopWidgets/Widgets/Search/ViewModel.cs
using System.Diagnostics; using System.Windows.Input; using DesktopWidgets.Classes; using DesktopWidgets.Helpers; using DesktopWidgets.ViewModelBase; using GalaSoft.MvvmLight.Command; namespace DesktopWidgets.Widgets.Search { public class ViewModel : WidgetViewModelBase { private string _searchText; ...
using System.Diagnostics; using System.Windows.Input; using DesktopWidgets.Classes; using DesktopWidgets.Helpers; using DesktopWidgets.ViewModelBase; using GalaSoft.MvvmLight.Command; namespace DesktopWidgets.Widgets.Search { public class ViewModel : WidgetViewModelBase { private string _searchText; ...
apache-2.0
C#
76f49e43f8a9c2b40f4f5777eb081b5e6eb9f9ae
Remove redundant blank line
mysticfall/Alensia
Assets/Alensia/Core/Control/PlayerController.cs
Assets/Alensia/Core/Control/PlayerController.cs
using System.Collections.Generic; using System.Linq; using Alensia.Core.Character; using Alensia.Core.Common; using UniRx; using UnityEngine.Assertions; using Zenject; namespace Alensia.Core.Control { public class PlayerController : Controller, IPlayerController { public const string PlayerAliasName =...
using System.Collections.Generic; using System.Linq; using Alensia.Core.Character; using Alensia.Core.Common; using UniRx; using UnityEngine.Assertions; using Zenject; namespace Alensia.Core.Control { public class PlayerController : Controller, IPlayerController { public const string PlayerAliasName =...
apache-2.0
C#
514e6184431868652f76691a00b9006ad3a7ad41
Set TableDependency version number
christiandelbianco/monitor-table-change-with-sqltabledependency
TableDependency/Properties/AssemblyInfo.cs
TableDependency/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("Ta...
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("Ta...
mit
C#
2bf9a119549d0f3bbaf8bb49fc9201e3505cf165
Mark NonAspect attribute at the IAspectContextDataProvider interface
AspectCore/Lite,AspectCore/AspectCore-Framework,AspectCore/AspectCore-Framework,AspectCore/Abstractions
src/AspectCore.Abstractions/Aspect/IAspectContextDataProvider.cs
src/AspectCore.Abstractions/Aspect/IAspectContextDataProvider.cs
using System.Collections.Generic; namespace AspectCore.Abstractions { [NonAspect] public interface IAspectContextDataProvider { IDictionary<string, object> Items { get; } } }
using System.Collections.Generic; namespace AspectCore.Abstractions { public interface IAspectContextDataProvider { IDictionary<string, object> Items { get; } } }
mit
C#
d12e93bfc67598007192899b440726396b8e202e
Add skin traget resetting on setup/teardown steps
NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipooo/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu,smoogipoo/osu
osu.Game/Tests/Visual/LegacySkinPlayerTestScene.cs
osu.Game/Tests/Visual/LegacySkinPlayerTestScene.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.Extensions.IEnumerableExtensions; using osu.Framework.IO.Stores; using osu.Framework.Testing; u...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using NUnit.Framework; using osu.Framework.Allocation; using osu.Framework.IO.Stores; using osu.Game.Rulesets; using osu.Game.Skinning; namespace osu.Game.Tests.Visual {...
mit
C#
9ee572de4a681452d763ba76564c92ac435602d9
Implement last update model, had forgotten, hehe
shrayasr/pinboard.net
pinboard.net/Models/LastUpdate.cs
pinboard.net/Models/LastUpdate.cs
using Newtonsoft.Json; using System; namespace pinboard.net.Models { public class LastUpdate { [JsonProperty("update_time")] public DateTimeOffset UpdateTime { get; set; } } }
namespace pinboard.net.Models { public class LastUpdate { } }
mit
C#
ce5b3e3c6d472670875a982b26819307cd0f9c13
Add comment
60071jimmy/UartOscilloscope,60071jimmy/UartOscilloscope
QueueDataGraphic/QueueDataGraphic/CSharpFiles/QueueDataGraphic.cs
QueueDataGraphic/QueueDataGraphic/CSharpFiles/QueueDataGraphic.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace QueueDataGraphic.CSharpFiles { // namespace start, 進入命名空間 class QueueDataGraphic ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace QueueDataGraphic.CSharpFiles { class QueueDataGraphic // QueueDataGraphic class, QueueDataGraphic類別 { ...
apache-2.0
C#
fb7e97fa89d604aaf8371895eeb5c386610997e1
Update EntityRepository.cs
tiksn/TIKSN-Framework
TIKSN.Framework.Core/Data/EntityFrameworkCore/EntityRepository.cs
TIKSN.Framework.Core/Data/EntityFrameworkCore/EntityRepository.cs
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace TIKSN.Data.EntityFrameworkCore { public class EntityRepository<TContext, TEntity> : IRepository<TEntity> where TContext : DbContext where TEntity : c...
using Microsoft.EntityFrameworkCore; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace TIKSN.Data.EntityFrameworkCore { public class EntityRepository<TContext, TEntity> : IRepository<TEntity> where TContext : DbContext where TEntity : class, new() ...
mit
C#
04358ef8a008608b12e377523e24ecb302262750
Adjust naming
smoogipooo/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,ZLima12/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,peppy/osu-framework
osu.Framework/Graphics/Containers/Markdown/MarkdownLinkText.cs
osu.Framework/Graphics/Containers/Markdown/MarkdownLinkText.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 Markdig.Syntax.Inlines; using osu.Framework.Allocation; using osu.Framework.Graphics.Cursor; using osu.Framework.Graphics.Sprites; using osu.Framework.Platform; us...
// 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 Markdig.Syntax.Inlines; using osu.Framework.Allocation; using osu.Framework.Graphics.Cursor; using osu.Framework.Graphics.Sprites; using osu.Framework.Platform; us...
mit
C#
eef9e76c3466c50ff9c0ae3af13612388dca79a3
Comment unused variable
wieslawsoltes/Draw2D,wieslawsoltes/Draw2D,wieslawsoltes/Draw2D
src/Core2D.Avalonia/Program.cs
src/Core2D.Avalonia/Program.cs
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Avalonia; using Avalonia.Logging.Serilog; using Core2D.Avalonia.Renderers; using Core2D.ViewModels; using Core2D.ViewModels.Co...
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using Avalonia; using Avalonia.Logging.Serilog; using Core2D.Avalonia.Renderers; using Core2D.ViewModels; using Core2D.ViewModels.Co...
mit
C#
bb105b31ac83c9ce4ce10f5bf65eddbc656f9ba3
add MachineName to Logger error messages
mvbalaw/MvbaCore
src/MvbaCore/Logging/Logger.cs
src/MvbaCore/Logging/Logger.cs
// * ************************************************************************** // * Copyright (c) McCreary, Veselka, Bragg & Allen, P.C. // * This source code is subject to terms and conditions of the MIT License. // * A copy of the license can be found in the License.txt file // * at the root of this distr...
// * ************************************************************************** // * Copyright (c) McCreary, Veselka, Bragg & Allen, P.C. // * This source code is subject to terms and conditions of the MIT License. // * A copy of the license can be found in the License.txt file // * at the root of this distr...
mit
C#
13a7c617e00f70260ad8d696e20a3332c9ef8fb3
Adjust assembly version numbers
ZEISS-PiWeb/PiWeb-Api
src/Properties/AssemblyInfo.cs
src/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; [assembly: AssemblyCompany( "Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyProduct( "ZEISS PiWeb Api" )] [assembly: AssemblyCopyright( "Copyright © 2018 Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyTrademark...
using System.Reflection; using System.Resources; [assembly: AssemblyCompany( "Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyProduct( "ZEISS PiWeb Api" )] [assembly: AssemblyCopyright( "Copyright © 2018 Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyTrademark...
bsd-3-clause
C#
6ea419cbb113ec1e882714006362f52673b9bc3c
Update Program.cs
iotjack/vsdemo
helloGitFromVS/helloGitFromVS/Program.cs
helloGitFromVS/helloGitFromVS/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace helloGitFromVS { class Program { static void Main(string[] args) { Console.WriteLine("Hello Git, edited..."); } } }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace helloGitFromVS { class Program { static void Main(string[] args) { Console.WriteLine("Hello Git"); } } }
mit
C#
cc0110aa5267262a1dfea8185af8d423227e742b
Add doc comment to `VertexState`
peppy/osu,UselessToucan/osu,peppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,peppy/osu-new,smoogipooo/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu
osu.Game.Rulesets.Catch/Edit/Blueprints/Components/VertexState.cs
osu.Game.Rulesets.Catch/Edit/Blueprints/Components/VertexState.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.Rulesets.Catch.Objects; #nullable enable namespace osu.Game.Rulesets.Catch.Edit.Blueprints.Components { /// <summary> /// Holds the state of a ve...
// 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.Rulesets.Catch.Objects; #nullable enable namespace osu.Game.Rulesets.Catch.Edit.Blueprints.Components { public class VertexState { public...
mit
C#
46068e7addccd6a2beb26e636476a0287da74d5d
Remove unused field in Constant class
openmedicus/gtk-sharp,antoniusriha/gtk-sharp,antoniusriha/gtk-sharp,openmedicus/gtk-sharp,Gankov/gtk-sharp,orion75/gtk-sharp,akrisiun/gtk-sharp,orion75/gtk-sharp,openmedicus/gtk-sharp,Gankov/gtk-sharp,orion75/gtk-sharp,sillsdev/gtk-sharp,Gankov/gtk-sharp,openmedicus/gtk-sharp,Gankov/gtk-sharp,sillsdev/gtk-sharp,orion75...
generator/Constant.cs
generator/Constant.cs
// Authors: // Stephan Sundermann <stephansundermann@gmail.com> // // Copyright (c) 2013 Stephan Sundermann // // This program is free software; you can redistribute it and/or // modify it under the terms of version 2 of the GNU General Public // License as published by the Free Software Foundation. // // This progra...
// Authors: // Stephan Sundermann <stephansundermann@gmail.com> // // Copyright (c) 2013 Stephan Sundermann // // This program is free software; you can redistribute it and/or // modify it under the terms of version 2 of the GNU General Public // License as published by the Free Software Foundation. // // This progra...
lgpl-2.1
C#
8eb9b2071cbb0f4d0efaff4b578c484a68f1dc41
Set hasHeader in SodiumEncrypt
AntiTcb/Discord.Net,Confruggy/Discord.Net,RogueException/Discord.Net
src/Discord.Net.WebSocket/Audio/Streams/SodiumEncryptStream.cs
src/Discord.Net.WebSocket/Audio/Streams/SodiumEncryptStream.cs
using System; using System.Threading; using System.Threading.Tasks; namespace Discord.Audio.Streams { ///<summary> Encrypts an RTP frame using libsodium </summary> public class SodiumEncryptStream : AudioOutStream { private readonly AudioClient _client; private readonly AudioStream _next; ...
using System; using System.Threading; using System.Threading.Tasks; namespace Discord.Audio.Streams { ///<summary> Encrypts an RTP frame using libsodium </summary> public class SodiumEncryptStream : AudioOutStream { private readonly AudioClient _client; private readonly AudioStream _next; ...
mit
C#
5f73c11b49eadee0a1af411b733bffe62a3b1f6a
fix http method
IdentityModel/IdentityModelv2,IdentityModel/IdentityModel,IdentityModel/IdentityModel2,IdentityModel/IdentityModelv2,IdentityModel/IdentityModel2,IdentityModel/IdentityModel
src/IdentityModel/Client/New/HttpClientDeviceFlowExtensions.cs
src/IdentityModel/Client/New/HttpClientDeviceFlowExtensions.cs
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel.Internal; using System; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; us...
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using IdentityModel.Internal; using System; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading; us...
apache-2.0
C#
f3ca8a4813a0d1db35a9181fd1c3b8fe6dedc052
Fix Sepa descriptor
mrklintscher/libfintx
src/libfintx/Segments/HKCSB.cs
src/libfintx/Segments/HKCSB.cs
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
/* * * This file is part of libfintx. * * Copyright (c) 2016 - 2020 Torsten Klinger * E-Mail: torsten.klinger@googlemail.com * * libfintx is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
lgpl-2.1
C#
b3cbd40a8c8e0aa663133b1e9c32d7c81d157d02
Update AboutWindow.xaml.cs
Core2D/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D
src/Core2D/UI/Avalonia/Windows/AboutWindow.xaml.cs
src/Core2D/UI/Avalonia/Windows/AboutWindow.xaml.cs
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Avalonia; using Avalonia.Markup.Xaml; using Dock.Avalonia.Controls; namespace Core2D.UI.Avalonia.Windows { /// <summary> /// Interaction logic for <...
// Copyright (c) Wiesław Šoltés. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Avalonia; using Avalonia.Controls; using Avalonia.Markup.Xaml; using Avalonia.ThemeManager; using Dock.Avalonia.Controls; namespace Core2D.UI.Avalonia.Windo...
mit
C#
cbd76013e6f84de076ab79f5c816fa0dc3346e6e
Remove unnecessary argument
ludwigjossieaux/pickles,ludwigjossieaux/pickles,magicmonty/pickles,dirkrombauts/pickles,blorgbeard/pickles,dirkrombauts/pickles,magicmonty/pickles,ludwigjossieaux/pickles,dirkrombauts/pickles,blorgbeard/pickles,blorgbeard/pickles,picklesdoc/pickles,magicmonty/pickles,magicmonty/pickles,picklesdoc/pickles,picklesdoc/pic...
src/Pickles/Pickles/ObjectModel/KeywordResolver.cs
src/Pickles/Pickles/ObjectModel/KeywordResolver.cs
using System; using System.Linq; using AutoMapper; namespace PicklesDoc.Pickles.ObjectModel { public class KeywordResolver : ITypeConverter<string, Keyword> { private readonly string language; public KeywordResolver(string language) { this.language = language; } ...
using System; using System.Linq; using AutoMapper; namespace PicklesDoc.Pickles.ObjectModel { public class KeywordResolver : ITypeConverter<string, Keyword> { private readonly string language; public KeywordResolver(string language) { this.language = language; } ...
apache-2.0
C#
1a21c7a96fbc593cdc5c201c1862f0d28db008e6
update version
arkoc/EntityFramework.Guardian
EntityFramework.Guardian.Core/Properties/AssemblyInfo.cs
EntityFramework.Guardian.Core/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("EntityFramework.Guardian")] [assembly: As...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("EntityFramework.Guardian")] [assembly: As...
mit
C#
1698d4ba46799711d6260eb13091a91b83b63328
Initialize SQLitePCL in xunit
villermen/runescape-cache-tools,villermen/runescape-cache-tools
RuneScapeCacheToolsTest/Test/Fixture/TestCacheFixture.cs
RuneScapeCacheToolsTest/Test/Fixture/TestCacheFixture.cs
using System; using System.Collections.Generic; using Villermen.RuneScapeCacheTools.Cache; using Villermen.RuneScapeCacheTools.Utility; namespace Villermen.RuneScapeCacheTools.Test.Fixture { /// <summary> /// Provides cache related properties that can be re-used among tests. /// </summary> public clas...
using System; using System.Collections.Generic; using Villermen.RuneScapeCacheTools.Cache; using Villermen.RuneScapeCacheTools.Utility; namespace Villermen.RuneScapeCacheTools.Test.Fixture { /// <summary> /// Provides cache related properties that can be re-used among tests. /// </summary> public clas...
mit
C#
687c88215c5f8fc0c2c10af08bd8701fabe1699e
Update index.cshtml
reactiveui/website,reactiveui/website,reactiveui/website,reactiveui/website
input/contribute/operations/index.cshtml
input/contribute/operations/index.cshtml
Order: 100 --- @Html.Partial("_ChildPages") https://medium.com/@@mikeal/community-imbalance-theory-c5f8688ae352 <script async class="speakerdeck-embed" data-slide="4" data-id="880cb5d4ec364909a1db5b5655aa9d37" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
Order: 100 --- @Html.Partial("_ChildPages") https://medium.com/@mikeal/community-imbalance-theory-c5f8688ae352 <script async class="speakerdeck-embed" data-slide="4" data-id="880cb5d4ec364909a1db5b5655aa9d37" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
mit
C#
441204048586fa7628ab133181caf2a1ffeab53b
Update MainControl.xaml.cs
wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,Core2D/Core2D,wieslawsoltes/Core2D
src/Core2D.UI/Views/MainControl.xaml.cs
src/Core2D.UI/Views/MainControl.xaml.cs
using System; using Avalonia; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Markup.Xaml; using Avalonia.Media; namespace Core2D.UI.Views { /// <summary> /// Interaction logic for <see cref="MainControl"/> xaml. /// </summary> public class MainControl : Use...
using Avalonia.Controls; using Avalonia.Markup.Xaml; namespace Core2D.UI.Views { /// <summary> /// Interaction logic for <see cref="MainControl"/> xaml. /// </summary> public class MainControl : UserControl { /// <summary> /// Initializes a new instance of the <see cref="MainContro...
mit
C#
ca8438d9bea476d20e63823cce98fedf9fbe91e1
Update StephenOwen.cs
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/StephenOwen.cs
src/Firehose.Web/Authors/StephenOwen.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 StephenOwen : IAmAMicrosoftMVP { public string FirstName => "Stephen"; public string LastName ...
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 StephenOwen : IAmAMicrosoftMVP, IFilterMyBlogPosts { public string FirstName => "Stephen"; pub...
mit
C#
4025ea3675b39bf631e4ac7ffdedfc9bc42900bb
Set version to 0.6.
strayfatty/ShowFeed,strayfatty/ShowFeed
src/ShowFeed/Properties/AssemblyInfo.cs
src/ShowFeed/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("Sh...
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("Sh...
mit
C#
c387e209dbdb08b6d701fbf586dfdbfba46d6854
Bump to v1.3.0
danielwertheim/requester
buildconfig.cake
buildconfig.cake
public class BuildConfig { private const string Version = "1.3.0"; private const bool IsPreRelease = false; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public string Target { get; private set; } public string SemVer { get; private set; } pu...
public class BuildConfig { private const string Version = "0.1.0"; private const bool IsPreRelease = false; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public string Target { get; private set; } public string SemVer { get; private set; } pu...
mit
C#
2106f12c959484cc0c0b6dc896dcd56b69e0f40d
Change port
mvno/Okanshi.Dashboard,mvno/Okanshi.Dashboard,mvno/Okanshi.Dashboard,mvno/Okanshi.Dashboard
src/Okanshi.Dashboard/Program.cs
src/Okanshi.Dashboard/Program.cs
using System; using Microsoft.Owin.Hosting; namespace Okanshi.Dashboard { public class Program { public static void Main(string[] args) { var url = "http://+:13016"; using (WebApp.Start<Startup>(url)) { Console.WriteLine("Running on {0}", url); Console.WriteLine("Press enter to exit..."); C...
using System; using Microsoft.Owin.Hosting; namespace Okanshi.Dashboard { public class Program { public static void Main(string[] args) { var url = "http://+:13004"; using (WebApp.Start<Startup>(url)) { Console.WriteLine("Running on {0}", url); Console.WriteLine("Press enter to exit..."); C...
mit
C#
276ab32f4f96e3b04acac87f95d60e59d570832e
整理代码。
renyh1013/chord,renyh1013/chord,renyh1013/chord,DigitalPlatform/chord,DigitalPlatform/chord,DigitalPlatform/chord
dp2Capo/Properties/AssemblyInfo.cs
dp2Capo/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("dp2Capo")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyPr...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("dp2Capo")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyPr...
apache-2.0
C#
5beb3688577544abcf2f847e49bbe1c3f698e3b1
replace regex lexer with generic lexer for EBNF rules parsing
b3b00/sly,b3b00/csly
sly/parser/generator/EbnfToken.cs
sly/parser/generator/EbnfToken.cs
using sly.lexer; namespace sly.parser.generator { public enum EbnfToken { [Lexeme("^[A-Za-z][A-Za-z0-9_]*")] IDENTIFIER = 1, [Lexeme(":")] COLON = 2, [Lexeme("\\*")] ZEROORMORE = 3, [Lexeme("\\+")] ONEORMORE = 4, [Lexeme("[ \\t]+", true)] WS = 5, [Lexeme("^\\?")...
using sly.lexer; namespace sly.parser.generator { public enum EbnfToken { [Lexeme("^[A-Za-z][A-Za-z0-9_]*")] IDENTIFIER = 1, [Lexeme(":")] COLON = 2, [Lexeme("\\*")] ZEROORMORE = 3, [Lexeme("\\+")] ONEORMORE = 4, [Lexeme("[ \\t]+", true)] WS = 5, [Lexeme("^\\?")...
mit
C#
256fbf6412368135476927965fded32943b17925
Update RunPoolingSystem.cs
cdrandin/Simple-Object-Pooling
PoolingSystem_Demo/Assets/Demo/Scripts/RunPoolingSystem.cs
PoolingSystem_Demo/Assets/Demo/Scripts/RunPoolingSystem.cs
using UnityEngine; using System.Collections; using System.Collections.Generic; public class RunPoolingSystem : MonoBehaviour { public bool test; public List<GameObject> objects_to_pool; public List<GameObject> objects_in_the_pool; // Use this for initialization void Start () { } // Update is called on...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class RunPoolingSystem : MonoBehaviour { public bool test; public List<GameObject> objects_to_pool; public List<GameObject> objects_in_the_pool; // Use this for initialization void Start () { } // Update is called on...
mit
C#
d01aa9eedc69662562082e6afb2133d87ae20df0
Update IInline.cs
yasinkuyu/Localization
src/IInline.cs
src/IInline.cs
// @yasinkuyu // 05/08/2014 namespace Insya.Localization { interface IInline { string de_DE { get; set; } string en_CA { get; set; } string en_US { get; set; } string en_GB { get; set; } string es_ES { get; set; } string es_MX { get; set; } string fr_FR {...
// @yasinkuyu // 05/08/2014 namespace Insya.Localization { interface IInline { string de_DE { get; set; } string en_CA { get; set; } string en_US { get; set; } string en_GB { get; set; } string es_ES { get; set; } string es_MX { get; set; } string fr_FR {...
mit
C#
b07fce5a6ea60dd6dccf4b81a4fff97aef57acd6
Fix android device-level "back" button closing the game (#2877)
ppy/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework
osu.Framework.Android/AndroidGameActivity.cs
osu.Framework.Android/AndroidGameActivity.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 Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; namespace osu.Framework.Android { public abstract class Andr...
// 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 Android.App; using Android.Content; using Android.OS; using Android.Runtime; namespace osu.Framework.Android { public abstract class AndroidGameActivity : Act...
mit
C#
687b634fb330594466779c3293aaa9905e6d0227
Adjust button font size.
peppy/osu,nyaamara/osu,EVAST9919/osu,osu-RP/osu-RP,2yangk23/osu,johnneijzen/osu,smoogipoo/osu,ZLima12/osu,RedNesto/osu,smoogipoo/osu,default0/osu,naoey/osu,peppy/osu,NeoAdonis/osu,UselessToucan/osu,Frontear/osuKyzer,naoey/osu,NotKyon/lolisu,DrabWeb/osu,Drezi126/osu,peppy/osu,peppy/osu-new,DrabWeb/osu,EVAST9919/osu,Damn...
osu.Game/Graphics/UserInterface/OsuButton.cs
osu.Game/Graphics/UserInterface/OsuButton.cs
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. //Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.UserInterface; using osu.Game.Graphics.Bac...
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>. //Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using OpenTK.Graphics; using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.UserInterface; using osu.Game.Graphics.Bac...
mit
C#
e95d7c14a857965c1d2b6c819ed2023d66cb7ef4
Update AddImageToComment.cs
asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,maria-sh...
Examples/CSharp/DrawingObjects/Comments/AddImageToComment.cs
Examples/CSharp/DrawingObjects/Comments/AddImageToComment.cs
using System.IO; using Aspose.Cells; using System.Drawing; namespace Aspose.Cells.Examples.DrawingObjects.Comments { public class AddImageToComment { public static void Main(string[] args) { //ExStart:1 // The path to the documents directory. string dataDir ...
using System.IO; using Aspose.Cells; using System.Drawing; namespace Aspose.Cells.Examples.DrawingObjects.Comments { public class AddImageToComment { public static void Main(string[] args) { // The path to the documents directory. string dataDir = Aspose.Cells.Examples....
mit
C#
684dec4a1227910c3b66372d7275825a2151a7af
Add and remove relevant file execs for the new weapon fx usage in previous commit, pull request #312
Torque3D-GameEngine/Torque3D,Phantom139/Torque3D,Bloodknight/Torque3D,Duion/Torque3D,GarageGames/Torque3D,FITTeamIndecisive/Torque3D,Azaezel/Torque3D,elfprince13/Torque3D,Azaezel/Torque3D,John3/Torque3D,Will-of-the-Wisp/Torque3D,Will-of-the-Wisp/Torque3D,Bloodknight/Torque3D,Bloodknight/Torque3D,rextimmy/Torque3D,rexti...
Templates/Full/game/art/datablocks/datablockExec.cs
Templates/Full/game/art/datablocks/datablockExec.cs
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
mit
C#
a4f296690179e044ae6e5bfa8d078d76a37dde76
Make Selection class internal
Domysee/Pather.CSharp
src/Pather.CSharp/Selection.cs
src/Pather.CSharp/Selection.cs
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Pather.CSharp { internal class Selection { public IReadOnlyCollection<object> Entries { get; } public Selection(IEnumerable entries) { var l...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Pather.CSharp { public class Selection { public IReadOnlyCollection<object> Entries { get; } public Selection(IEnumerable entries) { var lis...
mit
C#
8b021ce07acd824c5af9d9539d6d8b388231f7da
Correct assembly version in AssemblyInfo.cs
ZEISS-PiWeb/PiWeb-Api
src/Properties/AssemblyInfo.cs
src/Properties/AssemblyInfo.cs
using System.Reflection; using System.Resources; [assembly: AssemblyCompany( "Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyProduct( "ZEISS PiWeb Api" )] [assembly: AssemblyCopyright( "Copyright © 2018 Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyTrademark...
using System.Reflection; using System.Resources; [assembly: AssemblyCompany( "Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyProduct( "ZEISS PiWeb Api" )] [assembly: AssemblyCopyright( "Copyright © 2018 Carl Zeiss Innovationszentrum für Messtechnik GmbH" )] [assembly: AssemblyTrademark...
bsd-3-clause
C#
099a910a1d6d0b9eb1ebd595c8057f0cde64bba3
use stdout for logging code path
christopheranderson/feedbackengine
QuestionProcessor/QuestionProcessor/QuestionProcessorConfig.cs
QuestionProcessor/QuestionProcessor/QuestionProcessorConfig.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using System.IO; namespace QuestionProcessor { class QuestionProcessorConfig { } public class listConfigs { public IList<ConfigProfile> Configs { get; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using System.IO; namespace QuestionProcessor { class QuestionProcessorConfig { } public class listConfigs { public IList<ConfigProfile> Configs { get; ...
mit
C#
b9b8f964d6d23b8810a69ea91befb918cf63d207
Update LevelUpSettings.cs
00christian00/unity3d-levelup,00christian00/unity3d-levelup,00christian00/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup,00christian00/unity3d-levelup,00christian00/unity3d-levelup,vedi/unity3d-levelup,vedi/unity3d-levelup
Soomla/Assets/Plugins/Soomla/Levelup/Config/LevelUpSettings.cs
Soomla/Assets/Plugins/Soomla/Levelup/Config/LevelUpSettings.cs
/// Copyright (C) 2012-2014 Soomla 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 ...
/// Copyright (C) 2012-2014 Soomla 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 ...
apache-2.0
C#
b2d6133d5a208f7d8ff50a1801203910653b2958
Change private property name to prevent hiding of inherited member RenderContent.Xml.
mcneel/RhinoCycles
Environments/XmlEnvironment.cs
Environments/XmlEnvironment.cs
/** Copyright 2014-2017 Robert McNeel and Associates 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 agreed to in w...
/** Copyright 2014-2017 Robert McNeel and Associates 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 agreed to in w...
apache-2.0
C#
3fc0b967831108ba6e2f830c01108caaa0218350
Align assembly version with package version
nicolaiarocci/Eve.NET
Eve/Properties/AssemblyInfo.cs
Eve/Properties/AssemblyInfo.cs
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [ass...
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [ass...
bsd-3-clause
C#
f3bd58dd8de62c77b05bc70859626e3c8769c39c
Build and publish nuget package
bfriesen/Rock.StaticDependencyInjection,RockFramework/Rock.StaticDependencyInjection
src/Properties/AssemblyInfo.cs
src/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("Ro...
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("Ro...
mit
C#
f4b69ceb8ae23ba438fd3230738b3b6e5469e0a1
Remove unused using embedded in reverted changes
smoogipoo/osu,NeoAdonis/osu,peppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,NeoAdonis/osu,peppy/osu,smoogipoo/osu,smoogipooo/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu-new
osu.Game/Overlays/BeatmapSet/BeatmapRulesetSelector.cs
osu.Game/Overlays/BeatmapSet/BeatmapRulesetSelector.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Bindables; using osu.Framework.Graphics.UserInterface; using osu.Game.Beatmaps; using osu.Game.Rulesets; using System.Linq; namespace osu.Game.Overl...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Bindables; using osu.Framework.Graphics.UserInterface; using osu.Game.Beatmaps; using osu.Game.Rulesets; using System.Linq; using osu.Framework.Alloc...
mit
C#
c271e0d4f1504a3b0fe65471cbeee6ca9fa7522a
Add ability to set or change the order of columns in markup
simonray/Acme.Helpers,simonray/Acme.Helpers
src/Acme.Helpers.Table/TagHelpers/Table/TableColumn.cs
src/Acme.Helpers.Table/TagHelpers/Table/TableColumn.cs
using Acme.Helpers.Core.Extensions; using Microsoft.AspNet.Mvc.ModelBinding; using System.Diagnostics; namespace Acme.Helpers.TagHelpers { [DebuggerDisplayAttribute("{Id}")] internal class TableColumn { public string Id { get; set; } public string For { get; set; } public int Order...
using Acme.Helpers.Core.Extensions; using Microsoft.AspNet.Mvc.ModelBinding; using System.Diagnostics; namespace Acme.Helpers.TagHelpers { [DebuggerDisplayAttribute("{Id}")] internal class TableColumn { public string Id { get; set; } public string For { get; set; } public string Ti...
mit
C#
250ceae9862c10d18c254b50732901aca779b2ac
Change zone (fixes #15)
aelij/ConfigureAwaitChecker
src/Arbel.ReSharper.ConfigureAwaitPlugin/ZoneMarker.cs
src/Arbel.ReSharper.ConfigureAwaitPlugin/ZoneMarker.cs
using JetBrains.Application.BuildScript.Application.Zones; using JetBrains.ReSharper.Feature.Services.Daemon; using JetBrains.ReSharper.Psi.CSharp; namespace Arbel.ReSharper.ConfigureAwaitPlugin { [ZoneMarker] public class ZoneMarker : IRequire<ILanguageCSharpZone>, IRequire<DaemonEngineZone> { } }
using JetBrains.Application.BuildScript.Application.Zones; using JetBrains.ReSharper.Feature.Services; using JetBrains.ReSharper.Psi.CSharp; namespace Arbel.ReSharper.ConfigureAwaitPlugin { [ZoneMarker] public class ZoneMarker : IRequire<ICodeEditingZone>, IRequire<ILanguageCSharpZone> { } }
apache-2.0
C#
00112828a0224bdebae23f697c0b5314d72c183f
Fix for navigating to external content
gonzalocasas/NetMetrixSDK
NetMetrix.cs
NetMetrix.cs
using System; using System.Diagnostics; using System.Xml.Linq; using Microsoft.Phone.Controls; namespace NetMetrixSdk { public static class NetMetrix { private static readonly Tracker tracker = new Tracker { CookieStore = new CookieStore() }; public static string Host { get; set; } pu...
using System; using System.Diagnostics; using System.Xml.Linq; using Microsoft.Phone.Controls; namespace NetMetrixSdk { public static class NetMetrix { private static readonly Tracker tracker = new Tracker { CookieStore = new CookieStore() }; public static string Host { get; set; } pu...
mit
C#
57ebcc03c238b6075c5a2637aaddf86734acfeae
Update VerifyContentMatchesAttribute to use new verification functionality
atata-framework/atata,atata-framework/atata,YevgeniyShunevych/Atata,YevgeniyShunevych/Atata
src/Atata/Attributes/Triggers/VerifyContentMatchesAttribute.cs
src/Atata/Attributes/Triggers/VerifyContentMatchesAttribute.cs
namespace Atata { public class VerifyContentMatchesAttribute : TriggerAttribute { public VerifyContentMatchesAttribute(TermMatch match, params string[] values) : base(TriggerEvents.OnPageObjectInit) { Values = values; Match = match; } ...
namespace Atata { public class VerifyContentMatchesAttribute : TriggerAttribute { public VerifyContentMatchesAttribute(TermMatch match, params string[] values) : base(TriggerEvents.OnPageObjectInit) { Values = values; Match = match; } ...
apache-2.0
C#
f0568150e1c14743d86e119591f54a7531be1b42
Add mapping for instance to Singleton<T, U>
ethanmoffat/XNAControls
Singleton.cs
Singleton.cs
// Original Work Copyright (c) Ethan Moffat 2014-2016 // This file is subject to the GPL v2 License // For additional details, see the LICENSE file using System; using System.Collections.Generic; namespace XNAControls { internal class Singleton<T> : Singleton where T : class { public static T Instanc...
// Original Work Copyright (c) Ethan Moffat 2014-2016 // This file is subject to the GPL v2 License // For additional details, see the LICENSE file using System; using System.Collections.Generic; namespace XNAControls { internal class Singleton<T> : Singleton where T : class { public static T Instanc...
mit
C#
a04c11d1faf3423e426fe40476b37421c4a3850c
fix bug in .net 4.5 which causes packages to be created incorrectly.
dsplaisted/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,NuGetPackageExplorer/NuGetPackageExplorer,BreeeZe/NuGetPackageExplorer,campersau/NuGetPackageExplorer
Core/Utility/UriUtility.cs
Core/Utility/UriUtility.cs
using System; using System.IO; using System.IO.Packaging; namespace NuGet { internal static class UriUtility { /// <summary> /// Converts a uri to a path. Only used for local paths. /// </summary> internal static string GetPath(Uri uri) { string ...
using System; using System.IO; using System.IO.Packaging; namespace NuGet { internal static class UriUtility { /// <summary> /// Converts a uri to a path. Only used for local paths. /// </summary> internal static string GetPath(Uri uri) { string ...
mit
C#
2e418214688ac1b2105d609fd8c225024d87af02
update version number
wanlitao/NExpressionTranslator
ExprTranslator.Query/Properties/AssemblyInfo.cs
ExprTranslator.Query/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("ExprTranslator.Query")] [assembly: AssemblyDescription("dotnet expression translator")] [assembly: AssemblyConfiguration("")] [a...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 // 特性集控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("ExprTranslator.Query")] [assembly: AssemblyDescription("dotnet expression translator")] [assembly: AssemblyConfiguration("")] [a...
apache-2.0
C#
c68f579253e2d98d3e08668889a372132a2af152
Add TextTags properties to request data
kwokhou/HelloSignNet
HelloSignNet.Core/HSSendSignatureRequestData.cs
HelloSignNet.Core/HSSendSignatureRequestData.cs
using System.Collections.Generic; using System.IO; using System.Linq; namespace HelloSignNet.Core { public class HSSendSignatureRequestData { public string Title { get; set; } public string Subject { get; set; } public string Message { get; set; } public string SigningRedirectUr...
using System.Collections.Generic; using System.IO; using System.Linq; namespace HelloSignNet.Core { public class HSSendSignatureRequestData { public string Title { get; set; } public string Subject { get; set; } public string Message { get; set; } public string SigningRedirectUr...
mit
C#
78037f891227f075d01f570b2fc65cf3de178e56
Fix bug with answering on masters post on forums
joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,kirillkos/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,kirillkos/joinrpg-net
Joinrpg/Views/Comments/AddCommentPartial.cshtml
Joinrpg/Views/Comments/AddCommentPartial.cshtml
@model JoinRpg.Web.Models.AddCommentViewModel @{ Model.ActionName = Model.ActionName ?? "Отправить"; } @Html.AntiForgeryToken() <div class="form-horizontal"> @Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.HiddenFor(model => model.ProjectId) @Html.HiddenFor(model => ...
@model JoinRpg.Web.Models.AddCommentViewModel @{ Model.ActionName = Model.ActionName ?? "Отправить"; } @Html.AntiForgeryToken() <div class="form-horizontal"> @Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.HiddenFor(model => model.ProjectId) @Html.HiddenFor(model => ...
mit
C#
725cc85ac8b775a7a88091fa3fa8b728532674c1
Fix TimestampProvider tests.
ilya-chumakov/LoggingAdvanced
Bodrocode.LoggingAdvanced.Console.Test/TimestampProviderTest.cs
Bodrocode.LoggingAdvanced.Console.Test/TimestampProviderTest.cs
using System; using Bodrocode.LoggingAdvanced.Console.Timestamps; using Moq; using Xunit; namespace Bodrocode.LoggingAdvanced.Console.Test { public class TimestampProviderTest { private static TimestampProvider CreateIsolatedTimestampProvider(DateTime now) { var mock = new Mock<IDa...
using System; using Bodrocode.LoggingAdvanced.Console.Timestamps; using Moq; using Xunit; namespace Bodrocode.LoggingAdvanced.Console.Test { public class TimestampProviderTest { [Theory] [InlineData(null, "UTC", "[01/02/2000 00:04:05]")] [InlineData(null, "Local", "[01/02/2000 03:04:05...
apache-2.0
C#
9060f30cc0b19b550f7967986ab1528de9c61e27
Fix a LogList link
codingteam/codingteam.org.ru,codingteam/codingteam.org.ru
Views/Home/Resources.cshtml
Views/Home/Resources.cshtml
<h1>Resources</h1> <p>Here is a list of codingteam affiliated online resources:</p> <ul class="fa-ul"> <li> <a href="https://github.com/codingteam/"> <i class="fa-li fa fa-github"></i> GitHub organization </a> </li> <li> <a href="xmpp:codingteam@conference.jabber.ru?joi...
<h1>Resources</h1> <p>Here is a list of codingteam affiliated online resources:</p> <ul class="fa-ul"> <li> <a href="https://github.com/codingteam/"> <i class="fa-li fa fa-github"></i> GitHub organization </a> </li> <li> <a href="xmpp:codingteam@conference.jabber.ru?joi...
mit
C#
60e3428024a743f0f5472f0e5a59bfbf9cdbceae
Add freeform extra properties to HiveServerConfig
mooso/BlueCoffee,mooso/BlueCoffee,mooso/BlueCoffee,mooso/BlueCoffee
Libraries/Microsoft.Experimental.Azure.Hive/HiveServerConfig.cs
Libraries/Microsoft.Experimental.Azure.Hive/HiveServerConfig.cs
using Microsoft.Experimental.Azure.JavaPlatform; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Microsoft.Experimental.Azure.Hive { /// <summary> /// Configuration for a Hive server. /// </summary> p...
using Microsoft.Experimental.Azure.JavaPlatform; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Microsoft.Experimental.Azure.Hive { /// <summary> /// Configuration for a Hive server. /// </summary> public sealed class HiveServerConfig ...
mit
C#
525d01e0549f46e0f96245808d15bdfe75e3b826
Add item index for multiple items with same name
pleonex/Ninokuni,pleonex/Ninokuni,pleonex/Ninokuni
Programs/Downlitor/Downlitor/ItemInfoControl.cs
Programs/Downlitor/Downlitor/ItemInfoControl.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; namespace Downlitor { public partial class ItemInfoControl : UserControl { public ItemInfoControl(DlcItem dlc) ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; namespace Downlitor { public partial class ItemInfoControl : UserControl { public ItemInfoControl(DlcItem dlc) ...
apache-2.0
C#
f0b6180e60226ddc578f3e6d7cae6897672b779c
Revert "Multiple ininitialisations"
agileobjects/ReadableExpressions
ReadableExpressions.UnitTests/WhenTranslatingObjectCreations.cs
ReadableExpressions.UnitTests/WhenTranslatingObjectCreations.cs
namespace AgileObjects.ReadableExpressions.UnitTests { using System; using System.IO; using System.Linq.Expressions; using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public class WhenTranslatingObjectCreations { [TestMethod] public void ShouldTranslateAParame...
namespace AgileObjects.ReadableExpressions.UnitTests { using System; using System.IO; using System.Linq.Expressions; using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public class WhenTranslatingObjectCreations { [TestMethod] public void ShouldTranslateAParame...
mit
C#
4d4762699dfe41ed843d4cb140e92d34279aa1f1
Remove redundancy in MachineControlsViewModelTests.
ryanjfitz/SimpSim.NET
SimpSim.NET.Presentation.Tests/MachineControlsViewModelTests.cs
SimpSim.NET.Presentation.Tests/MachineControlsViewModelTests.cs
using NUnit.Framework; using SimpSim.NET.Presentation.ViewModels; namespace SimpSim.NET.Presentation.Tests { [TestFixture] public class MachineControlsViewModelTests { private SimpleSimulator _simulator; private MachineControlsViewModel _viewModel; [SetUp] public void SetU...
using NUnit.Framework; using SimpSim.NET.Presentation.ViewModels; namespace SimpSim.NET.Presentation.Tests { [TestFixture] public class MachineControlsViewModelTests { private SimpleSimulator _simulator; [SetUp] public void SetUp() { _simulator = new SimpleSimu...
mit
C#
d24f3e5438c300242d553e81817b57045f00bf4f
Fix ProgressBar renderer (#439)
Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms,Hitcents/Xamarin.Forms
Xamarin.Forms.Platform.Android/Renderers/ProgressBarRenderer.cs
Xamarin.Forms.Platform.Android/Renderers/ProgressBarRenderer.cs
using System.ComponentModel; using AProgressBar = Android.Widget.ProgressBar; namespace Xamarin.Forms.Platform.Android { public class ProgressBarRenderer : ViewRenderer<ProgressBar, AProgressBar> { public ProgressBarRenderer() { AutoPackage = false; } protected override AProgressBar CreateNativeControl()...
using System.ComponentModel; using AProgressBar = Android.Widget.ProgressBar; namespace Xamarin.Forms.Platform.Android { public class ProgressBarRenderer : ViewRenderer<ProgressBar, AProgressBar> { public ProgressBarRenderer() { AutoPackage = false; } protected override AProgressBar CreateNativeControl()...
mit
C#
8b771134ea5fa50e8143b9fc1edd71680ab93055
Add all bounding boxes for the Xmas Candy.
Noxalus/Xmas-Hell
Xmas-Hell/Xmas-Hell-Core/Entities/Bosses/XmasCandy/XmasCandy.cs
Xmas-Hell/Xmas-Hell-Core/Entities/Bosses/XmasCandy/XmasCandy.cs
using BulletML; using Microsoft.Xna.Framework; using XmasHell.Physics.Collision; namespace XmasHell.Entities.Bosses.XmasCandy { class XmasCandy : Boss { public XmasCandy(XmasHell game, PositionDelegate playerPositionDelegate) : base(game, playerPositionDelegate) { InitialLife = 500f...
using BulletML; using XmasHell.Physics.Collision; namespace XmasHell.Entities.Bosses.XmasCandy { class XmasCandy : Boss { public XmasCandy(XmasHell game, PositionDelegate playerPositionDelegate) : base(game, playerPositionDelegate) { InitialLife = 500f; // BulletML ...
mit
C#
f3501609633c38b8873f606875417174a88d5f51
Add some dumy fix
michael-reichenauer/GitMind
GitMind/GitModel/Branch.cs
GitMind/GitModel/Branch.cs
using System.Collections.Generic; using System.Linq; namespace GitMind.GitModel { // Some extra Branch and some internal class Branch { private readonly Repository repository; private readonly string tipCommitId; private readonly string firstCommitId; private readonly string parentCommitId; private reado...
using System.Collections.Generic; using System.Linq; namespace GitMind.GitModel { // Some extra Branch internal class Branch { private readonly Repository repository; private readonly string tipCommitId; private readonly string firstCommitId; private readonly string parentCommitId; private readonly IRead...
mit
C#
c0cbecf671e4448063f0e04ea380d5c46f274b3c
Add sandbox constant to the send resource, closes #54 closes #46
mailjet/mailjet-apiv3-dotnet
Mailjet.Client/Resources/Send.cs
Mailjet.Client/Resources/Send.cs
namespace Mailjet.Client.Resources { public static class Send { public static readonly ResourceInfo Resource = new ResourceInfo("send", null, ResourceType.Send); public const string SandboxMode = "SandboxMode"; public const string FromEmail = "FromEmail"; public const string Fr...
namespace Mailjet.Client.Resources { public static class Send { public static readonly ResourceInfo Resource = new ResourceInfo("send", null, ResourceType.Send); public const string FromEmail = "FromEmail"; public const string FromName = "FromName"; public const string Subject =...
mit
C#
d206f6a197a40487db82eb2a37c969d02e5c8d56
TEST for Alexey
maxcriser/CSharpLanguage,maxcriser/CSharpLanguage
PLanguage/GameConsole/Program.cs
PLanguage/GameConsole/Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Timers; using System.Collections; // TEEEEEEEEEEEEEEEEEEEEEEEEST namespace GameConsole { public class Program { static int max; static int min; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Timers; using System.Collections; namespace GameConsole { public class Program { static int max; static int min; static int timerValue = 10...
apache-2.0
C#
cedf34e1564f376d016a36b9a021bdfb8a014ea0
add more NaturalNumber tests
martinlindhe/Punku
PunkuTests/Math/NaturalNumber.cs
PunkuTests/Math/NaturalNumber.cs
using System; using NUnit.Framework; using Punku; [TestFixture] [Category ("Math")] public class Math_NaturalNumber { [Test] public void ToDecimal01 () { var bb = new NaturalNumber ("12345"); Assert.AreEqual (bb.ToDecimal (), 12345); } [Test] public void ToDecimal02 () { var bb = new NaturalNumber ("000...
using System; using NUnit.Framework; using Punku; [TestFixture] [Category ("Math")] public class Math_NaturalNumber { [Test] public void ToDecimal01 () { var bb = new NaturalNumber ("12345"); Assert.AreEqual (bb.ToDecimal (), 12345); } [Test] public void ToDecimal02 () { var bb = new NaturalNumber ("000...
mit
C#
90bf5cc1b0f2b850888e56753c1009074e1b7b9e
verify that base-2 string decoding works
martinlindhe/Punku
PunkuTests/Math/NaturalNumber.cs
PunkuTests/Math/NaturalNumber.cs
using System; using NUnit.Framework; using Punku; [TestFixture] [Category ("Math")] public class Math_NaturalNumber { [Test] public void ToDecimal01 () { var bb = new NaturalNumber ("12345"); Assert.AreEqual (bb.ToDecimal (), 12345); } [Test] public void ToDecimal02 () { var bb = new NaturalNumber ("000...
using System; using NUnit.Framework; using Punku; [TestFixture] [Category ("Math")] public class Math_NaturalNumber { [Test] public void ToDecimal01 () { var bb = new NaturalNumber ("12345"); Assert.AreEqual (bb.ToDecimal (), 12345); } [Test] public void ToDecimal02 () { var bb = new NaturalNumber ("000...
mit
C#
20d353eede8c4bf20e664ccf816df0a11933c9e3
Add support for compound index keys to newtonsoft
nkreipke/rethinkdb-net,nkreipke/rethinkdb-net
rethinkdb-net-newtonsoft/Configuration/NewtonSerializer.cs
rethinkdb-net-newtonsoft/Configuration/NewtonSerializer.cs
using RethinkDb.DatumConverters; namespace RethinkDb.Newtonsoft.Configuration { public class NewtonSerializer : AggregateDatumConverterFactory { public NewtonSerializer() : base( PrimitiveDatumConverterFactory.Instance, TupleDatumConverterFactory.Instance, Anonymous...
using RethinkDb.DatumConverters; namespace RethinkDb.Newtonsoft.Configuration { public class NewtonSerializer : AggregateDatumConverterFactory { public NewtonSerializer() : base( PrimitiveDatumConverterFactory.Instance, TupleDatumConverterFactory.Instance, Anonymous...
apache-2.0
C#
9b5f19f646c58d864d2ef1f004ccf114b49b70fc
add tahoma font
varbanov88/VarnaTeamProject,varbanov88/VarnaTeamProject
CodeIt/Views/About/About.cshtml
CodeIt/Views/About/About.cshtml
 @{ ViewBag.Title = "About"; } <br/> <br/> <div class="jumbotron" style="padding-top: 40px"> <h1 class="text-center space20">Varna Team</h1> <div class="space20"></div> <div class="space20"></div> <div class="space20"></div> <h3 style="margin-bottom:0">Hello!</h3> <p class="lead"> We are S...
 @{ ViewBag.Title = "About"; } <br/> <br/> <div class="jumbotron" style="padding-top: 40px"> <h1 class="text-center space20">Varna Team</h1> <div class="space20"></div> <div class="space20"></div> <div class="space20"></div> <h3 style="margin-bottom:0">Hello!</h3> <p class="lead"> We are S...
mit
C#
1df9ae69060569ce564014fbbb6897c3190b7d33
Remove comment
clarotech/Verifier
Program.cs
Program.cs
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace Clarotech.Verifier { static class Program { [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetC...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace Clarotech.Verifier { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] stat...
apache-2.0
C#
42e6b6ee8e819d93587b035f0bf29342d2ce465b
Add an error icon on the dialog box that warns about another instance.
kamadak/lurkingwind
Program.cs
Program.cs
// // Copyright (c) 2016 KAMADA Ken'ichi. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // 1. Redistributions of source code must retain the above copyright // notice, this list of co...
// // Copyright (c) 2016 KAMADA Ken'ichi. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // 1. Redistributions of source code must retain the above copyright // notice, this list of co...
bsd-2-clause
C#
cbb1b043c152f9faad80c17b22c8cbb60188d782
Remove extra method
yonglehou/msgpack-rpc-cli,yfakariya/msgpack-rpc-cli
src/MsgPack.Rpc.Server/Rpc/Server/Dispatch/OperationDescription.cs
src/MsgPack.Rpc.Server/Rpc/Server/Dispatch/OperationDescription.cs
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010 FUJIWARA, Yusuke // // 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...
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2010 FUJIWARA, Yusuke // // 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#
05080d7e6d21a45948e2e37efa96751dd2c08a59
Add placeholder in config file to load settings from an external file
Seddryck/NBi,Seddryck/NBi
NBi.NUnit.Runtime/NBiSection.cs
NBi.NUnit.Runtime/NBiSection.cs
using System; using System.Configuration; using System.Linq; namespace NBi.NUnit.Runtime { public class NBiSection : ConfigurationSection { // Create a "remoteOnly" attribute. [ConfigurationProperty("testSuite", IsRequired = true)] public string TestSuiteFilename { ...
using System; using System.Configuration; using System.Linq; namespace NBi.NUnit.Runtime { public class NBiSection : ConfigurationSection { // Create a "remoteOnly" attribute. [ConfigurationProperty("testSuite", IsRequired = true)] public string TestSuiteFilename { ...
apache-2.0
C#
3bca309e7390d7170ded1b9b21a7c048d062a947
Add Constrain function from Arduino
treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk,treehopper-electronics/treehopper-sdk
NET/API/Treehopper/Utilities.cs
NET/API/Treehopper/Utilities.cs
namespace Treehopper { /// <summary> /// This is a utility class that contains convenient static methods. /// </summary> public static class Utilities { /// <summary> /// Map an input value from the specified range to an alternative range. /// </summary> /// <param n...
namespace Treehopper { /// <summary> /// This is a utility class that contains convenient static methods. /// </summary> public static class Utilities { /// <summary> /// Map an input value from the specified range to an alternative range. /// </summary> /// <param n...
mit
C#
8fadbef4ae45302a8e9271ec1cca9967c0612182
Fix compile error
dotnetcore/CAP,dotnetcore/CAP,ouraspnet/cap,dotnetcore/CAP
src/DotNetCore.CAP.RedisStreams/IConsumerClientFactory.Redis.cs
src/DotNetCore.CAP.RedisStreams/IConsumerClientFactory.Redis.cs
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using DotNetCore.CAP.Transport; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace DotNetCore.CAP.RedisStreams { internal class...
// Copyright (c) .NET Core Community. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using DotNetCore.CAP.Transport; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace DotNetCore.CAP.RedisStreams { internal class...
mit
C#
37c49c2cff306c623353989c3b3bd997cc21aa89
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#
e3dcbbbe4c342964fb0247c3c924e0726c2b0cfa
increment patch 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#
c2a4c99714ed77a517d6af22cd1f8d79a52b8b90
Update match notification email.
jrmitch120/ChallengeBoard,jrmitch120/ChallengeBoard
ChallengeBoard/Email/Templates/MatchNotification.cshtml
ChallengeBoard/Email/Templates/MatchNotification.cshtml
@model ChallengeBoard.Email.Models.MatchNotification <!DOCTYPE html> <html> <head> <title>The Challenge Board: Match Notiication</title> <style> p { margin-bottom: 20px;} </style> </head> <body> <p> Hello @Model.LoserName, </p> <p> We're dropping you a line to let you k...
@model ChallengeBoard.Email.Models.MatchNotification <!DOCTYPE html> <html> <head> <title>The Challenge Board: Match Notiication</title> <style> p { margin-bottom: 20px;} </style> </head> <body> <p> Hello @Model.LoserName, </p> <p> We're just dropping you a line to let ...
bsd-3-clause
C#
5df29f16ddd9f79da4081b5948d5e92f44444da9
Fix thread safety of Mapfile exchange provider (#5208)
AlexCatarino/Lean,AlexCatarino/Lean,jameschch/Lean,jameschch/Lean,QuantConnect/Lean,QuantConnect/Lean,JKarathiya/Lean,QuantConnect/Lean,jameschch/Lean,StefanoRaggi/Lean,JKarathiya/Lean,jameschch/Lean,AlexCatarino/Lean,StefanoRaggi/Lean,JKarathiya/Lean,StefanoRaggi/Lean,StefanoRaggi/Lean,AlexCatarino/Lean,jameschch/Lean...
Common/Data/Auxiliary/MapFilePrimaryExchangeProvider.cs
Common/Data/Auxiliary/MapFilePrimaryExchangeProvider.cs
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect 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 ...
apache-2.0
C#
5c1dcb66b3297492b807ee0d7c2b1f367fd9bae5
Update padding before child subtrees to ensure they are laid out correctly
peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,ZLima12/osu-framework,smoogipooo/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,peppy/osu-framework,ppy/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framework
osu.Framework/Graphics/Containers/EdgeSnappingContainer.cs
osu.Framework/Graphics/Containers/EdgeSnappingContainer.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; namespace osu.Framework.Graphics.Containers { /// <summary> /// A <see cref="Container"/> that will apply negative <see cref="Co...
// 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; namespace osu.Framework.Graphics.Containers { /// <summary> /// A <see cref="Container"/> that will apply negative <see cref="Co...
mit
C#
3d6e00095edc737f247b6a93e20b4608d0206b7b
Remove useless test
NeoAdonis/osu,smoogipooo/osu,peppy/osu-new,ppy/osu,UselessToucan/osu,2yangk23/osu,EVAST9919/osu,ppy/osu,johnneijzen/osu,UselessToucan/osu,johnneijzen/osu,peppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,peppy/osu,EVAST9919/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,UselessToucan/osu,2yangk23/osu
osu.Game.Tests/Visual/Online/TestSceneCommentsContainer.cs
osu.Game.Tests/Visual/Online/TestSceneCommentsContainer.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.Collections.Generic; using NUnit.Framework; using osu.Game.Online.API.Requests; using osu.Framework.Graphics.Containers; using osu.Framework.G...
// 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.Collections.Generic; using NUnit.Framework; using osu.Game.Online.API.Requests; using osu.Framework.Graphics.Containers; using osu.Framework.G...
mit
C#
2b9d775bd24bf126d16305ba3cf722488d34770c
Update usage notes when crayon.exe is invoked without arguments.
blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon,blakeohare/crayon
Compiler/Crayon/Workers/UsageDisplayWorker.cs
Compiler/Crayon/Workers/UsageDisplayWorker.cs
using Common; using System; namespace Crayon { internal class UsageDisplayWorker { private static readonly string USAGE = Util.JoinLines( "Crayon version " + VersionInfo.VersionString, "", "To export:", " crayon BUILD-FILE -target BUILD-TARGE...
using Common; using System; namespace Crayon { internal class UsageDisplayWorker { private static readonly string USAGE = Util.JoinLines( "Usage:", " crayon BUILD-FILE -target BUILD-TARGET-NAME [OPTIONS...]", "", "Flags:", "", ...
mit
C#