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
Dukebox.Tests.UI/Screens/InitalImportScreen.cs
djfdyuruiry/Dukebox
2
7051190
using TestStack.White.ScreenObjects; using TestStack.White.UIItems; using TestStack.White.UIItems.WindowItems; namespace Dukebox.Tests.UI.Screens { public class InitalImportScreen : AppScreen { protected Hyperlink SkipImportLink; public InitalImportScreen(Window window, ScreenRepository scree...
src/SKIT.FlurlHttpClient.Wechat.Api/Models/CgibinExpress/LocalBusiness/CgibinExpressLocalBusinessOrderGetRequest.cs
magotop/DotNetCore.SKIT.FlurlHttpClient.Wechat
2
7051191
<filename>src/SKIT.FlurlHttpClient.Wechat.Api/Models/CgibinExpress/LocalBusiness/CgibinExpressLocalBusinessOrderGetRequest.cs<gh_stars>1-10 using System; using System.Collections.Generic; namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// <summary> /// <para>表示 [POST] /cgi-bin/express/local/business/order...
UIpribe/Assets/MyUICamera.cs
zhaoquanzhou/zhou1221
0
7051192
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MyUICamera : MonoBehaviour { private Camera cam;//摄像机组件 public LayerMask eventLayers;//层 private void Start() { cam = GetComponent<Camera>(); } private void Update() { if (Input.Ge...
Services/Services/IImageServices.cs
mstfzdmr/ImageChecker
0
7051193
<gh_stars>0 using Models.Request; using System; using System.Collections.Generic; using System.Drawing; namespace ImageChecker.Services { public interface IImageServices { bool ImageCheck(string imagePath); List<Tuple<string, bool>> ImageCheck(List<string> imagePaths, out List<string> notFound...
Tema1/EditarePariuri.cs
madamireag/Windows-Forms-Project
0
7051194
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 Tema1.Models; namespace Tema1 { public partial class EditarePariuri : Form { Pariu...
src/Cofoundry.Domain/Domain/PageTemplates/ViewFiles/IPageTemplateViewFileLocator.cs
OliveiraLands/cofoundry
780
7051195
<filename>src/Cofoundry.Domain/Domain/PageTemplates/ViewFiles/IPageTemplateViewFileLocator.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cofoundry.Domain.Internal { /// <summary> /// Allows searching for page template view file...
Assets/SrCatknight/Scripts/Enemies/Data/DataEntityIdleState.cs
MauricioRB06/Sr_Catknight
0
7051196
<filename>Assets/SrCatknight/Scripts/Enemies/Data/DataEntityIdleState.cs // Copyright (c) 2021 MauricioRB06 <https://github.com/MauricioRB06> // MIT License < Please Read LICENSE.md > // // The Purpose Of This Script Is: // // Allows to generate data assets of the entity's idle state. // // Documentation and Refer...
SampleTriangle/Program.cs
RoseLeBlood/libral
0
7051197
<gh_stars>0 // // Program.cs // // Author: // <NAME> <<EMAIL>> // // Copyright (c) 2014 <NAME> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the L...
InventoryWebApplication/Models/Interfaces/IIdBasedModel.cs
cau777/InventoryWebApplication
0
7051198
<reponame>cau777/InventoryWebApplication namespace InventoryWebApplication.Models.Interfaces { public interface IIdBasedModel { /// <summary> /// A unique id /// </summary> public int Id { get; set; } } }
src/mygeneration/MyGenUtility/XmlHelper.cs
cafesua/mygeneration
6
7051199
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; namespace MyGeneration { public class XmlHelper { /// <summary> /// robust replacement for parentNode.Attributes[name].Value = ... /// creates the attribut...
Source/Xoqal.Security/IUserRepository.cs
AmirKarimi/Xoqal
7
7051200
<reponame>AmirKarimi/Xoqal #region License // IUserRepository.cs // // Copyright (c) 2012 Xoqal.com // // 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/...
Model/OCL/AST/TypedElement.cs
mff-uk/exolutio
1
7051201
<filename>Model/OCL/AST/TypedElement.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Exolutio.Model.OCL.Types; namespace Exolutio.Model.OCL.AST { /// <summary> /// Matches UML.Classes.Kernel.TypedElement from UML SuperStructure /// </s...
AlwaysDay.cs
JohnGames/AlwaysDay
0
7051202
<filename>AlwaysDay.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using UnityModManagerNet; using System.Reflection; using static UnityModManagerNet.UnityModManager; using System.IO; using System.Collections; using UnityEngine.Video; using System.Reflection...
EpgTimer/EpgTimer/Common/DB_SearchLogResult.cs
h3zjp/EDCB
0
7051204
using EpgTimer.DefineClass; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; namespace EpgTimer.Common { /// <summary> /// /// </summary> class DB_SearchLogResult : DBBase<SearchLogResultItem>, IDB_EpgEventInfo { public co...
Payload_Type/apollo/agent_code/Apollo/CommandModules/Upload.cs
who1smrrobot/Apollo
327
7051205
<filename>Payload_Type/apollo/agent_code/Apollo/CommandModules/Upload.cs #define COMMAND_NAME_UPPER #if DEBUG #undef UPLOAD #define UPLOAD #endif #if UPLOAD using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Diagnostics; using System.IO; using Apollo.Jobs; using Apollo.Tasks; using System....
src/abstractions/Backend.Fx/Patterns/Authorization/AllowAll.cs
marcwittke/Backend.Fx
3
7051206
<reponame>marcwittke/Backend.Fx<gh_stars>1-10 using System; using System.Linq.Expressions; using Backend.Fx.BuildingBlocks; namespace Backend.Fx.Patterns.Authorization { public class AllowAll<TAggregateRoot> : AggregateAuthorization<TAggregateRoot> where TAggregateRoot : AggregateRoot { public overrid...
PlatformService/PlatformService/Controllers/PlatformsController.cs
mahrncic/.NET-microservices
0
7051207
<filename>PlatformService/PlatformService/Controllers/PlatformsController.cs using AutoMapper; using Microsoft.AspNetCore.Mvc; using PlatformService.AsyncDataServices; using PlatformService.Data; using PlatformService.Dtos; using PlatformService.Models; using PlatformService.SyncDataServices.Http; using System; using ...
Engine/extlibs/IosLibs/mono-2.6.7/mcs/class/System.ServiceModel/System.ServiceModel.Channels/AddressingVersion.cs
zlxy/Genesis-3D
0
7051209
// // System.ServiceModel.AddressingVersion.cs // // Author: <NAME> (<EMAIL>) // // Copyright (C) 2005 Novell, Inc (http://www.novell.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 Softwar...
move-sprite-with-keyboard/Player.cs
GameTemplates/Godot-CS-Examples
3
7051210
<filename>move-sprite-with-keyboard/Player.cs using Godot; using System; public class Player : Node2D { private int speed = 100; public override void _Ready() { // Called every time the node is added to the scene. // Initialization here } public override void _Process(flo...
Source/Tx.Bond/Internal/BondEnvelope.cs
Reactive-Extensions/Tx
57
7051212
namespace Tx.Bond { [global::Bond.Schema] internal partial class BondEnvelope { [global::Bond.Id(1)] public long ReceivedFileTimeUtc { get; set; } [global::Bond.Id(2)] public long OccurrenceFileTimeUtc { get; set; } [global::Bond.Id(3)] public string TypeId {...
ModernSlavery.BusinessDomain.DevOps/Security/PrivacyBusinessLogic.cs
mccabesp/ModernSlavery-Beta
0
7051213
namespace ModernSlavery.BusinessDomain.DevOps.Security { //Includes sconfidentiality and privacy public interface IPrivacyBusinessLogic { } public class PrivacyBusinessLogic : IPrivacyBusinessLogic { } }
ProductInstaller/7/InstallationFinishedForm.cs
Mortens4444/InstallAssistant
0
7051214
using System; using System.Windows.Forms; using InstallAssistant; namespace ProductInstaller._7 { public sealed partial class InstallationFinishedForm : Form { public InstallationFinishedForm() { InitializeComponent(); Lng.Translate(this); Text = Text.Replace(InstallerConstants.Ins...
Spring Season/C#/C#Part2/Methods/AddingPolynomials/AddingPolynomials.cs
p3rf0rat0ra/Telerik
0
7051216
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AddingPolynomials { class AddingPolynomials { static void Main() { int length = int.Parse(Console.ReadLine()); int[] firstArray = Co...
Hg/Data/Stats/ProgrammerStats.cs
PomatoCoCEO/Projeto-IPN
0
7051217
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hg.Data.Stats { public class ProgrammerStats { public int TasksAssigned { get; set; } public int TasksCompleted { get; set; } public int TasksFailed { get; set;...
NsPluginExample.Domain.Contracts/Services/ITokenStorage.cs
NEOLANT-Service/ns_pluginExample
0
7051218
<filename>NsPluginExample.Domain.Contracts/Services/ITokenStorage.cs using System; using System.Threading.Tasks; using NsPluginExample.Domain.Models.NsModels.OAuth; namespace NsPluginExample.Domain.Contracts.Services { public interface ITokenStorage { bool HasValue { get; } Task<OAuth2Token> ...
DeusExHackSender/DeusExHackSender/JoinRpg/CharacterInfo.cs
sth-larp/deusex-hack-sender
0
7051219
using System; using System.Collections.Generic; using JetBrains.Annotations; namespace DeusExHackSender.JoinRpg { /// <summary> /// Full character info /// </summary> [PublicAPI] internal class CharacterInfo { /// <summary> /// Id /// </summary> public int CharacterId { get; set; } ///...
src/NiceHashMiner/Views/Login/LoginWindow.xaml.cs
Hungkoi99/NiceHashMiner
1
7051220
<gh_stars>1-10 using Newtonsoft.Json; using NHM.Common; using NHMCore; using NHMCore.Configs; using NHMCore.Utils; using NiceHashMiner.Views.Common; using NiceHashMiner.Views.Common.NHBase; using System; using System.Diagnostics; using System.Net.Http; using System.Text; using System.Threading.Tasks; using System.Wind...
UniversitySystem/Models/Faculties/FacultyModel.cs
Nextttttt/ASP.NET-CourseWork
0
7051221
<filename>UniversitySystem/Models/Faculties/FacultyModel.cs namespace UniversitySystem.Models.Faculties { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; public class FacultyModel : BaseModel { public string Name { get; set; } p...
src.DAL/ApplicationDb.designer.cs
choi4450/angular-aspnet-mvc5-boilerplate
5
7051222
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerat...
ModelFramework/AsyncCommands/Handlers/SeparatedContextsHandler.cs
ChessOK/ModelFramework
2
7051223
using System; using Autofac; using ChessOk.ModelFramework.Commands; using ChessOk.ModelFramework.Logging; namespace ChessOk.ModelFramework.AsyncCommands.Handlers { /// <summary> /// Обрабатывает команды, создавая для каждой отдельный ModelContext. /// </summary> public class SeparatedCon...
Source/SafetySharp/Modeling/ComponentExtensions.cs
isse-augsburg/ssharp
7
7051224
// The MIT License (MIT) // // Copyright (c) 2014-2017, Institute for Software & Systems Engineering // // 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 wi...
XamarinSDK/SDKBrowser/SDKBrowser/Examples/ComboBoxControl/HowToCategory/SelectionWithCheckBoxExample/ViewModel.cs
telerik/xamarin-forms-sdk
34
7051225
using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Windows.Input; using Telerik.XamarinForms.Common; using Xamarin.Forms; namespace SDKBrowser.Examples.ComboBoxControl.HowToCategory.SelectionWithCheckBoxExample { // >> combobox-howto-selection-checkbox-viewmodel public cl...
Assets/Appodeal/Editor/Checkers/MultidexActivator.cs
lg-lg-lg/car_2d_racing
0
7051226
using System.Text.RegularExpressions; using UnityEngine; using UnityEditor; using System.IO; using System; using System.Xml; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Debug = System.Diagnostics.Debug; using AppodealAds.Unity.Editor.Utils; namespace AppodealAds.Unity.Editor.Checke...
backend/tests/Squidex.Infrastructure.Tests/Tasks/SingleThreadedDispatcherTests.cs
sauravvijay/squidex
0
7051227
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
BattleAxe/CommandDefinition.cs
DNCarroll/BattleAxe
1
7051228
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; namespace BattleAxe { public interface ICommandDefinition { string ConnectionString { get; set; } string CommandText { get; set; } CommandType CommandType { get; set; } int CommandTimeo...
PC_Program/GestioneTreni/Form1.Designer.cs
LukeScrewdriver/GestioneTreni
2
7051229
<filename>PC_Program/GestioneTreni/Form1.Designer.cs namespace GestioneTreni { partial class Form1 { /// <summary> /// Variabile di progettazione necessaria. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Pulire le r...
dotnetapi/AkkaServer/AkkaCLientApp/ClientHandler.cs
fzf003/dockerfordotnet5
0
7051230
using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Net.Http; using System.Text; using System.Threading; using System.Threading.Tasks; namespace AkkaCLientApp { public class ClientHandler : DelegatingHandler { readonly ILoggerFactory loggerFactory; ...
Assets/Scripts/HighScore.cs
ClemGG/Test
0
7051231
using UnityEngine; using UnityEngine.UI; /// <summary> /// Sets the HighScore text when the scene is loaded /// </summary> public class HighScore : MonoBehaviour { [SerializeField] private Text _highScoreText; void Start() { //If the currentHighScore is 0, then we don't have an High Score set yet...
Part3_CodeFirst/EntityLayer/Entities/Concrete/Customer.cs
Hasanaltan-cpu/DataAccessRepo
5
7051232
using Part3_CodeFirst.EntityLayer.Entities.Abstract; 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 Part3_CodeFirst.EntityLayer.Entities.Concr...
CUDAtrace/CUDAtrace/Models/Geometry.cs
nico1207/CUDAtrace
2
7051233
<filename>CUDAtrace/CUDAtrace/Models/Geometry.cs using System; using System.Collections.Generic; using System.Numerics; using System.Text; using ILGPU.Algorithms; namespace CUDAtrace.Models { public struct Geometry { public int GeometryType { get; set; } // 1: Sphere, 2: Plane, 3: Disc, 4: Cylinder ...
src/Stwalkerster.Bot.PhabricatorLib/Applications/Paste/Paste.cs
stwalkerster/sharphconduit
0
7051234
<reponame>stwalkerster/sharphconduit // -------------------------------------------------------------------------------------------------------------------- // <copyright file="Paste.cs" company="<NAME>"> // Copyright (c) 2016 <NAME> // - // Permission is hereby granted, free of charge, to any person obtaining a...
HatoLib/DragDropHandler.cs
yuinore/HeartBeat
0
7051235
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace HatoLib { // > このサンプルは、別アプリケーション(ファイラ等)からのファイルドロップを受け付けるC#.NET版のサンプルです。 // > http://homepage2.nifty.com/nonnon/SoftSam...
Source/TempGauge/Building_TemperatureSwitch.cs
emipa606/TemperatureGauge
0
7051236
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; using RimWorld; using UnityEngine; using Verse; using Verse.Sound; namespace TempGauge { // Token: 0x02000005 RID: 5 [StaticConstructorOnStartup] internal class Building_TemperatureSwitch : Building_Thermometer { //...
Assets/Scripts/MenuCtrl.cs
lawalm/Shooting-Gallery
0
7051237
<gh_stars>0 using UnityEngine; using UnityEngine.SceneManagement; //Handles the main menu button and controls public class MenuCtrl : MonoBehaviour { public void LoadLevel(string levelName) { SceneManager.LoadScene(levelName); } public void QuitGame() { #if UNITY_EDITOR UnityEditor...
Assets/Scripts/Lasers.cs
ThomasProg/SpyCatcher
0
7051238
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Lasers : MonoBehaviour { [SerializeField] List<Sprite> laserSprites; [SerializeField] List<Sprite> laserIdleSprites; [SerializeField] float spriteDelay = 0.1f; Image im...
Scripts/ShapeEditor/Gui/GuiContainer.cs
Henry00IS/ShapeEditor
26
7051239
<filename>Scripts/ShapeEditor/Gui/GuiContainer.cs #if UNITY_EDITOR using System.Collections.Generic; using Unity.Mathematics; using UnityEngine; namespace AeternumGames.ShapeEditor { /// <summary> /// The base type of all GUI elements, that can hold a collection of children and forward events. /// </summ...
engenious.UI/IControl.cs
Gallimathias/engenious.UI
0
7051240
<reponame>Gallimathias/engenious.UI<gh_stars>0 using engenious.Audio; using engenious.Graphics; namespace engenious.UI { public interface IControl { /// <summary> /// Reference to the current screen manager /// </summary> BaseScreenComponent ScreenManager { get; } /// ...
WpfClient/WpfClient/ViewModels/MainViewModel.cs
sundy39/xf
0
7051241
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Input; using XData.Windows.Client; using XData.Windows.Components; using XData.Windows.Models; namespace XData.Windows.ViewModels { public cla...
WebWallet.Web/Areas/Authenticated/Views/Budget/All.cshtml
VangelHristov/WebWallet
0
7051242
@{ Layout = "_Layout"; ViewData["title"] = "Моите Бюджети"; } @model IEnumerable<BudgetVM> <div class="single-table d-none d-md-block"> <div class="table-responsive"> <table class="table text-center"> <thead class="text-uppercase bg-info"> <tr class="text-white"> ...
src/tests/desktop/Thrower_.cs
nohros/nohros-must
0
7051244
using System; using System.Collections.Generic; using System.Text; using System.Configuration; using NUnit.Framework; namespace Nohros.Test.Common { [TestFixture] public class Thrower_ { [Test] [ExpectedExceptionAttribute(typeof (ArgumentException))] public void ThrowArgumentException() ...
LogicEngine/LogicEngine.Unity/Utils/UtilString.cs
corefan/LogicEngine
3
7051245
<reponame>corefan/LogicEngine<filename>LogicEngine/LogicEngine.Unity/Utils/UtilString.cs //============================================================================== // Copyright (C) 2015 <NAME> // All rights reserved // // Create by 彭光辉 at 2015/10/16 20:30:00 // Email: <EMAIL> //============================...
Backend/tests/CopaFilmes.Dominio.Tests/Servicos/NoChaveamentoDePartidasEntreOsExtremosDaLista.cs
rsuzumura/CopaFilmes
0
7051246
using CopaFilmes.Dominio.Entidades; using CopaFilmes.Dominio.Servicos; using System; using Xunit; using static CopaFilmes.Dominio.Tests.Mocks.MockFilmes; namespace CopaFilmes.Dominio.Tests.Servicos { public class NoChaveamentoDePartidasEntreOsExtremosDaLista { [Fact] public void AoTentarCriarC...
HolyLibraryBackend/Controllers/ReadersController.cs
HolyLibrarian/HolyLibraryBackend
0
7051247
using HolyLibraryBackend.Dto; using HolyLibraryBackend.Models; using Isopoh.Cryptography.Argon2; using Microsoft.AspNetCore.Mvc; using System; using System.Linq; using System.Security.Cryptography.X509Certificates; namespace HolyLibraryBackend.Controllers { [ApiController] [Route("[controller]")] public c...
Assets/DefaultVisualizer/data/PetalSpawner.cs
rhedgeco/hyper_visualizer
0
7051248
<filename>Assets/DefaultVisualizer/data/PetalSpawner.cs using UnityEngine; using Random = UnityEngine.Random; namespace DefaultVisualizer.data { public class PetalSpawner : MonoBehaviour { [SerializeField] private GameObject petal; [SerializeField] private int petalCount = 30; [Seriali...
ETHDINFKBot/Drawing/DrawTable.cs
steinraf/ETH-DINFK-Bot
0
7051249
<gh_stars>0 using ETHDINFKBot.Helpers; using ETHDINFKBot.Struct; using SkiaSharp; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ETHDINFKBot.Drawing { public class DrawTable { //pr...
arbor.Game.Tests/Visual/TestSceneWorld.cs
jorolf/arbor
2
7051250
<reponame>jorolf/arbor using System; using System.Collections.Generic; using arbor.Game.IO; using arbor.Game.Worlds; using osu.Framework.Allocation; using osu.Framework.Testing; namespace arbor.Game.Tests.Visual { public class TestSceneWorld : TestScene { public override IReadOnlyList<Type>...
src/Jacrys.AthenaSharp.Test/Model/PatientBalanceTests.cs
gitter-badger/athenasharp
0
7051251
<gh_stars>0 /* * athenahealth More Disruption Please (MDP) API * * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 2.0.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using NUnit.Framework; using System...
BeautifulFractals.Core/Fractals/NewtonBasins.cs
T-Alex/BeautifulFractals
7
7051252
using System; using System.Collections.Generic; using System.Text; using TAlex.BeautifulFractals.Rendering; using TAlex.MathCore; namespace TAlex.BeautifulFractals.Fractals { /// <summary> /// Represents the Newton Basins fractal. /// </summary> public class NewtonBasins : AlgebraicFractal2D { ...
Helpers/SNMP.cs
lpsouza/dell_switch_exporter
0
7051253
<reponame>lpsouza/dell_switch_exporter<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Net; using Lextm.SharpSnmpLib; using Lextm.SharpSnmpLib.Messaging; namespace dell_switch_exporter { class SNMP { private IPEndPoint Ip { get; set; } private OctetStr...
Final Exam Exercise/Emoji Detector/Program.cs
dzhanetGerdzhikova/Fundamentals
0
7051254
<filename>Final Exam Exercise/Emoji Detector/Program.cs using System; using System.Numerics; using System.Text.RegularExpressions; namespace Emoji_Detector { internal class Program { private static void Main(string[] args) { string input = Console.ReadLine(); MatchColl...
WebApp/ToTheRescueWebApplication/ToTheRescueWebAppTests/Controllers/ProfileControllerTests.cs
stephanievetter/ToTheRescue-
0
7051255
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Web.Mvc; using System.Web; using System.IO; using System.Web.SessionState; using System.Reflection; using Moq; using System.Data; using System.Configuration; using MySql.Data.MySqlClient; namespace ToTheRescueWebApplication.Controllers.Tes...
src/AssetManager.Core/Entities/Category.cs
mahedee/asset-manager
0
7051256
using AssetManager.Core.SharedKernel; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace AssetManager.Core.Entities { public class Category : Entity { [Required] [Display(Name = ("Catagory Name"))] public string Name { get; set; } ...
src/LibZ.Tool/Tasks/SignAndFixAssembliesTask.cs
vaginessa/LibZ
213
7051257
<filename>src/LibZ.Tool/Tasks/SignAndFixAssembliesTask.cs #region License /* * Copyright (c) 2013-2014, <NAME> * * Microsoft Public License (Ms-PL) * This license governs use of the accompanying software. * If you use the software, you accept this license. * If you do not accept the license, do not use the s...
LogicEngine/LogicEngine/Physics2D/AStar.cs
corefan/LogicEngine
3
7051258
//============================================================================== // Copyright (C) 2015 <NAME> // All rights reserved // // Create by 彭光辉 at 2015/10/16 20:30:00 // Email: <EMAIL> //============================================================================== using System; using System.Collection...
src/cs/TxTraktor/Parse/Forest/Leaf.cs
lepeap/TxTraktor
0
7051259
using TxTraktor.Compile.Model; namespace TxTraktor.Parse.Forest { internal class Leaf : NodeBase { public Leaf(TermBase term, Token token, int index, string localName, bool isHead, string semanticId) : base(NodeType.Leaf, index, localName, isHead, semanticId) { Term = t...
KRB.Core.Toolset/Serialization/ICopyable.cs
krb42/KRB.Core
0
7051260
<gh_stars>0 namespace KRB.Core.Toolset.Serialization { public interface ICopyable<in T> { void CopyTo(T target); } public interface IDeepCopyable<T> : ICopyable<T> { T DeepCopy(); } public interface IShallowCopyable<T> : ICopyable<T> { T ShallowCopy(); } }
Fhi.Smittestopp.Verification.Msis/MockMsisLookupService.cs
toldervoll/Fhi.Smittestopp.Verification
0
7051261
<filename>Fhi.Smittestopp.Verification.Msis/MockMsisLookupService.cs using System; using System.Linq; using System.Threading.Tasks; using Fhi.Smittestopp.Verification.Domain.Interfaces; using Fhi.Smittestopp.Verification.Domain.Models; using Optional; namespace Fhi.Smittestopp.Verification.Msis { public class Moc...
OopQuizSystem/OopQuizSystem/Program.cs
Avram86/oop-quiz-system
0
7051262
using System; using OopQuizSystem.Library; namespace OopQuizSystem { class Program { static void Main(string[] args) { // Initializare baza de date (specificam setul general de intrebari) InitializeQuestionsDatabase(); // Alegand un set de intrebari din baz...
port/src/main/Xml/Core/ErasureReflectorTest.cs
raulbarca/simplexml
95
7051263
#region Using directives using SimpleFramework.Xml; using System.Collections.Generic; using System; #endregion namespace SimpleFramework.Xml.Core { public class ErasureReflectorTest : ValidationTestCase { private static class MapErasure<T> { public Field GetField(String name) { return MapE...
Libraries/LagrangianDesign.IO.ExtendedAttributes.Mac/ExtendedAttributeExtensionMethods.cs
jasminetroll/LagrangianDesign.IO.AlternateDataStreams
0
7051264
using System; using System.Text; using System.IO; using System.Linq; using System.Buffers; using System.Collections.Generic; using System.Runtime.InteropServices; using static LagrangianDesign.IO.ExtendedAttributes.Mac.ExtendedAttributeExtensions.NativeMethods; namespace LagrangianDesign.IO.ExtendedAttribu...
Source/NetOffice/Exceptions/AvailityException.cs
DominikPalo/NetOffice
2
7051265
<filename>Source/NetOffice/Exceptions/AvailityException.cs using System; namespace NetOffice.Exceptions { /// <summary> /// Indicates an availity operation failed /// </summary> public class AvailityException : NetOfficeException { /// <summary> /// Creates an instance of the class...
code/luval.rpa.common/Model/BP/ParameterBasedStage.cs
Niavart/rpa-navigator
2
7051266
<reponame>Niavart/rpa-navigator<filename>code/luval.rpa.common/Model/BP/ParameterBasedStage.cs using luval.rpa.common.model.bp; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace luval.rpa.common.model.bp { public cl...
addons/PhotonGDScriptClientSDK/src/PhotonChatAuthenticationValues.cs
Daylily-Zeleen/Photon-GDScript-Client-SDK-for-Godot-3.x
5
7051267
using Godot; using Photon.Chat; // using System.Collections.Generic; using Godot.Collections; namespace PhotonGodotWraps.Wraps { public class PhotonChatAuthenticationValues:Reference { /// <summary>The type of authentication provider that should be used. Defaults to None (no auth whatsoever).</summary> ...
CameraPlus/UI/MenuProfile.cs
mentegago/CameraPlus
0
7051268
<gh_stars>0 using UnityEngine; using CameraPlus.Behaviours; using CameraPlus.Utilities; namespace CameraPlus.UI { internal class MenuProfile { internal void DiplayMenu(CameraPlusBehaviour parentBehaviour, ContextMenu contextMenu, Vector2 menuPos) { if (GUI.Button(new Rect(menuPos.x...
src/Cofoundry.Domain/Domain/UserAreas/ContentRepositoryExtensions/QueryBuilders/IContentRepositoryUserAreaGetAllQueryBuilder.cs
BearerPipelineTest/cofoundry
0
7051269
<filename>src/Cofoundry.Domain/Domain/UserAreas/ContentRepositoryExtensions/QueryBuilders/IContentRepositoryUserAreaGetAllQueryBuilder.cs using System.Collections.Generic; namespace Cofoundry.Domain { /// <summary> /// Queries for retrieving all yser area definitions. /// </summary> public interface I...
Yamaanco.Application/Features/GroupMembers/Handlers/Commands/AddNewMemberHandler.cs
YamanNasser/Yamaanco
2
7051270
<gh_stars>1-10 using MediatR; using System.Threading; using System.Threading.Tasks; using Yamaanco.Application.ApiResponses; using Yamaanco.Application.Common.Exceptions; using Yamaanco.Application.DTOs.Group; using Yamaanco.Application.Features.GroupMembers.Commands; using Yamaanco.Application.Features.GroupMembers.N...
Engines/FlatRedBallXNA/FlatRedBall/Graphics/Texture/TextureExtensions.cs
patridge/FlatRedBall
110
7051271
<reponame>patridge/FlatRedBall<filename>Engines/FlatRedBallXNA/FlatRedBall/Graphics/Texture/TextureExtensions.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework.Graphics; using FlatRedBall.IO; namespace FlatRedBall.Graphics.Texture { public static...
HrtzAudioMixer/ViewModels/ShellViewModel.cs
Hertizch/HrtzAudioMixer
0
7051272
using System.ComponentModel; using System.Windows; using HrtzAudioMixer.Extensions; namespace HrtzAudioMixer.ViewModels { public class ShellViewModel { private RelayCommand _commandCloseApp; public static bool DesignMode { get; set; } = DesignerProperties.GetIsInDesignMode(new DependencyObjec...
BurningKnight/level/entities/chest/Chest.cs
kwokfu/BurningKnight
282
7051273
<filename>BurningKnight/level/entities/chest/Chest.cs using System; using BurningKnight.assets; using BurningKnight.entity.component; using BurningKnight.entity.creature; using BurningKnight.physics; using BurningKnight.util; using ImGuiNET; using Lens.entity; using Lens.util.file; using Lens.util.tween; using Microsof...
NetFabric.Hyperlinq/Utils/FunctionCombination/PredicateInCombination.cs
reegeek/NetFabric.Hyperlinq
13
7051274
using System.Runtime.InteropServices; namespace NetFabric.Hyperlinq { [StructLayout(LayoutKind.Auto)] public struct PredicatePredicateCombinationIn<TPredicate1, TPredicate2, TSource> : IFunctionIn<TSource, bool> where TPredicate1 : struct, IFunctionIn<TSource, bool> where TPredicate2 :...
OpenNet.Orm.Sqlite/Fields/DateTimeField.cs
sGeeK44/OpenNetCf
0
7051275
using System; using System.Data.SqlTypes; using OpenNet.Orm.Constants; using OpenNet.Orm.Entity.Fields; namespace OpenNet.Orm.Sqlite.Fields { public class DateTimeField : FieldProperties { public override string GetDataTypeDefinition() { //SQLite does not have a storage class set as...
Logic/Mapper.cs
Revature-Cinephiliacs/MoviesRepo
0
7051276
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Model; using Repository.Models; namespace Logic { public static class Mapper { /// <summary> /// Returns a new MovieDTO object containing the information provided in /// the MovieObject...
Centaurus.Models/Requests/SequentialRequestMessage.cs
PinkDiamond1/centaurus
28
7051277
using System; using System.Collections.Generic; using Centaurus.Xdr; namespace Centaurus.Models { public abstract class SequentialRequestMessage : RequestMessage { /// <summary> /// Account nonce. /// </summary> public long Nonce => RequestId; } }
NoItalics/Plugin.cs
ErisApps/NoItalics
2
7051278
using System.Reflection; using HarmonyLib; using IPA; namespace NoItalics { [Plugin(RuntimeOptions.DynamicInit)] public class Plugin { private const string HARMONY_ID = "be.erisapps.NoItalics"; private static Harmony? _harmonyInstance; #if DEBUG internal static IPA.Logging.Logger LoggerInstance { get; priv...
MangoAccountSystem/Models/MangoUserRole.cs
HahaMango/mango_account_system
0
7051279
namespace MangoAccountSystem.Models { /// <summary> /// 角色业务对象 /// </summary> public class MangoUserRole { public int Id { get; set; } public string RoleName { get; set; } } }
src/SpaceInvadersRemake/Assets/Scripts/Input/DemoPlayerInputStrategy.cs
skahal/SpaceInvadersRemake
7
7051280
using System.Collections; using UnityEngine; using GeneticSharp.Domain; using GeneticSharp.Domain.Populations; using GeneticSharp.Domain.Selections; using GeneticSharp.Domain.Crossovers; using GeneticSharp.Domain.Mutations; using GeneticSharp.Domain.Terminations; using Skahal.Threading; public class DemoPlayerInputSt...
WatchApp/MyWatchFaceEngine.cs
SQL-MisterMagoo/AndroidWatchFace
0
7051281
<reponame>SQL-MisterMagoo/AndroidWatchFace<filename>WatchApp/MyWatchFaceEngine.cs using System; using Android.App; using Android.Content; using Android.Views; using Android.Text.Format; using Android.Graphics; using Android.Support.Wearable.Watchface; using Android.Icu.Util; using Android.Text; using Android.Support.W...
CutieShop/CutieShop/Models/Entities/Material.cs
15110123/X-y-d-ng-chatbot-h-tr-t-h-ng-tr-c-tuy-n
0
7051282
using System; using System.Collections.Generic; namespace CutieShop.Models.Entities { public partial class Material { public Material() { Accessory = new HashSet<Accessory>(); Cage = new HashSet<Cage>(); Toy = new HashSet<Toy>(); } public st...
sdk/attestation/Azure.Security.Attestation/tests/TokenCertTests.cs
guandali/azure-sdk-for-net
0
7051283
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Threading.Tasks; using Azure.Core; using Azure.Core.TestFramework; using NUnit.Framework; using Azure.Security.Attestation.Models; using Azure.Identity; using Az...
src/Library/CoreFX/Abstractions/Mappers/Interfaces/IMapperMgr.cs
osisdie/Hello6.WebAPI.on.NET5.OpenAPI.JWT.FluentValidator.MediatR.EmailHandler.Docker.AZ_Pipeline.xUnit
0
7051284
<reponame>osisdie/Hello6.WebAPI.on.NET5.OpenAPI.JWT.FluentValidator.MediatR.EmailHandler.Docker.AZ_Pipeline.xUnit using System.Collections.Generic; namespace CoreFX.Abstractions.Mappers.Interfaces { public interface IMapperMgr { TDestination ConvertTo<TDestination>(object source); IEnumerable<...
src/Dfc.CourseDirectory.WebV2/UrlUtil.cs
uk-gov-mirror/SkillsFundingAgency.dfc-coursedirectory
4
7051285
<gh_stars>1-10 using System; namespace Dfc.CourseDirectory.WebV2 { public static class UrlUtil { public static string EnsureHttpPrefixed(string website) { if (string.IsNullOrEmpty(website)) { throw new ArgumentException("Value cannot be empty.", nameof(w...
Assets/Scripts/EnemyScripts/FaceCheck.cs
AGGP-NHTI/Capstone2019_BrokenVessel
1
7051286
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FaceCheck : MonoBehaviour { [SerializeField] int targetLayer = 0; public bool hit = false; private void OnTriggerStay2D(Collider2D other) { if (other.gameObject.layer == targetLayer && hit) //|| other....
wsizbusbot/Models/TemplateModelsBuilder.cs
awitwicki/wsizBus_bot
1
7051287
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Telegram.Bot.Types.ReplyMarkups; namespace wsizbusbot.Models { public static class TemplateModelsBuilder { public static InlineKeyboardButton[] WaysForBus() { return new [] { ...
Assets/Scripts/SceneControls.cs
ma-ver-ick/ldjam41
0
7051288
<gh_stars>0 using UnityEngine; using UnityEngine.SceneManagement; namespace ldjam41 { public class SceneControls : MonoBehaviour { public void Restart() { SceneManager.LoadScene(SceneManager.GetActiveScene().buildIndex); } public void ExitGame() { Application.Quit...
src/Applications/RTFRevit/ConsoleOutInterceptor.cs
ZiyunShang/RevitTestFramework
82
7051289
using System; using System.IO; using System.Text; namespace RTF.Applications { /// <summary> /// Interface to implement to get console/error out text /// </summary> public interface IConsoleTraceListener { /// <summary> /// Called with each complete line received on Console.Out ...
src/TestCentric/tests/Presenters/ErrorsAndFailuresPresenterTests.cs
ecole/testcentric-gui
58
7051290
<filename>src/TestCentric/tests/Presenters/ErrorsAndFailuresPresenterTests.cs // *********************************************************************** // Copyright (c) <NAME> and TestCentric GUI contributors. // Licensed under the MIT License. See LICENSE file in root directory. // ***********************************...
MachineLearning/Classes/IOList.cs
DaniilIonov/MachineLearning
0
7051291
using System; using System.Collections.Generic; namespace MachineLearning { /// <summary> /// Represents a collection of input-output pairs that can be accessed by index. /// </summary> [Serializable] public class IOList : System.Collections.ObjectModel.Collection<Dictionary<string, Matrix>> {...
g2/Class09_Part1/SEDC.ExceptionHandling/SEDC.CustomExceptions/CustomExceptions/EmailNotSendException.cs
sedc-codecademy/skwd8-05-oopcharp
11
7051292
<reponame>sedc-codecademy/skwd8-05-oopcharp<filename>g2/Class09_Part1/SEDC.ExceptionHandling/SEDC.CustomExceptions/CustomExceptions/EmailNotSendException.cs using System; using System.Collections.Generic; using System.Text; namespace SEDC.CustomExceptions.CustomExceptions { public class EmailNotSendException : Ex...
Enigmas/Components/Touche.cs
CPLN/enigmos
9
7051293
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Cpln.Enigmos.Enigmas.Components { class Touche : MovablePanel { private Color ...
trunk/CoverageTest/InterwayDocs/DAL-DTO/Codisa.InterwayDocs.DataAccess.Sql/DeliveryRegisterDal.Designer.cs
CslaGenFork/CslaGenFork
11
7051294
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using Csla; using Csla.Data; using Codisa.InterwayDocs.DataAccess; namespace Codisa.InterwayDocs.DataAccess.Sql { /// <summary> /// DAL SQL Server implementation of <see cref="IDeliveryRegisterDal"/> /// </summa...