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
8845912
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Epicguru/RimworldRendererMod", "max_stars_repo_path": "Source/RemoteRenderer/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:165132" }
starcoder
using Accord.Video.FFMPEG; using RimworldRendererMod.CommonV3; using RimworldRendererMod.RemoteRenderer.IO; using System; using System.Drawing.Drawing2D; using System.Threading; namespace RimworldRendererMod.RemoteRenderer { public static class Program { private static bool IsRendering = fa...
2.270622
0fc7872f96af6fac88a61a44bc94fd4b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845913
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Omsaaf/SolidEdge.Community.AddIn", "max_stars_repo_path": "src/SolidEdge.Community.AddIn/Ribbon.cs", "provenance": "train-00027-of-00045.jsonl.gz:165133" }
starcoder
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Xml.Linq; namespace SolidEdgeCommunity.AddIn { /// <summary> /// Abstract base class for ribbon. /// </summary> public abst...
2.540054
8ba7191b0231a2b0f302b89ca38fe2c1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845914
{ "extension": "c-sharp", "max_stars_count": "28.0", "max_stars_repo_name": "jkrmc12/IFC-gen", "max_stars_repo_path": "lang/csharp/src/IFC/IfcWorkCalendar.g.cs", "provenance": "train-00027-of-00045.jsonl.gz:165134" }
starcoder
using System; using System.ComponentModel; using System.Collections.Generic; using Newtonsoft.Json; using System.Linq; using STEP; namespace IFC { /// <summary> /// <see href="http://www.buildingsmart-tech.org/ifc/IFC4/final/html/link/ifcworkcalendar.htm"/> /// </summary> public partial class IfcWorkCalendar :...
2.381176
f226c82f7e9459c68a2e9d1cb5e7015d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845915
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dynamicip/dynamicip-chrome-csharp", "max_stars_repo_path": "com.dynamicip.example.launcher/Launcher.cs", "provenance": "train-00027-of-00045.jsonl.gz:165135" }
starcoder
<reponame>dynamicip/dynamicip-chrome-csharp using System; using System.Diagnostics; using System.IO; // // This helper utility launches the web scraper inside a docker container. We use C# rather than // shell scripts to make the utility cross-platform and easy-to-run from the IDE. // // This is NOT INTENDED ...
2.882514
7e11b42492f424c63da549ae352b96bb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845916
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "nodchip/ShogiCore", "max_stars_repo_path": "ShogiCore/BoardProperty/BoardTerritory.cs", "provenance": "train-00027-of-00045.jsonl.gz:165136" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace ShogiCore.BoardProperty { /// <summary> /// そっぽ度判定とか、攻め駒なのか守り駒なのかとか。 /// </summary> /// <remarks> /// YSSのテーブルを参考に判定する。 /// http://www32.ocn.ne.jp/~yss/book.html /// </r...
2.518694
e0f254ea5c9fb01075b18012ac193361
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845917
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "michaelreian/Dymaxion", "max_stars_repo_path": "src/Dymaxion/Views/_ViewImports.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:165137" }
starcoder
@using DataReaver @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.544124
fe92149e44f767ad81f8923413a7887b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845918
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "peterson1/indie-ds-readers", "max_stars_repo_path": "IDSR.CondorReader.Tests/MonthlySalesTests/MonthlySalesReader1Facts.cs", "provenance": "train-00027-of-00045.jsonl.gz:165138" }
starcoder
<filename>IDSR.CondorReader.Tests/MonthlySalesTests/MonthlySalesReader1Facts.cs using System.Threading; using Autofac; using FluentAssertions; using IDSR.Common.Core.ns11.SqlTools; using IDSR.CondorReader.Core.ns11; using IDSR.CondorReader.Core.ns11.DomainModels; using IDSR.CondorReader.Lib.WPF.ComponentRegistry; usin...
1.970668
7df799dfc34582e3cc6a9672ec4f405e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845919
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "indeavr/favour-api", "max_stars_repo_path": "FavourAPI.Services/Contracts/IPositionService.cs", "provenance": "train-00027-of-00045.jsonl.gz:165139" }
starcoder
using FavourAPI.Dtos; using FavourAPI.Services.Helpers.Result; using System; using System.Collections.Generic; using System.Text; namespace FavourAPI.Services.Contracts { public interface IPositionService { Result<PositionDto[]> GetPositions(); } }
1.453388
66de6a0dce87ac95a7fc88d1edf9554f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845920
{ "extension": "c-sharp", "max_stars_count": "52.0", "max_stars_repo_name": "Kayserheimer/Dynamics-Crm-DevKit", "max_stars_repo_path": "test/v.2.12.31/TestAllEntities/All-DEMO/Dev.DevKit.Shared/Entities/msdyn_quotelineanalyticsbreakdown.generated.cs", "provenance": "train-00027-of-00045.jsonl.gz:165140" }
starcoder
//--------------------------------------------------------------------------------------------------- // <auto-generated> // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. // Generated by DynamicsCrm.DevKit - https://github.com/phuocle/Dynamics-Crm-DevKit // </auto-gen...
1.553181
545575f9ee4b4d76bf8448b6e0d57976
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845921
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lo-GR/Factory.Solution", "max_stars_repo_path": "Factory/Views/Machines/Delete.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:165141" }
starcoder
<reponame>Lo-GR/Factory.Solution<gh_stars>0 @{ Layout ="_Layout"; } @model Factory.Models.Machine <h2>Are you sure you want to delete @Html.DisplayFor(model => model.MachineName)</h2> @using (Html.BeginForm()) { <button type="submit" class="btn btn-danger"> Yes, I want to remove machine</button> } <button class...
2.086734
d02532f0d903e69bb2cba8a3da3ca4f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845922
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Blananas2/ktane-echolocation", "max_stars_repo_path": "Assets/echolocationScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:165142" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using KModkit; using System.Text.RegularExpressions; public class echolocationScript : MonoBehaviour { public KMBombInfo Bomb; public KMAudio Audio; public KMSelectable[] moves; //...
2.226036
7401d1325d8630dfe9fb5f600b3e54c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845923
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "andyalm/mount-aws", "max_stars_repo_path": "MountAws/Services/Elbv2/ActionItems/FixedActionItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:165143" }
starcoder
using MountAnything; using Action = Amazon.ElasticLoadBalancingV2.Model.Action; namespace MountAws.Services.Elbv2; public class FixedActionItem : ActionItem { public FixedActionItem(ItemPath parentPath, Action action) : base(parentPath, action) { } public override string ItemType => Elbv2ItemTypes.FixedActio...
1.78216
52c98bbe26f9f94dc01aaac7697d2787
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845924
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "manio143/RiseOfTheUndeaf", "max_stars_repo_path": "RiseOfTheUndeaf.Game/EntityEvents/EntityEventExtension.cs", "provenance": "train-00027-of-00045.jsonl.gz:165144" }
starcoder
using Stride.Engine; using System; using System.Collections.Generic; using System.Reflection.Emit; using System.Reflection; using System.Linq; using System.Collections; using RiseOfTheUndeaf.Core.Logging; namespace RiseOfTheUndeaf.EntityEvents { // This class provides a mechanism for broadcasting events throughou...
2.800268
4166555a6af60ddca0133b0343337eed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845925
{ "extension": "c-sharp", "max_stars_count": "635.0", "max_stars_repo_name": "maikebing/EFCore.Sharding", "max_stars_repo_path": "src/EFCore.Sharding/DependencyInjection/EFCoreShardingExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:165145" }
starcoder
using Microsoft.Extensions.DependencyInjection; using System; namespace EFCore.Sharding { /// <summary> /// 拓展 /// </summary> public static class EFCoreShardingExtensions { /// <summary> /// 注入EFCoreSharding /// </summary> /// <param name="services">服务集合</param> ...
1.993842
4b3d9bc01105effe9851701da4bf0a8a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845926
{ "extension": "c-sharp", "max_stars_count": "365.0", "max_stars_repo_name": "avantida/azure-libraries-for-net", "max_stars_repo_path": "src/ResourceManagement/Monitor/Domain/AutoscaleSetting/Definition/IDefinition.cs", "provenance": "train-00027-of-00045.jsonl.gz:165146" }
starcoder
<gh_stars>100-1000 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Monitor.Fluent.AutoscaleSetting.Definition { /// <summary> /// The first stage of autoscale settin...
1.709243
1fbd1bd8affa4ee648cbde10bde67a27
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845927
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Azure-Samples/azure-iot-dashboard", "max_stars_repo_path": "src/Iot.Pnp.Dashboard/Devices/DeviceService.cs", "provenance": "train-00027-of-00045.jsonl.gz:165147" }
starcoder
<reponame>Azure-Samples/azure-iot-dashboard<filename>src/Iot.Pnp.Dashboard/Devices/DeviceService.cs using System.Collections.Concurrent; using Azure.IoT.ModelsRepository; using Microsoft.Azure.Devices; using Microsoft.Azure.Devices.Serialization; using Microsoft.Azure.Devices.Shared; using Microsoft.Rest; using Iot.Pn...
2.026447
0f2c1e011337f52807092803a4fd3cac
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845928
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-apim-endpoints", "max_stars_repo_path": "src/SFA.DAS.ManageApprenticeships.Api.UnitTests/Models/WhenMappingGetStandardResponseFromMediatorType.cs", "provenance": "train-00027-of-00045.jsonl.gz:165...
starcoder
using AutoFixture.NUnit3; using FluentAssertions; using NUnit.Framework; using SFA.DAS.ManageApprenticeships.Api.Models; using SFA.DAS.ManageApprenticeships.InnerApi.Responses; namespace SFA.DAS.ManageApprenticeships.Api.UnitTests.Models { public class WhenMappingGetStandardResponseFromMediatorType { ...
2.227151
57200d18231c76087da99ff86100bbd2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845929
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "guilhermecaixeta/InsightAirport", "max_stars_repo_path": "InsightAirport.Core/StatusStrategy.cs", "provenance": "train-00027-of-00045.jsonl.gz:165149" }
starcoder
<gh_stars>0 using InsightAirport.Core.Entities; using InsightAirport.Core.Interfaces; namespace InsightAirport.Core { public abstract class StatusStrategy : IStrategy<Flight, bool> { public abstract string Name { get; } public abstract Task<bool> ExecuteAsync(Flight input, CancellationToken c...
2.34517
43c7572b4b9eb336ae9c8ecfaa06ebd0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845930
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "EIDSS/EIDSS-Legacy", "max_stars_repo_path": "EIDSS v6/EIDSS.Setup.AssemblyInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:165150" }
starcoder
<reponame>EIDSS/EIDSS-Legacy<filename>EIDSS v6/EIDSS.Setup.AssemblyInfo.cs using System.Reflection; [assembly: AssemblyCompany("Black & Veatch Special Projects Corp.")] [assembly: AssemblyCopyright("Copyright © 2005-2014, Black & Veatch Special Projects Corp.")] [assembly: AssemblyTrademark("Trademark by Black ...
1.234188
0485ef610d03eac4e7ace0e89409858d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845931
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ryo0ka/Sightsync", "max_stars_repo_path": "Assets/Ryooka/Scripts/UI/Pager.cs", "provenance": "train-00027-of-00045.jsonl.gz:165151" }
starcoder
using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace Assets.Ryooka.Scripts.UI { // Simple interface to swich on/off children objects // so one of them is active while the rest is inactive. // Designed to make up a pager structure in a developer UI. // If you want a pager in a front...
2.586567
070aa22a9009724c565cf318d80cf2bc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845932
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "AndriyVeremyeyev/ZineClient.Solution", "max_stars_repo_path": "ZineClient/Controllers/TagsController.cs", "provenance": "train-00027-of-00045.jsonl.gz:165152" }
starcoder
using Microsoft.AspNetCore.Authorization; using ZineClient.Models; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Identity; using System.Threading.Tasks; using System.Security....
2.244812
6517d0b09149aadf0148a5f7e1d1216c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845933
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "Chathray/LensCafe", "max_stars_repo_path": "Order/useless file/UserOrder.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:165153" }
starcoder
using System; using System.Data.SqlClient; using System.Web.Configuration; using System.Web.UI.WebControls; namespace Order { public partial class UserOrder : System.Web.UI.Page { private string connectionString = WebConfigurationManager.ConnectionStrings["userConn"].ConnectionString; protect...
2.525804
4bc28c4e6f4e0513b9f0f1cb6e38202f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845934
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "ScriptBox99/PaintDotNet.Quantization", "max_stars_repo_path": "PaintDotNet/Imaging/IBitmapLock`1.cs", "provenance": "train-00027-of-00045.jsonl.gz:165154" }
starcoder
<gh_stars>10-100 ///////////////////////////////////////////////////////////////////////////////// // paint.net // // Copyright (C) dotPDN LLC, <NAME>, and contributors. // // All Rights Reserved. ...
1.748658
66e141cbcec82f70f69a4b98744e450c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845935
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dimitrikor/ECSforUnityTest", "max_stars_repo_path": "ecsrx-master/Assets/Game/Systems/FoodPickupSystem.cs", "provenance": "train-00027-of-00045.jsonl.gz:165155" }
starcoder
<filename>ecsrx-master/Assets/Game/Systems/FoodPickupSystem.cs using EcsRx.Attributes; using EcsRx.Collections; using EcsRx.Events; using EcsRx.Extensions; using EcsRx.Systems.Custom; using EcsRx.Unity.Extensions; using Game.Components; using Game.Events; namespace Game.Systems { [Priority(-10)] public class ...
2.360492
0a103cd6ec68bb203fe598492209c67d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845936
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vbergaaa/vBergaaaBot", "max_stars_repo_path": "vBergaaaBot/Agent.cs", "provenance": "train-00027-of-00045.jsonl.gz:165156" }
starcoder
<gh_stars>0 using System.Collections.Generic; using System.Numerics; using Google.Protobuf.Collections; using SC2APIProtocol; // ReSharper disable MemberCanBePrivate.Global namespace vBergaaaBot { public class Agent { public SC2APIProtocol.Unit Unit; public ActionRawUnitCommand Command; pu...
2.044024
afbbb46f3a59746af36dbb8ade625a7c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845937
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "CiscoNinja/RentalSystem", "max_stars_repo_path": "aspnet-core/src/RentalSystem.Core/Authorization/RentalSystemAuthorizationProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:165157" }
starcoder
<reponame>CiscoNinja/RentalSystem<filename>aspnet-core/src/RentalSystem.Core/Authorization/RentalSystemAuthorizationProvider.cs using Abp.Authorization; using Abp.Localization; using Abp.MultiTenancy; namespace RentalSystem.Authorization { public class RentalSystemAuthorizationProvider : AuthorizationProvider ...
1.793615
bb0bcf992348dfb0060cd8e6b8ec3d36
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845938
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "AlFasGD/AdventOfCSharp", "max_stars_repo_path": "AdventOfCSharp.ProblemSolutionResources/ResourceFileManagement.cs", "provenance": "train-00027-of-00045.jsonl.gz:165158" }
starcoder
using System.IO; namespace AdventOfCSharp.ProblemSolutionResources; public static class ResourceFileManagement { public static string GetProjectBaseDirectory() { var directoryName = $@"{nameof(AdventOfCSharp)}.{nameof(ProblemSolutionResources)}"; // This solution will work for as long as the ...
2.554235
9a2ccbd8bdbd5fba85d8b7cd74692ae9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845939
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "joaquinoldani/platzi--ASP--NET--CORE", "max_stars_repo_path": "Models/Asignatura.cs", "provenance": "train-00027-of-00045.jsonl.gz:165159" }
starcoder
<filename>Models/Asignatura.cs using System; using System.Collections.Generic; namespace platzi_asp_net_core.Models { public class Asignatura:ObjetoEscuelaBase { // referencio a la clase padre public string CursoId { get; set; } public Curso Curso { get; set; } public List<Eval...
1.7453
ba5bdf695dc2c01a33ae6d6b9aa76cb8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845940
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hunghq/nunit-given", "max_stars_repo_path": "NUnit.Given/GivenCaseSourceAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:165160" }
starcoder
<reponame>hunghq/nunit-given using System; namespace NUnit.Given { [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class GivenCaseSourceAttribute : Attribute { } }
1.451823
54f91fe9093602391b65f5697b266691
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845941
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "patrickhacens/mal_crucible", "max_stars_repo_path": "src/MyAnimeList/MyAnimeList/Migrations/20220324192121_InitialMigration.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:165161" }
starcoder
<filename>src/MyAnimeList/MyAnimeList/Migrations/20220324192121_InitialMigration.Designer.cs // <auto-generated /> using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.Entit...
1.968832
86e795896b10fa81a90fc1e3177686a7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845942
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "timiil/OpenRpg", "max_stars_repo_path": "src/OpenRpg.Core/Common/IHasAssociation.cs", "provenance": "train-00027-of-00045.jsonl.gz:165162" }
starcoder
<gh_stars>10-100 namespace OpenRpg.Core.Common { public interface IHasAssociation { int AssociatedId { get; } int AssociatedValue { get; } } }
1.49058
c78c261f796210a61eab4c397c08908c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845943
{ "extension": "c-sharp", "max_stars_count": "495.0", "max_stars_repo_name": "DaviGia/Steeltoe", "max_stars_repo_path": "src/Management/test/OpenTelemetry.Test/Impl/Metrics/Aggregators/CounterAggregatorTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165163" }
starcoder
// <autogenerated /> - File imported from OpenTelemetry, StyleCop should ignore // <copyright file="CounterAggregatorTest.cs" company="OpenTelemetry Authors"> // Copyright 2018, OpenTelemetry Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance...
2.115773
4bfee9d058b5929f9fb76e579742df32
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845944
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ProjectSIRA/ContainerTree", "max_stars_repo_path": "ContainerTree/ContainerRoot.cs", "provenance": "train-00027-of-00045.jsonl.gz:165164" }
starcoder
using Newtonsoft.Json; namespace ContainerTree { internal class ContainerRoot { [JsonProperty("version")] public string Version { get; set; } = null!; [JsonProperty("root")] public SerializedContainer Root { get; set; } = null!; } }
1.637521
81a30251799a4c4845770a79f45abdd0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845945
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kalus/ink", "max_stars_repo_path": "inklecate/ParsedHierarchy/FlowBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:165165" }
starcoder
using System.Collections.Generic; namespace Ink.Parsed { // Base class for Knots and Stitches internal abstract class FlowBase : Parsed.Object, INamedContent { internal class Argument { public string name; public bool isByReference; public bool isDivertTarget;...
2.291534
3f3fc152ed10c68e560d8ab940a8eb42
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845946
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AbhinavSaha1/Uncontrollably-Wobbley-Invasions-Repo", "max_stars_repo_path": "Assets/Plugins/RootMotion/PuppetMaster/_DEMOS/Assets/Scripts/PlanetaryGravity.cs", "provenance": "train-00027-of-00045.jsonl.gz:165166" }
starcoder
using UnityEngine; using System.Collections; using RootMotion.Dynamics; namespace RootMotion.Demos { public class PlanetaryGravity : MonoBehaviour { public Planet planet; // The gravitational constant (also known as "universal gravitational constant", or as "Newton's con...
2.609687
88bf143bc747ad3601f68a15a3d01bd0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845947
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dbi-nandordudas/CsharpCourse", "max_stars_repo_path": "Models/Lessons/Lesson_02/Task_03.cs", "provenance": "train-00027-of-00045.jsonl.gz:165167" }
starcoder
using System; using CsharpCourse.Models.Abstract; namespace CsharpCourse.Models.Lessons.Lesson_02 { public class Task_03 : BaseTask { public Task_03() { Description = "Készítsünk programot, amely bekér a felhasználótól két számot. A program döntse el, hogy az elsőként bekért számnak...
3.138767
49af5c16575808339af7fc0d8b7d7611
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845948
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "referbruv/CqrsNinja", "max_stars_repo_path": "CqrsNinja.Infrastructure/Data/UnitOfWork.cs", "provenance": "train-00027-of-00045.jsonl.gz:165168" }
starcoder
<gh_stars>10-100 using CqrsNinja.Contracts.Data; using CqrsNinja.Contracts.Data.Repositories; using CqrsNinja.Core.Data.Repositories; using CqrsNinja.Migrations; namespace CqrsNinja.Core.Data { public class UnitOfWork : IUnitOfWork { private readonly DatabaseContext _context; public UnitOfWor...
1.867503
9340bdc4082e6ca90154142c13ca5c1f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845949
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thanhntggsunday/AdvantureWork2017", "max_stars_repo_path": "AdvantureWork.DataService/SQL/FunctionScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:165169" }
starcoder
<gh_stars>0 namespace AdvantureWork.DataService.SQL { public static class FunctionScript { public const string GET_ALL_COMMAND = @"SELECT * FROM AppFunctions"; } }
1.080295
ba7a72e950ed3d7241502215ae82198a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845950
{ "extension": "c-sharp", "max_stars_count": "94.0", "max_stars_repo_name": "marcinbudny/protoactor-dotnet", "max_stars_repo_path": "src/Proto.Actor/Context/SystemContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:165170" }
starcoder
// ----------------------------------------------------------------------- // <copyright file = "SystemContext.cs" company = "Asynkron AB"> // Copyright (C) 2015-2022 Asynkron AB All rights reserved // </copyright> // ----------------------------------------------------------------------- using System; using Micro...
2.221214
88122d26930f86adaad95ecf90ad89cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845951
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ashokapol/inferno4proteomics", "max_stars_repo_path": "Inferno/Plotting/frmHistDisplay.cs", "provenance": "train-00027-of-00045.jsonl.gz:165171" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using DAnTE.Purgatorio; namespace DAnTE.Inferno { public partial class frmHistDisplay : DAnTE.Inferno.frmPlotDisplay { private...
1.42006
9bd589c32a13f37f04b3fa3541fe2a43
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845952
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "E01D/Base", "max_stars_repo_path": "src/E01D.Base.Net.Http.Rest.Abstractions/Coding/Code/Models/E01D/Net/Http/Rest/RestClientContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:165172" }
starcoder
<gh_stars>0  using Root.Coding.Code.Models.E01D.Base.Security.Authentication; namespace Root.Coding.Code.Models.E01D.Net.Http.Rest { public class RestClientContext { public Token BearerToken { get; set; } public string Endpoint { get; set; } public string LoginResourcePath { get; se...
0.882206
1a9fbbf96e1657cc8a910df7073fdb61
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845953
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "HelloWindows/AccountBook-", "max_stars_repo_path": "client/framework/UnityCsReference-master/Modules/PackageManager/Editor/Managed/Requests/PackRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165173" }
starcoder
<reponame>HelloWindows/AccountBook-<gh_stars>1-10 // Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using System; using System.Linq; using UnityEngine; namespace UnityEditor.PackageManager.Requests { [Serializ...
1.146847
c36e1259c38fbf468022270bac41fbe4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845954
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yannickbock/ArduinoMajoro", "max_stars_repo_path": "ArduinoMajoro/Majoro.cs", "provenance": "train-00027-of-00045.jsonl.gz:165174" }
starcoder
<reponame>yannickbock/ArduinoMajoro<gh_stars>0 using System; using System.Collections.Generic; using System.IO.Ports; using System.Linq; using System.Threading; namespace ArduinoMajoro { public class Majoro : IMajoro { private SerialPort _serialPort; public Arduino Device { get; private set; }...
3.004982
a4a8e883a4a425970f8f94c075841e5d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845955
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "siriusch/Sirius.OneSky", "max_stars_repo_path": "Sirius.OneSky/HttpResponseInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:165175" }
starcoder
using System; using System.Net; using System.Net.Http.Headers; namespace OneSky { /// <summary> /// HTTP Response Metadata object, which does not hold any disposable references /// </summary> public class HttpResponseInfo { /// <summary> /// Initialize the HTTP response information ojbect /// </s...
2.946838
0efaffad403f25f1e2a814124edbc6b1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845956
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Akash76/SkyMedia", "max_stars_repo_path": "WebApp/Views/job/index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:165176" }
starcoder
<gh_stars>1-10 @using AzureSkyMedia.WebApp.Models; @{ string gridId = "transformJobs"; } @section head { <script type="text/javascript" src="~/js/transformJob.js"></script> <script type="text/javascript"> $(function () { _childGridType = "transformJobOutputs"; _childProper...
1.928445
db25637d379633092b54552a55cea84f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845957
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheMofaDe/DotNetHelper-Serializer", "max_stars_repo_path": "src/DotNetHelper-Serializer/DataSource/Xml/TypeResolvers/XmlTypeResolveException.cs", "provenance": "train-00027-of-00045.jsonl.gz:165177" }
starcoder
<filename>src/DotNetHelper-Serializer/DataSource/Xml/TypeResolvers/XmlTypeResolveException.cs namespace DotNetHelper_Serializer.DataSource.Xml.TypeResolvers { public class XmlTypeResolveException : XmlSerializationException { public XmlTypeResolveException(string message) : base(message) ...
1.800543
3293cb796a19cc28726ffd877eb73a14
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845958
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MooVC/MooVC.Architecture", "max_stars_repo_path": "src/MooVC.Architecture/Services/IHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:165178" }
starcoder
namespace MooVC.Architecture.Services { using System.Threading; using System.Threading.Tasks; public interface IHandler<TMessage> where TMessage : Message { Task ExecuteAsync(TMessage message, CancellationToken cancellationToken); } }
1.832972
fbacbedeedc283636164d5bd771de81c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845959
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Protys/Chat", "max_stars_repo_path": "Chat/Chat/UserInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:165179" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Chat { class UserInfo { private static UserInfo _user; public static UserInfo User { get { if (_user == null) ...
2.780453
3827c907b657a376bc923707d93040d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845960
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FluiTec/FluiTec.AppFx.Data", "max_stars_repo_path": "src/tests/integrationtests/FluiTec.AppFx.Data.LiteDb.IntegrationTests/DbProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:165180" }
starcoder
using FluiTec.AppFx.Data.TestLibrary.DataServiceProviders; using FluiTec.AppFx.Data.TestLibrary.DataServices; using FluiTec.AppFx.Data.TestLibrary.UnitsOfWork; namespace FluiTec.AppFx.Data.LiteDb.IntegrationTests { /// <summary> /// A database provider. /// </summary> internal class DbProvider : LiteD...
2.084354
4db781e847abf6aec539a99a0ee1ac0d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845961
{ "extension": "c-sharp", "max_stars_count": "219.0", "max_stars_repo_name": "Manny27nyc/SecureDNS", "max_stars_repo_path": "Texnomic.SecureDNS.Core/DataTypes/DoHStamp.cs", "provenance": "train-00027-of-00045.jsonl.gz:165181" }
starcoder
namespace Texnomic.SecureDNS.Core.DataTypes { /// <summary> /// <see cref="https://github.com/DNSCrypt/dnscrypt-proxy/wiki/stamps#dns-over-https-stamps"/> /// </summary> public class DoHStamp: DoTStamp { public string Path { get; set; } } }
1.74545
9399743e084df179018848bde1a54ed3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845962
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "he-dev/DotNetBits", "max_stars_repo_path": "Reusable.Tests.XUnit/src/Experimental/InfiniteCounterTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165182" }
starcoder
<reponame>he-dev/DotNetBits<filename>Reusable.Tests.XUnit/src/Experimental/InfiniteCounterTest.cs using System.Linq; using Xunit; namespace Reusable.Tests.XUnit.Experimental { using static CounterPosition; public class InfiniteCounterTest { [Fact] public void Repeats_sequence() { ...
2.620043
f1a557948e50327dd6a3d2b9782ce08c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845963
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "WhatIsHeDoing/WhatIsHeDoing.Core", "max_stars_repo_path": "WhatIsHeDoing.Core/Extensions/ObjectExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:165183" }
starcoder
namespace WhatIsHeDoing.Core.Extensions { using System; /// <summary> /// Provides extension methods for all objects. /// </summary> public static class ObjectExtensions { /// <summary> /// Calls any action fluently, such as void functions, /// so that calls can be chain...
3.578913
f47384c8daeb67d9fdd4b4db64b06571
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845964
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PNNL-Comp-Mass-Spec/AScore", "max_stars_repo_path": "AScore_DLL/Managers/PeptideScoresManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:165184" }
starcoder
using System.Collections.Generic; using System; namespace AScore_DLL.Managers { /// <summary> /// Maintains a list of available peptide scores /// </summary> public static class PeptideScoresManager { #region Class Members private static readonly Dictionary<int, double...
3.241617
19d840a34a1b5a8ea73b795eb99695a7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845965
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TrollDeveloper/UnityCommonLibrary", "max_stars_repo_path": "Scripts/ObjectPool/ObjectPool.cs", "provenance": "train-00027-of-00045.jsonl.gz:165185" }
starcoder
<reponame>TrollDeveloper/UnityCommonLibrary using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ObjectPool<T> where T : class { private List<ObjectPoolContainer<T>> list; private Dictionary<T, ObjectPoolContainer<T>> lookup; private Func<T> factoryFunc;...
2.655161
bd4221dc43239de3fb615c22e567a847
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845966
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Foxify52/OpenViva", "max_stars_repo_path": "Assets/Scripts/PlayerHeadState.cs", "provenance": "train-00027-of-00045.jsonl.gz:165186" }
starcoder
using UnityEngine; using UnityEngine.SpatialTracking; namespace viva { public class PlayerHeadState : HeadState { [SerializeField] private TrackedPoseDriver m_behaviourPose; public TrackedPoseDriver behaviourPose { get { return m_behaviourPose; } } } }
1.805331
c8f948a795de3ff0caa098f0683b668c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845967
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PaulChek/AspNetMicroservices", "max_stars_repo_path": "src/Common/EvenetBus.Messges/Events/EventBusContants.cs", "provenance": "train-00027-of-00045.jsonl.gz:165187" }
starcoder
<reponame>PaulChek/AspNetMicroservices namespace EvenetBus.Messges.Events { public static class EventBusContants { public const string CartCheckOutQueue = "cart_checkout.queue"; } }
1.114229
fb7dbe04a14cd1b7999c547293f8f829
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845968
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "piscotics/afiliacionwebapi", "max_stars_repo_path": "Requests/SucursalRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165188" }
starcoder
<reponame>piscotics/afiliacionwebapi using afiliacionwebapi.Models; using afiliacionwebapi.Services; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace afiliacionwebapi.Models { public class SucursalRequest : Sucursal { public Sucursal create(Sucursal sucurs...
2.21816
51e9f94d8c5bd80745030e467f16470a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845969
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "XuPeiYao/HolePunch", "max_stars_repo_path": "src/HolePunch.Accesses.Repositories/Migrations/20210402090518_Init.cs", "provenance": "train-00027-of-00045.jsonl.gz:165189" }
starcoder
using System; using Microsoft.EntityFrameworkCore.Migrations; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; namespace HolePunch.Accesses.Repositories.Migrations { public partial class Init : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrati...
2.145942
04569addc5415af91285df33f6d1f2c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845970
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "serifozcan/most-suitable-station", "max_stars_repo_path": "MostSuitableStation.Tests/SuitableStationHelperTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:165190" }
starcoder
using System.Collections.Generic; using MostSuitableStation.Model; using NUnit.Framework; namespace MostSuitableStation.Tests { [TestFixture] public class SuitableStationHelperTests { private readonly List<Station> _stations = new List<Station> { new Station { Coordinates = new...
2.907961
403decea6f7b633e959a5fcf9d1bd042
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845971
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Dzerillious/SmilesRiddle", "max_stars_repo_path": "RiddleSolve/Calculation/Loader.cs", "provenance": "train-00027-of-00045.jsonl.gz:165191" }
starcoder
using System; using System.Drawing; using System.Linq; using System.Windows.Media.Imaging; namespace RiddleSolve.Calculation { public static class Loader { public static BitmapImage GetBitmap() => new BitmapImage(new Uri("riddle.bmp", UriKind.RelativeOrAbsolute)); public static Co...
3.03908
7c3923252e5905691dbe1115f8ffe122
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845972
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gjtiquia/TailSitterVTOLFlightSim", "max_stars_repo_path": "Assets/Scripts/PlayerInput.cs", "provenance": "train-00027-of-00045.jsonl.gz:165192" }
starcoder
<reponame>gjtiquia/TailSitterVTOLFlightSim using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.InputSystem; public class PlayerInput : MonoBehaviour { [Header("Deadzone")] [SerializeField] float deadzoneSize = 0.01f; PlayerControls controls; public float th...
2.00994
50b47e558e9794095437134476f0c4d0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845973
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "maxtoroq/MvcPages", "max_stars_repo_path": "src/MvcPages/MvcPage.cs", "provenance": "train-00027-of-00045.jsonl.gz:165193" }
starcoder
// Copyright 2012 <NAME>. // // 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 wri...
1.832548
ab254efd9c49c8476cca11d7031ab2fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845974
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "adrbarros/SocketAppServer", "max_stars_repo_path": "MobileAppServer/ServerObjects/SinalizeAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:165194" }
starcoder
<filename>MobileAppServer/ServerObjects/SinalizeAttribute.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SocketAppServer.ServerObjects { /// <summary> /// High-level and secure signals that change the behavior of the Thread-Exec...
2.657636
7a27730a841e40b03eeb38c4e87b3923
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845975
{ "extension": "c-sharp", "max_stars_count": "109.0", "max_stars_repo_name": "SuchakreeS/Rivers", "max_stars_repo_path": "Rivers.Test/UndirectedAdjacencyCollectionTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165195" }
starcoder
<reponame>SuchakreeS/Rivers using Xunit; namespace Rivers.Test { public class UndirectedAdjacencyCollectionTest { [Fact] public void EmptyCollection() { var g = new Graph(false); var node = g.Nodes.Add("1"); Assert.Empty(node.IncomingEdg...
2.625628
c85c6c35fcba4a706cbe53b0b5701ec7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845976
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fqkw6/ILRuntimeMyFrame", "max_stars_repo_path": "Assets/Scripts/Config/Setting.cs", "provenance": "train-00027-of-00045.jsonl.gz:165196" }
starcoder
 public class URLSetting { public static string START_IS_GAME; public static string START_UP_URL { get { // TODO:外网启动地址,这个地址在发布线上游戏时自行部署和设置 //https://abserver.oss-cn-beijing.aliyuncs.com/Android/Android/AssetBundles/app_version.bytes return "https://abser...
1.399722
76e9cf731eaefbbe42b792d1bccd1750
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845977
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "horaciodev/Idsvr4.bundle", "max_stars_repo_path": "userhub/Views/Account/AccessDenied.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:165197" }
starcoder
<filename>userhub/Views/Account/AccessDenied.cshtml <H2>You are not Authorized to access this resource</H2> <p> Please click here to go back <a href='@Url.Action("Index","Home")'>Home</a> </p>
1.85886
b3689e97f296b94b41b18442f84522f2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845978
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "GeorgDangl/XmlTools", "max_stars_repo_path": "src/XmlTools/CodeGenerator/XmlDateTimeTypeCheckMethodGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:165198" }
starcoder
using System.Text; namespace XmlTools.CodeGenerator { public class XmlDateTimeTypeCheckMethodGenerator : IXmlTypeCheckMethodGenerator { public XmlDateTimeTypeCheckMethodGenerator(StringBuilder stringBuilder) { _stringBuilder = stringBuilder; } private readonly Stri...
2.925727
667d0a38d2613d07e460259dd44ca61c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845979
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chiayisu/Automatically_Check_Ibvoice_Lottery_System", "max_stars_repo_path": "FinalProject/src/CY.Core/Service/HtmlService.cs", "provenance": "train-00027-of-00045.jsonl.gz:165199" }
starcoder
<filename>FinalProject/src/CY.Core/Service/HtmlService.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using CY.Core.DataParsing; using HtmlAgilityPack; namespace CY.Core.Service { public class HtmlService { private string _html; private List...
2.794014
fb23a1a1723e18884c204ca8adc6b16c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845980
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kivitoe/Crawfish-Internet-Browser", "max_stars_repo_path": "MainForm.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:165200" }
starcoder
<filename>MainForm.Designer.cs /* * Created by SharpDevelop. * User: Kerry * Date: 9/30/2016 * Time: 8:05 AM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ namespace Crawfish { partial class MainForm { /// <summary> /// Designer variable used to keep tra...
1.986646
0bfbd843e16bd282641ce39e22be6219
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845981
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sai456/ImageQualityAssessment", "max_stars_repo_path": "ImageQuality.Service/Validator/ImagesQualitiesRequestValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:165201" }
starcoder
<reponame>sai456/ImageQualityAssessment using FluentValidation; using ImageQuality.Model; using System; using System.Collections.Generic; using System.Text; namespace ImageQuality.Service { public class ImagesQualitiesRequestValidator : AbstractValidator<ImagesQualitiesRequest> { public ImagesQualitie...
1.816669
bf8b73161b9f54cb9d48b45ddd1d3f7f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845982
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jluzardo1971/ActiveGanttCSN", "max_stars_repo_path": "AGCSNCON/fMSProject14.cs", "provenance": "train-00027-of-00045.jsonl.gz:165202" }
starcoder
<reponame>jluzardo1971/ActiveGanttCSN // ---------------------------------------------------------------------------------------- // COPYRIGHT NOTICE // ---------------------------------------------------------------------------------------- // // The Source Code Store LLC // ACTIVEGANTT S...
1.904539
cf9e10617e09d35a1d891585a1366b7f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845983
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ggraur/toDoList", "max_stars_repo_path": "Models/IToDoListRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:165203" }
starcoder
<filename>Models/IToDoListRepository.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using toDoClassLibrary; using toDoList.ViewModels; namespace toDoList.Models { public interface IToDoListRepository { public ToDoList Add(ToDoList toDoList); ...
2.323073
2a0710935874c682b720efa985d263a6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845984
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "destbg/TwitterRecreated", "max_stars_repo_path": "src/Application/Mediators/Like/Command/Like/LikeHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:165204" }
starcoder
using System; using System.Threading; using System.Threading.Tasks; using Application.Common.Exceptions; using Application.Common.Interfaces; using Application.Common.Repositories; using Application.Common.ViewModels; using Application.Notifications.Command.CreateNotification; using Domain.Entities; using Domain.Enums...
2.10775
cb60df94f541ca2801e644afb541621a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845985
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "csharpfritz/Quiltoni.PixelBot", "max_stars_repo_path": "PixelBot.Orchestrator/Pages/_ViewImports.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:165205" }
starcoder
<gh_stars>10-100 @using PixelBot.Orchestrator.Components @using PixelBot.Orchestrator.Services @namespace PixelBot.Orchestrator.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.118445
c6e604bc97c976a79154a4ed97ce1d8f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845986
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "karamalie/ddac-assignment", "max_stars_repo_path": "DdacAssignment/Controllers/SchedulesController.cs", "provenance": "train-00027-of-00045.jsonl.gz:165206" }
starcoder
<filename>DdacAssignment/Controllers/SchedulesController.cs using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Linq; using System.Net; using System.Web; using System.Web.Mvc; using DdacAssignment; namespace DdacAssignment.Controllers { public class Sched...
2.421593
428deb835e6e31ac353d221818f592db
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845987
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jay-Aye/Password", "max_stars_repo_path": "UnitTests/Core/Utils/Given_HashingExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:165207" }
starcoder
using Core.Utils; using FluentAssertions; using Xunit; namespace UnitTests.Core.Utils { public class Given_HashingExtensions { [Theory] [InlineData("password", "<PASSWORD>")] [InlineData("&*#$%^&", "<PASSWORD>")] [InlineData("P@ssWorD", "6<PASSWORD>")] [InlineData("12345...
2.619628
8e6f1bf7585fd008aaa4ed96504efef4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845988
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cahefe/nethoughts", "max_stars_repo_path": "PlatformStructure/AppStruct.Domain.Common.Models/Notificacao/AppException.cs", "provenance": "train-00027-of-00045.jsonl.gz:165208" }
starcoder
<reponame>cahefe/nethoughts<gh_stars>0 using System; using System.Runtime.Serialization; namespace AppStruct.Domain.Common.Models.Notificacao { public class Mensagem<TMensagem> { public readonly Type Tipo = typeof(TMensagem); public EnumTopico Topico { get; set; } public strin...
1.895846
ecd196c8e56c495a6e5da9d7eba68528
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845989
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "groupdocs-comparison/GroupDocs.Comparison-for-.NET", "max_stars_repo_path": "Examples/GroupDocs.Comparison.Examples.CSharp/AdvancedUsage/Loading/UseLoadOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:165209" }
starcoder
using System; using System.Collections.Generic; using System.IO; using GroupDocs.Comparison.Options; namespace GroupDocs.Comparison.Examples.CSharp.AdvancedUsage.Loading { /// <summary> /// This class demonstrates how to use LoadOptions /// </summary> class UseLoadOptions { /// <summary> /// This example dem...
2.98946
c2fb76bdf1ae16395bcc890c065c513a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845990
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "HeavenJoe/xorpay_net", "max_stars_repo_path": "XorPay.Web/page/openid.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:165210" }
starcoder
<reponame>HeavenJoe/xorpay_net<filename>XorPay.Web/page/openid.aspx.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using XorPay.SDK; namespace XorPay.Web.page { public partial class openid : System.Web.UI.Page { ...
1.585219
0f842828d726eac99ef7cc9c8e2dc265
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845991
{ "extension": "c-sharp", "max_stars_count": "3164.0", "max_stars_repo_name": "exyi/xunit", "max_stars_repo_path": "src/xunit.v3.runner.utility/Utility/DiaSessionWrapper_DotNet.cs", "provenance": "train-00027-of-00045.jsonl.gz:165211" }
starcoder
#nullable disable // TODO: This code is moving to the VSTest adapter #if NETSTANDARD using System; namespace Xunit { // This class wraps DiaSession, and uses DiaSessionWrapperHelper discover when a test is an async test // (since that requires special handling by DIA). class DiaSessionWrapper : IDisposable { ...
2.320965
715a35a420f1f641e85cf616f4f3bead
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845992
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "yuvanshu/API-Code-Samples", "max_stars_repo_path": "c#/aWhere.Api.CodeSample/aWhere.Api.Business/CenterPoint.cs", "provenance": "train-00027-of-00045.jsonl.gz:165212" }
starcoder
<gh_stars>1-10 using Newtonsoft.Json; using System.Text; using System; namespace aWhere.Api.Business { public class CenterPoint { #region Constructors public CenterPoint() { } public CenterPoint(double latitude, double longitude) { Latitude = latitude; ...
2.703792
3aa82eaf086ede2b1beddf3c390f7a8f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845993
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "elimarvin99/TacoParser", "max_stars_repo_path": "LoggingKata/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:165213" }
starcoder
using System; using System.Linq; using System.IO; using GeoCoordinatePortable; namespace LoggingKata { class Program { static readonly ILog logger = new TacoLogger(); const string csvPath = "TacoBell-US-AL.csv"; static void Main(string[] args) { logge...
3.373879
334073405008c2404fe3ae1a28fbedc4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845994
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AveryPratt/Premade-Jam", "max_stars_repo_path": "Premade/Assets/Scripts/Activator/Activator.cs", "provenance": "train-00027-of-00045.jsonl.gz:165214" }
starcoder
<reponame>AveryPratt/Premade-Jam<filename>Premade/Assets/Scripts/Activator/Activator.cs using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(Rigidbody))] [RequireComponent(typeof(Collider))] public abstract class Activator : MonoBehaviour { public ActivatorType T...
1.861043
87a8e9c49f7fc75e483882c70996d63b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845995
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Guillemsc/Barista", "max_stars_repo_path": "Assets/Juce/Juce-TweenPlayer/Runtime/Test/PanelCollectionViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:165215" }
starcoder
using System.Collections.Generic; using UnityEngine; namespace JuceNew { public class PanelCollectionViewModel : MonoBehaviour { [SerializeField] private Transform panelsParent = default; [SerializeField] private PanelViewModel panelPrefab = default; [SerializeField] private List<Panel...
2.376486
151115d7f65d65620d6a5ead77e726e3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845996
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nopetrides/NP-CashLive-3DDiceGame", "max_stars_repo_path": "Assets/Scripts/DieBehaviour.cs", "provenance": "train-00027-of-00045.jsonl.gz:165216" }
starcoder
<reponame>nopetrides/NP-CashLive-3DDiceGame using UnityEngine; using UnityEngine.UIElements; public class DieBehaviour : MonoBehaviour { // Serialize the fields so they can come from a designer who edits them in the prefab [SerializeField] private Rigidbody m_RigidBody = null; [SerializeField] pri...
2.372665
ad34b4dd27037b8144dbce77a20b753c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845997
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "msfullstackdev/aspnetcore-graphql-elasticsearch", "max_stars_repo_path": "CS.DomainEntity/Entity/User.cs", "provenance": "train-00027-of-00045.jsonl.gz:165217" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace CS.DomainEntity.Entity { public class User { public string Id{ get; set;} public string FirstName { get; set; } public string LastName { get; set; } // public DateTime DOB { get; set; } public ...
1.991645
435fa3775ee90deb955d718fa92a3394
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845998
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "marcelobonow/UnityUtils", "max_stars_repo_path": "Scripts/Events/Events1Parameter.cs", "provenance": "train-00027-of-00045.jsonl.gz:165218" }
starcoder
<reponame>marcelobonow/UnityUtils<gh_stars>0 using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Events; public class Listener<T> { public Action<T> action; public MonoBehaviour objectListener; public int priority; public ...
2.510298
ee84be1f37499200026b3af760402842
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845999
{ "extension": "c-sharp", "max_stars_count": "210.0", "max_stars_repo_name": "SammyEnigma/MyToolkit", "max_stars_repo_path": "src/MyToolkit/WorkflowEngine/Activities/JoinActivity.cs", "provenance": "train-00027-of-00045.jsonl.gz:165219" }
starcoder
<reponame>SammyEnigma/MyToolkit<gh_stars>100-1000 //----------------------------------------------------------------------- // <copyright file="JoinActivity.cs" company="MyToolkit"> // Copyright (c) <NAME>. All rights reserved. // </copyright> // <license>https://github.com/MyToolkit/MyToolkit/blob/master/LICENSE.m...
2.521162
d6125a8a764a7d66f904971056f08960
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846000
{ "extension": "c-sharp", "max_stars_count": "1182.0", "max_stars_repo_name": "PotterDai/resharper-unity", "max_stars_repo_path": "rider/testData/solutions/FindUsages_event_handlers_2018/Assets/NewBehaviourScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:165220" }
starcoder
<reponame>PotterDai/resharper-unity using System; using UnityEngine; using UnityEngine.Events; public class NewBehaviourScript : MonoBehaviour { public UnityEvent voidEvent; public CustomEvent customEvent; public IndirectCustomEvent indirectCustomEvent; public void VoidHandler() { } public void...
2.163182
e565d2ff7e6067aecff738902bf706af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846001
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Cricle/Anf-team", "max_stars_repo_path": "test/Anf.Easy.Test/Provider/ResourceComicProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:165221" }
starcoder
<gh_stars>0 using Anf.Easy.Test.Resources; using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; namespace Anf.Easy.Test.Provider { internal class ResourceComicProvider : IComicSourceProvider { public Task<ComicEntity> GetChaptersAsync(string...
1.27278
44cf3cd104263ff103ea153f491fdb87
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846002
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Sweaty-Chair/SC-Essentials", "max_stars_repo_path": "Assets/SweatyChair/Essentials/Settings/Scripts/SettingPanel.cs", "provenance": "train-00027-of-00045.jsonl.gz:165222" }
starcoder
using UnityEngine; using UnityEngine.UI; namespace SweatyChair.UI { /// <summary> /// Settings panel in text style. /// </summary> public class SettingPanel : SingletonPanel<SettingPanel> { [Header("Graphics")] [SerializeField] private Text _graphicsSettingText; [Header("Audio")] [SerializeFi...
1.964967
368d5d9cbecdf263cd520e1bae32ffec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846003
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "wparad/dotnet-core-httputils", "max_stars_repo_path": "src/Cimpress.Extensions.Http/DataUriConversion.cs", "provenance": "train-00027-of-00045.jsonl.gz:165223" }
starcoder
<gh_stars>10-100 using System; using System.IO; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.Logging; namespace Cimpress.Extensions.Http { public static class DataUriConversion { /// <summary> /// Downloads an image a...
2.96027
414b111143d5cc48e1271c37a3f89d3d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846004
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "exomia/vulkan-api", "max_stars_repo_path": "src/Exomia.Vulkan.Api.Core/Enums/VkFragmentShadingRateCombinerOpKHR.cs", "provenance": "train-00027-of-00045.jsonl.gz:165224" }
starcoder
#region License // Copyright (c) 2018-2021, exomia // All rights reserved. // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #endregion #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member /...
1.409453
44b98bf8d57b7ed5bc4ab5d92a97d337
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846005
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lol-github/TizenFX", "max_stars_repo_path": "src/Tizen.Uix.Sticker/Tizen.Uix.Sticker/StickerData.cs", "provenance": "train-00027-of-00045.jsonl.gz:165225" }
starcoder
<gh_stars>0 /* * Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
2.09151
10eb42115b3a5ba131c1c6d1230ceaf3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846006
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "CredentialEngine/Registry_Assistant", "max_stars_repo_path": "src/RA.Services/HistoryServices.cs", "provenance": "train-00027-of-00045.jsonl.gz:165226" }
starcoder
<reponame>CredentialEngine/Registry_Assistant<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; //using Factories; using RA.Models; using Utilities; namespace RA.Services { /// <summary> /// PENDING - NOT IMPLEME...
2.24158
2dfc0a71715e1418b2e3f3a8c792b26b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846007
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tatetaylor/kbplumbapp", "max_stars_repo_path": "CSharpJExcel/CSharpJExcel/CSharpJExcel/Jxl/Read/Biff/CellValue.cs", "provenance": "train-00027-of-00045.jsonl.gz:165227" }
starcoder
/********************************************************************* * * Copyright (C) 2002 <NAME> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the Lic...
2.449143
cea3db2f3a91bcfddf3335559edefc34
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846008
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "blueherongis/Heron", "max_stars_repo_path": "Heron/Components/Utilities/ImageCubeToEqui.cs", "provenance": "train-00027-of-00045.jsonl.gz:165228" }
starcoder
<filename>Heron/Components/Utilities/ImageCubeToEqui.cs using System; using System.IO; using System.Collections.Generic; using System.Threading.Tasks; using System.Drawing; using System.Linq; using Grasshopper.Kernel; using Grasshopper.Kernel.Data; using Grasshopper.Kernel.Types; using GH_IO.Serialization; using Rhi...
2.575559
1e882855a90c5f416ab5b24a47309639
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846009
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RobinTTY/StructureMonitoring", "max_stars_repo_path": "src/Sting.Measurements/Sting.Devices/Configurations/Si7021Configuration.cs", "provenance": "train-00027-of-00045.jsonl.gz:165229" }
starcoder
using Iot.Device.Si7021; namespace Sting.Devices.Configurations { public class Si7021Configuration : I2CDeviceConfiguration { public bool HeaterIsEnabled { get; set; } public Resolution Resolution { get; set; } } }
1.567384
eb2c579d53ca3209ae6fe9754d9b835a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846010
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "jackchen1210/UniRx-UniTask_Samples", "max_stars_repo_path": "Assets/Samples/Section7/Methods/ForgetSample.cs", "provenance": "train-00027-of-00045.jsonl.gz:165230" }
starcoder
<filename>Assets/Samples/Section7/Methods/ForgetSample.cs using Cysharp.Threading.Tasks; using UnityEngine; namespace Samples.Section7.Methods { public class ForgetSample : MonoBehaviour { private void Start() { // asyncメソッドはawaitしないとコンパイラに警告される DoAsync(); // 警告 CS4014 ...
2.645147
7099180753a36e81f4b3193910a8137a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846011
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "acapdevila/gestionfacturas", "max_stars_repo_path": "GestionFacturas.Datos/Configuraciones/ConfiguracionTablaClientes.cs", "provenance": "train-00027-of-00045.jsonl.gz:165231" }
starcoder
using GestionFacturas.Modelos; using System; using System.Collections.Generic; using System.Data.Entity.ModelConfiguration; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GestionFacturas.Datos.Configuraciones { public class ConfiguracionTablaClientes : EntityTypeConfiguration<Client...
2.473858
7bfa14a413c3f5346f2519a88ed8d9c9