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
TestApi/TestApi.IntegrationTests/Controllers/Users/GetUserByUsernameTests.cs
uk-gov-mirror/hmcts.vh-test-api
2
7070458
using System.Net; using System.Threading.Tasks; using AcceptanceTests.Common.Api.Helpers; using FluentAssertions; using NUnit.Framework; using TestApi.Common.Data; using TestApi.Contract.Responses; using TestApi.Tests.Common; using TestApi.Tests.Common.Configuration; namespace TestApi.IntegrationTests.Controllers.Use...
_TopLevelNS/IContext.cs
Takym/ExapisSOP
1
7070459
<reponame>Takym/ExapisSOP<gh_stars>1-10 /**** * ExapisSOP * Copyright (C) 2020 Takym. * * distributed under the MIT License. ****/ using ExapisSOP.IO; using ExapisSOP.IO.Logging; using ExapisSOP.IO.Settings; using ExapisSOP.IO.Settings.CommandLine; namespace ExapisSOP { /// <summary> /// 実行中の処理に文脈情報を提供します。 //...
GameSystems/Items/ItemTemplate.cs
bzz445/RogueGame
0
7070460
<reponame>bzz445/RogueGame<filename>GameSystems/Items/ItemTemplate.cs namespace RogueGame.GameSystems.Items { public class ItemTemplate { public string Id { get; set; } public string Name { get; set; } public string Description { get; set; } public int Glyph { get; set; } ...
99. Exams/2017.03.19 - Morning/05. Hourglass/05. Hourglass.cs
bobo4aces/01.SoftUni-ProgramingBasics
1
7070461
<reponame>bobo4aces/01.SoftUni-ProgramingBasics<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _05.Hourglass { class Program { static void Main(string[] args) { int n = int.Parse(Console.Re...
src/IssueSystem.Services/Services/File/FileService.cs
KristiyanEnchev/IssueSystem
0
7070462
<gh_stars>0 namespace IssueSystem.Services.Services.File { using Microsoft.EntityFrameworkCore; using AutoMapper; using IssueSystem.Data; using IssueSystem.Data.Models; using IssueSystem.Models.Image; using IssueSystem.Services.Contracts.File; using IssueSystem.Services.HelpersServices.Ca...
src/RoadCaptain.Adapters/ZwiftProfileResponse.cs
sandermvanvliet/RoadCaptain
1
7070463
<gh_stars>1-10 // Copyright (c) 2022 <NAME> // Licensed under Artistic License 2.0 // See LICENSE or https://choosealicense.com/licenses/artistic-2.0/ using Newtonsoft.Json; namespace RoadCaptain.Adapters { internal class ZwiftProfileResponse { [JsonProperty("id")] public long Id { get; set; }...
tesseractdotnetwrapper_r590/IPoVn.OCRer/Render.cs
git-thinh/tesseractdotnet_tesseract3.0.1_IPoVn
0
7070464
<filename>tesseractdotnetwrapper_r590/IPoVn.OCRer/Render.cs using System; using System.Collections.Generic; using System.Text; using OCR.TesseractWrapper; using System.Drawing; namespace IPoVn.OCRer { internal class Render { public static void DrawBlock(Graphics grph, Block block) { ...
RealmAspNet/Models/WhoParseOnlyModel.cs
ewang2002/RealmEyeSharper
3
7070465
using System.Text.Json.Serialization; namespace RealmAspNet.Models { public class WhoParseOnlyModel : BaseUrlModel { [JsonPropertyName("scale")] public bool Scale { get; set; } } }
src/Budget.Users.Application.Tests/Queries/GetUser/GetUserByIdRequestTests.cs
jogendron/Budget
0
7070466
<reponame>jogendron/Budget<filename>src/Budget.Users.Application.Tests/Queries/GetUser/GetUserByIdRequestTests.cs using System; using Xunit; using FluentAssertions; using Budget.Users.Application.Queries.GetUser; namespace Budget.Users.Application.Tests.Queries.GetUser { public class GetUserByIdRequestTests { ...
3.C#-High-Quality-Code/00.SOLID-Principles-Lab/Skeleton/FactoryMethod/Factory/GermanTankFactory.cs
evgeni-tsn/CSharp-Web-Development
1
7070467
<reponame>evgeni-tsn/CSharp-Web-Development<gh_stars>1-10 namespace FactoryMethod.Factory { using FactoryMethod.Units; public class GermanTankFactory : TankFactory { public override Tank CreateTank() { return new GermanTank(); } } }
ProApiLibraryTests/TestCases/IntegrationTests/PhoneLookupTest.cs
whitepages/proapi-client-csharp
1
7070469
<filename>ProApiLibraryTests/TestCases/IntegrationTests/PhoneLookupTest.cs<gh_stars>1-10 using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using ProApiLibrary.Api.Queries; using ProApiLibrary.Api.Responses; using ProApiLibrary.Data.Entities; using ProApiLibrary.Data.Messages; namespace Pro...
sdk/dotnet/Inputs/ConnectionPortGetArgs.cs
pulumi/pulumi-equinix-metal
1
7070471
<filename>sdk/dotnet/Inputs/ConnectionPortGetArgs.cs // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** 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 Syste...
Assets/SDTK5X/UnityLogic/UnityLogic/Editor/BindParser.cs
sacshadow/ProceduralCharacterLocomotion
2
7070472
<reponame>sacshadow/ProceduralCharacterLocomotion<filename>Assets/SDTK5X/UnityLogic/UnityLogic/Editor/BindParser.cs using UnityEngine; using UnityEditor; using System; using System.Collections; using System.Collections.Generic; //using System.Linq; using UnityLisp; using UnityLogic; using UnityLogic.UI; using UnityLi...