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 |
|---|---|---|---|---|---|---|---|---|
a8236d8321a3f6ae86dbac6089c553a5d2505234 | order opened wallets above closed wallets. | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/WalletExplorer/WalletViewModelBase.cs | WalletWasabi.Gui/Controls/WalletExplorer/WalletViewModelBase.cs | using ReactiveUI;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using WalletWasabi.Wallets;
using WalletWasabi.Helpers;
namespace WalletWasabi.Gui.Controls.WalletExplorer
{
public class... | using ReactiveUI;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using WalletWasabi.Wallets;
using WalletWasabi.Helpers;
namespace WalletWasabi.Gui.Controls.WalletExplorer
{
public class... | mit | C# |
a1dd09b877fad5a23c328cffa6d3ed5a978cb327 | Fix compilation error on kh.tools.imgz | Xeeynamo/KingdomHearts | kh.tools.imgz/Models/ImageModel.cs | kh.tools.imgz/Models/ImageModel.cs | using kh.Imaging;
using kh.kh2;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Xe.Tools;
using Xe.Tools.Wpf;
namespace kh.tools.imgz.Models
{
public class ImageModel : BaseNotifyPropertyChanged
{
private Imgd imgd;
public ImageModel(Imgd imgd)
{
Imgd = imgd;
}
public Imgd Imgd
... | using kh.kh2;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Xe.Tools;
using Xe.Tools.Wpf;
namespace kh.tools.imgz.Models
{
public class ImageModel : BaseNotifyPropertyChanged
{
private Imgd imgd;
public ImageModel(Imgd imgd)
{
Imgd = imgd;
}
public Imgd Imgd
{
get => imgd... | mit | C# |
01549fe55515c73dd12cb445b37ee3d40b2ae49e | Build and publish XSerializer release candidate package | RockFramework/Rock.Encryption | Rock.Encryption.XSerializer/Properties/AssemblyInfo.cs | Rock.Encryption.XSerializer/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ro... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ro... | mit | C# |
9e635fecbfc7ba3317943064bd8f27fd412a1345 | Fix typo in guid value | rockfordlhotka/csla,JasonBock/csla,JasonBock/csla,JasonBock/csla,MarimerLLC/csla,rockfordlhotka/csla,rockfordlhotka/csla,MarimerLLC/csla,MarimerLLC/csla | Source/Csla.Web.Mvc4.Net4.5/Properties/AssemblyInfo.cs | Source/Csla.Web.Mvc4.Net4.5/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("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("CS... | mit | C# |
8843c48c301b45032a20a65272a23892c5303990 | add test | jpush/jmessage-api-csharp-client | jmessage.test/user/UserTest.cs | jmessage.test/user/UserTest.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using jmessage.common;
using jmessage.util;
using jmessage.user;
using jmessage;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace test.user
{
/// <summary>
/// UserTest 的摘要说明
/// </summary>
[TestClass]
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using jmessage.common;
using jmessage.util;
using jmessage.user;
using jmessage;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace test.user
{
/// <summary>
/// UserTest 的摘要说明
/// </summary>
[TestClass]
... | mit | C# |
1e617a8e0bcad09c7a2d385ab9a0d593419dd00c | Print to STDOUT - 2> is broken on Mono/OS X | chebizarro/gherkin3,curzona/gherkin3,vincent-psarga/gherkin3,SabotageAndi/gherkin,SabotageAndi/gherkin,amaniak/gherkin3,dg-ratiodata/gherkin3,SabotageAndi/gherkin,chebizarro/gherkin3,curzona/gherkin3,hayd/gherkin3,chebizarro/gherkin3,Zearin/gherkin3,araines/gherkin3,amaniak/gherkin3,dirkrombauts/gherkin3,thetutlage/ghe... | Gherkin.AstGenerator/Program.cs | Gherkin.AstGenerator/Program.cs | using System;
using System.Linq;
namespace Gherkin.AstGenerator
{
class Program
{
static int Main(string[] args)
{
if (args.Length < 1)
{
Console.WriteLine("Usage: Gherkin.AstGenerator.exe test-feature-file.feature");
return 1... | using System;
using System.Linq;
namespace Gherkin.AstGenerator
{
class Program
{
static int Main(string[] args)
{
if (args.Length < 1)
{
Console.WriteLine("Usage: Gherkin.AstGenerator.exe test-feature-file.feature");
return 1... | mit | C# |
375dad087837ba6156be5ec629b0a370c19c7891 | Increase PERFECT from 320 to 350 score | NeoAdonis/osu,peppy/osu-new,smoogipoo/osu,peppy/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,peppy/osu,ppy/osu,ppy/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,ppy/osu | osu.Game.Rulesets.Mania/Judgements/ManiaJudgement.cs | osu.Game.Rulesets.Mania/Judgements/ManiaJudgement.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Mania.Judgements
{
public class ManiaJudgement : Judgement
{
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Mania.Judgements
{
public class ManiaJudgement : Judgement
{
... | mit | C# |
7bc70e644a56a76b9d2be063262e6de378853bc3 | Add Unspecified language | NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,peppy/osu,NeoAdonis/osu,smoogipooo/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,peppy/osu,ppy/osu,NeoAdonis/osu,smoogipoo/osu,ppy/osu,peppy/osu,UselessToucan/osu,UselessToucan/osu | osu.Game/Overlays/BeatmapListing/SearchLanguage.cs | osu.Game/Overlays/BeatmapListing/SearchLanguage.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Utils;
namespace osu.Game.Overlays.BeatmapListing
{
[HasOrderedElements]
public enum SearchLanguage
{
[Order(0)]
Any,
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Utils;
namespace osu.Game.Overlays.BeatmapListing
{
[HasOrderedElements]
public enum SearchLanguage
{
[Order(0)]
Any,
... | mit | C# |
1f3039926fb7e1de6d1d56e783531fb92e8839cd | Reword settings text slightly | peppy/osu,ZLima12/osu,EVAST9919/osu,smoogipoo/osu,Damnae/osu,smoogipooo/osu,smoogipoo/osu,UselessToucan/osu,2yangk23/osu,ppy/osu,johnneijzen/osu,DrabWeb/osu,UselessToucan/osu,naoey/osu,DrabWeb/osu,Nabile-Rahmani/osu,ppy/osu,Drezi126/osu,nyaamara/osu,johnneijzen/osu,ZLima12/osu,NeoAdonis/osu,DrabWeb/osu,NeoAdonis/osu,sm... | osu.Game/Overlays/Settings/Sections/SkinSection.cs | osu.Game/Overlays/Settings/Sections/SkinSection.cs | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
usin... | // Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Game.Configuration;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
usin... | mit | C# |
4272e5228ea22b9cbb535ed7ed36ca8838c52244 | Add extension method for converting colore color to wpf color | CoraleStudios/Colore,WolfspiritM/Colore | Corale.Colore.Wpf/Extensions.cs | Corale.Colore.Wpf/Extensions.cs | // <copyright file="Extensions.cs" company="Corale">
// Copyright © 2015 by Adam Hellberg and Brandon Scott.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
// the Software without rest... | // <copyright file="Extensions.cs" company="Corale">
// Copyright © 2015 by Adam Hellberg and Brandon Scott.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
// the Software without rest... | mit | C# |
a96a493ca3c8b5914d4b0122654faf74db36448a | Implement LogOut packet | PolarisTeam/PolarisServer,MrSwiss/PolarisServer,cyberkitsune/PolarisServer,lockzag/PolarisServer,Dreadlow/PolarisServer | PolarisServer/Packets/Handlers/SimplePackets.cs | PolarisServer/Packets/Handlers/SimplePackets.cs | using System;
using PolarisServer.Packets;
using PolarisServer.Models;
namespace PolarisServer.Packets.Handlers
{
[PacketHandlerAttr(0x11, 0x2)]
public class CharacterListRequest : PacketHandler
{
public override void handlePacket(Client context, byte[] data, uint position, uint size)
{
... | using System;
using PolarisServer.Packets;
using PolarisServer.Models;
namespace PolarisServer.Packets.Handlers
{
[PacketHandlerAttr(0x11, 0x2)]
public class CharacterListRequest : PacketHandler
{
public override void handlePacket(Client context, byte[] data, uint position, uint size)
{
... | agpl-3.0 | C# |
8d2e9b2687e347a949b71defa4ee380966b88e88 | Update Index.cshtml | ravi-msi/practicegit,ravi-msi/practicegit,ravi-msi/practicegit | PracticeGit/PracticeGit/Views/Home/Index.cshtml | PracticeGit/PracticeGit/Views/Home/Index.cshtml | <div class="jumbotron">
<h1>ASP.NET</h1>
<p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS, and JavaScript.</p>
<p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more »</a></p>
</div>
<div class="row">
<div class="col-... | <div class="jumbotron">
<h1>ASP.NET</h1>
<p class="lead">ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS, and JavaScript.</p>
<p><a href="http://asp.net" class="btn btn-primary btn-lg">Learn more »</a></p>
</div>
<div class="row">
<div class="col-... | mit | C# |
bc8cf507ec4e4e3dcd26a5c4be64dc96f9bf0b6a | fix bug in iwad path | edwinj85/ezDoom | ezDoom/Code/GameProcessHandler.cs | ezDoom/Code/GameProcessHandler.cs | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
namespace ezDoom.Code
{
/// <summary>
/// This class handles launching the doom engine with chosen settings.
/// </summary>
public static class GameProcessHandler
{
/// <summary>
... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
namespace ezDoom.Code
{
/// <summary>
/// This class handles launching the doom engine with chosen settings.
/// </summary>
public static class GameProcessHandler
{
/// <summary>
... | apache-2.0 | C# |
28fa40e30622751277f84cffb51f9545630f19d2 | Add compiled regex | kenny-evitt/AttributeRouting,modulexcite/AttributeRouting,modulexcite/AttributeRouting,mccalltd/AttributeRouting,yonglehou/AttributeRouting,kenny-evitt/AttributeRouting,yonglehou/AttributeRouting,mccalltd/AttributeRouting | src/AttributeRouting/Constraints/RegexRouteConstraintBase.cs | src/AttributeRouting/Constraints/RegexRouteConstraintBase.cs | using System.Collections.Generic;
using System.Text.RegularExpressions;
using AttributeRouting.Helpers;
namespace AttributeRouting.Constraints
{
/// <summary>
/// Constraints a url parameter by a regular expression.
/// </summary>
public abstract class RegexRouteConstraintBase : IAttributeRou... | using System.Collections.Generic;
using System.Text.RegularExpressions;
using AttributeRouting.Helpers;
namespace AttributeRouting.Constraints
{
/// <summary>
/// Constraints a url parameter by a regular expression.
/// </summary>
public abstract class RegexRouteConstraintBase : IAttributeRou... | mit | C# |
37b0aed970589dd00a2b7d5350bec3bd80af1e9d | Initialize scope context properly | Elders/Cronus,Elders/Cronus | src/NMSD.Cronus/Messaging/MessageHandleScope/ScopeContext.cs | src/NMSD.Cronus/Messaging/MessageHandleScope/ScopeContext.cs | using System;
using System.Collections.Generic;
namespace NMSD.Cronus.Messaging.MessageHandleScope
{
public class ScopeContext : IScopeContext
{
Dictionary<string, Dictionary<Type, object>> context = new Dictionary<string, Dictionary<Type, object>>();
public ScopeContext()
{
... | using System;
using System.Collections.Generic;
namespace NMSD.Cronus.Messaging.MessageHandleScope
{
public class ScopeContext : IScopeContext
{
Dictionary<string,Dictionary<Type, object>> context = new Dictionary<string,Dictionary<Type, object>>();
public void Set<T>(T obj)
... | apache-2.0 | C# |
a6e3baf667841c293113ae3271afd8a466acc7a8 | Fix bug with Avalonia message window not closing | Deadpikle/NetSparkle,Deadpikle/NetSparkle | src/NetSparkle.UI.Avalonia/MessageNotificationWindow.xaml.cs | src/NetSparkle.UI.Avalonia/MessageNotificationWindow.xaml.cs | using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
using Avalonia.Media.Imaging;
using NetSparkleUpdater.UI.Avalonia.ViewModels;
namespace NetSparkleUpdater.UI.Avalonia
{
/// <summary>
/// Interaction logic for MessageNotificationWindow.xaml.
///
/// Window that shows a single messa... | using Avalonia;
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
using Avalonia.Media.Imaging;
using NetSparkleUpdater.UI.Avalonia.ViewModels;
namespace NetSparkleUpdater.UI.Avalonia
{
/// <summary>
/// Interaction logic for MessageNotificationWindow.xaml.
///
/// Window that shows a single messa... | mit | C# |
fffbbbeb5fc5a2aab6a7e862fed19b75c12013c4 | Make FindContent return type nullable (#12545) | arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,abjerner/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,marcemarc/Umbraco-CMS,marcemarc/U... | src/Umbraco.Web.Common/Controllers/IVirtualPageController.cs | src/Umbraco.Web.Common/Controllers/IVirtualPageController.cs | using Microsoft.AspNetCore.Mvc.Filters;
using Umbraco.Cms.Core.Models.PublishedContent;
namespace Umbraco.Cms.Web.Common.Controllers;
/// <summary>
/// Used for custom routed controllers to execute within the context of Umbraco
/// </summary>
public interface IVirtualPageController
{
/// <summary>
/// ... | using Microsoft.AspNetCore.Mvc.Filters;
using Umbraco.Cms.Core.Models.PublishedContent;
namespace Umbraco.Cms.Web.Common.Controllers;
/// <summary>
/// Used for custom routed controllers to execute within the context of Umbraco
/// </summary>
public interface IVirtualPageController
{
/// <summary>
/// ... | mit | C# |
1bc5fce1c54c3bdd6a358cf04efdb8667a40ba33 | Change to interface | AlexanderSher/RTVS,MikhailArkhipov/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,karthiknadig/RTVS,AlexanderSher/RTVS,MikhailArkhipov/RTVS,karthiknadig/RTVS,MikhailArkhipov/RTVS,MikhailArkhipov/RTVS,karthikn... | src/Package/Impl/ProjectSystem/Configuration/IProjectConfigurationSettingsAccess.cs | src/Package/Impl/ProjectSystem/Configuration/IProjectConfigurationSettingsAccess.cs | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using Microsoft.R.Components.Application.Configuration;
namespace Microsoft.VisualStudio.R.Package.ProjectSystem.Configuration {
/// <summary>
... | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using Microsoft.R.Components.Application.Configuration;
namespace Microsoft.VisualStudio.R.Package.ProjectSystem.Configuration {
/// <summary>
... | mit | C# |
7b7458b7668d0a599391846fab3ce0579d2322b6 | Refactor seq for empty vectors | ajlopez/ClojSharp | Src/ClojSharp.Core/Forms/Seq.cs | Src/ClojSharp.Core/Forms/Seq.cs | namespace ClojSharp.Core.Forms
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ClojSharp.Core.Language;
public class Seq : BaseUnaryForm
{
public override object EvaluateForm(IContext context, IL... | namespace ClojSharp.Core.Forms
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ClojSharp.Core.Language;
public class Seq : BaseUnaryForm
{
public override object EvaluateForm(IContext context, IL... | mit | C# |
bcad3511b3d9fe60bdb519bbcc94f31d03a1ae7a | Update version to 104.3.3 | rivy/RestSharp,eamonwoortman/RestSharp.Unity,kouweizhong/RestSharp,restsharp/RestSharp,KraigM/RestSharp,dgreenbean/RestSharp,lydonchandra/RestSharp,fmmendo/RestSharp,chengxiaole/RestSharp,amccarter/RestSharp,periface/RestSharp,jiangzm/RestSharp,dmgandini/RestSharp,cnascimento/RestSharp,rucila/RestSharp,mattleibow/RestS... | RestSharp/SharedAssemblyInfo.cs | RestSharp/SharedAssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System;
// 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: Ass... | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System;
// 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: Ass... | apache-2.0 | C# |
d9823c032446bef4a2b7697d2c2042db9eb5c698 | Fix typo in docs | ForNeVeR/TankDriver | TankDriver.App/Models/IModel.cs | TankDriver.App/Models/IModel.cs | using Microsoft.Xna.Framework.Graphics;
using TankDriver.Logic;
namespace TankDriver.Models
{
/// <summary>
/// Interface for graphical model.
/// </summary>
interface IModel
{
/// <summary>
/// Returns unit associated with this model.
/// </summary>
/// <returns>Unit.</returns>
IUnit GetUnit();
///... | using Microsoft.Xna.Framework.Graphics;
using TankDriver.Logic;
namespace TankDriver.Models
{
/// <summary>
/// Interface for graphical model.
/// </summary>
interface IModel
{
/// <summary>
/// Returls unit associated with this model.
/// </summary>
/// <returns>Unit.</returns>
IUnit GetUnit();
///... | mit | C# |
5cc36ae98d6de3064307542f6d08dc4c96408fcf | fix video parser test | smbc-digital/iag-webapp,smbc-digital/iag-webapp,smbc-digital/iag-webapp | test/StockportWebappTests/Unit/Parsers/VideoTagParserTest.cs | test/StockportWebappTests/Unit/Parsers/VideoTagParserTest.cs | using System.Text;
using FluentAssertions;
using StockportWebapp.Parsers;
using Xunit;
namespace StockportWebappTests_Unit.Unit.Parsers
{
public class VideoTagParserTest
{
private readonly VideoTagParser _parser;
public VideoTagParserTest()
{
_parser = new VideoTagParser()... | using System.Text;
using FluentAssertions;
using StockportWebapp.Parsers;
using Xunit;
namespace StockportWebappTests_Unit.Unit.Parsers
{
public class VideoTagParserTest
{
private readonly VideoTagParser _parser;
public VideoTagParserTest()
{
_parser = new VideoTagParser()... | mit | C# |
dfb5e474a1631743cd6298ae2cab5120f115dd90 | Add translation support to the settings dialog. | PintaProject/WebPAddin | WebPAddin/WebPSettingsDialog.cs | WebPAddin/WebPSettingsDialog.cs | //
// WebPSettingsDialog.cs
//
// Author:
// Cameron White <cameronwhite91@gmail.com>
//
// Copyright (c) 2013 Cameron White
//
// 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 withou... | //
// WebPSettingsDialog.cs
//
// Author:
// Cameron White <cameronwhite91@gmail.com>
//
// Copyright (c) 2013 Cameron White
//
// 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 withou... | mit | C# |
7e48d6b1bb62e59b60e8073bb08092d2f16e8fd5 | Update SerializerException.cs | tiksn/TIKSN-Framework | TIKSN.Core/Serialization/SerializerException.cs | TIKSN.Core/Serialization/SerializerException.cs | using System;
using System.Runtime.Serialization;
namespace TIKSN.Serialization
{
[Serializable]
public class SerializerException : Exception
{
public SerializerException()
{
}
public SerializerException(string message) : base(message)
{
}
public S... | using System;
namespace TIKSN.Serialization
{
[Serializable]
public class SerializerException : Exception
{
public SerializerException()
{
}
public SerializerException(string message) : base(message)
{
}
public SerializerException(string message, E... | mit | C# |
5b692915be98de0c3d17399f96b2dddcb4b472bf | Add required type | 2yangk23/osu,EVAST9919/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,peppy/osu,2yangk23/osu,NeoAdonis/osu,ZLima12/osu,johnneijzen/osu,EVAST9919/osu,smoogipoo/osu,peppy/osu,smoogipooo/osu,ZLima12/osu,johnneijzen/osu,ppy/osu,UselessToucan/osu,ppy/osu,peppy/osu-new,UselessToucan/osu,peppy/osu,NeoAdonis/osu,Useless... | osu.Game.Rulesets.Osu.Tests/TestSceneGameplayCursor.cs | osu.Game.Rulesets.Osu.Tests/TestSceneGameplayCursor.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
u... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
u... | mit | C# |
83bb31a63920de8d98ceb61d9b16c73ab8dbcfd3 | Remove unnecessary unit test | yozora-hitagi/Saber,Launchify/Launchify,derekforeman/Wox,dstiert/Wox,apprentice3d/Wox,derekforeman/Wox,AlexCaranha/Wox,vebin/Wox,AlexCaranha/Wox,jondaniels/Wox,AlexCaranha/Wox,JohnTheGr8/Wox,kdar/Wox,kdar/Wox,gnowxilef/Wox,kayone/Wox,derekforeman/Wox,danisein/Wox,renzhn/Wox,zlphoenix/Wox,jondaniels/Wox,18098924759/Wox,... | Wox.Test/Plugins/PluginInitTest.cs | Wox.Test/Plugins/PluginInitTest.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Moq;
using NUnit.Framework;
using Wox.Core.Exception;
using Wox.Core.Plugin;
using Wox.Plugin;
namespace Wox.Test.Plugins
{
[TestFixture]
public class PluginInitTest
{
[Test]
public void PublicAPII... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Moq;
using NUnit.Framework;
using Wox.Core.Exception;
using Wox.Core.Plugin;
using Wox.Plugin;
namespace Wox.Test.Plugins
{
[TestFixture]
public class PluginInitTest
{
[Test]
public void CouldNotFi... | mit | C# |
25623b8bbffd5e0223f43352c0406b29ee9beaea | Enable use of value types as for models. | EzyWebwerkstaden/n2cms,nimore/n2cms,bussemac/n2cms,VoidPointerAB/n2cms,EzyWebwerkstaden/n2cms,SntsDev/n2cms,nicklv/n2cms,SntsDev/n2cms,VoidPointerAB/n2cms,bussemac/n2cms,SntsDev/n2cms,bussemac/n2cms,SntsDev/n2cms,nimore/n2cms,EzyWebwerkstaden/n2cms,nicklv/n2cms,n2cms/n2cms,EzyWebwerkstaden/n2cms,DejanMilicic/n2cms,buss... | src/Framework/Razor/Web/Mvc/ContentWebViewPageOfT.cs | src/Framework/Razor/Web/Mvc/ContentWebViewPageOfT.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace N2.Web.Mvc
{
/// <remarks>This code is here since it has dependencies on ASP.NET 3.0 which isn't a requirement for N2 in general.</remarks>
public abstract class ContentWebViewPage<TModel> :... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace N2.Web.Mvc
{
/// <remarks>This code is here since it has dependencies on ASP.NET 3.0 which isn't a requirement for N2 in general.</remarks>
public abstract class ContentWebViewPage<TModel> :... | lgpl-2.1 | C# |
821663ffbbb49093e46a213b740c2b97512433f9 | Fix ExportFactoryProvider build and code issues | GuilhermeSa/VisualStudio,github/VisualStudio,Dr0idKing/VisualStudio,amytruong/VisualStudio,mariotristan/VisualStudio,modulexcite/VisualStudio,shaunstanislaus/VisualStudio,yovannyr/VisualStudio,SaarCohen/VisualStudio,radnor/VisualStudio,AmadeusW/VisualStudio,luizbon/VisualStudio,bradthurber/VisualStudio,YOTOV-LIMITED/Vi... | src/GitHub.Exports/Services/ExportFactoryProvider.cs | src/GitHub.Exports/Services/ExportFactoryProvider.cs | using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using GitHub.Exports;
using GitHub.UI;
using GitHub.ViewModels;
namespace GitHub.Services
{
[Export]
public class ExportFactoryProvider
{
[ImportingCo... | using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using GitHub.Exports;
using GitHub.UI;
using GitHub.ViewModels;
namespace GitHub.Services
{
[Export]
public class ExportFactoryProvider
{
[ImportingCo... | mit | C# |
6ec80113cda565365af4441274c0cc736962321f | use the new increment procedure | dinazil/blogsamples,dinazil/blogsamples,dinazil/blogsamples | run_time_code_generation/RpcClientGenerator/Program.cs | run_time_code_generation/RpcClientGenerator/Program.cs | using System;
using System.CodeDom.Compiler;
namespace RpcClientGenerator
{
class MainClass
{
public static void Main (string[] args)
{
var remoteClient = new MockMathOperationsClient ();
var smartClient = ClientGenerator.GenerateRpcClient<IRemoteMathOperations> (remoteClient);
Console.WriteLine (smart... | using System;
using System.CodeDom.Compiler;
namespace RpcClientGenerator
{
class MainClass
{
public static void Main (string[] args)
{
var remoteClient = new MockMathOperationsClient ();
var smartClient = ClientGenerator.GenerateRpcClient<IRemoteMathOperations> (remoteClient);
Console.WriteLine (smart... | mit | C# |
90bf15cee078a1db85f92712961fd28eb2570abe | Update Index.cshtml | sagarika007/OneStop,sagarika007/OneStop | src/dotnetCloudantWebstarter/Views/Home/Index.cshtml | src/dotnetCloudantWebstarter/Views/Home/Index.cshtml | <!DOCTYPE html>
<html>
<head>
<title>OneStop Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" conte... | <!DOCTYPE html>
<html>
<head>
<title>OneStop Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" conte... | apache-2.0 | C# |
b02fb0934f45ca8bcec21b2619acb572cf6270e1 | Add version tag to About form | chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | Core/Other/FormAbout.cs | Core/Other/FormAbout.cs | using System;
using System.Text;
using System.Windows.Forms;
using TweetDck.Core.Controls;
using TweetDck.Core.Utils;
namespace TweetDck.Core.Other{
sealed partial class FormAbout : Form{
private const string GitHubLink = "https://github.com/chylex/TweetDuck";
public FormAbout(){
Init... | using System;
using System.Text;
using System.Windows.Forms;
using TweetDck.Core.Controls;
using TweetDck.Core.Utils;
namespace TweetDck.Core.Other{
sealed partial class FormAbout : Form{
private const string GitHubLink = "https://github.com/chylex/TweetDuck";
public FormAbout(){
Init... | mit | C# |
a7e6c19e61d15a22d665b3405bd62b882988d98f | Remove todo (probably not a consideration going forward) | johnneijzen/osu,peppy/osu-new,DrabWeb/osu,peppy/osu,smoogipoo/osu,johnneijzen/osu,peppy/osu,naoey/osu,naoey/osu,peppy/osu,smoogipooo/osu,ZLima12/osu,ppy/osu,UselessToucan/osu,Frontear/osuKyzer,naoey/osu,NeoAdonis/osu,NeoAdonis/osu,EVAST9919/osu,2yangk23/osu,DrabWeb/osu,ZLima12/osu,ppy/osu,2yangk23/osu,DrabWeb/osu,ppy/o... | osu.Game.Rulesets.Mania/Replays/ManiaReplayFrame.cs | osu.Game.Rulesets.Mania/Replays/ManiaReplayFrame.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.Collections.Generic;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mania.Beatmaps;
using osu.Game.Rulesets.Replays;
using osu.Game.Rulesets.Replay... | // 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.Collections.Generic;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Mania.Beatmaps;
using osu.Game.Rulesets.Replays;
using osu.Game.Rulesets.Replay... | mit | C# |
9fe974152f4bf0a19188d3769443c05b3dc6c984 | remove teleport and mineshot from turret abilities | billtowin/mega-epic-super-tankz,billtowin/mega-epic-super-tankz | modules/myModule/scripts/behaviors/AI/turret/TurretAbility.cs | modules/myModule/scripts/behaviors/AI/turret/TurretAbility.cs | if (!isObject(TurretAbilityBehavior))
{
%template = new BehaviorTemplate(TurretAbilityBehavior);
%template.friendlyName = "AI Ability 'Control'";
%template.behaviorType = "AI";
%template.description = "AI Ability";
}
function TurretAbilityBehavior::onBehaviorAdd(%this)
{
}
function TurretAbilityBehavior... | if (!isObject(TurretAbilityBehavior))
{
%template = new BehaviorTemplate(TurretAbilityBehavior);
%template.friendlyName = "AI Ability 'Control'";
%template.behaviorType = "AI";
%template.description = "AI Ability";
}
function TurretAbilityBehavior::onBehaviorAdd(%this)
{
}
function TurretAbilityBehavior... | mit | C# |
c36fae0b696a5819e6b5a62c0858833f293e9759 | Add new DefaultCacheKey option | exceptionless/Foundatio.Repositories | src/Foundatio.Repositories/Options/CacheOptions.cs | src/Foundatio.Repositories/Options/CacheOptions.cs | using System;
using Foundatio.Repositories.Options;
using Foundatio.Utility;
namespace Foundatio.Repositories {
public static class SetCacheOptionsExtensions {
internal const string CacheEnabledKey = "@CacheEnabled";
public static T Cache<T>(this T options, bool enabled = true) where T : ICommand... | using System;
using Foundatio.Repositories.Options;
using Foundatio.Utility;
namespace Foundatio.Repositories {
public static class SetCacheOptionsExtensions {
internal const string CacheEnabledKey = "@CacheEnabled";
public static T Cache<T>(this T options, bool enabled = true) where T : ICommand... | apache-2.0 | C# |
3ff039d9638fd2f02ba91b2cad338c9601bcb834 | Allow child local functions to be called, and clean up | diryboy/roslyn,gafter/roslyn,tannergooding/roslyn,KirillOsenkov/roslyn,eriawan/roslyn,eriawan/roslyn,stephentoub/roslyn,aelij/roslyn,genlu/roslyn,AmadeusW/roslyn,KevinRansom/roslyn,physhi/roslyn,AlekseyTs/roslyn,dotnet/roslyn,tmat/roslyn,ErikSchierboom/roslyn,CyrusNajmabadi/roslyn,shyamnamboodiripad/roslyn,mgoertz-msft... | src/Analyzers/CSharp/Analyzers/MakeLocalFunctionStatic/MakeLocalFunctionStaticHelper.cs | src/Analyzers/CSharp/Analyzers/MakeLocalFunctionStatic/MakeLocalFunctionStaticHelper.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
usi... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.Collections.Immutable;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Extens... | mit | C# |
8763996a812f5d6f37931b13a243ed6db1ad8e73 | Fix queue deleting | SzymonPobiega/NServiceBus.Bridge | src/NServiceBus.Bridge.AcceptanceTests/Infrastructure/ConfigureEndpointMsmqTransport.cs | src/NServiceBus.Bridge.AcceptanceTests/Infrastructure/ConfigureEndpointMsmqTransport.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Messaging;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.AcceptanceTesting.Support;
public static class ConfigureEndpointMsmqTransport
{
public static TransportExtensions<MsmqTransport> Configure(this TransportExt... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Messaging;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.AcceptanceTesting.Support;
public static class ConfigureEndpointMsmqTransport
{
public static TransportExtensions<MsmqTransport> Configure(this TransportExt... | mit | C# |
f4d7080d01b3c05d27c5d387774cbc84257afc80 | Fix e | paulvanbrenk/nodejstools,mousetraps/nodejstools,avitalb/nodejstools,mjbvz/nodejstools,avitalb/nodejstools,lukedgr/nodejstools,paladique/nodejstools,mousetraps/nodejstools,munyirik/nodejstools,Microsoft/nodejstools,AustinHull/nodejstools,lukedgr/nodejstools,mousetraps/nodejstools,paladique/nodejstools,paulvanbrenk/nodej... | Nodejs/Product/ProjectWizard/NodejsPackageParametersExtension.cs | Nodejs/Product/ProjectWizard/NodejsPackageParametersExtension.cs | //*********************************************************//
// Copyright (c) Microsoft. All rights reserved.
//
// Apache 2.0 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,... | //*********************************************************//
// Copyright (c) Microsoft. All rights reserved.
//
// Apache 2.0 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,... | apache-2.0 | C# |
0e14a28addd5ed322568dee95486679992a42704 | adjust example to new symbol used for host interface. | exodus444/Sanderling,bozoweed/Sanderling,Arcitectus/Sanderling | src/Sanderling/Sanderling.Exe/sample/script/default.cs | src/Sanderling/Sanderling.Exe/sample/script/default.cs | // This is a warp to 0km auto-pilot, making your travels faster and thus safer by directly warping to gates/stations.
while(true)
{
var Measurement = Sanderling?.MemoryMeasurement?.Value;
// from the set of route element markers in the Info Panel pick the one that represents the next Waypoint/System.
// We assume... | // This is a warp to 0km auto-pilot, making your travels faster and thus safer by directly warping to gates/stations.
while(true)
{
var Measurement = HostSanderling?.MemoryMeasurement?.Value;
// from the set of route element markers in the Info Panel pick the one that represents the next Waypoint/System.
// We as... | apache-2.0 | C# |
6c354a2c3d319a0e19a690e6198c50eb6a37923b | Add LocationId to Locations Model | andrelmp/eShopOnContainers,productinfo/eShopOnContainers,andrelmp/eShopOnContainers,albertodall/eShopOnContainers,skynode/eShopOnContainers,dotnet-architecture/eShopOnContainers,productinfo/eShopOnContainers,andrelmp/eShopOnContainers,albertodall/eShopOnContainers,dotnet-architecture/eShopOnContainers,TypeW/eShopOnCont... | src/Services/Location/Locations.API/Model/Locations.cs | src/Services/Location/Locations.API/Model/Locations.cs | namespace Microsoft.eShopOnContainers.Services.Locations.API.Model
{
using MongoDB.Bson;
using MongoDB.Driver.GeoJsonObjectModel;
using System.Collections.Generic;
using MongoDB.Bson.Serialization.Attributes;
public class Locations
{
[BsonRepresentation(BsonType.ObjectId)]
publ... | namespace Microsoft.eShopOnContainers.Services.Locations.API.Model
{
using MongoDB.Bson;
using MongoDB.Driver.GeoJsonObjectModel;
using System.Collections.Generic;
using MongoDB.Bson.Serialization.Attributes;
public class Locations
{
[BsonRepresentation(BsonType.ObjectId)]
publ... | mit | C# |
da8e1869b7bf1feec3a8648d80df83a0d75de5f0 | Check Paramameters, close #2 | villagiuseppe/MovieRenamer | MovieRenamer/Program.cs | MovieRenamer/Program.cs | using System;
using System.Configuration;
using System.IO;
using System.Linq;
namespace MovieRenamer
{
class Program
{
static void Main(string[] args)
{
#region Check Paramameters
string language = Convert.ToString(ConfigurationManager.AppSettings... | using System;
using System.Configuration;
using System.IO;
using System.Linq;
namespace MovieRenamer
{
class Program
{
private static string _language = "en";
static void Main(string[] args)
{
_language = Convert.ToString(ConfigurationManager.AppSettings["language"]);
... | mit | C# |
e70ce98213dcc10f7339e851be6b4c7281152a4e | Add docs about limitation of this option | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Microsoft.AspNetCore.Razor.Language/RazorParserOptions.cs | src/Microsoft.AspNetCore.Razor.Language/RazorParserOptions.cs | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
namespace Microsoft.AspNetCore.Razor.Language
{
public abstract class RazorPars... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
namespace Microsoft.AspNetCore.Razor.Language
{
public abstract class RazorPars... | apache-2.0 | C# |
62df82dc3ac35a01e8b6bce2cd81156ba3a74543 | Use ValidationHelper for email regex | aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template,aspnetboilerplate/module-zero-core-template | aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Models/Account/RegisterViewModel.cs | aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Models/Account/RegisterViewModel.cs | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Abp.Auditing;
using Abp.Authorization.Users;
using Abp.Extensions;
using AbpCompanyName.AbpProjectName.Validation;
namespace AbpCompanyName.AbpProjectName.Web.Models.Account
{
public class RegisterViewModel : IValidatableObject
... | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text.RegularExpressions;
using Abp.Auditing;
using Abp.Authorization.Users;
using Abp.Extensions;
namespace AbpCompanyName.AbpProjectName.Web.Models.Account
{
public class RegisterViewModel : IValidatableObject
{
... | mit | C# |
a3d9b5a75db193c7c36d4f3f4baa888d5fae310b | fix for an unnecessary new operator. | mono/cocos2d-xna,mono/cocos2d-xna,MSylvia/CocosSharp,mono/CocosSharp,haithemaraissia/CocosSharp,zmaruo/CocosSharp,netonjm/CocosSharp,hig-ag/CocosSharp,zmaruo/CocosSharp,TukekeSoft/CocosSharp,TukekeSoft/CocosSharp,hig-ag/CocosSharp,MSylvia/CocosSharp,netonjm/CocosSharp,mono/CocosSharp,haithemaraissia/CocosSharp | tests/tests/classes/tests/EffectsTest/Waves3DDemo.cs | tests/tests/classes/tests/EffectsTest/Waves3DDemo.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cocos2d;
namespace tests
{
public class Waves3DDemo : CCWaves3D
{
public static CCActionInterval actionWithDuration(float t)
{
return new CCWaves3D(5, 40, new CCGridSize(15, 10), t);
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using cocos2d;
namespace tests
{
public class Waves3DDemo : CCWaves3D
{
public new static CCActionInterval actionWithDuration(float t)
{
return new CCWaves3D(5, 40, new CCGridSize(15, 10), t);
... | mit | C# |
ac209086c3203c42e2205f7d02ec657f8159cbe3 | fix product name | telerik/JustMockLite | CommonAssemblyInfo.cs | CommonAssemblyInfo.cs | /*
JustMock Lite
Copyright © 2010-2015 Telerik AD
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 a... | /*
JustMock Lite
Copyright © 2010-2015 Telerik AD
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 a... | apache-2.0 | C# |
32f06f51f506d9020fd0b1a49b43698915d81ce4 | read speechacts and convert them to regular expressions | antic-eye/corporal | Corporal/SpeechAct.cs | Corporal/SpeechAct.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Xml;
namespace Corporal
{
public class SpeechAct
{
private string act;
private string tax;
private Lis... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
namespace Corporal
{
public class SpeechAct
{
private string act;
private string tax;
private List<string> sentences=new List<string>()... | bsd-3-clause | C# |
0ef6684407c3c9c2b075b1eaf4d2afa8c09cec68 | rename will put the name in the dialog | KiameV/rimworld-changedresser,Proxyer/rimworld-changedresser | Source/Dialog_Rename.cs | Source/Dialog_Rename.cs | namespace ChangeDresser
{
class Dialog_Rename : Verse.Dialog_Rename
{
private Building_Dresser Dresser;
public Dialog_Rename(Building_Dresser dresser) : base()
{
this.Dresser = dresser;
base.curName = dresser.Name;
}
protected override void SetN... | namespace ChangeDresser
{
class Dialog_Rename : Verse.Dialog_Rename
{
private Building_Dresser Dresser;
public Dialog_Rename(Building_Dresser dresser) : base()
{
this.Dresser = dresser;
}
protected override void SetName(string name)
{
Dr... | mit | C# |
79da4a36557911d8e2ad7ca24e3851a2e0c61d1b | bump bin version to 1.4 | mooware/mooftpserv | bin/AssemblyInfo.cs | bin/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("mooftpserv")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly... | using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("mooftpserv")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly... | mit | C# |
efb310e67bc1cac53c3f87d18bb016f8a3a20a84 | Update version number. | Damnae/storybrew | editor/Properties/AssemblyInfo.cs | editor/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("storybrew editor")]
[assembly: AssemblyDe... | 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("storybrew editor")]
[assembly: AssemblyDe... | mit | C# |
eb28bf36b6929518ff50f124e0ed6895e3921cab | Update version number. | Damnae/storybrew | editor/Properties/AssemblyInfo.cs | editor/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("storybrew editor")]
[assembly: AssemblyDe... | 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("storybrew editor")]
[assembly: AssemblyDe... | mit | C# |
2cc043ac74401476e26bb568a192795d7d038a0f | Update version number. | Damnae/storybrew | editor/Properties/AssemblyInfo.cs | editor/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("storybrew editor")]
[assembly: AssemblyDe... | 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("storybrew editor")]
[assembly: AssemblyDe... | mit | C# |
04c6243a1e63b83d52a5164d1017096e38677d23 | Remove unused using. | JohanLarsson/Gu.Reactive | Gu.Reactive/Chunk.cs | Gu.Reactive/Chunk.cs | namespace Gu.Reactive
{
using System;
using System.Reactive.Linq;
/// <summary>
/// Helper methods for <see cref="Chunk{T}"/>
/// </summary>
public static class Chunk
{
/// <summary>
/// Add the notifications in source to <paramref name="chunk"/>
/// Then throttle us... | namespace Gu.Reactive
{
using System;
using System.Reactive.Concurrency;
using System.Reactive.Linq;
/// <summary>
/// Helper methods for <see cref="Chunk{T}"/>
/// </summary>
public static class Chunk
{
/// <summary>
/// Add the notifications in source to <paramref name... | mit | C# |
36b95b7f8cbcd2ea9d0960a713a4bdba83e2e402 | Add subjects to ZLE specs. | jgoz/netzmq,jgoz/netzmq,jgoz/netzmq,jgoz/netzmq,jgoz/netzmq | src/tests/ZeroMQ.UnitTests/ZmqLibExceptionSpecs/Properties.cs | src/tests/ZeroMQ.UnitTests/ZmqLibExceptionSpecs/Properties.cs | namespace ZeroMQ.UnitTests.ZmqLibExceptionSpecs
{
using Machine.Specifications;
using ZeroMQ.Proxy;
using ZeroMQ.Sockets;
[Subject(typeof(ZmqLibException))]
class when_error_has_known_posix_error_code
{
protected static ZmqLibException exception;
Because of = () =... | namespace ZeroMQ.UnitTests.ZmqLibExceptionSpecs
{
using Machine.Specifications;
using ZeroMQ.Proxy;
using ZeroMQ.Sockets;
class when_error_has_known_posix_error_code
{
protected static ZmqLibException exception;
Because of = () =>
exception = new ZmqLibExc... | apache-2.0 | C# |
02b8fa97e76564407a0d89960340f83736ebe636 | Update MaxCount.cs | michaeljwebb/Algorithm-Practice | LeetCode/MaxCount.cs | LeetCode/MaxCount.cs | //Find and keep a count of the most occuring number from a list of numbers.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class MaxCount
{
public static void Main(String[] args)
{
int[] nums = { 2, 3, 4, 9, 5, 5, 8, 5, 0 };
FindMaxCount(nums);
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class MaxCount
{
public static void Main(String[] args)
{
int[] nums = { 2, 3, 4, 9, 5, 5, 8, 5, 0 };
FindMaxCount(nums);
}
public static int FindMaxCount(int[] nums)
{
Dictionary... | mit | C# |
7441684e7d8bceda353b56ceac34e8c1672ddcb8 | Move EnvironmentVariableTarget to const member | appharbor/appharbor-cli | src/AppHarbor/Commands/LoginCommand.cs | src/AppHarbor/Commands/LoginCommand.cs | using System;
namespace AppHarbor.Commands
{
public class LoginCommand : ICommand
{
private const string TokenEnvironmentVariable = "AppHarborToken";
private const EnvironmentVariableTarget TokenEnvironmentVariableTarget = EnvironmentVariableTarget.User;
private readonly AccessTokenFetcher _accessTokenFetche... | using System;
namespace AppHarbor.Commands
{
public class LoginCommand : ICommand
{
private const string TokenEnvironmentVariable = "AppHarborToken";
private readonly AccessTokenFetcher _accessTokenFetcher;
private readonly EnvironmentVariableConfiguration _environmentVariableConfiguration;
public LoginCom... | mit | C# |
adf4099128428575ac9585a38a755d8cc68970ac | Fix RouteContext.IsHandled | chimpinano/WebApi,lungisam/WebApi,LianwMS/WebApi,lungisam/WebApi,congysu/WebApi,congysu/WebApi,chimpinano/WebApi,lewischeng-ms/WebApi,scz2011/WebApi,yonglehou/WebApi,lewischeng-ms/WebApi,yonglehou/WebApi,scz2011/WebApi,abkmr/WebApi,LianwMS/WebApi,abkmr/WebApi | vNext/src/Microsoft.AspNet.OData/Routing/ODataRoute.cs | vNext/src/Microsoft.AspNet.OData/Routing/ODataRoute.cs | using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Routing;
using Microsoft.Framework.DependencyInjection;
using Microsoft.OData.Core.UriParser;
using Microsoft.OData.Edm;
using System;
using System.Threading.Tasks;
namespace Microsoft.AspNet.OData.Routing
{
public class ODataRoute : ... | using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Routing;
using Microsoft.Framework.DependencyInjection;
using Microsoft.OData.Core.UriParser;
using Microsoft.OData.Edm;
using System;
using System.Threading.Tasks;
namespace Microsoft.AspNet.OData.Routing
{
public class ODataRoute : ... | mit | C# |
fc0fbc582f24c4f3121dec9b36cee74ec39bf6e3 | Update Dialog.cs | wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,Core2D/Core2D | src/Core2D/ViewModels/Editor/Dialog.cs | src/Core2D/ViewModels/Editor/Dialog.cs | using System;
using System.Collections.Generic;
namespace Core2D.Editor
{
public class Dialog : ViewModelBase
{
private readonly IDialogPresenter _dialogPresenter;
private string _title;
private bool _isOverlayVisible;
private bool _isTitleBarVisible;
private bool _isCl... | using System;
using System.Collections.Generic;
namespace Core2D.Editor
{
public class Dialog : ViewModelBase
{
private IDialogPresenter _dialogPresenter;
private string _title;
private bool _isOverlayVisible;
private bool _isTitleBarVisible;
private bool _isCloseButton... | mit | C# |
291660805f501170229e8883bdc4fce07ba3f9d2 | Hide titlebar in Android visual test activity | ppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,ppy/osu-framework | osu.Framework.Tests.Android/TestGameActivity.cs | osu.Framework.Tests.Android/TestGameActivity.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using Android.App;
using Android.Content.PM;
using Android.OS;
using Android.Views;
using osu.Framework.Android;
namespace osu.Framework.Tests.Android
{
[Activity(M... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using Android.App;
using Android.Content.PM;
using osu.Framework.Android;
namespace osu.Framework.Tests.Android
{
[Activity(MainLauncher = true, ConfigurationChange... | mit | C# |
91ac1637e57b4b2a5acb380b113491b4ce3b55b1 | Add stubs for APFT controller | mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander,mattgwagner/Battery-Commander | Battery-Commander.Web/Controllers/APFTController.cs | Battery-Commander.Web/Controllers/APFTController.cs | using BatteryCommander.Web.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Threading.Tasks;
namespace BatteryCommander.Web.Controllers
{
[Authorize]
public class APFTController : Controller
{
private readonly Database db;
public... | using BatteryCommander.Web.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace BatteryCommander.Web.Controllers
{
[Authorize]
public class APFTController : Controller
{
private readonly Database db;
public APFTController(Database db)
{
... | mit | C# |
7fab068a39b7bec9c0585d8f2d838407c2c77c75 | Add dev comment | Nick-Lucas/EntryPoint,Nick-Lucas/EntryPoint,Nick-Lucas/EntryPoint | src/EntryPoint/Internals/Parser.cs | src/EntryPoint/Internals/Parser.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Reflection;
using EntryPoint.Exceptions;
namespace EntryPoint.Internals {
internal static class Parser {
// Takes the input from the API and orchestrates the process of population
public... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Reflection;
using EntryPoint.Exceptions;
namespace EntryPoint.Internals {
internal static class Parser {
// Takes the input from the API and orchestrates the process of population
public... | mit | C# |
0952daeb93d455341a4e3a6a08f7a74ab5330879 | add some documentation | nerai/CMenu | src/ExampleMenu/FileRecordStore.cs | src/ExampleMenu/FileRecordStore.cs | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace ExampleMenu
{
/// <summary>
/// Stores records to files
/// </summary>
public class FileRecordStore : IRecordStore
{
public FileRecordStore ()
{
RecordDirectory = ".\\Records\\";
}
public ... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace ExampleMenu
{
public class FileRecordStore : IRecordStore
{
public FileRecordStore ()
{
RecordDirectory = ".\\Records\\";
}
public string RecordDirectory
{
get;
set;
}
public voi... | mit | C# |
bbc89dfa9442e186c16985655f443f7eba5fb1a9 | edit position of abstract | DanielaPopova/TelerikAcademy_Homeworks,DanielaPopova/TelerikAcademy_Homeworks,DanielaPopova/TelerikAcademy_Homeworks | C#OOP/OOPPrinciples1_HW/P01.School/People/Person.cs | C#OOP/OOPPrinciples1_HW/P01.School/People/Person.cs | namespace Schools.People
{
using System;
using Schools.Interfaces;
public abstract class Person : IComment
{
private string name;
public Person(string name)
{
this.Name = name;
}
public string Name
{
get
{
... | namespace Schools.People
{
using System;
using Schools.Interfaces;
public class abstract Person : IComment
{
private string name;
public Person(string name)
{
this.Name = name;
}
public string Name
{
get
{
... | mit | C# |
f5eaa0f4b1ba286c0b6609cbefe529f55b305e1d | fix CRLF | signumsoftware/extensions,MehdyKarimpour/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/extensions,MehdyKarimpour/extensions | Signum.Entities.Extensions/MachineLearning/PredictorMessage.cs | Signum.Entities.Extensions/MachineLearning/PredictorMessage.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Signum.Entities.MachineLearning
{
public enum PredictorMessage
{
Csv,
Tsv,
TsvMetadata,
TensorflowProjector,
DownloadCsv,
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Signum.Entities.MachineLearning
{
public enum PredictorMessage
{
Csv,
Tsv,
TsvMetadata,
TensorflowProjector,
DownloadCsv,
DownloadTsv,
... | mit | C# |
ca2ea3b6311e3ca0f03dfb6c9db91edf1f025994 | Fix bug with Back button | nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi.Gui/Controls/LockScreen/PinLockScreenViewModel.cs | WalletWasabi.Gui/Controls/LockScreen/PinLockScreenViewModel.cs | using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using System;
using System.Reactive;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public class PinLockScreenViewModel : ViewModelBase, ILockScreenViewModel
{
private L... | using WalletWasabi.Gui.ViewModels;
using WalletWasabi.Helpers;
using System;
using System.Reactive;
using ReactiveUI;
using System.Reactive.Disposables;
using System.Reactive.Linq;
namespace WalletWasabi.Gui.Controls.LockScreen
{
public class PinLockScreenViewModel : ViewModelBase, ILockScreenViewModel
{
private L... | mit | C# |
63f32392d28457bb3f8844f645ae120c9a0c963b | Remove duplicates from sorted list II - need to do this on paper | Gerula/interviews,Gerula/interviews,Gerula/interviews,Gerula/interviews,Gerula/interviews | LeetCode/remote/remove_duplicate_from_sorted_list_II.cs | LeetCode/remote/remove_duplicate_from_sorted_list_II.cs | // https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/
// Given a sorted linked list, delete all nodes that have duplicate numbers,
// leaving only distinct numbers from the original list.
// https://leetcode.com/submissions/detail/58844735/
//
// Submission Details
// 166 / 166 test cases ... | // https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/
// Given a sorted linked list, delete all nodes that have duplicate numbers,
// leaving only distinct numbers from the original list.
// https://leetcode.com/submissions/detail/58844735/
//
// Submission Details
// 166 / 166 test cases ... | mit | C# |
a40337f8261786733efc9aaa8b16a99fe74b2dfb | Update RequestPreProcessorBehavior.cs | jbogard/MediatR | src/MediatR/Pipeline/RequestPreProcessorBehavior.cs | src/MediatR/Pipeline/RequestPreProcessorBehavior.cs | namespace MediatR.Pipeline
{
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
/// <summary>
/// Behavior for executing all <see cref="IRequestPreProcessor{TRequest}"/> instances before handling a request
/// </summary>
/// <typeparam name="TRequest"></type... | namespace MediatR.Pipeline
{
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
/// <summary>
/// Behavior for executing all <see cref="IRequestPreProcessor{TRequest}"/> instances before handling a request
/// </summary>
/// <typeparam name="TRequest"></type... | apache-2.0 | C# |
2f49ea4bf2bece550161d57fe906c9196d2828a3 | Add icon classes for HttpTasks and FtpTasks. | nuke-build/nuke,nuke-build/nuke,nuke-build/nuke,nuke-build/nuke | source/Nuke.Common/IconClasses.cs | source/Nuke.Common/IconClasses.cs | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Linq;
using Nuke.Common;
using Nuke.Common.Git;
using Nuke.Common.IO;
using Nuke.Common.Tools.DocFx;
using Nuke.Common.Tools.DotCover;
using Nuke.Common.Tools.Dot... | // Copyright Matthias Koch 2017.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Linq;
using Nuke.Common;
using Nuke.Common.Git;
using Nuke.Common.IO;
using Nuke.Common.Tools.DocFx;
using Nuke.Common.Tools.DotCover;
using Nuke.Common.Tools.Dot... | mit | C# |
71cc82e1cd5ae38e1c43e4d41e5153856da3b6b0 | test type rename | Dzmuh/MvcCodeRouting,maxtoroq/MvcCodeRouting | MvcCodeRouting.Tests/Routing/AliasedActionBehavior.cs | MvcCodeRouting.Tests/Routing/AliasedActionBehavior.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using System.Web.Routing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace MvcCodeRouting.Tests.Routing {
[TestClass]
public class ActionNameBehavior {
RouteCollection... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using System.Web.Routing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace MvcCodeRouting.Tests.Routing {
[TestClass]
public class AliasedActionBehavior {
RouteCollect... | apache-2.0 | C# |
a56a0024e6a127155a5f9c109018d87e6a8eb480 | Use default credentials when getting feed items. | mdavid/nuget,mdavid/nuget | NuPack.Core/Repositories/AtomFeedPackageRepository.cs | NuPack.Core/Repositories/AtomFeedPackageRepository.cs | namespace NuPack {
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.ServiceModel.Syndication;
using System.Xml;
using NuPack.Resources;
public class AtomFeedPackageRepository : PackageRepositoryBase {
private Uri _feedU... | namespace NuPack {
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.ServiceModel.Syndication;
using System.Xml;
using NuPack.Resources;
public class AtomFeedPackageRepository : PackageRepositoryBase {
private Uri _feedU... | apache-2.0 | C# |
037fe8ac147941658bbb9292633d36beb22aa841 | simplify Fix definition | acple/ParsecSharp | ParsecSharp/Core/Parser/Implementations/Parser.Fix.cs | ParsecSharp/Core/Parser/Implementations/Parser.Fix.cs | using System;
namespace ParsecSharp.Internal.Parsers
{
internal sealed class Fix<TToken, T> : Parser<TToken, T>
{
private readonly Parser<TToken, T> _parser;
public Fix(Func<Parser<TToken, T>, Parser<TToken, T>> function)
{
this._parser = function(this);
}
... | using System;
namespace ParsecSharp.Internal.Parsers
{
internal sealed class Fix<TToken, T> : Parser<TToken, T>
{
private readonly Parser<TToken, T> _parser;
public Fix(Func<Parser<TToken, T>, Parser<TToken, T>> function)
{
this._parser = function(this);
}
... | mit | C# |
f3993a4339ea987ea3a3a4310e9faee05f491347 | Fix day overflow in voicestats command. | Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW,Midnight-Myth/Mitternacht-NEW | src/NadekoBot/Modules/Utility/VoiceStatsCommands.cs | src/NadekoBot/Modules/Utility/VoiceStatsCommands.cs | using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Modules.Utility.Services;
using Mitternacht.Services;
using System;
using System.Threading.Tasks;
namespace Mitternacht.Modules.Utility
{
public partial class Utility
{
public class VoiceStatsCommands : Mitte... | using Discord;
using Discord.Commands;
using Mitternacht.Common.Attributes;
using Mitternacht.Modules.Utility.Services;
using Mitternacht.Services;
using System;
using System.Threading.Tasks;
namespace Mitternacht.Modules.Utility
{
public partial class Utility
{
public class VoiceStatsCommands : Mitte... | mit | C# |
eeb7bad5496e61351365b3b60a46474542dadc43 | Fix an extremely rare threading issue | awaescher/RepoZ,awaescher/RepoZ | RepoZ.Api/Git/DefaultRepositoryInformationAggregator.cs | RepoZ.Api/Git/DefaultRepositoryInformationAggregator.cs | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RepoZ.Api.Git
{
public class DefaultRepositoryInformationAggregator : IRepositoryInformationAggregator
{
private ObservableCollection<RepositoryView> ... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RepoZ.Api.Git
{
public class DefaultRepositoryInformationAggregator : IRepositoryInformationAggregator
{
private ObservableCollection<RepositoryView> ... | mit | C# |
c74f6645b782ad039205a42aa71320d0ae44ecfa | set version to 0.7 | Dalet/140-speedrun-timer,Dalet/140-speedrun-timer,Dalet/140-speedrun-timer | SharedAssemblyInfo.cs | SharedAssemblyInfo.cs | using System.Reflection;
[assembly: AssemblyVersion("0.7")]
[assembly: AssemblyFileVersion("0.7")]
| using System.Reflection;
[assembly: AssemblyVersion("0.6.1.7")]
[assembly: AssemblyFileVersion("0.6.1.7")]
| unlicense | C# |
055a48a21b9d7c024b356e547022fb197982f7f5 | Set incoming webhook usename to /todo. | Hihaj/SlashTodo,Hihaj/SlashTodo | src/SlashTodo.Web/Api/DefaultSlashCommandHandler.cs | src/SlashTodo.Web/Api/DefaultSlashCommandHandler.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using SlashTodo.Core;
using SlashTodo.Infrastructure.Slack;
namespace SlashTodo.Web.Api
{
public class DefaultSlashCommandHandler : ISlashCommandHandler
{
private readonly IRepository<Cor... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using SlashTodo.Core;
using SlashTodo.Infrastructure.Slack;
namespace SlashTodo.Web.Api
{
public class DefaultSlashCommandHandler : ISlashCommandHandler
{
private readonly IRepository<Cor... | mit | C# |
db553ea85917705441b9559c0a79819f8c98a7a6 | Fix error when seria | dirkrombauts/SpecLogLogoReplacer | UI/SettingsManager.cs | UI/SettingsManager.cs | using System;
using System.IO.Abstractions;
namespace Aim.SpecLogLogoReplacer.UI
{
public class SettingsManager
{
private readonly IFileSystem fileSystem;
public SettingsManager(IFileSystem fileSystem)
{
if (fileSystem == null) throw new ArgumentNullException("fileSystem");
this.fileSyst... | using System;
using System.IO.Abstractions;
namespace Aim.SpecLogLogoReplacer.UI
{
public class SettingsManager
{
private readonly IFileSystem fileSystem;
public SettingsManager(IFileSystem fileSystem)
{
if (fileSystem == null) throw new ArgumentNullException("fileSystem");
this.fileSyst... | isc | C# |
6d380a3ffa02497f2f102e8ca72c5e4f1108678f | Update PersonMap.cs | NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework,NakedObjectsGroup/NakedObjectsFramework | Test/AdventureWorksFunctionalModel/Mapping/PersonMap.cs | Test/AdventureWorksFunctionalModel/Mapping/PersonMap.cs | using System.Data.Entity.ModelConfiguration;
using AW.Types;
namespace AW.Mapping
{
public class PersonMap : EntityTypeConfiguration<Person>
{
public PersonMap()
{
// Primary Key
HasKey(t => t.BusinessEntityID);
//Ignores
//Ignores
//... | using System.Data.Entity.ModelConfiguration;
using AW.Types;
namespace AW.Mapping
{
public class PersonMap : EntityTypeConfiguration<Person>
{
public PersonMap()
{
// Primary Key
HasKey(t => t.BusinessEntityID);
//Ignores
Ignore(t => t.ContactTyp... | apache-2.0 | C# |
c38951faeee5349be8989b140b8ea4320d1b4d5f | Support for null GameObjects in NetMessages | fomalsd/unitystation,Necromunger/unitystation,fomalsd/unitystation,Necromunger/unitystation,krille90/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,krille90/unitystation,Necromunger/unitystation,Necromunger/unitystation,krille90/unitystation,Necromunger/unitystation,fomalsd/unitystation,fom... | UnityProject/Assets/Scripts/Messages/GameMessageBase.cs | UnityProject/Assets/Scripts/Messages/GameMessageBase.cs | using System.Collections;
using System.Reflection;
using UnityEngine;
using UnityEngine.Networking;
public abstract class GameMessageBase : MessageBase
{
public GameObject NetworkObject;
public GameObject[] NetworkObjects;
public abstract IEnumerator Process();
protected IEnumerator WaitFor(NetworkInstanceId id... | using System.Collections;
using System.Reflection;
using UnityEngine;
using UnityEngine.Networking;
public abstract class GameMessageBase : MessageBase
{
public GameObject NetworkObject;
public GameObject[] NetworkObjects;
public abstract IEnumerator Process();
protected IEnumerator WaitFor(NetworkInstanceId id... | agpl-3.0 | C# |
608958b18669277c9b306d03e7a21ce4746ba3ab | Remove unused setter in interface type | ppy/osu,peppy/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipooo/osu,smoogipoo/osu,peppy/osu,NeoAdonis/osu,NeoAdonis/osu | osu.Game/Users/IUser.cs | osu.Game/Users/IUser.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Database;
namespace osu.Game.Users
{
public interface IUser : IHasOnlineID<int>
{
string Username { get; }
bool IsBot { get; }
... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Database;
namespace osu.Game.Users
{
public interface IUser : IHasOnlineID<int>
{
string Username { get; set; }
bool IsBot { get;... | mit | C# |
780c325f5ace77f047c3b7c38968959f64a9f9db | Fix gas for engine run. (#2147) | AntShares/AntShares | src/neo/Wallets/AssetDescriptor.cs | src/neo/Wallets/AssetDescriptor.cs | using Neo.Ledger;
using Neo.Persistence;
using Neo.SmartContract;
using Neo.SmartContract.Native;
using Neo.VM;
using System;
namespace Neo.Wallets
{
public class AssetDescriptor
{
public UInt160 AssetId { get; }
public string AssetName { get; }
public string Symbol { get; }
pub... | using Neo.Ledger;
using Neo.Persistence;
using Neo.SmartContract;
using Neo.SmartContract.Native;
using Neo.VM;
using System;
namespace Neo.Wallets
{
public class AssetDescriptor
{
public UInt160 AssetId { get; }
public string AssetName { get; }
public string Symbol { get; }
pub... | mit | C# |
e2ab39749582cee034ce4747e2c8887db4c2598f | Make SoundManager Singleton? Maybe? | RamiAhmed/NGJ16 | Assets/Scripts/SoundManager.cs | Assets/Scripts/SoundManager.cs | namespace Game
{
using UnityEngine;
using System.Collections.Generic;
public class SoundManager : MonoBehaviour
{
public static SoundManager instance;
public SoundFx[] soundFx;
public AudioClip[] backgroundMusic = new AudioClip[0];
public AudioSource backgroundPlayer;
public Audio... | namespace Game
{
using UnityEngine;
using System.Collections.Generic;
public class SoundManager : MonoBehaviour
{
public SoundFx[] soundFx;
public AudioClip[] backgroundMusic = new AudioClip[0];
public AudioSource backgroundPlayer;
public AudioSource fxPlayer;
[Range(0f, 1f)]
pu... | mit | C# |
209d9483e363e86100b4b3a6f2063f561cf724c1 | Update 20180327.LuckWheelManager.cs | twilightspike/cuddly-disco,twilightspike/cuddly-disco | main/20180327.LuckWheelManager.cs | main/20180327.LuckWheelManager.cs | using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System.Collections.Generic;
using System;
public class LuckWheelManager: MonoBehaviour{
/*stuffset*/
private bool _beStarted;
private float[] _angleSector;
private float _angleFinal;
private float _angleBegin;
private float _lerpRotateTim... | using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System.Collections.Generic;
using System;
public class LuckWheelManager: MonoBehaviour{
/*stuffset*/
private bool _beStarted;
private float[] _angleSector;
private float _angleFinal;
private float _angleBegin;
private float _lerpRotateTim... | mit | C# |
27a97f31cf6fbc1e6c40040aad1a4c506cd52528 | Use parallelism for puzzle 10 | martincostello/project-euler | src/ProjectEuler/Puzzles/Puzzle010.cs | src/ProjectEuler/Puzzles/Puzzle010.cs | // Copyright (c) Martin Costello, 2015. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.ProjectEuler.Puzzles
{
using System;
using System.Linq;
/// <summary>
/// A class representing the sol... | // Copyright (c) Martin Costello, 2015. All rights reserved.
// Licensed under the Apache 2.0 license. See the LICENSE file in the project root for full license information.
namespace MartinCostello.ProjectEuler.Puzzles
{
using System;
/// <summary>
/// A class representing the solution to <c>https://pro... | apache-2.0 | C# |
f4e41b0cebbb418ee19822172587495decf4515d | Fix compile error AssemblyVersion("1.7.0.0-pre1") -> AssemblyVersion("1.7.0.0") | mono/CocosSharp,mono/CocosSharp | src/Properties/AssemblyInfo.cs | src/Properties/AssemblyInfo.cs | using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
// 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.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
// 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... | mit | C# |
1bae23c584f517777489aef0cd23cfc7ff52107f | Add ikey placeholder to setup() call | Microsoft/ApplicationInsights-Xamarin | ApplicationInsightsXamarinSDK/DemoApp/XamarinTest.cs | ApplicationInsightsXamarinSDK/DemoApp/XamarinTest.cs | using System;
using Xamarin.Forms;
using AI.XamarinSDK.Abstractions;
namespace XamarinTest
{
public class App : Application
{
public App ()
{
var mainNav = new NavigationPage (new XamarinTestMasterView ());
MainPage = mainNav;
}
protected override void OnStart ()
{
ApplicationInsights.Setup ("<Y... | using System;
using Xamarin.Forms;
using AI.XamarinSDK.Abstractions;
namespace XamarinTest
{
public class App : Application
{
public App ()
{
var mainNav = new NavigationPage (new XamarinTestMasterView ());
MainPage = mainNav;
}
protected override void OnStart ()
{
ApplicationInsights.Setup ("")... | mit | C# |
5bb659e9e6200a342a9519b6bedb2b44ce57047d | Use IDtoModelMapper instead of IMapper in change sets controller | bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework,bit-foundation/bit-framework | Apps/BitChangeSetManager/Api/ChangeSetsController.cs | Apps/BitChangeSetManager/Api/ChangeSetsController.cs | using System.Linq;
using BitChangeSetManager.DataAccess;
using BitChangeSetManager.Dto;
using BitChangeSetManager.Model;
using Foundation.Api.ApiControllers;
namespace BitChangeSetManager.Api
{
public class ChangeSetsController : DefaultDtoSetController<ChangeSet, ChangeSetDto>
{
private readonly IBit... | using System.Linq;
using BitChangeSetManager.DataAccess;
using BitChangeSetManager.Dto;
using BitChangeSetManager.Model;
using Foundation.Api.ApiControllers;
using AutoMapper;
using AutoMapper.QueryableExtensions;
namespace BitChangeSetManager.Api
{
public class ChangeSetsController : DefaultDtoSetController<Chan... | mit | C# |
35d9bc19a16a0e39ef72373c0312a8aca6733c1c | Add methods | sakapon/Samples-2016,sakapon/Samples-2016 | BindingSample/DynamicBindingWpf/DynamicNotifiable.cs | BindingSample/DynamicBindingWpf/DynamicNotifiable.cs | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Dynamic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace DynamicBindingWpf
{
public static class DynamicNotifiable
{
public static DynamicNotifiable<T> ToDynamicNot... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Dynamic;
using System.Linq;
using System.Threading.Tasks;
namespace DynamicBindingWpf
{
public static class DynamicNotifiable
{
public static DynamicNotifiable<T> ToDynamicNotifiable<T>(this T target) ... | mit | C# |
b97b4069c006fa54a7deeddc61b1b234cc058302 | Fix typo committed by mistake | valfirst/selenium,SeleniumHQ/selenium,titusfortner/selenium,joshmgrant/selenium,joshmgrant/selenium,HtmlUnit/selenium,titusfortner/selenium,titusfortner/selenium,HtmlUnit/selenium,joshmgrant/selenium,HtmlUnit/selenium,SeleniumHQ/selenium,SeleniumHQ/selenium,titusfortner/selenium,HtmlUnit/selenium,SeleniumHQ/selenium,va... | dotnet/src/webdriver/Firefox/FirefoxAndroidOptions.cs | dotnet/src/webdriver/Firefox/FirefoxAndroidOptions.cs | // <copyright file="FirefoxAndroidOptions.cs" company="WebDriver Committers">
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this fi... | // <copyright file="FirefoxAndroidOptions.cs" company="WebDriver Committers">
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this fi... | apache-2.0 | C# |
fb0eadd1e63d9fe56da331f1332d33f9d0f1f202 | Add comments for F.Negate | farity/farity | Farity/Negate.cs | Farity/Negate.cs | using System;
namespace Farity
{
public static partial class F
{
/// <summary>
/// Negates a numeric value. Does not work with unsigned types.
/// </summary>
/// <typeparam name="T">The data type of the value to negate.</typeparam>
/// <param name="n">The value to be ne... | using System;
namespace Farity
{
public static partial class F
{
public static T Negate<T>(T n)
where T : struct,
IComparable,
IComparable<T>,
IConvertible,
IEquatable<T>,
IFormattable => Operator<T>.Negate(n);
}
} | mit | C# |
725d8292d379b62b37a887bd70f2d753fb1c5c5b | Load contacts asynchronously. | HenriqueRocha/gtkcontacts | ContactsPresenter.cs | ContactsPresenter.cs | using System;
using System.Runtime.Remoting.Messaging;
using ContactsSharp.Data;
namespace ContactsSharp
{
class ContactsPresenter
{
ContactsView view;
ContactsRepository repository;
delegate ContactList ContactsAsyncLoader(ContactsRepository repo);
public ContactsPresenter(ContactsView view, ContactsReposi... | using ContactsSharp.Data;
namespace ContactsSharp
{
class ContactsPresenter
{
ContactsView view;
ContactsRepository repository;
public ContactsPresenter(ContactsView view, ContactsRepository repository)
{
this.view = view;
this.repository = repository;
}
public void OnViewInitialized()
{
Con... | mit | C# |
6b8dc1f5657a376f56474bb892609a870b2c6274 | Update test name | zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | test/ImGui.ControlTest/TextBoxFacts.cs | test/ImGui.ControlTest/TextBoxFacts.cs | using ImGui;
using Xunit;
namespace ImGui.ControlTest
{
public class TextBoxTest
{
public TextBoxTest()
{
Application.IsRunningInUnitTest = true;
Application.InitSysDependencies();
}
[Fact]
public void TestBoxWorksCorrectly()
{
... | using ImGui;
using Xunit;
namespace ImGui.ControlTest
{
public class TextBoxTest
{
public TextBoxTest()
{
Application.IsRunningInUnitTest = true;
Application.InitSysDependencies();
}
[Fact]
public void TestBoxWorksCorrectly()
{
... | agpl-3.0 | C# |
c7ec1df29c67f785e850447449ecd949ede58f16 | Change properties to getters only | skarpdev/dotnetcore-hubspot-client | src/HubSpotException.cs | src/HubSpotException.cs | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
namespace Skarp.HubSpotClient
{
[Serializable]
public class HubSpotException : Exception
{
public HttpResponseMessage Response { get; }
public string RawJsonResponse { get; }
public HubSpotE... | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Text;
namespace Skarp.HubSpotClient
{
[Serializable]
public class HubSpotException : Exception
{
private HttpResponseMessage response;
public string RawJsonResponse { get; set; }
public HubSpotExce... | mit | C# |
fb5a5915918a0af72dade4aa61e58deae77799d6 | Update Assets/UnitySkidmarks/WheelSkid.cs | Nition/UnitySkidmarks | Assets/UnitySkidmarks/WheelSkid.cs | Assets/UnitySkidmarks/WheelSkid.cs | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// Example skid script. Put this on a WheelCollider.
// Copyright 2017 Nition, BSD licence (see LICENCE file). http://nition.co
[RequireComponent(typeof(WheelCollider))]
public class WheelSkid : MonoBehaviour {
// INSPECTOR SETTINGS
[S... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// Example skid script. Put this on a WheelCollider.
// Copyright 2017 Nition, BSD licence (see LICENCE file). http://nition.co
[RequireComponent(typeof(WheelCollider))]
public class WheelSkid : MonoBehaviour {
// INSPECTOR SETTINGS
[S... | bsd-2-clause | C# |
68b3051e7f2737634053a64a76b2d6c8879a4a6d | Add [Serializable] to fix issue 1818 | skbkontur/NuGetGallery,grenade/NuGetGallery_download-count-patch,projectkudu/SiteExtensionGallery,mtian/SiteExtensionGallery,skbkontur/NuGetGallery,mtian/SiteExtensionGallery,ScottShingler/NuGetGallery,projectkudu/SiteExtensionGallery,ScottShingler/NuGetGallery,grenade/NuGetGallery_download-count-patch,grenade/NuGetGal... | src/NuGetGallery/Services/StatisticsReportNotFoundException.cs | src/NuGetGallery/Services/StatisticsReportNotFoundException.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace NuGetGallery
{
/// <summary>
/// Exception thrown when the stats report is not found.
/// </summary>
[Serializable]
public class StatisticsReportNotFoundException : Exception
{
public Stat... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace NuGetGallery
{
/// <summary>
/// Exception thrown when the stats report is not found.
/// </summary>
public class StatisticsReportNotFoundException : Exception
{
public StatisticsReportNotFoun... | apache-2.0 | C# |
a7d34c052d99b0e28b1f1140a6ed3e982eae39d1 | Add DateTime WeekOfMonth helper | eleven41/Eleven41.Helpers | Eleven41.Helpers/DateTimeHelper.cs | Eleven41.Helpers/DateTimeHelper.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Eleven41.Helpers
{
public static class DateTimeHelper
{
// Our base is the same as the standard unix file base
private static DateTime _base = new DateTime(1970, 1, 1);
public static DateTime FromUnixTime(int dt)
... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Eleven41.Helpers
{
public static class DateTimeHelper
{
// Our base is the same as the standard unix file base
private static DateTime _base = new DateTime(1970, 1, 1);
public static DateTime FromUnixTime(int dt)
... | mit | C# |
5150f89f2bafb2f258293dd6c55f41b7af13478e | Document Encoding.cs a little | jonathanvdc/flame-llvm,jonathanvdc/flame-llvm,jonathanvdc/flame-llvm | stdlib/system-text/Encoding.cs | stdlib/system-text/Encoding.cs | namespace System.Text
{
/// <summary>
/// A base class for character codecs.
/// </summary>
public abstract class Encoding
{
/// <summary>
/// Returns the number of bytes required to encode a range of characters in
/// a character array.
/// </summary>
/// <pa... | namespace System.Text
{
/// <summary>
/// A base class for character codecs.
/// </summary>
public abstract class Encoding
{
/// <summary>
/// Returns the number of bytes required to encode a range of characters in
/// a character array.
/// </summary>
/// <pa... | mit | C# |
d1902874775a7a907cc0d7f68bbe024491be3f43 | simplify RunScript call in Sample.Json example | mcdis/SharpChakra | src/Sample.Json/Program.cs | src/Sample.Json/Program.cs | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SharpChakra;
using SharpChakra.Json;
namespace Sample.Json
{
class Program
{
static void Main(string[] _args)
{
using (var runtime = JavaScriptRuntime.Create())
using (new JavaScriptContext.Scope(runtime.CreateC... | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SharpChakra;
using SharpChakra.Json;
namespace Sample.Json
{
class Program
{
static void Main(string[] _args)
{
using (var runtime = JavaScriptRuntime.Create())
using (new JavaScriptContext.Scope(runtime.CreateC... | mit | C# |
4e69fd403c8352d6baae14a58ed46034b23e01f9 | Comment out failing test to see AppVeyor results. | ThatCSharpGuy/Jirapi | Jirapi.Test/TestOne.cs | Jirapi.Test/TestOne.cs | using System;
using System.Threading.Tasks;
using Flurl.Http.Testing;
using Jirapi.Resources;
using NUnit.Framework;
namespace Jirapi.Test
{
[TestFixture]
public class TestOne
{
private HttpTest _flurlTest;
[SetUp]
public void CreateHttpTest()
{
_flurlTest = ne... | using System;
using System.Threading.Tasks;
using Flurl.Http.Testing;
using Jirapi.Resources;
using NUnit.Framework;
namespace Jirapi.Test
{
[TestFixture]
public class TestOne
{
private HttpTest _flurlTest;
[SetUp]
public void CreateHttpTest()
{
_flurlTest = ne... | mit | C# |
5bffa13d60a0c6e5eff0dbdf957dec4e3202c866 | Set Version to 1.4 | chschenk/SVP | SVP/Properties/AssemblyInfo.cs | SVP/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("SV... | 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("SV... | mit | C# |
d2929e72c0a94ff88840aaf73217fb7bd0fce763 | Use correct path | projecteon/thecollection,projecteon/thecollection,projecteon/thecollection,projecteon/thecollection | TheCollection.Web/Services/ImageFilesystemService.cs | TheCollection.Web/Services/ImageFilesystemService.cs | using System;
using System.Drawing;
using System.IO;
using System.Threading.Tasks;
namespace TheCollection.Web.Services
{
public class ImageFilesystemService : IImageService
{
public const string Path = @"C:\src\projecteon\Theedatabase\Afbeeldingen Zakjes\";
public Task<bool> Delet... | using System;
using System.Drawing;
using System.IO;
using System.Threading.Tasks;
namespace TheCollection.Web.Services
{
public class ImageFilesystemService : IImageService
{
public const string Path = @"C:\development\core_testing\testspa\wwwroot\images\";
public Task<bool> Delet... | apache-2.0 | C# |
5b60ab0269720aa14246a474ada2e68d8551db3f | Make DB crash erroes a little easier to find the source | kf6kjg/Anaximander2 | Source/DataReader/DBHelpers.cs | Source/DataReader/DBHelpers.cs | // DBHelpers.cs
//
// Author:
// Ricky Curtice <ricky@rwcproductions.com>
//
// Copyright (c) 2016 Richard Curtice
//
// 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 restric... | // DBHelpers.cs
//
// Author:
// Ricky Curtice <ricky@rwcproductions.com>
//
// Copyright (c) 2016 Richard Curtice
//
// 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 restric... | mit | C# |
e519482e7897046746bec179e37149d15a26d140 | fix SmtpSender service lifetime | lukencode/FluentEmail,lukencode/FluentEmail | src/Senders/FluentEmail.Smtp/FluentEmailSmtpBuilderExtensions.cs | src/Senders/FluentEmail.Smtp/FluentEmailSmtpBuilderExtensions.cs | using FluentEmail.Core.Interfaces;
using FluentEmail.Smtp;
using Microsoft.Extensions.DependencyInjection.Extensions;
using System;
using System.Net;
using System.Net.Mail;
namespace Microsoft.Extensions.DependencyInjection
{
public static class FluentEmailSmtpBuilderExtensions
{
public static FluentE... | using FluentEmail.Core.Interfaces;
using FluentEmail.Smtp;
using Microsoft.Extensions.DependencyInjection.Extensions;
using System;
using System.Net;
using System.Net.Mail;
namespace Microsoft.Extensions.DependencyInjection
{
public static class FluentEmailSmtpBuilderExtensions
{
public static FluentE... | mit | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.