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
G4YokoActTM/G4YokoActTM/Games/Enemies/Objects/StartPoint.cs
stackprobe/G4YokoActTM
0
7036242
<filename>G4YokoActTM/G4YokoActTM/Games/Enemies/Objects/StartPoint.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Charlotte.Tools; using Charlotte.Common.Options; namespace Charlotte.Games.Enemies.Objects { public class StartPoint : IEnemy { public int In...
Unity/TheTwilightAdventuresInUpAndDown/Assets/Scripts/Active Interactable Object/ActiveInteractableObject.cs
oscaroders/TheTwilighitAdventures
2
7036243
<reponame>oscaroders/TheTwilighitAdventures<gh_stars>1-10 using System.Collections; using System.Collections.Generic; using UnityEngine; public abstract class ActiveInteractableObject : MonoBehaviour { public virtual void Interact(bool interacting) { } }
resistor-color/ResistorColor.cs
gordonli08/Exercism-csharp
0
7036244
using System; using System.Collections.Generic; using System.Linq; public static class ResistorColor { static readonly Dictionary<string, int> resistors = new Dictionary<string, int>{ {"black", 0}, {"brown", 1}, {"red", 2}, {"orange", 3}, {"yellow", 4}, {"green", 5}...
src/LightOps.Commerce.Services.MetaField/Domain/GrpcServices/MetaFieldGrpcService.cs
SorenA/-lightops-commerce-services-meta-field
0
7036245
using System; using System.Collections.Generic; using System.Linq; using System.Text.Json; using System.Threading.Tasks; using Grpc.Core; using LightOps.Commerce.Proto.Services.MetaField; using LightOps.Commerce.Services.MetaField.Api.Commands; using LightOps.Commerce.Services.MetaField.Api.Queries; using LightOps.CQR...
src/Reception.Server.Auth/Repository/IUserService.cs
kirichenec/ReceptionNetCore
1
7036246
using Reception.Model.Interface; using Reception.Server.Auth.Entities; using System.Threading.Tasks; namespace Reception.Server.Auth.Repository { public interface IUserService : IRepository<User> { Task<bool> DeleteAsync(int id); Task<User> SaveAsync(User value); } }
src/Majorsoft.Blazor.Components.Timer.Tests/AdvancedTimerTest.cs
mxmissile/blazor-components
174
7036247
using System.Threading.Tasks; using Bunit; using Majorsoft.Blazor.Components.CommonTestsBase; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Majorsoft.Blazor.Components.Timer.Tests { [TestClass] public class AdvancedTimerTest : ComponentsTestBase<AdvancedTimer> { [TestMethod] public void Advan...
VssSvnConverter/Core/EnumerableExtensions.cs
azarkevich/VssSvnConverter
11
7036248
<gh_stars>10-100 using System.Collections.Generic; using System.Linq; namespace VssSvnConverter.Core { public static class EnumerableExtensions { public static List<List<string>> Partition(this IList<string> source, int chunkSize) { return source .Select((x, i) => new { Index = i, Value = x }) .Group...
src/DL444.Ucqu/DL444.Ucqu.App.WinUniversal/Models/DataRequestResult.cs
DL444/ucqu-ng
3
7036249
<reponame>DL444/ucqu-ng<filename>src/DL444.Ucqu/DL444.Ucqu.App.WinUniversal/Models/DataRequestResult.cs namespace DL444.Ucqu.App.WinUniversal.Models { internal struct DataRequestResult<T> { public DataRequestResult(T resource, string message) { Resource = resource; Messa...
test/FunctionalTests/Taupo/Source/Taupo.Astoria/Client/EntityDescriptorDataDefaultChangeTracker.cs
Sreejithpin/odata.net
629
7036250
//--------------------------------------------------------------------- // <copyright file="EntityDescriptorDataDefaultChangeTracker.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------...
app/SRC/Interpidians.Catalyst/Interpidians.Catalyst.Core.Entity/DomainEntities/CountryMaster.cs
prashantkakde31/CatalystUserApp
0
7036251
using System; namespace Interpidians.Catalyst.Core.Entity { public partial class CountryMaster { public int CountryID { get; set; } // int, not null public string Country { get; set; } // nvarchar(50), not null public string Sortname { get; set; } // nvarchar(5), not null pub...
src/Micro.Common/Events/ItemCountUpdated.cs
brentwhittaker/Number-Locker-Service
0
7036252
<reponame>brentwhittaker/Number-Locker-Service using System; namespace Micro.Common.Events { public class ItemCountUpdated : IEvent { public Guid Id { get; } public string Item { get; } public string Status { get; } public int Count { get; } protected ItemCountUpdated(...
src/InlineMapping/Descriptors/NoArgumentConstructorDescriptorConstants.cs
IEvangelist/InlineMapping
0
7036253
<filename>src/InlineMapping/Descriptors/NoArgumentConstructorDescriptorConstants.cs<gh_stars>0 namespace InlineMapping.Descriptors { public static class NoArgumentConstructorDescriptorConstants { public const string Id = "IM0001"; public const string Message = "The destination type must have a public no-argument...
packages/jsii-pacmak/test/expected.jsii-calc/dotnet/Amazon.JSII.Tests.CalculatorPackageId/Amazon/JSII/Tests/CalculatorNamespace/IStructWithJavaReservedWords.cs
NGL321/jsii
1
7036254
<filename>packages/jsii-pacmak/test/expected.jsii-calc/dotnet/Amazon.JSII.Tests.CalculatorPackageId/Amazon/JSII/Tests/CalculatorNamespace/IStructWithJavaReservedWords.cs using Amazon.JSII.Runtime.Deputy; #pragma warning disable CS0672,CS0809,CS1591 namespace Amazon.JSII.Tests.CalculatorNamespace { /// <remarks> ...
JTranEdit/Classes/Code Completion/SyntaxSchema.cs
JTranOrg/JTranEd
2
7036255
using System; using System.Collections.Generic; using System.Text; namespace JTranEdit { public class SyntaxSchema { public List<SyntaxElement> Elements { get; set; } } public class SyntaxElement { public string Name { get; set; } public bool Params { g...
src/Sparrow/AsyncManualResetEvent.cs
ryanheath/ravendb
1
7036256
using System; using System.Diagnostics.Contracts; using System.Threading; using System.Threading.Tasks; using Sparrow.Utils; namespace Sparrow { public class AsyncManualResetEvent { private volatile TaskCompletionSource<bool> _tcs = new TaskCompletionSource<bool>(TaskCreationOptions.RunContin...
Source/Tests/TrackableEntities.Client.Tests.Entities/NorthwindModels/Customer.cs
edi0177/trackable-entities
107
7036257
<reponame>edi0177/trackable-entities<filename>Source/Tests/TrackableEntities.Client.Tests.Entities/NorthwindModels/Customer.cs<gh_stars>100-1000 using System; using System.Collections.Generic; using Newtonsoft.Json; namespace TrackableEntities.Client.Tests.Entities.NorthwindModels { [JsonObject(IsReference = true...
Tools/MediaServer/UPnPMediaServerService/ProjectInstaller.cs
okertanov/Developer-Tools-for-UPnP-Technologies
0
7036258
using System; using System.Collections; using System.ComponentModel; using System.Configuration.Install; namespace UPnPMediaServerService { /// <summary> /// Summary description for ProjectInstaller. /// </summary> [RunInstaller(true)] public class ProjectInstaller : System.Configuration.Install.Instal...
LegacyApp/UserService.cs
FlightioGr/Refactoring
0
7036259
using System; using System.Text.RegularExpressions; namespace LegacyApp { public class UserService { public bool AddUser( string firstname, string surname, string email, DateTime dateOfBirth, int clientId ) { v...
InterVF18/Assets/Scripts/FSM/Scripts/Actions/FetchAction.cs
Fran2244/InterVF18
0
7036260
<reponame>Fran2244/InterVF18<gh_stars>0 using UnityEngine; using AI; using UnityEngine.AI; [CreateAssetMenu(menuName = "AI/Actions/Fetch")] public class FetchAction : Action { public override void ActEnter(StateController controller) { if (controller.target != null) { StateCon...
Specifications/Concepts/given/InheritingFromLongConcept.cs
joelhoisko/DotNET.Fundamentals
0
7036261
namespace Dolittle.Specs.Concepts.given { public class InheritingFromLongConcept : LongConcept { public static implicit operator InheritingFromLongConcept(long value) { return new InheritingFromLongConcept { Value = value }; } } }
SignalBox.Models/SignalBoxElement.cs
dfoehl/Stellwerk
0
7036262
using System; using System.Collections.Generic; using System.Text; namespace SignalBox.Models { public abstract class SignalBoxElement { public virtual string Id { get; set; } public SignalBox SignalBox { get; protected set; } public SignalBoxElement(SignalBox signalBox) { ...
VBB.DataAccessLayer/EntityConfigurations/PermissionConfiguration.cs
mkvster/vobabu
0
7036263
using System; using System.Collections.Generic; using System.Data.Entity.ModelConfiguration; using System.Linq; using System.Text; using System.Threading.Tasks; using VBB.Model; namespace VBB.DataAccessLayer.EntityConfigurations { public class PermissionConfiguration : EntityTypeConfiguration<Permission> ...
src/testtools/Adapters/Interactive/InteractiveAdapterProxy.cs
YuuuZhang/ProtocolTestFramework
0
7036264
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Runtime.Remoting.Proxies; using System.Runtime.Remoting.Messaging; using System.Windows.Forms; namespace Microsoft.Protocols.TestTo...
UltraStar Play/Assets/Scenes/Sing/DummySingers/AbstractDummySinger.cs
paradigmn/Play
0
7036265
<gh_stars>0 using UnityEngine; using UniInject; using System.Linq; // Disable warning about fields that are never assigned, their values are injected. #pragma warning disable CS0649 abstract public class AbstractDummySinger : MonoBehaviour, INeedInjection { public int playerIndexToSimulate; protected Player...
src/Sample/DemoSite/Controllers/HomePageController.cs
andrewmarkham/contentsecuritypolicy
0
7036266
<filename>src/Sample/DemoSite/Controllers/HomePageController.cs using DemoSite.Models.Pages; using DemoSite.Models.ViewModels; using EPiServer; using EPiServer.Web.Mvc; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; namespace DemoSite.Controllers { public class HomePageController : PageContro...
SelfInjectiveQuiversWithPotential/Analysis/SemimonomialUnboundQuiverAnalyzer.cs
Samuel-Q/SelfInjectiveQuiversWithPotential
0
7036267
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using DataStructures; namespace SelfInjectiveQuiversWithPotential.Analysis { /// <summary> /// This class i...
src/SampleTopshelfRehabService/Program.cs
nblumhardt/Topshelf
1
7036268
<filename>src/SampleTopshelfRehabService/Program.cs // Copyright 2007-2012 <NAME>, <NAME>, <NAME>, et. al. // // 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://ww...
src/GameData/Achievement.cs
moto2002/tianqi_src
5
7036269
using ProtoBuf; using System; using System.Collections.Generic; using System.ComponentModel; namespace GameData { [CfgIndices(new string[] { "id" }), ProtoContract(Name = "Achievement")] [Serializable] public class Achievement : IExtensible { private int _id; private int _nextId; private int _isFrist; ...
REST-SDK/test/Cumulocity.SDK.Client.IntegrationTest/PlatformCollection.cs
SoftwareAG/cumulocity-sdk-cs
0
7036270
using System; using System.Collections.Generic; using System.Text; using Xunit; namespace Cumulocity.SDK.Client.IntegrationTest { [CollectionDefinition("Platform collection")] public class PlatformCollection : ICollectionFixture<PlatformFixture> { // This class has no code, and is never created. Its purpose is s...
src/Shared/UnitTests/EscapingUtilities_Tests.cs
IvanLieckens/msbuild
1
7036271
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Build.Shared; using Xunit; namespace Microsoft.Build.UnitTests { public sealed class EscapingUtilities_Tests { /// <summary> //...
Assets/Hotpot/scripts/SplineElevator.cs
Meizijiang01/AgentEcologyBathhouse
0
7036272
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; [RequireComponent(typeof(SplineInterpolator))] //+++ public class SplineElevator : Conveyance { public GameObject Cars; public GameObject[] SplinePath; private Destination[] _destinations; ...
cw/src/CarSystem/CarSystemApplication/Program.cs
rasmunk/set11515
0
7036273
using System; namespace CarSystemApplication { class Program { static void Main(string[] args) { // The maxmimum speed that the car can drive const int maximum_speed = 100; // Instantiate a new CarSystem CarSystem carsystem = new CarSystem(maximu...
src/filters/Homework2/HarmonicMeanFilter.cs
DrItanium/ImageProcessingApplication
0
7036274
<reponame>DrItanium/ImageProcessingApplication using System; using System.Reflection; using System.Linq; using System.Drawing; using System.Windows.Forms; using System.Drawing.Imaging; using System.Collections.Generic; using System.Text; using Libraries.Imaging; using Libraries.Filter; using System.Threading; using Sys...
Net.Bluewalk.DotNetUtils/JsonLowerCaseUnderscoreContractResolver.cs
bluewalk/DotNetUtils
0
7036275
using Net.Bluewalk.DotNetUtils.Extensions; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Net.Bluewalk.DotNetUtils { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property)] public cl...
LibraryControllerTable.cs
TheArchitect123/iVault-iOS
1
7036276
// This file has been autogenerated from a class added in the UI designer. using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using Foundation; using UIKit; using CoreGraphics; using CoreFoundation; using AudioToolbox; namespace SecurePDF { /* List of bug...
KeyboardSmasher/GUI/Controls/PauseMenu.Designer.cs
MKRTeam/KeyboardSmasher
0
7036277
<reponame>MKRTeam/KeyboardSmasher<filename>KeyboardSmasher/GUI/Controls/PauseMenu.Designer.cs namespace KeyboardSmasher.GUI.Controls { partial class PauseMenu { /// <summary> /// Обязательная переменная конструктора. /// </summary> private System.ComponentModel.IContainer compo...
Assets/Scripts/Player/MainGun.cs
ChargerIIC/TankPrototype
0
7036278
<gh_stars>0 using UnityEngine; using System.Collections; public class MainGun : MonoBehaviour { public Transform SpawnPoint; public Transform CannonTransform; public float Speed = 15; public float CurRotation = 0; // Use this for initialization void Start () { } // Update is called once per f...
FlubuCore.Azure/Tasks/Lab/AzureLabArtifactTask.cs
flubu-core/FlubuCore.Azure
1
7036279
using System; using System.Collections.Generic; using System.Text; using FlubuCore.Context; using FlubuCore.Tasks; using FlubuCore.Tasks.Process; namespace FlubuCore.Azure.Tasks.Lab { public partial class AzureLabArtifactTask : ExternalProcessTaskBase<AzureLabArtifactTask> { /// <summary> ...
src/WaffleGenerator/WaffleEngine.cs
SimonCropp/WaffleGenerator
72
7036280
<filename>src/WaffleGenerator/WaffleEngine.cs namespace WaffleGenerator; public static class WaffleEngine { public static string Html(int seed, int paragraphs, bool includeHeading, bool includeHeadAndBody) { return Html(new Random(seed), paragraphs, includeHeading, includeHeadAndBody); } publi...
Learning/Assets/AmplifyShaderEditor/Plugins/Editor/Nodes/ImageEffects/NoiseGeneratorNode.cs
NikolaTotev/Learning-Unity
28
7036281
<filename>Learning/Assets/AmplifyShaderEditor/Plugins/Editor/Nodes/ImageEffects/NoiseGeneratorNode.cs // Amplify Shader Editor - Visual Shader Editing Tool // Copyright (c) Amplify Creations, Lda <<EMAIL>> // Based on the work by https://github.com/keijiro/NoiseShader using System; using UnityEditor; using UnityEngine...
TypeOfIrisFlower/TypeOfIrisFlower/Program.cs
lenerson/machine-learning
0
7036282
<filename>TypeOfIrisFlower/TypeOfIrisFlower/Program.cs using Microsoft.ML; using Microsoft.ML.Data; using Microsoft.ML.Trainers; using Microsoft.ML.Transforms; using System; namespace TypeOfIrisFlower { class Program { static void Main(string[] args) { // Create a pipeline and load...
Flaky.Sources/Sources/Effects/Repeater.cs
gnhdnb/Flaky
9
7036283
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using System.Threading.Tasks; namespace Flaky { public class Rep : Source, IPipingSource { private readonly INoteSource feed; private Source source; private State state; private readonly float multip...
Assembly-CSharp/PhoneEventScript.cs
JaydenB14/YandereSimulatorDecompiled
1
7036284
<filename>Assembly-CSharp/PhoneEventScript.cs<gh_stars>1-10 // Decompiled with JetBrains decompiler // Type: PhoneEventScript // Assembly: Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 5F8D6662-C74B-4D30-A4EA-D74F7A9A95B9 // Assembly location: C:\YandereSimulator\YandereSimulator_Data...
LearningSystem/LearningSystem/LearningSystem.Service/IUserService.cs
tanyogeorgiev/ASP.NET-Core-MVC
0
7036285
namespace LearningSystem.Service { using LearningSystem.Service.Models; using System.Collections.Generic; using System.Threading.Tasks; public interface IUserService { Task<UserProfileServiceModel> ProfileAsync(string username); Task<IEnumerable<UserListingServiceModel>> FindAsync...
Chess/State.cs
jongleur1983/ChessLib
1
7036286
/* ChessLib, a chess data structure library MIT License Copyright (c) 2017-2019 <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 restriction, including without limitation the righ...
GE2-CA/Assets/Scripts/Path.cs
outclash/GE2-Assignment
0
7036287
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Path : MonoBehaviour { public List<Vector3> waypoints = new List<Vector3> (); public GameObject mothership = null; //gets mothership object public int next = 0; public bool looped = true; public bool isRandom = true; //c...
AdminLteMvc/AdminLteMvc/Views/Proyectos_Ubicaciones/Create.cshtml
CristianRP/VallasRosulBackend
0
7036288
@model AdminLteMvc.Proyectos_Ubicaciones @{ Layout = "~/Views/Shared/_AdminLteLayout.cshtml"; } <div class="row"> <div class="col-md-12"> <!-- TABLE: LATEST ORDERS --> <div class="box box-info"> <div class="box-header with-border"> <h3 class="box-title">NUEVO PRO...
EIDSS v6/eidss.openapi.bll/Bll/HumanCaseSampleBll.cs
EIDSS/EIDSS-Legacy
2
7036289
using System; using System.Collections.Generic; using System.Linq; using System.Text; using bv.model.BLToolkit; using eidss.model.Core; using eidss.model.Resources; using eidss.model.Schema; using eidss.openapi.bll.Converters; using eidss.openapi.bll.Exceptions; namespace eidss.openapi.bll.Bll { publ...
src/Omnius.Core.Net/_RocketPack/OmniAddress.cs
omnius-labs/omnix
4
7036290
using System.Diagnostics; namespace Omnius.Core.Net; [DebuggerDisplay("{Value}")] public partial class OmniAddress { private static readonly NLog.Logger _logger = NLog.LogManager.GetCurrentClassLogger(); public override string ToString() { return this.Value; } }
DemiCode.Mvvm.Test/UserControlViewTests/Views/WindowWithNamedRootUserControlViewModel.cs
KodeCompagniet/demicode-mvvm
0
7036291
<gh_stars>0 namespace DemiCode.Mvvm.Test.UserControlViewTests.Views { public class WindowWithNamedRootUserControlViewModel : ViewModelBase { private string _someData = "Hello World"; public string SomeData { get { return _someData; } set { _someData = value; Raise...
Gradebook/Views/CourseViews/CoursesView.xaml.cs
pfthroaway/Gradebook
0
7036292
using Extensions; using Extensions.ListViewHelp; using Gradebook.Models; using System.Collections.Generic; using System.Linq; using System.Windows; using System.Windows.Controls; namespace Gradebook.Views.CourseViews { /// <summary>Interaction logic for CoursesView.xaml</summary> public partial class CoursesV...
MyBookAPI.Application/Reviews/Queries/GetReviews/GetReviewsQuery.cs
RemigiuszZalewski/MyBook
0
7036293
using MediatR; namespace MyBookAPI.Application.Reviews.Queries.GetReviews { public class GetReviewsQuery : IRequest<ReviewsVm> { public string BookName { get; set; } } }
src/StateManagement/PlayerState.cs
MickSheridan24/Godot_Project
0
7036294
<filename>src/StateManagement/PlayerState.cs<gh_stars>0 public class PlayerState { public IWizardState wizardState { get; set; } public IResourceBank bank { get; set; } }
Project/Codeer.TestAssistant.GeneratorToolKit/AnalyzeWindowOutput.cs
Codeer-Software/TestAssistant.GeneratorToolKit
2
7036295
using System.Collections.Generic; namespace Codeer.TestAssistant.GeneratorToolKit { /// <summary> /// Analyze Window Output. /// </summary> public class AnalyzeWindowOutput { List<string> _lines = new List<string>(); internal bool ToldToShow { get; set; } internal bool Told...
Source/Framework/ZyGames.Framework.Common/BaseDisposable.cs
lsqtzj/Scut
1,238
7036296
<gh_stars>1000+ /**************************************************************************** Copyright (c) 2013-2015 scutgame.com http://www.scutgame.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 ...
DesignPatternsTutorial/CreationalDesignPatterns/FactoryMethod/MissileSpawner.cs
cosmopod/Design-Patterns-Tutorial
0
7036297
<filename>DesignPatternsTutorial/CreationalDesignPatterns/FactoryMethod/MissileSpawner.cs namespace DesignPatternsTutorial.CreationalDesignPatterns.FactoryMethod { public class MissileSpawner : ProjectileSpawner { public override IProjectile SpawnProjectile() { return new Missile(); ...
Win/PPDFramework/Vertex/DX11/VertexDeclarationFactory.cs
KHCmaster/PPD
16
7036299
using SharpDX.Direct3D11; using SharpDX.DXGI; namespace PPDFramework.Vertex.DX11 { class VertexDeclarationFactory : IVertexDeclarationFactory { public VertexDeclarationBase Create(PPDDevice device, Effect.EffectBase effect) { var layout = new InputLayout((SharpDX.Direct3D11.Device)...
VerlofVerzoekVerwerkerDemo/VVV.Models/MutationsVacation.cs
mischarouleaux/VerlofVerzoekVerwerkerDemo
0
7036300
using System; using System.Collections.Generic; namespace VVV.Models { public partial class MutationsVacation { public long MutationID { get; set; } public long UserID { get; set; } public Nullable<long> VacationID { get; set; } public int VacationModification { get; set; } ...
src/Atc.CodingRules.Updater.CLI/ProjectHelper.cs
atc-net/atc-coding-rules-updater-cli
0
7036301
<reponame>atc-net/atc-coding-rules-updater-cli using Atc.DotNet; using OfficeOpenXml; using OfficeOpenXml.Style; // ReSharper disable InvertIf // ReSharper disable SuggestBaseTypeForParameter namespace Atc.CodingRules.Updater.CLI; public static class ProjectHelper { private const string RawCodingRulesDistribution...
ATMO.mko.Logging/PNDocuTerms/DocuEntities/Composer.TechTerms.cs
mk-prg-net/mk-prg-net.lib
0
7036302
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ATMO.mko.Logging.PNDocuTerms.DocuEntities { /// <summary> /// mko, 22.11.2018 /// Bezeichner für häufig verwendete Dokumentationsstrukturen. /// </summary> publ...
Defining Classes - Exercise/14. Cat Lady/Extraordinary.cs
melikpehlivanov/CSharp-OOP-Basic
8
7036303
<filename>Defining Classes - Exercise/14. Cat Lady/Extraordinary.cs public class Extraordinary : Cat { private int decibels; public Extraordinary(string breed, string name, int decibels) : base(breed, name) { this.decibels = decibels; } public override string ToString() { retu...
sw/control/HidLibrary/DeviceMode.cs
W3AXL/KFDtool
0
7036304
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HidLibrary { public enum DeviceMode { NonOverlapped, Overlapped } }
KonaAnalyzer/Setup/FolderService.cs
lancer1977/KonaTracker
0
7036305
<filename>KonaAnalyzer/Setup/FolderService.cs using System; using System.IO; using PolyhydraGames.Core.Interfaces; using Xamarin.Forms; using Xamarin.Forms.PlatformConfiguration; namespace KonaAnalyzer.Setup { public class FolderService : IStorageFolder { public string Get() { swi...
framework/src/Silky.RegistryCenter.Zookeeper/ZookeeperServerRegister.cs
microserviceframe/Silky
116
7036306
using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using Microsoft.Extensions.Options; using org.apache.zookeeper; using Silky.Core; using Silky.Core.Extensions; usi...
Web/BeGorgeous.Web/Areas/Administration/Views/Salons/Index.cshtml
dinikolaeva/BeGorgeous
2
7036307
<filename>Web/BeGorgeous.Web/Areas/Administration/Views/Salons/Index.cshtml @using BeGorgeous.Common @using BeGorgeous.Web.ViewModels.Salons @model SalonsListViewModel @{ this.ViewData["Title"] = "Salons"; } <h2 id="text"> All Salons (@Model.Salons.Count()) <span> <a class="btn btn-inf...
test/ThoughtHaven.AspNetCore.Identity.Test/Internal/UserOptionsTests.cs
ThoughtHaven/Identity
1
7036308
<filename>test/ThoughtHaven.AspNetCore.Identity.Test/Internal/UserOptionsTests.cs<gh_stars>1-10 using Xunit; namespace ThoughtHaven.AspNetCore.Identity.Internal { public class UserOptionsTests { public class RequireIdProperty { public class GetAccessor { ...
Recommender/Recommender.Windows/ItemPage.xaml.cs
gaoxuesong/Recommender
3
7036309
using Recommender.Common; using Recommender.Data; using Recommender.DataModel; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Windows.Input; using Windows.Foundation; using Windows.Foundation.Collections; using Windo...
Assets/MenuBuilder/Scripts/MenuItem.cs
ThirdPixelGames/MenuBuilder
1
7036311
<filename>Assets/MenuBuilder/Scripts/MenuItem.cs namespace ThirdPixelGames.MenuBuilder { using UnityEngine; using UnityEngine.Events; using UnityEngine.Serialization; /// <summary> /// A menu item that is managed by the parent menu /// </summary> public class MenuItem : MonoBeh...
MagicalLifeAPIStandard/Components/Resource/IHarvestable.cs
philipbawn/MagicalLife
0
7036312
using ProtoBuf; namespace MagicalLifeAPI.Components.Resource { /// <summary> /// Used to hold a <see cref="AbstractHarvestable"/> component. /// </summary> [ProtoContract] public interface IHarvestable { [ProtoMember(1)] AbstractHarvestable HarvestingBehavior { get; set; } ...
src/System.Net.Primitives/src/System/Security/Authentication/ExtendedProtection/ChannelBindingKind.cs
vkvenkat/corefx
15
7036313
// 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. namespace System.Security.Authentication.ExtendedProtection { // These should match the native SEC_ATTR_*_BINDIN...
src/NUI4Map/Gestures/IMapZoomGestureHandler.cs
gabrielspmoreira/nui4map.net
3
7036314
using System; namespace NUI4Map.Gestures { public interface IMapZoomGestureHandler { object MapComponent { set; } event Action ZoomStarted; event Action ZoomStopped; event Action Zooming; bool IsZooming { get; } bool Detect(object frame); } }
Views/Shared/_Layout.cshtml
rickxy/KOI-System
0
7036315
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - King's Own Institute</title> <link rel = "stylesheet" type = "text/css" href = "~/css/bootstrap-theme.css" /> <link rel = "styleshee...
src/Peachpie.Library/PerlRegex/PcreGroupCollection.cs
Valks/peachpie
1
7036316
<filename>src/Peachpie.Library/PerlRegex/PcreGroupCollection.cs using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; namespace Pchp.Library.PerlRegex { /// <summary> /// Collection of successful groups ordered by o...
MedicalCabinet.Library/Data/NoteContext.cs
Azonos712/MedicalCabinet
0
7036317
<reponame>Azonos712/MedicalCabinet using MedicalCabinet.Library.Model; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MedicalCabinet.Library.Data { public class NoteContext { public Note...
Bidirectional_interface/Assets/Scripts/RestartPathUI.cs
hukohli/Bidirectional_Interface
0
7036318
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class RestartPathUI : MonoBehaviour { public ExperimentSetup expSetup; public GameObject restartPathPanel; public Button restartButton; public Button quitButto...
ColinChang.EmotionAnalyze.AffdexExtentsion/FaceMapper.cs
colin-chang/EmotionAnalyze.AffdexExtentsion
2
7036320
<filename>ColinChang.EmotionAnalyze.AffdexExtentsion/FaceMapper.cs using System.Collections.Generic; using System.Linq; using AutoMapper; using ColinChang.EmotionAnalyze.Models; namespace ColinChang.EmotionAnalyze.AffdexExtentsion { public static class FaceMapper { static FaceMapper() => Mapper.Initia...
src/Remotus.API/Interfaces/IBaseController.cs
LazyTarget/ProcHelper
1
7036321
<gh_stars>1-10 using Remotus.API.v1.Models; using Remotus.Base; namespace Remotus.API { public interface IBaseController { ResponseBase<TResult> CreateResponse<TResult>(TResult result = default(TResult), IError error = null); } }
Models/MemberListingModel.cs
USGS-WiM/STNWeb1
0
7036322
<reponame>USGS-WiM/STNWeb1<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Globalization; using System.Web.Mvc; using System.Web.Security; using System.ComponentModel.DataAnnotations; namespace STNWeb.Models { public class MemberListingModel { ...
EUFA/EUFA/ManageTournaments.cs
thomasgassmann/2017_ICT_Championships_Appli_SAMPLE
3
7036323
using EUFA.Data; using System; using System.Linq; using System.Windows.Forms; namespace EUFA { public partial class ManageTournaments : Form { public ManageTournaments() { InitializeComponent(); LoadTournaments(); } private void LoadTournaments() ...
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/CalendarVisualStates.cs
KodamaSakuno/wpf
5,937
7036324
// 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.  using System; using System.Windows; namespace System.Windows.Controls { /// <summary> /// Names and help...
clients/StudentServiceApi/Startup.cs
rud9321/identityServer4
0
7036325
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Cors.Infrastructure; using Microsoft.AspNetCore.Hosting; u...
src/Interactive/Paginator/ReactionList.cs
FrostbiteTheWolf/Fergun
0
7036326
namespace Fergun.Interactive { /// <summary> /// The reaction list. /// </summary> public class ReactionList { /// <summary> /// Initializes a new instance of the <see cref="ReactionList"/> class with the default values. /// </summary> public ReactionList() {...
ats.core/Class1.cs
anandmt/ats_desktop
1
7036328
using ats.client.Model; using Emgu.CV; using Emgu.CV.Structure; using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using System.Windows; using Syst...
MultiPlex.Web/Views/WikiCategory/RemoveTitleFromCategory.cshtml
angaratosurion/MultiPlex
6
7036329
<reponame>angaratosurion/MultiPlex<filename>MultiPlex.Web/Views/WikiCategory/RemoveTitleFromCategory.cshtml @model MultiPlex.Core.Data.ViewModels.ViewTitleCategories @{ ViewBag.Title = "Remove Title From Category"; } <h2>Remove Title From Category</h2> <div> <h4>Title Details</h4> <hr /> <table class...
TaskService.Main/Services/UserScheduleServices.cs
BergenIt/task-service
1
7036330
<filename>TaskService.Main/Services/UserScheduleServices.cs using AutoMapper; using Grpc.Core; using TaskService.Core.TaskManagers.Commands.UserScheduleManager; using TaskService.Core.TaskManagers.UserScheduleManager; using TaskService.Proto; namespace TaskService.Services; /// <summary> /// Управление пользователь...
NtApiDotNet/Win32/Security/Authentication/Kerberos/KerberosHostAddress.cs
google/sandbox-attacksurface-analysis-tools
587
7036331
<reponame>google/sandbox-attacksurface-analysis-tools // Copyright 2020 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/...
test/FunctionalTests/Tests/DataServices/UnitTests/TDDUnitTests/Tests/Server/LiteralConversionTests.cs
manivannanse/odata.net
0
7036332
//--------------------------------------------------------------------- // <copyright file="LiteralConversionTests.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //------------------------------...
src/SnapshotTests/Exceptions/SnapshotNotFoundException.cs
jamie-davis/SnapshotTests
0
7036334
using System; namespace SnapshotTests.Exceptions { public class SnapshotNotFoundException : Exception { public string SnapshotName { get; } internal SnapshotNotFoundException(string snapshotName) : base("Requested snapshot is not in the collection.") { SnapshotName = snaps...
C# OOP Advanced/03 Iterators and Comparators/EXE_IteratorsAndComparators/P01_P02_ListyIterator/StartUp.cs
stStoyanov93/SoftUni-CSharp-Fundamentals-2018
0
7036335
using System; using System.Linq; namespace P01_P02_ListyIterator { class StartUp { static void Main(string[] args) { var createCommand = Console.ReadLine().Split(); ListyIterator<string> listyIterator; if (createCommand.Length > 1) { ...
src/Engine/ProtoCore/RuntimeMemory.cs
wilsonunitedconsult/try
0
7036336
using System.Collections.Generic; using System.Linq; using ProtoCore.DSASM; using ProtoCore.Utils; namespace ProtoCore { namespace Runtime { public class RuntimeMemory { public int FramePointer { get; set; } public List<StackValue...
src/Service.Bitgo.Webhooks.Client/SignalBitGoApprovalSubscriber.cs
MyJetWallet/Service.Bitgo.Webhooks
0
7036337
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using DotNetCoreDecorators; using MyJetWallet.Domain.ServiceBus.Serializers; using MyServiceBus.Abstractions; using MyServiceBus.TcpClient; using Service.Bitgo.Webhooks.Domain.Models; namespace Service.Bitgo.Webhooks.Clie...
Funny.Accents.Core.FileTransfer/Model/ITransferServiceHandler.cs
rohanebarrett/funnyaccentscore
0
7036338
using Funny.Accents.Core.Types.Results; using System; using System.Collections.Generic; namespace Funny.Accents.Core.FileTransfer.Model { public interface ITransferConnection { IProcessResult<T> Connect<T>(Func<bool, T> statusCheck); IProcessResult<T> CloseConnection<T>(Func<bool, T> statusChe...
SawMill/SawMill.Processor/Model/AlertValue.cs
mislav-markovic/sawmill
0
7036339
using System; namespace SawMill.Processor.Model { public class AlertValue { public int Id { get; set; } public int AlertId { get; set; } public int? AlertGroupValueId { get; set; } public string ConstantValue { get; set; } public DateTime TimespanStart { get; set; } public DateTime Times...
Tech Modul/01.Basic Syntax Conditional Statments and Loop/Exercise/07VendingMachine/07VendingMachine/Program.cs
veloman86/SoftUni-CSharp
2
7036340
using System; namespace _07VendingMachine { class Program { static void Main(string[] args) { string input = Console.ReadLine(); double sum = 0; double current = 0; bool purchased = false; bool isProduct = false; while (i...
Wallet/FiiiCoin.Wallet.Test/ServiceAgent/TransactionTest.cs
yollelaw/FiiiCoin
1
7036341
// Copyright (c) 2018 FiiiLab Technology Ltd // Distributed under the MIT software license, see the accompanying // file LICENSE or or http://www.opensource.org/licenses/mit-license.php. using FiiiCoin.DTO; using FiiiCoin.ServiceAgent; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Threading.Tasks; ...
Cave.Extensions/Linq/Grouping.cs
Dingsd4/cave-extensions
0
7036342
<gh_stars>0 #if NET20 #pragma warning disable CS1591, IDE0055, IDE0130 using System.Collections; using System.Collections.Generic; namespace System.Linq { class Grouping<TKey, TElement> : IGrouping<TKey, TElement> { internal readonly IEnumerable<TElement> Group; public Grouping(TKey key, IEn...
TCDev.SEPA/PAIN/pain.008.001.04/RemittanceInformation7.cs
DeeJayTC/sepa.net
2
7036343
<reponame>DeeJayTC/sepa.net using System.Collections.Generic; namespace TCDev.SEPA.PAIN { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.18060")] [System.SerializableAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(Names...
Imgur/Models/Impl/CustomGallery.cs
drasticactions/AwfulRedux
1
7036344
using System.Collections.Generic; using Imgur.API.JsonConverters; using Newtonsoft.Json; namespace Imgur.API.Models.Impl { /// <summary> /// A user's custom or filtered gallery. /// </summary> public class CustomGallery : ICustomGallery { /// <summary> /// Username of the a...
Assets/TLib/TAds/TAds.cs
Cupham/BLEPersonalHealthGateway
1
7036345
using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UI; ////tads ver 1.4 public class TAds : MonoBehaviour { public Image SPRITE; public Text LABEL; public string LINK = "https://stgame.vn"; string TEXT = "STGAME.VN"; static public string SUP...
AMP/UX/Services/FrameNavigationService.cs
microsoft/MTC_AMP
4
7036346
<reponame>microsoft/MTC_AMP ////********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRA...