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
Assets/UniGLTF/Editor/UniGLTF/Serialization/EnumSerialization.cs
koduki/vci-slideboard
1,128
7049278
using System; using System.IO; namespace UniGLTF { public class EnumSerialization : IValueSerialization { Type m_type; EnumSerializationType m_serializationType; public Type ValueType { get { return m_type; } } public bool IsInline { ...
aliyun-net-sdk-ccc/CCC/Transform/V20170705/ListPredictiveJobStatusResponseUnmarshaller.cs
brightness007/unofficial-aliyun-openapi-net-sdk
2
7049279
<filename>aliyun-net-sdk-ccc/CCC/Transform/V20170705/ListPredictiveJobStatusResponseUnmarshaller.cs /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. ...
Assets/Blackjack Game/Scripts/Chip.cs
catervajs/caterva-demo-blackjack
0
7049280
<reponame>catervajs/caterva-demo-blackjack using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; /// <summary> /// Chip class manage the chips player bets. /// </summary> public class Chip : RefSingleton<Chip> { public Image image; public Text text; public I...
Assets/Scripts/Charactor/PlayerCtrl.cs
shengqugame/Demo
0
7049281
<gh_stars>0 ///创建者:任律达 ///时间:2019/7/24 ///玩家控制类 using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerCtrl : MonoBehaviour { public float speed = 10f; void Update() { PlayerMove(); } private void PlayerMove() { float hMove = Input.G...
sdk/dotnet/MediaLive/Outputs/ChannelHlsGroupSettings.cs
AaronFriel/pulumi-aws-native
29
7049282
// *** 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.AwsN...
src/IrcD.Net/Tools/IrcConstants.cs
anibusPRO/W40kDoWSS-GameSpy
31
7049283
<filename>src/IrcD.Net/Tools/IrcConstants.cs /* * The ircd.net project is an IRC deamon implementation for the .NET Plattform * It should run on both .NET and Mono * * Copyright (c) 2009-2017, <NAME>, <EMAIL> All rights reserved. * * Redistribution and use in source and binary forms, with or without * modi...
Todo/Views/TodoItemPage.xaml.cs
NCMBMania/Xamarin_Todo
0
7049284
using System; using Xamarin.Forms; namespace Todo { public partial class TodoItemPage : ContentPage { public TodoItemPage() { InitializeComponent(); } async void OnSaveClicked(object sender, EventArgs e) { var item = (TodoItem)BindingContext; ...
Shipping/Domain/ShipperInfo.cs
thangchung/northwind-dotnet
60
7049285
namespace Shipping.Domain; public class ShipperInfo : EntityBase { private ShipperInfo() {} public Guid ShipperId { get; private set; } }
abpshop/src/AbpShop.Domain/Shop/AbpUserAddress.cs
AbpShop/abpshop
88
7049286
<filename>abpshop/src/AbpShop.Domain/Shop/AbpUserAddress.cs using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace AbpShop { [Table("abp_user_address")] public partial class AbpUserAddress { [Key] ...
WpfGridLayout.Blazor/Alignment.cs
aboudoux/Blazor.WpfGridLayout
25
7049287
<filename>WpfGridLayout.Blazor/Alignment.cs namespace WpfGridLayout.Blazor { public static class Alignment { public static CssAlignment Start => new CssAlignment("start"); public static CssAlignment Center => new CssAlignment("center"); public static CssAlignment End => new CssAlignment("end"); public static ...
src/CurlToCSharp/Extensions/SpanExtensions.cs
RuioWolf/curl-to-csharp
0
7049288
using CurlToCSharp.Constants; namespace CurlToCSharp.Extensions; public static class SpanExtensions { public static Span<char> TrimCommandLine(this Span<char> input) { return input .TrimStart(new ReadOnlySpan<char>(new[] { Chars.Escape, Chars.Space })) .Trim(); } publi...
a20201226/Confused_01/tmpsol_mid/Elsa20200001/Games/Enemies/Hinas/Enemy_Hina_Tama_02.cs
soleil-taruto/Hatena
0
7049289
// HO=False using System; // using System; using System.Collections.Generic; // using System.Collections.Generic; using System.Linq; // using System.Linq; using System.Text; // using System.Text; // // // // namespace Charlotte // namespace Charlotte { // { public class UpdateFreeStephanoProxy : CloneUnnecess...
ServiceFabricProject/GUI/ViewModels/MainWindowViewModel.cs
vukisic/SCADA_Project
1
7049290
using System; using System.Threading.Tasks; using Azure.Messaging.ServiceBus; using Caliburn.Micro; using Core.Common.Json; using Core.Common.PubSub; using Core.Common.ServiceBus.Events; using NServiceBus; namespace GUI.ViewModels { public class MainWindowViewModel : Conductor<object> { private static...
BaseSpace.SDK/src/BaseSpace.SDK.MonoTouch/BaseSpace.SDK.MonoTouch/ServiceModels/Request/GetGenomeRequest.cs
brunzefb/basespace-csharp-sdk
1
7049291
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Illumina.BaseSpace.SDK.ServiceModels { public class GetGenomeRequest { /// <summary> /// Get specific Genome /// </summary> /// <param name="id">Genome Id</param> public GetG...
test/BrandUp.Worker.Allocator.WebHost.Tests/RemoteTaskServiceTests.cs
dkovyazin/BrandUp.Worker
0
7049292
using ContosoWorker.Service; using ContosoWorker.Tasks; using Microsoft.AspNetCore.Mvc.Testing; using Microsoft.Extensions.DependencyInjection; using System; using System.Threading.Tasks; using Xunit; namespace BrandUp.Worker.Allocator { public class RemoteTaskServiceTests : IClassFixture<WebApplicationFactory<Sta...
FileSyncandWOPI/Source/SharedTestSuite/SharedAdapter/CaptureCode/FSSHTTP/MsfsshttpEditorsTableCapture.cs
v-yahan/Interop-TestSuites
29
7049293
namespace Microsoft.Protocols.TestSuites.SharedAdapter { using System; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestTools; /// <summary> /// This partial part of MsFsshttpAdapterCapture class is used to test Editor table response related requirements. /// </summary...
src/SemanticVersion/Utilities.cs
nikteg/SemanticVersion
19
7049295
<filename>src/SemanticVersion/Utilities.cs<gh_stars>10-100 namespace SemVersion { internal static class Utilities { /// <summary>Compares two nullable integers treating <see langword="null" /> as an 'equal-to-anything' wildcard.</summary> /// <param name="left">The leftside integer to compare.<...
GenderPayGap.WebUI/ErrorHandling/CustomErrorPageExceptions.cs
uk-gov-mirror/cabinetoffice.gender-pay-gap
2
7049296
<reponame>uk-gov-mirror/cabinetoffice.gender-pay-gap using System; using Microsoft.AspNetCore.Mvc; namespace GenderPayGap.WebUI.ErrorHandling { public abstract class CustomErrorPageException : Exception { public abstract string ViewName { get; } public abstract int StatusCode { get; ...
C#/Programming Basics with C#/Exams/ProgrammingBasicsExam - 28July2018_Typ1/Exam-PreparationI/04. Best Player/BestPlayer.cs
galin-kostadinov/Software-Engineering
1
7049297
using System; class Program { static void Main() { string player = " "; int goal = 0; while (true) { string inputPlaer = Console.ReadLine(); if (inputPlaer == "END") { break; } int inputGoal = int.Pa...
Assets/Xsolla/Core/Browser/XsollaBrowser/Examples/2D/SinglePageBrowser2D/UserDefinedBehaviours/Mouse2DBehaviour.cs
xsolla/inventory-unity-sdk
5
7049298
<gh_stars>1-10 #if (UNITY_EDITOR || UNITY_STANDALONE) using UnityEngine; using System.Collections; using UnityEngine.EventSystems; using System; namespace Xsolla.Core.Browser { [RequireComponent(typeof(XsollaBrowser))] [RequireComponent(typeof(Display2DBehaviour))] public class Mouse2DBehaviour : MonoBehaviour, IP...
Sift/Request/VerificationRequest.cs
vineethKExalture/sift-dotnet-1
0
7049299
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Headers; using System.Text; namespace Sift { public class VerificationCheckRequest : SiftRequest { static readonly String VerificationCheckUrl = @"https://api.sift.com/v1.1/verification/...
C#/01. Entry Module/01.Programming Basics/02.Simple Calculations/13. 1000 Days After Birth/Program.cs
YaniLozanov/Software-University
0
7049300
<filename>C#/01. Entry Module/01.Programming Basics/02.Simple Calculations/13. 1000 Days After Birth/Program.cs using System; using System.Globalization; namespace Data_Time { class Program { static void Main(string[] args) { string inputDate = Console.ReadLine(); Date...
ChessDotComSharp/Models/Player/PlayerClub.cs
Mrigank3307/ChessStats
5
7049301
<reponame>Mrigank3307/ChessStats using System; using System.Collections.Generic; using J = Newtonsoft.Json.JsonPropertyAttribute; namespace ChessDotComSharp.Models { public class PlayerClubs { [J("clubs")] public List<PlayerClubDetails> Clubs { get; set; } } public class PlayerClubDetails ...
AdventOfCode2019/DayOne/FuelCalculator.cs
LukeGarrigan/AdventOfCode2019
0
7049302
using System; using AdventOfCode2019.Helpers; using System.Collections.Generic; namespace AdventOfCode2019.DayOne { public class FuelCalculator { private List<Double> masses; public FuelCalculator(string fileLocation) { masses = PuzzleInputParser.RowsOfNumbersToList(fileLo...
Assets/Scripts/CoinPickUp.cs
mustGamedev/Run4yourlife
0
7049303
<reponame>mustGamedev/Run4yourlife using System.Collections; using UnityEngine; public class CoinPickUp : MonoBehaviour { private ParticleSystem _particleCoin; private GameObject _coinPrefabChild; private bool isTouched; private void Awake() { _particleCoin = GetComponent<ParticleSystem>()...
src/GiftRegistryService/Features/Contacts/GetContactByIdQuery.cs
QuinntyneBrown/GiftRegistryService
0
7049304
using MediatR; using GiftRegistryService.Data; using GiftRegistryService.Features.Core; using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Linq; using System.Data.Entity; namespace GiftRegistryService.Features.Contacts { public class GetContactByIdQuery { public ...
src/PagesWebApp.AspNetCoreNeo4j.SupportAgent/ClaimsFactory/AppClaimsPrincipalFactory.cs
ghstahl/IdentityServer4-asp.net-Identity-Problem
6
7049305
<gh_stars>1-10 using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Options; namespace PagesWebApp.ClaimsFactory { public class AppClaimsPrincipalFactory<TUser, TRole> : UserClaimsPrincipalFactory<TUser, TRole>...
Buildlease/Domain/EntitiesExample/AttributeEntities.cs
mrojaczy/buildlease
0
7049306
<reponame>mrojaczy/buildlease<filename>Buildlease/Domain/EntitiesExample/AttributeEntities.cs using Domain.Models; using System.Collections.Generic; namespace Domain.EntitiesExample { public static class AttributeEntities { public static List<Attribute> Get() { return new List<Attr...
CCM.UnitTests/CCM.Core/DisplayNameHelperTests.cs
IrisBroadcast/CCM
4
7049307
<reponame>IrisBroadcast/CCM<filename>CCM.UnitTests/CCM.Core/DisplayNameHelperTests.cs<gh_stars>1-10 /* * Copyright (c) 2018 Sveriges Radio AB, Stockholm, Sweden * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * ...
src/managed/OpenLiveWriter.HtmlEditor/Marshalling/HtmlEditorDataFormatHandler.cs
palzj/OpenLiveWriter
2,766
7049308
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. using System.Diagnostics; using OpenLiveWriter.Mshtml; using OpenLiveWriter.CoreServices; namespace OpenLiveWriter.HtmlEditor.Marshalling { /// <summary> /// Summary desc...
SourceCode/Source/EnterpriseLibrary/Caching/CacheManager.cs
ckalvin-hub/Sheng.Winform.IDE
227
7049309
<reponame>ckalvin-hub/Sheng.Winform.IDE /********************************************* 作者:曹旭升 QQ:279060597 访问博客了解详细介绍及更多内容: http://blog.shengxunwei.com **********************************************/ using System; using Microsoft.Practices.EnterpriseLibrary.Caching.Configuration; using...
TomLonghurst.Selenium.Extensions/Models/BrowserInformation.cs
thomhurst/Selenium.Extensions
1
7049310
<gh_stars>1-10 using OpenQA.Selenium; using OpenQA.Selenium.Support.Extensions; namespace TomLonghurst.Selenium.Extensions.Models { public class BrowserInformation { private readonly IWebDriver _webDriver; internal BrowserInformation(IWebDriver webDriver) { _webDriver = web...
TicketHelper/Helper/Extension/TimeSpanExtension.cs
zhouyongtao/TicketHelper
1
7049311
using System; using System.Collections.Generic; using System.Linq; using System.Text; /* * 版权所有 All Rights Reserved * * @author Irving * @description 扩展TimeSpan * @date 2010年9月10日19:08:46 * @version 1.0.0 * @email <EMAIL> * @blog http://www.cnblogs.com/Irving/ * @refer */ namespace TicketHelper.Helper.Exte...
RatTracker/Views/PlayerInformationView.xaml.cs
FuelRats/RatTracker
11
7049312
<filename>RatTracker/Views/PlayerInformationView.xaml.cs<gh_stars>10-100 namespace RatTracker.Views { /// <summary> /// Interaktionslogik für PlayerInformationView.xaml /// </summary> public partial class PlayerInformationView { public PlayerInformationView() { InitializeComponent(); } ...
Awesome.Proxy/ProxyConfiguration.cs
faniereynders/legacy-awesome
0
7049313
<reponame>faniereynders/legacy-awesome using System; using System.Collections.Generic; using System.Text; namespace Awesome.Proxy { public class ProxyConfiguration { public string DestinationUrl { get; set; } public string[] Rules { get; set; } } }
Samples/Wpf/App.xaml.cs
torstenzuther/NgDesk
1
7049314
<filename>Samples/Wpf/App.xaml.cs using System.Threading.Tasks; using System.Windows; using NgDesk; namespace Wpf { public partial class App : Application { protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var server = NgDesk.Factory.GetServer...
samples/Store/Store.Core.Application/Default/OrderedProducts/Commands/DeleteOrderedProduct/DeleteOrderedProductCommand.cs
isilveira/ModelWrapper
1
7049315
<gh_stars>1-10 using Store.Core.Domain.Entities.Default; namespace Store.Core.Application.Default.OrderedProducts.Commands.DeleteOrderedProduct { public class DeleteOrderedProductCommand : ApplicationRequest<OrderedProduct, DeleteOrderedProductCommandResponse> { public DeleteOrderedProductCommand() ...
src/AudioBand/Views/Wpf/Behaviours/NumericInputType.cs
mirzazulfan/audio-band
0
7049316
namespace AudioBand.Views.Wpf.Behaviours { /// <summary> /// The type of the numericupdown. /// </summary> public enum NumericInputType { /// <summary> /// Greater than 0. /// </summary> Size, /// <summary> /// Any integer value ...
C# Web Basics - January 2020/SIS-May-2019/Exams/SULS/SULS.Services/UserService.cs
MertYumer/CSharp-Web-January-2020
0
7049317
<filename>C# Web Basics - January 2020/SIS-May-2019/Exams/SULS/SULS.Services/UserService.cs namespace SULS.Services { using System.Linq; using SULS.Data; using SULS.Models; public class UserService : IUserService { private readonly SulsDbContext context; public UserService(SulsDb...
wrappers/dotnet/Worldpay.Within/Worldpay.Innovation.WPWithin.Sample/Commands/Command.cs
UpperLEFTY/worldpay-within-sdk
0
7049318
<gh_stars>0 using System; namespace Worldpay.Innovation.WPWithin.Sample.Commands { /// <summary> /// Represents a single menu item that the user can invoke. /// </summary> public class Command { public Command(string name, string description, Func<string[], CommandResult> function) ...
Src/ShaderlabVS.Data/ShaderlabDataManager.cs
SpiritWolf2015/ShaderlabVS
1,004
7049319
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; namespace ShaderlabVS.Data { /// <summary> /// /// </summary> public class ShaderlabDataManager { #region Constants public const string HLSL_CG_DATATYPE_DEFINATIONFILE = "D...
src/EA.Iws.Requests/Producers/UpdateProducerForNotification.cs
DEFRA/prsd-iws
1
7049320
<filename>src/EA.Iws.Requests/Producers/UpdateProducerForNotification.cs namespace EA.Iws.Requests.Producers { using System; using Authorization; using Core.Authorization; using Core.Authorization.Permissions; [NotificationReadOnlyAuthorize] [RequestAuthorization(ExportNotificationPermissions....
api/LMPlatform.Models/Attendance.cs
Kharlap-Sergey/CATSdesigner
0
7049321
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Application.Core.Data; namespace LMPlatform.Models { public class Attendance : ModelBase { public int UserId { get; set; } public User User { get; set; } public D...
src/Carnotaurus.GhostPubsMvc.Web/Carnotaurus.GhostPubsMvc.Web/Global.asax.cs
Riz-Kler/GhostPubsMvc4
1
7049322
<gh_stars>1-10 using System.Threading; using System.Web; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; namespace Carnotaurus.GhostPubsMvc.Web { // Note: For instructions on enabling IIS6 or IIS7 classic mode, // visit http://go.microsoft.com/?LinkId=9394801 public class ...
src/Weikio.ApiFramework.ApiProviders.PluginFramework/ApiInitializationWrapper.cs
weikio/ApiFramework
16
7049323
<filename>src/Weikio.ApiFramework.ApiProviders.PluginFramework/ApiInitializationWrapper.cs using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text.Json; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging...
MAP2013/PCSComUtils/Admin/BO/ManageControlBO.cs
dungle/pcs
0
7049324
<filename>MAP2013/PCSComUtils/Admin/BO/ManageControlBO.cs using System; using System.Collections; using System.Data; using PCSComUtils.Common; using PCSComUtils.PCSExc; using PCSComUtils.Admin.DS; namespace PCSComUtils.Admin.BO { /// <summary> /// Summary description for CommonBO. /// </summary> public...
LiteCADLib/Tools/CylinderProjectionPointEditorToolPanel.cs
fel88/LiteCAD
0
7049325
using System; using System.Windows.Forms; using System.Globalization; using OpenTK; using LiteCAD.Common; namespace LiteCAD.Tools { public partial class CylinderProjectionPointEditorToolPanel : UserControl { public CylinderProjectionPointEditorToolPanel() { InitializeComponent(); ...
Data/Osrs.Data.Core/Osrs.Data.Postgres/NpgSqlCommandUtils.cs
OSRS/Oncor_OsrsLegacy
0
7049326
//Copyright 2017 Open Science, Engineering, Research and Development Information Systems Open, LLC. (OSRS Open) // 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.apa...
src/Lapis.WebCrawling.HtmlParsing/TreeConstruction/HtmlObject.cs
LapisDev/WebCrawling
1
7049327
/******************************************************************************** * Module : Lapis.WebCrawling.HtmlParsing  * Class : HtmlObject  * Description : Represents a node or an attribute in an HTML tree.  * Created : 2015/8/25  * Note : *************************************************...
client/framework/UnityCsReference-master/Editor/Mono/Inspector/CanvasRendererEditor.cs
HelloWindows/AccountBook-
1
7049328
<filename>client/framework/UnityCsReference-master/Editor/Mono/Inspector/CanvasRendererEditor.cs // Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine; namespace UnityEditor { [CustomEditor(typeo...
Monkey/macro_expansion.cs
drewbanas/Monkey-CSI
2
7049329
<reponame>drewbanas/Monkey-CSI namespace evaluator { using System.Collections.Generic; class macro_expansion { public static void DefineMacros(ast.Program program, Object.Environment env) { List<int> defenitions = new List<int>(); for(int i = 0; i < program.Stateme...
webinars & workshops/16 Jan 2020 Webinar/AppsCombined/DoseMetricExample/DoseMetricExample/Startup/Bootstrapper.cs
crcrewso/Varian-Code-Samples
74
7049330
using Autofac; using DoseMetricExample.ViewModels; using DoseMetricExample.Views; using DoseParameters; using DVHPlot.ViewModels; using Prism.Events; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using VMS.TPS.Common.Model.API; namespace DoseMetric...
Unity/Assets/DungeonTemplateLibrary/Demo/PerlinSolitaryIsland/GeneratePerlinSolitaryIsland.cs
LaudateCorpus1/DungeonTemplateLibrary
587
7049331
/*####################################################################################### Copyright (c) 2017-2019 Kasugaccho Copyright (c) 2018-2019 As Project https://github.com/Kasugaccho/DungeonTemplateLibrary <EMAIL> DungeonTemplateLibraryUnity https://github.com/sitRyo/DungeonTemplateLibr...
CloudPayments.Cash/CashHttpClient.cs
cloudpayments/cloudpayments-cash
3
7049332
<filename>CloudPayments.Cash/CashHttpClient.cs using System.IO; using System.Net.Http; using System.Runtime.Serialization.Json; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace CloudPayments.Cash { /// <summary> /// Http client for CloudPaym...
Assets/NAudio/NLayer.NAudioSupport/ManagedMpegStream.cs
koduki/vci-slideboard
37
7049334
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NAudio.Wave; using System.IO; namespace NLayer.NAudioSupport { public class ManagedMpegStream : WaveStream, IDisposable { Stream _source; WaveFormat _waveFormat; MpegFile _fileDecoder; b...
src/TestUwp/MainPage.xaml.cs
zyl910/vslibtest2017
0
7049335
using LibDNStd; using LibShared; using LibUwp; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Text; using System.Threading.Tasks; using Windows.ApplicationModel; using Windows.Devices; using...
Assets/Scripts/UI/Button/Base/Clickable.cs
pixelsquare/happy-peasants-unity
0
7049336
using UnityEngine; using System.Collections; using UnityEngine.UI; using Utils.Constants; [RequireComponent(typeof(Button))] public class Clickable : MonoBehaviour { private Button m_button = null; public void Start() { m_button = GetComponent<Button>(); m_button.onClick.AddListener(onButtonClick); onIn...
Auvik.Api/Data/DeviceDetailsRelationshipsConnectedDevices.cs
bslatner/Auvik.Api
1
7049338
<reponame>bslatner/Auvik.Api<filename>Auvik.Api/Data/DeviceDetailsRelationshipsConnectedDevices.cs using System.IO; using System.Text; using System.Collections.Generic; using System.Runtime.Serialization; using Newtonsoft.Json; namespace Auvik.Api.Data { /// <summary> /// List of other devices connected to this devi...
ShadowEditor.Server/Controllers/AudioController.cs
bolghuar/ShadowEditor
1
7049339
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Results; using MongoDB.Bson; using MongoDB.Driver; using Newtonsoft.Json.Linq; using ShadowEditor.Server.Base; using ShadowEditor.Server.Helpers; using ShadowEditor.S...
Storehouse/Resources/ResourceCheckpoint.cs
TheJimmyBlaze/Storehouse
0
7049340
using Storehouse.Resources; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Storehouse.Resources { public class ResourceCheckpoint { public DateTime CheckpointTimeUTC { get; set; } private List<ResourceAmount> resou...
src/api/dcps/sacs/code/DDS/OpenSplice/CustomMarshalers/DatabaseSequenceMarshaler.cs
brezillon/opensplice
133
7049341
//using System; //using System.Collections.Generic; //using System.Text; // //namespace DDS.OpenSplice.CustomMarshalers //{ // internal class DatabaseSequenceOctetMarshaler : BaseMarshaler // { // internal static void CopyOut(IntPtr from, out byte[] to, int offset) // { // to = null; // ...
GetawayGranny/Assets/Scripts/DisapearAfterXSeconds.cs
SamKatz/Getaway-Granny
1
7049342
using System.Collections; using System.Collections.Generic; using UnityEngine; public class DisapearAfterXSeconds : MonoBehaviour { public int destroyTime = 5; // Use this for initialization void Start () { StartCoroutine(WaitThenDie()); } IEnumerator WaitThenDie() { yield return n...
NewRelicXamarinSamples.iOS/Services/NewRelicAgent.cs
aldoan/samples-newrelic-xamarin
0
7049343
using System.Collections.Generic; using Foundation; using NewRelicDemoCapabilities.Services; using Xamarin.Forms; [assembly: Dependency(typeof(NewRelicDemoCapabilities.iOS.Services.NewRelicAgent))] namespace NewRelicDemoCapabilities.iOS.Services { public class NewRelicAgent : INewRelicAgent { public v...
Registration.Api/Extensions/ServiceCollectionExtensions.cs
dusanmiljkovic/Registration
0
7049344
using Microsoft.EntityFrameworkCore; using Registration.Domain.Entities.Companies; using Registration.Domain.Entities.Users; using Registration.Domain.Interfaces; using Registration.Persistence; using Registration.Persistence.Data; using Registration.Persistence.Repositories; using Registration.Services.Registration; ...
Rocky/Rocky/Controllers/InvoiceHeader2Controller.cs
ivan-pesenti/mvc-tutorial-net5.0
0
7049345
<gh_stars>0 using Microsoft.AspNetCore.Mvc; using Rocky.Models; using Rocky.Services; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Rocky.Controllers { public class InvoiceHeader2Controller : Controller { private readonly IInvoiceHeader2Serv...
stRevizorUI/stRevizor-dll/stRevizorServerInfo.cs
PetersSharp/stRevizor
0
7049347
 #region COPYRIGHT (c) 2017 by <NAME> (MIT License) // 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 // to use, copy, modif...
QbAdd-inDotNetWeb/App_Start/WebApiConfig.cs
willyam3469/Excel-Add-in-ASPNET-QuickBooks
9
7049348
/* * Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. * See LICENSE in the project root for license information. */ using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; using System.Web.SessionState; using System.Web.Routing; using System.Web; using...
DiscordNetPlus/Commands/MemorialAggregateCommand.cs
RainbowCrashie/DiscordBots
0
7049349
<filename>DiscordNetPlus/Commands/MemorialAggregateCommand.cs using System.Threading.Tasks; using Discord.Commands; using DiscordNetPlus.Interaction; namespace DiscordNetPlus.Commands { [Group("agr")] public class MemorialAggregateCommand : CommandBase { [Command("start")] public async Tas...
RhymeBinder/Views/RhymeBinder/StartNewText.cshtml
millroy28/RhymeBinder
0
7049350
@* For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ } <h1>New Composition</h1> <form action="StartNewText" method="post"> <input type="text" name="Title" class="today" /> <input type="submit" value="Continue" /> </form> <script> let today...
HydroModTools/Tools/Packager.cs
ResaloliPT/HydroModTool
0
7049351
using HydroModTools; using HydroModTools.Common.Models; using HydroModTools.Contracts.Models; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace HydroModTools.Tools { public class Packag...
src/coolc/Utils/CoolListener.cs
matcom-compilers-2019/cool-compiler-david-rafael
0
7049352
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // ANTLR Version: 4.7 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------...
RIMIKS.Backend/src/RIMIKS.EntityFrameworkCore/EntityFrameworkCore/RIMIKSDbContextFactory.cs
roxosoft/WelyticsTrial
0
7049353
<gh_stars>0 using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Design; using Microsoft.Extensions.Configuration; using RIMIKS.Configuration; using RIMIKS.Web; namespace RIMIKS.EntityFrameworkCore { /* This class is needed to run "dotnet ef ..." commands from command line on development. Not ...
Assets/Source/Actors/Static/OpenDoor.cs
ewazel/2020VID-csharp
2
7049354
<gh_stars>1-10 using System.Linq; using Assets.Source.Core; using DungeonCrawl.Actors.Characters; using DungeonCrawl.Core; using Source.Actors.Items; using Source.Core; using UnityEngine; namespace Source.Actors.Static { public class OpenDoor : Actor { //private static string Message = "The gate is ope...
Assets/Scripts/ObjectiveBuilding.cs
krokodiili/delivery-dude
0
7049356
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ObjectiveBuilding : MonoBehaviour { public Sprite buildingInside; public GameObject buildingInsideGO; private void Start() { BoxCollider2D bc2d = gameObject.AddComponent<BoxColli...
test/2.0/Microsoft.Silverlight.Testing/UnitTestHarness/UI/TestColumnHeader.cs
MiftahurRidho/tugas
87
7049357
// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see http://go.microsoft.com/fwlink/?LinkID=131993 for details. // All other rights reserved. using System; using System.Windows.Browser; using Microsoft.Silverlight.Testing.Html; namespace Microsoft.S...
src/CsgoClubEF/Repository/Repository.cs
alansouls/csgo_club
1
7049358
using CsgoClubEF.Entities; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; namespace CsgoClubEF.Repository { public class Repository<TEntity> : IRepository<TEntity> where TEntity : BaseEntity { ...
src/Orc.Controls/Controls/ConnectionStringBuilder/Views/ConnectionStringBuilder.xaml.cs
GreenKn1ght/Orc.Controls
0
7049359
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ConnectionStringBuilder.xaml.cs" company="WildGums"> // Copyright (c) 2008 - 2018 WildGums. All rights reserved. // </copyright> // ---------------------------------------------...
MvcNG/Controllers/ngAppController.cs
dmorosinotto/MVC_NG_TS
0
7049360
<reponame>dmorosinotto/MVC_NG_TS using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace MvcNG.Controllers { public class ngAppController : BaseTSController { // // GET: /ngApp/main public ActionResult main() { //...
Source/App/Extensions/ModelStateExtensions.cs
olegip/Exceptionless
0
7049361
<reponame>olegip/Exceptionless #region Copyright 2014 Exceptionless // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published // by the Free Software Foundation, either version 3 of the License, or // (at your option) any lat...
Borg Battle/Assets/Scripts/Scene1Director.cs
c18301026/GE2_Assignment
0
7049362
<reponame>c18301026/GE2_Assignment<filename>Borg Battle/Assets/Scripts/Scene1Director.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class Scene1Director : MonoBehaviour { // Attributes related to the ships/physics private GameObject enterp...
src/FluentNHibernate/MappingModel/Output/XmlIndexWriter.cs
JamesKovacs/fluent-nhibernate
1
7049363
<filename>src/FluentNHibernate/MappingModel/Output/XmlIndexWriter.cs using System.Xml; using FluentNHibernate.MappingModel.Collections; using FluentNHibernate.Utils; using FluentNHibernate.Visitors; namespace FluentNHibernate.MappingModel.Output { public class XmlIndexWriter : NullMappingModelVisitor, IXmlW...
Source/Cogworks.Examine.Tweaks/IndexCreators/CustomUmbracoIndexesCreator.cs
thecogworks/Cogworks.Examine.Tweaks
2
7049364
using System; using System.Linq; using System.Collections.Generic; using Cogworks.Examine.Tweaks.Configurations; using Examine; using Examine.LuceneEngine; using Lucene.Net.Analysis.Standard; using Umbraco.Core; using Umbraco.Core.Logging; using Umbraco.Core.Services; using Umbraco.Examine; using Umbraco.Web.Search; ...
patienthomepage/editprofile.aspx.cs
aaron-rana/Hospitalportal
0
7049365
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; public partial class patienthomepage_editprofile : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } prot...
Neovolve.Toolkit.Workflow/Activities/SystemFailureEvaluator.cs
roryprimrose/Neovolve.Toolkit
0
7049366
namespace Neovolve.Toolkit.Workflow.Activities { using System; using System.Activities; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Globalization; using System.Reflection; ...
IbanLib.Splitters.Test/BbanSplitterTests/BbanSplitterGetChek2Test.cs
epreviati/IbanLib
0
7049367
using IbanLib.Countries; using NUnit.Framework; namespace IbanLib.Splitters.Test.BbanSplitterTests { public class BbanSplitterGetChek2Test : ABbanSplitterTest { private void GetCheck2_Valid_Input_Return_Correct_Value( ICountry country, string bban, string check2) { var ...
Source/Framework/ZyGames.Framework/Net/Sql/SqlDataSender.cs
lsqtzj/Scut
1,238
7049369
/**************************************************************************** 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 Software without...
src/NoesisLabs.Elve.Kodi/XBMCRPC/XBMCRPC/Setting/Details/Category.cs
RyanMelenaNoesis/ElveKodiDriver
0
7049370
<reponame>RyanMelenaNoesis/ElveKodiDriver using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json.Linq; using System.Runtime.Serialization; namespace XBMCRPC.Setting.Details { public class Category : XBMCRPC.Setting.Details.Base { public global::System.Collections.Generic.L...
Src/Rosalia.TaskLib.NuGet/Input/File.cs
guryanovev/Rosalia
1
7049371
namespace Rosalia.TaskLib.NuGet.Input { public class File { public File(string src, string target, string exclude) { Src = src; Target = target; Exclude = exclude; } public string Src { get; private set; } public string Target { get;...
ZazasCleaningService/Data/ZazasCleaningService.Data/Migrations/20200501153235_SplitOrders.cs
TihomirIvanovIvanov/ZazasCleaningService
1
7049372
namespace AspNetCoreTemplate.Data.Migrations { using System; using Microsoft.EntityFrameworkCore.Migrations; public partial class SplitOrders : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropForeignKey( name...
src/eduProjectModelLib/Display/FacultyMemberProfileDisplayModel.cs
ngrahovac/eduProject
3
7049374
using eduProjectModel.Domain; using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Threading.Tasks; namespace eduProjectModel.Display { public class FacultyMemberProfileDisplayModel : CollaboratorProfileDisplayModel { public string Faculty...
src/BuildingBlocks/N8T.Infrastructure.App/Dtos/ProductDto.cs
luonghongthuan/practical-clean-ddd
1
7049375
<gh_stars>1-10 using System; namespace N8T.Infrastructure.App.Dtos { public record ProductDto { public Guid Id { get; init; } public string Name { get; init; } = default!; public DateTime Created { get; init; } public DateTime? Modified { get; init; } public bool Active ...
AngouriMath/Functions/Evaluation/Evaluation.Continuous.Classes.cs
augustoproiete-forks/asc-community--AngouriMath
0
7049376
<gh_stars>0 /* * Copyright (c) 2019-2020 Angourisoft * * 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 to use, copy, modify, merg...
HoneydewExtractorsTests/CSharp/Metrics/Extraction/ClassLevel/CSharpClassInfoTests.cs
dxworks/honeydew
0
7049377
using System.Collections.Generic; using HoneydewCore.Logging; using HoneydewExtractors.Core.Metrics.Visitors; using HoneydewExtractors.Core.Metrics.Visitors.Classes; using HoneydewExtractors.Core.Metrics.Visitors.Methods; using HoneydewExtractors.Core.Metrics.Visitors.Parameters; using HoneydewExtractors.CSharp.Metric...
src/Scriban/Syntax/Statements/ScriptCaseStatement.cs
totpero/scriban
0
7049378
// Copyright (c) <NAME>. All rights reserved. // Licensed under the BSD-Clause 2 license. // See license.txt file in the project root for full license information. using System.Collections.Generic; namespace Scriban.Syntax { [ScriptSyntax("case statement", "case <expression> ... end|when|else")] public partial...
Assets/Development/Tests/DequeTest.cs
studentutu/dotsnav
230
7049379
<reponame>studentutu/dotsnav<filename>Assets/Development/Tests/DequeTest.cs using DotsNav.Collections; using Unity.Collections; using UnityEngine; class DequeTest : MonoBehaviour { Deque<int> _deque; int _i; void Start() { _deque = new Deque<int>(2, Allocator.Persistent); L...
AutomatedCDripLogChecker/AutomatedCDripLogChecker.Core/Common/EACLogChecker.cs
TSDMMUSICDevelopersTeam/AutomatedCDripLogChecker
1
7049380
<reponame>TSDMMUSICDevelopersTeam/AutomatedCDripLogChecker using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace AutomatedCDripLogChecker.Core { public class EACLogChecker { public Dictionary<string, RuleItem> MasterRule { get; private set; ...
Xaml101/017_TwoWayBinding/XBindBasics/MainViewModel.cs
billreiss/xamlnative
39
7049381
<filename>Xaml101/017_TwoWayBinding/XBindBasics/MainViewModel.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using Windows.UI.Xaml; namespace XBindBasics { class MainViewMode...
FSMS.Entity/OrganizationManage/NewsEntity.cs
GeekPowerFelixSun/FSMS
2
7049382
<reponame>GeekPowerFelixSun/FSMS using FSMS.Entity.SystemManage; using FSMS.Util; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Text; namespace FSMS.Entity.OrganizationManage { [Table("sys_news")] public class NewsEntity...
Assets/Connect Four/scripts/MenuScripts/TextChangeWithSlider.cs
SuomiKP31/2020AIProj_Connect4
0
7049383
<reponame>SuomiKP31/2020AIProj_Connect4 using System; using System.Collections; using System.Collections.Generic; using System.Globalization; using UnityEngine; using UnityEngine.UI; public class TextChangeWithSlider : MonoBehaviour { [SerializeField] private Text m_text; [SerializeField] private Slider m_sli...
scripts/startPlayScript.cs
ripcoder/Careers
0
7049384
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Video; using System.IO; using UnityEngine.UI; public class startPlayScript : MonoBehaviour { public List<string> pth = new List<string>(); string pathString; //public string pathtoVideos; VideoPlayer...