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/_Scripts/Common/PathUtils.cs | GebbyYang/EliminateDemo | 0 | 7069164 | <gh_stars>0
namespace Eliminate.Common
{
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PathUtils {
/// <summary>
/// 组合表的路径
/// </summary>
public static string GetTablePath(string tableName)
{
// string path = Application.streamingAssetsPath + @"/Table... |
Cameo/Assets/Internal/Scripts/Non-Mono/Card/CardSpriteFetcher.cs | HemanthRj96/Repos-Cameo | 0 | 7069166 | using UnityEngine;
using System.Collections.Generic;
namespace Cameo.NonMono
{
public static class CardSpriteFetcher
{
private static bool isSpriteCached = false;
public static Dictionary<Card, Sprite> _cardSpriteslookup = new Dictionary<Card, Sprite>();
public static Sprite FetchSpr... |
Adf/Config/ConfigBase.cs | aooshi/adf | 0 | 7069167 | using System;
using System.Text;
using System.Web;
using System.IO;
using System.Xml;
using System.Configuration;
using System.Collections.Generic;
using System.Threading;
namespace Adf.Config
{
/// <summary>
/// 配置基类
/// </summary>
/// <remarks>
/// /Config/file1.config
/// /Config/file2.conf... |
MoogleEngine/CacheManager.cs | fvaldes0109/moogle-2021 | 0 | 7069168 | <filename>MoogleEngine/CacheManager.cs
using System.Text.Json;
namespace MoogleEngine;
// Clase para guardar y cargar la cache de los datos indexados
public static class CacheManager {
static string rootsPath = Path.Combine("..", "Cache", "roots.json");
static string wordsPath = Path.Combine("..", "Cache", "... |
Assets/Scripts/Characters/PlayerController.cs | Like-Hero/3D-RPG | 0 | 7069169 | <filename>Assets/Scripts/Characters/PlayerController.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.AI;
public class PlayerController : MonoBehaviour
{
#region Read from Var
private CharacterBaseStats characterStats;
private AttackStats attackStats;
... |
Src/EzDbSchema.Core/Objects/Relationships.cs | rvegajr/ez-db-schema | 2 | 7069170 | <reponame>rvegajr/ez-db-schema
using System;
using System.Collections.Generic;
using System.Linq;
using System.Xml;
using EzDbSchema.Core.Enums;
using EzDbSchema.Core.Extentions;
using EzDbSchema.Core.Extentions.Objects;
using EzDbSchema.Core.Extentions.Xml;
using EzDbSchema.Core.Interfaces;
namespace EzDbSchema.Core... |
src/Digify.Micro.EventBus/Program.cs | digify-ge/Digify.Micro | 2 | 7069171 | <filename>src/Digify.Micro.EventBus/Program.cs<gh_stars>1-10
using Digify.Micro.Extensions;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace Digify.Micro
{
class Program
{
... |
src/Remy.Core/Tasks/IPluginManager.cs | yetanotherchris/Ainsley | 9 | 7069172 | <gh_stars>1-10
using System.Collections.Generic;
using NuGet;
namespace Remy.Core.Tasks
{
public interface IPluginManager
{
void DownloadAndUnzip(string packageId);
void EnsurePluginDirectoryExists(string path);
IEnumerable<IPackage> List();
}
} |
adminlte/Areas/Practitioner/Views/Shared/_Sidebar.cshtml | SergtoUn/GunSudexDoc | 0 | 7069173 | <reponame>SergtoUn/GunSudexDoc
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
@*<div class="pull-le... |
sdk/dotnet/Genomics/V1Alpha2/GetPipeline.cs | AaronFriel/pulumi-google-native | 44 | 7069174 | // *** 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;
using Pulumi.Utilities... |
src/Life.Client.Forms/Form1.cs | Levchenkov/Life | 0 | 7069175 | using System;
using System.Drawing;
using System.Threading.Tasks;
using System.Windows.Forms;
using Life.Client.Network.SignalR;
using Newtonsoft.Json;
namespace Life.Client.Forms
{
public partial class Form1 : Form
{
private DateTime prevUpdate = DateTime.Now;
private DateTime prevDraw = Date... |
GL43.cs | Spirit1330705/SGE.GL | 0 | 7069176 | using System;
namespace SGE.GL {
public partial class OpenGL {
#region Constants
public const int GL_NUM_SHADING_LANGUAGE_VERSIONS = 0x82E9;
public const int GL_VERTEX_ATTRIB_ARRAY_LONG = 0x874E;
public const int GL_COMPRESSED_RGB8_ETC2 = 0x9274;
public const int GL_COMPRESSED_SRGB8_ETC2 = 0x9275;
publi... |
Sources/Web/CommandHandlers/Application/RenameApplicationHandler.cs | Bjornej/Bazooka | 4 | 7069177 | <filename>Sources/Web/CommandHandlers/Application/RenameApplicationHandler.cs<gh_stars>1-10
using DataAccess.Write;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Web.Commands;
using Web.Commands.Application;
namespace Web.CommandHandlers
{
public class RenameApplicatio... |
WorkData.Service.Application/Impls/UpdateDomainService.cs | wulaiwei/WorkData.KeySpaceCallback | 0 | 7069178 | <reponame>wulaiwei/WorkData.KeySpaceCallback<gh_stars>0
// ------------------------------------------------------------------------------
// Copyright 吴来伟个人 版权所有。
// 项目名:WorkData.Service.Application
// 文件名:UpdateDomainService.cs
// 创建标识:吴来伟 2018-03-26 17:55
// 创建描述:
//
// 修改标识:吴来伟2018-03-26 17:55
// 修改描述:
// ----... |
Cuyahoga.Modules.Forum/Domain/ForumTag.cs | dineshkummarc/cuyahoga-1 | 1 | 7069179 | using System;
using System.Collections;
using System.Configuration;
using System.Web;
using System.Web.Caching;
namespace Cuyahoga.Modules.Forum.Domain
{
public class ForumTag
{
private int _id;
private string _forumCodeStart;
private string _forumCodeEnd;
private string _htmlCodeStart;
... |
dnSpy/MainApp/AppCommandLineArgs.cs | haise0/reAtomizer | 1 | 7069180 | <filename>dnSpy/MainApp/AppCommandLineArgs.cs
/*
Copyright (C) 2014-2016 <EMAIL>
This file is part of dnSpy
dnSpy is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the Lice... |
NETTrace.Core/Auxiliary/TracerBootstrapper.cs | FenixDan/NETTrace | 7 | 7069182 | using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using NETTrace.Core.Communication;
namespace NETTrace.Core.Auxiliary {
public sealed class TracerBootstrapper {
public Win32... |
src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/WxApp/ShortLinkApi.cs | WangDrama/WeiXinMPSDK | 7,871 | 7069184 | /*----------------------------------------------------------------
Copyright (C) 2021 Senparc
文件名:Short Link.cs
文件功能描述:小程序 Short Link
官方文档:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/short-link/shortlink.generate.html
创建标识:Senparc - 20210930
-----------... |
BozziPgpCoreDemoApp/Program.cs | bozzimarcello/BozziPgpCoreDemoApp | 0 | 7069185 | using System;
using PgpCore;
using System.IO;
using System.Threading.Tasks;
using System.Diagnostics;
namespace BozziPgpCoreDemoApp
{
class Program
{
static string basePath = @"E:\_Dev\BozziPgpCoreDemoApp\DemoFiles\";
static void Main(string[] args)
{
Console.WriteLine("P... |
CWMII.lib/Enums/Win32_WMIElementSetting.cs | jcapellman/LWWMIW | 2 | 7069186 | namespace CWMII.lib.Enums {
public enum Win32_WMIElementSetting {
Element,
Setting
}
public static class Win32_WMIElementSettingExtension {
public static string GetWMIValue(this Win32_WMIElementSetting enumOption) => lib.CWMII.GetSingleProperty($"SELECT * FROM Win32_WMIElementSetting", enumOption.ToString());... |
src/Zip2City/Zip2City/Zip2City.CS26000.partial.cs | ShereSoft/Zip2City | 2 | 7069187 | <gh_stars>1-10
using System;
namespace ShereSoft
{
partial class Zip2City
{
static readonly ulong[] CS26000 =
{
914194498635310803,
520715669583537757,
54591270134533092,
1145541124149061215,
736098024449609342,
1940876749... |
Messaging.PersistentTcp/Serializers/JsonSerializer.cs | JustoSenka/SimpleMessagingService | 0 | 7069188 | using Messaging.PersistentTcp.Utilities;
using Newtonsoft.Json;
namespace Messaging.PersistentTcp.Serializers
{
public class JsonSerializer<T> : ISerializer<T>
{
public byte[] Serialize(T obj) => JsonConvert.SerializeObject(obj).ToBytesUTF8();
public T Deserialize(byte[] bytes) => JsonConvert.... |
DiabloCms.Server/Controllers/IdentityController.cs | eldiablo-1226/Diablo-Cms-Ecommerce | 0 | 7069189 | using System.Threading.Tasks;
using DiabloCms.Models.RequestModel.Identity;
using DiabloCms.Models.ResponseModel.Identity;
using DiabloCms.Server.Infrastructure.Extensions;
using DiabloCms.Server.Infrastructure.Service.CurrentUser;
using DiabloCms.UseCases.Contracts.Identity;
using HarabaSourceGenerators.Common.Attrib... |
TR2RandomizerCore/Processors/TextureDeduplicator.cs | Anopob/TR2-Rando | 0 | 7069191 | using System.Collections.Generic;
using System.IO;
using TR2RandomizerCore.Helpers;
using TRGE.Core;
using TRModelTransporter.Utilities;
namespace TR2RandomizerCore.Processors
{
internal class TextureDeduplicator : LevelProcessor
{
public void Deduplicate()
{
List<DeduplicationProc... |
MediaRat/Common/StringTCConverter.cs | xcrover/MediaRat | 0 | 7069192 | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Windows.Data;
namespace XC.MediaRat {
/// <summary>
/// Converts string to timecode
/// </summary>
public class StringTCConverter : IValueConverter {
#region IValueCo... |
20. Objects-and-Classes-Exercises/04. Average Grades/Average_Grades.cs | kostadinlambov/Programming-Fundamentals | 1 | 7069193 | using System;
using System.Collections.Generic;
using System.Linq;
namespace _04.Average_Grades
{
public class Student
{
public string Name { get; set; }
public List<double> ListOfGrades { get; set; }
public double Average
{
get { return ListOfGrades.Average(); }
... |
src/Exchanger/Program.cs | asgerhallas/Exchanger | 1 | 7069194 | using System;
using System.Threading.Tasks;
using d60.Cirqus;
using d60.Cirqus.Ntfs.Config;
namespace Exchanger
{
class Program
{
static void Main(string[] args)
{
try
{
new Program().Run(args).Wait();
}
catch (Aggr... |
Hub.Legacy/Gcpe.Hub.Legacy.Website/Calendar/Admin/Default.aspx.cs | andrelashley/gcpe-hub | 0 | 7069195 | <filename>Hub.Legacy/Gcpe.Hub.Legacy.Website/Calendar/Admin/Default.aspx.cs
using System;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web.DynamicData;
namespace CorporateCalendarAdmin
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(objec... |
Assets/Scripts/Sample2/LogOutput.cs | YanaPIIDXer/ZenjectTest | 0 | 7069197 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UniRx;
using UniRx.Operators;
using UniRx.Triggers;
using System;
namespace Sample2
{
/// <summary>
/// LogOutputのインタフェース
/// </summary>
public interface ILogOutput
{
/// <summary>
... |
LeComCre.Web/LeComCre.Web/CadUsuario.aspx.cs | afonsoft/LeComCre | 0 | 7069198 | <filename>LeComCre.Web/LeComCre.Web/CadUsuario.aspx.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Afonsoft.Libary.Utilities;
using LeComCre.Web.PageBase;
using LeComCre.Web.Negocios;
namespace LeComCre.Web
... |
Test.DNX.Helpers/Validation/GuardUInt16Tests.generated.cs | martinsmith1968/dnx.utils.strings | 2 | 7069199 | // Code generated by a Template
using System;
using DNX.Helpers.Maths;
using DNX.Helpers.Validation;
using NUnit.Framework;
using Shouldly;
using Test.DNX.Helpers.Validation.TestsDataSource;
namespace Test.DNX.Helpers.Validation
{
[TestFixture]
public class GuardUInt16Tests
{
[TestCaseSource(typeof... |
src/Confluent.SchemaRegistry/ReferenceSubjectNameStrategy.cs | cjgalione/confluent-kafka-dotnet | 2,324 | 7069200 | // Copyright 2020 Confluent Inc.
//
// 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
//
// Unless required by applicable law or agreed to in w... |
UnitSystem/Examples/Cuboid.cs | mmbrantner/PhysicalUnitSystem | 3 | 7069201 | using System;
namespace UnitSystem.Examples
{
public class Cuboid : Shape3D
{
public Length A { get; }
public Length B { get; }
public Length C { get; }
public Length Diagonal => new Length(Math.Sqrt(Math.Pow(A.Value, 2) + Math.Pow(B.Value, 2) + Math.Pow(C.Value, 2)));
... |
Runtime/Variables/ReferenceVariable.cs | aruizrab/codetox-for-unity | 0 | 7069202 | using Codetox;
using UnityEngine;
namespace Codetox.Variables
{
[CreateAssetMenu(menuName = Framework.MenuRoot.Variables.Reference, fileName = nameof(ReferenceVariable), order = 12)]
public sealed class ReferenceVariable : Variable<Object>
{
}
} |
Ela/ElaConsole/MessageHelper.cs | vorov2/ela | 18 | 7069203 | using System;
using System.IO;
using Ela.Parsing;
using ElaConsole.Options;
using Ela;
using System.Collections.Generic;
using Ela.Debug;
namespace ElaConsole
{
internal sealed class MessageHelper
{
#region Construction
private ElaOptions opt;
internal MessageHelper(Ela... |
ApredendoArquivos/UsingBlock/UsingBlock/Program.cs | Yanicksantos/.NET | 0 | 7069204 | using System;
using System.IO;
namespace UsingBloco
{
class Program
{
static void Main(string[] args)
{
string caminho = @"C:\Users\YANICK\Desktop\Rumo a PROGRAMADOR\C#\ApredendoArquivos\file1.txt";
try
{
// using (FileStream fs = new FileStr... |
Mod-CM-RNG/ChallengeManager.Upgrades.cs | klmcdorm/olmods-n-stuff | 0 | 7069205 | using UnityEngine;
using Overload;
using HarmonyLib;
using System.Reflection;
using System.Collections.Generic;
using System.Reflection.Emit;
namespace GameMod
{
[HarmonyPatch(typeof(ChallengeManager), "WorkerUpgradeRandomMissile")]
class ChallengeManager_WorkerUpgradeRandomMissile
{
static IEnume... |
Demo/Magicodes.IE.Demo/ExcelDemo/IImporter.cs | zhaobingwang/sample | 3 | 7069206 | //using Magicodes.ExporterAndImporter.Core.Models;
//using System;
//using System.Collections.Generic;
//using System.Text;
//using System.Threading.Tasks;
//namespace ExcelDemo
//{
// /// <summary>
// /// 导入
// /// </summary>
// public interface IImporter
// {
// /// <summary>
// ///... |
src/MyApp.Backend/Areas/Backend/ViewModels/Shared/Category/CategoryViewModelFactory.cs | Platformus/Platformus-Sample-Mobile-App-Admin-Panel | 0 | 7069207 | <reponame>Platformus/Platformus-Sample-Mobile-App-Admin-Panel
// Copyright © 2021 <NAME>. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using MyApp.Data.Entities;
using Platformus;
namespace MyApp.Backend.ViewModels.Shared
{
pub... |
src/FubuMVC.Validation.StoryTeller/InlineModel.cs | DovetailSoftware/fubuvalidation | 0 | 7069208 | <gh_stars>0
using FubuMVC.Core.Assets;
using FubuMVC.Core.Continuations;
using FubuMVC.Core.UI;
using FubuValidation;
using HtmlTags;
namespace FubuMVC.Validation.StoryTeller
{
public class InlineModel
{
[Required]
public string Name { get; set; }
[Email]
public string Email { get; set; }
}
... |
Src/ImplicitNullability.Samples.Consumer/NullabilityAnalysis/DelegatesSampleTests.cs | sheitmann/ImplicitNullability | 53 | 7069209 | using System;
using System.Runtime.Remoting;
using FluentAssertions;
using ImplicitNullability.Samples.CodeWithIN.NullabilityAnalysis;
using NUnit.Framework;
using static ImplicitNullability.Samples.CodeWithIN.ReSharper;
namespace ImplicitNullability.Samples.Consumer.NullabilityAnalysis
{
[TestFixture]
public ... |
Trader.Trading/Commands/RedeemSavings/RedeemSavingsExecutor.cs | JorgeCandeias/Trader | 13 | 7069210 | using Outcompute.Trader.Trading.Algorithms.Context;
using Outcompute.Trader.Trading.Providers;
namespace Outcompute.Trader.Trading.Commands.RedeemSavings;
internal class RedeemSavingsExecutor : IAlgoCommandExecutor<RedeemSavingsCommand, RedeemSavingsEvent>
{
private readonly ISavingsProvider _savings;
publi... |
Web/VeterinaryClinic.Web/Views/Gallery/All.cshtml | Megi223/VeterinaryClinic | 0 | 7069211 | <gh_stars>0
@model IEnumerable<VeterinaryClinic.Web.ViewModels.Gallery.GalleryAllViewModel>
<link rel="stylesheet" href="~/css/customPagination.css" />
<section class="hero-wrap hero-wrap-2" style="background-image: url('https://res.cloudinary.com/dpwroiluv/image/upload/v1604684305/bg_2_gfdtjt.jpg');" data-st... |
Engine/Plugins/UnrealCS/UECSharpDomain/UnrealEngine/GeneratedScriptFile_Editor_64bits/UMaterialExpressionFunctionInput_FixSize.cs | RobertAcksel/UnrealCS | 1 | 7069213 | #if WITH_EDITOR
#if PLATFORM_64BITS
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace UnrealEngine
{
public partial class UMaterialExpressionFunctionInput
{
static readonly int Preview__Offset;
/// <summary>Used for previewing when editing the function, or when b... |
src/Applications/SimpleApi/IocServiceDemo/IDemoServiceProvider.cs | Lc3586/Microservice | 6 | 7069214 | using System;
using System.Collections.Generic;
using System.Text;
namespace IocServiceDemo
{
/// <summary>
/// 服务提供者接口类
/// </summary>
public interface IDemoServiceProvider
{
/// <summary>
/// 获取服务
/// </summary>
/// <returns></returns>
IDemoService GetServ... |
HayleesThreads/Models/Category.cs | calliestump/HayleesThreads.Solution | 0 | 7069215 | <gh_stars>0
using System.Collections.Generic;
namespace HayleesThreads.Models
{
public class Category
{
public Category()
{
this.JoinTables = new HashSet<CategoryProduct>();
}
public int CategoryId { get; set; }
public string CategoryName { get; set; }
public string CategoryDescripti... |
Estrol.KREmu/Servers/Payloads/opcode_Planet.cs | Estrol/KREmu | 1 | 7069217 | using Estrol.KREmu.Servers;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace Estrol.KREmu.Servers.Payloads {
public class opcode_Planet : SendPacket {
public override void GetData(Connection state) {
state.payload = "planet";
int planet... |
WebVella.Erp.Web/Services/RenderService.cs | emersonlara/WebVella-ERP | 1 | 7069218 | using CsvHelper;
using HtmlAgilityPack;
using Newtonsoft.Json;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using WebVella.Erp.Api;
using WebVella.Erp.Api.Models;
using WebVella.E... |
Assets/Plugins/Reign/DemoScenes/Scripts/InputExDemo.cs | sodatencent/Snake-update | 61 | 7069219 | <reponame>sodatencent/Snake-update
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using Reign;
public class InputExDemo : MonoBehaviour
{
public Button BackButton;
public Text InputText;
void Update()
{
// bind button events
BackButton.onClick.AddListener(backClicked);
// =============... |
Assets/Scripts/TimerUtil.cs | olchyk98/deadmind | 0 | 7069220 | using System;
using System.Diagnostics;
using TMPro;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.SceneManagement;
public class TimerUtil : MonoBehaviour
{
public UnityAction OnTimerStopped;
public UnityAction<string> OnTimerUpdate;
public string timerOutput;
public bool HasStarted {... |
Assets/Plugins/BonsaiBT/Standard/Tasks/Idle.cs | luis-l/UnityAssets | 28 | 7069221 |
using Bonsai.Core;
using Bonsai.Designer;
/// <summary>
/// Always returns running.
/// </summary>
[NodeEditorProperties("Tasks/", "Hourglass")]
public class Idle : Task {
public override BehaviourNode.Status Run()
{
return Status.Running;
}
}
|
DataTanker/Tests/Unit/Emulation/SnapshotData.cs | uliian/DataTanker | 48 | 7069222 | <reponame>uliian/DataTanker
using System.Collections.Generic;
using System.Linq;
using DataTanker.Versioning;
namespace Tests.Emulation
{
public class SnapshotData : ISnapshotData
{
private readonly List<int> _rolledBackTransactions;
private readonly List<int> _commitedTransactions;
p... |
src/NScan.SharedKernel/RuleViolation.cs | pascalberger/nscan | 0 | 7069223 | <filename>src/NScan.SharedKernel/RuleViolation.cs
using System.Collections.Generic;
using Value;
namespace NScan.SharedKernel
{
public class RuleViolation : ValueType<RuleViolation>
{
public RuleViolation(string ruleDescription, string prefixPhrase, string violationDescription)
{
RuleDescription = ru... |
Assets/LGW/Scripts/CellController.cs | hiroki-kitahara/LGW | 0 | 7069224 | <gh_stars>0
using HK.Framework;
using UnityEngine;
using UnityEngine.Assertions;
using UnityEngine.UI;
namespace LGW
{
/// <summary>
///
/// </summary>
public sealed class CellController : MonoBehaviour
{
[SerializeField]
private SpriteRenderer graphic;
private Transform ... |
GunWin/Graphing/IGraphWorker.cs | wiredwiz/Grun.Net | 8 | 7069225 | #region BSD 3-Clause License
// <copyright file="IGraphWorker.cs" company="Edgerunner.org">
// Copyright 2020 <NAME>
// </copyright>
//
// BSD 3-Clause License
//
// Copyright (c) 2020, <NAME>
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permi... |
src/Reface.NPI.DynamicProxy.AppOfSqlite/Entities/User.cs | ShimizuShiori/Reface.NPI.DynamicProxy | 0 | 7069226 | using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Reface.NPI.DynamicProxy.AppOfSqlite.Entities
{
[Table("T_USER")]
public class User
{
public string Id { get; set; }
public string Name { get; set; }
public string LoginName { get; set; }
public stri... |
demos/Generic/DistanceDemo/DistanceDemo.cs | slavslav/BulletSharp | 245 | 7069227 | using System;
using System.Drawing;
using BulletSharp;
using DemoFramework;
namespace DistanceDemo
{
sealed class DistanceDemo : Demo
{
private readonly Matrix _rotBodyPosition = Matrix.Translation(0, 10, 0);
private Matrix _staticBodyPosition = Matrix.Translation(0, 5, 0);
... |
WSATools/App.xaml.cs | haozekang/WSATools | 4 | 7069228 | using AdvancedSharpAdbClient;
using AdvancedSharpAdbClient.DeviceCommands;
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Th... |
TaskMgr/WorkWindow/FormDetalsistHeaders.Designer.cs | fengjixuchui/PCMgr | 40 | 7069229 | <reponame>fengjixuchui/PCMgr
namespace PCMgr.WorkWindow
{
partial class FormDetalsistHeaders
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being... |
MSD.Product/MSD.Product.Domain/Interfaces/Repositories/IProductRepositoryApi.cs | spaki/microservices-demo | 2 | 7069230 | using MSD.Product.Domain.Dtos.Common;
using MSD.Product.Domain.Dtos.ProductDtos;
using MSD.Product.Domain.Interfaces.Repositories.Common;
using MSD.Product.Infra.Api.Dtos;
using System.Threading.Tasks;
namespace MSD.Product.Domain.Interfaces.Repositories
{
public interface IProductRepositoryApi : IRepositoryBase
... |
Programacao Algoritmos/matrizes/indiceNome.cs | CleoLeal/etec | 0 | 7069231 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace indiceNomes
{
class indiceNome
{
static void Main(string[] args)
{
char[][] matriz = {
new char[] {'A','B','C','D','E','F','G','H','I','J','K','L',
'M','N',... |
CSharp-Technology-Fundamentals/Final-Exams/Final-Exam-18-April-2019/02FeedTheAnimals/Program.cs | kalintsenkov/SoftUni-Software-Engineering | 8 | 7069233 | <gh_stars>1-10
using System;
using System.Linq;
using System.Collections.Generic;
namespace _02FeedTheAnimals
{
class Program
{
static void Main(string[] args)
{
string input = Console.ReadLine();
var animals = new Dictionary<string, int>();
var areasWithHu... |
NET/LWTSD/SubscriptionCancelled.cs | Clayster/samples | 1 | 7069234 | <reponame>Clayster/samples
using System;
using System.Xml;
using System.Xml.Linq;
using System.Xml.Schema;
using System.Collections.Generic;
namespace LWTSD
{
public class SubscriptionCancelled
{
public readonly string SubscriptionID;
public SubscriptionCancelled(string SubscriptionID)
{
this.Subscription... |
src/Tests/Mapping/MappingChildGraph.cs | Intecpsp/GraphQL.EntityFramework | 345 | 7069235 | <gh_stars>100-1000
using GraphQL;
using GraphQL.EntityFramework;
[GraphQLMetadata(nameof(MappingChild))]
public class MappingChildGraph :
EfObjectGraphType<MappingContext, MappingChild>
{
public MappingChildGraph(IEfGraphQLService<MappingContext> graphQlService) :
base(graphQlService)
{
Au... |
database/comp3010/exp3/Eru.Server/Dtos/CommentCreateInDto.cs | lonelyhentai/workspace | 2 | 7069236 | <reponame>lonelyhentai/workspace
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace Eru.Server.Dtos
{
public class CommentCreateInDto
{
[DefaultValue(null)] public Guid? Pa... |
Toolkit/IValidatable.cs | Axinom/Toolkit | 1 | 7069237 | namespace Axinom.Toolkit
{
using System;
using System.Collections.Generic;
using System.Linq;
/// <summary>
/// A generic interface for validatable objects. Used to avoid having to re-implement an IValidatable
/// interface in every project or - even worse - in every component. There also exist convenient
/// ... |
Configuration/XmlReader.cs | thaotrant/SeleniumWebdriver | 0 | 7069238 | <gh_stars>0
using SeleniumWebdriver.Interfaces;
using System;
namespace SeleniumWebdriver.Configuration
{
public class XmlReader : IConfig
{
public BrowserType GetBrowser()
{
throw new NotImplementedException();
}
public int GetElementLoadTimeout()
{
... |
src/Redwood.Framework/Parser/RwHtml/Parser/RwHtmlNode.cs | exyi/redwood | 4 | 7069239 | using System;
using System.Collections.Generic;
using System.Linq;
using Redwood.Framework.Parser.RwHtml.Tokenizer;
namespace Redwood.Framework.Parser.RwHtml.Parser
{
public abstract class RwHtmlNode
{
public int StartPosition
{
get { return Tokens.First().StartPosition; }
... |
ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs | RHEAGROUP/reqifsharp | 15 | 7069240 | <filename>ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs
// -------------------------------------------------------------------------------------------------
// <copyright file="ReqIFHeaderTestFixture.cs" company="RHEA System S.A.">
//
// Copyright 2017 RHEA System S.A.
//
// Licensed under the Apache License, Ve... |
ChunkUpload/Services/UploadService.cs | adamfoneil/ChunkUpload | 2 | 7069241 | using ChunkUpload.Helpers;
using ChunkUpload.Interfaces;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.WebUtilities;
using Microsoft.Extensions.Options;
using Microsoft.Net.Http.Headers;
using System;
using System.IO;
... |
ToMigrate/Raven.Tests.MailingList/UrlInIdsRepro.cs | ryanheath/ravendb | 1 | 7069242 | // -----------------------------------------------------------------------
// <copyright file="UrlRepro.cs" company="Hibernating R<NAME>">
// Copyright (c) <NAME>. All rights reserved.
// </copyright>
// -----------------------------------------------------------------------
using System;
using Raven.Clien... |
Test.Fluentmigrator/Exceptions/TriggerNotFoundException.cs | samukce/test.fluentmigrator | 0 | 7069243 | <gh_stars>0
namespace Test.Fluentmigrator.Exceptions {
public class TriggerNotFoundException : MigrationFailedException {
public TriggerNotFoundException(string databaseName, string tableName, string triggerName, string triggerContent)
: base($"The {triggerName} Trigger was not found in the {ta... |
PddOpenSdk/PddOpenSdk/Models/Response/Ddk/QueryDdkGoodsUnitResponseModel.cs | zuhuizou/open-pdd-net-sdk | 1 | 7069244 | using Newtonsoft.Json;
namespace PddOpenSdk.Models.Response.Ddk
{
public partial class QueryDdkGoodsUnitResponseModel : PddResponseModel
{
/// <summary>
/// ddk_goods_unit_query_response
/// </summary>
[JsonProperty("ddk_goods_unit_query_response")]
public DdkGoodsUnitQue... |
src/System.Reflection.Metadata/src/System/Reflection/Metadata/Decoding/ISignatureTypeProvider.cs | mellinoe/corefx | 1 | 7069245 | <reponame>mellinoe/corefx<filename>src/System.Reflection.Metadata/src/System/Reflection/Metadata/Decoding/ISignatureTypeProvider.cs<gh_stars>1-10
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace System.Refl... |
ReadSharp/Encodings/Encoder.cs | mejackhumphrey/ReadSharp | 85 | 7069246 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ReadSharp.Encodings
{
public class Encoder
{
/// <summary>
/// All available custom encodings
/// </summary>
private static Dictionary<string, string> customEncodings = new Dictionary<string, string>()
... |
src/EFCore.Lib/Data/CommonDbContext.cs | mvelosop/EFCoreLib | 0 | 7069247 | <reponame>mvelosop/EFCoreLib
using EFCore.Lib.Base;
using EFCore.Lib.Config;
using EFCore.Lib.Model;
using Microsoft.EntityFrameworkCore;
namespace EFCore.Lib.Data
{
public class CommonDbContext : DbContext
{
// Must not be null or empty for running initial create migration
private string _con... |
src/PosInformatique.Net.HttpServer/HttpUrlReservationAccessRights.cs | PosInformatique/PosInformatique.Net.HttpServer | 1 | 7069248 | //-----------------------------------------------------------------------
// <copyright file="HttpUrlReservationAccessRights.cs" company="P.O.S Informatique">
// Copyright (c) P.O.S Informatique. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace Po... |
src/Rabble.EventBus.InMemory/InMemoryEventBusServiceCollectionExtensions.cs | 1015450578/EventBus | 2 | 7069249 | <gh_stars>1-10
using Microsoft.Extensions.DependencyInjection.Extensions;
using Rabble.EventBus.Abstractions;
using Rabble.EventBus.InMemory;
using System;
using System.Collections.Generic;
using System.Text;
namespace Microsoft.Extensions.DependencyInjection
{
/// <summary>
///
/// </summary>
public... |
xt-net-web/Task06.BLL/AwardLogic.cs | RayHammer/xt-net-web | 0 | 7069250 | <gh_stars>0
using System;
using System.Collections.Generic;
using Task06.BLL.Interfaces;
using Task06.DAL.Interfaces;
using Task06.Entities;
namespace Task06.BLL
{
public class AwardLogic : IAwardLogic
{
private readonly IAwardDao awardDao;
public AwardLogic(IAwardDao awardDao)
{
... |
SKE/Unity3D/Savegame/Utils/SaveFile.cs | SebastianKErben/SKE.Unity3D | 1 | 7069252 | <gh_stars>1-10
// <copyright>
// MIT License
//
// Copyright (c) 2017 <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 right... |
Organigram/Pirate.Ldap/Data/RequestParameter.cs | ppschweiz/MemberDatabase | 0 | 7069253 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Pirate.Ldap.Data
{
public enum RequestParameter
{
Invalid = 0,
DeletePersonalData = 1,
DeleteUserAccount = 2
}
}
|
src/Nostromo/ViewModelBuilder.cs | mcortecchia/Nostromo | 2 | 7069254 | using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Linq;
using Nostromo.Interfaces;
using System.Reflection;
using System.Linq.Expressions;
namespace Nostromo
{
public static class ViewModelBuilder
{
static Dictionary<Regex, Type> s_pageRouting = new Dictionary<Rege... |
KoreCMS/Areas/Admin/Controllers/HomeController.cs | widecommerce/kore-cms | 2 | 7069255 | <reponame>widecommerce/kore-cms
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using Kore.Web;
using Kore.Web.Infrastructure;
using Kore.Web.Mvc;
using Kore.Web.Security.Membership.Permissions;
namespace KoreCMS.Areas.Admin.Controllers
{
[Authorize]
[Route... |
Sources/TreeDim.StackBuilder.Basics/UnitsManager.cs | metc/StackBuilder | 93 | 7069256 | #region Using directives
using Cureos.Measures;
using Cureos.Measures.Quantities;
using Sharp3D.Math.Core;
using treeDiM.StackBuilder.Basics;
#endregion
namespace treeDiM.Basics
{
public partial class UnitsManagerEx
{
public static Vector2D ConvertLengthFrom(Vector2D value, UnitsManager.UnitSystem ... |
Assets/onAirVR/Server/Scripts/AirVRCameraRig.cs | kteem/onairvr-server-for-unity | 0 | 7069257 | /***********************************************************
Copyright (c) 2017-2018 Clicked, Inc.
Licensed under the MIT license found in the LICENSE file
in the Docs folder of the distributed package.
***********************************************************/
using UnityEngine;
using UnityEngine.Assert... |
src/Scorpio.Auditing/Scorpio/Auditing/AuditInfo.cs | wzd24/Scorpio | 1 | 7069258 | <reponame>wzd24/Scorpio
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Scorpio;
namespace Scorpio.Auditing
{
/// <summary>
///
/// </summary>
public class AuditInfo
{
/// <summary>
///
/// </summary>
public string Curren... |
src/IpLi.Core/Entities/Page.cs | d2funlife/ipli | 0 | 7069259 | using System;
using System.Collections.Generic;
namespace IpLi.Core.Entities
{
public class Page<T>
{
public Page()
{
}
public Page(List<T> items,
Int32 totalCount)
{
Items = items;
TotalCount = totalCount;
}
... |
DirectN/DirectN/Generated/D3D12DDI_3DPIPELINELEVEL.cs | riQQ/DirectN | 1 | 7069260 | <gh_stars>1-10
// c:\program files (x86)\windows kits\10\include\10.0.18362.0\um\d3d12umddi.h(2805,9)
namespace DirectN
{
public enum D3D12DDI_3DPIPELINELEVEL
{
D3D12DDI_3DPIPELINELEVEL_1_0_CORE = 2,
D3D12DDI_3DPIPELINELEVEL_11_0 = 10,
D3D12DDI_3DPIPELINELEVEL_11_1 = 11,
D3D12DD... |
TypewiseAlert.Test/TypewiseAlertTest.cs | clean-code-craft-tcq-2/coverage-in-cs-RicardoMoralesG | 0 | 7069262 | <filename>TypewiseAlert.Test/TypewiseAlertTest.cs
using System;
using TypewiseAlert.Alerts;
using TypewiseAlert.Models;
using Xunit;
using static TypewiseAlert.TypewiseAlert;
namespace TypewiseAlert.Test
{
public class TypewiseAlertTest
{
[Fact]
public void TestAlerEmailandController()
{
... |
17. BITWISE OPERATIONS/Exercises/05. Bit Destroyer/BitDestroyer.cs | pirocorp/CSharp-Fundamentals | 0 | 7069263 | namespace _05._Bit_Destroyer
{
using System;
public class BitDestroyer
{
public static void Main()
{
var pos = 6;
var number = 111;
var result = DestroyBitAt(number, pos);
Console.WriteLine(result);
}
private static int Destr... |
src/Api/Controllers/HomeworkController.cs | Schlagadiguenflu/confluences-teletravail | 0 | 7069264 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Api.Models;
using Microsoft.AspNetCore.Authorization;
using System.Runtime.CompilerServices;
namespace... |
SurveyDesign/Share/Sys/LogInfo.aspx.cs | coojee2012/pm3 | 0 | 7069265 | using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using Approve.RuleBase;
using Approve.RuleCenter;
using A... |
C# 2 Homeworks/1.Arrays/MaximalSum/MaxSum.cs | bkerefeyski/Telerik-Academy-Tasks | 0 | 7069267 | //Problem 8. Maximal sum
//Write a program that finds the sequence of maximal sum in given array.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class MaxSum
{
static void Main()
{
Console.WriteLine("Enter an arrat in the format \... |
SilveR/Controllers/ValuesController.cs | robalexclark/SilveR-Dev | 7 | 7069268 | <filename>SilveR/Controllers/ValuesController.cs
using ElectronNET.API;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
using SilveR.Helpers;
using SilveR.Models;
using SilveR.StatsModels;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading.T... |
TODOHighlighter/Style.cs | flandrihl/TODOHighlighter | 6 | 7069269 | <reponame>flandrihl/TODOHighlighter
using Microsoft.VisualStudio.Language.StandardClassification;
using Microsoft.VisualStudio.Text.Classification;
using Microsoft.VisualStudio.Utilities;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Linq;
using System.Text;
usin... |
beansjam_unity/Assets/_Game/Scripts/PlanetSpawner.cs | PixelManiacs/DonUniverso | 4 | 7069270 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Planet spawner. This component spawns planets and asteroids "kind of" random
/// based.
/// </summary>
public class PlanetSpawner : MonoBehaviour {
// Empty transform objects used to group the spawned planets and astero... |
Services/Coinbase/CoinbaseAccountService.cs | chitrangShah/Coinbase_Portfolio_Tracker | 0 | 7069271 | <reponame>chitrangShah/Coinbase_Portfolio_Tracker
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Coinbase_Portfolio_Tracker.Models.Coinbase;
using Coinbase_Portfolio_Tracker.Models.Coinbase.Dto;
using Coinbase_Portfolio_Tracker.Models.Coinbase.Responses;
... |
Econom/Data/Common/Econom.Data.Static/FoodDictionary.cs | MariyaSteffanova/EcoMaster | 0 | 7069272 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Econom.Data.Static
{
public static class FoodDictionary
{
public static List<string> AdjectiveSuffixes = new List<string>
{
"ed", "ful", "ing", "ly", "ious"... |
src/services/board/src/Board.Infrastructure/EntityConfigurations/MemberEntityTypeConfiguration.cs | iagapie/cards-system | 0 | 7069273 | <filename>src/services/board/src/Board.Infrastructure/EntityConfigurations/MemberEntityTypeConfiguration.cs
using System;
using Board.Domain.AggregatesModel.BoardAggregate;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace Board.Infrastructure.EntityConfigurations
{
... |
Glowstick Forest/Assets/Obi/Scripts/Common/DataStructures/VInt4.cs | niksigouin/GlowFo | 0 | 7069274 | using UnityEngine;
using System;
using System.Collections;
using System.Runtime.InteropServices;
namespace Obi
{
[Serializable]
[StructLayout(LayoutKind.Sequential)]
public struct VInt4
{
public int x;
public int y;
public int z;
public int w;
public VInt4(int ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.