max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
src/PackageLagMonitor/HttpWrappers/IHttpResponseMessageWrapper.cs | nikhgup/NuGet.Jobs | 44 | 7043509 | <gh_stars>10-100
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Net;
namespace NuGet.Jobs.Monitoring.PackageLag
{
public interface IHttpResponseMessageWrapper : IDisp... |
Aware/Model/AwareItem.cs | asetil/ArzTalep | 0 | 7043510 | using System;
namespace Aware.Model
{
public class AwareItem
{
public int ID { get; set; }
public string Key { get; set; }
public string Value { get; set; }
public AwareItem(string key, string value)
{
Key = key;
Value = value;
Int3... |
AgroAppWeb/AgroAppWeb/obj/Debug/netcoreapp2.1/Razor/Views/Structure/_TopNavbar.g.cshtml.cs | neilvla/ProjectMVC | 0 | 7043511 | <reponame>neilvla/ProjectMVC<filename>AgroAppWeb/AgroAppWeb/obj/Debug/netcoreapp2.1/Razor/Views/Structure/_TopNavbar.g.cshtml.cs
#pragma checksum "F:\Tesis\AgroApp-Tesis\AgroAppWebSite\AgroAppWeb\AgroAppWeb\Views\Structure\_TopNavbar.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "68a2c4aa17d4b21274a6af0639f893e346b6... |
Chapter 11/Final/MasteringEFCore.Performance.Final/ViewModels/CommentViewModel.cs | PacktPublishing/Mastering-Entity-Framework-Core-2.0 | 16 | 7043512 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace MasteringEFCore.Performance.Final.ViewModels
{
public class CommentViewModel
{
public int PostId { get; set; }
public string Content { get; set; }
public string Nickname { get; se... |
PlcDigitalTwinAutoTest/DtBlinker/TabZeichnen/TabSimulation.cs | KurtLinder/DigitalTwinAutoTest | 0 | 7043513 | using DtBlinker.ViewModel;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace DtBlinker.TabZeichnen;
public partial class TabZeichnen
{
public static ScottPlot.WpfPlot TabSimulationZeichnen(VmBlinker vmBlinker, TabItem tabItem, string hintergrund)
{
var libWpf ... |
src/LearnApp.Tests/BaseTestsFixture.cs | teachmeskills-dotnet/TMS-DotNet02-Straltsou | 0 | 7043514 | using AutoMapper;
using LearnApp.DAL.Persistence;
using System;
namespace LearnApp.Tests
{
/// <summary>
/// Base tests fixture.
/// </summary>
public class BaseTestsFixture : IDisposable
{
/// <summary>
/// Context of sample database.
/// </summary>
public Applicat... |
Packages/com.deltation.leo-ecs-extensions/Assets/DELTation/LeoEcsExtensions/Composition/EcsFeatureBuilder.cs | Delt06/leo-ecs-extensions | 0 | 7043516 | using System;
using System.Collections.Generic;
using JetBrains.Annotations;
using Leopotam.Ecs;
namespace DELTation.LeoEcsExtensions.Composition
{
public sealed class EcsFeatureBuilder
{
[CanBeNull] private readonly string _name;
private readonly EcsSystems _parentSystems;
private read... |
ReflectionExtensions/System/Reflection/MemberTypes.cs | igor-tkachev/ReflectionExtensions | 4 | 7043517 | #if NETSTANDARD1_0 || NETSTANDARD1_1 || NETSTANDARD1_2 || NETSTANDARD1_3 || NETSTANDARD1_4
using System;
namespace System.Reflection
{
/// <summary>Marks each type of member that is defined as a derived class of <see cref="T:System.Reflection.MemberInfo" />.</summary>
[Flags]
public enum MemberTypes
{
/// <sum... |
RedCorners.Forms.GoogleMaps/RedCorners.Forms.GoogleMaps.iOS/Logics/CircleLogic.cs | saeedafshari/RedCorners.Forms.GoogleMaps | 7 | 7043518 | <reponame>saeedafshari/RedCorners.Forms.GoogleMaps<filename>RedCorners.Forms.GoogleMaps/RedCorners.Forms.GoogleMaps.iOS/Logics/CircleLogic.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using Google.Maps;
using RedCorners.Forms.GoogleMaps.iOS.Extensions;
using NativeCircle = Googl... |
Aletha/bsp/shaderTokenizer.cs | geralltf/alethaCS | 0 | 7043519 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace Aletha
{
/// <summary>
/// Shader Tokenizer
/// </summary>
public class ShaderTokenizer
{
public List<String> tokens;
public int offset;
pu... |
CredProvider.NET/CredentialProviderCredential.cs | SteveSyfuhs/CredProvider.NET | 79 | 7043520 | using CredProvider.NET.Interop2;
using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Net;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.Principal;
using static CredProvider.NET.Constants;
namespace CredProvider.NET
{
public class C... |
website/SDNUOJ/Views/User/Info.cshtml | eggry/sdnuoj | 27 | 7043521 | <gh_stars>10-100
@model Tuple<SDNUOJ.Entity.UserEntity, List<Int32>, List<Int32>>
@{
ViewBag.__Title = "User Information";
ViewBag.__Type = "userinfo";
}
<div class="dtable dtable-noborder user-info">
<div class="dhead">
<div class="row text-center">
<h2>@Model.Item1.UserNam... |
Lanches/Models/CarrinhoCompraItem.cs | DeivideSilva/Asp.NetCore | 0 | 7043522 | <reponame>DeivideSilva/Asp.NetCore<filename>Lanches/Models/CarrinhoCompraItem.cs
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace Lanches.Models
{
public class CarrinhoCompraItem
{
public int Carrinh... |
NowPlaying4mastodon/Window/dlgConnectionSettings.cs | hamache9821/NowPlaying4mastodon | 0 | 7043523 | <reponame>hamache9821/NowPlaying4mastodon
using commonUtil.oAuth2;
using commonUtil.oAuth2.Model;
using System;
using System.Windows.Forms;
using TootNet;
namespace NowPlaying4mastodon
{
public partial class dlgConnectionSettings : Form
{
Authorize _Authorize = null;
oAuth2Request _spotifyoAuth2Request = null;
... |
src/Themes/Laser.Bootstrap/Views/Layout.cshtml | INVA-Spa/Laser.Orchard.Platform | 8 | 7043524 | <reponame>INVA-Spa/Laser.Orchard.Platform<gh_stars>1-10
@using Laser.Bootstrap;
@using Orchard;
@functions {
// To support the layout classifaction below. Implementing as a razor function because we can, could otherwise be a Func<string[], string, string> in the code block following.
string CalcuClassify(string... |
MobiControlApi.Lib/MonitorSotiFolderEvents.cs | snitkjaer/MobiControlApi | 2 | 7043525 | using System;
using System.Collections.Generic;
using System.Text;
using Newtonsoft.Json.Linq;
namespace MobiControlApi
{
public class MonitorSotiFolderEvents: LogAbstraction
{
#region NewDeviceList Event
// Delegate
public delegate void NewDeviceListEventHandler(object send... |
src/Apps/WurmAssistant/WurmAssistant3.Tests/Systems/ConventionBinding/ConventionBindingManagerTests.cs | cts-randrid/WurmAssistant3 | 2 | 7043526 | using System;
using System.Linq;
using System.Reflection;
using AldursLab.WurmAssistant3.Areas.Features;
using AldursLab.WurmAssistant3.Areas.TestArea1;
using AldursLab.WurmAssistant3.Areas.TestArea1.Contracts;
using AldursLab.WurmAssistant3.Areas.TestArea1.Contracts.Nested;
using AldursLab.WurmAssistant3.Areas.TestAr... |
IfcKit/schemas/IfcExternalReferenceResource/IfcDocumentInformation.cs | BuildingSMART/IfcDoc | 29 | 7043527 | // This file may be edited manually or auto-generated using IfcKit at www.buildingsmart-tech.org.
// IFC content is copyright (C) 1996-2018 BuildingSMART International Ltd.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentMo... |
Core_Todo/Todo.Models/Common/FilterCollection.cs | AghaDostain/Todo_DotNetCore_2 | 1 | 7043528 | <filename>Core_Todo/Todo.Models/Common/FilterCollection.cs
using Todo.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
namespace Todo.Models
{
public static class FilterListExtension
{
public stati... |
AssemblyInfoEditor.Console/Program.cs | CAFFI-dev/AssemblyInfoEditor | 0 | 7043529 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AssemblyInfoEditor;
using ConsoleA = System.Console;
namespace AssemblyInfoEditor.Console
{
class Program
{
public static string fileName;
static void Main(... |
src/Stl/Compatibility/ConfiguredAsyncDisposableAdapter.cs | servicetitan/Stl | 0 | 7043530 | <filename>src/Stl/Compatibility/ConfiguredAsyncDisposableAdapter.cs
namespace Stl.Compatibility;
[StructLayout(LayoutKind.Auto)]
public readonly struct ConfiguredAsyncDisposableAdapter<T>
#if !NETSTANDARD2_0
where T : IAsyncDisposable?
#else
where T : IDisposable?
#endif
{
public T Target { get; }
priv... |
Source/Blazorise/Components/Select/SelectGroup.razor.cs | WolfgangKluge/Blazorise | 1,992 | 7043531 | #region Using directives
using Microsoft.AspNetCore.Components;
#endregion
namespace Blazorise
{
/// <summary>
/// Group item in the <see cref="Select{TValue}"/> component.
/// </summary>
public partial class SelectGroup : BaseComponent
{
#region Properties
/// <summary>
/... |
Scripts/PlayerMovement_Net.cs | Joiny7/Tempest-Beta | 0 | 7043532 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Networking;
using UnityStandardAssets.Cameras;
public class PlayerMovement_Net : NetworkBehaviour
{
[Header("Movement")]
public float CruisingSpeed = 500F;
public float BoostSpeed = 1500F;
public float Rot... |
Client/Systems/PlayerConnection/PlayerConnectionMessageHandler.cs | Fierce-Cat/LunaMultiPlayer | 0 | 7043533 | using LunaClient.Base;
using LunaClient.Base.Interface;
using LunaClient.Systems.Chat;
using LunaClient.Systems.SettingsSys;
using LunaClient.Systems.Status;
using LunaClient.Systems.Warp;
using LunaCommon.Message.Data.PlayerConnection;
using LunaCommon.Message.Interface;
using LunaCommon.Message.Types;
using System.C... |
NET.Tools.Forms.Dialogs/WorkingDialog.Designer.cs | CHiiLD/net-toolkit | 1 | 7043534 | <reponame>CHiiLD/net-toolkit<gh_stars>1-10
namespace NET.Tools.Forms
{
partial class WorkingDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any... |
src/Client/Docular.Client.Core/Rest/IDocumentManager.cs | SkyLapse/DMS | 0 | 7043535 | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.Contracts;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Docular.Client.Model;
namespace Docular.Client.Rest
{
/// <summary>
/// Defines a mechanism to w... |
src/test/Thunder.Data/Pattern/Repository/Domain/User.cs | cesarabrantes/thunder | 0 | 7043536 | <gh_stars>0
namespace Thunder.Data.Pattern.Repository.Domain
{
public class User : Persist<User, int>
{
public virtual string Name { get; set; }
public virtual int Age { get; set; }
public virtual Status Status { get; set; }
}
}
|
src/Tests/Nimbus.IntegrationTests/Tests/ExceptionPropagationTests/RequestHandlers/DemonstrationException.cs | dicko2/Nimbus | 0 | 7043537 | using System;
using System.Runtime.Serialization;
namespace Nimbus.IntegrationTests.Tests.ExceptionPropagationTests.RequestHandlers
{
[Serializable]
public class DemonstrationException : Exception
{
public DemonstrationException()
{
}
public DemonstrationException(string m... |
SharePortfolioManager/Forms/ChartForm/Chart.cs | nessie1980/SharePortfolioManager | 1 | 7043538 | <reponame>nessie1980/SharePortfolioManager<filename>SharePortfolioManager/Forms/ChartForm/Chart.cs
//MIT License
//
//Copyright(c) 2017 - 2021 nessie1980(<EMAIL>)
//
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files (the "Software"), to... |
Source/Railway/Passenger.cs | PGBSNH19/the-railway-grupp-1 | 0 | 7043539 | using System;
using System.Collections.Generic;
using System.Text;
namespace Railway
{
public class Passenger
{
public int ID { get; }
public string Name { get; }
public Passenger(int id, string name)
{
this.ID = id;
this.Name = name;
}
}
}... |
src/Kasp.Data/Extensions/PagedExtensions.cs | mo3in/Kasp | 2 | 7043540 | <gh_stars>1-10
using System.Linq;
namespace Kasp.Data.Extensions {
public static class PagedExtensions {
public static PagedResult<T> ToPagedResult<T>(this IPagedList<T> list) {
return new PagedResult<T> {Items = list.ToArray(), TotalCount = list.TotalCount};
}
}
} |
BeginToCodeWithCSharp/BeginToCodeWithCSharp/Chapters/Chapter 14/Ch14_07_WorkInProgress.cs | BeginToCodeSnaps/DemoCode | 4 | 7043541 | using SnapsLibrary;
using System;
using System.Collections.Generic;
public class Ch14_07_WorkInProgress
{
public class MovingSprite
{
public ImageSprite spriteValue;
public double xSpeedValue, ySpeedValue;
public MovingSprite(ImageSprite sprite, double xSpeed, double ySpeed)
... |
SurfaceEditor/Controls/Toolbox.Designer.cs | Natman64/SurfaceEditor | 0 | 7043542 | <filename>SurfaceEditor/Controls/Toolbox.Designer.cs
namespace SurfaceEditor
{
partial class Toolbox
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resou... |
src/TrueOrFalse/Infrastructure/Seedworks/Lib.Persistence/Persistence.Setup/BaseSetup.cs | memucho/webapp | 4 | 7043543 | <reponame>memucho/webapp
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Seedworks.Lib.Persistence;
namespace Seedworks.Lib.Persistence
{
public abstract class BaseSetup<TSubject, TDerivedClass> where TDerivedClass : BaseSetup<TSubject... |
src/Simplic.Flow/Model/Node/Base/ActionNode.cs | simplic/flow | 1 | 7043544 | <reponame>simplic/flow<gh_stars>1-10
using Simplic.Flow.Event;
using System;
namespace Simplic.Flow
{
public abstract class ActionNode : BaseNode
{
public abstract bool Execute(IFlowRuntimeService runtime, DataPinScope scope);
}
}
|
CallButler Manager/ViewControls/ScriptScheduleView.Designer.cs | cetin01/callbutler-in-vs2008 | 1 | 7043545 | <reponame>cetin01/callbutler-in-vs2008
///////////////////////////////////////////////////////////////////////////////////////////////
//
// This File is Part of the CallButler Open Source PBX (http://www.codeplex.com/callbutler
//
// Copyright (c) 2005-2008, <NAME>
// All rights reserved.
//
// Redi... |
Desafio1/src/Exercicio1/util/CombustivelForaDoLimiteException.cs | LucasCancio/desafios-tdd-gft | 0 | 7043546 | <reponame>LucasCancio/desafios-tdd-gft<filename>Desafio1/src/Exercicio1/util/CombustivelForaDoLimiteException.cs
using System;
namespace Exercicio1.util
{
public class CombustivelForaDoLimiteException : Exception
{
public CombustivelForaDoLimiteException()
{
}
public Combustive... |
src/tests/Functional/xxAMIDOxx.xxSTACKSxx.API.FunctionalTests/Models/SearchResult.cs | gsoulavy/stacks-dotnet-cqrs | 0 | 7043547 | using System.Collections.Generic;
namespace xxAMIDOxx.xxSTACKSxx.API.FunctionalTests.Models
{
public class SearchResult
{
public int size { get; set; }
public int offset { get; set; }
public List<SearchResultItem> results { get; set; }
}
}
|
TencentCloud/Ims/V20200713/Models/ImsDetail.cs | lzw316/tencentcloud-sdk-dotnet | 300 | 7043548 | /*
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... |
C# fund/fund c# jan 22/RegularExpressions-Exercise/T06.ExtractEmails/Program.cs | Tencho0/SoftuniEducation | 0 | 7043549 | <reponame>Tencho0/SoftuniEducation
using System;
using System.Text.RegularExpressions;
namespace T06.ExtractEmails
{
internal class Program
{
static void Main(string[] args)
{
// string pattern = @"(^|\s)[A-Za-z0-9][\w+\-\.]*[A-Za-z0-9]@[A-Za-z]+([.-][A-Za-z]+)+\b";
str... |
OpenTrans.net/OrderWriter.cs | euphilein/OpenTrans.net | 0 | 7043550 | /*
* 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. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
Battle with asteroids/Assets/Scripts/Model/Enemy/EnemyCreationTimer.cs | MrOstSM21/Unity2021 | 0 | 7043551 | using System;
public class EnemyCreationTimer
{
public const string PREFAB_ASTEROID = "Asteroid";
public const string PREFAB_UFO = "Ufo";
private const float TIMER_STEP = 0.01f;
public event Action<string> SetNamePrefab;
private float _timeAsteroid = 3f;
private float _timeUfo = 6f;
priva... |
src/Assets/Plugins/Uniject/impl/TestableAudioSource.cs | bjornudd/Uniject | 2 | 7043552 | <reponame>bjornudd/Uniject<gh_stars>1-10
using System;
using UnityEngine;
namespace Uniject.Impl {
public class TestableAudioSource {
public IAudioSource audio { get; private set; }
private IMaths maths;
public TestableAudioSource(IAudioSource audio, IMaths maths) {
this... |
MakingServerJSON/API/Resources/AndroidSendToAppByDispWindows.cs | wgpol098/Dispenser | 0 | 7043554 | namespace WebApplication1.API.Resources
{
public class AndroidSendToAppByDispWindows
{
public int FreeWindows { get; set; }
public int OccupiedWindows { get; set; }
}
} |
MPT/CSI/API/MPT.CSI.API/Core/Program/ModelBehavior/Definition/LoadCase/StaticNonlinear.cs | MarkPThomas/MPT.Net | 0 | 7043555 | <filename>MPT/CSI/API/MPT.CSI.API/Core/Program/ModelBehavior/Definition/LoadCase/StaticNonlinear.cs
// ***********************************************************************
// Assembly : MPT.CSI.API
// Author : <NAME>
// Created : 06-10-2017
//
// Last Modified By : <NAME>
// Last Modified... |
ModbusHelper/ModbusExtend.cs | KoKoHomask/ModbusHelper | 2 | 7043556 | using ModbusHelper.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace ModbusHelper
{
public static class ModbusExtend
{
public enum GetModbusAddressType
{
REG_ALL,
REG_READONLY,
REG_READWRITE,
}
public s... |
E_ticaret/E_ticaret/Controllers/UrunlerController.cs | Buketpeh/E-ticaret-website | 0 | 7043557 | <filename>E_ticaret/E_ticaret/Controllers/UrunlerController.cs<gh_stars>0
using E_ticaret.Models;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Helpers;
using System.Web.Mvc;
namespace E_ticaret.Controllers
{
public class UrunlerController :... |
Sonneville.Investing.Persistence/Users/UserRepository.cs | SonnevilleJ/Investing | 1 | 7043558 | using System;
using Sonneville.Investing.Persistence.EFCore.EntityFrameworkCore;
using Sonneville.Investing.Persistence.EFCore.Security;
using Sonneville.Investing.Persistence.EFCore.Users;
using Sonneville.Investing.Users;
using Sonneville.Utilities.Security;
namespace Sonneville.Investing.Persistence.Users
{
pu... |
csharp/Objetos/Modelos/Enderecos/UF.cs | Viniciusalopes/ObjPessoaCSharp | 1 | 7043559 | <gh_stars>1-10
/// <licenca>
/// Licença MIT
/// Copyright(c) 2020 <NAME>
///
/// A permissão é concedida, gratuitamente, a qualquer pessoa que obtenha uma cópia deste software e dos
/// arquivos de documentação associados (o "Software"), para negociar no Software sem restrições,
/// i... |
Source/EventFlow.MongoDB/ReadStores/IMongoDbReadModel.cs | gokoukotori/EventFlow | 1 | 7043560 | <filename>Source/EventFlow.MongoDB/ReadStores/IMongoDbReadModel.cs<gh_stars>1-10
using EventFlow.ReadStores;
namespace EventFlow.MongoDB.ReadStores
{
public interface IMongoDbReadModel : IReadModel
{
string Id { get; }
long? Version { get; set; }
}
}
|
Imagin.Common/Attributes/Range.cs | fritzmark/Imagin.NET | 61 | 7043561 | using System;
namespace Imagin.Common
{
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class RangeAttribute : Attribute
{
public readonly object Increment;
public readonly object Maximum;
public readonly object Minimum;
public RangeAttribute(... |
src/main/teams-sso-sample/Client/IGraphApiClientFactory.cs | 1iveowl/MS-Teams-SSO-ASPNET5-React | 0 | 7043562 | <gh_stars>0
using Microsoft.Graph;
using System.Net.Http.Headers;
using System.Threading.Tasks;
namespace teams_sso_sample.Client
{
public interface IGraphApiClientFactory
{
Task<GraphServiceClient> Create(MediaTypeWithQualityHeaderValue mediaTypeHeader = null);
Task<GraphServiceClient> Creat... |
基础知识/基础/特性.cs | PrideJoy/NetTemple | 4 | 7043563 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization.Json;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;
namespace 基础知识
{
public class 特性
{
/// <summary>
/// ... |
src/ChannelAdvisorAccess/Constants/DetailLevelTypes.cs | agileharbor/channelAdvisorAccess | 3 | 7043564 | namespace ChannelAdvisorAccess.Constants
{
public static class DetailLevelTypes
{
public const string Low = "Low";
public const string Medium = "Medium";
public const string High = "High";
public const string Complete = "Complete";
}
}
|
generated/Models/CrashDeleteCounter.cs | balivo/appcenter-openapi-sdk | 5 | 7043565 | <reponame>balivo/appcenter-openapi-sdk<filename>generated/Models/CrashDeleteCounter.cs
// <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace Balivo.AppCenterClient.Models
{
... |
ETHDINFKBot/Classes/JWSTStatus.cs | steinraf/ETH-DINFK-Bot | 0 | 7043566 | <filename>ETHDINFKBot/Classes/JWSTStatus.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ETHDINFKBot.Classes
{
public class JWSTStatus
{
public Currentstate currentState { get; set; }
}
public class Currentstate... |
Migrations/Data/ApplicationDbContextClientDevice.cs | serfend/Project.Web.SfMVC.TrainSchdule.1903 | 3 | 7043567 | using DAL.Entities.ClientDevice;
using Microsoft.EntityFrameworkCore;
using System.Linq;
namespace DAL.Data
{
partial class ApplicationDbContext
{
/// <summary>
///
/// </summary>
public DbSet<Client> Clients { get; set; }
/// <summary>
///
/// </summa... |
Scripts/Tutorials/RiverNetwork.cs | BrunoDatoMeneses/Unity3DProceduralMapGeneration | 0 | 7043568 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class RiverNetwork : MonoBehaviour
{
public int dim;
public float disc_radius = 1.0f;
public float max_delta = 0.05f;
public float river_downcutting_constant = 1.3f;
public float directional_inertia = 0.4f;
pu... |
OlDocPublish/DocumentProcessors/AcrobatPostOCR.cs | peterjkingston/OutlookPublishing | 0 | 7043570 | <reponame>peterjkingston/OutlookPublishing
using System;
using System.Text.RegularExpressions;
using Acrobat;
using OlDocPublish.DataProviders;
namespace OlDocPublish.Processors
{
public class AcrobatPostOCR : IPostOCR
{
//Future plans to move this to an external definition.
private enum PageID... |
SOURCE/base/Libraries/Singularity.V1/Threads/SyncHandle.cs | pmache/singularityrdk | 3 | 7043571 | <filename>SOURCE/base/Libraries/Singularity.V1/Threads/SyncHandle.cs
////////////////////////////////////////////////////////////////////////////////
//
// Microsoft Research Singularity - Singularity ABI
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// File: SyncHandle.cs
//
// Note:
//
us... |
src/Cubes3DIntersection.Application/Interfaces/ICube3DIntersectionService.cs | dannyc84/Cubes3DIntersection | 1 | 7043572 | using Cubes3DIntersection.Application.Models;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Cubes3DIntersection.Application.Interfaces
{
public interface ICube3DIntersectionService
{
Task<Cube3DIntersectionModel> Create(Cube3DIntersectionModel Cube3DIntersectionModel);
... |
C#/BANCO_DADOS/SLN_ProjetoConexao/ProjetoConexao/frm_conexao.cs | GuiPiovezan/Atividades | 0 | 7043573 | 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;
namespace ProjetoConexao
{
public partial class frm_conexao : Form
{
public frm_conexao(... |
tests/Unit/Core/TransitionTest.cs | aTiKhan/microwf | 157 | 7043574 | using tomware.Microwf.Core;
using tomware.Microwf.Tests.Common.WorkflowDefinitions;
using Xunit;
namespace tomware.Microwf.Tests.Unit.Core
{
public class TransitionTest
{
[Fact]
public void Transition_NewInstance_CanMakeTransitionDefaultsToTrue()
{
// Arrange
// Act
var transition = ... |
Scripts/Suggestion.cs | sandrofigo/Debug-Menu-Unity3D | 3 | 7043575 | //
// Copyright (c) <NAME>
//
namespace DebugMenu
{
public class Suggestion
{
public Suggestion(string path, string typeText, Node node)
{
this.path = path;
this.typeText = typeText;
this.node = node;
}
public string path;
public stri... |
Samples/XamlReporting.Samples.Console/Program.cs | lecode-official/xaml-reporting | 18 | 7043576 |
#region Using Directives
using System;
using System.Dynamic;
using System.InversionOfControl.Abstractions;
using System.InversionOfControl.Abstractions.SimpleIoc;
using System.IO;
using System.Threading.Tasks;
using System.Windows.Documents.Reporting;
#endregion
namespace XamlReporting.Samples.Console
{
/// <s... |
Packages/com.github.homuler.mediapipe/Tests/EditMode/GpuOnlyAttribute.cs | Restok/MediaPipeUnityPlugin | 634 | 7043577 | <gh_stars>100-1000
// Copyright (c) 2021 homuler
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
using NUnit.Framework;
using System;
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class G... |
Assets/Placenote/LibPlacenote/LibPlacenote.cs | Placenote/PlacenoteSDK-Unity | 83 | 7043578 | <reponame>Placenote/PlacenoteSDK-Unity<gh_stars>10-100
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Runtime.InteropServices;
using System.IO;
using AOT;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using UnityEngine.XR.ARFoundation;
using UnityEngine.X... |
Mirage/Source/Entity.cs | natecurtiss/mirage | 2 | 7043579 | <reponame>natecurtiss/mirage
using Mirage.Input;
using Mirage.Rendering;
using Silk.NET.OpenGL;
namespace Mirage;
/// <summary>
/// An object that can be spawned in as part of the <see cref="World"/>.
/// </summary>
public abstract class Entity : IDisposable, Transform, Boundable
{
static readonly string _variab... |
src/TorSharp/TorSharpProxy.cs | MahmutYaman/TorSharp | 0 | 7043580 | using System;
using System.Diagnostics;
using System.IO;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Knapcode.TorSharp.Adapters;
using Knapcode.TorSharp.Tools;
using Knapcode.TorSharp.Tools.Privoxy;
using Knapcode.TorSharp.Tools.Tor;
namespace Knapcode.TorSharp
{
public i... |
Src/AST.Application/Services/FooService.cs | nguyentrucxinh/AspNetCore-Simple-Template | 0 | 7043581 | using AST.Core.Entities;
using AST.Core.Interfaces;
using AST.Application.Interfaces;
using System.Collections.Generic;
using AST.Application.ViewModels;
using System.Threading.Tasks;
using AST.Core.Common.ResponseBuilder;
using System;
namespace AST.Application.Services
{
public class FooService: IFooService
... |
ShutdownPC/ShutdownPC/WriteToCmd.cs | Kinkio/Home-projects | 0 | 7043582 | <reponame>Kinkio/Home-projects<filename>ShutdownPC/ShutdownPC/WriteToCmd.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace ShutdownPC
{
class WriteToCmd
{
private int hour {... |
camunda-bpm-platform-net/engine-rest/engine-rest/src/main/java/org/camunda/bpm/engine/rest/sub/repository/CaseDefinitionResource.cs | luizfbicalho/Camunda.NET | 6 | 7043583 | /*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; ... |
Assets/Scripts/control_lancha.cs | Evolis3d/Cuevana | 0 | 7043584 | <filename>Assets/Scripts/control_lancha.cs
using System.Collections;
using UnityEngine;
public class control_lancha : controllable
{
[Header("Lancha")]
private Vector2 dir;
private float lado,lastlado;
public float thrust = 4f;
public float vel;
private bool canMove = false;
private bool... |
Assets/Imported/DatePicker/DatePicker_Button.cs | morbidintel/WebCity | 1 | 7043585 | using System;
using System.Collections;
using System.Globalization;
using UnityEngine;
using UnityEngine.UI;
using UI.Tables;
namespace UI.Dates
{
public class DatePicker_Button : MonoBehaviour
{
public Button Button;
public Text Text;
public bool IsTemplate = true; ... |
mdlPDF/Xml2PDF/Source/Altsoft/PDFOX/ActionURI.cs | silvath/siscobras | 0 | 7043586 | namespace Altsoft.PDFO
{
using System;
public class ActionURI : Action
{
// Methods
public ActionURI(PDFDirect direct) : base(direct)
{
}
private static ActionURI Create(bool indirect)
{
PDFDict dict1 = Library.CreateDict();
dict1["S"... |
Assets/External Plugins/nParticleSystem/Scripts/nPhysics.cs | landon912/GDFR | 0 | 7043587 | <reponame>landon912/GDFR
using UnityEngine;
using System.Collections;
public class nPhysics : MonoBehaviour {
public virtual void Apply(ref Vector3 outPut)
{
if(!enabled)
return;
}
void OnEnable()
{
}
}
|
Genesis/Test_GenesisCommon/Tests/Test_BasicPipeline.cs | subhagho/Genesis.NET | 0 | 7043588 | using System;
using Xunit;
using LibZConfig.Common.Config;
using LibZConfig.Common.Utils;
using LibZConfig.Common.Config.Readers;
using LibZConfig.Common.Config.Nodes;
using LibZConfig.Common.Config.Parsers;
using Version = LibZConfig.Common.Config.Version;
using LibGenesisCommon.Process;
namespace LibGenesisCommon.T... |
src/Sdk.PackageTool/Services/CommandService.cs | cythral/brighid-commands-sdk | 0 | 7043589 | using System.Threading;
using System.Threading.Tasks;
using Amazon.S3;
using Amazon.S3.Model;
using Brighid.Commands.Sdk.Models;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
namespace Brighid.Commands.Sdk.PackageTool
{
/// <inheritdoc />
public class CommandService : ICommandServi... |
src/TimeoutAsyncResult.cs | husains/azure-amqp | 81 | 7043590 | <reponame>husains/azure-amqp
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Amqp
{
using System;
using System.Threading;
abstract class TimeoutAsyncResult<T> : AsyncResult wher... |
Plugins.SmaEnergymeter/Services/CurrentPowerService.cs | pkuehnel/SmartTeslaAmpSetter | 6 | 7043591 | namespace Plugins.SmaEnergymeter.Services;
public class CurrentPowerService
{
private readonly ILogger<CurrentPowerService> _logger;
private readonly SharedValues _sharedValues;
public CurrentPowerService(ILogger<CurrentPowerService> logger, SharedValues sharedValues)
{
_logger = logger;
... |
Client/Menus/mnuItemSummary.cs | Sprinkoringo/PMU-Client | 6 | 7043592 | <filename>Client/Menus/mnuItemSummary.cs
/*The MIT License (MIT)
Copyright (c) 2014 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the r... |
src/executions/Glazer.Executions.Abstractions/ExecutionContextFactory.cs | neurnn/glazer | 0 | 7043593 | using Glazer.Accessors;
using Glazer.Common.Models;
using Glazer.Kvdb.Abstractions;
using Glazer.Kvdb.Extensions;
using Glazer.Storage.Abstraction;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using static Glazer.Executions.Abstractions.ExecutionStatus;
namespa... |
Cornelius/Semester.cs | palotasb/cornelius | 1 | 7043594 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cornelius
{
/// <summary>
/// Egy egyetemi félévet reprezentáló struktúra.
/// </summary>
public struct Semester
{
/// <summary>
/// A félév belső reprezentációja, 10 * év +... |
source/DasBlog.Tests/FunctionalTests/Common/Utils.cs | Boldbayar/dasblog-core-master | 0 | 7043595 | using System;
using System.Globalization;
using System.IO;
using DasBlog.Managers.Interfaces;
using newtelligence.DasBlog.Runtime;
namespace DasBlog.Tests.FunctionalTests.Common
{
internal static partial class Utils
{
/// <summary>
/// writes day entry file into the content directory
/// </summary>
/// <par... |
Assets/3DUITK/Techniques/GoGo/Scripts/GrabObject.cs | iatahmid/gogo-arm | 15 | 7043596 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
using Valve.VR;
public class GrabObject : MonoBehaviour {
#if SteamVR_Legacy
public SteamVR_TrackedObject trackedObj;
private SteamVR_Controller.Device Controller {
get {
return SteamVR... |
intro_to_vr_fall2020/HW5/HW5_interactable/Assets/Scripts/Utility/TransformUniversal.cs | ADataDate/VR | 0 | 7043597 | using UnityEngine;
using System.Collections;
public class TransformUniversal : MonoBehaviour
{
public float globalTimeScale = 1;
public bool doTranslate = false;
public Vector3 translateSpeed = Vector3.zero;
public bool translateUseBounds = false;
public bool pingPong = false;
private Vector... |
Cameras/Sony/ViscaCamera.cs | uxav/lib2-devices | 2 | 7043598 | using UX.Lib2.DeviceSupport;
using UX.Lib2.Sockets;
namespace UX.Lib2.Devices.Cameras.Sony
{
public class ViscaCamera : ICamera, IFusionAsset
{
private readonly IViscaSocket _socket;
private readonly uint _id;
private readonly string _ipAddress;
private string _name = ... |
src/HDInsight/HDInsight/ManagementCommands/SetAzureHDInsightClusterDiskEncryptionKeyCommand.cs | Aviv-Yaniv/azure-powershell | 3,336 | 7043599 | <gh_stars>1000+
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License... |
TRModelTransporter/Model/Definitions/TR1ModelDefinition.cs | makotocchi/TR2-Rando | 1 | 7043600 | <gh_stars>1-10
using System.Collections.Generic;
using TRLevelReader.Model;
using TRLevelReader.Model.Enums;
using TRModelTransporter.Model.Animations;
using TRModelTransporter.Model.Sound;
namespace TRModelTransporter.Model.Definitions
{
public class TR1ModelDefinition : AbstractTRModelDefinition<TREntities>
... |
SurvivorMode/Assets/C# scripts/PlayerController.cs | devkiloton/survivor_mode | 0 | 7043601 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerController : MonoBehaviour, IDamage, ICure
{
public Vector3 Direction;
public LayerMask FloorMask;
public GameObject GameOverText;
public UIController ScrUIController;
public AudioClip DamageSound;
... |
Assets/Plugins/Substance Extensions/Scripts/Runtime/Tests/SubstanceRuntimeTest.cs | Synthoid/substance-for-unity-extensions | 0 | 7043602 | <filename>Assets/Plugins/Substance Extensions/Scripts/Runtime/Tests/SubstanceRuntimeTest.cs
using UnityEngine;
using Adobe.Substance;
namespace SOS.SubstanceExtensions
{
public class SubstanceRuntimeTest : MonoBehaviour
{
[SerializeField]
private KeyCode renderKey = KeyCode.Space;
[Seri... |
OpenBoxLib/OpenBoxLib/LiteBox/LMath/Vec.cs | cleak/OpenBoxUnity | 5 | 7043603 | using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace LiteBox.LMath
{
[StructLayout(LayoutKind.Sequential)]
public struct Vec2l : IEquatable<Vec2l>
{
public long x;
public long y;
[MethodImpl(MethodImplOptions.AggressiveInlining)]
... |
WPFDesign.Designer/Controls/DragListener.cs | iodes/WPFDesign | 0 | 7043604 | // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// 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, co... |
Errlock/ViewModels/NewSessionViewModel.cs | segrived/Errlock | 1 | 7043605 | using System.Collections.Generic;
using Errlock.Lib.Helpers;
using Errlock.Lib.Sessions;
using GalaSoft.MvvmLight.Command;
namespace Errlock.ViewModels
{
public class NewSessionViewModel : CloseableViewModel
{
private string _protocolPart;
private string _urlPart;
public RelayCommand S... |
Assets/Scripts/ShipCollisionController.cs | Alexander-Hjelm/Vector-Command | 0 | 7043606 | <reponame>Alexander-Hjelm/Vector-Command
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class ShipCollisionController : MonoBehaviour {
Ship shipScript;
public GameObject shipPool;
List<GameObject> shipList;
public float repTime = 0.1f; //InvokeRep rate
public float thre... |
MakerFarm/Controllers/ClientPermissionsController.cs | wildbillcat/MakerFarm | 2 | 7043607 | <reponame>wildbillcat/MakerFarm<filename>MakerFarm/Controllers/ClientPermissionsController.cs
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
using MakerFarm.Models;
namespace MakerFarm.Controller... |
RuyiSDK/RuyiNet/Service/Cloud/RuyiNetCloudService.cs | c04x/sdk | 1 | 7043608 | <filename>RuyiSDK/RuyiNet/Service/Cloud/RuyiNetCloudService.cs
using Newtonsoft.Json;
using Ruyi.SDK.StorageLayer;
using System;
using System.IO;
using System.Security;
namespace Ruyi.SDK.Online
{
/// <summary>
/// Handles backing up data to the cloud.
/// </summary>
public class RuyiNetCloudService :... |
Platforms/ConsoleCommands.cs | HLSW/DeltaEngine | 81 | 7043609 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using DeltaEngine.Core;
using DeltaEngine.Extensions;
namespace DeltaEngine.Platforms
{
/// <summary>
/// Evaluates command strings and executes methods ... |
tMod64Bot/Services/WebhookService.cs | TheStachelfisch/tmod64-Bot | 14 | 7043610 | using System;
using System.IO;
using System.Linq;
using System.Runtime.Caching;
using Discord;
using Microsoft.Extensions.DependencyInjection;
using tMod64Bot.Services.Logging;
namespace tMod64Bot.Services
{
public class WebhookService : ServiceBase
{
private readonly LoggingService _loggingService;
... |
DMSSocketReceiver/Utils/ConfigurationUtils.cs | RIWA-GIS/DMSSocketReceiver | 1 | 7043612 | using System;
using System.Configuration;
namespace DMSSocketReceiver.Utils
{
public class ConfigurationUtils
{
public static string ReadAppSetting(string key, string defaultValue = "")
{
var configFile = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.Non... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.