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
Excess.Concurrent/Demos/Barbers/Barbershop.xs.cs
xs-admin/Excess
35
7041387
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Excess.Concurrent.Runtime; namespace Barbers { [Concurrent(id = "8a834918-9ce3-4cdf-b919-eba5a1bb490c")] [ConcurrentSingleton(id: "804f8f3b-0cd7-4a80-9378-006...
XAM10012019/PertensaCo.Data/Configurations/AlloyEntityConfiguration.cs
AscenKeeprov/CSharp-MVC-Frameworks
0
7041390
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using PertensaCo.Entities; using static PertensaCo.Common.Constants.AlloyConstants; using static PertensaCo.Common.Constants.DBConstants; namespace PertensaCo.Data.Configurations { public class AlloyEntityConfiguration : IEnt...
code/dotnet/FactSetEntity/v1/src/FactSet.SDK.FactSetEntity/Model/EntitySecurities.cs
factset/enterprise-sdk
6
7041391
/* * FactSet Entity API * * Using an entity centric data model, FactSet's Entity API provides access to FactSet's complete security and entity level symbology, comprehensive entity reference data, and all of the necessary relationships and connections to create a foundation that tightly correlates disparate sources ...
oxide/plugins/other/ChatGuard.cs
john-clark/rust-oxide-umod
13
7041392
using System.Collections.Generic; using System.Reflection; using System; using System.Text.RegularExpressions; using System.Data; using UnityEngine; using Oxide.Core; using CodeHatch.Common; using CodeHatch.Engine.Networking; using CodeHatch.Networking.Events.Players; namespace Oxide.Plugins { [Info("Chat Guard",...
MultiChainLib/Client/JsonRpcResponse.cs
bitcoinbrisbane/MultiChain-Demo
14
7041393
<gh_stars>10-100 using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MultiChainLib { public class JsonRpcResponse<T> { [JsonProperty("result")] public T Result { get; set; } [JsonProperty(...
NesuCentre/Helpers/AnimationHelper.cs
Kojo0888/NesuCentre
0
7041394
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media.Animation; namespace NesuCentre.Helpers { public static class AnimationHelper { public static void StartRe...
Server/Hotfix/AppStart_Init.cs
Noname-Studio/ET
0
7041395
using System.Net; using Config.ConfigCore; using RestaurantPreview.Config; namespace ET { public class AppStart_Init: AEvent<EventType.AppStart> { protected override async ETTask Run(EventType.AppStart args) { Game.Scene.AddComponent<ConfigComponent>(); ConfigAssetManage...
Assets/MackySoft/MackySoft.UniData/Runtime/IO/DataCatalogIOAsset.cs
mackysoft/UniData
1
7041396
<reponame>mackysoft/UniData using UnityEngine; namespace MackySoft.UniData.IO { /// <summary> /// <para> An abstract ScriptableObject that implements the I/O logic for <see cref="DataCatalog"/>. </para> /// <para> Example: <see cref="MackySoft.UniData.IO.Asset.PlayerPrefsDataCatalogIOAsset"/> </para> /// </summa...
THREE/Core/Face4.cs
jdarc/webgl.net
1
7041397
using System; using WebGL; namespace THREE { public class Face4 { public int a; public int b; public int c; public int d; public Vector3 normal; public JSArray vertexNormals; public Color color; public JSArray vertexColors; public JSArray vertexTangents; public int materialIndex; public Vector...
02. Programming/08 - Practical exam/03 - 4. RainAir/Program.cs
MartsTech/IT-Career
4
7041398
using System; using System.Collections.Generic; using System.Linq; namespace RainAir { class Program { static void Main(string[] args) { var customers = new Dictionary<string, List<int>>(); GetCustomers(customers); customers = SortCustomers(customers); ...
UnitTests/DataTypes/ExtensionMethods/IDictionaryExtensions.cs
JoySky/Craig-s-Utility-Library
2
7041399
<gh_stars>1-10 /* Copyright (c) 2012 <a href="http://www.gutgames.com"><NAME></a> 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 rights...
FDK19/src/04.Graphic/TextRenderer/CCachedFontRenderer.cs
FAKEYJSNPI/TJAPlayer3-f
18
7041400
using System; using System.Collections.Generic; using System.Diagnostics; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using Color = System.Drawing.Color; namespace FDK { /// <summary> /// 高速描画版のCFontRendererクラス。 /// といっても、一度レンダリングした結果をキャッシュして使いまわしているだけ。 /// </summary> publ...
src/Wboy.Infrastructure.Core/Tree/QueryTree.cs
wangboy91/EasyCMS
3
7041401
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using Wboy.Infrastructure.Core.Tree; namespace Wboy.Infrastructure.Core.Tree { public static class QueryTree { /// <summary> /// 树形查询条件 /// </summary> /// <param...
iClient60ForWP8/SuperMap.WindowsPhone.REST/Help/Bridge.cs
SuperMap/iClient-for-Win8
2
7041402
<gh_stars>1-10  using System.Collections.Generic; using System.Windows.Media; using SuperMap.WindowsPhone.Core; using System.Collections; namespace SuperMap.WindowsPhone.REST { /// <summary> /// <para>${WP_REST_Bridge_Title}</para> /// <para>${WP_REST_Bridge_Description}</para> /// </summary> pu...
Tests/IdSharp.Tagging.Tests/ID3v23_FrameTest.cs
atruskie/IdSharpCore
31
7041403
<filename>Tests/IdSharp.Tagging.Tests/ID3v23_FrameTest.cs using IdSharp.Tagging.ID3v2; using NUnit.Framework; namespace IdSharp.Tagging.Tests { [TestFixture] public class ID3v23_FrameTest : FrameTest { public ID3v23_FrameTest() : base(ID3v2TagVersion.ID3v23) { ...
RemoteJobCat.Api/Models/Rate.cs
ivotabako/remote-job-cat
0
7041404
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace RemoteJobCat.Api.Models { public class Rate : IComparable { public Guid Id { get; set; } public decimal Amount { get; set; } public string CurrencyCode { get; set; }...
src/PhapY.Web/Views/PhapYWebViewPageBase.cs
mintaz/PhapY-Project
0
7041405
<filename>src/PhapY.Web/Views/PhapYWebViewPageBase.cs using Abp.Web.Mvc.Views; namespace PhapY.Web.Views { public abstract class PhapYWebViewPageBase : PhapYWebViewPageBase<dynamic> { } public abstract class PhapYWebViewPageBase<TModel> : AbpWebViewPage<TModel> { protected PhapYWebViewPa...
Assets/Scripts/Core/Ghost.cs
artem-bondar/tetris-game
6
7041406
using UnityEngine; public class Ghost : MonoBehaviour { public Color color = new Color(1f, 1f, 1f, 0.2f); private Shape ghostShape = null; private bool hitBottom = false; public void DrawGhost(Shape originalShape, Board gameBoard) { if (!ghostShape) { g...
ToolName/StudioClient.cs
NamelessHoodie/ToolName
3
7041407
using System; using System.IO; using System.IO.Pipes; using Microsoft.Win32; using System.Diagnostics; /** * This file is provided as-is for any use. * No accountability or support is guaranteed. **/ namespace ToolName { public class StudioClient { /** Starts the studio client and returns a client, o...
Fritz.StreamTools/StartupServices/ConfigureSignalrTagHelperOptions.cs
calebjenkins/Fritz.StreamTools
1
7041409
<gh_stars>1-10 using System; using System.IO; using System.Linq; using Fritz.StreamTools.TagHelpers; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace Fritz.StreamTools.StartupServices { public class ConfigureSig...
src/MuziqGrabber.Core/Models/DownloadItemModel.cs
m-sadegh-sh/MuziqGrabber
0
7041410
namespace MuziqGrabber.Core.Models { public sealed class DownloadItemModel : ModelBase { public string Title { get; set; } public string DownloadUrl { get; set; } public string SavedLocation { get; set; } public string RefererUrl { get; set; } } }
src/Kephas.Core/Services/ServiceNameAttribute.cs
snakefoot/kephas
0
7041411
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ServiceNameAttribute.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file in the p...
src/Services/Yeetegy.Services.Data/CategoryService.cs
krum142/YeetEgy
1
7041412
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using Yeetegy.Data.Common.Repositories; using Yeetegy.Data.Models; using Yeetegy.Services.Data.Interfaces; using Yeetegy.Se...
src/Web/WHMS.Web/Views/Home/Dashboard.cshtml
jivkopiskov/WHMS
0
7041413
@model HomeViewModel @using WHMS.Common @{ this.ViewData["Title"] = "Home Page"; } <div class="text-center"> <h1 class="display-4">Welcome to @GlobalConstants.SystemName!</h1> </div> <div class="container-fluid"> <!-- Page Heading --> <div class="d-sm-flex align-items-center justify-content-between ...
Sonneville.Investing.Fidelity/CSV/TransactionsMapper.cs
SonnevilleJ/Investing
1
7041414
<filename>Sonneville.Investing.Fidelity/CSV/TransactionsMapper.cs using System; using System.Collections.Generic; using System.Linq; using log4net; using Sonneville.Investing.Domain; namespace Sonneville.Investing.Fidelity.CSV { public interface ITransactionsMapper { IEnumerable<ITransaction> ParseCsv...
TwitchDownloaderWPF/PageQueue.xaml.cs
Hannah-GBS/TwitchDownloader
693
7041415
<reponame>Hannah-GBS/TwitchDownloader using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows....
SubmarinePrototype/Assets/Scripts/Communications/RecieveMessageButton.cs
RoperoIvan/NarrativeMechanicsTFG
0
7041416
<reponame>RoperoIvan/NarrativeMechanicsTFG<filename>SubmarinePrototype/Assets/Scripts/Communications/RecieveMessageButton.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class RecieveMessageButton : MonoBehaviour { public GameObject bar; public boo...
C#/repository/src/RepositoryModule.cs
g-gar/ApiApuestas
0
7041417
<filename>C#/repository/src/RepositoryModule.cs using core.repository; using Microsoft.Extensions.DependencyInjection; namespace repository{ public static class RepositoryModule{ public static IServiceCollection ConfigureRepositoryDependencyInjection(this IServiceCollection serviceCollection) { ...
src2/Abplus.MqMessages.RebusCore/MqMessages/Publishers/RebusRabbitMqPublisherCoreModule.cs
kaobeixingfu/abplus
179
7041418
<filename>src2/Abplus.MqMessages.RebusCore/MqMessages/Publishers/RebusRabbitMqPublisherCoreModule.cs using Abp.Modules; namespace Abp.MqMessages.Publishers { public class RebusRabbitMqPublisherCoreModule : AbpModule { public override void PreInitialize() { IocManager.Register<IMqMe...
Test/Tests/RTableRetrieveTests.cs
yiqju/rtable
29
7041419
<filename>Test/Tests/RTableRetrieveTests.cs  namespace Microsoft.Azure.Toolkit.Replication.Test { using System.Net; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Test.Network; using Microsoft.WindowsAzure.Test.Network.Behaviors; using NUnit.Framework; using System; usi...
src/ImageSharp/Processing/Processors/Dithering/BurksDiffuser.cs
alexwiese/ImageSharp
0
7041420
// Copyright (c) <NAME> and contributors. // Licensed under the Apache License, Version 2.0. using SixLabors.ImageSharp.Primitives; namespace SixLabors.ImageSharp.Processing.Processors.Dithering { /// <summary> /// Applies error diffusion based dithering using the Burks image dithering algorithm. /// <see...
Ix.NET/Source/System.Interactive.Tests/DistinctTest.cs
tralivali1234/reactive
1
7041421
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Text; using System.Linq; using Xunit; namespa...
weather-insurance-app/stejin/Services/src/Integration/Blockchain/BlockchainClientRepository.cs
x5engine/bc-community-samples
16
7041422
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Configuration; namespace WeatherInsurance.Integration.Blockchain { public interface IBlockchainClientRepository { IEthereumClient GetClient(string networkName); } public class BlockchainClientReposit...
src/EliteChroma.Core/Layers/BackgroundLayer.cs
bjoernweimer/EliteChroma
0
7041423
<gh_stars>0 using System; using System.Diagnostics.CodeAnalysis; using Colore.Data; using Colore.Effects.Keyboard; using EliteChroma.Chroma; using EliteChroma.Elite; using EliteFiles.Status; namespace EliteChroma.Core.Layers { [SuppressMessage("Performance", "CA1812:Avoid uninstantiated internal classes", Justifi...
02. ASP.NET Core In Action/Chapter19/E_LamarExample/LamarExample/Services/SudokuService.cs
pirocorp/ASP.NET-Core-Playground
0
7041424
namespace LamarExample { public class SudokuService : IGamingService { private readonly IValidator<AvatarModel> _validator; public SudokuService(IValidator<AvatarModel> validator) { this._validator = validator; } } }
SimpleCore.Infra/Controllers/LoginController.cs
yitek/SimpleCore
0
7041425
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore.Infrastructure; using SimpleCore.Models; namespace SimpleCore.Controllers { public class LoginController : ControllerBase { p...
Nature/Nature/Data/Migrations/20200222114039_AddContactsForeignKeyToAboutUsEntity.cs
leodeg/CSharp.NatureCosmeticService
0
7041426
using Microsoft.EntityFrameworkCore.Migrations; namespace Nature.Data.Migrations { public partial class AddContactsForeignKeyToAboutUsEntity : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn<int>( name: "Contact...
TinyRacing/Assets/Scripts/TinyRacing/Systems/SpawnSmokeSystem.cs
smanasareddy/ProjectTinysamples-master
0
7041427
using Unity.Entities; using Unity.Mathematics; using Unity.Transforms; namespace TinyRacing.Systems { /// <summary> /// Spawn smoke from the car's exhaust. /// </summary> public class SpawnSmoke : ComponentSystem { private Random Random; protected override void OnCreate() ...
src/EDziekanat.Core/Departments/Department.cs
jendruss/EDziekanatAPI
1
7041428
using System; using System.Collections.Generic; using System.Text; using EDziekanat.Core.DeansOffices; namespace EDziekanat.Core.Departments { public class Department : BaseEntity { //todo: Logo wydziału? public string Name { get; set; } public string Address { get; set; } pu...
Chapter16/3-MigratingHTTPHandlerMiddleware/MyReportMiddleware.cs
PacktPublishing/ASP.NET-MVC-Core-2.0-Cookbook
11
7041429
<gh_stars>10-100 using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; using System.Threading.Tasks; public class MyReportMiddleware { private readonly RequestDelegate _next; public MyReportMiddleware(RequestDelegate next) { _next = next; } public Task Invoke(HttpContext h...
EmpyrionManagementSuite/EmpyrionManagementSuite/Views/Startup.xaml.cs
deadpoets/EmpyrionManagementSuite
0
7041430
<gh_stars>0 using EmpyrionManagementSuite.ViewModel; using EMS.Core.Util; using EMS.Core.ViewModels; using System; using System.Windows; using System.Windows.Controls; namespace EmpyrionManagementSuite.Views { /// <summary> /// Interaction logic for Startup.xaml /// </summary> public partial class Sta...
sdk/src/Services/ChimeSDKIdentity/Generated/_bcl35/IAmazonChimeSDKIdentity.cs
MDanialSaleem/aws-sdk-net
1,705
7041431
/* * 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 * * or in the "license" fi...
Handlers/NotificationsPlanPartHandler.cs
Devqon/Orchard-CalendarWidget
5
7041432
using DQ.Scheduling.Models; using Orchard.ContentManagement.Handlers; using Orchard.Data; using Orchard.Environment.Extensions; namespace DQ.Scheduling.Handlers { [OrchardFeature("DQ.SchedulingNotifications")] public class NotificationsPlanPartHandler : ContentHandler { public NotificationsPlanPartHa...
src/Jane/Authorization/IAuthorizationHelper.cs
Caskia/Jane
1
7041433
using Jane.Dependency; using System; using System.Collections.Generic; using System.Reflection; using System.Threading.Tasks; namespace Jane.Authorization { public interface IAuthorizationHelper : ITransientDependency { Task AuthorizeAsync(IEnumerable<IJaneAuthorizeAttribute> authorizeAttributes); ...
etc/Old Unity Code/Scripts/Widgets/MenuView.cs
capnmidnight/Juniper
9
7041434
<gh_stars>1-10 using System.Linq; using Juniper.IO; namespace Juniper.Widgets { public class MenuView : AbstractStateController { private AbstractStateController[] transitions; private int waitingCount; public void Awake() { transitions = (from trans in GetComponen...
Controllers/Services/Email/EmailServiceOptions.cs
robinwn/ExitSurveyAdmin
0
7041435
<reponame>robinwn/ExitSurveyAdmin namespace ExitSurveyAdmin.Services { public class EmailServiceOptions { public string FromName { get; set; } public string FromAddress { get; set; } public string SmtpServer { get; set; } public int SmtpPort { get; set; } } }
Objects/Converters/ConverterETABS/ConverterETABSShared/Partial Classes/Geometry/ConvertStories.cs
luhtech/speckle-sharp
1
7041437
using System; using System.Collections.Generic; using System.Text; using ETABSv1; using Objects.Structural.Properties; using Objects.Structural.Materials; using Objects.Structural.ETABS.Analysis; namespace Objects.Converter.ETABS { public partial class ConverterETABS { public void StoriesToNative(ETABSStories...
CommonLib/CommonLib/Threading/ManagedMutex.cs
keidrumfreak/DotNetLibraries
0
7041438
<gh_stars>0 using System; using System.Threading; namespace CommonLib.Threading { /// <summary> /// Mutexのラッパクラス /// AbandonedMutexExceptionを内部で握り潰しています /// </summary> public class ManagedMutex : IDisposable { Mutex instance; bool owned; public ManagedMutex(bool initia...
Gibe.DittoProcessors/Ninject/DittoProcessorsModule.cs
Gibe/Gibe.DittoProcessors
1
7041439
<filename>Gibe.DittoProcessors/Ninject/DittoProcessorsModule.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Gibe.DittoProcessors.Media; using Gibe.DittoProcessors.Wrappers; using Ninject.Modules; namespace Gibe.DittoProcessors...
2020-Bahar/patient_db/patient_db/veritabaniForm.cs
Apromodo/BU-Gp-2
2
7041440
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace patient_db { public partial class veritabaniForm : Form {...
backend/DoaSangueWS/BLL/ICRUDBase.cs
franciscosens/doa-sangue
0
7041441
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace BLL { interface ICRUDBase<T> { HttpResponseMessage GetAll(); HttpResponseMessage GetById(); HttpResponseMessage Exists(T item); ...
src/AppStudio.Uwp/Navigation/NavigationService.cs
alekseyb7880/waslibs
365
7041443
using System; using System.Linq; using System.Reflection; using System.Threading.Tasks; using Windows.System; using Windows.UI.Xaml.Controls; using AppStudio.Uwp.Commands; using Windows.UI.Xaml.Navigation; using Windows.UI.Core; namespace AppStudio.Uwp.Navigation { [System.Diagnostics.CodeAnalysis...
Migrations/20190802144041_multipleRFIDtoUser.cs
Traperto/Kurt-dotnet
0
7041445
using Microsoft.EntityFrameworkCore.Migrations; namespace ColaTerminal.Migrations { public partial class multipleRFIDtoUser : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn("rfid", "user"); migrationB...
LessonMonitor/LessonMonitor.DataAccess.MSSQL/Migrations/20210717184322_AddYouTubeBroadcastId.cs
AshtonBro/LessonMonitor
0
7041446
<reponame>AshtonBro/LessonMonitor using Microsoft.EntityFrameworkCore.Migrations; namespace LessonMonitor.DataAccess.MSSQL.Migrations { public partial class AddYouTubeBroadcastId : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColum...
TurboSnail3001/Assets/_Scripts/UI/Countdown.cs
dextero/KrakJam2019
1
7041447
<filename>TurboSnail3001/Assets/_Scripts/UI/Countdown.cs using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; public class Countdown : MonoBehaviour { [SerializeField] private TextMeshProUGUI Label; private IEnumerator UpdateLabel() { for (int i = 3; i...
Pandora.NetStandard.Data/Dals/EfRepository.cs
Leitee/NetCoreBackend
1
7041448
using Microsoft.EntityFrameworkCore; using Pandora.NetStdLibrary.Base.Base; using Pandora.NetStdLibrary.Base.Interfaces; using Pandora.NetStdLibrary.Base.Interfaces.Data; using Pandora.NetStdLibrary.Base.Utils; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Syst...
SoccerGame/Assets/MainMenu/GoalHolderBlue.cs
EmirGaziKopar/FpsSoccerGameOnlineMode
0
7041449
<filename>SoccerGame/Assets/MainMenu/GoalHolderBlue.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class GoalHolderBlue : MonoBehaviour { public AudioSource crowd_audio; public static int mavitakimgol; public static bool isBlueTeamScored; private void OnTrigger...
Assets/LeapMotion/Core/Scripts/Utils/RuntimeColliderGizmos.cs
CallumFerguson/VR-Protein
340
7041450
<reponame>CallumFerguson/VR-Protein /****************************************************************************** * Copyright (C) Leap Motion, Inc. 2011-2018. * * Leap Motion proprietary and confidential. * * ...
PerfTests[WIP]/src-Etw/Properties/AssemblyInfo.cs
rsdn/CodeJam
252
7041451
using System; using System.Reflection; using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("0f9c7a70-2b31-4364-bd7f-ee5bb6f3e38d")]
src/CavemanTools/Model/Persistence/GenericStorage/GenericStorageId.cs
sapiens/cavemantools
20
7041452
namespace CavemanTools.Model.Persistence.GenericStorage { /// <summary> /// Partition.Entity /// </summary> public class GenericStorageId { public GenericStorageId(string entityId):this(DefaultPartition,entityId) { } public GenericStorageId(string part...
WalletWasabi/Blockchain/P2p/TrustedP2pBehavior.cs
kdmukai/WalletWasabi
1
7041453
using NBitcoin; using NBitcoin.Protocol; using System; using System.Collections.Generic; using System.Net; using System.Text; using WalletWasabi.Blockchain.Blocks; using WalletWasabi.Blockchain.Mempool; using WalletWasabi.Blockchain.Transactions; namespace WalletWasabi.Blockchain.P2p { public class TrustedP2pBehavior...
src/WarmPath/WarmPathFunction/WarmPathFunction/WarmPathFunction.cs
CNILearn/iot-guidance
34
7041455
<gh_stars>10-100 // ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ using Syste...
WRK-V1.2/tests/bcl/system/string/co3045join_strstrarr.cs
intj-t/openvmsft
0
7041457
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to b...
scripts/GameOfLifeScene.cs
RadicalTeapot/godot-csharp-cellular-automata
1
7041458
<reponame>RadicalTeapot/godot-csharp-cellular-automata using System; using System.Threading.Tasks; using Godot; public class GameOfLifeScene : Grid { private class CellType { public const byte OFF = 0; public const byte ON = 1; } public override void Reset(int gridWidth, int gridHeight...
AkkaDotNetTDD/AkkaDotNetTDD.Tests/when_send_email_actor_is_used.cs
AkkaDotNetTDD/Akka.Tdd.BootCamp
0
7041459
<filename>AkkaDotNetTDD/AkkaDotNetTDD.Tests/when_send_email_actor_is_used.cs<gh_stars>0 using Akka.Actor; using Akka.Tdd.AutoFac; using Akka.Tdd.Core; using Akka.Tdd.TestKit; using Autofac; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Threading.Tasks; using ActorsLib; using DisplayServiceLib; using...
MobileService/Source/Specifications/UserContext.cs
ralbu/TeamCityAzure
0
7041460
using System.Net.Http; namespace Specifications { public class UserContext { public HttpResponseMessage Result { get; set; } public object User { get; set; } } }
Data/EF/FluentAPIConfig/Entity/PersonConfiguration.cs
Extremum13/DropTrash
2
7041461
<filename>Data/EF/FluentAPIConfig/Entity/PersonConfiguration.cs using Data.EF.FluentAPIConfig.Entity.Base; using Domain.Entity; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace Data.EF.FluentAPIConfig.Entity { public class PersonConfiguration : EntityBaseConfiguration<Person> { public ...
ShoppingList/Application/DatabaseModel/Picture.cs
Benivere/ShoppingList
0
7041462
<filename>ShoppingList/Application/DatabaseModel/Picture.cs //------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes ...
src/Fibula.Mechanics.Contracts/Abstractions/IOperation.cs
jlnunez89/fibula-mmo
26
7041463
<gh_stars>10-100 // ----------------------------------------------------------------- // <copyright file="IOperation.cs" company="2Dudes"> // Copyright (c) | <NAME> et al. // https://linkedin.com/in/nunezdecaceres // // All Rights Reserved. // // Licensed under the MIT License. See LICENSE in the project root for lice...
medial_builder.cs
robgrz/matmill
5
7041464
using System.Collections.Generic; using CamBam.Geom; using Voronoi2; namespace Matmill { interface Medial_branch { Point2F Start { get; } Point2F End { get; } double Shallow_distance { get; } double Deep_distance { get; } void Add_point(Point2F pt); ...
Graphics/Vertices/SkinningData.cs
HLSW/DeltaEngine
81
7041465
<filename>Graphics/Vertices/SkinningData.cs using System.Diagnostics; using System.Runtime.InteropServices; using DeltaEngine.Datatypes; using DeltaEngine.Extensions; namespace DeltaEngine.Graphics.Vertices { /// <summary> /// Skinning vertex data with two joint transform indices and weights. /// </summar...
Assets/UGF.Utf8Json.Runtime.Tests/TestSerialization.cs
unity-game-framework/ugf-utf8json
0
7041466
using System; using Generated2.Resolvers; using NUnit.Framework; using UnityEngine; using Utf8Json; using Utf8Json.Resolvers; using Utf8Json.Unity; namespace UGF.Utf8Json.Runtime.Tests { public class TestSerialization { private readonly string m_targetSerialized = "{\"name\":\"Target\",\"boolValue\":tr...
src/devices/MotorHat/samples/MotorHat.Sample.cs
Frankenslag/iot
1
7041467
// 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.Diagnostics; using System.Threading; namespace Iot.Device.MotorHat.Samples { class ...
Second term/IoC/BlackJack/AGambler.cs
kirill-ivanov-a/programming-practice
0
7041468
<gh_stars>0 using System; using System.Collections.Generic; namespace Blackjack { public enum PlayerStatus { Bot, RealPlayer } public abstract class AGambler { public string Name { get; set; } public PlayerStatus Status { get; set; } pu...
src/Microsoft.ApplicationInsights/Metrics/Extensibility/ApplicationInsightsTelemetryPipeline.cs
michaelwstark/ApplicationInsights-dotnet
0
7041469
namespace Microsoft.ApplicationInsights.Metrics.Extensibility { using System; using System.Threading; using System.Threading.Tasks; using static System.FormattableString; /// <summary>@ToDo: Complete documentation before stable release. {628}</summary> /// @PublicExposureCandidate interna...
src/cloudscribe.Core.Web/Components/RequestTimeZoneIdResolver.cs
URIS-2021-2022/tim-10---cloudscribe-tim-10-cloudscribe
0
7041470
// Licensed under the Apache License, Version 2.0 // Author: <NAME> // Created: 2016-06-06 // Last Modified: 2019-09-01 // using cloudscribe.Core.Identity; using cloudscribe.Core.Models; using Microsoft.AspNetCore.Http; using cloudscribe.Multitenancy; using System.Threading; using System...
Oracle_DB/Forms_Cliente/frmRemCliente.cs
andre-aps/softbook
0
7041471
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 Oracle.ManagedDataAccess.Client; //Gerenciamento de dados Oracle. namespace Oracle_DB { public...
Assets/_scripts/Interactive Cinematic/PlayerResponseBubbleMultiSelect.cs
takemurakimio/missing-part-1
1
7041472
using UnityEngine; using System.Collections; public class PlayerResponseBubbleMultiSelect : MonoBehaviour { public const string SubtitleMachineTag = "SubtitleMachine"; public SpriteText bubbleText; public bool selfDestructing; public UIButton myButton; private string fsmEventString = ""; private PlayerRespo...
src/MS.Microservice.Core/Data/DatabaseNameStringAttribute.cs
MagicXStudio/MS.Microservice
11
7041473
<gh_stars>10-100 using System; using System.Diagnostics.CodeAnalysis; using System.Reflection; namespace MS.Microservice.Core.Data { public class DatabaseNameStringAttribute : Attribute { [NotNull] public string Name { get; } public DatabaseNameStringAttribute([NotNull] string name) ...
MatchModule_New/Games.NB_MatchModule.Common/Random/Sequence.cs
cool8868/Soccer-King
0
7041474
<reponame>cool8868/Soccer-King /***************************************************************************** * 文件名:Sequence * * 创建人: * * 创建时间:2009-11-12 14:29:45 * * 功能说明: * * 历史修改记录: * * ***************************************************************************/ using System; using System.Collectio...
Assembly-CSharp/BentoScript.cs
larryeedwards/openyan
1
7041475
<gh_stars>1-10 using System; using UnityEngine; // Token: 0x02000335 RID: 821 public class BentoScript : MonoBehaviour { // Token: 0x06001744 RID: 5956 RVA: 0x000B7618 File Offset: 0x000B5A18 private void Start() { if (this.Prompt.Yandere != null) { this.Yandere = this.Prompt.Yandere; } } // Token: 0x0...
Src/NCParser/LRAction.cs
NCacheDev/NCache
0
7041476
// Gold Parser engine. // See more details on http://www.devincook.com/goldparser/ // // Original code is written in VB by Dev<NAME> (<EMAIL>) // // This translation is done by <NAME> (<EMAIL>) // // The translation is based on the other engine translations: // Delphi engine by <NAME> (<EMAIL>) // C# engine by <NAME>...
HandyKeras/Data/InternalStr.cs
NaBian/HandyKeras
6
7041477
<filename>HandyKeras/Data/InternalStr.cs using System; namespace HandyKeras.Data { internal class InternalStr { public static readonly string InstallKerasCmd = @"-m pip install keras"; public static readonly string PythonPath = $"{AppDomain.CurrentDomain.BaseDirectory}Component/python"; ...
BookLovers.Librarians.Application/Commands/PromotionWaiters/ChangePromotionWaiterStatusInternalCommand.cs
kamilk08/BookLoversApi
0
7041480
<reponame>kamilk08/BookLoversApi using System; using BookLovers.Base.Infrastructure.Commands; namespace BookLovers.Librarians.Application.Commands.PromotionWaiters { internal class ChangePromotionWaiterStatusInternalCommand : IInternalCommand, ICommand { public Guid Guid { get; private set; } ...
SantanderGlobalTech.HackerNews.Infra.Data/Http/PollyHttpClientFactory.cs
jpmoura/santander-global-tech-sr-net-core-dev-test-3
0
7041481
using Flurl.Http.Configuration; using System.Net.Http; namespace SantanderGlobalTech.HackerNews.Infra.Data.Http { public class PollyHttpClientFactory : DefaultHttpClientFactory { public override HttpMessageHandler CreateMessageHandler() { return new PolicyHandler { ...
GForum/GForum.Services.Tests/Abstracts/Fakes/Entitity_Fake.cs
markshark05/GForum
0
7041482
using System; using GForum.Data.Models.Contracts; namespace GForum.Services.Tests.Abstracts.Fakes { public class Entitity_Fake : IEntity, IEntityWithGuid { public Guid Id { get; set; } public DateTime? CreatedOn { get; set; } public DateTime? DeletedOn { get; set; } public bool...
Mvvm/Model/SearchByMylistModel.cs
twinbird827/NicoV2
0
7041483
using NicoV2.IO; using NicoV2.Mvvm.Service; using StatefulModel; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; using NicoV2.Common; using System.Text.RegularExpressions; using System.Windows.Media.Imaging; usi...
ItaCursor/WindowsAPITool/WindowsAPIWindowFromPointTool.cs
takusan23/ItaCursor
0
7041485
using System; using System.Windows; namespace ItaCursor.WindowsAPITool { class WindowsAPIWindowFromPointTool { /// <summary> /// マウスカーソルが引数のウィンドウにいるか。 /// </summary> /// <param name="window">カーソルがいるか確認したいウィンドウハンドル</param> /// <returns>マウスカーソルがこのウィンドウにいたらtrue</returns> ...
IdentityDemo/CustomDemo/Views/Home/Register.cshtml
Hunter1994/identityDemo
0
7041486
<filename>IdentityDemo/CustomDemo/Views/Home/Register.cshtml @model CustomDemo.Models.RegisterModel @{ ViewBag.Title = "Register"; } <h2>Register</h2> @using (Html.BeginForm("Register","Home")) { @Html.TextBoxFor(r=>r.UserName) <br /> @Html.TextBoxFor(r => r.Password) <br /> @Html.TextBoxFor(r ...
WinDirStat.Net/Model/Data/Nodes/FolderNode.cs
ImportTaste/WinDirStat.Net
42
7041487
using System; using System.Diagnostics; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.IO.Filesystem.Ntfs; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Threading; using System.Windows.Media; using WinDirStat...
Bing_Search/Page3.xaml.cs
patrick330602/Love_Search
0
7041488
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; using Microsoft.Phone.Cont...
sdk/dotnet/Composer/V1/Inputs/SchedulerResourceArgs.cs
AaronFriel/pulumi-google-native
44
7041489
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Goog...
XenAdmin/Alerts/Types/HotfixEligibilityAlert.cs
xihuan-citrix/xenadmin
0
7041490
/* Copyright (c) <NAME>, Inc. * All rights reserved. * * 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 notice, this l...
Source/Mosa.DebugWorld.x86/Boot.cs
Kintaro/MOSA-Project
0
7041491
// Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Kernel.x86; using System.Runtime.InteropServices; namespace Mosa.DebugWorld.x86 { /// <summary> /// /// </summary> public static class Boot { /// <summary> /// Mains this instance. /// </summary> public static void Main() { ...
SiGIProV/SiGIProV/Controlador/ControlLogin.cs
BuhitoEPN/SiGIProV
0
7041492
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using SiGIProV.DAO; namespace SiGIProV.Controlador { class ControlLogin { //Este método redirige la información de la interfaz Login a la base de datos (DAO) public string contro...
Magento.RestApi/Models/StockItem.cs
Trendays/Magento-RestApi
100
7041493
using System; using Magento.RestApi.Core; using Magento.RestApi.Json; using Newtonsoft.Json; namespace Magento.RestApi.Models { /// <summary> /// /// </summary> [JsonConverter(typeof(StockItemConverter))] public class StockItem : ChangeTracking<StockItem> { /// <summary> /// ...
Evergine.AzureRemoteRendering/ARRSessionConfiguration.cs
WaveEngine/AzureRemoteRendering
1
7041494
<filename>Evergine.AzureRemoteRendering/ARRSessionConfiguration.cs<gh_stars>1-10 // Copyright © <NAME>. All rights reserved. Use is subject to license terms. using Microsoft.Azure.RemoteRendering; namespace Evergine.AzureRemoteRendering { /// <summary> /// Object to store Azure Frontend account info. ///...
Models/Customer.cs
felixzhu1989/Compass
8
7041496
<gh_stars>1-10 using System; namespace Models { [Serializable] public class Customer { public int CustomerId { get; set; } public string CustomerName { get; set; } } }
src/Uniswap.Statistics.Api/Resources/V1/Chart/Dtos/ChartDto.cs
loanscan/uniswap-statistics-api
7
7041497
<filename>src/Uniswap.Statistics.Api/Resources/V1/Chart/Dtos/ChartDto.cs using Newtonsoft.Json; namespace Uniswap.Statistics.Api.Resources.V1.Chart.Dtos { public class ChartDto { [JsonProperty("date")] public string Date { get; set; } [JsonProperty("ethLiquidity")] publ...
src/SFA.DAS.EmployerApprenticeshipsService.Infrastructure/Services/HmrcService.cs
SkillsFundingAgency/das-employer-levy
1
7041498
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Net.Http.Headers; using System.Threading.Tasks; using System.Web; using Newtonsoft.Json; using SFA.DAS.EmployerLevy.Domain.Configuration; using SFA.DAS.EmployerLevy.Domain.Http; using SFA.DAS.EmployerLevy.Domain.Inte...