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
src/LeapingGorilla.SecretStore.CommandLine/CommandImplementation.cs
LeapingGorillaLTD/secretstore
0
7047276
using System; using System.Collections.Generic; using System.Security; using System.Threading; using Amazon; using Amazon.DynamoDBv2; using LeapingGorilla.SecretStore.Aws; using LeapingGorilla.SecretStore.Interfaces; namespace LeapingGorilla.SecretStore.CommandLine { public class CommandImplementation { ...
Junk/WCluster_old/WCluster/WCluster/SettingWin.cs
stackprobe/Annex
0
7047277
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Charlotte { public partial class SettingWin : Form { public SettingWin() { InitializeComponent(); this.MinimumS...
LibraryWorks/Treatment.cs
Spesiel/Library
1
7047278
using Library.Cache; using Library.Resources; using Library.Resources.Objects; using NReco.VideoConverter; using System; using System.Drawing; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Library.Works { internal static class Treatment { #region M...
EdityMcEditface/LocalEdityRoles.cs
threax/EdityMcEditface
1
7047279
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EdityMcEditface { public static class LocalEdityRoles { public const String Shutdown = "Shutdown"; } }
FDEV.Rules.Demo.Core/Logging/_OLD/LogInfo.cs
Feltman-Development/FDev.Rules
0
7047280
using System; using System.IO; using System.Linq; using FDEV.Rules.Demo.Core.Utility; namespace FDEV.Rules.Demo.Core.Logging { public class LogInfo { /// <summary> /// A LogInfo is llike a FileInfo, with metadata ńeeded to control a library of logfiles /// </summary> public s...
AccelByte.Sdk/Api/Lobby/Wrapper/Player_OpExts.cs
AccelByte/accelbyte-csharp-sdk
0
7047281
<filename>AccelByte.Sdk/Api/Lobby/Wrapper/Player_OpExts.cs // Copyright (c) 2022 AccelByte Inc. All Rights Reserved. // This is licensed software from AccelByte Inc, for limitations // and restrictions contact your company contract manager. // This code is generated by tool. DO NOT EDIT. using AccelByte.Sdk.Api.Lobby....
Aula 2 prototipo/Form1.cs
AndrielLucateli/Colisao
0
7047282
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.Threading; namespace Aula_2_prototipo { public partial class frmMove : Form { ...
NDB.Covid19/NDB.Covid19/ViewModels/InformationAndConsentViewModel.cs
ant3k96/Fhi.Smittestopp.App
98
7047283
<reponame>ant3k96/Fhi.Smittestopp.App using System; using System.Globalization; using I18NPortable; #if APPCENTER using Microsoft.AppCenter.Crashes; #endif using NDB.Covid19.Enums; using NDB.Covid19.Models; using NDB.Covid19.OAuth2; using NDB.Covid19.Utils; using Xamarin.Auth; namespace NDB.Covid19.ViewModels { pu...
Src/Stores/InMemoryDomainEventStore.cs
jeyjeyemem/Xer.EventSourcing
4
7047284
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Xer.Cqrs.EventStack; namespace Xer.EventSourcing.Stores { public class InMemoryDomainEventStore<TAggregate, TAggregateId> : IDomainEventStore<TAggregate, TAggregateId>, ...
StayAtHoome/Data/LocationRecordRepository.cs
zunamidev/StayAtHome
0
7047285
using System; using System.Threading.Tasks; using SQLite; using StayAtHoome.Models; namespace StayAtHoome.Data { public class LocationRecordRepository { private readonly SQLiteAsyncConnection _database = LocalDatabase.Database; public async Task CreateLocationRecord(LocationRecord record) ...
src/Systems/Validation/WorldValidator.cs
tznind/Wanderer
9
7047286
<reponame>tznind/Wanderer using System; using System.Collections.Generic; using System.Linq; using System.Text; using NLog; using Wanderer.Actions; using Wanderer.Actors; using Wanderer.Behaviours; using Wanderer.Compilation; using Wanderer.Dialogues; using Wanderer.Factories; using Wanderer.Items; using Wanderer.Room...
NActiviti/Sys.Bpm.Engine/Engine/impl/cmd/NeedsActiveTaskCmd.cs
zhangzihan/nactivity
62
7047287
<filename>NActiviti/Sys.Bpm.Engine/Engine/impl/cmd/NeedsActiveTaskCmd.cs<gh_stars>10-100 using System; /* 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/lic...
ODataLib/EdmLib/Silverlight/Microsoft/Data/Edm/Library/EdmModelBase.cs
BrightstarDB/odata-sparql
4
7047289
<reponame>BrightstarDB/odata-sparql<gh_stars>1-10 // Copyright 2011 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/license...
nevermore.main/Program.cs
NeverMorewd/nevermore
0
7047290
<reponame>NeverMorewd/nevermore using nevermore.learn.async; using nevermore.utilities.office; using nevermore.winform; using System; using System.IO; using System.Runtime.InteropServices; using Application_Winform = System.Windows.Forms.Application; using Application_WPF = System.Windows.Application; namespace never...
src/Controllers/RedirectController.cs
nagilum/FancyRedirect
0
7047291
<reponame>nagilum/FancyRedirect using System; using FancyRedirect.Attributes; using FancyRedirect.DataHandlers; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; namespace UrlShortify.Controllers { [Route("r")] [ApiController] public class RedirectController : ControllerBase ...
Scripts/Processors/EqualTriangles.cs
markkorput/Computils
4
7047292
<filename>Scripts/Processors/EqualTriangles.cs<gh_stars>1-10 using System.Linq; using System.Collections.Generic; using UnityEngine; namespace Computils.Processors { /// <summary> /// Takes a buffer vertices (triangles) as input and produces /// and new buffer of vertices (triangles) with equal-size /// tr...
Specifications/Steps/ModbusBridgeSteps.cs
dolittle-timeseries/Modbus
1
7047293
using RaaLabs.Edge.Connectors.Modbus.Bridge; using System.Collections.Generic; using TechTalk.SpecFlow; using TechTalk.SpecFlow.Assist; using FluentAssertions; using RaaLabs.Edge.Connectors.Modbus.Specs.Drivers; using System.Linq; namespace RaaLabs.Edge.Connectors.Modbus.Specs.Steps { [Binding] class ModbusBri...
DataDefinitions/SquadronRank.cs
EDCD/EliteDangerousDataProvider
390
7047294
using System.Linq; using Utilities; namespace EddiDataDefinitions { /// <summary> /// Squadron Ranks /// </summary> public class SquadronRank : ResourceBasedLocalizedEDName<SquadronRank> { static SquadronRank() { resourceManager = Properties.SquadronRanks.ResourceManage...
src/VGAudio/Codecs/Opus/Silk/BurgModified.cs
Raytwo/VGAudio
166
7047295
/* Copyright (c) 2006-2011 Skype Limited. All Rights Reserved Ported to C# by <NAME> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright ...
bexio-api/bexio-lib/Implementation/BexioApiException.cs
oldjazjef/bexio-dotnet
0
7047296
<reponame>oldjazjef/bexio-dotnet using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace bexio_lib.Implementation { [Serializable] public class BexioApiException : Exception { public BexioApiException(stri...
EnforceDNF/EnforceDoNotForwardRoutingAgentFactory.cs
Microsoft/enforce-do-not-forward
0
7047297
<reponame>Microsoft/enforce-do-not-forward<filename>EnforceDNF/EnforceDoNotForwardRoutingAgentFactory.cs using Microsoft.Exchange.Data.Transport; using Microsoft.Exchange.Data.Transport.Routing; namespace EnforceDNF { public class EnforceDoNotForwardRoutingAgentFactory : RoutingAgentFactory { public ...
Assets/Scripts/Test/TestPerformance.cs
FantazmGameDevelopment/EcoSim
0
7047298
<gh_stars>0 using UnityEngine; using System.Collections; using Ecosim.SceneData; using Ecosim; public class TestPerformance : MonoBehaviour { // Use this for initialization IEnumerator Start () { yield return 0; } // Update is called once per frame void Update () { } }
src/Amplifier.Net/Decompiler/IL/Patterns/AnyNode.cs
csrakowski/Amplifier.NET
107
7047299
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Amplifier.Decompiler.IL.Patterns { partial class PatternInstruction : ILInstruction { public override void AcceptVisitor(ILVisitor visitor) { throw new NotSupportedException(); } ...
source/Patches/UpgradeDefFromJSONPatch.cs
Aliencreature/MechEngineMod
0
7047300
<filename>source/Patches/UpgradeDefFromJSONPatch.cs using System; using BattleTech; using Harmony; namespace MechEngineMod { [HarmonyPatch(typeof(UpgradeDef), "FromJSON")] public static class UpgradeDefFromJSONPatch { // reduce upgrade components for the center torso that are 3 or larger ...
Encountify/ViewModels/ScoreboardPageViewModel.cs
medikornov/Encountify
3
7047301
using Encountify.Models; using Encountify.Services; using Encountify.Views; using System; using System.Collections.ObjectModel; using System.Diagnostics; using System.Threading.Tasks; using Xamarin.Forms; namespace Encountify.ViewModels { public class ScoreboardPageViewModel : BaseViewModel { public O...
PilotJournal/Events/StationServices/ShipyardSell.cs
JefferiesTube/LibElite
0
7047302
<reponame>JefferiesTube/LibElite using LibElite.PilotJournal.Converter; namespace LibElite.PilotJournal.Events.StationServices { [EventType("ShipyardSell")] public class ShipyardSell : EventBase { public long MarketID { get; set; } public long ShipMarketID { get; set; } public stri...
backend/WebApi/Lunchorder.Domain/Dtos/VendorHistoryEntryRule.cs
CoditEU/lunchorder
10
7047303
namespace Lunchorder.Domain.Dtos { /// <summary> /// Represents a set of rules that were applied for an entry at a point in time /// </summary> public class VendorHistoryEntryRule { /// <summary> /// An identifier for the vendor history entry rule /// </summary> publ...
src/ConnectQl/AsyncEnumerables/Enumerators/EnumerableEnumerator.cs
MaartenX/ConnectQL
0
7047304
<filename>src/ConnectQl/AsyncEnumerables/Enumerators/EnumerableEnumerator.cs // MIT License // // Copyright (c) 2017 <NAME>. // // 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 res...
ClairesHair/obj/Debug/netcoreapp2.2/Razor/Views/Clients/Index.g.cshtml.cs
21-Coding/ClairesHair.Solution-
0
7047305
<gh_stars>0 #pragma checksum "/Users/dominiqueyoumans/Desktop/HairSalon.Solution/ClairesHair/Views/Clients/Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c86b1ad66c72871d22229ec52169fec9354b242a" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompil...
DafnyRefactor/Refactors/MoveMethodToAssociated/Steps/LocateTarget/LocateTargetStep.cs
jonasbantunes/DafnyRefactor
0
7047306
using System; using DafnyRefactor.Utils; using Microsoft.Dafny; namespace DafnyRefactor.MoveMethodToAssociated { public class LocateTargetStep<TState> : RefactorStep<TState> where TState : MoveToAssociatedState { public override void Handle(TState state) { if (state == null || stat...
BlizzardApi/WoW/MythicKeystonePeriodsIndexApi.cs
kmann3/BlizzardApi
1
7047307
using BlizzardApi.Util; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Threading.Tasks; namespace BlizzardApi.WoW.GameData { /// <summary> /// MythicKeystonePeriodsIndexApi call class. /// ...
BehaviorTrees/BehaviorTree.cs
zHaytam/BehaviorTrees
2
7047308
<filename>BehaviorTrees/BehaviorTree.cs using BehaviorTrees.Decorator; using System.Threading.Tasks; namespace BehaviorTrees { public class BehaviorTree<TSubject> : DecoratorNode<TSubject> { public TSubject Subject { get; private set; } public DataContext DataContext { get; private set; } ...
src/RememBeer.MvcClient/Views/Shared/_Create.cshtml
J0hnyBG/RememBeerMeMvc
2
7047309
<filename>src/RememBeer.MvcClient/Views/Shared/_Create.cshtml @model RememBeer.MvcClient.Models.Reviews.CreateReviewBindingModel <div id="createModal" class="modal"> @using (Ajax.BeginForm("Index", "Reviews", null, new AjaxOptions() { ...
trunk/Samples/DeepLoad/DAL-DTO/SelfLoadRO.DataAccess.Sql/ERLevel/C07_Country_ChildDal.Designer.cs
CslaGenFork/CslaGenFork
11
7047310
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using SelfLoadRO.DataAccess; using SelfLoadRO.DataAccess.ERLevel; namespace SelfLoadRO.DataAccess.Sql.ERLevel { /// <summary> /// DAL SQL Server implementation of <see cref="...
DotNet.HighStock/Enums/AxisTitleAligns.cs
lisa3907/dotnet.highstock
4
7047311
namespace DotNet.HighStock.Enums { /// <summary> /// /// </summary> public enum AxisTitleAligns { /// <summary> /// /// </summary> High, /// <summary> /// /// </summary> Middle, /// <summary> /// /// </summary...
src/Uno.UI/UI/Xaml/Controls/Primitives/ButtonBase/ButtonBaseKeyProcess.cs
olirobert/uno
5,973
7047312
<reponame>olirobert/uno // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // ButtonBaseKeyProcess.h using Windows.System; using static Uno.UI.Xaml.Input.KeyPress; namespace Windows.UI.Xaml.Controls.Primitives { pu...
Exam 26 February/04.Hornet Armada/Program.cs
Svetloslav15/Softuni-Programming-Fundamentals
2
7047313
namespace _04.Hornet_Armada { using System; using System.Collections.Generic; using System.Linq; class Hornet_Armada { static void Main() { int numberOfLines = int.Parse(Console.ReadLine()); Dictionary<string, long> legionAndActivity = new Dictionary<strin...
Sniper.Tests/CRUD/Delete/Common/ProjectMembers/DeleteProjectMemberTests.cs
darayman/sniper
0
7047314
<filename>Sniper.Tests/CRUD/Delete/Common/ProjectMembers/DeleteProjectMemberTests.cs<gh_stars>0 using Sniper.Common; using Sniper.Http; using Sniper.TargetProcess.Routes; using Xunit; namespace Sniper.Tests.CRUD.Delete.Common.ProjectMembers { public class DeleteProjectMemberTests { [Fact] p...
src/KubernetesClient/generated/Models/V1DeleteOptions.cs
ddieruf/kubernetes-client-csharp
1
7047316
// <auto-generated> // Code generated by https://github.com/kubernetes-client/csharp/tree/master/gen/KubernetesGenerator // Changes may cause incorrect behavior and will be lost if the code is // regenerated. // </auto-generated> namespace k8s.Models { using Microsoft.Rest; using Newtonsoft.Json; using Sys...
CustomCraftSML/Serialization/OriginFile.cs
Denkkar/PrimeSonicSubnauticaMods
0
7047317
<filename>CustomCraftSML/Serialization/OriginFile.cs namespace CustomCraft2SML.Serialization { using System.Collections.Generic; internal class OriginFile { private static readonly Dictionary<string, OriginFile> KnownFiles = new Dictionary<string, OriginFile>(); internal static OriginFile...
PhoneBook.Data/UnitOfWork.cs
asliazas/phonebook
0
7047318
<filename>PhoneBook.Data/UnitOfWork.cs<gh_stars>0 using PhoneBook.Data.Contracts; namespace PhoneBook.Data { public class UnitOfWork : IUnitOfWork { private readonly DbFactory _dbFactory; private PhoneBookDbContext _context; public UnitOfWork(DbFactory dbFactory) { ...
Khernet.UI/Khernet.UI.Presentation/Converters/FileNameToImageConverter.cs
lemalcs/Khernet
1
7047319
using System; using System.Collections.ObjectModel; using System.Globalization; using System.IO; using System.Linq; using System.Windows.Media.Imaging; namespace Khernet.UI.Converters { /// <summary> /// COnvert an image stored in a <see cref="ReadOnlyCollection{T}"/> into a <see cref="BitmapImage"/> object. ...
src/CTA.FeatureDetection.ProjectType/CompiledFeatures/AspNetWebFormsFeature.cs
Eruanion/cta
0
7047320
<filename>src/CTA.FeatureDetection.ProjectType/CompiledFeatures/AspNetWebFormsFeature.cs using Codelyzer.Analysis; using CTA.FeatureDetection.Common.Extensions; using CTA.FeatureDetection.Common.Models.Features.Base; namespace CTA.FeatureDetection.ProjectType.CompiledFeatures { public class AspNetWebFormsFeature ...
POC/SpatialOS Maze/gdk-for-unity-spatialos-maze/workers/unity/Assets/Scripts/CubeManager.cs
DenDrummer/TI-conf_19-20_groep-1
0
7047321
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CubeManager : MonoBehaviour { Vector3 position = new Vector3(); Quaternion rotation = new Quaternion(); Vector3 scale = new Vector3(); // Start is called before the first frame update void Start() { ...
src/CommonTestLogical/MsgWithoutLosing/MsgWithoutLosingListener.cs
dotnet-shashlik/shashlik.eventbus
1
7047323
<reponame>dotnet-shashlik/shashlik.eventbus using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using Shashlik.EventBus; namespace CommonTestLogical.MsgWithoutLosing { public class MsgWithoutLosingListener : IMessageListener { public MsgWithoutLosingListener(IMes...
RSASoftOnline/OrderLineDetails.cs
RSASoft/RSASoftOnlineTest
0
7047324
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RSASoftOnline { public class OrderLineDetails { public string StockCode { get; set; } public string StockDescription { get; set; } public int Quantity { get; se...
DTE2781/StarCake/Server/Models/Repositories/OrganizationRepository.cs
Unicron2k/dte_bsc
0
7047325
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using StarCake.Server.Data; using StarCake.Server.Models.Entity; using StarCake.Server.Models.Interfaces; using StarCake.Shared.Models.ViewModels; namespace StarCake.Server.Models.Repositories { public class OrganizationRepository ...
_no_namespace/ItemID.cs
SinsofSloth/RF5-global-metadata
1
7047326
public enum ItemID // TypeDefIndex: 7078 { // Fields public int value__; // 0x0 public const ItemID ITEM_EMPTY = 0; public const ItemID Item_Crop_0001 = 20; public const ItemID Item_Osamasatsumaimo = 20; public const ItemID Item_Crop_0002 = 32; public const ItemID Item_Osamadaikon = 32; public const ItemID Item...
QICore.OIDC/Controllers/ValuesController.cs
jacklong1979/QICore
2
7047327
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; namespace QICore.OIDC.Controllers { [Route("api/[controller]")] [ApiController] [Authorize] public class ValuesContr...
src/time/src/models/TimeResolution.cs
0xCM/z0
0
7047328
//----------------------------------------------------------------------------- // Copyright : (c) <NAME>, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0 { /// <summary> /// Classifies the precision with which time value should be inter...
Editor/I18n/I18nBase.cs
chigirits/VRCQuestTools
41
7047329
// <copyright file="I18nBase.cs" company="kurotu"> // Copyright (c) kurotu. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. // </copyright> #pragma warning disable SA1201 // Elements should appear in the correct order #pragma warning disable SA1516 // El...
Assets/jsb/Source/Utils/ObjectCache.cs
iospectar/unity-jsb
0
7047330
<filename>Assets/jsb/Source/Utils/ObjectCache.cs using System; using System.Collections.Generic; namespace QuickJS.Utils { using Native; public class ObjectCache { private class ObjectRef { public int next; public object target; public bool ...
Day 4-1/Program.cs
MJoakim12/AdventOfCode
0
7047331
using System; using System.Collections.Generic; using System.IO; namespace Day_4_1 { class Program { static void Main(string[] args) { List<BingoBoard> boards = new List<BingoBoard>(); List<int> draw = new List<int>(); #region Read boards Stream...
src/open-steamworks/Steam4NET2/Steam4NET2/autogen/ISteamUserItems003.cs
xXxToxicBlueDustxXx/hl2sb-src
15
7047332
// This file is automatically generated. using System; using System.Text; using System.Runtime.InteropServices; namespace Steam4NET { [StructLayout(LayoutKind.Sequential,Pack=4)] public class ISteamUserItems003VTable { public IntPtr LoadItems0; public IntPtr GetItemCount1; public IntPtr GetItemI...
Storage/aspnet-core/src/RQCore.Web.Host/Controllers/TruckInfoController.cs
PowerDG/DgERM
0
7047333
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using RQCore.Controllers; using RQCore.IRQAppService; using RQCore.RQAppService; using RQCore.RQDtos; namespace RQCore.Web.Host....
aula20/aula20.cs
Hugo-Oliveira-RDO11/aprendendo-csharp
1
7047334
using System; class Aula20{ static void Main(){ int[] num=new int[20]; int i=0; while(i<15){ num[i]=i; Console.WriteLine("na posição {0} tem o numero {1}",i,num[i]); i++; } while(i<20){ num[i]=i; Cons...
com.lover.astd.common/ClientCache.cs
jewmin/astd
1
7047335
using com.lover.astd.common.model; using System; using System.Collections.Generic; namespace com.lover.astd.common { public class ClientCache { private static ClientCache _instance = new ClientCache(); private ClientUser _currentUser; public List<AccountData> _currentAccounts = new List<AccountData>(); pu...
src/DotRas/Diagnostics/Events/PInvokeBoolCallCompletedTraceEvent.cs
dfc643/pppoed
3
7047336
<filename>src/DotRas/Diagnostics/Events/PInvokeBoolCallCompletedTraceEvent.cs using System; using DotRas.Diagnostics.Formatters; namespace DotRas.Diagnostics.Events { /// <summary> /// Describes a platform invocation call completion event which uses a boolean based result. /// </summary> [Serializable...
src/SLDomain/Helpers/Backend.cs
XplittR/spotifylyrics
0
7047337
<reponame>XplittR/spotifylyrics<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using SpotifyLyricsDomain.Exceptions; using SpotifyLyricsDomain.Models; using SpotifyLyricsDomain.Services; using SpotifyLyricsDomain.ViewModels; namespace SpotifyLyricsDomain.Helpers { public static clas...
Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingTabViewController.cs
netonjm/Xamarin.PropertyEditing
0
7047339
using System; using System.ComponentModel; using AppKit; using Xamarin.PropertyEditing.ViewModels; namespace Xamarin.PropertyEditing.Mac { class NotifyingTabViewController<T> : NSTabViewController, INotifyingListner<T> where T : NotifyingObject { public NotifyingTabViewController () : base () { Adaptor = new ...
plugins/Baskets/src/EasyAbp.EShop.Plugins.Baskets.Application.Contracts/EasyAbp/EShop/Plugins/Baskets/BasketItems/IBasketItemAppService.cs
slarkerino/EShop
149
7047340
using System; using System.Collections.Generic; using System.Threading.Tasks; using EasyAbp.EShop.Plugins.Baskets.BasketItems.Dtos; using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Services; namespace EasyAbp.EShop.Plugins.Baskets.BasketItems { public interface IBasketItemAppService : ICrudAppSe...
SPMTool/Commands/Settings.cs
andrefmello91/SPMTool
0
7047341
<gh_stars>0 using Autodesk.AutoCAD.Runtime; using SPMTool.Application.UserInterface; using SPMTool.UserInterface.Windows; namespace SPMTool.Commands { /// <summary> /// Settings command class. /// </summary> public static partial class AcadCommands { #region Methods /// <summary> /// Set concrete...
ParseTree/MinusOperator.cs
Volodya-Petrov/Homework-sem2
0
7047342
<filename>ParseTree/MinusOperator.cs namespace ParseTree { /// <summary> /// класс для оператора "-" /// </summary> class MinusOperator : Operator { public MinusOperator(INode left, INode right) : base(left, right) { } public override double Calculate() => LeftChild.Calculate() ...
src/Samples/Okonau/Persistence/NHibernateSessionModule.cs
bmabdi/mvcturbine
6
7047343
<reponame>bmabdi/mvcturbine<gh_stars>1-10 namespace Okonau.Persistence { using System; using System.Web; using NHibernate; using NHibernate.Context; /// <summary> /// Defines the getting and setting of <see cref="ISession"/> for the request lifetime. /// </summary> public clas...
src/sql-d.ui/Services/ServiceService.cs
RealOrko/sql-d
0
7047344
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SqlD.Configuration.Model; using SqlD.Logging; using SqlD.Network; using SqlD.Network.Server.Api.Registry; using SqlD.UI.Models.Registry; using SqlD.UI.Models.Services; namespace SqlD.UI.Services { public class Serv...
HostOcean/HostOcean.Application/Requests/Queries/GetUsersRequestsQuery.cs
artyomtserashkovich/HostOcean
5
7047345
using AutoMapper; using HostOcean.Application.Events.Models; using HostOcean.Application.Interfaces.Persistence; using HostOcean.Application.LaboratoryWorks.Models; using HostOcean.Application.Requests.Models; using HostOcean.Application.UserQueues.Models; using HostOcean.Application.Users.Queries; using HostOcean.Dom...
Prism/Modularity/ModuleTypeLoadingException.cs
598235031/Prism
0
7047346
using System; using System.Globalization; using Wanghzh.Prism.Properties; namespace Wanghzh.Prism.Modularity { public partial class ModuleTypeLoadingException : ModularityException { public ModuleTypeLoadingException() : base() { } public ModuleTypeLoadingException(st...
Tests/TestCountCheckTests.cs
FairlyLinearDynamics/YoCode
3
7047347
<gh_stars>1-10 using Xunit; using FluentAssertions; using YoCode; using NSubstitute; namespace YoCode_XUnit { public class TestCountCheckTests { private readonly TestCountCheck testCountCheck; public TestCountCheckTests() { var checkConfig = Substitute.For<ICheckConfig>();...
Source/Framework/Calcium.UI.Data/DataBinding/BindingException.cs
CodonFramework/Calcium
35
7047348
using System; namespace Calcium.UI.Data { public class BindingException : Exception { public BindingException(string message) : base(message) { } public BindingException(string message, Exception innerException) : base(message, innerException) { } } }
src/DomoticzNet/Models/DeviceFilter.cs
AdamoT/Domoticz.Net
0
7047349
<reponame>AdamoT/Domoticz.Net using Newtonsoft.Json; using System; using System.Linq; namespace DomoticzNet.Models { public enum DeviceFilter { [JsonProperty("all")] All, [JsonProperty("light")] Light, [JsonProperty("weather")] Weather, [JsonProper...
src/System_Collections_Generic_List_EventDelegateWrap.cs
moto2002/kaituo_src
1
7047350
using LuaInterface; using System; using System.Collections.Generic; using System.Collections.ObjectModel; public class System_Collections_Generic_List_EventDelegateWrap { public static void Register(LuaState L) { L.BeginClass(typeof(List<EventDelegate>), typeof(object), "List_EventDelegate"); L.RegFunction("Add"...
src/CryptoCurrency.Net/APIClients/BlockchainClients/RippleClient.cs
MelbourneDeveloper/CryptoCurrency.Net
20
7047351
<filename>src/CryptoCurrency.Net/APIClients/BlockchainClients/RippleClient.cs using System; using System.Linq; using System.Threading.Tasks; using CryptoCurrency.Net.APIClients.BlockchainClients; using CryptoCurrency.Net.Model; using CryptoCurrency.Net.Model.Ripple; using RestClientDotNet; namespace CryptoCurrency.Ne...
Framework/Adapters/HttpAdapter.cs
EmilBurman/C-Sharp_TestAutomationFramework
0
7047352
<gh_stars>0 using Newtonsoft.Json.Linq; using RestSharp; using System; using System.Collections.Generic; using System.Text; namespace TestAutomationFramework.Framework.Adapters { class HttpAdapter { public static RestResponse SendGetCall(string host, string uri) { RestClient restHo...
pMixins/Infrastructure/IMixinConstructorRequirement.cs
ppittle/pMixins
16
7047353
//----------------------------------------------------------------------- // <copyright file="IMixinConstructorRequirement.cs" company="Copacetic Software"> // Copyright (c) Copacetic Software. // <author><NAME></author> // <date>Thursday, February 27, 2014 4:10:26 PM</date> // Licensed under the Apache License,...
mcs/tests/test-212.cs
lefb766/mono
469
7047354
// // A compilation test - params with implicit user conversion // class Problem { string somedata; public Problem(string somedata) { this.somedata = somedata; } public static implicit operator Problem(int x) { return new Problem("" + x); } ...
FSNEP.Core/Calendar/TimeRecordCalendarDay.cs
ucdavis/FSNEP
0
7047355
using System; using System.Collections.Generic; using FSNEP.Core.Domain; namespace FSNEP.Core.Calendar { public class TimeRecordCalendarDay { public TimeRecordCalendarDay(DateTime currentDay, bool isActive) { Date = currentDay; Entries = new List<TimeRecordEnt...
src/Fo/Properties/LeaderPatternMaker.cs
DaveDezinski/Fo.Net
17
7047356
<gh_stars>10-100 namespace Fonet.Fo.Properties { internal class LeaderPatternMaker : EnumProperty.Maker { protected static readonly EnumProperty s_propSPACE = new EnumProperty(Constants.SPACE); protected static readonly EnumProperty s_propRULE = new EnumProperty(Constants.RULE); protec...
cards/LOE/LOEA16/Sim_LOEA16_20.cs
chi-rei-den/Silverfish
1
7047357
/* _BEGIN_TEMPLATE_ { "id": "LOEA16_20", "name": [ "太阳祝福", "<NAME>" ], "text": [ "在本回合中,使一个随从获得\n<b>免疫</b>。", "Give a minion <b>Immune</b> this turn." ], "cardClass": "NEUTRAL", "type": "SPELL", "cost": 1, "rarity": null, "set": "LOE", "collectible": null, "dbfId": 38684 } _END_T...
ExampleGame/GameObjects/Player.cs
liefni/MonoRail
0
7047358
<filename>ExampleGame/GameObjects/Player.cs<gh_stars>0 using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using MonoRail; using MonoRail.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Thread...
IDisposableAnalyzers.Test/IDISP005ReturntypeShouldBeIDisposableTests/Diagnostics.cs
AArnott/IDisposableAnalyzers
1
7047359
namespace IDisposableAnalyzers.Test.IDISP005ReturntypeShouldBeIDisposableTests { using Gu.Roslyn.Asserts; using Microsoft.CodeAnalysis.Diagnostics; using NUnit.Framework; public class Diagnostics { private static readonly DiagnosticAnalyzer Analyzer = new ReturnValueAnalyzer(); priv...
sdk/src/Services/SecurityHub/Generated/Model/AwsElbLoadBalancerAttributes.cs
philasmar/aws-sdk-net
1
7047360
<gh_stars>1-10 /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * ...
message-builder-core/Main/Ca/Infoway/Messagebuilder/Marshalling/HL7/Formatter/TsFullDateWithTimePropertyFormatter.cs
freddycoder/message-builder-dotnet
1
7047361
/** * Copyright 2013 Canada Health Infoway, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
src/Templates/Modules/Feature-3.cshtml
mixcore/mix.theme.mixcore-agency
0
7047362
<gh_stars>0 @model Mix.Cms.Lib.ViewModels.MixModules.ReadMvcViewModel <div class="features-3 pb-0"> <div class="container"> <div class="row"> <div class="col-md-8 mr-auto ml-auto"> <h2 class="title text-primary">@Model.Title</h2> <h4 class="description">@Htm...
Unity-Framework-Learning/Unity-Framework/Assets/FrameworkDesign/Example/Scripts/Game/Enemy.cs
zhy-stay/Unity-Learning
0
7047363
<reponame>zhy-stay/Unity-Learning<filename>Unity-Framework-Learning/Unity-Framework/Assets/FrameworkDesign/Example/Scripts/Game/Enemy.cs /**************************************************** 文件:Enemy.cs 作者:zhyStay 邮箱:<EMAIL> 日期:2021/7/6 15:0:53 功能:Nothing ********************************************...
ParametersPortLogic/ParamsCodec.cs
vanyww/FringeC-Server
0
7047364
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ParametersWorker { internal static class ParamsCodec { public static Parameter DecodeParamInfo(Byte[][] parameterInfo) { return null; } ...
MailKit/MessageSummary.cs
dzchen/MailKit
1
7047365
<reponame>dzchen/MailKit // // MessageSummary.cs // // Author: <NAME> <<EMAIL>> // // Copyright (c) 2013-2014 Xamarin Inc. (www.xamarin.com) // // 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 Soft...
serverless-gateway/src/Gateway/Application/Pipelines/AuthorizedPipeline.cs
toddbadams/code-challenges
0
7047366
using Gateway.Application.Interfaces; using Gateway.Application.Middleware; namespace Gateway.Application.Pipelines { public class AuthorizedPipeline : Pipeline { public AuthorizedPipeline(IContextFactory contextFactory, IMiddlewareFactory middlewareFactory) : base(contextFactory) { ...
AzRanger/Checks/Rules/EXOOutlookAddins.cs
HackmichNet/AzRanger
0
7047367
using AzRanger.Models; using AzRanger.Models.ExchangeOnline; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AzRanger.Checks.Rules { [RuleInfo("EXOOutlookAddins", Scope.EXO, MaturityLevel.Tentative, "https://outlook.office365.com/ecp/?f...
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/FakeCompletionItemProvider.cs
dongdapeng110/SharpDevelopTest
11
7047368
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using ICSharpCode.SharpDevelop.Editor; using ICSharpCode.SharpDevelop.Editor.CodeCompletion; namespace PythonBi...
Source/DotSpatial.NTSExtension/EnvelopeExt.cs
sindizzy/DotSpatial
738
7047369
// Copyright (c) DotSpatial Team. All rights reserved. // Licensed under the MIT license. See License.txt file in the project root for full license information. using System.Collections.Generic; using GeoAPI.Geometries; using NetTopologySuite.Geometries; namespace DotSpatial.NTSExtension { /// <summary>...
NBitcoin.Tests/RestClientTests.cs
knocte/NBitcoin
0
7047370
using NBitcoin.RPC; using System; using System.Linq; using Xunit; namespace NBitcoin.Tests { //Require a rpc server on test network running on default port with -rest -rpcuser=NBitcoin -rpcpassword=<PASSWORD> //For me : //"bitcoin-qt.exe" -testnet -server -rest [Trait("RestClient", "RestClient")] public class ...
src/services/SmartBank/SmartBankUsers.Application/ViewModels/ClienteSolicitacaoPendeciaViewModel.cs
ronilsonsilva/smartbank
0
7047371
using SmartBank.Domain.Entities; using System; namespace SmartBank.Application.ViewModels { public class ClienteSolicitacaoPendeciaViewModel : BaseViewModel { public DateTime DataPendencia { get; set; } public StatusPendenciaSolicitacao Status { get; set; } public DateTime DataResolvid...
tests/ZoombracoDemo.Web/Views/Home.cshtml
JimBobSquarePants/Zoombraco
38
7047372
<reponame>JimBobSquarePants/Zoombraco @using System.Globalization @using Zoombraco.Models @using Zoombraco.Search @using Zoombraco.Views @inherits ZoombracoViewPage<RenderPage<ZoombracoDemo.Logic.Models.Home>> @{ Html.RenderPartial("~/Views/Partials/Shared/_HeroPanel.cshtml", Model.Content);} <h1>@Model.Content.Nam...
SanteDB.BI/Components/Base/BiAttributeComponent.cs
santedb/santedb-bis
0
7047373
using SanteDB.BI.Rendering; using System; using System.Xml; using System.Xml.Linq; namespace SanteDB.BI.Components.Base { /// <summary> /// Attribute component appends an attribute to the previous element /// </summary> public class BiAttributeComponent : IBiViewComponent { /// <summary> ...
src/Tubumu.Modules.Admin/Controllers/AdminIndexController.cs
albyho/Tubumu
17
7047374
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Tubumu.Core.Extensions; using Tubumu.Modules.Admin.Models; using Tubumu.Modules.Admin.Models.Input; using Tubumu.Modules.Admin.UI.Navigation; using Tub...
POEApi.Model/Item.cs
thailyn/Procurement
0
7047375
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace POEApi.Model { public enum ItemType : int { UnSet, Gear, Gem, Jewel, Currency, } public enum Rarity : int { Normal, Magic, Rare, ...
PrisonBack/PrisonBack/Domain/Repositories/IInviteCodeRepository.cs
KamilMaciuszek/PrisonBack
0
7047376
<filename>PrisonBack/PrisonBack/Domain/Repositories/IInviteCodeRepository.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PrisonBack.Domain.Repositories { public interface IInviteCodeRepository { bool IsActive(string code); void Cha...
MultidimensionalArraysLab/7.PascalTriangle/Program.cs
pavlin1984/CSharpAdvance2022
0
7047377
<gh_stars>0 using System; namespace _7._Pascal_Triangle { class Program { static void Main(string[] args) { int n =int.Parse(Console.ReadLine()); long[][] pascal = new long[n][]; int cols = 1; for (int row = 0; row < pascal.Length; row++) ...
SpreadCommander.Common/PowerShell/CmdLets/Map/AddMapLayerRouteCmdlet.cs
VassilievVV/SpreadCommander
3
7047378
<reponame>VassilievVV/SpreadCommander<filename>SpreadCommander.Common/PowerShell/CmdLets/Map/AddMapLayerRouteCmdlet.cs using DevExpress.XtraMap; using SpreadCommander.Common.PowerShell.CmdLets.Map.MapRouteLayerContext; using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; u...
Sequence/Sequence/Program.cs
Max1811/.Net-Core-Courses
0
7047379
using Serilog; namespace Sequence { class Program { static void Main(string[] args) { FibbonacciSequenceApp _sequenceApp = new FibbonacciSequenceApp(); Log.Logger = new LoggerConfiguration().MinimumLevel.Debug().WriteTo.File("log.txt").CreateLogger(); ...