added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845340
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Zamir7/Urho3DMaterialGraphEditor", "max_stars_repo_path": "src/submodules/Toe.Scripting.Core/src/Toe.Scripting.Standard/Defines/TreeExpressionItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:164560" }
starcoder
<gh_stars>0 using System.Text; namespace Toe.Scripting.Defines { public class TreeExpressionItem { public static readonly TreeExpressionItem Never = new TreeExpressionItem(TreeExpressionItemType.Never, 0); public static readonly TreeExpressionItem Always = new TreeExpressionItem(TreeExpression...
2.639
24158c279d70aa325b38eaa982abc3f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845341
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ZyuDev/FerryData", "max_stars_repo_path": "src/FerryData/Server/Startup.cs", "provenance": "train-00027-of-00045.jsonl.gz:164561" }
starcoder
<gh_stars>0 using FerryData.Engine.Abstract.Service; using FerryData.Engine.Environment; using FerryData.Server.Data; using FerryData.Server.Services; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; us...
1.612939
6be4884959c7b79d25062d336d3a68f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845342
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "nettsundere/PersonalWebsite", "max_stars_repo_path": "src/PersonalWebsite/Areas/Private/Views/Contents/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164562" }
starcoder
<filename>src/PersonalWebsite/Areas/Private/Views/Contents/Index.cshtml<gh_stars>1-10 @model ContentIndexViewModel @section Title { Content list } <h2>Content list</h2> <p> <a asp-action="Create" class="btn-primary btn">Create new content</a> </p> <table class="table"> <tr> <th> Avail...
2.591891
47c76ba5ad7cf4cd4f57a1a167dc08b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845343
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "heholek/httplaceholder", "max_stars_repo_path": "src/HttPlaceholder.Application/StubExecution/OpenAPIParsing/Implementations/OpenApiToStubConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:164563" }
starcoder
<gh_stars>0 using System.Threading.Tasks; using HttPlaceholder.Application.StubExecution.Models; using HttPlaceholder.Application.StubExecution.OpenAPIParsing.Models; using HttPlaceholder.Application.Stubs.Utilities; using HttPlaceholder.Domain; using Microsoft.OpenApi.Models; namespace HttPlaceholder.Application.Stu...
1.832535
e2a4487c8d3373207db88e30c11129ef
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845344
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "theoners/Programing-Basics-Exams", "max_stars_repo_path": "Exam - 03 September 2017/02. Scholarship/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164564" }
starcoder
using System; namespace _02._Scholarship { class Program { static void Main(string[] args) { double income = double.Parse(Console.ReadLine()); double grades = double.Parse(Console.ReadLine()); double minSalary = double.Parse(Console.ReadLine()); ...
3.766699
efa86ed93d2dfe2d3aa1f11b907a4457
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845345
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "tengge1/THREE.Math", "max_stars_repo_path": "Math/Spherical.cs", "provenance": "train-00027-of-00045.jsonl.gz:164565" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using _Math = System.Math; /** * @author bhouston / http://clara.io * @author WestLangley / http://github.com/WestLangley * @author tengge / https://github.com/tengge1 * * Ref: https://en.wikipedia...
3.259463
47b985636260dc70459fbf4da0118379
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845346
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "alien-mcl/RollerCaster", "max_stars_repo_path": "RollerCaster.Tests/Given_instance_of/TypeExtensions_class/when_checking_whether_type_can_accept_null_value.cs", "provenance": "train-00027-of-00045.jsonl.gz:164566" }
starcoder
<reponame>alien-mcl/RollerCaster<gh_stars>1-10 using FluentAssertions; using NUnit.Framework; using RollerCaster.Reflection; namespace Given_instance_of.TypeExtensions_class { [TestFixture] public class when_checking_whether_type_can_accept_null_value { [Test] public void Should_confirm_it...
2.364151
baa95750fa8ce9e488963cb1d9e06ad7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845347
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Marvin-Brouwer/FluentSerializer", "max_stars_repo_path": "src/FluentSerializer.Core/Dirty/CallerArgumentExpression.cs", "provenance": "train-00027-of-00045.jsonl.gz:164567" }
starcoder
#if !NET6_0_OR_GREATER namespace System.Runtime.CompilerServices; /// <summary> /// https://stackoverflow.com/a/70034587/2319865 /// </summary> [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)] internal sealed class CallerArgumentExpressionAttribute : Attribute { public CallerArgu...
2.184312
151c9b73280959b272c9b0ec2e76d5b6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845348
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kpboyle1/devtreks2.1", "max_stars_repo_path": "DevTreks.Extensions/AgResourceStockExtensions/Helpers/ARSAnalyzerHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:164568" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.IO; using System.Threading; using System.Threading.Tasks; using Errors = DevTreks.Exceptions.DevTreksErrors; namespace DevTreks.Extensions { ///<summary> ///Purpose: Helper functions for ...
2.449816
96d696d18982acf870cce49e627deda5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845349
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "alirizaadiyahsi/AspNetCoreStarterKit", "max_stars_repo_path": "test/AspNetCoreStarterKit.Tests.Application/Authorization/PermissionAppServiceTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:164569" }
starcoder
using System.Threading.Tasks; using AspNetCoreStarterKit.Application.Authorization.Permissions; using AspNetCoreStarterKit.Domain.StaticData.Authorization; using AspNetCoreStarterKit.EntityFramework; using AspNetCoreStarterKit.EntityFramework.DataSeeder; using Microsoft.Extensions.DependencyInjection; using Xunit; nam...
1.969721
1ad72d10f6143a175065fc855eddf9e3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845350
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Roytazz/GW2-Projects", "max_stars_repo_path": "Obsolete.GuildWars2.Manager/InventoryService/AccountInventory.cs", "provenance": "train-00027-of-00045.jsonl.gz:164570" }
starcoder
<filename>Obsolete.GuildWars2.Manager/InventoryService/AccountInventory.cs using GuildWars2.API; using GuildWars2.API.Model.Account; using GuildWars2.API.Model.Character; using GuildWars2.API.Model.Commerce; using GuildWars2.API.Model.Items; using System.Collections.Generic; using System.Linq; using System.Threading.T...
2.499543
e2371913112e238bf57cf388a446a056
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845351
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lzbian/laobian", "max_stars_repo_path": "src/common/Azure/BlobNameProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:164571" }
starcoder
namespace Laobian.Common.Azure { /// <summary> /// Centralized place for managing Azure Blob namings /// </summary> public class BlobNameProvider { /// <summary> /// Get the App Setting blob name /// </summary> /// <returns>Normalized string represents App Setting bl...
2.927447
b272e5be2d51580d6ed03ca9547040d5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845352
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "changlong-liu/azure-sdk-for-net", "max_stars_repo_path": "sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPAddressMigrationPhase.cs", "provenance": "train-00027-of-00045.jsonl.gz:164572" }
starcoder
<filename>sdk/network/Azure.ResourceManager.Network/src/Generated/Models/PublicIPAddressMigrationPhase.cs // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; using System.ComponentModel; namespace Azure.ResourceManager....
2.367848
7f98911696753fed8d4fec45ee2569eb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845353
{ "extension": "c-sharp", "max_stars_count": "50.0", "max_stars_repo_name": "NeuCharFramework/NcfPackageSources", "max_stars_repo_path": "src/Extensions/Senparc.Xncf.DatabaseToolkit/Senparc.Xncf.DatabaseToolkit/Register.cs", "provenance": "train-00027-of-00045.jsonl.gz:164573" }
starcoder
using Senparc.Ncf.Core.Enums; using Senparc.Ncf.Core.Models; using Senparc.Ncf.XncfBase; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; namespace Senparc.Xncf.DatabaseToolkit { [XncfRegister] public partial class...
1.998326
f7c7cb089600792782ea57bb06149002
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845354
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "jklnz/cap-net", "max_stars_repo_path": "src/CAPNet/Validator/Errors/Required/ResourceDescriptionRequiredError.cs", "provenance": "train-00027-of-00045.jsonl.gz:164574" }
starcoder
namespace CAPNet { /// <summary> /// A resource needs to have non empty description /// </summary> public class ResourceDescriptionRequiredError : Error { } }
1.731098
f51f16f2ff7cbfe6031c256c682c42f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845355
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "Jafic/EZNEW", "max_stars_repo_path": "EZNEW/Develop/Entity/EntityCompare.cs", "provenance": "train-00027-of-00045.jsonl.gz:164575" }
starcoder
using System.Collections.Generic; namespace EZNEW.Develop.Entity { /// <summary> /// Entity compare /// </summary> public class EntityCompare<T> : IEqualityComparer<T> { public bool Equals(T x, T y) { return x.Equals(y); } public int GetHashCode(T obj) ...
2.552254
6c5b745c9ae85420e765b02e730ae5bf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845356
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "HydrologicEngineeringCenter/heclib", "max_stars_repo_path": "dotnet/benchmarks/DSSIOBenchmarks.cs", "provenance": "train-00027-of-00045.jsonl.gz:164576" }
starcoder
<gh_stars>10-100 using System; using System.Linq; using System.Collections.Generic; using BenchmarkDotNet.Attributes; using DSSIO; using Hec.Dss; namespace DotNetBenchmarks { public class DSSIOBenchmarks { public class APartComparer : IEqualityComparer<DSSPath> { public bool Equals(DSSPath x, DSSPat...
2.501447
40c2f279190ba57931535fc7a54cb862
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845357
{ "extension": "c-sharp", "max_stars_count": "69.0", "max_stars_repo_name": "alfkonee/Orleans.Indexing", "max_stars_repo_path": "test/Orleans.Indexing.Tests/Grains/MultiInterface/TestEmployeeGrain.cs", "provenance": "train-00027-of-00045.jsonl.gz:164577" }
starcoder
using System.Threading.Tasks; using Orleans.Concurrency; using Orleans.Indexing.Facet; using System; namespace Orleans.Indexing.Tests.MultiInterface { public abstract class TestEmployeeGrain<TGrainState> : Grain where TGrainState : class, IEmployeeGrainState, new() { // This is populated by Orl...
2.2141
0c81bd385b5aa0966302f0ad9f390420
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845358
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nedvelkov/Airline-Booking-System", "max_stars_repo_path": "ABSConsoleApp/ABS_SystemManager/Data/ABS_databaseContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:164578" }
starcoder
using Microsoft.EntityFrameworkCore; using ABS_Models; using ABS_SystemManager.Data.DbModels; using ABS_SystemManager.Data.UserDefineModels; namespace ABS_SystemManager.Data { public partial class ABS_databaseContext : DbContext { public ABS_databaseContext() { } public ABS_...
2.100756
4f74160092a29adcfb1fce85e2d183e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845359
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chandramouleswaran/PSharp", "max_stars_repo_path": "Tests/Core.Tests.Unit/Integration/NoMemoryLeakAfterHaltTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164579" }
starcoder
//----------------------------------------------------------------------- // <copyright file="NoMemoryLeakAfterHaltTest.cs"> // Copyright (c) Microsoft Corporation. All rights reserved. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITE...
2.207348
2164e951e953892f31fed4651607f0cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845360
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Gingerbread-Fetus/Card-Flip", "max_stars_repo_path": "Assets/Scripts/Core/BankHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:164580" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using Inventory; using TMPro; using UnityEngine; using UnityEngine.UI; namespace Core { public class BankHandler : MonoBehaviour { [SerializeField] Wallet playerWallet; [SerializeField] Dealer dealer; [SerializeF...
2.407876
198d96281f2aee3af06172c933054cf9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845361
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "sayedihashimi/dotnet-new-web", "max_stars_repo_path": "src/TemplatesWeb/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164581" }
starcoder
<reponame>sayedihashimi/dotnet-new-web<filename>src/TemplatesWeb/Program.cs using TemplatesShared; var builder = WebApplication.CreateBuilder(args); // Add services to the container. builder.Services.Configure<CookiePolicyOptions>(options => { // This lambda determines whether user consent for non-essential cook...
1.882198
c125ff6a74a0b01bfe66f53993f82fd7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845362
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Hilalaksoy/DesignPatterns---MVC", "max_stars_repo_path": "src/ProjectBlog/Blog.Dto/ParamDto/PUserDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:164582" }
starcoder
<filename>src/ProjectBlog/Blog.Dto/ParamDto/PUserDto.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Blog.Dto.ParamDto { public class PUserDto { ...
2.47571
ee2d931e4ff499b57ea92eba2caa2d1b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845363
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gufeng0719/lin-cms-dotnetcore", "max_stars_repo_path": "src/LinCms.Web/Controllers/Blog/ClassifyController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164583" }
starcoder
<filename>src/LinCms.Web/Controllers/Blog/ClassifyController.cs using System; using System.Collections.Generic; using System.Linq; using AutoMapper; using LinCms.Application.Contracts.Blog.Classifys; using LinCms.Application.Contracts.Blog.Classifys.Dtos; using LinCms.Core.Aop; using LinCms.Core.Data; using LinCms.Cor...
2.108794
dc6f08036d06685f7415a21a463cf799
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845364
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "douglasfls/it-lab-crud", "max_stars_repo_path": "ItLab.CrudApp/Data/ItLabCrudAppContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:164584" }
starcoder
using ItLab.CrudApp.Models; using Microsoft.EntityFrameworkCore; namespace ItLab.CrudApp.Data { public class ItLabCrudAppContext : DbContext { public ItLabCrudAppContext(DbContextOptions<ItLabCrudAppContext> options) : base(options) { } protected override void OnMo...
2.552435
80af523fd5fb37d64d722b017c86e467
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845365
{ "extension": "c-sharp", "max_stars_count": "1060.0", "max_stars_repo_name": "bgrainger/RepoDb", "max_stars_repo_path": "RepoDb.Core/RepoDb.Tests/RepoDb.UnitTests/Resolvers/TypeMapPropertyLevelResolverTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164585" }
starcoder
<reponame>bgrainger/RepoDb<filename>RepoDb.Core/RepoDb.Tests/RepoDb.UnitTests/Resolvers/TypeMapPropertyLevelResolverTest.cs using Microsoft.VisualStudio.TestTools.UnitTesting; using RepoDb.Attributes; using RepoDb.Resolvers; using System; using System.Data; namespace RepoDb.UnitTests.Resolvers { [TestClass] p...
2.210493
0c11ce24c64de211bc023d07c56eabe3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845366
{ "extension": "c-sharp", "max_stars_count": "27.0", "max_stars_repo_name": "EdiWang/DotNet-Samples", "max_stars_repo_path": "MatrixCard/Card.cs", "provenance": "train-00027-of-00045.jsonl.gz:164586" }
starcoder
<reponame>EdiWang/DotNet-Samples using System; using System.Collections.Generic; using System.Linq; using System.Text.Json.Serialization; namespace MatrixCard { public class Card { public Guid Id { get; set; } public int Rows { get; set; } public int Cols { get; set; } [Json...
3.224251
822bbcd14abc1eb4883476db7568d045
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845367
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "Kittyfisto/SharpTail", "max_stars_repo_path": "src/Plugins/Tailviewer.Formats.Serilog/SerilogEntry.cs", "provenance": "train-00027-of-00045.jsonl.gz:164587" }
starcoder
<filename>src/Plugins/Tailviewer.Formats.Serilog/SerilogEntry.cs using System; using System.Collections.Generic; using Tailviewer.Api; using Tailviewer.Core; namespace Tailviewer.Formats.Serilog { public sealed class SerilogEntry : IReadOnlyLogEntry { private readonly string _rawContent; public LevelFlags Log...
2.344552
8490e94fc5ae4648c0d7c9a6455cea4a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845368
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sharpyr/Veho", "max_stars_repo_path": "Veho.Mutable.Matrix/Matrix/Info.cs", "provenance": "train-00027-of-00045.jsonl.gz:164588" }
starcoder
<reponame>sharpyr/Veho<gh_stars>0 using System.Collections.Generic; namespace Veho.Mutable.Matrix { public static class Info { public static bool Any<T>(this IReadOnlyList<IReadOnlyList<T>> rows) => rows.Count > 0 && rows[0].Count > 0; public static (int height, int width) Size<T>(this IReadOnlyList<IReadOn...
2.480061
121a94220fd4dace46430f58051fb1a0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845369
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "Srivatsan0102/microsoft-teams-apps-groupactivities", "max_stars_repo_path": "Source/Microsoft.Teams.Apps.GroupBot/Common/TeamUserHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:164589" }
starcoder
<filename>Source/Microsoft.Teams.Apps.GroupBot/Common/TeamUserHelper.cs // <copyright file="TeamUserHelper.cs" company="Microsoft"> // Copyright (c) Microsoft. All rights reserved. // </copyright> namespace Microsoft.Teams.Apps.GroupBot.Common { using System; using System.Collections.Generic; using System...
2.872561
d69ca298db04a5c99bab296bd99fc00c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845370
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ken1000minus7/Chad-and-George", "max_stars_repo_path": "UPHILL-Scripts/ZoneTwo/PlayerZoneTwo.cs", "provenance": "train-00027-of-00045.jsonl.gz:164590" }
starcoder
<gh_stars>1-10 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class PlayerZoneTwo : MonoBehaviour { [SerializeField] private Image blackk; [SerializeField] private Animator animm; private Player _playe...
1.792493
1026f8b2717b24365e17747f0216187c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845371
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DiabHelp/DiabHelp-App-WP", "max_stars_repo_path": "Diabhelp/Modules/CarnetSuivi/CarnetSuiviMainScreen.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:164591" }
starcoder
<filename>Diabhelp/Modules/CarnetSuivi/CarnetSuiviMainScreen.xaml.cs using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Xaml; ...
1.822937
9e2ed832faa25a661fc5f58e6905095e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845372
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RickFlinn/data-structures-and-algorithms", "max_stars_repo_path": "Challenges/Tree_Intersection/Tree_Intersection/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164592" }
starcoder
<reponame>RickFlinn/data-structures-and-algorithms using HashTables; using System; using System.Collections; using System.Collections.Generic; using Trees.Classes; namespace Tree_Intersection { public class Program { static void Main(string[] args) { Console.WriteLine("Hello World!...
3.647234
8ccb88e6842a2d96b504f6a792ef487e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845373
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sanekpr/RawDataAccessBencher", "max_stars_repo_path": "LLBLGen54/DatabaseGeneric/EntityClasses/StateProvinceEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:164593" }
starcoder
<filename>LLBLGen54/DatabaseGeneric/EntityClasses/StateProvinceEntity.cs ////////////////////////////////////////////////////////////// // <auto-generated>This code was generated by LLBLGen Pro 5.4.</auto-generated> ////////////////////////////////////////////////////////////// // Code is generated on: // Code is gen...
1.764271
48e9089381d330e80b7ee111e1fd291b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845374
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "seankain/Garden", "max_stars_repo_path": "Assets/Genes.cs", "provenance": "train-00027-of-00045.jsonl.gz:164594" }
starcoder
<reponame>seankain/Garden<filename>Assets/Genes.cs using UnityEngine; using System.Collections; public class Genes : MonoBehaviour { public int GeneCount = 10; public int[] GeneValues { get; private set; } public Genes(int[] values) { if (values != null) { GeneValues = values; ...
2.37886
dd63b1c9f41f46ca1b13d747a024fc7d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845375
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ShadyBoukhary/natural-selection-sim-unity", "max_stars_repo_path": "Assets/Project/Scenes/Main/Scripts/Spawner.cs", "provenance": "train-00027-of-00045.jsonl.gz:164595" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; namespace Simulator { [ExecuteInEditMode] // Spawns animals in the terrain public class Spawner : MonoBehaviour { [SerializeField] float spawnSize; [SerializeField] int spawnAmmount; [SerializeField, Range...
2.526133
ba76190dd524098926a3804f37ec88c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845376
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "prasanthsasikumar/ARSITS", "max_stars_repo_path": "Assets/ViveSR_Experience/Scripts/FullDemo/Tutorial/InputHandler/ViveSR_Experience_Tutorial_InputHandler_Calibration.cs", "provenance": "train-00027-of-00045.jsonl.gz:164596" }
starcoder
using UnityEngine; using UnityEngine.UI; using System.Linq; namespace Vive.Plugin.SR.Experience { public class ViveSR_Experience_Tutorial_InputHandler_Calibration : ViveSR_Experience_Tutorial_IInputHandler { ViveSR_Experience_Calibration CalibrationScript; bool clockwise = false; ...
1.657862
c47b51ec14e8b1997fa7d83b1bec9348
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845377
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mdelicati/EdgeManager", "max_stars_repo_path": "EdgeManager.Tests/DeviceMonitoringExtensionTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:164597" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Linq; using System.Reactive.Subjects; using System.Threading.Tasks; using EdgeManager.Interfaces.Extensions; using EdgeManager.Interfaces.Services; using Moq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using NUnit.Framework...
2.282289
d21706d32f450c32a6e532ebf980a406
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845122
{ "extension": "c-sharp", "max_stars_count": "27.0", "max_stars_repo_name": "IwishIcanFLighT/Uno.Xaml-Controls-Gallery", "max_stars_repo_path": "XamlControlsGallery.macOS/AppDelegate.cs", "provenance": "train-00027-of-00045.jsonl.gz:164342" }
starcoder
using AppKit; using Foundation; namespace XamlControlsGallery.macOS { }
0.413116
8cd8e48d1ead5fd81c7e7595a04ad5b6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845123
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jonathansear/Get-claims-from-Azure-B2C-jwt-token", "max_stars_repo_path": "Managers/Interface/ITokenManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:164343" }
starcoder
<filename>Managers/Interface/ITokenManager.cs<gh_stars>0 using System.Collections.Generic; using System.Security.Claims; using Managers.Modals; namespace Managers.Interface { public interface ITokenManager { ClaimProperties ConvertClaims(IEnumerable<Claim> Collection); } }
1.776828
de003818d5d8e8e8f6bbc9ac754ad582
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845124
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "duzgunberke/BlogSite", "max_stars_repo_path": "BlogMVC/BlogMVC/obj/Release/Package/PackageTmp/Views/About/Footer.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164344" }
starcoder
@model IEnumerable<EntityLayer.Concrete.About> <div class="site-footer"> <div class="container"> <div class="row mb-5"> @foreach (var item in Model) { <div class="col-md-4"> <h3 class="footer-heading mb-4">Hakkımızda</h3> <p>@item.AboutCo...
2.378077
d5b61daf54e60b106578931706ada7fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845125
{ "extension": "c-sharp", "max_stars_count": "440.0", "max_stars_repo_name": "pobiega/Sidekick", "max_stars_repo_path": "src/Sidekick.Application/Keybinds/OpenSettingsKeybindHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:164345" }
starcoder
<reponame>pobiega/Sidekick<gh_stars>100-1000 using System.Threading.Tasks; using Sidekick.Domain.Keybinds; using Sidekick.Domain.Platforms; using Sidekick.Domain.Views; namespace Sidekick.Application.Keybinds { public class OpenSettingsKeybindHandler : IKeybindHandler { private readonly IViewLocator vi...
1.578492
10462609e5bfe3bf2fd2c2381d5bc1c8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845126
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MatsyshynAnton/angular_crud", "max_stars_repo_path": "server/DataAccessLayer/Migrations/20200715123247_DataSeeding.cs", "provenance": "train-00027-of-00045.jsonl.gz:164346" }
starcoder
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace DataAccessLayer.Migrations { public partial class DataSeeding : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.InsertData( table: "TaskState", ...
2.242079
7d60518db5e77a667974dd0f942c18a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845127
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lukaspj/Torque6-Embedded-C-", "max_stars_repo_path": "Torque6/Utility/MathTypes.cs", "provenance": "train-00027-of-00045.jsonl.gz:164347" }
starcoder
<reponame>lukaspj/Torque6-Embedded-C- using System.Runtime.InteropServices; namespace Torque6.Utility { [StructLayout(LayoutKind.Sequential)] public struct Color { public int R; public int G; public int B; public int A; public Color(int pR, int pG, int pB) { R = ...
2.403951
1b6017916e5a142b5ee0ea5dd287d2a9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845128
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ZyshchykMaksim/cli.dbmigrator", "max_stars_repo_path": "src/CL.DbMigrator/Engines/Implementation/TryConnectDbEngine.cs", "provenance": "train-00027-of-00045.jsonl.gz:164348" }
starcoder
<gh_stars>0 using System; using CLI.DbMigrator.Loggers; using CLI.DbMigrator.Options; using DbUp; using Microsoft.Extensions.Logging; namespace CLI.DbMigrator.Engines.Implementation { /// <inheritdoc cref="IDbEngine"/> public class TryConnectDbEngine : IDbEngine { private readonly ILogger<TryConne...
2.151498
e114a15d0127c0872e84180458e4f69e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845129
{ "extension": "c-sharp", "max_stars_count": "56.0", "max_stars_repo_name": "AndriySvyryd/UnicornHack", "max_stars_repo_path": "src/UnicornHack.Core/Systems/Actors/DelayMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:164349" }
starcoder
using UnicornHack.Utils.MessagingECS; namespace UnicornHack.Systems.Actors { public class DelayMessage : IMessage { public const string Name = "Delay"; public static void Enqueue(GameEntity actorEntity, int delay, GameManager manager) { if (delay == 0) { ...
2.494438
a11f66c9f32f20c8ce4e18501f7f4ab5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845130
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RustyF/serilog-sinks-azure-analytics", "max_stars_repo_path": "src/Serilog.Sinks.AzureAnalytics/Sinks/AzureAnalytics/AzureOfferingType.cs", "provenance": "train-00027-of-00045.jsonl.gz:164350" }
starcoder
namespace Serilog.Sinks.AzureAnalytics { public enum AzureOfferingType { Public, US_Government } }
1.313068
e8482681c315413a926be7129c10dcb0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845131
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "forki/Gu.Reactive", "max_stars_repo_path": "Gu.Reactive.Analyzers.Tests/GUREA11PreferObservableFromEventTests/HappyPath.cs", "provenance": "train-00027-of-00045.jsonl.gz:164351" }
starcoder
namespace Gu.Reactive.Analyzers.Tests.GUREA11PreferObservableFromEventTests { using Gu.Roslyn.Asserts; using NUnit.Framework; internal class HappyPath { private static readonly GUREA11PreferObservableFromEvent Analyzer = new GUREA11PreferObservableFromEvent(); private const string Foo...
2.537895
fa1318b735b1ae6962af31e6c21eaa08
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845132
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "marczinusd/hestia", "max_stars_repo_path": "src/Test.Hestia.Model/Builders/FileBuilderTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164352" }
starcoder
using System; using System.IO; using FluentAssertions; using Hestia.Model.Builders; using Hestia.Model.Wrappers; using Moq; using Xunit; namespace Test.Hestia.Model.Builders { public class FileBuilderTest { private static readonly string FilePath = Path.Join("C:", ...
2.635707
7896c9841aa2cfcc36d0d2924cfdbe63
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845133
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PrimaShouji/Prima2", "max_stars_repo_path": "src/Prima.Stable/Models/FFLogs/LogInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:164353" }
starcoder
<filename>src/Prima.Stable/Models/FFLogs/LogInfo.cs using Newtonsoft.Json; namespace Prima.Stable.Models.FFLogs { public class LogInfo { [JsonProperty("data")] public ReportDataWrapper Content { get; set; } public class ReportDataWrapper { [JsonProperty("reportData...
2.421936
0b8b171ed363b2df3a4cccd53ad63a00
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845134
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "benaadams/JavaScriptServices", "max_stars_repo_path": "src/Microsoft.AspNetCore.SpaServices/Prerendering/RenderToStringResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:164354" }
starcoder
<gh_stars>0 using Newtonsoft.Json.Linq; namespace Microsoft.AspNetCore.SpaServices.Prerendering { /// <summary> /// Describes the prerendering result returned by JavaScript code. /// </summary> public class RenderToStringResult { /// <summary> /// If set, specifies JSON-serializable...
2.181934
09ad49d2ffa45bb0b3e05a8ffa014128
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845135
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Pleuvens/Bastille", "max_stars_repo_path": "Assets/Scripts/MapGenerationScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:164355" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MapGenerationScript : MonoBehaviour { public Sprite w; public Sprite g; void Start() { Room[] map = GenerateRandomRoom(16, 16, 100, 256, 12); Debug.Log("GenerateRandom done"); in...
2.733597
1d22cc0869c9dd39743ca858bfcce4b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845136
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Yang-Onion/ArchitectureAndPatterns", "max_stars_repo_path": "DDD.Learning/DDD.Learning.Repository.Impl/Repository.cs", "provenance": "train-00027-of-00045.jsonl.gz:164356" }
starcoder
using DDD.Learning.Domain; using DDD.Learning.Domain.UnitOfWork; using System; using System.Collections.Generic; using System.Text; namespace DDD.Learning.Repository.Memory { public abstract class Repository<DomainType,IdType,DatabaseType>: IUnitOfWorkRepository where DomainType:IAggregateRoot { priva...
2.561594
1e496305a01a4bed473ab8831ae82f70
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845137
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "naice/HomeCon", "max_stars_repo_path": "HomeCon.RestServer/SimpleActivator.cs", "provenance": "train-00027-of-00045.jsonl.gz:164357" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace HomeCon.RestServer { public class SimpleActivator { public RestServerService ActivateRestServerService(Type serviceType, IRestServerServiceDependencyRe...
2.73905
19ea081980f304e74a3262ea82f552c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845138
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "marcwittke/Backend.Fx", "max_stars_repo_path": "tests/Backend.Fx.EfCorePersistence.Tests/DummyImpl/Domain/Blogger.cs", "provenance": "train-00027-of-00045.jsonl.gz:164358" }
starcoder
using Backend.Fx.BuildingBlocks; using JetBrains.Annotations; namespace Backend.Fx.EfCorePersistence.Tests.DummyImpl.Domain { public class Blogger : AggregateRoot { [UsedImplicitly] private Blogger() { } public Blogger(int id, string lastName, string firstName) : base(...
2.241963
172b456821d74813de1dec70abc89b48
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845139
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nobiruwa/js-ast-csharp", "max_stars_repo_path": "JsGenerator/JsGeneratorLib/ThisExpression.cs", "provenance": "train-00027-of-00045.jsonl.gz:164359" }
starcoder
<gh_stars>0 namespace JsGeneratorLib { public class ThisExpression : Expression { } }
1.086014
a93b8ccf45228f50f8537c5e0406aa28
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845140
{ "extension": "c-sharp", "max_stars_count": "333.0", "max_stars_repo_name": "DukeChiang/DCET.Game", "max_stars_repo_path": "Unity/Packages/DCET.Lua/Runtime/XLua/Gen/PathfindingAdvancedSmoothWrap.cs", "provenance": "train-00027-of-00045.jsonl.gz:164360" }
starcoder
<filename>Unity/Packages/DCET.Lua/Runtime/XLua/Gen/PathfindingAdvancedSmoothWrap.cs #if USE_UNI_LUA using LuaAPI = UniLua.Lua; using RealStatePtr = UniLua.ILuaState; using LuaCSFunction = UniLua.CSharpFunctionDelegate; #else using LuaAPI = XLua.LuaDLL.Lua; using RealStatePtr = System.IntPtr; using LuaCSFunction = XLua...
1.987948
f263474d97bc58e79d313fc99ee2aa03
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845141
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "VlaTo/BlazEdit", "max_stars_repo_path": "src/_LibraProgramming.BlazEdit/Events/ToggleButtonMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:164361" }
starcoder
<reponame>VlaTo/BlazEdit<filename>src/_LibraProgramming.BlazEdit/Events/ToggleButtonMessage.cs using LibraProgramming.BlazEdit.Components; using LibraProgramming.BlazEdit.Core; namespace LibraProgramming.BlazEdit.Events { internal sealed class ToggleButtonMessage : IMessage { public ToggleButton Butto...
1.751248
0af76a9bd657e517d0805c2421f304f8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845142
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "abjerner/Skybrud.Social.Instagram", "max_stars_repo_path": "src/Skybrud.Social.Instagram/BasicDisplay/Responses/Authentication/InstagramTokenResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:164362" }
starcoder
using Skybrud.Essentials.Http; using Skybrud.Social.Instagram.BasicDisplay.Models.Authentication; namespace Skybrud.Social.Instagram.BasicDisplay.Responses.Authentication { /// <summary> /// Class representing the response with information about an access token. /// </summary> public class InstagramTo...
2.484102
8d45f652bea4d7d2dd55d73cb6c9af8b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845143
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "credfeto/BuildUtilities", "max_stars_repo_path": "SetVersionInformation/CommandLine.cs", "provenance": "train-00027-of-00045.jsonl.gz:164363" }
starcoder
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CommandLine.cs" company="Twaddle Software"> // Copyright (c) Twaddle Software // </copyright> // <summary> // The command line parser. // </summary> // -----------------------...
2.90759
d3261e1253645f807bdfc27b59894951
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845144
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "tunaman65/xmla-client", "max_stars_repo_path": "src/Metadata/CubeCollection.cs", "provenance": "train-00027-of-00045.jsonl.gz:164364" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Xml.Linq; using System.Xml.Serialization; using SimpleSOAPClient.Models; namespace RadarSoft.XmlaClient.Metadata { public class CubeCollection : List<CubeDef>, IXmlaBaseObject { public CubeColl...
2.382427
eea0228305cf2e273e70a7ce15e40a16
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845145
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rahulmaddineni/Error-Logger", "max_stars_repo_path": "IPFinalProject/obj/Release/Package/PackageTmp/Views/Admin/DisableApplication.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164365" }
starcoder
@model ErrorLoggerModel.ApplicationModel @{ ViewBag.Title = "DisableApplication"; } <h2 class="title-head">Disable Application</h2> <h3>Are you sure you want to disable this?</h3> <div> @using (Html.BeginForm()) { @Html.AntiForgeryToken() <div class="form-actions no-color"> ...
2.157591
782d0dc536854ed5e4d39fe8e1788bb3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845146
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "FNA-XNA/FNA.Steamworks", "max_stars_repo_path": "src/GamerServices/Guide.cs", "provenance": "train-00027-of-00045.jsonl.gz:164366" }
starcoder
#region License /* FNA.Steamworks - XNA4 Xbox Live Reimplementation for Steamworks * Copyright 2016 Ethan "flibitijibibo" Lee * * Released under the Microsoft Public License. * See LICENSE for details. */ #endregion #region Using Statements using System; using System.Collections.Generic; using System.Threading; ...
1.989471
51935564e2d1929b5112f8670c8876e9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845147
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Aragas/PCLExt.Config", "max_stars_repo_path": "src/PCLExt.Config.Portable111/Extensions/FileSystemExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:164367" }
starcoder
<gh_stars>0 using System.IO; using System.Threading.Tasks; using PCLExt.Config.Exceptions; using PCLExt.FileStorage; using PCLExt.FileStorage.Extensions; namespace PCLExt.Config.Extensions { public static class FileSystemExtensions { public static bool LoadConfig<T>(IConfigFile file, T value) where T...
2.143429
9f6e92c2711b2784a8fcd6711946bb46
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845148
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "georgechang/Ignition.Foundation.Search", "max_stars_repo_path": "src/Ignition.Foundation.Search/Sort/ISortByFieldAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:164368" }
starcoder
namespace Ignition.Foundation.Search.Sort { public interface ISortByFieldAttribute { } }
1.114932
d4fcc212e70fbc5693bee2011f345dd9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845149
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Daymortel/Stump", "max_stars_repo_path": "src/Stump.Server.AuthServer/Handlers/PredicatesDefinitions.cs", "provenance": "train-00027-of-00045.jsonl.gz:164369" }
starcoder
<gh_stars>1-10  using System; using Stump.Server.AuthServer.Network; namespace Stump.Server.AuthServer.Handlers { public static class PredicatesDefinitions { public static readonly Predicate<AuthClient> HasChoosenAccount = entry => entry.Account != null; public static readonly Predicate<AuthCl...
1.403231
f83ff6b2873eab257ef95cfbf1938184
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845150
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "comkeendk/economy", "max_stars_repo_path": "src/Comkeen.Economy.Dk.Rates/DkTaxRates.cs", "provenance": "train-00027-of-00045.jsonl.gz:164370" }
starcoder
namespace Comkeen.Economy.Dk.Rates { public enum DkTaxRates { AMBProcent = 1, BeskaeftigelsesfradragMax = 2, BeskaeftigelsesfradragProcent = 3, BundskatProcent = 4, GroenCheck = 5, PersonFradrag = 6, PersonFradragUnder18 = 7, SkatteloftPersonligInd...
1.296284
cd4ad5af5192c922a89644caf72f7c47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845151
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Mirsario/DissonanceFramework", "max_stars_repo_path": "Src/Graphics/Implementation/Generated/GL.31.Fields.cs", "provenance": "train-00027-of-00045.jsonl.gz:164371" }
starcoder
#pragma warning disable CS0649 namespace Dissonance.Framework.Graphics { partial class GL { [MethodImport("glDrawArraysInstanced")] private static DrawArraysInstancedDelegate glDrawArraysInstanced; [MethodImport("glDrawElementsInstanced")] private static DrawElementsInstancedDelegate glDrawElementsInstanced...
1.515286
050771a54e4c675fb8ff50d2160c2f71
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845152
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "theill/iquomi", "max_stars_repo_path": "Commanigy.Iquomi.Sdk/SortType.cs", "provenance": "train-00027-of-00045.jsonl.gz:164372" }
starcoder
using System; using System.Reflection; namespace Commanigy.Iquomi.Api { /// <summary> /// /// </summary> /// <remarks/> [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://schemas.iquomi.com/2004/01/core")] public class SortType { /// <remarks/> [System.Xml.Serialization.XmlAttri...
2.118046
89792dd7c4c43c21c2201ea92fe60f24
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845153
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GoldenR1618/SoftUni-Projects", "max_stars_repo_path": "02.Programming_Basics/EXAM PREPARATION/Exam_18.12.2016/Problem 03. Flowers/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164373" }
starcoder
<reponame>GoldenR1618/SoftUni-Projects using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Problem_03.Flowers { class Program { static void Main(string[] args) { int hrizantemi = int.Parse(Console.ReadLine())...
2.836802
76f6751742e9697e50998c5c3a31030d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845154
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "matsande/vimsox", "max_stars_repo_path": "src/VimSox.Core/Command/IContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:164374" }
starcoder
using System.Collections.Generic; using System.Windows.Forms; namespace VimSox.Core.Command { public interface IContext { /// <summary> /// Gets the current deferred command if any. /// </summary> ICommand DeferredCommand { get; } /// <summary> /// Gets the cur...
2.811583
a216699378f440884f3f51588717517e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845155
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chi-rei-den/Silverfish", "max_stars_repo_path": "cards/GANGS/CFM/Sim_CFM_621t21.cs", "provenance": "train-00027-of-00045.jsonl.gz:164375" }
starcoder
<gh_stars>1-10 using Chireiden.Silverfish; using HearthDb; /* _BEGIN_TEMPLATE_ { "id": "CFM_621t21", "name": [ "神秘羊毛", "<NAME>" ], "text": [ "随机使一个敌方随从变形成为1/1的绵羊。", "Transform a random enemy minion into a 1/1 Sheep." ], "cardClass": "NEUTRAL", "type": "SPELL", "cost": 5, "rarity": nul...
2.017451
f6e19f0936cd6b889ef4b4e5d3cc6100
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845156
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "inputoutputcode/mia-server", "max_stars_repo_path": "Server/Mia.Server.Bot.Starter/Config/AppSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:164376" }
starcoder
namespace Mia.Server.Bot.Starter.Configuration { public class AppSettings { public string PlayerName { get; set; } public string ServerAddress { get; set; } public int ServerPort { get; set; } public int LocalPort { get; set; } } }
1.44797
da187ee79f9be893e0a35e6bcc8f7b76
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845157
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nerddtvg/aoc", "max_stars_repo_path": "AdventOfCode/Solutions/Year2018/Day17/Solution.cs", "provenance": "train-00027-of-00045.jsonl.gz:164377" }
starcoder
using System; using System.Collections.Generic; using System.Text; using System.Linq; namespace AdventOfCode.Solutions.Year2018 { enum WaterTile { Sand, Clay, Flowing, Still, Spring } class Day17 : ASolution { Dictionary<(int x, int y), WaterTile> tiles...
3.268196
266bf1424fa0b3302342091964f85923
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845158
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "3komma14/SimpleIOC", "max_stars_repo_path": "UnitTests/Testable/IVehicle.cs", "provenance": "train-00027-of-00045.jsonl.gz:164378" }
starcoder
namespace UnitTests.Testable { public interface IVehicle { } }
1.606121
25dd63be4bcb674e8afc08003fe6f5bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845159
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Liktoria/SpiritEchoes", "max_stars_repo_path": "Assets/Scripts/CameraController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164379" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class CameraController : MonoBehaviour { [SerializeField] private Transform followTransform; [SerializeField] private float smoothSpeed = 0.5f; private Transform targetPosition; private Vector3 ori...
2.125561
f045ab4092e2a2f617ce09d4a3a7dcb6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845160
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ditrace/csharp", "max_stars_repo_path": "Kontur.Tracing.Tests/TraceInfoSerializer_Tests.cs", "provenance": "train-00027-of-00045.jsonl.gz:164380" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Kontur.Tracing.Core.Impl; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using NUnit.Framework; namespace Kontur.Tracing { [TestFixture] internal class TraceInfoSerializer_Tests { [SetUp] public void SetUp...
2.245621
aae31edc85c8acda2772eb2736cf23a0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845161
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "hailstorm75/MarkDoc.Core", "max_stars_repo_path": "src/Tests/UnitTests/Components/UT.Members/MemberTests/PropertyTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:164381" }
starcoder
<reponame>hailstorm75/MarkDoc.Core<gh_stars>1-10 using MarkDoc.Members.Members; using MarkDoc.Members.Types; using MarkDoc.Members.Enums; using System.Collections.Generic; using UT.Members.Data; using Xunit; namespace UT.Members.MemberTests { public class PropertyTests { #region Data provider public stat...
1.756359
5757fe5e635ba49249d055d011d35404
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845162
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DavidWilliamHunter/LDJam43-HelplessHaggis", "max_stars_repo_path": "Assets/Scripts/UI/UIManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:164382" }
starcoder
<filename>Assets/Scripts/UI/UIManager.cs using System.Collections; using System.Collections.Generic; using UnityEngine.UI; using UnityEngine; using System; public class UIManager : MonoBehaviour { Canvas canvas; Transform startButton; List<Transform> haggisActionButtons; Transform resignButton; ...
2.053967
71f5293b73c4fc6f5197127766585a8d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845163
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "jonmcquade/csharp-snippets", "max_stars_repo_path": "SmartStoreNET-3.x/src/Presentation/SmartStore.Web/Views/PrivateMessages/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164383" }
starcoder
<gh_stars>1-10 @model PrivateMessageIndexModel @using SmartStore.Web.Models.PrivateMessages; @using SmartStore.Web.Framework.UI; @{ Layout = "_Layout"; Html.AddTitleParts(T("PageTitle.PrivateMessages").Text); Layout = "_MyAccount"; ViewBag.PageClassToken = "privatemessages"; ViewBag.PageTitle ...
1.709599
490bcbe1caace0fd018632b3fa1c6570
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845164
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.dfc-servicetaxonomy-editor", "max_stars_repo_path": "DFC.ServiceTaxonomy.GraphVisualiser/Models/Owl/Modes.cs", "provenance": "train-00027-of-00045.jsonl.gz:164384" }
starcoder
using System.Collections.Generic; namespace DFC.ServiceTaxonomy.GraphVisualiser.Models.Owl { public partial class Modes { public bool ColorSwitchState { get; set; } public List<CheckBox> CheckBox { get; set; } = new List<CheckBox>(); } }
1.428559
6b234f79d81f533a3d7e7b959107ac6b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845165
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "usernameHed/Philae-Lander", "max_stars_repo_path": "Assets/Plugins/Unity Essentials - Spline/ControllerExtensions/StickFromMouseSceneView/Editor/StickFromMouseSceneViewEditor.cs", "provenance": "train-00027-of-00045.jsonl.gz:164385" }
starcoder
<reponame>usernameHed/Philae-Lander using UnityEditor; using UnityEngine; using UnityEssentials.Spline.Extensions; using UnityEssentials.Spline.Extensions.Editor; namespace UnityEssentials.Spline.ControllerExtensions { [CustomEditor(typeof(StickFromMouseSceneView))] public class StickFromMouseSceneViewEditor ...
1.781463
79533f560a8fd98c299cdbc3c287806f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845166
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "serolfy/Home_Away_IoT", "max_stars_repo_path": "HomeAwayIoT/HomeAwayIoT/SecurityHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:164386" }
starcoder
using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace ProjectBroker { public class SecurityHandler { /// <summary> /// Encrypt a string. /// </summary> /// <param name="plainText">String to be encrypted</param> /// ...
2.949565
16fe91f23894c10925b31fbe9f116290
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845167
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "TingtingAn/Xam.Plugin.Mixpanel.iOS", "max_stars_repo_path": "Binding/StructsAndEnums.cs", "provenance": "train-00027-of-00045.jsonl.gz:164387" }
starcoder
<filename>Binding/StructsAndEnums.cs using System.Runtime.InteropServices; namespace Xam.Plugin.Mixpanel.iOS { [StructLayout(LayoutKind.Sequential)] public struct mp_tweak_entry { public unsafe string name; public unsafe void* value; public unsafe void* min; public unsaf...
1.193052
d75624e34816fe2c0d992207e1f5557f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845168
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pyzor/Helluva-Luck", "max_stars_repo_path": "Assets/Scripts/Gameplay/OLD_Fight/FightController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164388" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; class FightController : MonoBehaviour { [SerializeField] private float Width = 3.7f; [SerializeField] private float GridHeight = 5.1f; [SerializeField] private float ZoneHeight = 4.1f; [SerializeField] private float Acti...
1.845387
31573dee69ac25d8fabb8922e29f3105
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845169
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dgwaldo/print-it", "max_stars_repo_path": "src/PrintIt.WebHost/RequestConsumers/PrintConsumer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164389" }
starcoder
using MassTransit; using PrintIt.Core; using PrintIt.Messages; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; namespace PrintIt.WebHost.RequestConsumers { public class PrintConsumer : IConsumer<SendDocumentForPrint> { private readonly IPdf...
2.507158
20b75db435c3905ab8901143b619d0e0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845170
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "vladislav-karamfilov/TelerikAcademy", "max_stars_repo_path": "Web Services Projects/ExamPreparation/TelerikAcademyForum/TelerikAcademyForum.Services/Validators/UserValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:164390" }
starcoder
namespace TelerikAcademyForum.Services.Validators { using System; using System.Linq; using System.Text; public static class UserValidator { private const string ValidSessionKeyChars = "<KEY>"; private const string ValidUsernameChars = "<KEY>"; private const string ValidNick...
3.068013
6b7ba4d3f5be8cb6df0ea763fe13b62b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845171
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "herrylau/wwzkushop", "max_stars_repo_path": "MxWeiXinPF.Web/shopmgr/catalog/attribute_edit.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:164391" }
starcoder
<reponame>herrylau/wwzkushop using System; using System.Data; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using MxWeiXinPF.Common; using MxWeiXinPF.BLL; namespace MxWeiXinPF.Web.shopmgr.catalog { public partial class attribute_edit : Web.UI.ManagePage ...
2.092264
d605a41c424e68595019103866ed0fc5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845172
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "ja72/CatenarySpans", "max_stars_repo_path": "JA.CatenarySpansLib/Engineering/CatenaryCalculator.cs", "provenance": "train-00027-of-00045.jsonl.gz:164392" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace JA.Engineering { public static class CatenaryCalculator { #region Catenary Properties /// <summary> /// Calculate the lower point on the catenary (center point) /// </summary> ...
3.328234
cc4146c8cdcc19b68dae6a469e3f7e46
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845173
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Lowhuhn/LaserControl", "max_stars_repo_path": "LaserControl/LaserControl/UIElements/UI_AxesControl.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:164393" }
starcoder
<filename>LaserControl/LaserControl/UIElements/UI_AxesControl.xaml.cs using LaserControl.HardwareAPI; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Window...
2.460203
d169ba5df0a27d30ec3aaa3226acccb4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845174
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jtorre39/nebula", "max_stars_repo_path": "NebulaVR/Assets/Scripts/NebulaVR/Meta/ConstructInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:164394" }
starcoder
<gh_stars>0 public struct ConstructInfo { readonly LanguageConstants name; readonly ViewComponent[] components; }
1.378667
7ad15c516647005b1a118ff5aa8cad0d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845175
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LagoVista/Admin", "max_stars_repo_path": "src/LagoVista.UserManagement/Managers/OrganizationManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:164395" }
starcoder
<gh_stars>0 using LagoVista.Core.Models; using LagoVista.Core.PlatformSupport; using LagoVista.UserManagement.Interfaces.Repos.Orgs; using LagoVista.UserManagement.Interfaces.Repos.Account; using LagoVista.UserManagement.ViewModels.Organization; using System; using System.Threading.Tasks; using LagoVista.UserManagemen...
1.320604
37da3b6b66706cb6f5bbb28d373bcdd9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845176
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheWizardAndTheWyrd/ArcanaERP", "max_stars_repo_path": "ArcanaErp.Core/Interfaces/Models/WorkEffort/IWorkEffortFixedAssetStandard.cs", "provenance": "train-00027-of-00045.jsonl.gz:164396" }
starcoder
<reponame>TheWizardAndTheWyrd/ArcanaERP namespace ArcanaErp.Core.Interfaces.Models.WorkEffort { public interface IWorkEffortFixedAssetStandard { } }
1.04162
e7ffd75f68a8bbe241534d06262f2e23
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845177
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uon-projects/scaro", "max_stars_repo_path": "Assets/Scripts/Maze/MazeConstructor.cs", "provenance": "train-00027-of-00045.jsonl.gz:164397" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MazeConstructor : MonoBehaviour { public bool showDebug; [SerializeField] private Material mazeMat1; [SerializeField] private Material mazeMat2; [SerializeField] private Material startMat; [SerializeField] private Materi...
2.432703
2ef04547fccd24026532ea57f6598ab5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845178
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "octansIt/environmentassessment", "max_stars_repo_path": "EnvironmentAssessment.Wizard/Common/VimApi/D/DistributedVirtualSwitchPortStatistics.cs", "provenance": "train-00027-of-00045.jsonl.gz:164398" }
starcoder
<reponame>octansIt/environmentassessment namespace EnvironmentAssessment.Common.VimApi { public class DistributedVirtualSwitchPortStatistics : DynamicData { protected long _packetsInMulticast; protected long _packetsOutMulticast; protected long _bytesInMulticast; protected long _bytesOutMulticast; protected...
1.285587
b93a6952f0f91e6ba598df4706543001
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845179
{ "extension": "c-sharp", "max_stars_count": "33.0", "max_stars_repo_name": "masastack/MASA.Utils", "max_stars_repo_path": "src/Security/Masa.Utils.Security.Cryptography/EncryptBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:164399" }
starcoder
// Copyright (c) MASA Stack All rights reserved. // Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Masa.Utils.Security.Cryptography; public class EncryptBase { protected static string GetSpecifiedLengthString( string key, int length, ...
2.60622
1c349cfad409080d62bd346d3e64fae7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845180
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dex-it/dex-common", "max_stars_repo_path": "src/Dex.Extensions/CancellationTokenExtension.cs", "provenance": "train-00027-of-00045.jsonl.gz:164400" }
starcoder
using System; using System.Diagnostics.CodeAnalysis; using System.Threading; namespace Dex.Extensions { public static class CancellationTokenExtension { public static CancellationTokenSource CreateLinkedSourceWithTimeout(this CancellationToken cancellationToken, TimeSpan timeout) { ...
2.78297
3404155e1ad06c36642561c42f85529d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845181
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlfredYan/Space_Invaders", "max_stars_repo_path": "SpaceInvaders/Sound/PlaySoundObserver.cs", "provenance": "train-00027-of-00045.jsonl.gz:164401" }
starcoder
<filename>SpaceInvaders/Sound/PlaySoundObserver.cs using System; using System.Diagnostics; namespace SpaceInvaders { public class PlaySoundObserver : CollisionObserver { //------------------------------------------------------------------------------- // Constructor //-----------------...
2.544711
f883b754fbe378edb63b43e0996271f6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845182
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "symondev/jwt-token-authorization-server", "max_stars_repo_path": "sample/Jwt.Token.Authorization.Server.Sample/Controllers/TestController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164402" }
starcoder
<reponame>symondev/jwt-token-authorization-server using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; namespace Jwt.Token.Authorization.Server.Sample.Controllers { [Route("api/[controller]")] ...
1.936326
e6da425bbe0755b9d3871a1ee94207f9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845183
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lor9ndr/UniversitySchedule", "max_stars_repo_path": "UniversitySchedule.Core/SheduleManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:164403" }
starcoder
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; namespace UniversitySchedule.Core { public sealed class SheduleManager : INotifyPropertyChanged { #region Public Properties ...
2.662547
73801843774d9642482a09728ddce030