added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5737
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aline0liveira/GitC", "max_stars_repo_path": "2 a 9 de agosto/DataGridViewExample/Form1.cs", "provenance": "train-00000-of-00045.jsonl.gz:5738" }
starcoder
<gh_stars>0 using DataGridViewExample.Adicionar; using DataGridViewExample.Edicao; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace DataGridVie...
1.986765
834161c157537619b602b316311002d3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5738
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DarkwolfC/Gestion", "max_stars_repo_path": "UnicaesGestion/Views/TipoPasoes/Create.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5739" }
starcoder
<reponame>DarkwolfC/Gestion<gh_stars>0 @model UnicaesGestion.TipoPaso @{ ViewBag.Title = "Create"; Layout = "~/Views/Shared/_Layout.cshtml"; } <link href="~/Content/assets/toastr-master/toastr.css" rel="stylesheet" /> <link href="~/Content/css/tasks.css" rel="stylesheet"> <!--main content start--> <secti...
1.806217
67e786f975666b6ab71d8749bceae327
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5739
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ItsoDimitrov/ASP.NET-Core-MVC-Project", "max_stars_repo_path": "src/Tests/Sandbox/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:5740" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using AngleSharp; using AngleSharp.Parser.Html; using FMCApp.Data; using FMCApp.Data.Models; using FMCApp.Data.Models.Enums; using FMCApp.ViewModels.ViewModels.VisualizationM...
2.217276
a2b4a27ee9308ab2373a552c1404b06b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5740
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "teezzan/Velaptor", "max_stars_repo_path": "Velaptor/Factories/SpriteBatchFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:5741" }
starcoder
// <copyright file="SpriteBatchFactory.cs" company="KinsonDigital"> // Copyright (c) KinsonDigital. All rights reserved. // </copyright> namespace Velaptor.Factories { using System.Diagnostics.CodeAnalysis; using Velaptor.Graphics; /// <summary> /// Creates instances of the type <see cref="SpriteBatc...
2.505991
f7d935e8290834fb77fecc30d32e3fa8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5741
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "oliverellmers/OMSE---Just-Type-It-AR", "max_stars_repo_path": "Assets/SamplesResources/Scripts/ARVRAboutManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:5742" }
starcoder
<filename>Assets/SamplesResources/Scripts/ARVRAboutManager.cs /*============================================================================== Copyright (c) 2015-2016 PTC Inc. All Rights Reserved. Vuforia is a trademark of PTC Inc., registered in the United States and other countries. =============================...
2.153966
9a78fa96f273a23a19a11b36dadb007a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5742
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "geffzhang/abp-next-admin", "max_stars_repo_path": "aspnet-core/modules/common/LINGYUN.Abp.IdGenerator/LINGYUN/Abp/IdGenerator/Snowflake/SnowflakeIdGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:5743" }
starcoder
using System; using Volo.Abp; namespace LINGYUN.Abp.IdGenerator.Snowflake { // reference: https://github.com/dotnetcore/CAP // reference: https://blog.csdn.net/lq18050010830/article/details/89845790 public class SnowflakeIdGenerator : IDistributedIdGenerator { public const long Twepoch = 12888...
2.478734
c2250394e08089393c856e638c166ff2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5743
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hitnoodle/natureofcode-unity", "max_stars_repo_path": "Assets/Nature of Code/Scripts/Components/Oscillation/FollowMouse.cs", "provenance": "train-00000-of-00045.jsonl.gz:5744" }
starcoder
using UnityEngine; using System.Collections; public class FollowMouse : MonoBehaviour { public Vector2 Location; public Vector2 Velocity; public Vector2 Acceleration; protected Transform _Transform; // Use this for initialization void Start () { _Transform = transform; } // U...
2.433623
7b1e5c76da23815fa6527e98dde7b8f4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5744
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Supershift/Sushi.Mediakiwi", "max_stars_repo_path": "src/Sushi.Mediakiwi.Data/Data/MenuItem.cs", "provenance": "train-00000-of-00045.jsonl.gz:5745" }
starcoder
using Sushi.Mediakiwi.Data.MicroORM; using Sushi.MicroORM.Mapping; using System.Data; using System.Threading.Tasks; namespace Sushi.Mediakiwi.Data { [DataMap(typeof(MenuItemMap))] public class MenuItem : IMenuItem { public class MenuItemMap : DataMap<MenuItem> { public MenuItem...
2.681782
2411a63c4173ccbf3503c838ebbb9890
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5745
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pedroarturo1309/RedSocial", "max_stars_repo_path": "Migrations/201712070232433_initalCreate7.cs", "provenance": "train-00000-of-00045.jsonl.gz:5746" }
starcoder
namespace RedSocial.Migrations { using System; using System.Data.Entity.Migrations; public partial class initalCreate7 : DbMigration { public override void Up() { AlterColumn("dbo.Usuario", "Correo", c => c.String(maxLength: 50, unicode: false)); } ...
1.843932
2d1708a7cad053940cb6ed46dd857545
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5746
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Europa-Park/zvtlib", "max_stars_repo_path": "CardTerminals.Tests/utils/NetworkDiagnosisStarter.cs", "provenance": "train-00000-of-00045.jsonl.gz:5747" }
starcoder
using System.Linq; using System.IO; using System; using System.Collections.Generic; using System.Text; using System.Xml; using Wiffzack.Devices.CardTerminals.Protocols.ZVT.TransportLayer; using Wiffzack.Diagnostic.Log; using Wiffzack.Devices.CardTerminals.Protocols.ZVT.ApplicationLayer; using System.IO.Ports; using Wif...
2.427669
179b2fbc66b0675792ea6bde9dee5044
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5747
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Ishii-CREST/MicroscopeRemoteControl", "max_stars_repo_path": "src/HTTPServer/HttpConnect/HttpConnect/API/NIS-Elements/NisAPIUtil.cs", "provenance": "train-00000-of-00045.jsonl.gz:5748" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HttpConnect.API.NIS_Elements { public static class NisAPIUtil { public static InternalData.NIS_Elements.NDExperimentInfo GetNDExpInfo() { Intern...
2.16298
fe01d60ff707d7d39f2cdbf0c3fafc7d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5748
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RapGeneral/PingPong", "max_stars_repo_path": "PingPong/PingPong.Providers/Contracts/IDisplaySize.cs", "provenance": "train-00000-of-00045.jsonl.gz:5749" }
starcoder
<filename>PingPong/PingPong.Providers/Contracts/IDisplaySize.cs namespace PingPong.Providers.Contracts { public interface IDisplaySize { /// <summary> /// Changes the size of the buffer. /// </summary> /// <param name="x"></param> /// <param name="y"></param> void ChangeBuff...
2.40293
9ce529d7f8accf35b34321474f72e375
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5749
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "evadremlab/tweetinvi-1.3-issue-850-fix", "max_stars_repo_path": "Tweetinvi.Core/Core/Models/Async/ITwitterListAsync.cs", "provenance": "train-00000-of-00045.jsonl.gz:5750" }
starcoder
using System.Collections.Generic; using System.Threading.Tasks; using Tweetinvi.Models; using Tweetinvi.Parameters; namespace Tweetinvi.Core.Models.Async { public interface ITwitterListAsync { /// <summary> /// Update the list. /// </summary> Task<bool> UpdateAsync(ITwitterList...
2.473481
0fbb9f6b0e406c31522dcf0bb1bc56b0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5750
{ "extension": "c-sharp", "max_stars_count": "8570.0", "max_stars_repo_name": "lbosquett/aspnetcore", "max_stars_repo_path": "src/Identity/test/Identity.FunctionalTests/LoginTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5751" }
starcoder
<filename>src/Identity/test/Identity.FunctionalTests/LoginTests.cs // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Identity.DefaultUI.WebSite; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjecti...
1.857283
2ff7d5a74cad328770f396bf0e03c298
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5751
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "greenapp-debug/SapphireDb", "max_stars_repo_path": "SapphireDb/Command/UpdateRange/UpdateRangeCommandHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:5752" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Newtonsoft.Json.Linq; using SapphireDb.Attributes; using SapphireDb.Command.Update; using SapphireDb.Helper; using SapphireDb.Internal; using SapphireDb.Models; namespace Sapphir...
2.335428
ccb4fd69ecf104fd2de08d7192ff61d1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5752
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kamyker/EpicOnlineTransport", "max_stars_repo_path": "Common.cs", "provenance": "train-00000-of-00045.jsonl.gz:5753" }
starcoder
<filename>Common.cs using Epic.OnlineServices; using Epic.OnlineServices.P2P; using System; using System.Collections; using System.Collections.Generic; using Microsoft.Extensions.ObjectPool; using UnityEngine; namespace EpicTransport { public abstract class Common { private PacketReliability[] channels; private int...
1.988814
468fe64ddba076e2098dca06c4391e6d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5753
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Hertzole/countless-bot", "max_stars_repo_path": "Modules/Fun/FunModule.cs", "provenance": "train-00000-of-00045.jsonl.gz:5754" }
starcoder
using CountlessBot.Classes; using Discord; using Discord.Commands; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; namespace CountlessBot.Modules.Fun { [Name("Fun"), Summary("Some fun commands to liven up the mood."), ModuleColor(Colo...
3.291817
7848853f30445004f5d7454b57d31e90
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5754
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "chungmcl/BizQuiz", "max_stars_repo_path": "appFBLA2019/appFBLA2019/Bug Reports/BugReportPage.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5755" }
starcoder
//BizQuiz App 2019 using Plugin.Media; using System; using System.IO; using System.Threading.Tasks; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace appFBLA2019 { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class BugReportPage : ContentPage { public BugReportPage() ...
2.338904
c44e77c1b556683f032db8474d728419
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5755
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Ownezx/QuikGraph", "max_stars_repo_path": "src/QuikGraph/Algorithms/GraphColor.cs", "provenance": "train-00000-of-00045.jsonl.gz:5756" }
starcoder
<gh_stars>1-10 #if SUPPORTS_SERIALIZATION using System; #endif namespace QuikGraph { /// <summary> /// Colors used in vertex coloring algorithms. /// </summary> #if SUPPORTS_SERIALIZATION [Serializable] #endif public enum GraphColor : byte { /// <summary> /// Usually initial col...
2.250039
a93d730f7f8a04f99734d02c47c8c5a0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5756
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "keutmann/SPM", "max_stars_repo_path": "SharePoint Manager 2013/Main/Commands/SaveNodeCommand.cs", "provenance": "train-00000-of-00045.jsonl.gz:5757" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using SPM2.Framework.IoC; using SPM2.Framework.Commands; using Keutmann.SharePointManager.Components; using Keutmann.SharePointManager.Collections; using Keutmann.SharePointManager.Components.Menu.File; namespace Keutmann.SharePoint...
2.11694
833c86ee28d9fd38ea144c73d425a629
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5757
{ "extension": "c-sharp", "max_stars_count": "1414.0", "max_stars_repo_name": "Fortranm/BizHawk", "max_stars_repo_path": "src/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.IStatable.cs", "provenance": "train-00000-of-00045.jsonl.gz:5758" }
starcoder
using BizHawk.Common; namespace BizHawk.Emulation.Cores.PCEngine { public sealed partial class PCEngine { private void SyncState(Serializer ser) { ser.BeginSection(nameof(PCEngine)); Cpu.SyncState(ser); VCE.SyncState(ser); VDC1.SyncState(ser, 1); PSG.SyncState(ser); if (SuperGra...
1.522822
0a40b86107d6aba40acdaaeeee3e6291
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5758
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JeremyKuhne/MacIO", "max_stars_repo_path": "xTask/Settings/IArgumentProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:5759" }
starcoder
// Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace xTask; public interface IArgumentProvider { /// <summary> /// The first non-option parameter, if any. /// </summary> string? Target { get; } ...
2.601579
dc7128b230dd49523a563962d2dd1926
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5759
{ "extension": "c-sharp", "max_stars_count": "388.0", "max_stars_repo_name": "roubachof/Sharpnado.MaterialFrame", "max_stars_repo_path": "MaterialFrame/MaterialFrame.UWP/UWPMaterialFrameRenderer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5760" }
starcoder
using System.ComponentModel; using System.Numerics; using Sharpnado.MaterialFrame; using Sharpnado.MaterialFrame.UWP; using Windows.UI.Composition; using Windows.UI.Xaml; using Windows.UI.Xaml.Automation.Peers; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Hosting; using Windows.UI.Xaml.Media; using Windows.UI...
1.855117
8037dbf5c05ef03a3d47a7d78a26d309
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5760
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "fvilches17/Slack.NetStandard", "max_stars_repo_path": "Slack.NetStandard/WebApi/IAppsApi.cs", "provenance": "train-00000-of-00045.jsonl.gz:5761" }
starcoder
using System; using System.Text; using System.Threading.Tasks; using Slack.NetStandard.WebApi.Apps; namespace Slack.NetStandard.WebApi { public interface IAppsApi { Task<WebApiResponse> Uninstall(string clientId, string clientSecret); Task<ListAuthorizationsResponse> ListAuthorizations(string ...
1.531692
50136edf43ace02c9e19f56c2d5a4393
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5761
{ "extension": "c-sharp", "max_stars_count": "230.0", "max_stars_repo_name": "Terranbyte/reanimation", "max_stars_repo_path": "Runtime/Reanimator.cs", "provenance": "train-00000-of-00045.jsonl.gz:5762" }
starcoder
<reponame>Terranbyte/reanimation using System; using System.Collections.Generic; using Aarthificial.Reanimation.Nodes; using UnityEngine; namespace Aarthificial.Reanimation { public delegate void ReanimatorListener(); public class Reanimator : MonoBehaviour { /// <summary> /// Event trigg...
2.671629
7a09b8bbada5ceeae3ea57c6bebd05ca
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5762
{ "extension": "c-sharp", "max_stars_count": "75.0", "max_stars_repo_name": "jag-personlig-assistans/ZendeskApi_v2", "max_stars_repo_path": "src/ZendeskApi_v2/Requests/Schedules.cs", "provenance": "train-00000-of-00045.jsonl.gz:5763" }
starcoder
#if ASYNC using System.Threading.Tasks; #endif using System.Collections.Generic; using System.Linq; using ZendeskApi_v2.Models.Schedules; using ZendeskApi_v2.Models.Shared; namespace ZendeskApi_v2.Requests { public interface ISchedules : ICore { #if SYNC GroupScheduleResponse GetAllSchedules(); ...
2.241728
810f64ead9ce49277c487f1d3b0586e0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5763
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lea-0821/CodeLab1", "max_stars_repo_path": "InClass/3D_TopDown/Assets/Script/Util.cs", "provenance": "train-00000-of-00045.jsonl.gz:5764" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace MathUtil { public class Util : MonoBehaviour { public static bool CanSeeObj(GameObject player,GameObject NPC,float range) { Vector3 dir = Vector3.Normalize(player.transform.position - NPC.transf...
2.906676
07bc6851876f64d24c7df5df8e77c238
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5764
{ "extension": "c-sharp", "max_stars_count": "99.0", "max_stars_repo_name": "Yoshi325/spark", "max_stars_repo_path": "src/Spark/Compiler/Javascript/ChunkVisitors/JavascriptAnonymousTypeVisitor.cs", "provenance": "train-00000-of-00045.jsonl.gz:5765" }
starcoder
<reponame>Yoshi325/spark<filename>src/Spark/Compiler/Javascript/ChunkVisitors/JavascriptAnonymousTypeVisitor.cs<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Spark.Compiler.ChunkVisitors; using Spark.Parser; using Spark.Parser.Code; namespace Spark...
2.305938
c395ddec4ccb9866996744bbf43d2998
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5765
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "smallprogram/openiddict-samples", "max_stars_repo_path": "samples/Kalarba/Kalarba.Client/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:5766" }
starcoder
<reponame>smallprogram/openiddict-samples<filename>samples/Kalarba/Kalarba.Client/Program.cs using System; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using IdentityModel.Client; using var client = new HttpClient(); var token = await GetTokenAsync(client, "<EMAIL>", "<PASSWORD...
2.511934
e23927fb1b5fd2a9fb2adafde9b85262
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5766
{ "extension": "c-sharp", "max_stars_count": "54.0", "max_stars_repo_name": "Zematus/Worlds", "max_stars_repo_path": "Assets/Scripts/WorldEngine/Modding/Conditions/Operator Conditions/AnyNCellCondition.cs", "provenance": "train-00000-of-00045.jsonl.gz:5767" }
starcoder
<reponame>Zematus/Worlds using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Text.RegularExpressions; public class AnyNCellCondition : UnaryOpCellCondition { public AnyNCellCondition(string conditionStr) : base(conditionStr) { } public override bool Evaluate(Te...
2.282941
8aba37b3322a00bbff68d4690b35ecc5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5767
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Paodange/ConfigManager", "max_stars_repo_path": "src/Mgi.Framework.Core/Orm/DapperRepository.Find.cs", "provenance": "train-00000-of-00045.jsonl.gz:5768" }
starcoder
<filename>src/Mgi.Framework.Core/Orm/DapperRepository.Find.cs using System; using System.Collections.Generic; using System.Data; using System.Linq.Expressions; using System.Threading.Tasks; using Dapper; using Mgi.Framework.Core; namespace MicroOrm.Dapper.Repositories { /// <summary> /// Base Repository ...
2.357593
4e752b442e53af5f1888d07f064a2138
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5768
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Katarzyna-Kadziolka/CthulhuWizardAPI", "max_stars_repo_path": "CthulhuWizard/CthulhuWizard.Tests.Shared/SkillGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:5769" }
starcoder
<gh_stars>0 using Bogus; using CthulhuWizard.Persistence.Models; using Raven.Client.Documents.Linq; namespace CthulhuWizard.Tests.Shared; public static class SkillGenerator { public static Skill Skill { get; set; } static SkillGenerator() { Skill = new Faker<Skill>() .RuleFor(a => a.Id, f => Guid.Ne...
2.164682
20c301246c03cac76201ed70fa41b7e9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5769
{ "extension": "c-sharp", "max_stars_count": "911.0", "max_stars_repo_name": "cnork/referencesource", "max_stars_repo_path": "System.Runtime.Serialization/System/Runtime/Serialization/Diagnostics/TraceCode.cs", "provenance": "train-00000-of-00045.jsonl.gz:5770" }
starcoder
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime.Serialization.Diagnostics { static class TraceCode { pub...
1.522676
d19d23207556409b1b2880f0744b3313
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5770
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rintindon/SSH.NET.dotnetcore", "max_stars_repo_path": "src/Renci.SshNet.Core.Test/Properties/Resources.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5771" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18033 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
1.669048
bc19696a8ef308c7cb4f858e43f2c40a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5771
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ysjr-2002/BatteryTest", "max_stars_repo_path": "BIFileParam/FrmMain.designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5772" }
starcoder
<reponame>ysjr-2002/BatteryTest namespace BIFileParam { partial class FrmMain { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="...
1.535986
a5c8efda22570a8a2e8e24a55229b86c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5772
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "maltokyo/btcpayserver", "max_stars_repo_path": "BTCPayServer/Storage/Services/StoredFileRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:5773" }
starcoder
<filename>BTCPayServer/Storage/Services/StoredFileRepository.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore; namespace BTCPayServer.Storage.Services { public class StoredFileRepository { pr...
2.647572
49ff42598d8bfa2ca8c8cc22ac6f7604
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5773
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "LBHackney-IT/addresses-api", "max_stars_repo_path": "AddressesAPI/V1/UseCase/GetCrossReferenceRequestValidator.cs", "provenance": "train-00000-of-00045.jsonl.gz:5774" }
starcoder
using AddressesAPI.V1.Boundary.Requests; using AddressesAPI.V1.UseCase.Interfaces; using FluentValidation; namespace AddressesAPI.V1.UseCase { public class GetCrossReferenceRequestValidator : AbstractValidator<GetAddressCrossReferenceRequest>, IGetCrossReferenceRequestValidator { public GetCrossReferen...
1.995211
69c7f76e7e0726c6a7c813b634ce7ea9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5774
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "quangnghiauit/GarageManagement", "max_stars_repo_path": "GUI/ThongTin/ThayDoiDatabaseGUI.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5775" }
starcoder
<gh_stars>0 namespace GUI { partial class fThayDoiDatabase { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resour...
1.851569
89946795ccbe67e226c50d22e28c8909
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5775
{ "extension": "c-sharp", "max_stars_count": "587.0", "max_stars_repo_name": "didyougogo/commoncrawlcrawler", "max_stars_repo_path": "src/Sir.HttpServer/Features/SaveAsJobQueue.cs", "provenance": "train-00000-of-00045.jsonl.gz:5776" }
starcoder
<filename>src/Sir.HttpServer/Features/SaveAsJobQueue.cs<gh_stars>100-1000 using Microsoft.Extensions.Logging; namespace Sir.HttpServer.Features { public class SaveAsJobQueue : JobQueue { public SaveAsJobQueue(ILogger<JobQueue> logger) : base(logger) { } } }
1.677499
6cf00c45eb23349b477b1fc39b5c0e35
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5776
{ "extension": "c-sharp", "max_stars_count": "3359.0", "max_stars_repo_name": "cnheider/SpaceEngineers", "max_stars_repo_path": "Sources/Sandbox.Game/Game/SessionComponents/MyFloraAreas.cs", "provenance": "train-00000-of-00045.jsonl.gz:5777" }
starcoder
using Sandbox.Definitions; using Sandbox.Engine.Utils; using Sandbox.Game.Entities; using Sandbox.Game.Entities.EnvironmentItems; using Sandbox.Game.Multiplayer; using Sandbox.Game.World; using System; using System.Collections.Generic; using System.Linq; using VRage.Collections; using VRage.Game; using VRage.Game.Comp...
1.766495
418eead3bce1deddcf8f249c95e20629
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5777
{ "extension": "c-sharp", "max_stars_count": "44.0", "max_stars_repo_name": "PotentialGames/Cal-tEspa-l", "max_stars_repo_path": "BRGAME/Assets/Devdog/General/Triggers/TriggerInputHandlerBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:5778" }
starcoder
using System; using System.Collections.Generic; using Devdog.General.UI; using UnityEngine; using UnityEngine.Assertions; using UnityEngine.EventSystems; namespace Devdog.General { public abstract class TriggerInputHandlerBase : MonoBehaviour, ITriggerInputHandler, IPointerEnterHandler, IPointerExitHandler, IPoin...
2.149251
95aa4394091088cca52d060cec65fc2b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5778
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Alen02T/invest-day", "max_stars_repo_path": "API/Models/BaseTareaDTO.cs", "provenance": "train-00000-of-00045.jsonl.gz:5779" }
starcoder
public class BaseTareaDTO { public string Nombre { get; set; } public string Descripcion { get; set; } public DateTime Fecha_tarea { get; set; } public int N_telefono { get; set; } public string Link_maps { get; set; } public string Pagina_web { get; set; } public string Comentarios { get; s...
0.674403
2c469278c8464d043ec461fda40bdbf9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5779
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lykkecloud/MarginTrading.SettingsService", "max_stars_repo_path": "src/MarginTrading.SettingsService.Contracts/AssetPair/UnsuspendAssetPairCommand.cs", "provenance": "train-00000-of-00045.jsonl.gz:5780" }
starcoder
<reponame>lykkecloud/MarginTrading.SettingsService // Copyright (c) 2019 <NAME>. // See the LICENSE file in the project root for more information. using MessagePack; namespace MarginTrading.SettingsService.Contracts.AssetPair { [MessagePackObject] public class UnsuspendAssetPairCommand { [Key(0)] ...
1.053761
bbdaa667b4a852d8c4fe09e2fb13d83c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5780
{ "extension": "c-sharp", "max_stars_count": "30.0", "max_stars_repo_name": "groupdocs-viewer/GroupDocs.Viewer-for-.NET", "max_stars_repo_path": "Examples/GroupDocs.Viewer.Examples.CSharp/AdvancedUsage/Rendering/CommonRenderingOptions/ReorderPages.cs", "provenance": "train-00000-of-00045.jsonl.gz:5781" }
starcoder
<gh_stars>10-100 using System; using System.IO; using GroupDocs.Viewer.Options; namespace GroupDocs.Viewer.Examples.CSharp.AdvancedUsage.Rendering.CommonRenderingOptions { /// <summary> /// This example demonstrates how to reorder pages in the output PDF document. /// </summary> class ReorderPages ...
2.773976
6f14f293b46f78d223d193635839857c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5781
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "gedo4547/letter", "max_stars_repo_path": "src/Letter.IO/Memory/MemoryPoolOptions.cs", "provenance": "train-00000-of-00045.jsonl.gz:5782" }
starcoder
namespace System.Buffers { public sealed class MemoryPoolOptions { public MemoryPoolOptions(int blockSize, int blockCount) { this.MemoryBlockSize = blockSize; this.MemoryBlockCount = blockCount; } public int MemoryBlockSize { get; } public int Me...
2.942958
3f1185ae4a5a8720ece4e575f7dfe00d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5782
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "niyama-scribe/SchemaTypist", "max_stars_repo_path": "src/SchemaTypist.Core/SchemaTypistService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5783" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SchemaTypist.Core.Config; using SchemaTypist.Core.Model; using SchemaTypist.Core.Naming; using SchemaTypist.Core.Schemata; using SchemaTypist.Core.SqlVendors; using SchemaTypist.Core.Utilities; using S...
2.046693
fb7266898033997340b289c941185a35
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5783
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "younne0915/UnityUI", "max_stars_repo_path": "UnityEngine.UI/UI/Core/FontData.cs", "provenance": "train-00000-of-00045.jsonl.gz:5784" }
starcoder
using System; using UnityEngine.Serialization; namespace UnityEngine.UI { /// <summary> /// Labels reference specific font data used to draw them. This class contains that data. /// </summary> [Serializable] public struct FontData : ISerializationCallbackReceiver { [SerializeField] ...
2.779839
85034ca33efb4928d005b0c2ca52d2b3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5784
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "omeaart/Nancy", "max_stars_repo_path": "src/Nancy.Demo.Hosting.Owin/SimpleOwinAspNetHost.cs", "provenance": "train-00000-of-00045.jsonl.gz:5785" }
starcoder
//#define ASPNET_WEBSOCKETS // https://github.com/prabirshrestha/simple-owin namespace Nancy.Demo.Hosting.Owin { using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; #if ASPNET_WEBSOCKETS using System.Net.WebSockets; #endif...
2.147615
f30489c25ed1ec055b5c6a023669a907
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5785
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "holonsoft/CmdLineParser", "max_stars_repo_path": "holonsoft.CmdLineParser/CommandLineParserStringTokenizer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5786" }
starcoder
/* * Copyright (c) by holonsoft, <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 applicab...
2.739616
0b2978e6f271f81d096084cf6a0ea4b1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5786
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "a-leontiev/aws-sdk-net", "max_stars_repo_path": "sdk/src/Services/CodeGuruReviewer/Generated/Model/RepositoryAssociationSummary.cs", "provenance": "train-00000-of-00045.jsonl.gz:5787" }
starcoder
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
1.692757
229f3a1567801f8a7490a6c455db2ec9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5787
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "profesor79/how2AkkaStream", "max_stars_repo_path": "src/common/Configuration.cs", "provenance": "train-00000-of-00045.jsonl.gz:5788" }
starcoder
<reponame>profesor79/how2AkkaStream<gh_stars>0 namespace common { public class Configuration { public int Port { get; set; } public string HostName { get; set; } public Configuration(string hostName="localhost", int port=35000) { Port = port; ...
1.825312
f4b629cdca16d249d534e633ff3e0152
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5788
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xwgli/xwgweb", "max_stars_repo_path": "XWG.Laboratory/Models/WeixinHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:5789" }
starcoder
<reponame>xwgli/xwgweb using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace XWG.Laboratory.Models { /// <summary> /// 自定义的Session类型 /// </summary> public class XwgSession { /// <summary> /// 存储Session数据 /// </summary> privat...
2.573333
b66340e2d7dfc11ed5ee3ed71246e20b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5789
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Rachel10011/Project-III-AutopilotSystem", "max_stars_repo_path": "CSCN72030F21-AP-Classes/WeatherAPI.cs", "provenance": "train-00000-of-00045.jsonl.gz:5790" }
starcoder
<filename>CSCN72030F21-AP-Classes/WeatherAPI.cs<gh_stars>1-10 //Project III - Software Development //Conestoga College //Sep. 2021 - Dec. 2021 //Contributers: // <NAME> (Rachel) // <NAME> // <NAME> // <NAME> using System; using System.Collections.Generic; using Syste...
3.215469
616fa80002765b76f4812760affb1c15
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5790
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "egops/NLog", "max_stars_repo_path": "src/NLog/Config/SimpleConfigurator.cs", "provenance": "train-00000-of-00045.jsonl.gz:5791" }
starcoder
<gh_stars>1-10 // // Copyright (c) 2004-2021 <NAME> <<EMAIL>>, <NAME>, <NAME> // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // * Redistributions of source code must retain the...
2.318761
fa988b8b36176a95bfc458b25176f94b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5791
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Opdex/opdex-auth-api", "max_stars_repo_path": "src/Opdex.Auth.Domain/Requests/SelectAuthCodeByValueQuery.cs", "provenance": "train-00000-of-00045.jsonl.gz:5792" }
starcoder
using MediatR; namespace Opdex.Auth.Domain.Requests; public record SelectAuthCodeByValueQuery(Guid Value) : IRequest<AuthCode?>;
1.028333
456d4b1dd5a66cee93da3bab0a72d713
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5792
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kintaro/MOSA-Project", "max_stars_repo_path": "Source/Mosa.Platform.x86/Instructions/Cmp.cs", "provenance": "train-00000-of-00045.jsonl.gz:5793" }
starcoder
<reponame>Kintaro/MOSA-Project // Copyright (c) MOSA Project. Licensed under the New BSD License. using Mosa.Compiler.Framework; using System; using System.Diagnostics; namespace Mosa.Platform.x86.Instructions { /// <summary> /// Representations the x86 cmp instruction. /// </summary> public sealed class Cmp : X...
2.202259
569e252edfa8777cbd3fd4b4e557ddf3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5793
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "samuilll/BeginnerExams", "max_stars_repo_path": "ProgrammingFundamentalsExtended/08_ObjectsAndClasses/ObjectsAndClassesExersises/04_Websites/_4_Websites.cs", "provenance": "train-00000-of-00045.jsonl.gz:5794" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; class _4_Websites { static void Main(string[] args) { var inputLine = Console.ReadLine(); var sites = new List<Website>(); while (inputLine != "end") ...
2.920506
c38b6a2c41137e5c3433dacec0467172
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5794
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "richardrich991/demo-services", "max_stars_repo_path": "Controllers/demos/ReportViewerWebApiController.cs", "provenance": "train-00000-of-00045.jsonl.gz:5795" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Web; using System.Web.Http; using BoldReports.Web; using BoldReports.Web.ReportViewer; using BoldReports.Base.Logger; using ReportServices.Models; using System.Data; namespace ReportServices.Contr...
1.775084
5b744247c19d3021db478254cc24b0b8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5795
{ "extension": "c-sharp", "max_stars_count": "368.0", "max_stars_repo_name": "ScriptBox21/CsWinRT", "max_stars_repo_path": "src/cswinrt/strings/additions/Windows.Storage/HANDLE_ACCESS_OPTIONS.cs", "provenance": "train-00000-of-00045.jsonl.gz:5796" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Windows.Storage { [Flags] internal enum HANDLE_ACCESS_OPTIONS : uint { HAO_NONE = 0, ...
2.082884
4a98382acbd04e78c313426b9d37fdc5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5796
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "iliantrifonov/TelerikAcademy", "max_stars_repo_path": "HighQualityCode/10.UnitTesting/SchoolWithTests/TestSchool/CourseTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:5797" }
starcoder
<filename>HighQualityCode/10.UnitTesting/SchoolWithTests/TestSchool/CourseTest.cs namespace TestSchool { using System; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using School; [TestClass] public class CourseTest { [TestMethod] publ...
3.215763
0f51c1ea53ad2cb44ed3ccfbff5aea16
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5797
{ "extension": "c-sharp", "max_stars_count": "34.0", "max_stars_repo_name": "Marentis/7th-Heaven", "max_stars_repo_path": "SeventhHeavenUI/Windows/GeneralSettingsWindow.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5798" }
starcoder
<reponame>Marentis/7th-Heaven using _7thHeaven.Code; using Iros._7th.Workshop; using SeventhHeaven.Classes; using SeventhHeaven.ViewModels; using SeventhHeavenUI.ViewModels; using System.IO; using System.Windows; using System.Windows.Controls; namespace SeventhHeaven.Windows { /// <summary> /// Interaction ...
2.017548
8b49d7b314efeb224abf3ec45c313c6a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5798
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "xuyiazl/XUCore.Template", "max_stars_repo_path": "XUCore.Template.Razor/Content/XUCore.Template.Razor/XUCore.Template.Razor.DbService/Auth/Role/IRoleService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5799" }
starcoder
<filename>XUCore.Template.Razor/Content/XUCore.Template.Razor/XUCore.Template.Razor.DbService/Auth/Role/IRoleService.cs<gh_stars>1-10 using XUCore.Template.Razor.Persistence.Entities.Auth; using XUCore.Template.Razor.Persistence.Enums; namespace XUCore.Template.Razor.DbService.Auth.Role { public interface IRoleSe...
1.618275
caaa999331fb53a1868d9dcde7f84c60
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5799
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "supers0ak/trump", "max_stars_repo_path": "EarTrumpet/UI/Helpers/WindowsTaskbar.cs", "provenance": "train-00000-of-00045.jsonl.gz:5800" }
starcoder
using EarTrumpet.Interop; using System.Drawing; using System.Linq; using System.Runtime.InteropServices; using System.Windows.Forms; namespace EarTrumpet.UI.Helpers { public sealed class WindowsTaskbar { public struct State { public Position Location; publi...
2.367611
847ffdc4d952ec96a102d5958cb06ae0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5800
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Priya91/corefx-1", "max_stars_repo_path": "src/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderDefineProperty2.cs", "provenance": "train-00000-of-00045.jsonl.gz:5801" }
starcoder
<gh_stars>1-10 // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Reflection; using System.Reflection.Emit; using Xunit; namespace System.R...
2.364097
632b65fb7558a761d741069643e637ba
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5801
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "ABTSoftware/SciChart.Xamarin.Examples", "max_stars_repo_path": "src/Xamarin.Examples.Demo.iOS/Examples/Examples/CustomGestureModifier/CustomGestureModifier.cs", "provenance": "train-00000-of-00045.jsonl.gz:5802" }
starcoder
using System; using Foundation; using UIKit; using CoreGraphics; using ObjCRuntime; using SciChart.iOS.Charting; namespace Xamarin.Examples.Demo.iOS { public class CustomGestureModifier : SCIGestureModifierBase { private DoubleTouchDownGestureRecognizer doubleTapGesture; private CGPoint Initia...
2.026117
88cbb9cc10914429f40bf3f9ccbb7cb1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5802
{ "extension": "c-sharp", "max_stars_count": "1616.0", "max_stars_repo_name": "dotnetkits/WebApiClient", "max_stars_repo_path": "WebApiClientCore.Analyzers/Resx.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5803" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ namespace W...
2.002053
c43c4b80959744eed0985010f95047bc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5803
{ "extension": "c-sharp", "max_stars_count": "30.0", "max_stars_repo_name": "juniorgasparotto/NubankCli", "max_stars_repo_path": "src/NubankCli/Commands/Transactions/GetCommand.cs", "provenance": "train-00000-of-00045.jsonl.gz:5804" }
starcoder
<gh_stars>10-100 namespace NubankCli.Commands.Transactions { using SysCommand.ConsoleApp; using SysCommand.Mapping; using System; using Microsoft.Extensions.DependencyInjection; using NubankCli.Core.Repositories; using NubankCli.Extensions; using System.Linq; using System.Linq.Dynamic.C...
2.373932
1deb42ec3e012b420625c161fc70ff2e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5804
{ "extension": "c-sharp", "max_stars_count": "45.0", "max_stars_repo_name": "eric-erki/ERP-CMR-DMS", "max_stars_repo_path": "ViennaAdvantageWeb/ModelLibrary/Model/X_C_InvoiceSchedule.cs", "provenance": "train-00000-of-00045.jsonl.gz:5805" }
starcoder
<gh_stars>10-100 namespace VAdvantage.Model { /** Generated Model - DO NOT CHANGE */ using System; using System.Text; using VAdvantage.DataBase; using VAdvantage.Common; using VAdvantage.Classes; using VAdvantage.Process; using VAdvantage.Model; using VAdvantage.Utility; using System.Data; /** Generated Model for C_In...
1.815668
cc915a42d30d571c21f09322af9f80a6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5805
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lanhyde/RPGEngine", "max_stars_repo_path": "Assets/Scripts/Common/DataStucture/BinarySearchTree.cs", "provenance": "train-00000-of-00045.jsonl.gz:5806" }
starcoder
<reponame>lanhyde/RPGEngine using System; using System.Collections.Generic; public class BinarySearchTree<T> : IDisposable, ITree<T> where T : IComparable<T> { protected Node<T> root; protected List<T> cachedBuffer = new List<T>(); public void Delete(T data) { if (root != null) { ...
2.799118
bdadb1f6f49ca232e9741361d1148365
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5806
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "danielrosasilveira/GestaoVendas", "max_stars_repo_path": "GestaoVendas/Models/LoginModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:5807" }
starcoder
namespace GestaoVendas.Models { public class LoginModel { public string Email { get; set; } public string Senha { get; set; } } }
1.444655
0f2815204638c95c2ca8cf380600070b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5807
{ "extension": "c-sharp", "max_stars_count": "4075.0", "max_stars_repo_name": "bbqchickenrobot/asm-dude", "max_stars_repo_path": "VS/CSHARP/asm-sim-lib/StateConfig.cs", "provenance": "train-00000-of-00045.jsonl.gz:5808" }
starcoder
<reponame>bbqchickenrobot/asm-dude<gh_stars>1000+ // The MIT License (MIT) // // Copyright (c) 2021 <NAME> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, includin...
1.666385
8f3b4124f31ad201b0dbf39b78c91077
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5808
{ "extension": "c-sharp", "max_stars_count": "71.0", "max_stars_repo_name": "matiias/MVC", "max_stars_repo_path": "src/System.Web.Http.SelfHost/ServiceModel/Channels/AsyncResult.cs", "provenance": "train-00000-of-00045.jsonl.gz:5809" }
starcoder
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.Threading; using System.Web.Http.SelfHost.Properties; namespace System.Web.Http.SelfHost.Service...
2.144874
1730a9968fc3313b810f39a49c352e8c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5809
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NullByt3s/CSharp_Examples", "max_stars_repo_path": "Csharp_Examples/ThreadExamples_2.cs", "provenance": "train-00000-of-00045.jsonl.gz:5810" }
starcoder
using System; using System.Diagnostics; using System.Numerics; using System.Threading.Tasks; namespace Csharp_Examples { public static class ThreadExamples_2 { public static void RunTests() { TimeIt(SequentialChancesToWin); TimeIt(TaskBasedChancesToWin); } ...
3.676376
6037d21f328aaf3a611b1723788d5402
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5810
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "TellagoDevLabs/Hermes", "max_stars_repo_path": "src/RestService/Modules/QueriesModule.cs", "provenance": "train-00000-of-00045.jsonl.gz:5811" }
starcoder
using System.Configuration; using Autofac; using TellagoStudios.Hermes.Business.Data.Commads; using TellagoStudios.Hermes.DataAccess.MongoDB; using TellagoStudios.Hermes.DataAccess.MongoDB.Commands; namespace TellagoStudios.Hermes.RestService.Modules { public class QueriesModule : Module { pr...
2.164877
899a7e711b887212187825c3e3571fad
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5811
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "vargaz/arcade", "max_stars_repo_path": "src/Microsoft.DotNet.AsmDiff/Csv/DiffDifferenceCsvColumn.cs", "provenance": "train-00000-of-00045.jsonl.gz:5812" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Microsoft.Cci.Differs; using Microsoft.Cci.Mappings; namespace Microsoft.DotNet.AsmDiff.CSV { ...
2.257104
0fdd90f8d9be3daf40e5639209d4d994
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5812
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bcamposq1995/net6-docker", "max_stars_repo_path": "Commons/Models/PutPersonRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:5813" }
starcoder
using System; namespace Commons.Models { public class PutPersonRequest { public string? FirstName { get; set; } public string? LastName { get; set; } public string? Email { get; set; } public DateTime? Birthday { get; set; } } }
1.968122
5a7bf20685c2c07ca0ca405c85fb2d3f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5813
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "djl394922860/servicecomb-saga-csharp", "max_stars_repo_path": "src/Servicecomb.Saga.Omega.AspNetCore/OmegaHostedService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5814" }
starcoder
<gh_stars>1-10 /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "Lic...
1.696052
26fe8a2e3a9526e0a011d30db65664ce
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5814
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "wildbillcat/MakerFarm", "max_stars_repo_path": "MakerFarm/Views/Shared/_Layout.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5815" }
starcoder
<gh_stars>1-10 <!DOCTYPE html> <html lang="en"> @{ string applicationTitle = System.Configuration.ConfigurationManager.AppSettings.Get("PageTitle"); if (applicationTitle == null || applicationTitle.Equals("")) { applicationTitle = "MakerFarm"; } } <head> <meta charset="utf-8" /> ...
1.930589
6b462a5246edfcbea810c54701cf12b4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5815
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jarrey/tbwebframework", "max_stars_repo_path": "RealTimeCommunicationServer_src/AspComet/Client.cs", "provenance": "train-00000-of-00045.jsonl.gz:5816" }
starcoder
<filename>RealTimeCommunicationServer_src/AspComet/Client.cs using System; using System.Collections.Generic; using System.Timers; namespace AspComet { public class Client : IClient { private readonly List<string> subscriptions = new List<string>(); private readonly Queue<Message> messa...
2.908301
f42e394c1625390ea91e32cd516bcea5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5816
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "watapax/Animacion2D", "max_stars_repo_path": "Animacion2D/Assets/Clase 15/ControlPersonaje.cs", "provenance": "train-00000-of-00045.jsonl.gz:5817" }
starcoder
<filename>Animacion2D/Assets/Clase 15/ControlPersonaje.cs<gh_stars>1-10 using System.Collections; using System.Collections.Generic; using UnityEngine; public class ControlPersonaje : MonoBehaviour { public Animator animator; public string accion1, accion2, accion3; // Detectar input de teclado (flechas) ...
2.698099
24741fab4b1499f6f5aed70d36f77aac
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5817
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "moserware/IronMake", "max_stars_repo_path": "IronMake.Tests/ShellTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5818" }
starcoder
<filename>IronMake.Tests/ShellTests.cs using NUnit.Framework; namespace IronMake.Tests { [TestFixture] public class ShellTests { [Test] public void ExecuteTest() { var shell = new Shell { RedirectStandardOutput = true }; // Do a simple cmd.ex...
2.700962
71d8c480c9993020459d6ee5f821dcf1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5818
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "Liklainy/PDFsharp", "max_stars_repo_path": "MigraDoc/code/MigraDoc.Rendering/MigraDoc.Rendering/NumberFormatter.cs", "provenance": "train-00000-of-00045.jsonl.gz:5819" }
starcoder
<reponame>Liklainy/PDFsharp #region MigraDoc - Creating Documents on the Fly // // Authors: // <NAME> (mailto:<EMAIL>) // // Copyright (c) 2001-2009 empira Software GmbH, Cologne (Germany) // // http://www.pdfsharp.com // http://www.migradoc.com // http://sourceforge.net/projects/pdfsharp // // Permission is hereby g...
2.616744
bfad2f6b515c364e9959217febf3c951
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5819
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "r2d2m/core", "max_stars_repo_path": "Runtime/Scheduling/DefaultScheduler.cs", "provenance": "train-00000-of-00045.jsonl.gz:5820" }
starcoder
<filename>Runtime/Scheduling/DefaultScheduler.cs<gh_stars>0 using ReactUnity.Helpers; namespace ReactUnity.Scheduling { public class DefaultScheduler : IScheduler { IDispatcher Dispatcher; public DefaultScheduler(IDispatcher dispatcher) { Dispatcher = dispatcher; ...
2.629273
cf7d456986074f3a2b58282c7baefe38
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5820
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "krzysztofla/Hermes.Identity.WebApi", "max_stars_repo_path": "src/Command/ICommandDispacher.cs", "provenance": "train-00000-of-00045.jsonl.gz:5821" }
starcoder
using System.Threading.Tasks; namespace Hermes.Identity.Command { public interface ICommandDispacher { Task SendAsync<T>(T command) where T : ICommand; } }
1.897417
34552b09bf56d6f2275ba6580ee6a9ac
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5821
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kirill-Maurin/Sample.Travel", "max_stars_repo_path": "Sample.Travel.Tests/RouteTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5822" }
starcoder
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using FluentAssertions; using Xunit; namespace Sample.Travel.Tests { public sealed class RouteTests { [Fact] public void CorrentRouteShouldBeSortedSuccesfully() { ...
2.598616
149959f3edf74a844abf1cfbf649e051
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5822
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arcsinw/GamerSky", "max_stars_repo_path": "GamerSky/View/HomePage.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5823" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows....
1.952583
bc7df4faab91a7f72d51ccbcb054255a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5823
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "oshaikh13/Boxy", "max_stars_repo_path": "Assets/Plugins/Dissonance/Core/Audio/Capture/Resampler.cs", "provenance": "train-00000-of-00045.jsonl.gz:5824" }
starcoder
<reponame>oshaikh13/Boxy<gh_stars>0 using NAudio.Dsp; using NAudio.Wave; namespace Dissonance.Audio.Capture { /// <summary> /// Resample a signal from one sample rate to another /// </summary> /// <remarks>This is based on the NAudio resampler, but has the added available==0 check in the middle</remar...
2.520862
09435cacdac529de79daa093fc0ccf76
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5824
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "JTOne123/MinMaxSearch", "max_stars_repo_path": "MinMaxSearch/Cache/CacheMode.cs", "provenance": "train-00000-of-00045.jsonl.gz:5825" }
starcoder
namespace MinMaxSearch.Cache { public enum CacheMode { /// <summary> /// In this mode, the engine won't use any caching /// </summary> NoCache, /// <summary> /// In this mode, the engine will initialize and use a new cache for every search /// </summary> ...
2.595855
ff3285b93257d357c1c119777020ba27
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5825
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Abelark/Project-3---Rocket-Punch", "max_stars_repo_path": "Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain Engine/Runtime/Scripts/Utilities/GUtilities.cs", "provenance": "train-00000-of-00045.jsonl.gz:5826" }
starcoder
#if GRIFFIN using System.Collections.Generic; using UnityEngine; #if UNITY_EDITOR using UnityEditor; using UnityEditor.Experimental.SceneManagement; #endif using Unity.Collections; using Unity.Mathematics; namespace Pinwheel.Griffin { /// <summary> /// Utility class for helper function /// </...
2.342963
d3469ced734e52803e1da773f217822b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5826
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "leppie/IronScheme.Editor", "max_stars_repo_path": "LSharp/ListEnumerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:5827" }
starcoder
<filename>LSharp/ListEnumerator.cs #region Copyright (C) 2005 <NAME> & Active Web Solutions. // // L Sharp .NET, a powerful lisp-based scripting language for .NET. // Copyright (C) 2005 <NAME> & Active Web Solutions. // // This library is free software; you can redistribute it and/or // modify it under the terms ...
2.745823
735a662a4d34c85f2dc58f9337e04968
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5827
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Code52/Ideastrike", "max_stars_repo_path": "src/Ideastrike.Nancy/Views/Admin/Index.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5828" }
starcoder
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<dynamic> @{ Layout = "Views/Shared/Layout.cshtml"; } <ul class="pills"> <li class="active"><a href="/admin/">@Ideastrike.Nancy.Localization.Strings.Admin_Home</a></li> <li><a href="/admin/settings">@Ideastrike.Nancy.Localization.Strings.Admin_Se...
1.482216
b4f675af0c94e00d882e2e10df4cfb8a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5828
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jlhiskey/DN_AsyncInn", "max_stars_repo_path": "DN_AsyncInn/Data/AsyncInnDbContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:5829" }
starcoder
using DN_AsyncInn.Models; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace DN_AsyncInn.Data { public class AsyncInnDbContext : DbContext { public AsyncInnDbContext(DbContextOptions<AsyncInnDbContext> options...
2.61026
48639f2b71bf366ad874efb33e44006e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5829
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dataline/SocialInsurance.Germany.Messages", "max_stars_repo_path": "test/Dataline.SocialInsurance.Germany.Messages.Tests/Deuev/DSME05Tests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5830" }
starcoder
using System.Linq; using BeanIO; using SocialInsurance.Germany.Messages.Pocos; using Xunit; using Xunit.Abstractions; namespace SocialInsurance.Germany.Messages.Tests.Deuev { public class DSME05Tests : TestBasis2, IClassFixture<DefaultStreamFactoryFixture> { public DSME05Tests(DefaultStreamFactoryFixt...
1.792042
0e80d03247655f767e616cca1283b4bc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5830
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "janussanders/EmguTF-PoseNet", "max_stars_repo_path": "EmguTF-pose/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:5831" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace EmguTF_pose { static class Program { /// <summary> /// Point d'entrée principal de l'application. /// </summary> [STAThread] static voi...
2.684672
ce067ca37fa05eb7ec32a6bb05cd1137
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5831
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "256colour/SadConsole", "max_stars_repo_path": "src/SadConsole.Shared/Themes/ButtonTheme.cs", "provenance": "train-00000-of-00045.jsonl.gz:5832" }
starcoder
using System; using System.Runtime.Serialization; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using SadConsole.Controls; using SadConsole.Surfaces; namespace SadConsole.Themes { /// <summary> /// The theme of the button control /// </summary> [DataContract] public class ...
2.842391
811e3a00e2875f13c11d0a5dba12d62d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5832
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lukaszunity/mono", "max_stars_repo_path": "mcs/tests/test-static-using-08.cs", "provenance": "train-00000-of-00045.jsonl.gz:5833" }
starcoder
using static A; //using N = System.Int32; class A { public class N { } } class Test { public static void Main () { N n = default (N); // Am I Int32 or A.N } }
2.211272
434af668808c7f76bb8312d80b28ac74
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5833
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "m2wasabi/VitDeck", "max_stars_repo_path": "Assets/VitDeck/Placement/Placement.cs", "provenance": "train-00000-of-00045.jsonl.gz:5834" }
starcoder
using System.Linq; using System.Collections.Generic; using System.Text.RegularExpressions; using UnityEngine; using UnityEngine.SceneManagement; using UnityEditor; using UnityEditor.SceneManagement; using VitDeck.Placement.Components; namespace VitDeck.Placement { /// <summary> /// 入稿されたオブジェクトを自動配置します。 ///...
2.495005
3e45f9e58799b68179bb021880244485
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5834
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bipinkarms/HomeCinema", "max_stars_repo_path": "HomeCinema.Data/Configurations/MovieConfiguration.cs", "provenance": "train-00000-of-00045.jsonl.gz:5835" }
starcoder
<filename>HomeCinema.Data/Configurations/MovieConfiguration.cs using HomeCinema.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HomeCinema.Data.Configurations { public class MovieConfiguration : EntityBaseConfiguration<Movie> ...
2.468161
18628c9b604f8d5598468b43ec38a6fa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5835
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YeonChoi/EPIQ", "max_stars_repo_path": "EPIQ_and_informedProteomics/InformedProteomics.IMS/IMSScoring/FragmentFeatureGraph.cs", "provenance": "train-00000-of-00045.jsonl.gz:5836" }
starcoder
using System.Collections.Generic; using InformedProteomics.Backend.Data.Biology; using InformedProteomics.Backend.Data.Composition; using InformedProteomics.Backend.Data.Sequence; using InformedProteomics.Backend.Data.Spectrometry; using InformedProteomics.IMS.IMS; namespace InformedProteomics.IMS.IMSScoring { pu...
2.213144
10ab33b2c2ae1a0fdfd7dadde8d7f0df
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5836
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DanielJekov/MinningForum", "max_stars_repo_path": "src/Services/MF.Services/Messages/MessagesService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5837" }
starcoder
namespace MF.Services.Messages { using System.Collections.Generic; using System.Linq; using MF.Data; using MF.Data.Models; using MF.Models.ViewModels.Messages; public class MessagesService : IMessagesService { private readonly MFDbContext data; public MessagesService(MFDb...
2.740259
7f8a3e68f00bc15ea336d155a8c38ec7