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
6d3f8aa3ee85eccf62d81bc32cbdc3d18eace716
Fix typo in Tasky GetItem
realm/realm-dotnet,Shaddix/realm-dotnet,realm/realm-dotnet,realm/realm-dotnet,Shaddix/realm-dotnet,Shaddix/realm-dotnet,Shaddix/realm-dotnet
component/samples/Tasky/TaskySharedCode/TodoDatabaseADO.cs
component/samples/Tasky/TaskySharedCode/TodoDatabaseADO.cs
using System; using System.Linq; using System.Collections.Generic; using Realms; using System.IO; namespace Tasky.Shared { /// <summary> /// TaskDatabase uses ADO.NET to create the [Items] table and create,read,update,delete data /// </summary> public class TodoDatabase { private Realm re...
using System; using System.Linq; using System.Collections.Generic; using Realms; using System.IO; namespace Tasky.Shared { /// <summary> /// TaskDatabase uses ADO.NET to create the [Items] table and create,read,update,delete data /// </summary> public class TodoDatabase { private Realm re...
apache-2.0
C#
e94bdd9303db0ffba6fc380f3e5f138af91ff6be
Allow partially-trusted callers again.
google/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf,Livefyre/protobuf,google/protobuf
csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs
csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that t...
#region Copyright notice and license // Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // https://developers.google.com/protocol-buffers/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that t...
bsd-3-clause
C#
0a56e22fa0da644e69c3a692960928b7dd9cc5e3
Remove unused using statement
smoogipoo/osu,smoogipoo/osu,ppy/osu,peppy/osu,smoogipooo/osu,peppy/osu,peppy/osu,smoogipoo/osu,ppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu,NeoAdonis/osu
osu.Game.Rulesets.Osu.Tests/TestSceneNoSpinnerStacking.cs
osu.Game.Rulesets.Osu.Tests/TestSceneNoSpinnerStacking.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.Game.Beatmaps; using osu.Game.Rulesets.Osu.Objects; using osuTK; namespace osu.Game.Rulesets.Osu.Tests { [TestFixture] public c...
// 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 NUnit.Framework; using osu.Game.Beatmaps; using osu.Game.Rulesets.Osu.Objects; using osuTK; namespace osu.Game.Rulesets.Osu.Tests { [TestFixture...
mit
C#
7d4d3929c6a266ba850d36cca51bca25832367ff
Fix sample project.
e-rik/XRoadLib,janno-p/XRoadLib,e-rik/XRoadLib
samples/Calculator/Handler/CalculatorHandler.cs
samples/Calculator/Handler/CalculatorHandler.cs
using System; using System.Collections.Generic; using XRoadLib; using XRoadLib.Handler; using XRoadLib.Serialization; namespace Calculator.Handler { public class CalculatorHandler : XRoadRequestHandler { private readonly IServiceProvider serviceProvider; public CalculatorHandler(IServiceProvid...
using System; using System.Collections.Generic; using XRoadLib; using XRoadLib.Handler; using XRoadLib.Serialization.Mapping; namespace Calculator.Handler { public class CalculatorHandler : XRoadRequestHandler { private readonly IServiceProvider serviceProvider; public CalculatorHandler(IServi...
mit
C#
ea30e6897525406fd887d16aa0a944e67feffe2e
Update Download All_Videos
Ziggeo/ZiggeoCSharpSDK,Ziggeo/ZiggeoCSharpSDK
demos/Ziggeo_Download_All_videos.cs
demos/Ziggeo_Download_All_videos.cs
using System; using System.IO; using System.Linq; using System.Collections; using System.Collections.Generic; using Newtonsoft.Json.Linq; using Newtonsoft.Json; namespace Download_All_Videos { public class Download_All_Videos { public static void Main(string[] args) { Ziggeo ziggeo = ne...
using System; using System.IO; using System.Linq; using System.Collections; using System.Collections.Generic; using Newtonsoft.Json.Linq; using Newtonsoft.Json; namespace Delete_all_videos { public class Delete_All_Videos { public static void Main(string[] args) { Ziggeo ziggeo = ne...
apache-2.0
C#
d9f1da005251757fcee83de2600f65ecd15f4ba9
Fix missed method rename.
akrisiun/Perspex,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,grokys/Perspex,Perspex/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,Perspex/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Aval...
src/Avalonia.Animation/DisposeAnimationInstanceObservable.cs
src/Avalonia.Animation/DisposeAnimationInstanceObservable.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 System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using Avalonia.Animation.Utils; using Avalonia.Collections;...
// 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 System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using Avalonia.Animation.Utils; using Avalonia.Collections;...
mit
C#
5dc135d6114f1b27b6f61b244942e28c5dc0c03b
Remove [Authorize] attribute
GeorgDangl/WebDocu,GeorgDangl/WebDocu,GeorgDangl/WebDocu
src/Dangl.WebDocumentation/Controllers/ProjectsController.cs
src/Dangl.WebDocumentation/Controllers/ProjectsController.cs
using System.IO; using System.Linq; using System.Threading.Tasks; using Dangl.WebDocumentation.Models; using Dangl.WebDocumentation.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Sta...
using System.IO; using System.Linq; using System.Threading.Tasks; using Dangl.WebDocumentation.Models; using Dangl.WebDocumentation.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Sta...
mit
C#
0eaad3f6b8c3a2da7f3636ad4a8cbff8dcdef1f4
Remove unneeded setter
peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,zanetdev/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prototype,mike-kaufman/Glimpse.Prototype,Glimpse/Glimpse.Prototype,peterblazejewicz/Glimpse...
src/Glimpse.Server.Web/Options/DefaultAllowRemoteProvider.cs
src/Glimpse.Server.Web/Options/DefaultAllowRemoteProvider.cs
using System; using System.Collections.Generic; using Microsoft.Framework.OptionsModel; namespace Glimpse.Server.Options { public class DefaultAllowRemoteProvider : IAllowRemoteProvider { public DefaultAllowRemoteProvider(IOptions<GlimpseServerWebOptions> optionsAccessor) { AllowRe...
using System; using System.Collections.Generic; using Microsoft.Framework.OptionsModel; namespace Glimpse.Server.Options { public class DefaultAllowRemoteProvider : IAllowRemoteProvider { public DefaultAllowRemoteProvider(IOptions<GlimpseServerWebOptions> optionsAccessor) { AllowRe...
mit
C#
9d3d4c685f7ec7b92f73fe8aa5926c9308d38020
Fix MongoDB SSL configuration when no SSL settings are specified (#36)
diogodamiani/IdentityServer4.MongoDB,diogodamiani/IdentityServer4.MongoDB,diogodamiani/IdentityServer4.MongoDB
src/IdentityServer4.MongoDB/DbContexts/MongoDBContextBase.cs
src/IdentityServer4.MongoDB/DbContexts/MongoDBContextBase.cs
using IdentityServer4.MongoDB.Configuration; using Microsoft.Extensions.Options; using MongoDB.Driver; using System; namespace IdentityServer4.MongoDB.DbContexts { public class MongoDBContextBase : IDisposable { private readonly IMongoClient _client; public MongoDBContextBase(IOptions<MongoDB...
using IdentityServer4.MongoDB.Configuration; using Microsoft.Extensions.Options; using MongoDB.Driver; using System; namespace IdentityServer4.MongoDB.DbContexts { public class MongoDBContextBase : IDisposable { private readonly IMongoClient _client; public MongoDBContextBase(IOptions<MongoDB...
apache-2.0
C#
c8a0de9d9b53d21cd52f2bf0841ac0761803eab5
Remove menuitem
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Shell/MainMenu/HelpMainMenuItems.cs
WalletWasabi.Gui/Shell/MainMenu/HelpMainMenuItems.cs
using AvalonStudio.MainMenu; using AvalonStudio.Menus; using System.Composition; namespace WalletWasabi.Gui.Shell.MainMenu { internal class HelpMainMenuItems { [ImportingConstructor] public HelpMainMenuItems(IMenuItemFactory menuItemFactory) { MenuItemFactory = menuItemFactory; } private IMenuItemFacto...
using AvalonStudio.MainMenu; using AvalonStudio.Menus; using System.Composition; namespace WalletWasabi.Gui.Shell.MainMenu { internal class HelpMainMenuItems { [ImportingConstructor] public HelpMainMenuItems(IMenuItemFactory menuItemFactory) { MenuItemFactory = menuItemFactory; } private IMenuItemFacto...
mit
C#
e2b3e0996babc54e5f42cba5f031033c8eb17321
Add callback to timer
gigi81/sharpuv,gigi81/sharpuv
SharpUV/Timer.cs
SharpUV/Timer.cs
#region License /** * Copyright (c) 2012 Luigi Grilli * * 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, modif...
#region License /** * Copyright (c) 2012 Luigi Grilli * * 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, modif...
mit
C#
7c5bd2db7ba7f3731f2c499c315af0ef860cb6aa
Allow using `ThemedDropdown` even if `OverlayColourProvider` not available
NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,ppy/osu,smoogipoo/osu,peppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu-new,NeoAdonis/osu,NeoAdonis/osu
osu.Game/Graphics/UserInterfaceV2/ThemedDropdown.cs
osu.Game/Graphics/UserInterfaceV2/ThemedDropdown.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable enable using osu.Framework.Allocation; using osu.Framework.Graphics.UserInterface; using osu.Game.Graphics.UserInterface; using osu.Game.Overlays; namespace o...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Allocation; using osu.Framework.Graphics.UserInterface; using osu.Game.Graphics.UserInterface; using osu.Game.Overlays; namespace osu.Game.Graphics.U...
mit
C#
0e541caa377c3256043cbbf769f20694fd75d26f
add dep
YarGU-Demidov/math-site,YarGU-Demidov/math-site,YarGU-Demidov/math-site,YarGU-Demidov/math-site,YarGU-Demidov/math-site
src/MathSite/Configuration/SiteConfiguration.cs
src/MathSite/Configuration/SiteConfiguration.cs
using System; using MathSite.Controllers; using MathSite.Db; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; namespace MathSite { public partial class Startup { public void ...
using System; using MathSite.Db; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; namespace MathSite { public partial class Startup { public void Configure(IApplicationBuilde...
mit
C#
2dad8c8d1aa70968da9f9d7fc0ed8967fbf0bbf3
Change the hash algorithm used to make nuget FIPS compliant, although I have no idea what the heck it is.
oliver-feng/nuget,jholovacs/NuGet,zskullz/nuget,jmezach/NuGet2,mrward/nuget,mono/nuget,mrward/nuget,antiufo/NuGet2,chocolatey/nuget-chocolatey,themotleyfool/NuGet,antiufo/NuGet2,chester89/nugetApi,mrward/nuget,RichiCoder1/nuget-chocolatey,xoofx/NuGet,jmezach/NuGet2,atheken/nuget,dolkensp/node.net,GearedToWar/NuGet2,pra...
src/Core/Utility/CryptoHashProvider.cs
src/Core/Utility/CryptoHashProvider.cs
using System; using System.Linq; using System.Security.Cryptography; namespace NuGet { public class CryptoHashProvider : IHashProvider { /// <remarks> /// TODO: Eventually we need to change the server to start using MD5 /// </remarks> private const string SHA512HashA...
using System; using System.Linq; using System.Security.Cryptography; namespace NuGet { public class CryptoHashProvider : IHashProvider { /// <remarks> /// TODO: Eventually we need to change the server to start using MD5 /// </remarks> private const string SHA512HashA...
apache-2.0
C#
139193173ac2423026891bb332f068c291fe9f31
Add Powershell filter
planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell
src/Firehose.Web/Authors/SaggieHaim.cs
src/Firehose.Web/Authors/SaggieHaim.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 SaggieHaim : IAmACommunityMember { public string FirstName => "Saggie"; public string LastN...
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 SaggieHaim : IAmACommunityMember { public string FirstName => "Saggie"; public string LastN...
mit
C#
e047bc8b7dea44122fefce1bc642f6252ba7280d
Upgrade version to 0.2.0-alpha
soroshsabz/PCLAppConfig,mrbrl/PCLAppConfig
src/Lib/PCLAppConfig/Properties/AssemblyInfo.cs
src/Lib/PCLAppConfig/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...
apache-2.0
C#
27b32e73a0d6fde9fe7500851444a886b483d3bc
Improve warnings for small operations number (#1407)
PerfDotNet/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,PerfDotNet/BenchmarkDotNet,PerfDotNet/BenchmarkDotNet,Ky7m/BenchmarkDotNet,Ky7m/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,Ky7m/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,adamsitnik/BenchmarkDotNet,Ky7m/BenchmarkDotNet
src/BenchmarkDotNet/Analysers/MinIterationTimeAnalyser.cs
src/BenchmarkDotNet/Analysers/MinIterationTimeAnalyser.cs
using System.Collections.Generic; using System.Linq; using BenchmarkDotNet.Engines; using BenchmarkDotNet.Extensions; using BenchmarkDotNet.Reports; using Perfolizer.Horology; namespace BenchmarkDotNet.Analysers { public class MinIterationTimeAnalyser : AnalyserBase { private static readonly TimeInter...
using System.Collections.Generic; using System.Linq; using BenchmarkDotNet.Engines; using BenchmarkDotNet.Extensions; using BenchmarkDotNet.Reports; using Perfolizer.Horology; namespace BenchmarkDotNet.Analysers { public class MinIterationTimeAnalyser : AnalyserBase { private static readonly TimeInter...
mit
C#
e52bbc2f57b62c7f64c3bf4991485db090dd8732
Fix Json serialization on MetadataResource
peterblazejewicz/Glimpse.Prototype,Glimpse/Glimpse.Prototype,zanetdev/Glimpse.Prototype,zanetdev/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,Glimpse/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,zanetdev/Glimpse.Prototype,Glimpse/Glimpse.Prototype,zanetdev/Glimpse.Prot...
src/Glimpse.Server/Internal/Resources/MetadataResource.cs
src/Glimpse.Server/Internal/Resources/MetadataResource.cs
using System.Collections.Generic; using System.Threading.Tasks; using Glimpse.Internal; using Glimpse.Server.Configuration; using Glimpse.Server.Resources; using Microsoft.AspNet.Http; using Microsoft.Net.Http.Headers; using Newtonsoft.Json; using Glimpse.Internal.Extensions; using Newtonsoft.Json.Serialization; name...
using System.Collections.Generic; using System.Threading.Tasks; using Glimpse.Server.Configuration; using Glimpse.Server.Resources; using Microsoft.AspNet.Http; using Microsoft.Net.Http.Headers; using Newtonsoft.Json; using Glimpse.Internal.Extensions; namespace Glimpse.Server.Internal.Resources { public class Me...
mit
C#
305e440f50683a9a58959815bd99409129b79615
Update GUIRenderer.cs
maritaria/terratech-mod,Exund/nuterra,Nuterra/Nuterra
src/Sylver/GUIRenderer.cs
src/Sylver/GUIRenderer.cs
using System; using UnityEngine; namespace Sylver { public class GUIRenderer : MonoBehaviour { public GUIRenderer() { this._style = new GUIStyle(); this._style.richText = true; this._style.alignment = TextAnchor.MiddleCenter; this._content = new GUIContent(); } public void OnGUI()...
using System; using UnityEngine; namespace Sylver { public class GUIRenderer : MonoBehaviour { public GUIRenderer() { this._style = new GUIStyle(); this._style.richText = true; this._style.alignment = TextAnchor.MiddleCenter; this._content = new GUIContent(); } public void OnGUI()...
mit
C#
af96733dfd5c07ec6986dd5b9b220bf75440bb28
Test working
heynickc/exceptions_performance
ExceptionsPerformance/XmlParsingExample.cs
ExceptionsPerformance/XmlParsingExample.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; using Xunit; using Xunit.Abstractions; namespace ExceptionsPerformance { public class XmlParsingExample { private readonly ITestOutputHelper _output; public Xm...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; using Xunit; using Xunit.Abstractions; namespace ExceptionsPerformance { public class XmlParsingExample { private readonly ITestOutputHelper _output; public Xm...
mit
C#
fbdbfa1241139848a38c66d2d3313529b30fc8b8
Reduce allocations in string.ToLower/ToUpper on Unix
JosephTremoulet/coreclr,swgillespie/coreclr,russellhadley/coreclr,tijoytom/coreclr,sjsinju/coreclr,tijoytom/coreclr,dpodder/coreclr,ktos/coreclr,parjong/coreclr,manu-silicon/coreclr,jamesqo/coreclr,yeaicc/coreclr,Dmitry-Me/coreclr,ZhichengZhu/coreclr,stormleoxia/coreclr,krk/coreclr,sperling/coreclr,Djuffin/coreclr,tayl...
src/mscorlib/corefx/System/Globalization/TextInfo.Unix.cs
src/mscorlib/corefx/System/Globalization/TextInfo.Unix.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics.Contracts; using System.Text; namespace System.Globalization { public partial class TextInfo { private readonly bool m_needsTu...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics.Contracts; using System.Text; namespace System.Globalization { public partial class TextInfo { private readonly bool m_needsTu...
mit
C#
6ecb83247fd74752bb021869714336b0d363b560
Use newly created vector object
eivindveg/PG3300-Innlevering1
SnakeMess/Component.cs
SnakeMess/Component.cs
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool // Changes to this file will be lost if the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ using ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool // Changes to this file will be lost if the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ using ...
mit
C#
205d3ed896d228f58006bc98562e72368233537d
fix settings not getting injected
NeoAdonis/osu,ZLima12/osu,DrabWeb/osu,DrabWeb/osu,EVAST9919/osu,smoogipoo/osu,Nabile-Rahmani/osu,UselessToucan/osu,smoogipoo/osu,EVAST9919/osu,NeoAdonis/osu,2yangk23/osu,peppy/osu,Frontear/osuKyzer,peppy/osu,ppy/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,ZLima12/osu,naoey/osu,ppy/osu,naoey/osu,UselessToucan/osu,DrabWeb/o...
osu.Game/Overlays/Toolbar/ToolbarSettingsButton.cs
osu.Game/Overlays/Toolbar/ToolbarSettingsButton.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.Game.Graphics; namespace osu.Game.Overlays.Toolbar { public class ToolbarSettingsButton : ToolbarOverlayToggleBut...
// 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.Game.Graphics; namespace osu.Game.Overlays.Toolbar { public class ToolbarSettingsButton : ToolbarOverlayToggleBut...
mit
C#
f79287afa63c72c050f45af59ab13c5c0be3873a
Remove unused method
roman-yagodin/R7.University,roman-yagodin/R7.University,roman-yagodin/R7.University
R7.University/Data/UniversityRepository.cs
R7.University/Data/UniversityRepository.cs
// // UniversityRepository.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2016 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Softwa...
// // UniversityRepository.cs // // Author: // Roman M. Yagodin <roman.yagodin@gmail.com> // // Copyright (c) 2016 Roman M. Yagodin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Softwa...
agpl-3.0
C#
61b95f6a4d63a67f25642c5637852ac4ef3938c8
document my code
michaKFromParis/octokit.net,dampir/octokit.net,eriawan/octokit.net,thedillonb/octokit.net,daukantas/octokit.net,shiftkey-tester/octokit.net,gabrielweyer/octokit.net,alfhenrik/octokit.net,mminns/octokit.net,rlugojr/octokit.net,chunkychode/octokit.net,chunkychode/octokit.net,takumikub/octokit.net,shiftkey-tester-org-blah...
Octokit.Reactive/Clients/ObservableOrganizationTeamsClient.cs
Octokit.Reactive/Clients/ObservableOrganizationTeamsClient.cs
using System; using System.Reactive; using System.Reactive.Threading.Tasks; using Octokit.Reactive.Internal; namespace Octokit.Reactive { public class ObservableOrganizationTeamsClient : IObservableOrganizationTeamsClient { readonly IConnection _connection; readonly ITeamsClient _client; ...
using System; using System.Reactive; using System.Reactive.Threading.Tasks; using Octokit.Reactive.Internal; namespace Octokit.Reactive { public class ObservableOrganizationTeamsClient : IObservableOrganizationTeamsClient { readonly IConnection _connection; readonly ITeamsClient _client; ...
mit
C#
3c0946831bdeded9a333d129cbc728bc897a7fd3
Remove WriteMessage calls from TeamCityOutputSink
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/OutputSinks/TeamCityOutputSink.cs
source/Nuke.Common/OutputSinks/TeamCityOutputSink.cs
// Copyright 2018 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using JetBrains.Annotations; using Nuke.Common.BuildServers; using Nuke.Common.Utilities; namespace Nuke.Commo...
// Copyright 2018 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using JetBrains.Annotations; using Nuke.Common.BuildServers; using Nuke.Common.Utilities; namespace Nuke.Commo...
mit
C#
05990136597058794aee9f88c5bbf7c4a7f9efc8
Add [Serializable] attribute
dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute,dnm240/NSubstitute
Source/NSubstitute/Exceptions/CannotReturnNullforValueType.cs
Source/NSubstitute/Exceptions/CannotReturnNullforValueType.cs
using System; using System.Runtime.Serialization; namespace NSubstitute.Exceptions { [Serializable] public class CannotReturnNullForValueType : SubstituteException { const string Description = "Cannot return null for {0} because it is a value type. If you want to return the default value for this ...
using System; using System.Runtime.Serialization; namespace NSubstitute.Exceptions { public class CannotReturnNullForValueType : SubstituteException { const string Description = "Cannot return null for {0} because it is a value type. If you want to return the default value for this type use \"default(...
bsd-3-clause
C#
15331556d442c705ae0ac536e38c1562d92222a3
Update IndexModule.cs
LeedsSharp/AppVeyorDemo
src/AppVeyorDemo/AppVeyorDemo/Modules/IndexModule.cs
src/AppVeyorDemo/AppVeyorDemo/Modules/IndexModule.cs
namespace AppVeyorDemo.Modules { using System.Configuration; using AppVeyorDemo.Models; using Nancy; public class IndexModule : NancyModule { public IndexModule() { Get["/"] = parameters => { var model = new IndexViewModel { ...
namespace AppVeyorDemo.Modules { using System.Configuration; using AppVeyorDemo.Models; using Nancy; public class IndexModule : NancyModule { public IndexModule() { Get["/"] = parameters => { var model = new IndexViewModel { ...
apache-2.0
C#
22c7cb9330fb0d926e3d54e44a160b67eae2d2d4
use getter.
SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,grokys/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,SuperJMN/Avalonia
src/Avalonia.Controls/TransitioningContentControl.cs
src/Avalonia.Controls/TransitioningContentControl.cs
using System; using System.Threading; using Avalonia.Animation; namespace Avalonia.Controls; /// <summary> /// Displays <see cref="Content"/> according to a <see cref="FuncDataTemplate"/>. /// Uses <see cref="PageTransition"/> to move between the old and new content values. /// </summary> public class Transitioning...
using System; using System.Threading; using Avalonia.Animation; namespace Avalonia.Controls; /// <summary> /// Displays <see cref="Content"/> according to a <see cref="FuncDataTemplate"/>. /// Uses <see cref="PageTransition"/> to move between the old and new content values. /// </summary> public class Transitioning...
mit
C#
0e6407f9015c4209737eb63dbaf4999a4f08b1a0
Add new HandleReturnValue attribute to HttpTrigger.
Azure/azure-webjobs-sdk-extensions
src/WebJobs.Extensions.Http/HttpTriggerAttribute.cs
src/WebJobs.Extensions.Http/HttpTriggerAttribute.cs
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.Azure.WebJobs.Description; using Microsoft.Azure.WebJobs.Extensions.Http; namespace Microsoft.Azure.WebJobs { /// <summary> /// ...
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using Microsoft.Azure.WebJobs.Description; using Microsoft.Azure.WebJobs.Extensions.Http; namespace Microsoft.Azure.WebJobs { /// <summary> /// ...
mit
C#
a68b344bf0b67b2ea05029f6cdb69510c2594071
Test fix for appveyor CS0840
CKCobra/ZendeskApi_v2,mattnis/ZendeskApi_v2,mwarger/ZendeskApi_v2
ZendeskApi_v2/Models/Targets/BaseTarget.cs
ZendeskApi_v2/Models/Targets/BaseTarget.cs
using System; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace ZendeskApi_v2.Models.Targets { public class BaseTarget { [JsonProperty("id")] public long? Id { get; set; } [JsonProperty("title")] public string Title { get; set; } [JsonProperty("type")...
using System; using Newtonsoft.Json; using Newtonsoft.Json.Converters; namespace ZendeskApi_v2.Models.Targets { public class BaseTarget { [JsonProperty("id")] public long? Id { get; set; } [JsonProperty("title")] public string Title { get; set; } [JsonProperty("type")...
apache-2.0
C#
c36ff2dfb996325435ce3ffca105523f8aecd0bc
Remove TODO about BytesPerPosting() - this could be non-deterministic or expensive, not to mention, it is internal anyway
sisve/lucenenet,apache/lucenenet,NightOwl888/lucenenet,sisve/lucenenet,apache/lucenenet,jeme/lucenenet,jeme/lucenenet,apache/lucenenet,apache/lucenenet,laimis/lucenenet,jeme/lucenenet,NightOwl888/lucenenet,NightOwl888/lucenenet,laimis/lucenenet,jeme/lucenenet,NightOwl888/lucenenet
src/Lucene.Net.Core/Index/ParallelPostingsArray.cs
src/Lucene.Net.Core/Index/ParallelPostingsArray.cs
using System; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You un...
using System; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You un...
apache-2.0
C#
6580d501151b13b3aa4a52e75236d0cb0a1e70a9
adjust the order of header properties
mayswind/C3D.NET
C3D.DataViewer/Controls/ucHeader.cs
C3D.DataViewer/Controls/ucHeader.cs
using System; using System.Windows.Forms; namespace C3D.DataViewer.Controls { public partial class ucHeader : UserControl { public ucHeader(C3DFile file) { InitializeComponent(); this.lvItems.Items.Add(new ListViewItem(new String[] { "File Format", file.CreateProcessor...
using System; using System.Windows.Forms; namespace C3D.DataViewer.Controls { public partial class ucHeader : UserControl { public ucHeader(C3DFile file) { InitializeComponent(); this.lvItems.Items.Add(new ListViewItem(new String[] { "File Format", file.CreateProcessor...
mit
C#
855b8e89a5677052cda5301a1e6d1ef2867a83f5
Bump version to 14.4.3.31532
HearthSim/HearthDb
HearthDb/Properties/AssemblyInfo.cs
HearthDb/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("Hea...
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("Hea...
mit
C#
4b1ccd8cbc743c8d1d5bc92faad514c0fc561b9b
Update FlowersHandler.cs
justinkruit/DiscordBot,Blacnova/NadekoBot,N1SMOxGT-R/NeoBot,PravEF/EFNadekoBot,Midnight-Myth/Mitternacht-NEW,Track44/Nadeko,Grinjr/NadekoBot,Uleyethis/FightBot,blitz4694/NadekoBot,rumlefisk/NadekoBot,WoodenGlaze/NadekoBot,Taknok/NadekoBot,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Youngsie1997/NadekoBo...
NadekoBot/Classes/FlowersHandler.cs
NadekoBot/Classes/FlowersHandler.cs
using System.Threading.Tasks; namespace NadekoBot.Classes { internal static class FlowersHandler { public static async Task AddFlowersAsync(Discord.User u, string reason, int amount, bool silent = false) { if (amount <= 0) return; await Task.Run(() => ...
using System.Threading.Tasks; namespace NadekoBot.Classes { internal static class FlowersHandler { public static async Task AddFlowersAsync(Discord.User u, string reason, int amount, bool silent = false) { if (amount <= 0) return; await Task.Run(() => ...
unlicense
C#
1e06820f71a9a15333195b02d67dd0b77013f119
Fix issue of file opened via Finder doesn't always display.
kevintavog/Radish.net,kevintavog/Radish.net
src/Cocoa/AppDelegate.cs
src/Cocoa/AppDelegate.cs
using System; using System.Drawing; using MonoMac.Foundation; using MonoMac.AppKit; using MonoMac.ObjCRuntime; using NLog; using Radish.Support; using System.IO; namespace Radish { public partial class AppDelegate : NSApplicationDelegate { private static Logger logger = LogManager.GetCurrentClassLogger(); priva...
using System; using System.Drawing; using MonoMac.Foundation; using MonoMac.AppKit; using MonoMac.ObjCRuntime; using NLog; using Radish.Support; using System.IO; namespace Radish { public partial class AppDelegate : NSApplicationDelegate { private static Logger logger = LogManager.GetCurrentClassLogger(); MainW...
mit
C#
6fff529a2bab6eafba261c15696e4aa9178a0905
Revert "Revert "Changed Regex for owners to make sure the string is at the end of the task description""
jawsthegame/PivotalExtension,jawsthegame/PivotalExtension
PivotalTrackerDotNet/Domain/Task.cs
PivotalTrackerDotNet/Domain/Task.cs
using System.Collections.Generic; using System.Text.RegularExpressions; using System.Linq; namespace PivotalTrackerDotNet.Domain { public class Task { public int Id { get; set; } public string Description { get; set; } public bool Complete { get; set; } public int ParentStoryId { get; set; } public int Proj...
using System.Collections.Generic; using System.Text.RegularExpressions; using System.Linq; namespace PivotalTrackerDotNet.Domain { public class Task { public int Id { get; set; } public string Description { get; set; } public bool Complete { get; set; } public int ParentStoryId { get; set; } public int Proj...
mit
C#
981a3ba6fb0a1f4f618767227e5091bac4bb3efa
Update default WrapGivenTextIfNotFound value
lemestrez/aspnetboilerplate,ryancyq/aspnetboilerplate,ZhaoRd/aspnetboilerplate,luchaoshuai/aspnetboilerplate,verdentk/aspnetboilerplate,oceanho/aspnetboilerplate,s-takatsu/aspnetboilerplate,carldai0106/aspnetboilerplate,zclmoon/aspnetboilerplate,carldai0106/aspnetboilerplate,yuzukwok/aspnetboilerplate,beratcarsi/aspnet...
src/Abp/Configuration/Startup/LocalizationConfiguration.cs
src/Abp/Configuration/Startup/LocalizationConfiguration.cs
using System.Collections.Generic; using Abp.Localization; namespace Abp.Configuration.Startup { /// <summary> /// Used for localization configurations. /// </summary> internal class LocalizationConfiguration : ILocalizationConfiguration { /// <inheritdoc/> public IList<LanguageInfo...
using System.Collections.Generic; using Abp.Localization; namespace Abp.Configuration.Startup { /// <summary> /// Used for localization configurations. /// </summary> internal class LocalizationConfiguration : ILocalizationConfiguration { /// <inheritdoc/> public IList<LanguageInfo...
mit
C#
0912259ae96cba5cba9acb60e44061f1bc5b33c2
Correct string format
Kingloo/GB-Live
src/Program.cs
src/Program.cs
using System; using System.Globalization; using GBLive.Common; using GBLive.Gui; namespace GBLive { public static class Program { [STAThread] public static int Main() { App app = new App(); int exitCode = app.Run(); if (exitCode != 0) { ...
using System; using System.Globalization; using GBLive.Common; using GBLive.Gui; namespace GBLive { public static class Program { [STAThread] public static int Main() { App app = new App(); int exitCode = app.Run(); if (exitCode != 0) { ...
unlicense
C#
ce49726745c0a81c4941c9726185670e9e35e539
Update Azure Media Startup order (#1829)
xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,OrchardCMS/Brochard,stevetayloruk/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,xkproject/Orchard2,OrchardCMS/Brochard,xkproject/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,petedavis/Orchard2,petedavis/Orchard2,stevetayloruk/Orchar...
src/OrchardCore.Modules/OrchardCore.Media.Azure/Startup.cs
src/OrchardCore.Modules/OrchardCore.Media.Azure/Startup.cs
using System; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using OrchardCore.FileStorage.AzureBlob; using Orchar...
using System; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using OrchardCore.FileStorage.AzureBlob; using Orchar...
bsd-3-clause
C#
fc6c29c5d2783f84fb470322120497d7bf0e4808
Add oldstate
slhad/FullScreenCheckAndRun
Source/FSCR/Main.cs
Source/FSCR/Main.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using FSCR.Libs; namespace FSCR { public partial class Main : Form { Checker checker = null; StringBuilder sb ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using FSCR.Libs; namespace FSCR { public partial class Main : Form { Checker checker = null; StringBuilder sb ...
mit
C#
5397c69e625118c3e9ddf8f36a3beffe7aa12a30
Add TODO
OvidiuCaba/StatisticsRomania,OvidiuCaba/StatisticsRomania,OvidiuCaba/StatisticsRomania,OvidiuCaba/StatisticsRomania
src/WebClient/Program.cs
src/WebClient/Program.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; // TODO: Ar fi interesant o statistica pe tot anul, mai ales cele care s-au incheiat. Nu doar pe luni. [de la Sabin Uivarosan] namespace WebClient { public class Pr...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; namespace WebClient { public class Program { public static void Main(string[] args) { var host = new WebHostBuilder() ...
mit
C#
36073fff3cefbf6d59fdc5618d1bac426323a9b1
Refactor method to explicit helper. Fixes #253
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
samples/HelloMvc/Controllers/HomeController.cs
samples/HelloMvc/Controllers/HomeController.cs
using Microsoft.AspNet.Mvc; using MvcSample.Web.Models; namespace MvcSample.Web { public class HomeController : Controller { public IActionResult Index() { return View(CreateUser()); } public User CreateUser() { User user = new User() ...
using Microsoft.AspNet.Mvc; using MvcSample.Web.Models; namespace MvcSample.Web { public class HomeController : Controller { public IActionResult Index() { return View(User()); } public User User() { User user = new User() { ...
apache-2.0
C#
0db4c879f77ba92cd9c6ba53914722f23e65cbeb
Split `LabelTests.Default` test into `Value` and `For` tests
atata-framework/atata,atata-framework/atata
test/Atata.IntegrationTests/Controls/LabelTests.cs
test/Atata.IntegrationTests/Controls/LabelTests.cs
namespace Atata.IntegrationTests.Controls; public class LabelTests : UITestFixture { private LabelPage _page; protected override void OnSetUp() => _page = Go.To<LabelPage>(); [Test] public void Value() => _page.FirstNameLabel.Should.Equal("First Name"); [Test] public void Fo...
namespace Atata.IntegrationTests.Controls; public class LabelTests : UITestFixture { private LabelPage _page; protected override void OnSetUp() => _page = Go.To<LabelPage>(); [Test] public void Default() { _page.FirstNameLabel.Should.Equal("First Name"); _page.FirstNameLa...
apache-2.0
C#
afec7941ffc9915fd99ba3e4fb680b0868edadee
Adjust default follow circle animations to feel nicer
peppy/osu,ppy/osu,ppy/osu,peppy/osu,peppy/osu,ppy/osu
osu.Game.Rulesets.Osu/Skinning/Default/DefaultFollowCircle.cs
osu.Game.Rulesets.Osu/Skinning/Default/DefaultFollowCircle.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; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Utils; usi...
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Game.Rulesets.Osu.Ob...
mit
C#
7a11df07a9019fa3f411c385c659e75ff4b9041d
Add Constructor_SetsKey test [RED]
mattherman/MbDotNet,mattherman/MbDotNet,SuperDrew/MbDotNet
MbDotNet.Tests/Models/Imposters/HttpsImposterTests.cs
MbDotNet.Tests/Models/Imposters/HttpsImposterTests.cs
using Microsoft.VisualStudio.TestTools.UnitTesting; using MbDotNet.Enums; using MbDotNet.Models; using MbDotNet.Models.Imposters; namespace MbDotNet.Tests.Imposters { /// <summary> /// Summary description for ImposterTests /// </summary> [TestClass] public class HttpsImposterTests { #r...
using Microsoft.VisualStudio.TestTools.UnitTesting; using MbDotNet.Enums; using MbDotNet.Models; using MbDotNet.Models.Imposters; namespace MbDotNet.Tests.Imposters { /// <summary> /// Summary description for ImposterTests /// </summary> [TestClass] public class HttpsImposterTests { #r...
mit
C#
f38845db6d44770ccd753bfef6dd6191a51a88e0
Remove MetaData property from the CaptureResponse, as that API does not support MetaData
Viincenttt/MollieApi,Viincenttt/MollieApi
Mollie.Api/Models/Capture/Response/CaptureResponse.cs
Mollie.Api/Models/Capture/Response/CaptureResponse.cs
using System; using Mollie.Api.JsonConverters; using Newtonsoft.Json; namespace Mollie.Api.Models.Capture { public class CaptureResponse : IResponseObject{ /// <summary> /// Indicates the response contains a capture object. Will always contain capture for this endpoint. /// </summary> ...
using System; using Mollie.Api.JsonConverters; using Newtonsoft.Json; namespace Mollie.Api.Models.Capture { public class CaptureResponse : IResponseObject{ /// <summary> /// Indicates the response contains a capture object. Will always contain capture for this endpoint. /// </summary> ...
mit
C#
28bb9c816c4a40c06c26fabcce10956bd27d57ef
Sort the array
vishipayyallore/CSharp-DotNet-Core-Samples
Samples.CSharp7/CSharp7.Logic.Programs/ValidString.cs
Samples.CSharp7/CSharp7.Logic.Programs/ValidString.cs
using System; namespace CSharp7.Logic.Programs { public static class ValidString { // Need to change the logic to have array instead of dictionary. static string isValid(string inputData) { int[] charcterCount = new int[26]; var characterRemoved = 0; ...
namespace CSharp7.Logic.Programs { public static class ValidString { // Need to change the logic to have array instead of dictionary. static string isValid(string inputData) { int[] charcterCount = new int[26]; var characterRemoved = 0; foreach (var...
apache-2.0
C#
21ad788b069f9146c5188cc5c4bd817d432e4821
fix footer (#718)
reactiveui/website,reactiveui/website,reactiveui/website,reactiveui/website
input/_Footer.cshtml
input/_Footer.cshtml
<div class="container bottom-footer"> <div class="row"> <div class="col-lg-10 col-sm-10 col-xs-12" style="padding-top: 18px"> <ul class="list-inline"> <li class="list-inline-item"> <a href="https://github.com/reactiveui/reactiveui#core-team" target="_blank">Team<...
<div class="container bottom-footer"> <div class="row"> <div class="col-lg-10 col-sm-10 col-xs-12" style="padding-top: 18px"> <ul class="list-inline"> <li class="list-inline-item"> <a href="https://github.com/reactiveui/reactiveui#core-team" target="_blank">Team<...
mit
C#
511a4a21ad7fc222bd5234d750aa8d8e9c7450ad
Update AssemblyInfo.cs
ratishphilip/CompositionExpressionToolkit
CompositionExpressionToolkit.Ref/Properties/AssemblyInfo.cs
CompositionExpressionToolkit.Ref/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("Co...
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("Co...
mit
C#
cff357f75ca00f157e0094dce12a06b9d7b50311
Rename `ToObservableExceptional` to `ToObservableExceptionalFlatten` for `IObservable<Option<T>>`
Weingartner/SolidworksAddinFramework
SolidworksAddinFramework/ObservableExceptionalExtensions.cs
SolidworksAddinFramework/ObservableExceptionalExtensions.cs
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using System.Text; using System.Threading.Tasks; using System.Reactive.Threading.Tasks; using System.Threading; using LanguageExt; using ReactiveUI; using SolidworksAddinFramework.Wpf; using Weingartner.Exceptional; using We...
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using System.Text; using System.Threading.Tasks; using System.Reactive.Threading.Tasks; using System.Threading; using LanguageExt; using ReactiveUI; using SolidworksAddinFramework.Wpf; using Weingartner.Exceptional; using We...
mit
C#
03c34a29ec465ae597731027fab454ecfc35d566
Update DisplayHideScrollBars.cs
maria-shahid-aspose/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,maria-shahid-aspose/Aspose.Cells-for-.NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,aspose-cells/Aspose.Cells-for-.NET,asposecells/Aspose_Cells_NET,ma...
Examples/CSharp/Worksheets/Display/DisplayHideScrollBars.cs
Examples/CSharp/Worksheets/Display/DisplayHideScrollBars.cs
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Worksheets.Display { public class DisplayHideScrollBars { public static void Main(string[] args) { //ExStart:1 // The path to the documents directory. string dataDir = Aspose.Cells.Examples...
using System.IO; using Aspose.Cells; namespace Aspose.Cells.Examples.Worksheets.Display { public class DisplayHideScrollBars { public static void Main(string[] args) { // The path to the documents directory. string dataDir = Aspose.Cells.Examples.Utils.GetDataDir(System...
mit
C#
3a0fa8690bb4e65b31f8614adeafb20cf08fc342
fix appsettings key
mdsol/Medidata.ZipkinTracerModule
src/Medidata.ZipkinTracer.Core/ZipkinConfig.cs
src/Medidata.ZipkinTracer.Core/ZipkinConfig.cs
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; namespace Medidata.ZipkinTracer.Core { [ExcludeFromCodeCoverage] //excluded from code coverage since this class are getters using static .net class Configuratio...
using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; namespace Medidata.ZipkinTracer.Core { [ExcludeFromCodeCoverage] //excluded from code coverage since this class are getters using static .net class Configuratio...
mit
C#
4371a5b9fad83ad6eb107735ba304eeda3028037
Make StatusCodeProblemDetails public
khellang/Middleware,khellang/Middleware
src/ProblemDetails/StatusCodeProblemDetails.cs
src/ProblemDetails/StatusCodeProblemDetails.cs
using Microsoft.AspNetCore.WebUtilities; namespace Hellang.Middleware.ProblemDetails { public class StatusCodeProblemDetails : Microsoft.AspNetCore.Mvc.ProblemDetails { public StatusCodeProblemDetails(int statusCode) { Status = statusCode; Type = $"https://httpstatuses....
using Microsoft.AspNetCore.WebUtilities; namespace Hellang.Middleware.ProblemDetails { internal class StatusCodeProblemDetails : Microsoft.AspNetCore.Mvc.ProblemDetails { public StatusCodeProblemDetails(int statusCode) { Status = statusCode; Type = $"https://httpstatuse...
mit
C#
5a25aeff3cbfcfe2f4cf25ca7d1370860c668b3e
fix PatternExtensions.Pattern
signumsoftware/extensions,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions
Signum.Windows.Extensions.UIAutomation/PatternExtensions.cs
Signum.Windows.Extensions.UIAutomation/PatternExtensions.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Automation; using System.Reflection; using Signum.Utilities; namespace Signum.Windows.UIAutomation { public static class PatternExtensions { static readonly Dictionary<Type, Automatio...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Automation; using System.Reflection; using Signum.Utilities; namespace Signum.Windows.UIAutomation { public static class PatternExtensions { static readonly Dictionary<Type, Automatio...
mit
C#
92587a1c130d7cbfd98dc99e602dd03fbbd7e377
Add Tasks.CompleteTask directive to converter
timheuer/alexa-skills-dotnet,stoiveyp/alexa-skills-dotnet
Alexa.NET/Response/Converters/DirectiveConverter.cs
Alexa.NET/Response/Converters/DirectiveConverter.cs
using Newtonsoft.Json; using System; using System.Collections.Generic; using Alexa.NET.Response.Directive; using Newtonsoft.Json.Linq; namespace Alexa.NET.Response.Converters { public class DirectiveConverter : JsonConverter { public override bool CanRead => true; public override bool CanWrit...
using Newtonsoft.Json; using System; using System.Collections.Generic; using Alexa.NET.Response.Directive; using Newtonsoft.Json.Linq; namespace Alexa.NET.Response.Converters { public class DirectiveConverter : JsonConverter { public override bool CanRead => true; public override bool CanWrit...
mit
C#
1768869aaa244322a545cd0f9dea5a5972634fef
バージョン番号を 0.92 に上げました。
omachi/SS5PlayerForUnity,SpriteStudio/SS5PlayerForUnity
Assets/Editor/SpriteStudio/MenuItem_SpriteStudio.cs
Assets/Editor/SpriteStudio/MenuItem_SpriteStudio.cs
/** SpriteStudio5 Player for Unity Copyright(C) 2003-2013 Web Technology Corp. All rights reserved. */ using UnityEngine; using UnityEditor; public sealed class MenuItem_SpriteStudio : EditorWindow { public float CollisionThicknessZ = 1.0f; public bool FlagAttachRigidBody = true; [MenuItem("Custom/SpriteStudi...
/** SpriteStudio5 Player for Unity Copyright(C) 2003-2013 Web Technology Corp. All rights reserved. */ using UnityEngine; using UnityEditor; public sealed class MenuItem_SpriteStudio : EditorWindow { public float CollisionThicknessZ = 1.0f; public bool FlagAttachRigidBody = true; [MenuItem("Custom/SpriteStudi...
mit
C#
2c229934dcb23a6cf47347409808a627fef9abf4
Fix some labels from Weeks Index
morarj/ACStalkMarket,morarj/ACStalkMarket,morarj/ACStalkMarket
ACStalkMarket/ACStalkMarket/Views/Weeks/Index.cshtml
ACStalkMarket/ACStalkMarket/Views/Weeks/Index.cshtml
 @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } <h2>Resumen de Semanas</h2> @Html.ActionLink("Nueva Semana", "New", "Weeks", new { @class = "btn btn-primary" }) <table id="weeks" class="table table-bordered table-hover"> <thead> <tr> <th>Fecha de Inicio</th> ...
 @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } <h2>Index</h2> @Html.ActionLink("Add Week", "New", "Weeks", new { @class = "btn btn-primary" }) <table id="weeks" class="table table-bordered table-hover"> <thead> <tr> <th>Fecha de Inicio</th> <th>F...
mit
C#
21f4f9146143e002164192252563a87caee2682c
Use pre-release version while API is still fluid
sgryphon/ionfar-sharepoint-provisioning
src/IonFar.SharePoint.Provisioning/Properties/AssemblyInfo.cs
src/IonFar.SharePoint.Provisioning/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("IonFar.SharePoint.Provisioning")] [assembl...
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("IonFar.SharePoint.Provisioning")] [assembl...
mit
C#
9875c9ea4847a55d37b8192d97d71e0fc5602a8b
use Kirkin.Linq.Expressions
KirillShlenskiy/Kirkin,KirillShlenskiy/Kirkin,KirillShlenskiy/Kirkin
src/Kirkin.Experimental/ValueConversion/ValueConverterBase.cs
src/Kirkin.Experimental/ValueConversion/ValueConverterBase.cs
using System; using System.Collections.Concurrent; using System.Linq.Expressions; using System.Reflection; using Kirkin.Linq.Expressions; namespace Kirkin.ValueConversion { /// <summary> /// Base class for types which perform value conversions from one type to another. /// </summary> public abstract ...
using System; using System.Collections.Concurrent; using System.Linq.Expressions; using System.Reflection; namespace Kirkin.ValueConversion { /// <summary> /// Base class for types which perform value conversions from one type to another. /// </summary> public abstract class ValueConverterBase { ...
mit
C#
29e5a7090f4261eab445a6aca0e44b06c13693d2
Add missing copyright header
marono/cli,jonsequitur/cli,jaredpar/cli,jkotas/cli,johnbeisner/cli,MichaelSimons/cli,AbhitejJohn/cli,krwq/cli,mlorbetske/cli,stuartleeks/dotnet-cli,borgdylan/dotnet-cli,jonsequitur/cli,dasMulli/cli,nguerrera/cli,EdwardBlair/cli,stuartleeks/dotnet-cli,schellap/cli,dasMulli/cli,weshaggard/cli,gkhanna79/cli,mlorbetske/cli...
src/Microsoft.DotNet.Tools.Pack/NuGet/ManifestContentFiles.cs
src/Microsoft.DotNet.Tools.Pack/NuGet/ManifestContentFiles.cs
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Xml.Serialization; namespace NuGet { public class ManifestContentFiles { public string Include { get; set; } ...
using System.Xml.Serialization; namespace NuGet { public class ManifestContentFiles { public string Include { get; set; } public string Exclude { get; set; } public string BuildAction { get; set; } public string CopyToOutput { get; set; } public stri...
mit
C#
097788f672e65e9c83d005a3029a3193d8f5faef
Add action type for status
grantcolley/dipstate
DevelopmentInProgress.DipState/DipStateActionType.cs
DevelopmentInProgress.DipState/DipStateActionType.cs
using System.Xml.Serialization; namespace DevelopmentInProgress.DipState { public enum DipStateActionType { [XmlEnum("1")] Status, [XmlEnum("2")] Entry, [XmlEnum("3")] Exit } }
using System.Xml.Serialization; namespace DevelopmentInProgress.DipState { public enum DipStateActionType { [XmlEnum("1")] Entry, [XmlEnum("2")] Exit } }
apache-2.0
C#
9f3b0aeec44998ca18fa38567ac4d7d41fbcb6a2
Work on students overview - #10.
henkmollema/StudentFollowingSystem,henkmollema/StudentFollowingSystem
src/StudentFollowingSystem/Views/Students/List.cshtml
src/StudentFollowingSystem/Views/Students/List.cshtml
@model IEnumerable<StudentFollowingSystem.ViewModels.StudentModel> @{ ViewBag.Title = "Studenten"; } <h2>Studenten</h2> <p> @Html.ActionLink("Nieuwe student toevoegen", "Add") </p> <table class="table"> <tr> <th> Studentnummer </th> <th> Voornaam <...
@model IEnumerable<StudentFollowingSystem.ViewModels.StudentModel> @{ ViewBag.Title = "Studenten"; } <h2>Studenten</h2> <p> @Html.ActionLink("Nieuwe student toevoegen", "Add") </p> <table class="table"> <tr> <th> @Html.DisplayNameFor(model => model.StudentNr) </th> <t...
mit
C#
f4ce2d5fa96f77266f409766246ed5ae4efe2b8d
Update CosmosTableExtensions.cs
tiksn/TIKSN-Framework
TIKSN.Core/Data/CosmosTable/CosmosTableExtensions.cs
TIKSN.Core/Data/CosmosTable/CosmosTableExtensions.cs
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.Azure.Cosmos.Table; namespace TIKSN.Data.CosmosTable { public static class CosmosTableExtensions { public static Task<IEnumerable<T>> RetrieveAllAsync<T>(this ICosmosTableQueryReposito...
using Microsoft.Azure.Cosmos.Table; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace TIKSN.Data.CosmosTable { public static class CosmosTableExtensions { public static Task<IEnumerable<T>> RetrieveAllAsync<T>(this ICosmosTableQueryRepository<T> reposito...
mit
C#
b5b49a401957adbf95e9fbe6eca78ea720341345
Update IconViewRenderer.cs
andreinitescu/IconApp
IconApp/IconApp.Droid/Renderers/IconViewRenderer.cs
IconApp/IconApp.Droid/Renderers/IconViewRenderer.cs
using System; using Xamarin.Forms.Platform.Android; using Android.Widget; using System.ComponentModel; using IconApp; using Xamarin.Forms; using IconApp.Droid.Renderers; using Android.Graphics; using Android.Graphics.Drawables; [assembly: ExportRendererAttribute(typeof(IconView), typeof(IconViewRenderer))] namespace...
using System; using Xamarin.Forms.Platform.Android; using Android.Widget; using System.ComponentModel; using IconApp; using Xamarin.Forms; using IconApp.Droid.Renderers; using Android.Graphics; using Android.Graphics.Drawables; [assembly: ExportRendererAttribute(typeof(IconView), typeof(IconViewRenderer))] namespace...
unlicense
C#
042730b116687edf879ff49425fd57560cdb37a0
Remove Add Printer page dialog from SyncingPrinter conclusion
mmoening/MatterControl,jlewin/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,mmoening/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,mmoening/MatterControl,larsbrubaker/MatterControl,jlewin/MatterContr...
MatterControlLib/SetupWizard/SyncingPrintersPage.cs
MatterControlLib/SetupWizard/SyncingPrintersPage.cs
using MatterHackers.Localizations; using MatterHackers.Agg.UI; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MatterHackers.MatterControl.SlicerConfiguration; using MatterHackers.MatterControl.CustomWidgets; using MatterHackers.MatterControl.Pr...
using MatterHackers.Localizations; using MatterHackers.Agg.UI; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MatterHackers.MatterControl.SlicerConfiguration; using MatterHackers.MatterControl.CustomWidgets; using MatterHackers.MatterControl.Pr...
bsd-2-clause
C#
c7026d735896d5b2b2176a710123021cbf8768dd
Test target framework written as expected (characterise current lack of validation)
BenPhegan/NuGet.Extensions
NuGet.Extensions.Tests/Nuspec/NuspecBuilderTests.cs
NuGet.Extensions.Tests/Nuspec/NuspecBuilderTests.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Moq; using NuGet.Common; using NuGet.Extensions.Nuspec; using NuGet.Extensions.Tests.MSBuild; using NUnit.Framework; namespace NuGet.Extensions.Tests.Nuspec { [TestFixture] public class NuspecBuilderTe...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using Moq; using NuGet.Common; using NuGet.Extensions.Nuspec; using NUnit.Framework; namespace NuGet.Extensions.Tests.Nuspec { [TestFixture] public class NuspecBuilderTests { [Test] publi...
mit
C#
4bdd9d58f3303c33cada2a467f3ead7a6714238d
Fix bug in fixture with unescaped underscore in username
AndyDingo/telegram.bot,MrRoundRobin/telegram.bot,TelegramBots/telegram.bot
test/Telegram.Bot.Tests.Integ/Framework/Extensions.cs
test/Telegram.Bot.Tests.Integ/Framework/Extensions.cs
using System; using System.Linq; using Telegram.Bot.Types; using Telegram.Bot.Types.Enums; namespace Telegram.Bot.Tests.Integ.Framework { internal static class Extensions { public static User GetUser(this Update update) { switch (update.Type) { case Updat...
using System; using System.Linq; using Telegram.Bot.Types; using Telegram.Bot.Types.Enums; namespace Telegram.Bot.Tests.Integ.Framework { internal static class Extensions { public static User GetUser(this Update update) { switch (update.Type) { case Updat...
mit
C#
5e337f9ddb56b5f49e38cd60d4eea1ef23317728
Improve network game object detection codes
insthync/unity-utilities
Assets/UnityUtilities/Scripts/Misc/UnityUtils.cs
Assets/UnityUtilities/Scripts/Misc/UnityUtils.cs
using UnityEngine; using UnityEngine.Rendering; using UnityEngine.Networking; public static class UnityUtils { public static bool IsAnyKeyUp(KeyCode[] keys) { foreach (KeyCode key in keys) { if (Input.GetKeyUp(key)) return true; } return false; } ...
using UnityEngine; using UnityEngine.Rendering; using UnityEngine.Networking; public static class UnityUtils { public static bool IsAnyKeyUp(KeyCode[] keys) { foreach (KeyCode key in keys) { if (Input.GetKeyUp(key)) return true; } return false; } ...
mit
C#
8b3e749ab3e9a3b495669ba31f34e2da1eca758e
Add missing linq namespace
mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander
Battery-Commander.Web/Commands/AddSUTARequest.cs
Battery-Commander.Web/Commands/AddSUTARequest.cs
using System; using System.Threading; using System.Threading.Tasks; using BatteryCommander.Web.Queries; using BatteryCommander.Web.Models; using MediatR; using System.Linq; namespace BatteryCommander.Web.Commands { public class AddSUTARequest : IRequest<int> { public int Soldier { get; set; } ...
using System; using System.Threading; using System.Threading.Tasks; using BatteryCommander.Web.Queries; using BatteryCommander.Web.Models; using MediatR; namespace BatteryCommander.Web.Commands { public class AddSUTARequest : IRequest<int> { public int Soldier { get; set; } public DateTime St...
mit
C#
93faa9947dc47ef1b46d2e86df442c0b0c2b1b9a
Fix naming
Branimir123/PhotoLife,Branimir123/PhotoLife,Branimir123/PhotoLife
PhotoLife/PhotoLife.Web/Models/AccountViewModels.cs
PhotoLife/PhotoLife.Web/Models/AccountViewModels.cs
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using CloudinaryDotNet; namespace PhotoLife.Models { public class LoginViewModel { [Required] [Display(Name = "Email")] [EmailAddress] public string Email { get; set; } [Required] [D...
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using CloudinaryDotNet; namespace PhotoLife.Models { public class LoginViewModel { [Required] [Display(Name = "Email")] [EmailAddress] public string Email { get; set; } [Required] [D...
mit
C#
c84b2546698cc9c75020e0beae35e318c604b59f
Update mod description
Simie/PrecisionEngineering
Src/PrecisionEngineering/PrecisionEngineeringMod.cs
Src/PrecisionEngineering/PrecisionEngineeringMod.cs
using ICities; namespace PrecisionEngineering { public class PrecisionEngineeringMod : IUserMod { public string Name { get { return "Precision Engineering"; } } public string Description { get { return "Build roads with precision. Hold CTRL to enable angle snapping, hold SHIFT to show more informa...
using ICities; namespace PrecisionEngineering { public class PrecisionEngineeringMod : IUserMod { public string Name { get { return "Precision Engineering"; } } public string Description { get { return "Tools for creating roads with precision. Hold SHIFT to enable more information when placing roa...
mit
C#
6bfbe696b4dfe2ae85ddab03f8c5c93426958040
revert back to simple delete
os2kitos/kitos,os2kitos/kitos,os2kitos/kitos,os2kitos/kitos
Tools.Test.Database/Model/Tasks/DropDatabaseTask.cs
Tools.Test.Database/Model/Tasks/DropDatabaseTask.cs
namespace Tools.Test.Database.Model.Tasks { public class DropDatabaseTask : DatabaseTask { private readonly string _connectionString; public DropDatabaseTask(string connectionString) : base(connectionString) { _connectionString = connectionString; } ...
using System.Data.Entity; using Infrastructure.DataAccess; namespace Tools.Test.Database.Model.Tasks { public class DropDatabaseTask : DatabaseTask { private readonly string _connectionString; public DropDatabaseTask(string connectionString) : base(connectionString) { ...
mpl-2.0
C#
d8045179899791f405eb1f25c1a23ea01dd68133
use merge operator.
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Fluent/ViewModels/HomePageViewModel.cs
WalletWasabi.Fluent/ViewModels/HomePageViewModel.cs
using ReactiveUI; using System.Collections.ObjectModel; using System.Reactive.Linq; using DynamicData; using DynamicData.Binding; namespace WalletWasabi.Fluent.ViewModels { public class HomePageViewModel : NavBarItemViewModel { private readonly ReadOnlyObservableCollection<NavBarItemViewModel> _items; public Ho...
using ReactiveUI; using System.Collections.ObjectModel; using System.Reactive.Linq; using DynamicData; using DynamicData.Binding; namespace WalletWasabi.Fluent.ViewModels { public class HomePageViewModel : NavBarItemViewModel { private readonly ReadOnlyObservableCollection<NavBarItemViewModel> _items; public Ho...
mit
C#
b119a0909ecf30090d8852d738d3f9b6a740964d
Change samples to use PostApplicationStart instead of pre.
shiftkey/SignalR,shiftkey/SignalR
SignalR.Hosting.AspNet.Samples/App_Start/Startup.cs
SignalR.Hosting.AspNet.Samples/App_Start/Startup.cs
using System; using System.Diagnostics; using System.Threading; using System.Web.Routing; using SignalR.Hosting.AspNet.Routing; using SignalR.Samples.App_Start; using SignalR.Samples.Hubs.DemoHub; [assembly: WebActivator.PostApplicationStartMethod(typeof(Startup), "Start")] namespace SignalR.Samples.App_Start { ...
using System; using System.Diagnostics; using System.Threading; using System.Web.Routing; using SignalR.Hosting.AspNet.Routing; using SignalR.Samples.App_Start; using SignalR.Samples.Hubs.DemoHub; [assembly: WebActivator.PreApplicationStartMethod(typeof(Startup), "Start")] namespace SignalR.Samples.App_Start { p...
mit
C#
319ed1bf0f3517f3e53bfefd33bf750980fcc32e
Reorder if statement
ppy/osu,peppy/osu-new,2yangk23/osu,UselessToucan/osu,DrabWeb/osu,smoogipoo/osu,peppy/osu,DrabWeb/osu,naoey/osu,NeoAdonis/osu,DrabWeb/osu,peppy/osu,ZLima12/osu,smoogipooo/osu,EVAST9919/osu,UselessToucan/osu,johnneijzen/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,smoogipoo/osu,naoey/osu,naoey/osu,UselessToucan/osu,ppy/osu,...
osu.Game/Rulesets/Scoring/ScoreStore.cs
osu.Game/Rulesets/Scoring/ScoreStore.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 System; using System.IO; using osu.Framework.Logging; using osu.Framework.Platform; using osu.Game.Beatmaps; using osu.Game.Database; using osu.Game.IPC; using os...
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using System.IO; using osu.Framework.Logging; using osu.Framework.Platform; using osu.Game.Beatmaps; using osu.Game.Database; using osu.Game.IPC; using os...
mit
C#
3fc8c23fe440644f321c9fa41ca183cf0b0ae637
Remove unnecessary `SetReplayScore` call in `ModCinema`
ppy/osu,NeoAdonis/osu,ppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,peppy/osu,NeoAdonis/osu,peppy/osu
osu.Game/Rulesets/Mods/ModCinema.cs
osu.Game/Rulesets/Mods/ModCinema.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.Graphics.Sprites; using osu.Game.Graphics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.UI; using osu.Game.Screens.Play; namespace osu.Ga...
// 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.Graphics.Sprites; using osu.Game.Graphics; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.UI; using osu.Game.Screens.Play; namespace osu.Ga...
mit
C#
fc5d432a9f917b941bf4364ae52c1b6b2a6ff3fc
Update Source/Libraries/openXDA.Configuration/SSAMSSection.cs
GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA
Source/Libraries/openXDA.Configuration/SSAMSSection.cs
Source/Libraries/openXDA.Configuration/SSAMSSection.cs
//****************************************************************************************************** // SSAMSSection.cs - Gbtc // // Copyright © 2021, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // th...
//****************************************************************************************************** // SSAMSSection.cs - Gbtc // // Copyright © 2021, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See // th...
mit
C#
0441f7dc25c0a71cda1ad568d6911c55c411225e
fix crafting lookup no longer showing time left
Pathoschild/StardewMods
LookupAnything/Framework/Fields/ItemIconField.cs
LookupAnything/Framework/Fields/ItemIconField.cs
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using StardewValley; namespace Pathoschild.Stardew.LookupAnything.Framework.Fields { /// <summary>A metadata field which shows an item icon.</summary> internal class ItemIconField : GenericField { /********* ** Propertie...
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using StardewValley; namespace Pathoschild.Stardew.LookupAnything.Framework.Fields { /// <summary>A metadata field which shows an item icon.</summary> internal class ItemIconField : GenericField { /********* ** Propertie...
mit
C#
78ca22232d737be71829ad9a7a0aeb7c074410b4
Add model name
tobyclh/UnityCNTK,tobyclh/UnityCNTK
Assets/UnityCNTK/Models/Model.cs
Assets/UnityCNTK/Models/Model.cs
using System.Collections; using System.Collections.Generic; using UnityEngine.Assertions; using System.Linq; using UnityEngine; using UnityEditor; using CNTK; using System.Timers; using System.Threading; using CNTK; using System; namespace UnityCNTK { // Unifying class that combine the use of both EvalDLL and CNTK...
using System.Collections; using System.Collections.Generic; using UnityEngine.Assertions; using System.Linq; using UnityEngine; using UnityEditor; using CNTK; using System.Timers; using System.Threading; using CNTK; using System; namespace UnityCNTK { // Unifying class that combine the use of both EvalDLL and CNTK...
mit
C#
6b250da147b077d48c2973032fe91ba1eb6061b1
comment tweak
bogosoft/Data
Bogosoft.Data/IListExtensions.cs
Bogosoft.Data/IListExtensions.cs
using System; using System.Collections.Generic; namespace Bogosoft.Data { /// <summary> /// Extended functionality for an <see cref="IList{T}"/> implementation. /// </summary> public static class IListExtensions { /// <summary> /// Add a new computed column to the curren...
using System; using System.Collections.Generic; namespace Bogosoft.Data { /// <summary> /// Extended functionality for an <see cref="IList{T}"/> implementation. /// </summary> public static class IListExtensions { /// <summary> /// Add a new computed column to the curren...
mit
C#
c0103b247d504b314fbd9a0829d53fd9ada4151a
fix NoteClient EntityOperationSettings
AlejandroCano/extensions,signumsoftware/framework,signumsoftware/extensions,signumsoftware/framework,MehdyKarimpour/extensions,MehdyKarimpour/extensions,signumsoftware/extensions,AlejandroCano/extensions
Signum.Windows.Extensions/Notes/NoteClient.cs
Signum.Windows.Extensions/Notes/NoteClient.cs
using Signum.Entities; using Signum.Entities.Notes; using Signum.Windows.Notes; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Windows.Media.Imaging; using Signum.Windows.Operations; namespace Signum.Windows.Notes { public s...
using Signum.Entities; using Signum.Entities.Notes; using Signum.Windows.Notes; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Windows.Media.Imaging; using Signum.Windows.Operations; namespace Signum.Windows.Notes { public s...
mit
C#
6f203b4e047155e0a1e99c03592f788d33b5ef70
Change around some properties; documentation
whampson/cascara,whampson/bft-spec
Cascara/Src/IFileObject.cs
Cascara/Src/IFileObject.cs
#region License /* Copyright (c) 2017-2018 Wes Hampson * * 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, mod...
#region License /* Copyright (c) 2017-2018 Wes Hampson * * 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, mod...
mit
C#
f64f0cc5ff197cb0ae80b1a54412be700fdd5ea8
Update IEmbedField
velddev/IA.SDK
IA.SDK/Interfaces/IEmbedField.cs
IA.SDK/Interfaces/IEmbedField.cs
namespace IA.SDK.Interfaces { public interface IEmbedField { string Name { get; } string Value { get; } bool IsInline { get; } } }
namespace IA.SDK.Interfaces { public interface IEmbedField { string Name { get; set; } string Value { get; set; } bool IsInline { get; set; } } }
mit
C#
17838271e6092c7eb7923918a8317f0bff9e8665
Remove range constraint in destiny tuner
JLChnToZ/LuckyPlayer
LuckyPlayer/LuckyPlayer/DestinyTuner.cs
LuckyPlayer/LuckyPlayer/DestinyTuner.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JLChnToZ.LuckyPlayer { public class DestinyTuner<T> { static DestinyTuner<T> defaultInstance; public static DestinyTuner<T> Default { get { if(d...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JLChnToZ.LuckyPlayer { public class DestinyTuner<T> { static DestinyTuner<T> defaultInstance; public static DestinyTuner<T> Default { get { if(d...
mit
C#
45975b5b63305c69c64105136ce8efbe7e6c750a
Include required provider name in GetStorageProvider exception message. (#3797)
pherbel/orleans,SoftWar1923/orleans,brhinescot/orleans,ashkan-saeedi-mazdeh/orleans,yevhen/orleans,jokin/orleans,hoopsomuah/orleans,ibondy/orleans,benjaminpetit/orleans,dVakulen/orleans,amccool/orleans,sergeybykov/orleans,dotnet/orleans,jokin/orleans,ashkan-saeedi-mazdeh/orleans,MikeHardman/orleans,jokin/orleans,ibondy...
src/Orleans.Core/Providers/GrainStorageExtensions.cs
src/Orleans.Core/Providers/GrainStorageExtensions.cs
using Orleans.Providers; using Orleans.Runtime; using System; using System.Reflection; using Microsoft.Extensions.DependencyInjection; using System.Linq; namespace Orleans.Storage { public static class GrainStorageExtensions { /// <summary> /// Aquire the storage provider associated with the g...
using Orleans.Providers; using Orleans.Runtime; using System; using System.Reflection; using Microsoft.Extensions.DependencyInjection; using System.Linq; namespace Orleans.Storage { public static class GrainStorageExtensions { /// <summary> /// Aquire the storage provider associated with the g...
mit
C#
60373eab54755bddf42be120ab031b31ff28ee40
Make TreeResponse readonly
dlsteuer/octokit.net,SmithAndr/octokit.net,shiftkey-tester-org-blah-blah/octokit.net,kdolan/octokit.net,nsnnnnrn/octokit.net,khellang/octokit.net,devkhan/octokit.net,michaKFromParis/octokit.net,hitesh97/octokit.net,Sarmad93/octokit.net,octokit/octokit.net,ivandrofly/octokit.net,octokit-net-test-org/octokit.net,chunkych...
Octokit/Models/Response/TreeResponse.cs
Octokit/Models/Response/TreeResponse.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace Octokit { [DebuggerDisplay("{DebuggerDisplay,nq}")] public class TreeResponse { /// <summary> /// The SHA for this Tree response. /...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace Octokit { [DebuggerDisplay("{DebuggerDisplay,nq}")] public class TreeResponse { /// <summary> /// The SHA for this Tree response. /...
mit
C#
da823b78cf1e3f51623e96d52fbde56cb07bce4d
Add GetTemplateList to interface
bcemmett/SurveyMonkeyApi
SurveyMonkey/ISurveyMonkeyApi.cs
SurveyMonkey/ISurveyMonkeyApi.cs
using System.Collections.Generic; namespace SurveyMonkey { public interface ISurveyMonkeyApi { int RequestsMade { get; } int QuotaAllotted { get; } int QuotaUsed { get; } //Endpoints List<Survey> GetSurveyList(); List<Survey> GetSurveyList(GetSurveyListSettings ...
using System.Collections.Generic; namespace SurveyMonkey { public interface ISurveyMonkeyApi { int RequestsMade { get; } int QuotaAllotted { get; } int QuotaUsed { get; } //Endpoints List<Survey> GetSurveyList(); List<Survey> GetSurveyList(GetSurveyListSettings ...
mit
C#
726183210da67e7f0695d68b52cd9178c3307751
Adjust visibility for settings members
Schlechtwetterfront/snipp
Settings/Settings.cs
Settings/Settings.cs
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Input; namespace clipman.Settings { public class Settings : INotifyPropertyChanged { protected int clipLimit = 100; public int C...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Input; namespace clipman.Settings { public class Settings : INotifyPropertyChanged { protected int clipLimit = 100; public int C...
apache-2.0
C#
f18240cc58dca678405d19cb9efa113d6aaeee8c
Make model to text asset so it can be loaded just like everything else
tobyclh/UnityCNTK,tobyclh/UnityCNTK
Assets/UnityCNTK/Scripts/Models/_Model.cs
Assets/UnityCNTK/Scripts/Models/_Model.cs
using System; using System.Collections.Generic; using UnityEngine; using CNTK; using UnityEngine.Events; using System.Threading; using UnityEngine.Assertions; namespace UnityCNTK { /// <summary> /// the non-generic base class for all model /// only meant to be used for model management and GUI s...
using System; using System.Collections.Generic; using UnityEngine; using CNTK; using UnityEngine.Events; using System.Threading; using UnityEngine.Assertions; namespace UnityCNTK { /// <summary> /// the non-generic base class for all model /// only meant to be used for model management and GUI s...
mit
C#
97a555ec0f76b057923d5aca4cb85f6411141103
Implement IDisposable on Timer
kendfrey/Tui
Tui/Timer.cs
Tui/Timer.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tui { /// <summary> /// Allows firing events at specific times. /// </summary> public class Timer : IDisposable { System.Timers.Timer timer; Screen screen; ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tui { /// <summary> /// Allows firing events at specific times. /// </summary> public class Timer { System.Timers.Timer timer; Screen screen; /// <...
mit
C#
5455dc18dbff1f2f96aed441e3c7286a7bfe1926
Adjust for .NET 2 and bump version
McNeight/SharpZipLib
src/AssemblyInfo.cs
src/AssemblyInfo.cs
// AssemblyInfo.cs // // Copyright (C) 2001 Mike Krueger // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // Th...
// AssemblyInfo.cs // // Copyright (C) 2001 Mike Krueger // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // Th...
mit
C#
8f98feacb546aeec163ce678f25248eff7fc5a7d
add some logging in DB checks
Foglio1024/Tera-custom-cooldowns,Foglio1024/Tera-custom-cooldowns
TCC.Core/Data/Databases/DatabaseBase.cs
TCC.Core/Data/Databases/DatabaseBase.cs
using System.IO; using Nostrum; using TCC.Utils; namespace TCC.Data.Databases { public abstract class DatabaseBase { protected string Language; protected abstract string FolderName { get; } protected abstract string Extension { get; } public string RelativePath => $"{FolderNam...
using System.IO; using Nostrum; using TCC.Utils; namespace TCC.Data.Databases { public abstract class DatabaseBase { protected string Language; protected abstract string FolderName { get; } protected abstract string Extension { get; } public string RelativePath => $"{FolderNam...
mit
C#
439ccc1d9bc54ddf404ce464c41fa185a42f3c49
Fix update notification
nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke
source/Nuke.Common/Execution/UpdateNotificationAttribute.cs
source/Nuke.Common/Execution/UpdateNotificationAttribute.cs
// Copyright 2021 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.IO; using System.Linq; using Nuke.Common.Utilities; using static Nuke.Common.Constants; namespace Nuke.Common.Execution {...
// Copyright 2021 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.IO; using System.Linq; using Nuke.Common.Utilities; using static Nuke.Common.Constants; namespace Nuke.Common.Execution {...
mit
C#
c9f25e1b621065fa5aa3f855f716c623b7d26192
Build script, no dep on branch for now
danielwertheim/mynatsclient,danielwertheim/mynatsclient
buildconfig.cake
buildconfig.cake
public class BuildConfig { private const string Version = "0.4.0"; private const bool IsPreRelease = true; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public string Target { get; private set; } public string SemVer { get; private set; } pub...
public class BuildConfig { private const string Version = "0.3.0"; public readonly string SrcDir = "./src/"; public readonly string OutDir = "./build/"; public string Target { get; private set; } public string SemVer { get; private set; } public string BuildProfile { get; private set; ...
mit
C#
fb575c99e26205957ec50da4530d278e93b41932
Update CubicNoise.cs
jobtalle/CubicNoise,jobtalle/CubicNoise,jobtalle/CubicNoise,jobtalle/CubicNoise,jobtalle/CubicNoise,jobtalle/CubicNoise
c#/CubicNoise.cs
c#/CubicNoise.cs
using System; public sealed class CubicNoise { private static readonly int RND_A = 134775813; private static readonly int RND_B = 1103515245; private int seed; private int octave; private int periodx = int.MaxValue; private int periody = int.MaxValue; public CubicNoise(int seed, int octave, int periodx, int ...
using System; public sealed class CubicNoise { private static readonly int RND_A = 134775813; private static readonly int RND_B = 1103515245; private int seed; private int octave; private int periodx = int.MaxValue; private int periody = int.MaxValue; public CubicNoise(int seed, int octave, int periodx, int ...
unlicense
C#
a790ef106407499b4ff4b74d7907f8c1f5b26400
Bump to 2.5.0
dreadnought-friends/support-tool,iltar/support-tool
Properties/AssemblyInfo.cs
Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Dreadnought Communi...
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Dreadnought Communi...
mit
C#
25f53e980e52be6a7a24bd09c0fd81abb527c395
Fix cast error going from object to int withou casting to long first. Yeah, obvious i know. Sorry Microsoft, won't happen again.
yungtechboy1/MiNET
src/MiNET/MiNET/UI/CustomForm.cs
src/MiNET/MiNET/UI/CustomForm.cs
#region LICENSE // The contents of this file are subject to the Common Public Attribution // License Version 1.0. (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // https://github.com/NiclasOlofsson/MiNET/blob/master/LICENSE. // The License ...
#region LICENSE // The contents of this file are subject to the Common Public Attribution // License Version 1.0. (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // https://github.com/NiclasOlofsson/MiNET/blob/master/LICENSE. // The License ...
mpl-2.0
C#
44af8709a46fa5939187be086c9011085c6cafdd
Add Debug code.
ijufumi/garbage_calendar
garbage_calendar/ViewModels/CalendarPageViewModel.cs
garbage_calendar/ViewModels/CalendarPageViewModel.cs
using System.Diagnostics; using System.Threading.Tasks; using Prism.Commands; using Prism.Mvvm; namespace garbage_calendar.ViewModels { public class CalendarPageViewModel : BindableBase { public CalendarPageViewModel() { Debug.WriteLine("Start CalendarPageViewModel()"); ...
using System.Runtime.CompilerServices; using System.Threading.Tasks; using Prism.Commands; using Prism.Mvvm; namespace garbage_calendar.ViewModels { public class CalendarPageViewModel : BindableBase { public CalendarPageViewModel() { NextMonthClicked = new DelegateCommand<string>( ...
mit
C#
a02adfdbd4efb69dd44d0ed872da398bb8ba09df
Fix crash on super high bpm kiai sections
peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,ppy/osu,peppy/osu,NeoAdonis/osu,ppy/osu,NeoAdonis/osu
osu.Game.Rulesets.Osu/Skinning/Default/KiaiFlash.cs
osu.Game.Rulesets.Osu/Skinning/Default/KiaiFlash.cs
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using osu.Framework.Audio.Track; using osu.Framework.Graphics; using osu.Framework.Graphics.Shapes; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Gr...
// 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.Audio.Track; using osu.Framework.Graphics; using osu.Framework.Graphics.Shapes; using osu.Game.Beatmaps.ControlPoints; using osu.Game.Graphics.Contain...
mit
C#