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
cbde111c0f655d229f493e637c78b73524f2d37d
Fix wrong send method in SendMessageCommand
attemoi/MoistureBot
moisture-bot/MoistureBot.Commands/SendMessageCommand.cs
moisture-bot/MoistureBot.Commands/SendMessageCommand.cs
using System; using Mono.Options; using System.Collections.Generic; using System.Linq; namespace moisturebot.commands { public class SendMessageCommand : ICommand { public string[] Args { get; set; } public Boolean help; public Boolean user; public Boolean room; private OptionSet option...
using System; using Mono.Options; using System.Collections.Generic; using System.Linq; namespace moisturebot.commands { public class SendMessageCommand : ICommand { public string[] Args { get; set; } public Boolean help; public Boolean user; public Boolean room; private OptionSet option...
mit
C#
374905cfda4d4d2060cdd52cd9d5939d4e9f28c6
Update processing pipeline to use CloudEvent SDK 2.1.0 #19
GoogleCloudPlatform/eventarc-samples,GoogleCloudPlatform/eventarc-samples,GoogleCloudPlatform/eventarc-samples,GoogleCloudPlatform/eventarc-samples,GoogleCloudPlatform/eventarc-samples
processing-pipelines/common/csharp/PubSubEventWriter.cs
processing-pipelines/common/csharp/PubSubEventWriter.cs
// Copyright 2020 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
// Copyright 2020 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
apache-2.0
C#
979b787804419baa0c45a2baf955516c34e7a4eb
Update for 1.129
Souper07/Autopilot,Souper07/Autopilot,Rynchodon/ARMS,Rynchodon/Autopilot,Rynchodon/ARMS,Rynchodon/Autopilot
Scripts/Utility/Attached/Piston.cs
Scripts/Utility/Attached/Piston.cs
using System; using Sandbox.Common.ObjectBuilders; using VRage.Game.ModAPI; namespace Rynchodon.Attached { public static class Piston { public class PistonBase : AttachableBlockUpdate { private readonly Logger myLogger; public PistonBase(IMyCubeBlock block) : base(block, AttachedGrid.AttachmentKind.P...
using System; using Sandbox.Common.ObjectBuilders; using VRage.Game.ModAPI; namespace Rynchodon.Attached { public static class Piston { public class PistonBase : AttachableBlockUpdate { private readonly Logger myLogger; public PistonBase(IMyCubeBlock block) : base(block, AttachedGrid.AttachmentKind.P...
cc0-1.0
C#
62f6a4dbc17b4b12fc3a1f66690fab3926c0c333
Use the new ControllerUi
RagingBool/RagingBool.Carcosa
projects/RagingBool.Carcosa.Core_cs/Stage/PartyStage.cs
projects/RagingBool.Carcosa.Core_cs/Stage/PartyStage.cs
// [[[[INFO> // Copyright 2015 Raging Bool (http://ragingbool.org, https://github.com/RagingBool) // // 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/licens...
// [[[[INFO> // Copyright 2015 Raging Bool (http://ragingbool.org, https://github.com/RagingBool) // // 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/licens...
apache-2.0
C#
77d9483bf50886d9ba1cbaafbd6413b69eaf5a6f
Fix toolcommands
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Shell/Commands/ToolCommands.cs
WalletWasabi.Gui/Shell/Commands/ToolCommands.cs
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Diagnostics; using AvalonStudio.Commands; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using ReactiveUI; using Splat; using System; using System.Composition; using System.IO; using System.Linq; using Sys...
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.ApplicationLifetimes; using Avalonia.Diagnostics; using AvalonStudio.Commands; using AvalonStudio.Extensibility; using AvalonStudio.Shell; using ReactiveUI; using Splat; using System; using System.Composition; using System.IO; using System.Linq; using Sys...
mit
C#
80184ac2e1f20e63482d3ea4a8dd999e2d1e5e94
Remove ScanForm methods
EasyPost/easypost-csharp,jmalatia/easypost-csharp,dmmatson/easypost-csharp,EasyPost/easypost-csharp,kendallb/easypost-async-csharp
EasyPost/ScanForm.cs
EasyPost/ScanForm.cs
using RestSharp; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EasyPost { public class ScanForm : IResource { public string id { get; set; } public DateTime created_at { get; set; } public DateTime updated_at ...
using RestSharp; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EasyPost { public class ScanForm : IResource { public string id { get; set; } public DateTime created_at { get; set; } public DateTime updated_at ...
mit
C#
49362a3fe83f3ff622501f74f76bb5e3baaf3454
Fix TracingAnnotationNames
vostok/core
Vostok.Core/Tracing/TracingAnnotationNames.cs
Vostok.Core/Tracing/TracingAnnotationNames.cs
namespace Vostok.Tracing { public static class TracingAnnotationNames { public const string Operation = "operation"; public const string Service = "service"; public const string Component = "component"; public const string Kind = "kind"; public const string ClusterStrat...
namespace Vostok.Tracing { public static class TracingAnnotationNames { public const string OperationName = "operationName"; public const string ServiceName = "serviceName"; public const string Component = "component"; public const string Kind = "kind"; public const str...
mit
C#
284fc3bd935fc3eba81dab8fa8078336144c0e98
Update Store.SqlServer connection string constructor
once-ler/Store
Store.Storage.SqlServer/src/Client.cs
Store.Storage.SqlServer/src/Client.cs
using System; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlClient; using Store.Models; using Store.Storage.Data; namespace Store.Storage.SqlServer { public class Client { public Client(DBContext _dbContext) { var fac = new Factory<SqlConnection>(); Func...
using System; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlClient; using Store.Models; using Store.Storage.Data; namespace Store.Storage.SqlServer { public class Client { public Client(DBContext _dbContext) { var fac = new Factory<SqlConnection>(); dbCo...
mit
C#
71008d4db520c008be4ebca7947514a14ca10f00
Remove obsolete LoC
drew-r/Goose
GooseTest/Program.cs
GooseTest/Program.cs
using Goose; using NLua; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GooseTest { class Program { static void Main(string[] args) { VM vm = new VM(); vm.Compile("GooseFeatures", new string[...
using Goose; using NLua; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GooseTest { class Program { static void Main(string[] args) { VM vm = new VM(); vm.Compile("GooseFeatures", new string[...
mit
C#
04b6fa1483aae41933b885db5a2393073b2ccee8
fix slow bootstrap
Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek,Soluto/tweek
Tweek.Drivers.Blob/BlobRulesDriver.cs
Tweek.Drivers.Blob/BlobRulesDriver.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Reactive.Concurrency; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Threading.Tasks; using Engine.Drivers.Rules; using Newtonsoft.Json; using System.Text; namespace Twee...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Threading.Tasks; using Engine.Drivers.Rules; using Newtonsoft.Json; using System.Text; namespace Tweek.Drivers.Blob { public class B...
mit
C#
5e4a9d3489cef15d086ab458ade2b3cfaae95fd2
Update Week Model
morarj/ACStalkMarket,morarj/ACStalkMarket,morarj/ACStalkMarket
ACStalkMarket/ACStalkMarket/Models/Week.cs
ACStalkMarket/ACStalkMarket/Models/Week.cs
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace ACStalkMarket.Models { public class Week { public int Id { get; set; } public People People { get; set; } [Required] public int PeopleId ...
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace ACStalkMarket.Models { public class Week { public int Id { get; set; } public People People { get; set; } [Required] public int PeopleId ...
mit
C#
3bc99bdf93ec206b281011ceffe217db9b53996e
Add exception (only difference from default template)
abock/filed-bug-test-cases
Xamarin/bxc45742/ViewController.cs
Xamarin/bxc45742/ViewController.cs
using System; using AppKit; using Foundation; namespace UselessExceptions { public partial class ViewController : NSViewController { public ViewController (IntPtr handle) : base (handle) { } public override void ViewDidLoad () { base.ViewDidLoad (); throw new Exception ("USELESS"); // Do any ...
using System; using AppKit; using Foundation; namespace UselessExceptions { public partial class ViewController : NSViewController { public ViewController (IntPtr handle) : base (handle) { } public override void ViewDidLoad () { base.ViewDidLoad (); // Do any additional setup after loading the vi...
mit
C#
77b0e1af90de739799f98927c7f5abe9c0c87aec
Add copyright to Vivek as requested in issue #215
l8s/Eto,bbqchickenrobot/Eto-1,bbqchickenrobot/Eto-1,PowerOfCode/Eto,l8s/Eto,bbqchickenrobot/Eto-1,PowerOfCode/Eto,PowerOfCode/Eto,l8s/Eto
Source/Shared/GlobalAssemblyInfo.cs
Source/Shared/GlobalAssemblyInfo.cs
using System.Reflection; [assembly: AssemblyCompany("Picoe Software Solutions Inc.")] [assembly: AssemblyProduct("")] [assembly: AssemblyCopyright("(c) 2010-2014 by Curtis Wensley, 2012-2014 by Vivek Jhaveri and contributors")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersi...
using System.Reflection; [assembly: AssemblyCompany("Picoe Software Solutions Inc.")] [assembly: AssemblyProduct("")] [assembly: AssemblyCopyright("(c) 2010-2014 by Curtis Wensley and contributors")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("1.3.0.0")] [assembly: As...
bsd-3-clause
C#
afb1e89776fa9af0dc7a88927b04a103019c1164
Fix conversion bug in out dir provider
kzu/OctoFlow
src/OctoFlow.Console/DefaultProviders/OutDirProvider.cs
src/OctoFlow.Console/DefaultProviders/OutDirProvider.cs
/* Copyright 2014 Daniel Cazzulino 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 */ namespace OctoFlow { using CLAP; using ...
/* Copyright 2014 Daniel Cazzulino 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 */ namespace OctoFlow { using CLAP; using ...
apache-2.0
C#
5b38d3f71dccf2adddfb07e8b669837566ce847c
make DataGridView projected in provider
northwoodspd/UIA.Extensions,northwoodspd/UIA.Extensions
src/UIA.Extensions/AutomationProviders/Defaults/Tables/DataGridTableInformation.cs
src/UIA.Extensions/AutomationProviders/Defaults/Tables/DataGridTableInformation.cs
using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using UIA.Extensions.AutomationProviders.Interfaces.Tables; using UIA.Extensions.InternalExtensions; namespace UIA.Extensions.AutomationProviders.Defaults.Tables { public class DataGridTableInformation : TableInformation { ...
using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using UIA.Extensions.AutomationProviders.Interfaces.Tables; using UIA.Extensions.InternalExtensions; namespace UIA.Extensions.AutomationProviders.Defaults.Tables { public class DataGridTableInformation : TableInformation { ...
mit
C#
900dfb6bab1861f0f9425452f04219ffd2c75120
fix minor bug
ravjotsingh9/DBLike
DBLike/ClientUI/Threads/FileSysWatchDog.cs
DBLike/ClientUI/Threads/FileSysWatchDog.cs
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ClientUI.Threads { class FileSysWatchDog { Thread btnclicked; public void start() ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namespace ClientUI.Threads { class FileSysWatchDog { Thread btnclicked; public void start() ...
apache-2.0
C#
54cdca9a7f51dad78a150c6e42af8b3789648074
Update Distributed Tenants Description. (#9820)
xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2
src/OrchardCore.Modules/OrchardCore.Tenants/Manifest.cs
src/OrchardCore.Modules/OrchardCore.Tenants/Manifest.cs
using OrchardCore.Modules.Manifest; [assembly: Module( Name = "Tenants", Author = ManifestConstants.OrchardCoreTeam, Website = ManifestConstants.OrchardCoreWebsite, Version = ManifestConstants.OrchardCoreVersion )] [assembly: Feature( Id = "OrchardCore.Tenants", Name = "Tenants", Descripti...
using OrchardCore.Modules.Manifest; [assembly: Module( Name = "Tenants", Author = ManifestConstants.OrchardCoreTeam, Website = ManifestConstants.OrchardCoreWebsite, Version = ManifestConstants.OrchardCoreVersion )] [assembly: Feature( Id = "OrchardCore.Tenants", Name = "Tenants", Descripti...
bsd-3-clause
C#
a99ba9192cd9be0fbab3d9730823cd5580b4888e
Fix for SOS2 calculator (for one element in array).
afish/MilpManager
Implementation/CompositeConstraints/SOS2Calculator.cs
Implementation/CompositeConstraints/SOS2Calculator.cs
using System; using System.Linq; using MilpManager.Abstraction; namespace MilpManager.Implementation.CompositeConstraints { public class SOS2Calculator : ICompositeConstraintCalculator { public IVariable Set(IMilpManager milpManager, CompositeConstraintType type, ICompositeConstraintParameters paramet...
using System; using System.Linq; using MilpManager.Abstraction; namespace MilpManager.Implementation.CompositeConstraints { public class SOS2Calculator : ICompositeConstraintCalculator { public IVariable Set(IMilpManager milpManager, CompositeConstraintType type, ICompositeConstraintParameters paramet...
mit
C#
7289da636f81c4bf4c307b42982cc308b3723d0e
Make integration test passed
alvachien/achihapi
test/hihapi.test/integrationtests/HomeDefineIntegrationTest.cs
test/hihapi.test/integrationtests/HomeDefineIntegrationTest.cs
using System; using System.Collections.Generic; using System.Text; using Xunit; using hihapi; using hihapi.Models; using System.Threading.Tasks; using System.Net.Http; using System.Net; namespace hihapi.test.integrationtests { public class HomeDefineIntegrationTest : BasicIntegrationTest { public Home...
using System; using System.Collections.Generic; using System.Text; using Xunit; using hihapi; using hihapi.Models; using System.Threading.Tasks; using System.Net.Http; using System.Net; namespace hihapi.test.integrationtests { public class HomeDefineIntegrationTest : BasicIntegrationTest { public Home...
mit
C#
56837b3dceca9449e53b5f3095ecbaf5e2f75be3
rename test to more accurately suit its purpose
OlegKleyman/AlphaDev,OlegKleyman/AlphaDev,OlegKleyman/AlphaDev
tests/integration/AlphaDev.Web.Tests.Integration/Features/Authorization_feature.cs
tests/integration/AlphaDev.Web.Tests.Integration/Features/Authorization_feature.cs
using LightBDD.Framework; using LightBDD.Framework.Scenarios.Basic; using LightBDD.Framework.Scenarios.Extended; using LightBDD.XUnit2; namespace AlphaDev.Web.Tests.Integration.Features { [FeatureDescription( @"In order to not allow everyone to access the admin area As a user I want to only be allowed to access the ...
using LightBDD.Framework; using LightBDD.Framework.Scenarios.Basic; using LightBDD.Framework.Scenarios.Extended; using LightBDD.XUnit2; namespace AlphaDev.Web.Tests.Integration.Features { [Label("FEAT-1")] [FeatureDescription( @"In order to not allow everyone to access the admin area As a user I want to only be all...
unlicense
C#
5818e76c56b0a6a029b59f190e36f30512b27452
return FileChanges for commit details
ZanyGnu/GitRepoStats
RepoStats/Startup.cs
RepoStats/Startup.cs
 namespace RepoStats { using LibGit2Sharp; using Microsoft.Owin; using Microsoft.Owin.FileSystems; using Microsoft.Owin.StaticFiles; using Owin; using ProtoBuf; using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Web.Http...
 namespace RepoStats { using Microsoft.Owin; using Microsoft.Owin.FileSystems; using Microsoft.Owin.StaticFiles; using Owin; using System; using System.Web.Http; public class Startup { public void Configuration(IAppBuilder app) { // Remap '/' to '.\defaults\...
mit
C#
1ff410d40d5ccee7208a9c39b0faf754dea36e73
change to MachineName
PowerShell/PowerShellEditorServices
src/PowerShellEditorServices/Session/SessionDetails.cs
src/PowerShellEditorServices/Session/SessionDetails.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.PowerShell.EditorServices.Utility; using System; using System.Management.Automation; using System.Collections; namespace Microsoft.PowerShell.Ed...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // using Microsoft.PowerShell.EditorServices.Utility; using System; using System.Management.Automation; using System.Collections; namespace Microsoft.PowerShell.Ed...
mit
C#
323aa05d7fd2549150de89226d802886ed756127
fix multi-targeting error
dansiegel/Prism.Plugin.Popups,dansiegel/Prism.Plugin.Popups
src/Prism.Plugin.Popups/PopupRegistrationExtensions.cs
src/Prism.Plugin.Popups/PopupRegistrationExtensions.cs
using System; using System.Reflection; using Prism.Behaviors; using Prism.Ioc; using Prism.Navigation; using Rg.Plugins.Popup.Contracts; using Rg.Plugins.Popup.Services; namespace Prism.Plugin.Popups { public static class PopupRegistrationExtensions { public static void RegisterPopupNavigationService<...
using System; using System.Reflection; using Prism.Behaviors; using Prism.Ioc; using Prism.Navigation; using Rg.Plugins.Popup.Contracts; using Rg.Plugins.Popup.Services; namespace Prism.Plugin.Popups { public static class PopupRegistrationExtensions { public static void RegisterPopupNavigationService<...
mit
C#
33405b8f26420fd930dfcd50c7d217b077003f11
Fix typo
lukeryannetnz/quartznet-dynamodb,lukeryannetnz/quartznet-dynamodb
src/QuartzNET-DynamoDB/DataModel/DynamoTriggerGroup.cs
src/QuartzNET-DynamoDB/DataModel/DynamoTriggerGroup.cs
using System; using System.Collections.Generic; using Amazon.DynamoDBv2.Model; using Quartz.DynamoDB.DataModel.Storage; namespace Quartz.DynamoDB.DataModel { /// <summary> /// A wrapper class for a Quartz Trigger Group instance that can be serialized and stored in Amazon DynamoDB. /// </summary> public...
using System; using System.Collections.Generic; using Amazon.DynamoDBv2.Model; using Quartz.DynamoDB.DataModel.Storage; namespace Quartz.DynamoDB.DataModel /// <summary> /// A wrapper class for a Quartz Trigger Group instance that can be serialized and stored in Amazon DynamoDB. /// </summary> public ...
apache-2.0
C#
b72752945b501430e86b11c92eeb23782f1e8786
Align test class name with file name
atifaziz/A1,atifaziz/A1
A1.Tests/ColRowTests.cs
A1.Tests/ColRowTests.cs
#region Copyright (c) 2016 Atif Aziz. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
#region Copyright (c) 2016 Atif Aziz. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
apache-2.0
C#
79799c4dd8e910e6c372302ac3a499aec1b6e6e3
Remove unused namespaces
peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype,peterblazejewicz/Glimpse.Prototype
src/Glimpse.Common/_SystemWeb/Glimpse.cs
src/Glimpse.Common/_SystemWeb/Glimpse.cs
#if SystemWeb using Microsoft.Extensions.DependencyInjection; namespace Glimpse { public static class Glimpse { public static GlimpseServiceCollectionBuilder Start() { return Start(new ServiceCollection()); } public static GlimpseServiceCollectionBuilder Start(ISer...
#if SystemWeb using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; namespace Glimpse { public static class Glimpse { public static GlimpseServiceCollectionBuilder Start() { return Start(new ...
mit
C#
f00d6549d400f32f00ebcc63426a7e52a7c0cd86
solve chain searching for Slot by provider extension
furore-fhir/spark,furore-fhir/spark,furore-fhir/spark
src/Spark.Engine/Model/SparkModelInfo.cs
src/Spark.Engine/Model/SparkModelInfo.cs
using System; using Hl7.Fhir.Model; using System.Collections.Generic; using System.Linq; using static Hl7.Fhir.Model.ModelInfo; namespace Spark.Engine.Model { public static class SparkModelInfo { public static List<SearchParamDefinition> SparkSearchParameters = ModelInfo.SearchParameters.Union( ...
using System; using Hl7.Fhir.Model; using System.Collections.Generic; using System.Linq; using static Hl7.Fhir.Model.ModelInfo; namespace Spark.Engine.Model { public static class SparkModelInfo { public static List<SearchParamDefinition> SparkSearchParameters = ModelInfo.SearchParameters.Union( ...
bsd-3-clause
C#
4175affe0900b0d50bc1bfdb91e924d88ca243d0
Change MOTD button text to "MOTD *updated*" on new MOTD.
fr1tz/rotc-ethernet-game,fr1tz/rotc-ethernet-game,fr1tz/rotc-ethernet-game,fr1tz/rotc-ethernet-game
game/client/ui/shell/motd.cs
game/client/ui/shell/motd.cs
//------------------------------------------------------------------------------ // Revenge Of The Cats: Ethernet // Copyright (C) 2008, mEthLab Interactive //------------------------------------------------------------------------------ if(!isObject(MOTDconn)) { new HttpObject(MOTDconn); $MOTD::Text = ""; } functi...
//------------------------------------------------------------------------------ // Revenge Of The Cats: Ethernet // Copyright (C) 2008, mEthLab Interactive //------------------------------------------------------------------------------ if(!isObject(MOTDconn)) { new HttpObject(MOTDconn); $MOTD::Text = ""; } functi...
lgpl-2.1
C#
8046ae1a2e5eab8bfcc61d8c46e6a8024b8df1f1
Move from implicit to explicit serialisation of object members
wyldphyre/KaomojiTray
KaomojiTray/KaomojiTrayApplicationContext.cs
KaomojiTray/KaomojiTrayApplicationContext.cs
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Runtime.Serialization; namespace KaomojiTray { class KaomojiTrayApplicationContext : SystemTrayApplicationContext { public KaomojiLibrary Library { get; private set; } public KaomojiTrayApplicationConte...
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; namespace KaomojiTray { class KaomojiTrayApplicationContext : S...
apache-2.0
C#
b1f75b16d417105d8c2e16aed6cda9e16345a72f
Update model
sakapon/Bellona.Analysis
Samples/ColorsSample/ColorsWpf/AppModel.cs
Samples/ColorsSample/ColorsWpf/AppModel.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Reflection; using Bellona.Clustering; namespace ColorsWpf { public class AppModel { public ColorCluster[] ColorClusters { get; private set; } public Ap...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Reflection; using Bellona.Clustering; namespace ColorsWpf { public class AppModel { public ColorInfo[][] ColorClusters { get; private set; } public App...
mit
C#
2385711b1377e2fb23cbf9f0f1b2d28b067d18e8
Fix Travis CI
lecaillon/Evolve
test/Evolve.Test.Utilities/PostgreSqlDockerContainer.cs
test/Evolve.Test.Utilities/PostgreSqlDockerContainer.cs
namespace Evolve.Test.Utilities { public class PostgreSqlDockerContainer : IDockerContainer { private DockerContainer _container; public string Id => _container.Id; public string ExposedPort => "5432"; public string HostPort => "5433"; public string DbName => "my_databa...
namespace Evolve.Test.Utilities { public class PostgreSqlDockerContainer : IDockerContainer { private DockerContainer _container; public string Id => _container.Id; public string ExposedPort => "5432"; public string HostPort => "5432"; public string DbName => "my_databa...
mit
C#
36a3ade83e36ad736d85fc3acf29232eb0db935b
Make LuaDirectory readonly.
YuvalItzchakov/aerospike-client-csharp
AerospikeDemo/LuaExample.cs
AerospikeDemo/LuaExample.cs
/******************************************************************************* * Copyright 2012-2014 by Aerospike. * * 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...
/******************************************************************************* * Copyright 2012-2014 by Aerospike. * * 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...
apache-2.0
C#
24c20c64633c6d9e790d7d34871b50af3d40f9cf
Update tests/Fractions.Tests/FractionSpecs/Sqrt/Method_Sqrt.cs
danm-de/Fractions,danm-de/Fractions
tests/Fractions.Tests/FractionSpecs/Sqrt/Method_Sqrt.cs
tests/Fractions.Tests/FractionSpecs/Sqrt/Method_Sqrt.cs
using System; using FluentAssertions; using NUnit.Framework; using Tests.Fractions; namespace Fractions.Tests.FractionSpecs.Sqrt { [TestFixture] public class If_the_Sqrt_function_is_called : Spec { [Test] public void Sqrt_Of_1_Shall_Be_1() { Fraction.One.Sqrt() .Sh...
using System; using FluentAssertions; using NUnit.Framework; using Tests.Fractions; namespace Fractions.Tests.FractionSpecs.Sqrt { [TestFixture] public class If_the_Sqrt_function_is_called : Spec { [Test] public void Sqrt_Of_1_Shall_Be_1() { Fraction.One.Sqrt() .Sh...
bsd-2-clause
C#
e33e8759b88c3ae2a103d5a63843fd7ba40ab301
change order and naming [#136060481]
revaturelabs/revashare-svc-webapi
revashare-svc-webapi/revashare-svc-webapi.Client/Controllers/DriverController.cs
revashare-svc-webapi/revashare-svc-webapi.Client/Controllers/DriverController.cs
using revashare_svc_webapi.Logic.Interfaces; using revashare_svc_webapi.Logic.Models; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace revashare_svc_webapi.Client.Controllers { [RoutePrefix("driver")] public class DriverCo...
using revashare_svc_webapi.Logic.Interfaces; using revashare_svc_webapi.Logic.Models; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace revashare_svc_webapi.Client.Controllers { [RoutePrefix("driver")] public class DriverCo...
mit
C#
09ef5453aefc60eed7c68b43dfebe73030101698
make CoapStack subclass of LayerStack
IntelliTect/CoAP.NET,martindevans/CoAP.NET,smeshlink/CoAP.NET
CoAP.NET/Stack/CoapStack.cs
CoAP.NET/Stack/CoapStack.cs
/* * Copyright (c) 2011-2014, Longxiang He <helongxiang@smeshlink.com>, * SmeshLink Technology Co. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY. * * This file is part of the CoAP.NET, a CoAP framework in C#. * Please see README for more information. */ usin...
/* * Copyright (c) 2011-2014, Longxiang He <helongxiang@smeshlink.com>, * SmeshLink Technology Co. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY. * * This file is part of the CoAP.NET, a CoAP framework in C#. * Please see README for more information. */ usin...
bsd-3-clause
C#
2509f4ce5061793f15821e04e9513b86509d7990
Increase Cassandra delay after startup
lecaillon/Evolve
test/Evolve.Test.Utilities/CassandraDockerContainer.cs
test/Evolve.Test.Utilities/CassandraDockerContainer.cs
using System; namespace Evolve.Test.Utilities { public class CassandraDockerContainer { private DockerContainer _container; public string Id => _container.Id; public string ExposedPort => "9042"; public string HostPort => "9042"; public string ClusterName => "evolve"; ...
using System; namespace Evolve.Test.Utilities { public class CassandraDockerContainer { private DockerContainer _container; public string Id => _container.Id; public string ExposedPort => "9042"; public string HostPort => "9042"; public string ClusterName => "evolve"; ...
mit
C#
c3b7050b73a730bfaadfc96ee664aeaad5568b5d
Implement testable functionality of BlobNode
turtle-box-games/leaf-csharp
Leaf/Leaf/Nodes/BlobNode.cs
Leaf/Leaf/Nodes/BlobNode.cs
using System; using System.IO; namespace Leaf.Nodes { /// <summary> /// Node that stores arbitrary binary data. /// Stores the data as an array of bytes. /// </summary> public class BlobNode : Node { private byte[] _bytes; /// <summary> /// Retrieve the ID for the type...
using System; using System.IO; namespace Leaf.Nodes { /// <summary> /// Node that stores arbitrary binary data. /// Stores the data as an array of bytes. /// </summary> public class BlobNode : Node { /// <summary> /// Retrieve the ID for the type of node. /// This can b...
mit
C#
24f7991c72b6aceef0200c0e6e72a8c2120a85da
Update MSDN documentation linl
ViveportSoftware/vita_core_csharp,ViveportSoftware/vita_core_csharp
source/Htc.Vita.Core/Interop/Windows.User32.cs
source/Htc.Vita.Core/Interop/Windows.User32.cs
using System; using System.Runtime.InteropServices; namespace Htc.Vita.Core.Interop { internal static partial class Windows { /** * https://msdn.microsoft.com/en-us/library/windows/desktop/aa376868.aspx * https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-exitwin...
using System; using System.Runtime.InteropServices; namespace Htc.Vita.Core.Interop { internal static partial class Windows { /** * https://msdn.microsoft.com/en-us/library/windows/desktop/aa376868.aspx */ [Flags] internal enum ExitType : uint { /*...
mit
C#
159a2a65f18451e2061b9610ca3cd003fb601a9b
fix the attribute name to expandJournal
DimensionDataCBUSydney/Compute.Api.Client,samuelchong/Compute.Api.Client
ComputeClient/Compute.Contracts/Drs/ExpandJournalType.cs
ComputeClient/Compute.Contracts/Drs/ExpandJournalType.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DD.CBU.Compute.Api.Contracts.Drs { /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34283")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepT...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DD.CBU.Compute.Api.Contracts.Drs { /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.34283")] [System.SerializableAttribute()] [System.Diagnostics.DebuggerStepT...
mit
C#
57963d8b79f25af27eeecbff53d9141b0c451c5d
Fix test breakage caused by renamed emoji in Unicode 13
neosmart/unicode.net,neosmart/unicode.net,neosmart/unicode.net,neosmart/unicode.net,neosmart/unicode.net
tests/SingleEmojiTests.cs
tests/SingleEmojiTests.cs
using Microsoft.VisualStudio.TestTools.UnitTesting; using NeoSmart.Unicode; namespace UnicodeTests { [TestClass] public class SingleEmojiTests { [TestMethod] public void TestSingleEmojiSame() { Assert.IsFalse(Emoji.AbButtonBloodType == null); Assert.IsFalse(n...
using Microsoft.VisualStudio.TestTools.UnitTesting; using NeoSmart.Unicode; namespace UnicodeTests { [TestClass] public class SingleEmojiTests { [TestMethod] public void TestSingleEmojiSame() { Assert.IsFalse(Emoji.AbButtonBloodType == null); Assert.IsFalse(n...
mit
C#
33424e5d5b0b6fc5033505e10d69862926711f44
Read config env
okaram/azure-website,okaram/azure-website
read-config.cshtml
read-config.cshtml
<!DOCTYPE html> <html> <head> </head> <body> <p>Salutation: @Environment.GetEnvironmentVariable("APPSETTING_Salutation")</p> <p>Salutation: </p> </body> </html>
<!DOCTYPE html> <html> <head> </head> <body> <p>Salutation: @Environment.GetEnvironmentVariable("APPSETTINGS_Salutation")</p> <p>Salutation: </p> </body> </html>
unlicense
C#
46aea17f17e56eac44ef610a68c547885b4d3542
Update Vector2.cs
elacy/PopulationSimulator
PopSim.Logic/Vector2.cs
PopSim.Logic/Vector2.cs
using System; namespace PopSim.Logic { public class Vector2 { public Vector2(double x, double y) { X = x; Y = y; IsZero = Math.Abs(x) < double.Epsilon && Math.Abs(y) < double.Epsilon; } public bool IsZero { get; private set; } publi...
using System; namespace PopSim.Logic { public class Vector2 { public Vector2(double x, double y) { X = x; Y = y; IsZero = Math.Abs(x) < double.Epsilon && Math.Abs(y) < double.Epsilon; } public bool IsZero { get; private set; } publi...
mit
C#
1e51b63041282e26b3073935a8d3fcd0352a33bd
Optimize CellInfo.GetHashCode
AVPolyakov/SharpLayout
SharpLayout/CellInfo.cs
SharpLayout/CellInfo.cs
using System; namespace SharpLayout { public struct CellInfo: IEquatable<CellInfo> { public int RowIndex { get; } public int ColumnIndex { get; } public CellInfo(int rowIndex, int columnIndex) { RowIndex = rowIndex; ColumnIndex = columnIndex; } ...
using System; namespace SharpLayout { public struct CellInfo: IEquatable<CellInfo> { public int RowIndex { get; } public int ColumnIndex { get; } public CellInfo(int rowIndex, int columnIndex) { RowIndex = rowIndex; ColumnIndex = columnIndex; } ...
mit
C#
4c349774226b4395a55797bf7a646a27841ec916
Add Setting Class to LibraryContext.
Programazing/Open-School-Library,Programazing/Open-School-Library
src/Open-School-Library/Data/LibraryContext.cs
src/Open-School-Library/Data/LibraryContext.cs
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Open_School_Library.Models.DatabaseModels; namespace Open_School_Library.Data { public class LibraryContext : DbContext { public LibraryContext(DbContextOptions<L...
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Open_School_Library.Models.DatabaseModels; namespace Open_School_Library.Data { public class LibraryContext : DbContext { public LibraryContext(DbContextOptions<L...
mit
C#
2acc73d54c43bdf35070d81f137eae7f53be77e9
Remove leftover unused stack variable
elastic/elasticsearch-net,adam-mccoy/elasticsearch-net,cstlaurent/elasticsearch-net,UdiBen/elasticsearch-net,azubanov/elasticsearch-net,azubanov/elasticsearch-net,TheFireCookie/elasticsearch-net,TheFireCookie/elasticsearch-net,CSGOpenSource/elasticsearch-net,cstlaurent/elasticsearch-net,RossLieberman/NEST,TheFireCookie...
src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs
src/Nest/CommonAbstractions/Infer/Field/FieldResolver.cs
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Text;...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Text;...
apache-2.0
C#
8378bf2b89b379517b93f29d10b635355379e64b
Fix Cancel button URL in DeleteForward
mycroes/SupportManager,mycroes/SupportManager,mycroes/SupportManager
SupportManager.Web/Areas/Teams/Home/DeleteForward.cshtml
SupportManager.Web/Areas/Teams/Home/DeleteForward.cshtml
@model SupportManager.Web.Areas.Teams.Home.DeleteForward.Result @{ ViewBag.Title = "Delete scheduled forward"; } <h2>Delete scheduled forward</h2> @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div class="form-horizontal"> <h4>Forwarding information</h4> <hr /> <div class...
@model SupportManager.Web.Areas.Teams.Home.DeleteForward.Result @{ ViewBag.Title = "Delete scheduled forward"; } <h2>Delete scheduled forward</h2> @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div class="form-horizontal"> <h4>Forwarding information</h4> <hr /> <div class...
mit
C#
6e2451adcb67551b950fb14c90c110c35e1dc728
Fix rendering of TextInput after programmatic focus (#554)
lbochenek/react-native-windows,lbochenek/react-native-windows,lbochenek/react-native-windows,lbochenek/react-native-windows
ReactWindows/ReactNative/Views/TextInput/ReactTextBox.cs
ReactWindows/ReactNative/Views/TextInput/ReactTextBox.cs
using ReactNative.UIManager; using System.Threading; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace ReactNative.Views.TextInput { class ReactTextBox : TextBox { private int _eventCount; public ReactTextBox() { SizeChanged += OnSizeChanged; } ...
using ReactNative.UIManager; using System.Threading; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace ReactNative.Views.TextInput { class ReactTextBox : TextBox { private int _eventCount; public ReactTextBox() { SizeChanged += OnSizeChanged; } ...
mit
C#
c8b6841ef16e40670a89ba8a84aa21b2d066e9a3
Allow KeepAlive controller Ping method to be requested by non local requests (#10126)
abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,dawoe/Umbraco-CMS,abryukhov/Umbraco-CMS,leekelleher/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,leekelleher/Umbraco-CMS,mattbrailsford/Um...
src/Umbraco.Web/Editors/KeepAliveController.cs
src/Umbraco.Web/Editors/KeepAliveController.cs
using System.Runtime.Serialization; using System.Web.Http; using Umbraco.Web.WebApi; namespace Umbraco.Web.Editors { public class KeepAliveController : UmbracoApiController { [HttpHead] [HttpGet] public KeepAlivePingResult Ping() { return new KeepAlivePingResult ...
using System.Runtime.Serialization; using System.Web.Http; using Umbraco.Web.Mvc; using Umbraco.Web.WebApi; using Umbraco.Web.WebApi.Filters; namespace Umbraco.Web.Editors { public class KeepAliveController : UmbracoApiController { [OnlyLocalRequests] [HttpGet] public KeepAlivePingResu...
mit
C#
731cc172fa0f9dd047e5284085cc64d093e5f2f8
Remove help box from the folders settings list
PhannGor/unity3d-rainbow-folders
Assets/Plugins/RainbowFolders/Editor/Scripts/Settings/RainbowFoldersSettingsEditor.cs
Assets/Plugins/RainbowFolders/Editor/Scripts/Settings/RainbowFoldersSettingsEditor.cs
/* * 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 writing, software * distrib...
/* * 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 writing, software * distrib...
apache-2.0
C#
88c613d735ad2e53262d2599a7f515756790b285
add comments in Global.asax to explain what the code does
ServiceStack/ServiceStack.Examples,ServiceStack/ServiceStack.Examples,zhaokunfay/ServiceStack.Examples,ServiceStack/ServiceStack.Examples,zhaokunfay/ServiceStack.Examples,ServiceStack/ServiceStack.Examples,assaframan/MoviesRestForAppHarbor,assaframan/MoviesRestForAppHarbor,assaframan/MoviesRestForAppHarbor,zhaokunfay/S...
src/RedisStackOverflow/RedisStackOverflow/Global.asax.cs
src/RedisStackOverflow/RedisStackOverflow/Global.asax.cs
using System; using Funq; using RedisStackOverflow.ServiceInterface; using ServiceStack.Redis; using ServiceStack.WebHost.Endpoints; namespace RedisStackOverflow { public class AppHost : AppHostBase { public AppHost() : base("Redis StackOverflow", typeof(QuestionsService).Assembly) { } public override voi...
using System; using Funq; using RedisStackOverflow.ServiceInterface; using ServiceStack.Redis; using ServiceStack.WebHost.Endpoints; namespace RedisStackOverflow { public class AppHost : AppHostBase { public AppHost() : base("Redis StackOverflow", typeof(QuestionsService).Assembly) { } public override voi...
bsd-3-clause
C#
1b9ca507b1eaaa80be4b8fbe89aff431f270fb67
Fix build break
kzu/System.Diagnostics.Tracer
src/System.Diagnostics.Tracer/Properties/AssemblyInfo.cs
src/System.Diagnostics.Tracer/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; [assembly: AssemblyTitle("System.Diagnostics.Tracer")] [assembly: AssemblyProduct("System.Diagnostics.Tracer")] [assembly: AssemblyCopyright("Copyright © 2015")] [assembly: InternalsVisibleTo("System.Diagnostics.Tracer.Tests, PublicKey=00240000048000009...
using System.Reflection; using System.Runtime.CompilerServices; [assembly: AssemblyTitle("System.Diagnostics.Tracer")] [assembly: AssemblyProduct("System.Diagnostics.Tracer")] [assembly: AssemblyCopyright("Copyright © 2015")] [assembly: InternalsVisibleTo("System.Diagnostics.Tracer.Tests, PublicKey=00240000048000009...
mit
C#
91974a69f5204aa458cd481a0c6ba94d97499b23
Update IReadOnlyUserGroup.cs
abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,umbraco/Umbraco-...
src/Umbraco.Core/Models/Membership/IReadOnlyUserGroup.cs
src/Umbraco.Core/Models/Membership/IReadOnlyUserGroup.cs
namespace Umbraco.Cms.Core.Models.Membership; /// <summary> /// A readonly user group providing basic information /// </summary> public interface IReadOnlyUserGroup { string? Name { get; } string? Icon { get; } int Id { get; } int? StartContentId { get; } int? StartMediaId { get; } ///...
namespace Umbraco.Cms.Core.Models.Membership; /// <summary> /// A readonly user group providing basic information /// </summary> public interface IReadOnlyUserGroup { string? Name { get; } string? Icon { get; } int Id { get; } int? StartContentId { get; } int? StartMediaId { get; } ///...
mit
C#
75b636fd61d3363ef92157740914575be5a5ebc5
Add Trello provider (not yet working)
Bigsby/Xamarin.Forms.OAuth
src/Xamarin.Forms.OAuth/Providers/TrelloOAuthProvider.cs
src/Xamarin.Forms.OAuth/Providers/TrelloOAuthProvider.cs
using System.Collections.Generic; namespace Xamarin.Forms.OAuth.Providers { public sealed class TrelloOAuthProvider : OAuthProvider { private const string _redirectUrl = "https://trelloResponse.com"; public TrelloOAuthProvider(string clientId, string clientSecret, params string[] scopes...
namespace Xamarin.Forms.OAuth.Providers { public sealed class TrelloOAuthProvider : OAuthProvider { private const string _redirectUrl = "https://trelloResponse.com"; public TrelloOAuthProvider(string clientId, string clientSecret, params string[] scopes) : base(new OAuthProvid...
mit
C#
0aeb2b93f514b91553a818d148d59bba38f9c232
change resource name variable to private
takenet/blip-sdk-csharp
src/Take.Blip.Builder/Variables/BaseResourceVariableProvider.cs
src/Take.Blip.Builder/Variables/BaseResourceVariableProvider.cs
using Lime.Protocol; using Lime.Protocol.Network; using Lime.Protocol.Serialization; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; using Take.Blip.Client; namespace Take.Blip.Builder.Variables { public class BaseResourceVariableProvider : ...
using Lime.Protocol; using Lime.Protocol.Network; using Lime.Protocol.Serialization; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; using Take.Blip.Client; namespace Take.Blip.Builder.Variables { public class BaseResourceVariableProvider : ...
apache-2.0
C#
c5b233a19934274b6d8dfe1c73f841b8485c4d5a
Fix typo in mock instance
Kentico/KInspector,ChristopherJennings/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,Kentico/KInspector,ChristopherJennings/KInspector,Kentico/KInspector
KenticoInspector.Reports.Tests/Helpers/MockInstances.cs
KenticoInspector.Reports.Tests/Helpers/MockInstances.cs
using KenticoInspector.Core.Models; using System; namespace KenticoInspector.Reports.Tests.Helpers { public static class MockInstances { public static Instance Kentico9 = new Instance { Name = "K9 Test Instance", Guid = Guid.NewGuid(), Path = "C:\\inetpub\\w...
using KenticoInspector.Core.Models; using System; namespace KenticoInspector.Reports.Tests.Helpers { public static class MockInstances { public static Instance Kentico9 = new Instance { Name = "K9 Test Instance", Guid = Guid.NewGuid(), Path = "C:\\inetpub\\w...
mit
C#
55f7db963969b0007311464a7d784c56e4a7d0d9
remove commented out code and unused using
jonsequitur/PocketLogger
Pocket.Logger/Disposable.cs
Pocket.Logger/Disposable.cs
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Pocket { [DebuggerStepThrough] internal static class Disposable { private static readonly IDisposable empty = Create(() => { }); public static I...
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Pocket { [DebuggerStepThrough] internal static class Disposable { private static readonly IDisposable empty = Create(() => {...
mit
C#
a5fedf0d52b48ae92a7bc722737ab35c64ac9cf3
Fix typo in header
GNOME/hyena,GNOME/hyena,dufoli/hyena,petejohanson/hyena,dufoli/hyena,arfbtwn/hyena,arfbtwn/hyena,petejohanson/hyena
src/Hyena/Hyena.Metrics/Sample.cs
src/Hyena/Hyena.Metrics/Sample.cs
// // Sample.cs // // Author: // Gabriel Burt <gabriel.burt@gmail.com> // // Copyright (c) 2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
// // Metric.cs // // Author: // Gabriel Burt <gabriel.burt@gmail.com> // // Copyright (c) 2010 Novell, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, inclu...
mit
C#
5fb5ef1264c0e824fbfa89b27ca81e752e60442d
Update to v4.25
SotoiGhost/FacebookComponents,SotoiGhost/FacebookComponents
Facebook.Android/build.cake
Facebook.Android/build.cake
#load "../common.cake" var FB_NUGET_VERSION = "4.25.0"; var AN_NUGET_VERSION = "4.25.0"; var FB_VERSION = "4.25.0"; var FB_URL = string.Format ("http://search.maven.org/remotecontent?filepath=com/facebook/android/facebook-android-sdk/{0}/facebook-android-sdk-{0}.aar", FB_VERSION); var FB_DOCS_URL = string.Format ("h...
#load "../common.cake" var FB_NUGET_VERSION = "4.24.0"; var AN_NUGET_VERSION = "4.24.0"; var FB_VERSION = "4.24.0"; var FB_URL = string.Format ("http://search.maven.org/remotecontent?filepath=com/facebook/android/facebook-android-sdk/{0}/facebook-android-sdk-{0}.aar", FB_VERSION); var FB_DOCS_URL = string.Format ("h...
mit
C#
b2fb55491d93fd36ec9387b88aa37fd25a7d7f78
Update GoogleAnalyticsPlatform.cs
KSemenenko/GoogleAnalyticsForXamarinForms,KSemenenko/Google-Analytics-for-Xamarin-Forms
Plugin.GoogleAnalytics/Plugin.GoogleAnalytics.WindowsStore/GoogleAnalyticsPlatform.cs
Plugin.GoogleAnalytics/Plugin.GoogleAnalytics.WindowsStore/GoogleAnalyticsPlatform.cs
using System.Threading.Tasks; using Windows.UI.Xaml; namespace Plugin.GoogleAnalytics { public partial class GoogleAnalytics { static GoogleAnalytics() { Application.Current.UnhandledException += CurrentDomain_UnhandledException; } private static void CurrentDomain_...
using System.Threading.Tasks; using Windows.UI.Xaml; namespace Plugin.GoogleAnalytics { public partial class GoogleAnalytics { static GoogleAnalytics() { Application.Current.UnhandledException += CurrentDomain_UnhandledException; } private static void CurrentDomain_...
mit
C#
819ab03cabaecc9632d205a03ef92f3d04ba458a
Remove unnecessary debugging printout
opcon/QuickFont,opcon/QuickFont
QuickFont.Shared/GDIFont.cs
QuickFont.Shared/GDIFont.cs
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Text; using System.Linq; using System.Text; namespace QuickFont { public class GDIFont : IFont, IDisposable { private Font _font; private FontFamily _fontFamily; public float Size { get { retu...
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Text; using System.Linq; using System.Text; namespace QuickFont { public class GDIFont : IFont, IDisposable { private Font _font; private FontFamily _fontFamily; public float Size { get { retu...
mit
C#
90fc070b419e6ac9e8f59df2dad898d1559c0b51
Adjust sample bass counter location
peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework
osu.Framework/Audio/Sample/SampleBass.cs
osu.Framework/Audio/Sample/SampleBass.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 ManagedBass; using osu.Framework.Allocation; using System.Collections.Concurrent; using System.Runtime.InteropServices; using System.Threading.Tasks; using osu.Fra...
// 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 ManagedBass; using osu.Framework.Allocation; using System.Collections.Concurrent; using System.Runtime.InteropServices; using System.Threading.Tasks; using osu.Fra...
mit
C#
613f527303d28e4f4dfb1f2c599f50a69fcefc9e
Update Framework.cs
dimmpixeye/Unity3dTools
Runtime/LibEcs/Framework.cs
Runtime/LibEcs/Framework.cs
// Project : ecs.unity // Contacts : Pix - ask@pixeye.games using UnityEngine; using static Pixeye.Actors.LogType; namespace Pixeye.Actors { public static class Framework { public static class Processors { internal static Processor[] storage = new Processor[64]; internal static int length; } publi...
// Project : ecs.unity // Contacts : Pix - ask@pixeye.games using UnityEngine; using static Pixeye.Actors.LogType; namespace Pixeye.Actors { public static class Framework { public static class Processors { internal static Processor[] storage = new Processor[64]; internal static int length; } publi...
mit
C#
f48e3a3b9eb02955ba388ca36e4b0dd2c99c00af
Add overload to retrieve specific template
Puzzlepart/PnP-Sites-Core,PieterVeenstra/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,m-carter1/PnP-Sites-Core,phillipharding/PnP-Sites-Core,BobGerman/PnP-Sites-Core,rajashekarusa/PnP-Sites-Core,rajashekarusa/PnP-Sites-Core,Oaden/PnP-Sites-Core,Puzzlepart/PnP-Sites-Core,itacs/PnP-Sites-Core,comblox/PnP-Sites-Core,itacs/PnP-...
Core/OfficeDevPnP.Core/Framework/Provisioning/BaseTemplates/BaseTemplateManager.cs
Core/OfficeDevPnP.Core/Framework/Provisioning/BaseTemplates/BaseTemplateManager.cs
using System; using System.IO; using System.Reflection; using System.Xml.Linq; using OfficeDevPnP.Core.Framework.Provisioning.Model; using OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Framework.Provisioning.Providers; namespace Microsoft.SharePoint...
using System; using System.IO; using System.Reflection; using System.Xml.Linq; using OfficeDevPnP.Core.Framework.Provisioning.Model; using OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml; using OfficeDevPnP.Core.Utilities; using OfficeDevPnP.Core.Framework.Provisioning.Providers; namespace Microsoft.SharePoint...
mit
C#
e27fb139dd2ebd266712e5c804abc34553f50c0b
Add input event to dotnetcore2.0 example function
lambci/docker-lambda,lambci/docker-lambda,lambci/docker-lambda,lambci/docker-lambda,lambci/docker-lambda,lambci/docker-lambda,lambci/docker-lambda
examples/dotnetcore2.0/Function.cs
examples/dotnetcore2.0/Function.cs
// Compile with: // docker run --rm -v "$PWD":/var/task lambci/lambda:build-dotnetcore2.0 dotnet publish -c Release -o pub // Run with: // docker run --rm -v "$PWD"/pub:/var/task lambci/lambda:dotnetcore2.0 test::test.Function::FunctionHandler "some" using Amazon.Lambda.Core; [assembly: LambdaSerializer(typeof(Amazo...
// Compile with: // docker run --rm -v "$PWD":/var/task lambci/lambda:build-dotnetcore2.0 dotnet publish -c Release -o pub // Run with: // docker run --rm -v "$PWD"/pub:/var/task lambci/lambda:dotnetcore2.0 test::test.Function::FunctionHandler "some" using System; using System.Collections.Generic; using System.Linq; ...
mit
C#
387e3fcbab0aa64d78ecc6ba864f90a4f37a049d
Update to MD5 hash PR.
Gibe/Gibe.DittoProcessors
Gibe.DittoProcessors/Processors/StringToMd5HashAttribute.cs
Gibe.DittoProcessors/Processors/StringToMd5HashAttribute.cs
using System; using System.Text; using System.Security.Cryptography; namespace Gibe.DittoProcessors.Processors { public class StringToMd5HashAttribute : TestableDittoProcessorAttribute { public override object ProcessValue() { if (Value == null) throw new NullReferenceException(); var stringValue = Value...
using System; using System.Text; using System.Security.Cryptography; namespace Gibe.DittoProcessors.Processors { public class StringToMd5HashAttribute : TestableDittoProcessorAttribute { public override object ProcessValue() { if (Value == null) throw new NullReferenceException(); var stringValue = Value...
mit
C#
4ac85e408ec7b58a90065d8e0bede3e7629a7aec
Update for .NET 6 rc2
rockfordlhotka/csla,rockfordlhotka/csla,rockfordlhotka/csla,MarimerLLC/csla,MarimerLLC/csla,MarimerLLC/csla
Source/Csla.Axml.Android/Resources/Resource.Designer.cs
Source/Csla.Axml.Android/Resources/Resource.Designer.cs
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-------------...
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-------------...
mit
C#
b8385e621c24366fbdd9d39b160e5e7c779ecfda
update version
prodot/ReCommended-Extension
Sources/ReCommendedExtension/Properties/AssemblyInfo.cs
Sources/ReCommendedExtension/Properties/AssemblyInfo.cs
using System.Reflection; using ReCommendedExtension; // 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(ZoneMarker.ExtensionName)] [assembly: AssemblyDescript...
using System.Reflection; using ReCommendedExtension; // 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(ZoneMarker.ExtensionName)] [assembly: AssemblyDescript...
apache-2.0
C#
d96abf0cedaee963971f6adf572de7f428243123
revert CommonAssemblyInfo
panesofglass/Hopac,jacqueline-homan/Hopac,jacqueline-homan/Hopac,panesofglass/Hopac,Hopac/Hopac,Hopac/Hopac
Libs/Hopac.Core/Assembly.cs
Libs/Hopac.Core/Assembly.cs
// Copyright (C) by Housemarque, Inc. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Hopac.Core is really only intended to be used by other Hopac libraries. [assembly: InternalsVisibleTo("Hopac")] [assembly: InternalsVisibleTo("Hopac.Platform")] na...
// Copyright (C) by Housemarque, Inc. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Hopac.Core is really only intended to be used by other Hopac libraries. [assembly: InternalsVisibleTo("Hopac")] [assembly: InternalsVisibleTo("Hopac.Platform")]
mit
C#
833f09085df3510a8ee1b9eef6500c08f2463d87
edit cashier repo
VladTsiukin/AirlineTicketOffice
AirlineTicketOffice.Repository/Repositories/CashierRepository.cs
AirlineTicketOffice.Repository/Repositories/CashierRepository.cs
using AirlineTicketOffice.Model.IRepository; using System; using System.Collections.Generic; using System.Linq; using System.Text; using AirlineTicketOffice.Model.Models; using System.Linq.Expressions; using System.Data.Entity; using AirlineTicketOffice.Data; using System.Threading.Tasks; namespace AirlineTicketOffic...
using AirlineTicketOffice.Model.IRepository; using System; using System.Collections.Generic; using System.Linq; using System.Text; using AirlineTicketOffice.Model.Models; using System.Linq.Expressions; using System.Data.Entity; using AirlineTicketOffice.Data; using System.Threading.Tasks; namespace AirlineTicketOffic...
mit
C#
1df6ec448fa17fef17195df1e399f4ff806163c0
Fix bug when users first login.
Pathfinder-Fr/YAFNET,mexxanit/YAFNET,YAFNET/YAFNET,mexxanit/YAFNET,mexxanit/YAFNET,moorehojer/YAFNET,moorehojer/YAFNET,moorehojer/YAFNET,Pathfinder-Fr/YAFNET,Pathfinder-Fr/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET
yafsrc/YetAnotherForum.NET/controls/ForumWelcome.ascx.cs
yafsrc/YetAnotherForum.NET/controls/ForumWelcome.ascx.cs
/* Yet Another Forum.NET * Copyright (C) 2006-2009 Jaben Cargman * http://www.yetanotherforum.net/ * * 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 Lice...
/* Yet Another Forum.NET * Copyright (C) 2006-2009 Jaben Cargman * http://www.yetanotherforum.net/ * * 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 Lice...
apache-2.0
C#
caf9fb4b1f37e70574d7c19f97e4c35179fde41c
Add several User32.dll NativeMethods
tgstation/tgstation-server-tools,tgstation/tgstation-server,Cyberboss/tgstation-server,Cyberboss/tgstation-server,tgstation/tgstation-server
src/Tgstation.Server.Host/NativeMethods.cs
src/Tgstation.Server.Host/NativeMethods.cs
using System; using System.Runtime.InteropServices; using System.Text; namespace Tgstation.Server.Host { /// <summary> /// Native methods used by the code /// </summary> static class NativeMethods { /// <summary> /// See https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getwindowthreadp...
using System; using System.Runtime.InteropServices; namespace Tgstation.Server.Host { /// <summary> /// Native methods used by the code /// </summary> static class NativeMethods { /// <summary> /// See https://msdn.microsoft.com/en-us/library/windows/desktop/aa378184(v=vs.85).aspx /// </summary> [DllImpo...
agpl-3.0
C#
0d6eee3ccdd7aba89dc717e9fd77aac6e8ba324f
Update AutoFitMode.cs
PanAndZoom/PanAndZoom,PanAndZoom/PanAndZoom,wieslawsoltes/PanAndZoom,wieslawsoltes/MatrixPanAndZoomDemo,wieslawsoltes/PanAndZoom
src/Wpf.Controls.PanAndZoom/AutoFitMode.cs
src/Wpf.Controls.PanAndZoom/AutoFitMode.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. namespace Wpf.Controls.PanAndZoom { /// <summary> /// Specifies auto-fit modes. /// </summary> public enum AutoFitMode { /// <summary>...
// 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. namespace Wpf.Controls.PanAndZoom { /// <summary> /// /// </summary> public enum AutoFitMode { /// <summary> /// ///...
mit
C#
ed2d31071ba9b2e0c335af8196ce01d52cbc7ef0
Set ToolTipText
larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,larsbrubaker/MatterControl,jlewin/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl
MatterControlLib/PartPreviewWindow/OperationIconButton.cs
MatterControlLib/PartPreviewWindow/OperationIconButton.cs
/* Copyright (c) 2019, Lars Brubaker, John Lewin 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 conditions and...
/* Copyright (c) 2019, Lars Brubaker, John Lewin 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 conditions and...
bsd-2-clause
C#
266b1c2f95679ac4b95dc0fd7c39f45f41a027c2
test for build
batbuild/duality,Andrea/duality,Andrea/duality
Other/Dependencies/propertygrid/CustomPropertyGrid/ObjectItem.cs
Other/Dependencies/propertygrid/CustomPropertyGrid/ObjectItem.cs
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AdamsLair.PropertyGrid { public class ObjectItem { private object value = null; private string caption = null; public string Caption { get { return this.caption; } } public object Value ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AdamsLair.PropertyGrid { public class ObjectItem { private object value = null; private string caption = null; public string Caption { get { return this.caption; } } public object Value ...
mit
C#
5861084e0bbf9c210e8a93aa414c2c8277dac846
make this a class
intari/OpenSimMirror,ft-/opensim-optimizations-wip-extras,zekizeki/agentservice,N3X15/VoxelSim,intari/OpenSimMirror,allquixotic/opensim-autobackup,AlexRa/opensim-mods-Alex,rryk/omp-server,RavenB/opensim,M-O-S-E-S/opensim,RavenB/opensim,bravelittlescientist/opensim-performance,AlphaStaxLLC/taiga,AlexRa/opensim-mods-Alex...
OpenSim/Framework/OSUUID.cs
OpenSim/Framework/OSUUID.cs
// OSUUID.cs created with MonoDevelop // User: sdague at 10:17 AM 4/9/2008 // // To change standard headers go to Edit->Preferences->Coding->Standard Headers // using System; using libsecondlife; namespace OpenSim.Framework { [Serializable] public class OSUUID: IComparable { public Guid UUID; ...
// OSUUID.cs created with MonoDevelop // User: sdague at 10:17 AM 4/9/2008 // // To change standard headers go to Edit->Preferences->Coding->Standard Headers // using System; using libsecondlife; namespace OpenSim.Framework { [Serializable] public struct OSUUID: IComparable { public Guid UUID; ...
bsd-3-clause
C#
ed5b6f669b1a3d543b07e6e86f5a75202abd4a61
change of possible move color
bytePassion/OpenQuoridorFramework
OpenQuoridorFramework/OQF.PlayerVsBot/Global/Constants.cs
OpenQuoridorFramework/OQF.PlayerVsBot/Global/Constants.cs
using System.Windows; using System.Windows.Media; namespace OQF.PlayerVsBot.Global { internal static class Constants { //public static readonly SolidColorBrush TopPlayerActiveColor = new SolidColorBrush(Colors.Red); //public static readonly SolidColorBrush BottomPlayerActiveColor = new SolidColorBrush(Colo...
using System.Windows; using System.Windows.Media; namespace OQF.PlayerVsBot.Global { internal static class Constants { //public static readonly SolidColorBrush TopPlayerActiveColor = new SolidColorBrush(Colors.Red); //public static readonly SolidColorBrush BottomPlayerActiveColor = new SolidColorBrush(Colo...
apache-2.0
C#
82b1bd98100cf892f99ed6fb942aa33b24ec8b87
add Database for Integration tests
SRoddis/Mongo.Migration
Mongo.Migration.Test/IntegrationTest.cs
Mongo.Migration.Test/IntegrationTest.cs
using Mongo.Migration.Startup.Static; using Mongo2Go; using MongoDB.Bson; using MongoDB.Driver; namespace Mongo.Migration.Test { public class IntegrationTest { protected IMongoClient _client; protected IComponentRegistry _components; protected MongoDbRunner _mongoToGoRunner; ...
using Mongo.Migration.Startup.Static; using Mongo2Go; using MongoDB.Driver; namespace Mongo.Migration.Test { public class IntegrationTest { protected IMongoClient _client; protected IComponentRegistry _components; protected MongoDbRunner _mongoToGoRunner; protected Integrati...
mit
C#
aa614de7f1dad1be8390f8ea8b5150f31f69c680
Add container for sprite sheet prototypes
iridinite/shiftdrive
Client/Assets.cs
Client/Assets.cs
/* ** Project ShiftDrive ** (C) Mika Molenkamp, 2016. */ using System.Collections.Generic; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Audio; namespace ShiftDrive { /// <summary> /// A simple static container, for holding game assets like textures and meshes. /// </summary> ...
/* ** Project ShiftDrive ** (C) Mika Molenkamp, 2016. */ using System.Collections.Generic; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Audio; namespace ShiftDrive { /// <summary> /// A simple static container, for holding game assets like textures and meshes. /// </summary> ...
bsd-3-clause
C#
5743cab5fe8cbe56c9345765356237b1af526e88
change initial directory of open file dialog to last file
martin2250/OpenCNCPilot
OpenCNCPilot/MainWindow.xaml.FileTab.cs
OpenCNCPilot/MainWindow.xaml.FileTab.cs
using OpenCNCPilot.Communication; using OpenCNCPilot.GCode; using System; using System.Windows; namespace OpenCNCPilot { partial class MainWindow { private string _currentFileName = ""; public string CurrentFileName { get => _currentFileName; set { _currentFileName = value; GetBindingExpress...
using OpenCNCPilot.Communication; using OpenCNCPilot.GCode; using System; using System.Windows; namespace OpenCNCPilot { partial class MainWindow { private string _currentFileName = ""; public string CurrentFileName { get => _currentFileName; set { _currentFileName = value; GetBindingExpress...
mit
C#
85dd7a75abfc1f45ec7b8dde68a5599654a4abdc
add using
elyen3824/myfinanalysis-data
data-provider/run.csx
data-provider/run.csx
using System; using System.Net; using System.Threading.Tasks; public static async Task<HttpResponseMessage> Run(HttpRequestMessage req, TraceWriter log) { log.Info("C# HTTP trigger function processed a request."); // parse query parameter string name = req.GetQueryNameValuePairs() .FirstOrDefault(...
using System.Net; using System.Net.Http; public static async Task<HttpResponseMessage> Run(HttpRequestMessage req, TraceWriter log) { log.Info("C# HTTP trigger function processed a request."); // parse query parameter string name = req.GetQueryNameValuePairs() .FirstOrDefault(q => string.Compare(q...
mit
C#
3cf194e86d2581451229359175c15fa17df769cb
add swpin's Dispose
yun2dot0/w10iotSample
LEDSwitch/MainPage.xaml.cs
LEDSwitch/MainPage.xaml.cs
using System; using Windows.Devices.Gpio; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409 namespace LEDSwitch { /// <summary> /// An empty page that can be used on its own or navigated to within ...
using System; using Windows.Devices.Gpio; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409 namespace LEDSwitch { /// <summary> /// An empty page that can be used on its own or navigated to within ...
mit
C#
e926b747cfd92b4fa08cbdac0bffd5991aa0481f
Remove accidental debugging statements
jlewin/MatterControl,mmoening/MatterControl,larsbrubaker/MatterControl,mmoening/MatterControl,jlewin/MatterControl,unlimitedbacon/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl,unlimitedbacon/MatterControl,unlimitedbacon/MatterControl,mmoening/MatterControl,jlewin/MatterControl,larsbrubaker/MatterControl...
SlicerConfiguration/UIFields/UIField.cs
SlicerConfiguration/UIFields/UIField.cs
/* Copyright (c) 2017, Lars Brubaker, John Lewin 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 conditions and...
/* Copyright (c) 2017, Lars Brubaker, John Lewin 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 conditions and...
bsd-2-clause
C#
ad50215de681dc6e2f6bb6aabd58f302bbb1521b
Update KSPCompatible.cs
gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer
LmpGlobal/KSPCompatible.cs
LmpGlobal/KSPCompatible.cs
using System; namespace LmpGlobal { public static class KspCompatible { public static readonly Version MinKspVersion = new Version("1.4.3"); public static readonly Version MaxKspVersion = new Version("1.4.9"); } }
using System; namespace LmpGlobal { public static class KspCompatible { public static readonly Version MinKspVersion = new Version("1.4.0"); public static readonly Version MaxKspVersion = new Version("1.4.9"); } }
mit
C#
f87f715f929e7145f2b6f7a499f028540814f969
Mark old API methods in Game as obsolete
TheEadie/PlayerRank,TheEadie/PlayerRank
PlayerRank/Game.cs
PlayerRank/Game.cs
using System; using System.Collections.Generic; using System.Linq; namespace PlayerRank { public class Game { private readonly Dictionary<string, Points> m_Scores = new Dictionary<string, Points>(); public void AddResult(string name, Points points) { if (m_Scores.C...
using System; using System.Collections.Generic; using System.Linq; namespace PlayerRank { public class Game { private readonly Dictionary<string, Points> m_Scores = new Dictionary<string, Points>(); public void AddResult(string name, double score) { if (m_Scores.ContainsKe...
mit
C#
b88b6a6f4fde8543f3543d3e8e2b36ed3cd73783
Use Section instead of Paragraph for quote blocks.
Kryptos-FR/markdig-wpf,Kryptos-FR/markdig.wpf
src/Markdig.Xaml/Renderers/Xaml/QuoteBlockRenderer.cs
src/Markdig.Xaml/Renderers/Xaml/QuoteBlockRenderer.cs
// Copyright (c) 2016 Nicolas Musset. All rights reserved. // This file is licensed under the MIT license. // See the LICENSE.md file in the project root for more information. using Markdig.Syntax; namespace Markdig.Renderers.Xaml { /// <summary> /// A XAML renderer for a <see cref="QuoteBlock"/>. /// <...
// Copyright (c) 2016 Nicolas Musset. All rights reserved. // This file is licensed under the MIT license. // See the LICENSE.md file in the project root for more information. using Markdig.Syntax; namespace Markdig.Renderers.Xaml { /// <summary> /// A XAML renderer for a <see cref="QuoteBlock"/>. /// <...
mit
C#
ebbd4ff9ac9e4d9bdb5cbf3c60b24540ea5f193e
Revert "Revert "Base directory for Avalonia""
nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet
WalletWasabi.Gui/Program.cs
WalletWasabi.Gui/Program.cs
using Avalonia; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using NBitcoin; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui { internal class Pro...
using Avalonia; using AvalonStudio.Shell; using AvalonStudio.Shell.Extensibility.Platforms; using NBitcoin; using System; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks; using WalletWasabi.Gui.ViewModels; using WalletWasabi.Logging; namespace WalletWasabi.Gui { internal class Pro...
mit
C#
6a77832519c0f10437cae54c5857869c255145c7
Add header comment.
AIWolfSharp/AIWolf_NET,AIWolfSharp/AIWolfCore
AIWolfLib/Error.cs
AIWolfLib/Error.cs
// // Error.cs // // Copyright (c) 2016 Takashi OTSUKI // // This software is released under the MIT License. // http://opensource.org/licenses/mit-license.php // using System; using System.Diagnostics; namespace AIWolf.Lib { /// <summary> /// Error handling class. /// </summary> public static class ...
using System; using System.Diagnostics; namespace AIWolf.Lib { public static class Error { /// <summary> /// Writes an error message, then throws exception on debug. /// </summary> /// <param name="message">Error message.</param> public static void RuntimeError(string m...
mit
C#
89f00cea4e507c8c542d623ca2811b8c56dc10bd
Introduce a Protocol class for better encapsulation
msdeibel/opcmock
OpcMock/OpcMockProtocol.cs
OpcMock/OpcMockProtocol.cs
using System; using System.Collections.Generic; namespace OpcMock { public class OpcMockProtocol { private List<ProtocolLine> lines; public OpcMockProtocol() { lines = new List<ProtocolLine>(); } public List<ProtocolLine> Lines { get{ r...
namespace OpcMockTests { internal class OpcMockProtocol { } }
mit
C#
28da048db7774ddbb2fe48c281a45693f4bc976a
Update "App"
DRFP/Personal-Library
_Build/PersonalLibrary/Base/App.xaml.cs
_Build/PersonalLibrary/Base/App.xaml.cs
using System.IO; using System.Windows; using static Library.Configuration; using static Library.SQLiteManager; namespace Base { public partial class App : Application { public App() { Configure(); } private async void Configure() { if (!File.Exists(databaseName)) await CreateDatabase(...
using System.IO; using System.Windows; using static Library.Configuration; using static Library.SQLiteManager; namespace Base { public partial class App : Application { public App() { Configure(); } private async void Configure() { if (!File.Exists(DatabaseName)) await CreateDatabase(...
mit
C#
d0e5d49100bb55d2e92edd40453cb8da4f12d35e
add infos to the assembly
TUD-INF-IAI-MCI/DotNet_AudioRenderer
Properties/AssemblyInfo.cs
Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Assembly verknüpft sind. [assembly: A...
bsd-2-clause
C#
37ef5c70729c6f99cf51cc6841eb4833a728e51c
rename SliderVelocity to ScrollSpeed
smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,UselessToucan/osu,ppy/osu,smoogipooo/osu
osu.Game.Rulesets.Taiko/Mods/TaikoModDifficultyAdjust.cs
osu.Game.Rulesets.Taiko/Mods/TaikoModDifficultyAdjust.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.Linq; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Configuration; using osu.Game.Rulesets.Mods; namespace osu.Game.Rulesets.Taiko....
// 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.Linq; using osu.Framework.Bindables; using osu.Game.Beatmaps; using osu.Game.Configuration; using osu.Game.Rulesets.Mods; namespace osu.Game.Rulesets.Taiko....
mit
C#
8d2ff1d584898fb9f5e54cd95cfcfae95c1bd9da
Update version number.
mmatkow/BotBuilder,digibaraka/BotBuilder,mmatkow/BotBuilder,xiangyan99/BotBuilder,jockorob/BotBuilder,jockorob/BotBuilder,yakumo/BotBuilder,digibaraka/BotBuilder,xiangyan99/BotBuilder,stevengum97/BotBuilder,navaei/BotBuilder,msft-shahins/BotBuilder,yakumo/BotBuilder,digibaraka/BotBuilder,Clairety/ConnectMe,dr-em/BotBui...
CSharp/Library/Properties/AssemblyInfo.cs
CSharp/Library/Properties/AssemblyInfo.cs
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTi...
mit
C#
790eadf7d8f4001574b5aea14d7a71d9f842514b
Bump version number
Sunlighter/CanonicalTypes
CanonicalTypes/Properties/AssemblyInfo.cs
CanonicalTypes/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("Ca...
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("Ca...
apache-2.0
C#
83d6c9070ad0a94213fb87dfe53b26e8adedbc84
Update Jab.cs
darvell/Coremero
Coremero/Coremero.Plugin.Converter/Jab.cs
Coremero/Coremero.Plugin.Converter/Jab.cs
using System.Text; using Coremero.Client; using Coremero.Commands; using Coremero.Utilities; namespace Coremero.Plugin.Converter { public class Jab : IPlugin { [Command("jab", Help = ".jab <text> - Convert <text> to full width.")] public string FullWidth(IInvocationContext context, IMessage me...
using System.Text; using Coremero.Client; using Coremero.Commands; using Coremero.Utilities; namespace Coremero.Plugin.Converter { public class Jab : IPlugin { [Command("jab", Help = ".jab <text> - Convert <text> to full width.")] public string FullWidth(IInvocationContext context, IMessage me...
mit
C#
04926b3451c88be92b37571e9c7491a970690cfc
remove non-UserDefinedTitle when validating conceptual metadata (#4132)
superyyrrzz/docfx,dotnet/docfx,dotnet/docfx,superyyrrzz/docfx,dotnet/docfx,superyyrrzz/docfx
src/Microsoft.DocAsCode.Build.ConceptualDocuments/ValidateConceptualDocumentMetadata.cs
src/Microsoft.DocAsCode.Build.ConceptualDocuments/ValidateConceptualDocumentMetadata.cs
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.ConceptualDocuments { using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Build.ConceptualDocuments { using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; ...
mit
C#
293d1c2709a0ee51323ed1daa8727da5caab3c7d
Fix Record Graph Type Query
SnowflakePowered/snowflake,SnowflakePowered/snowflake,SnowflakePowered/snowflake,RonnChyran/snowflake,RonnChyran/snowflake,RonnChyran/snowflake
src/Snowflake.Support.GraphQLFrameworkQueries/Types/Model/GameFileExtensionGraphType.cs
src/Snowflake.Support.GraphQLFrameworkQueries/Types/Model/GameFileExtensionGraphType.cs
using System; using System.Collections.Generic; using System.Text; using GraphQL.Types; using Snowflake.Model.Game.LibraryExtensions; namespace Snowflake.Support.Remoting.GraphQL.Types.Model { public class GameFileExtensionGraphType : ObjectGraphType<IGameFileExtension> { public GameFileExtensionGraph...
using System; using System.Collections.Generic; using System.Text; using GraphQL.Types; using Snowflake.Model.Game.LibraryExtensions; namespace Snowflake.Support.Remoting.GraphQL.Types.Model { public class GameFileExtensionGraphType : ObjectGraphType<IGameFileExtension> { public GameFileExtensionGraph...
mpl-2.0
C#
c179ec1a0c1c7db2011ab7f65f34ddcba6601811
Change order of OWIN handlers so static file handler does not preempt NuGet client redirect handler.
davidvmckay/Klondike,Stift/Klondike,fhchina/Klondike,davidvmckay/Klondike,jochenvangasse/Klondike,davidvmckay/Klondike,jochenvangasse/Klondike,themotleyfool/Klondike,Stift/Klondike,jochenvangasse/Klondike,themotleyfool/Klondike,themotleyfool/Klondike,fhchina/Klondike,Stift/Klondike,fhchina/Klondike
src/Klondike.SelfHost/SelfHostStartup.cs
src/Klondike.SelfHost/SelfHostStartup.cs
using Autofac; using Microsoft.Owin.FileSystems; using Microsoft.Owin.StaticFiles; using NuGet.Lucene.Web; using NuGet.Lucene.Web.Formatters; using Owin; namespace Klondike.SelfHost { class SelfHostStartup : Klondike.Startup { private readonly SelfHostSettings selfHostSettings; public SelfHos...
using Autofac; using Microsoft.Owin.FileSystems; using Microsoft.Owin.StaticFiles; using NuGet.Lucene.Web; using NuGet.Lucene.Web.Formatters; using Owin; namespace Klondike.SelfHost { class SelfHostStartup : Klondike.Startup { private readonly SelfHostSettings selfHostSettings; public SelfHos...
apache-2.0
C#
6b8ac9a0307c5c840693e6ff59f69bf68fad8bfb
use parameterless constructor
acple/ParsecSharp
ParsecSharp/Data/Position/TextPosition.cs
ParsecSharp/Data/Position/TextPosition.cs
using System; using System.Runtime.InteropServices; namespace ParsecSharp.Data { [StructLayout(LayoutKind.Auto)] public readonly struct TextPosition : IPosition<char, TextPosition>, IComparable<TextPosition>, IEquatable<TextPosition> { public static TextPosition Initial => new(); public in...
using System; using System.Runtime.InteropServices; namespace ParsecSharp.Data { [StructLayout(LayoutKind.Auto)] public readonly struct TextPosition : IPosition<char, TextPosition>, IComparable<TextPosition>, IEquatable<TextPosition> { public static TextPosition Initial => new(line: 1, column: 1); ...
mit
C#
2d828abe02695b768b180ee43ba90558f4e9d4bd
Bump version to 1.0.1
xoofx/SharpScss,xoofx/SharpScss
src/SharpScss/Properties/AssemblyInfo.cs
src/SharpScss/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-2-clause
C#
9f3f2155ae2cd8eba6f2b220df108bc9a2a15cee
Add some example on how to use
mattgwagner/CertiPay.Common
CertiPay.Common/WebServices/MessageInspector.cs
CertiPay.Common/WebServices/MessageInspector.cs
using System; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; namespace CertiPay.Common.WebServices { /// <summary> /// Behavior that can be added to the WCF client to getting request and response raw XML. /// ...
using System; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; namespace CertiPay.Common.WebServices { /// <summary> /// Behavior that can be added to the WCF client to getting request and response raw XML. /// </su...
mit
C#