max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
mclone.lib/mclone.cs | iso8859/mclone | 2 | 7064430 | using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes;
using MongoDB.Driver;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Linq;
using Spectre.Console;
namespace mclone.lib
{
public class MongoObject
{
public string Name { get; set; }
publ... |
src/MvcSiteMapBuilder/MvcSiteMapBuilder/ISiteMapNode.cs | ghost1face/Mvc5SiteMapBuilder | 1 | 7064431 | <reponame>ghost1face/Mvc5SiteMapBuilder
using System;
using System.Collections.Generic;
namespace Mvc5SiteMapBuilder
{
public interface ISiteMapNode : ISortable, IEquatable<ISiteMapNode>
{
string Key { get; set; }
string Area { get; set; }
string Controller { get; set; }
string... |
src/GitHubStats/Waiter.cs | ttu/github-pr-stats | 0 | 7064432 | <filename>src/GitHubStats/Waiter.cs
using Serilog;
using System;
namespace GitHubStats
{
public class Waiter
{
private readonly DateTime _epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
public string RateLimitResetTime { get; set; } = string.Empty;
public TimeSpan GetWai... |
MyWebServer/Server/HTTP/Contracts/IHttpCookieCollection.cs | MJordanov81/MyWebServer | 0 | 7064433 | <reponame>MJordanov81/MyWebServer
namespace MyWebServer.Server.HTTP.Contracts
{
using System.Collections.Generic;
public interface IHttpCookieCollection : IEnumerable<HttpCookie>
{
IDictionary<string, HttpCookie> Cookies { get; }
void AddCookie(HttpCookie cookie);
bool ContainsKe... |
labs/lab_03_old_forms_app/Form1.cs | ajohnson96/2019-06-c-sharp-labs | 0 | 7064434 | <filename>labs/lab_03_old_forms_app/Form1.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace lab_03_old_forms_app
{
public part... |
Orm/Xtensive.Orm/Orm/Interfaces/ISessionService.cs | commit-n-run/dataobjects-net | 41 | 7064435 | // Copyright (C) 2010 Xtensive LLC.
// All rights reserved.
// For conditions of distribution and use, see license.
// Created by: <NAME>
// Created: 2010.02.03
namespace Xtensive.Orm
{
/// <summary>
/// A tagging interface marking any <see cref="Session"/>-level service.
/// Session-level services are access... |
server/Widgets/Html/RepeaterGroup.cs | bennidhamma/EmergeTk | 1 | 7064436 | // RepeaterGroup.cs created with MonoDevelop
// User: ben at 23:23 07/03/2008
//
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
//
using System;
namespace EmergeTk.Widgets.Html
{
public class RepeaterGroup
{
Generic header, body, footer;
string field;
public Generic Header ... |
Alexa.NET.APL/JsonConverter/APLDataSourceConverter.cs | shinya-terasaki/Alexa.NET.APL | 0 | 7064437 | using System;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using Alexa.NET.APL.DataSources;
using Alexa.NET.Response.APL;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Alexa.NET.APL.JsonConverter
{
public class APLDataSourceConverter : Newtonsoft.Json.JsonConverter
{... |
MusicPlayer/Logger.cs | Dinand01/MusicPlayer | 6 | 7064438 | <gh_stars>1-10
using NLog;
using NLog.Config;
using NLog.Targets;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MusicPlayer
{
/// <summary>
/// The logger.
/// </summary>
public static class Logger
{
/// <summa... |
FluentBootstrap.Tests/GridsFixture.cs | jbgriffith/FluentBootstrap | 0 | 7064439 | using HtmlAgilityPack;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FluentBootstrap.Tests
{
[TestFixture]
public class GridsFixture
{
[Test]
public void ContainerProducesCorrectHtml()
... |
ControlEntradasTec/ControlEntradasTec/Principal.cs | franciscogonzalez91/ejemploEstacionamiento | 0 | 7064440 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ControlEntradasTec
{
public partial class Principal : Form
{
public Principal(... |
Client/Assets/Scripts/UI/04_World/ConfirmBattleModal.cs | nzhul/game-client | 0 | 7064441 | <reponame>nzhul/game-client
using Assets.Scripts.Data;
using Assets.Scripts.Models;
using Assets.Scripts.UI.Modals;
using NetworkingShared.Packets.World.ClientServer;
using UnityEngine.UI;
public class ConfirmBattleModal : Modal<ConfirmBattleModal>
{
private DataManager _dm;
private Army attackingArmy;
pr... |
spotlight/WordSearch/WordSearcher.cs | revlucio/coding-tests | 0 | 7064442 | <reponame>revlucio/coding-tests
using System.Collections.Generic;
using System.Linq;
namespace WordSearch
{
public class WordSearcher
{
private readonly IWordLoader _wordLoader;
private readonly IRegexBuilder _regexBuilder;
public WordSearcher(IWordLoader wordLoader, IRegexBuilder reg... |
Runtime/Converters/FloatConverter.cs | popcron/string-conversions | 0 | 7064443 | <gh_stars>0
using System.Globalization;
namespace Popcron.Conversion
{
public sealed class FloatConverter : Converter<float>
{
public override float Convert(string value)
{
return (float)ParseDecimal(value);
}
public override string ToString(float value)
{
... |
DiscordBot/GoalHornPoll.cs | joefroh/JetsDiscordBot | 3 | 7064444 | using System;
using System.Collections.Generic;
using ClassLocator;
using Discord;
using Discord.WebSocket;
namespace DiscordBot
{
class GoalHornPoll : IPoller
{
private List<GoalHorn> _goalHorns;
public GoalHornPoll()
{
_goalHorns = new List<GoalHorn>();
}
... |
src/Cimbalino.Toolkit.Core (Portable)/Services/WindowsPhoneStoreServiceAppCategoryNode.cs | mieliespoor/Cimbalino-Toolkit | 100 | 7064445 | // ****************************************************************************
// <copyright file="WindowsPhoneStoreServiceAppCategoryNode.cs" company="<NAME>">
// Copyright © <NAME> 2014
// </copyright>
// ****************************************************************************
// <author><NAME></author>
// <ema... |
src/FubarDev.WebDavServer/Locking/ITimeoutPolicy.cs | ajay-soni-giacom/WebDavServer | 80 | 7064446 | // <copyright file="ITimeoutPolicy.cs" company="Fubar Development Junker">
// Copyright (c) Fubar Development Junker. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using JetBrains.Annotations;
namespace FubarDev.WebDavServer.Locking
{
/// <summary>
/// The policy to se... |
src/Essensoft.AspNetCore.Payment.Alipay/Response/AlipayMarketingToolTaskReceiveResponse.cs | LuohuaRain/payment | 0 | 7064447 | using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Response
{
/// <summary>
/// AlipayMarketingToolTaskReceiveResponse.
/// </summary>
public class AlipayMarketingToolTaskReceiveResponse : AlipayResponse
{
/// <summary>
/// 阶段码。applet_signup任务报名。
... |
UI/CursesContext.cs | zachdeibert/windows-term-profiles | 0 | 7064448 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Mindmagma.Curses;
namespace Com.GitHub.ZachDeibert.WindowsTermProfiles.UI {
class CursesContext : IDisposable {
private bool Disposed;
public readonly IntPtr Screen;
pu... |
02.HW.Loops/02.HW.02.ChooseDrink2/Program.cs | shevkenov/softuni-fund-repo | 0 | 7064449 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _02.HW._02.ChooseDrink2
{
class Program
{
static void Main(string[] args)
{
string profession = Console.ReadLine();
double quantity = double.Par... |
APIService/Controllers/DashboardController.cs | KevinKao809/CDS20 | 0 | 7064450 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using System.IO;
using System.Text;
using sfShareLib;
using System.Threading.Tasks;
using sfAPIService.Models;
using System.Web.Script.Serialization;
using sfAPIService.Filter;
using Swas... |
Assets/Scripts/SceneManager.cs | y3lousso/UQAC_Int3D_VR | 1 | 7064451 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class SceneManager : MonoBehaviour {
public static SceneManager instance;
private void Awake()
{
if (instance != null)
{
Destroy(this.gameObject);
... |
MultipleProtocols.Client/Program.cs | Lybecker/DotNettyPlayground | 17 | 7064452 | using DotNetty.Buffers;
using DotNetty.Codecs;
using DotNetty.Common.Internal.Logging;
using DotNetty.Transport.Bootstrapping;
using DotNetty.Transport.Channels;
using DotNetty.Transport.Channels.Sockets;
using Microsoft.Extensions.Logging.Console;
using MultipleProtocols.Comon;
using System;
using System.Net;
using S... |
Domain.Models/User.cs | bradleyelsmore/prizma_platform | 0 | 7064453 | <gh_stars>0
namespace Prizma.Domain.Models
{
using System;
using System.Collections.Generic;
using Prizma.Domain.Models.Builders;
/// <summary>
/// The user class represents the domain-specific representation of a single user.
/// </summary>
public class User : DomainBase<Guid>
{
... |
Assets/Scripts/Menu/SliderColorLogic.cs | Caseyfam/Rhythm-Project | 0 | 7064454 | <filename>Assets/Scripts/Menu/SliderColorLogic.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SliderColorLogic : MonoBehaviour {
private Color playerColor;
public PlayerMenuImageSetter playerMenuImageSetter;
public int playerNumber;
public StoredColors ... |
game-design/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRunner/Callbacks/RerunCallbackData.cs | adipeterca/game-design-course | 295 | 7064455 | <gh_stars>100-1000
using UnityEditor.TestTools.TestRunner.Api;
using UnityEngine;
using UnityEngine.TestTools.TestRunner.GUI;
namespace UnityEditor.TestTools.TestRunner
{
internal class RerunCallbackData : ScriptableSingleton<RerunCallbackData>
{
[SerializeField]
internal TestRunnerFilter[] run... |
Scripts/General/LevelChanger.cs | cnnmon/good-morning- | 12 | 7064456 | <filename>Scripts/General/LevelChanger.cs
using UnityEngine;
using UnityEngine.SceneManagement;
public class LevelChanger : MonoBehaviour {
public Animator animator;
int levelToLoad;
public void FadeToLevel(int levelNum)
{
levelToLoad = levelNum;
animator.SetTrigger("F... |
tests/GraphQL.EntityFrameworkCore.DynamicLinq.Tests/Utils/Types/GuestType.cs | jiveabillion/GraphQL.EntityFrameworkCore.DynamicLinq | 8 | 7064457 | using System.Diagnostics.CodeAnalysis;
using GraphQL.EntityFrameworkCore.DynamicLinq.Tests.Utils.Entities;
using GraphQL.Types;
namespace GraphQL.EntityFrameworkCore.DynamicLinq.Tests.Utils.Types
{
[ExcludeFromCodeCoverage]
public class GuestType : ObjectGraphType<Guest>
{
public GuestType()
... |
Migrations/ContextModelSnapshot.cs | Drake-Montgomery/Projeto_Drake_Travel_Light | 0 | 7064458 | // <auto-generated />
using System;
using Drake_Travel_Light.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace Drake_Travel_Light.Migra... |
ProcessRunnerService/Hubs/ProcessOverview.cs | DennisCorvers/ProcessRunner | 0 | 7064459 | <gh_stars>0
using Microsoft.AspNetCore.SignalR;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ProcessRunnerService.Hubs
{
public class ProcessOverview : Hub<IProcessOverview>
{
}
}
|
src/Business Modules/Org.App.DataService/CustomerRepository.cs | rjinaga/Web-N-Tier-Architecture | 0 | 7064460 | namespace Org.App.DataService
{
using System;
using System.Collections.Generic;
using System.Linq;
using IocServiceStack;
using Core.Model;
using Org.App.Core.Data;
[Service]
public class CustomerRepository : ICustomerRepository, IDisposable
{
AppDbContext _dbcontext;
... |
YachtKlub/YachtKlub/NewBoatWindow.xaml.cs | mystic997/vizprog | 0 | 7064461 | <gh_stars>0
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using ... |
Source/DotSpatial.Modeling.Forms/Parameters/FileParam.cs | sdrmaps/dotspatial | 0 | 7064462 | <reponame>sdrmaps/dotspatial
// ********************************************************************************************************
// Product Name: DotSpatial.Tools.OpenFileParam
// Description: Double Parameters returned by an ITool allows the tool to specify a range and default value
//
// ***************... |
src/Domain-Driven Design in a Nutshell/Code/Infrastructure/Statistics/Configuration/CarAdViewConfiguration.cs | gnusmas12/MyTested.AspNet.TV | 439 | 7064463 | <filename>src/Domain-Driven Design in a Nutshell/Code/Infrastructure/Statistics/Configuration/CarAdViewConfiguration.cs<gh_stars>100-1000
namespace CarRentalSystem.Infrastructure.Statistics.Configuration
{
using Domain.Dealerships.Models.CarAds;
using Domain.Statistics.Models;
using Identity;
using Mic... |
TreeDim.StackBuilder.Graphic/GraphicsException.cs | siranen/PalletBuilder | 0 | 7064464 | <reponame>siranen/PalletBuilder
#region Using directives
using System;
using System.Collections.Generic;
using System.Text;
#endregion
namespace treeDiM.StackBuilder.Graphics
{
public class GraphicsException : Exception
{
#region Constructor
public GraphicsException()
:... |
Listener_Bot/Listener_Bot/Core/Commands/JoinCall.cs | dop4398/Speech_Recognition | 1 | 7064465 | <filename>Listener_Bot/Listener_Bot/Core/Commands/JoinCall.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Discord;
using Discord.Audio;
using Discord.Commands;
namespace Listener_Bot.Core.Commands
{
public class JoinCall : ModuleBase<SocketCommandContext... |
Source/TMagic/TMagic/TM_CustomPowerDef.cs | Evyatar108/TMagic-Optimized | 0 | 7064466 | <gh_stars>0
using Verse;
using TorannMagic.TMDefs;
namespace TorannMagic
{
public class TM_CustomPowerDef : Def
{
public TM_CustomPower customPower = new TM_CustomPower();
public static TM_CustomPowerDef Named(string defName)
{
return DefDatabase<TM_CustomPowerDef>.GetName... |
FingerPuppet/WSQ/WavletTree.cs | joskraps/FingerPuppet | 0 | 7064467 | <reponame>joskraps/FingerPuppet
namespace FingerPuppet.WSQ
{
public class WavletTree
{
public int invcl;
public int invrw;
public int lenx;
public int leny;
public int x;
public int y;
}
} |
src/HMPPS.Site/Views/Partials/_Scripts.cshtml | glenjamin/hmpps-hub | 2 | 7064468 | @model string
@if (Model == "Chess Game Page")
{
<!-- scripts needed for Chess -->
@System.Web.Optimization.Scripts.Render("~/bundles/chess-scripts.js")
}
@if (Model == "Sudoku Game Page")
{
<!-- scripts needed for Suduko -->
@System.Web.Optimization.Scripts.Render("~/bundles/sudoku-scripts.js")
}
@System.Web.Optimiza... |
src/NadekoBot/Modules/DiscordModule.cs | samdivaio/NadekoBackup | 5 | 7064469 | <filename>src/NadekoBot/Modules/DiscordModule.cs
using Discord.Commands;
using NLog;
namespace NadekoBot.Modules
{
public abstract class DiscordModule : ModuleBase
{
protected Logger _log { get; }
protected string _prefix { get; }
public DiscordModule()
{
string pr... |
SDK/Player/Chips/Game/GameChip.Draw.cs | Can-Bot/hackathon22 | 173 | 7064470 | //
// Copyright (c) <NAME>, Pixel Vision 8. All rights reserved.
//
// Licensed under the Microsoft Public License (MS-PL) except for a few
// portions of the code. See LICENSE file in the project root for full
// license information. Third-party libraries used by Pixel Vision 8 are
// under their own licenses... |
src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.cs | pyracanda/runtime | 9,402 | 7064471 | <filename>src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.cs
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
namespace Test
{
using System;
public class BB
{
public static void Main1()
... |
src/Avalonia.Input/PointerPoint.cs | johnmbaughman/Avalonia | 0 | 7064472 | <filename>src/Avalonia.Input/PointerPoint.cs
namespace Avalonia.Input
{
public sealed class PointerPoint
{
public PointerPoint(IPointer pointer, Point position, PointerPointProperties properties)
{
Pointer = pointer;
Position = position;
Properties = propertie... |
src/QuranX.Persistence/Services/SearchContexts.cs | QuranX/QuranX | 9 | 7064473 | namespace QuranX.Persistence.Services
{
public static class SearchContexts
{
public const string WholeSite = "";
public const string Quran = "quran";
public const string Commentaries = "tafsir";
public const string Hadiths = "hadith";
}
}
|
RestaurantReviews/RestaurantReviewsLibrary/Repositories/IRepository.cs | 1804-Apr-USFdotnet/chahal-manjot-project0 | 0 | 7064474 | <filename>RestaurantReviews/RestaurantReviewsLibrary/Repositories/IRepository.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RestaurantReviewsLibrary.Repositories
{
interface IRepository<T>
{
void Add(T entity); // creat... |
MapWinGIS/Examples/src/MinimalDistance.cs | MapWindow/MapWinGIS-API-Documentation | 0 | 7064475 | <reponame>MapWindow/MapWinGIS-API-Documentation
using System;
using System.IO;
using System.Windows.Forms;
using AxMapWinGIS;
using MapWinGIS;
namespace Examples
{
public partial class MapExamples
{
// <summary>
// Calculates a minimal distance from each building to the river.
// </sum... |
Lazurite/Lazurite.Windows.Statistics/Internal/StatisticsDataItem.cs | noant/Pyrite2 | 55 | 7064476 | using Lazurite.IOC;
using Lazurite.MainDomain;
namespace Lazurite.Windows.Statistics.Internal
{
public class StatisticsDataItem
{
private static readonly UsersRepositoryBase UsersRepository = Singleton.Resolve<UsersRepositoryBase>();
private const char Splitter = '~';
private const ch... |
src/Lykke.Job.CandlesHistoryWriter.Services/Settings/DbSettings.cs | LykkeCity/Lykke.Job.CandlesHistoryWriter | 1 | 7064477 | <filename>src/Lykke.Job.CandlesHistoryWriter.Services/Settings/DbSettings.cs
using Lykke.SettingsReader.Attributes;
namespace Lykke.Job.CandlesHistoryWriter.Services.Settings
{
public class DbSettings
{
[AzureTableCheck]
public string LogsConnectionString { get; set; }
[AzureBlobCheck... |
TagList.WinForms/Controls/TransparentControl.cs | JonathanDDuncan/FerretLib.WinForms | 0 | 7064478 | <reponame>JonathanDDuncan/FerretLib.WinForms
using System.Windows.Forms;
namespace TagList.Controls
{
internal class TransparentControl : Control
{
protected override void OnPaintBackground(PaintEventArgs pevent) { }
protected override void OnPaint(PaintEventArgs e) { }
}
} |
src/XamarinUP2018/XamarinUP2018/ViewModels/HomeViewModel.cs | rodrigopfelix/xamarin_trabalho_adv | 0 | 7064479 | using Prism.Commands;
using Prism.Mvvm;
using Prism.Navigation;
using Prism.Services;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
namespace XamarinUP2018.ViewModels
{
public sealed class HomeViewModel : ViewModelBase
{
p... |
src/Sfa.Tl.ResultsAndCertification.Web/Views/Tlevel/QueriedTlevels.cshtml | SkillsFundingAgency/tl-result-and-certification | 0 | 7064480 | @using Sfa.Tl.ResultsAndCertification.Web.Content.Tlevel
@model Sfa.Tl.ResultsAndCertification.Web.ViewModel.Tlevels.QueriedTlevelsViewModel
@inject Sfa.Tl.ResultsAndCertification.Web.WebConfigurationHelper.IWebConfigurationService ConfigurationService
@{
ViewData["Title"] = QueriedTlevels.Page_Title;
}
@section... |
net.adamec.lib.common.dmn.engine/engine/execution/context/DmnExecutionContextFactory.cs | samuelsen/Common.DMN.Engine | 0 | 7064481 | using System;
using System.Linq;
using net.adamec.lib.common.dmn.engine.engine.definition;
using net.adamec.lib.common.dmn.engine.parser.dto;
namespace net.adamec.lib.common.dmn.engine.engine.execution.context
{
/// <summary>
/// Factory creating the DMN Model execution context from <see cref="DmnModel"/> or ... |
Form1.Designer.cs | jiyongseong/Covid-19 | 0 | 7064482 | <filename>Form1.Designer.cs
namespace Covid_19
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </s... |
VSphere/Models/ViewModels/Host/HostViewModel.cs | caioaugusto1/VCenterVMWare | 0 | 7064483 | using System;
using VSphere.Models.Base;
namespace VSphere.Models
{
public class HostViewModel : BaseViewModel
{
public string Host { get; set; }
public string Name { get; set; }
public string State { get; set; }
public string Power { get; set; }
public string Orige... |
src/SFA.DAS.EmployerCommitmentsV2.Web/Views/TransferRequest/TransferDetailsForSender.cshtml | SkillsFundingAgency/das-employercommitments-v2 | 3 | 7064484 | @inject ILinkGenerator LinkGenerator;
@using SFA.DAS.CommitmentsV2.Shared.Extensions
@using SFA.DAS.EmployerCommitmentsV2.Web.Extensions
@using SFA.DAS.EmployerCommitmentsV2.Web.Models.TransferRequest
@model TransferRequestForSenderViewModel
@{
ViewBag.Title = "Transfer request details";
ViewBag.Section = "ap... |
CKGL/src/Graphics/State/ColourMaskState.cs | turric4n/CKGL | 7 | 7064486 | <reponame>turric4n/CKGL
namespace CKGL
{
public struct ColourMaskState
{
public readonly bool R;
public readonly bool G;
public readonly bool B;
public readonly bool A;
public static ColourMaskState Default { get; private set; }
public static ColourMaskState Current { get; private set; }
#region Stati... |
Controls/GlobalNavigation.ascx.cs | EngageSoftware/Engage-Dashboard | 4 | 7064487 | // <copyright file="GlobalNavigation.ascx.cs" company="Engage Software">
// Engage: Dashboard - http://www.engagemodules.com
// Copyright (c) 2004-2008
// by Engage Software ( http://www.engagesoftware.com )
// </copyright>
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCL... |
src/Windows/Markdown/Editor/Impl/ContainedLanguage/RContainedLanguageHost.cs | skeptycal/RTVS | 429 | 7064488 | // 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.Common.Core;
using Microsoft.Common.Core.UI.Commands;
using Microsoft.Languages.Core.Text;
using Microsoft.Languages.Editor.ContainedLan... |
sdk/databox/Azure.Management.DataBox/src/Generated/Models/JobSecrets.cs | t-vajana/azure-sdk-for-net | 0 | 7064489 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
namespace Azure.Management.DataBox.Models
{
/// <summary> The base class for the secrets. </summary>
public partial class JobSecrets
{
/// <summary> Initializes a... |
Projects/AAXDataEntityPerfTest/ConsoleApp1/Connected Services/D365/AssetMaintenanceFunctionalLocationType.cs | NathanClouseAX/AAXDataEntityPerfTest | 1 | 7064490 | <filename>Projects/AAXDataEntityPerfTest/ConsoleApp1/Connected Services/D365/AssetMaintenanceFunctionalLocationType.cs
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes ... |
BeeSharp/ApiComponents/ApiModels/BroadcastOps/CustomJson/BroadcastOpsCommunities/broadcast_ops_communities_updateProps.cs | NorisBlockchainSolutions/BeeSharp | 1 | 7064491 | using System.Text.Json.Serialization;
using BeeSharp.ApiComponents.ApiModels.JsonConverter.Annotations;
namespace BeeSharp.ApiComponents.ApiModels.BroadcastOps.CustomJson.BroadcastOpsCommunities
{
namespace updateProps
{
[CustomJsonOpListOp("updateProps")]
public class CustomJsonCommunityOpUpda... |
Business/Abstract/ICarService.cs | rabianur412/ReCapProject | 27 | 7064492 | using Core.Utilities.Results;
using Entities.Concrete;
using Entities.DTOs;
using System;
using System.Collections.Generic;
using System.Text;
namespace Business.Abstract
{
public interface ICarService
{
IDataResult<List<Car>> GetAll();
IDataResult<List<CarDetailsDto>> GetCarsByColorId(int col... |
BDSPatcher/Program.cs | Noggog/BDSv2Patcher | 0 | 7064493 | <reponame>Noggog/BDSv2Patcher
using System;
using System.Collections.Generic;
using System.Linq;
using Mutagen.Bethesda;
using SSEForms = Mutagen.Bethesda.FormKeys.SkyrimSE;
using Mutagen.Bethesda.Synthesis;
using Mutagen.Bethesda.Skyrim;
using System.Threading.Tasks;
using Noggog;
namespace BDSPatcher
{
public cl... |
src/SpectabisLib/Configuration/SpectabisConfig.cs | FaithLV/spectabis-nex | 17 | 7064494 | using SpectabisLib.Helpers;
using SpectabisLib.Interfaces;
namespace SpectabisLib.Configuration
{
public class SpectabisConfig : IJsonConfig
{
public string ConfigName => nameof(SpectabisConfig).ConfigClassToFileName();
public SpectabisConfig()
{
RunFirstTimeWizard = true;
... |
StyledGUI/Styles/StyledGUIUtility.cs | Theadd/Humankind-GUI-Tools | 6 | 7064495 | using System;
using UnityEngine;
namespace StyledGUI
{
public static class StyledGUIUtility
{
public static GUISkin DefaultSkin { get; set; }
public static Font UnicodeSymbolsFont { get; set; }
}
}
|
Slot.Editor/Commands/NormalSelectCommand.cs | vorov2/CodeBox | 8 | 7064496 | <reponame>vorov2/CodeBox<gh_stars>1-10
using System;
using Slot.Editor.ObjectModel;
using System.ComponentModel.Composition;
using static Slot.Editor.Commands.ActionResults;
using Slot.Core.ComponentModel;
namespace Slot.Editor.Commands
{
[Export(typeof(EditorCommand))]
[ComponentData("editor.selectnormal")]
... |
src/EA.Weee.Requests/Admin/Aatf/GetAatfSubmissionHistory.cs | uk-gov-mirror/defra.prsd-weee | 2 | 7064497 | <reponame>uk-gov-mirror/defra.prsd-weee
namespace EA.Weee.Requests.Admin.Aatf
{
using Core.Admin.AatfReports;
using Prsd.Core.Mediator;
using System;
using System.Collections.Generic;
public class GetAatfSubmissionHistory : IRequest<List<AatfSubmissionHistoryData>>
{
public Guid AatfId... |
Hackerschnitzel/src/Discord/BotManager.cs | Pasi4K5/Hackerschnitzel | 1 | 7064498 | using System;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Hackerschnitzel.Discord.Audio;
using Hackerschnitzel.Discord.Command;
using Hackerschnitzel.Discord.Event;
using Hackerschnitzel.Discord.Event.Misc;
using Hackerschnitzel.Misc;
namespace Hackerschnitzel.Discord
{
internal sea... |
windows/atm machine/ATMCaseStudy/Withdrawal.cs | jdm7dv/financial | 1 | 7064499 | <filename>windows/atm machine/ATMCaseStudy/Withdrawal.cs<gh_stars>1-10
// Withdrawal.cs
// Class Withdrawal represents an ATM withdrawal transaction.
public class Withdrawal : Transaction
{
private decimal amount; // amount to withdraw
private Keypad keypad; // reference to Keypad
private CashDispenser c... |
EduFocus/EduFocus/frmMenu.cs | LuisFernandoVL/EduFocus | 0 | 7064500 | <reponame>LuisFernandoVL/EduFocus
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using Npgsql;
namespace EduFocus
{
public partial... |
src/ToTypeScriptD.Core/WinMD/DelegateWriter.cs | ToTypeScriptD/ToTypeScriptD | 18 | 7064502 | using Mono.Cecil;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ToTypeScriptD.Core.TypeWriters;
namespace ToTypeScriptD.Core.WinMD
{
public class DelegateWriter : TypeWriterBase
{
public DelegateWriter(Mono.Cecil.TypeDefinition typeDefinition, int indentCount,... |
MedianFinder.Test/InputData/InRangeTestData.cs | singhrahulnet/MedianFinder | 0 | 7064503 | <filename>MedianFinder.Test/InputData/InRangeTestData.cs
using System.Collections;
using System.Collections.Generic;
namespace MedianFinder.Test.InputData
{
public class InRangeTestData : IEnumerable<object[]>
{
public IEnumerator<object[]> GetEnumerator()
{
//THE TEST DATA STRUCTU... |
FactorioModBuilder/ViewModels/ProjectItems/Prototype/GroupVM.cs | kmclarnon/FactorioModBuilder | 4 | 7064504 | using FactorioModBuilder.Build;
using FactorioModBuilder.Build.Data;
using FactorioModBuilder.Models.ProjectItems.Prototype;
using FactorioModBuilder.ViewModels.Base;
using FactorioModBuilder.Extensions;
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ... |
geo_extra.cs | shintadono/Free.Ports.LibGeoTiff | 7 | 7064505 | <reponame>shintadono/Free.Ports.LibGeoTiff<filename>geo_extra.cs
//*****************************************************************************
//
// Project: libgeotiff
// Purpose: Code to normalize a few common PCS values without use of CSV
// files.
// Author: <NAME>, <EMAIL>
//
//************************... |
GestVAEcls/Recours.cs | collinmarc/gestvae | 1 | 7064507 | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GestVAEcls
{
public enum EnumTypeRecours
{
Gracieux,
Con... |
Sources/ThirdPartyLibraries.Repository.Test/Template/ApplicationTest.cs | max-ieremenko/ThirdPartyLibraries | 1 | 7064508 | <gh_stars>1-10
using System;
using System.IO;
using System.Text;
using Newtonsoft.Json;
using NUnit.Framework;
using Shouldly;
namespace ThirdPartyLibraries.Repository.Template
{
[TestFixture]
public class ApplicationTest
{
[Test]
public void DoNotSerializeDefaultValues()
{
... |
ViewModels/CreateProfileViewModel.cs | finnvs/Panmedia.Artist | 0 | 7064509 | <filename>ViewModels/CreateProfileViewModel.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Panmedia.Artist.ViewModels
{
public class CreateProfileViewModel
{
public int UserID { get; set; }
public stri... |
InformationCenter/Livescore/LivescoreDAL/Models/Team.cs | amirkhaniansev/cloud_computing | 0 | 7064510 | using System;
namespace LivescoreDAL.Models
{
public class Team : ModelBase
{
public int Id { get; set; }
public DateTime Founded { get; set; }
public string Name { get; set; }
public string Stadium { get; set; }
public string LogoURL { get; set; }
public s... |
BlockAnimTest/ThreadTest.cs | petlahk/MiscModsPetlahk | 6 | 7064511 | using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Vintagestory.API.Common;
using Vintagestory.API.Server;
using Vintagestory.Server;
namespace BlockAnimTest
{
public class ThreadCreator : ModSystem
{
public override void... |
Managed/main/SingleSliderSideScreen.cs | undancer/oni-data | 1 | 7064512 | <reponame>undancer/oni-data
using System.Collections.Generic;
using UnityEngine;
public class SingleSliderSideScreen : SideScreenContent
{
private ISingleSliderControl target;
public List<SliderSet> sliderSets;
protected override void OnSpawn()
{
base.OnSpawn();
for (int i = 0; i < sliderSets.Count; i++)
{... |
src/MatrixDotNet/Exceptions/DeterminantZeroException.cs | toor1245/MatrixDotNet | 6 | 7064513 | using System;
namespace MatrixDotNet.Exceptions
{
public class DeterminantZeroException : MatrixDotNetException
{
/// <summary>
/// Throws when determinant is zero.
/// </summary>
public DeterminantZeroException()
: base("Determinant is zero.")
{
}
... |
ArrowIr/Arrow/DictionaryEncoding.cs | westonpace/Sublinq | 0 | 7064514 | <reponame>westonpace/Sublinq
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SubLinq.ArrowIr.Arrow
{
using global::System;
using global::System.Collections.Generic;
using global::FlatBuffers;
public struct DictionaryEncoding : IFlatbufferObjec... |
HospitalDb_FINAL/HospitalDb/Models/Patient.cs | kursa2018/School_Repo_XII | 0 | 7064515 | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text;
namespace HospitalDb.Models
{
public class Patient
{ [Key]
public string Egn { get; set; }
[Required]
[MaxLength(50)]
... |
DuoSoftware.DuoSoftPhone-V6-VIBlend/PortSIP/PortSIP_Errors.cs | DuoSoftware/DVP-WindowsPhone-PickMe | 0 | 7064516 | <reponame>DuoSoftware/DVP-WindowsPhone-PickMe<gh_stars>0
//////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: DON'T EDIT THIS FILE
//
//////////////////////////////////////////////////////////////////////////
using System;
using System.Collections.Generic;
using System.Text;
na... |
TankLib/STU/Types/STU_F06DB961.cs | Mike111177/OWLib | 1 | 7064517 | // Instance generated by TankLibHelper.InstanceBuilder
// ReSharper disable All
namespace TankLib.STU.Types {
[STUAttribute(0xF06DB961)]
public class STU_F06DB961 : STU_4B6F9A4C {
[STUFieldAttribute(0xA7AC6320, ReaderType = typeof(InlineInstanceFieldReader))]
public STU_E65B16E7 m_A7AC6320;
... |
DiceBot/BitdiceConfirm.cs | kennetanti/DiceBot | 0 | 7064518 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace DiceBot
{
public partial class BitdiceConfirm : Form
{
public BitdiceConfirm()... |
JigGenerator/JigGenerator/Program.cs | DavidPx/McNaughtonJig | 0 | 7064519 | <reponame>DavidPx/McNaughtonJig
using JigGenerator.Drawing;
using JigGenerator.Drawing.Parts;
using Svg;
using Svg.Transforms;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JigGenerator
{
class Program
{
p... |
Data/Repositories/Common/EFRepositoryBase.cs | nmaia/AspNetCoreEntityFramework | 0 | 7064520 | <reponame>nmaia/AspNetCoreEntityFramework
using Data.Context;
using Domain.Interfaces.Repositories.Common;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Data.Repositories.Common
{
public class EFRepositoryBase<TEntity>
: IDisposable
... |
SFXEngine/AudioEngine/SFXEngineProperties.cs | kintoshmalae/Pantomime-Player | 0 | 7064521 | <reponame>kintoshmalae/Pantomime-Player
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
namespace SFXEngine.AudioEngine {
public class SFXEngineProperties {
// Default maximum cache limit to 3 minute tracks
public... |
src/Crust/Gimela.Crust.Tectosphere/ViewModel/ViewModelMessageBoxMessageGeneric.cs | J-W-Chan/Gimela | 230 | 7064522 | using System;
namespace Gimela.Crust.Tectosphere
{
/// <summary>
/// ViewModel消息框通知消息
/// </summary>
/// <typeparam name="TCallbackParameter">消息框通知处理完毕后的回调方法参数类型</typeparam>
public class ViewModelMessageBoxMessage<TCallbackParameter> : ViewModelMessageBoxMessage
{
#region Ctors
/// <summary>
... |
src/OxyPlot.Fluent/LineExtensions.cs | G18SSY/OxyPlot.Fluent | 0 | 7064523 | <reponame>G18SSY/OxyPlot.Fluent<gh_stars>0
using JetBrains.Annotations;
using OxyPlot.Fluent.Configurators;
namespace OxyPlot.Fluent
{
/// <summary>
/// Extension methods for configuring lines.
/// </summary>
[PublicAPI]
public static class LineExtensions
{
/// <summary>
//... |
Armour/PolarBoots.cs | 515T3M/MakeSummonerBetter | 0 | 7064524 | using Terraria;
using Microsoft.Xna.Framework;
using Terraria.ID;
using Terraria.ModLoader;
namespace MSB.Armour
{
[AutoloadEquip(EquipType.Legs)]
public class PolarBoots : ModItem
{
public override void SetStaticDefaults()
{
DisplayName.SetDefault("Polar Boots");
Tooltip.SetDefault("+5... |
ConsoleAppAnno1800/MemoryHelper.cs | JulesRenz/Anno1800MemoryReader | 4 | 7064525 | using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text;
namespace Anno1800MemoryReader
{
class MemoryHelper
{
[DllImport("kernel32.dll")]
public static extern IntPtr OpenProcess(int dwDesiredAccess, bool bInheritHandle, int dwProcessId);
... |
src/Dodo.Logic/IDiagnosticService.cs | eeevans/dodo | 7 | 7064527 | <reponame>eeevans/dodo
using System;
using System.Text;
using Windows.Storage;
namespace Dodo.Logic
{
public interface IDiagnosticService
{
void LogError(string page, Exception exception);
}
public class DiagnosticService : IDiagnosticService
{
readonly ApplicationDat... |
src/SixtenLabs.SpawnOfVulkan/Structs/DescriptorSetLayoutCreateInfo.cs | SixtenLabs/SpawnOfVulkan | 0 | 7064528 | using System;
namespace SixtenLabs.SpawnOfVulkan
{
public struct DescriptorSetLayoutCreateInfo
{
internal StructureType SType;
internal IntPtr PNext;
internal DescriptorSetLayoutCreateFlags Flags;
internal uint BindingCount;
internal DescriptorSetLayoutBinding PBindings... |
SimpleRDS/SimpleRDS/Controls/CrudControls/EditPlanControl.Designer.cs | AbabeiAndrei/SLine | 0 | 7064529 | <reponame>AbabeiAndrei/SLine
namespace SimpleRDS.Controls.CrudControls
{
partial class EditPlanControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any res... |
src/FluentResults.Test/ResultLoggingTests.cs | eltoncezar/FluentResults | 0 | 7064530 | <reponame>eltoncezar/FluentResults
using FluentAssertions;
using FluentResults.Test.Mocks;
using Xunit;
namespace FluentResults.Test
{
public class ResultLoggingTests
{
[Fact]
public void LogOkResult_EmptySuccess()
{
// Arrange
var logger = new LoggingMock();
... |
src/GongSolutions.WPF.DragDrop/DragDropPreview.cs | Mogikan/gong-wpf-dragdrop | 2 | 7064531 | <gh_stars>1-10
using System;
using System.Windows;
using System.Windows.Controls.Primitives;
using System.Windows.Interop;
using GongSolutions.Wpf.DragDrop.Utilities;
namespace GongSolutions.Wpf.DragDrop
{
internal class DragDropPreview : Popup
{
public DragDropPreview(UIElement rootElement, UIElement... |
src/Grinder.DataAccess/GrinderContext.cs | Szer/grinder | 29 | 7064532 | using System.IO;
using Microsoft.EntityFrameworkCore;
namespace Grinder.DataAccess
{
public class GrinderContext : DbContext
{
public DbSet<User> Users { get; set; }
public static void MigrateUp()
{
Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), "d... |
sdk/storage/Azure.Storage.Queues/src/QueueServiceSasPermissions.cs | nithinpnp/azure-sdk-for-net | 2 | 7064533 | <gh_stars>1-10
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
using System;
using System.Text;
namespace Azure.Storage.Queues
{
/// <summary>
/// The QueueServiceSasPermissions type simplifies cre... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.