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
8844112
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Xaero86/KspTrigger", "max_stars_repo_path": "src/ui/ActionUI.cs", "provenance": "train-00027-of-00045.jsonl.gz:163332" }
starcoder
using System; using System.Collections.Generic; using UnityEngine; namespace KspTrigger { public class ActionUI { private VesselTriggers _vesselTriggers = null; public VesselTriggers VesselTriggers { set { _vesselTriggers = value; } } private Trigger _triggerToConfig...
1.94905
2bcbd73990544c59041e2ba14f824864
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844113
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MalcolmJohnston/Entatea", "max_stars_repo_path": "Entatea/Entatea.Tests/Resolvers/ResolverTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163333" }
starcoder
using System; using System.Linq; using System.Threading.Tasks; using Entatea.MySql; using Entatea.SqlServer; using Entatea.Resolvers; using Entatea.Tests.Entities; using Entatea.Tests.Helpers; using NUnit.Framework; using Entatea.Sqlite; namespace Entatea.Tests.Resolvers { [TestFixture] public class Resolver...
2.256178
cedb57839ba04fb585b7c08687efe59d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844114
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kaldap/XnaFlash", "max_stars_repo_path": "XnaFlash/Actions/Records/StoreRegisterAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:163334" }
starcoder
using XnaFlash.Swf; namespace XnaFlash.Actions.Records { public class StoreRegisterAction : ActionRecord { public byte Register { get; private set; } protected override void Load(SwfStream stream, ushort length) { Register = stream.ReadByte(); } } }
2.156107
2a2a9cdc80363e863c932e36dcd577af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844115
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "monoman/cnatural-language", "max_stars_repo_path": "tests/resources/ObjectModelTest/sources/MethodOverload2.stab.cs", "provenance": "train-00027-of-00045.jsonl.gz:163335" }
starcoder
using java.lang; public class MethodOverload2 { public static int m1(Object o, int i) { return 1; } public static int m1(Object o, Object[] t) { return 2; } public static int m2(Object o, int i) { return 100; } public static int m2(Object o, Object[] t) { return 200; } public static int test()...
2.412475
1cee50b56dbb71e5380043ed797b30bf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844116
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "siderisltd/UspeliteProject", "max_stars_repo_path": "Uspelite.Services/DTO/CrowlerDTO.cs", "provenance": "train-00027-of-00045.jsonl.gz:163336" }
starcoder
namespace Uspelite.Services.Data.DTO { using Uspelite.Data.Models; using Uspelite.Data.Models.Enum; public class CrowlerDTO { public int Id { get; set; } public int Count { get; set; } public string Name { get; set; } } }
1.64731
d5cd7c1bce4634c60130c08daa06a5fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844117
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MilStancheva/HomemadeFood", "max_stars_repo_path": "HomeMadeFood/HomeMadeFood.Web/Models/WeeklyMenu/WeeklyMenuViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163337" }
starcoder
<gh_stars>0 using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace HomeMadeFood.Web.Models.WeeklyMenu { public class WeeklyMenuViewModel { [Required] public IEnumerable<PublicDalilyMenuViewModel> DailyMenus { get; set; } } }
1.25707
0e3c7022d5021e447688ce1b4611092f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844118
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "DucThanhNguyen/MaterialCMS", "max_stars_repo_path": "MaterialCMS/Website/Routing/IGetErrorPage.cs", "provenance": "train-00027-of-00045.jsonl.gz:163338" }
starcoder
<gh_stars>10-100 using MaterialCMS.Entities.Documents.Web; namespace MaterialCMS.Website.Routing { public interface IGetErrorPage { Webpage GetPage(int code); } }
1.284455
d41b659f90e3f913d839f7c77d22c461
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844119
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "egyptianbman/Keycloak.Net", "max_stars_repo_path": "src/model/Root/ClientAuthenticatorProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:163339" }
starcoder
<filename>src/model/Root/ClientAuthenticatorProvider.cs using System.Collections.Generic; using Newtonsoft.Json; namespace Keycloak.Net.Model.Root { /// <summary> /// <include file='../../keycloak.xml' path='keycloak/docs/api' />#_getperclientconfigdescription /// </summary> public class ClientAuthent...
1.686108
31bd8d9d83a99dd164eb8b69ccc4c3d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844120
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MUDHub/prototype", "max_stars_repo_path": "src/server/MUDhub.Prototype.Server/Models/InteractionCommands.cs", "provenance": "train-00027-of-00045.jsonl.gz:163340" }
starcoder
<filename>src/server/MUDhub.Prototype.Server/Models/InteractionCommands.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace MUDhub.Prototype.Server.Models { [Flags] public enum InteractionCommand { //Area Navigations G...
2.275946
d4a1d501be0d18f7533aeb0ca427245c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844121
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "Ackara/Daterpillar", "max_stars_repo_path": "tests/Daterpillar.MSTest/Config.cs", "provenance": "train-00027-of-00045.jsonl.gz:163341" }
starcoder
<filename>tests/Daterpillar.MSTest/Config.cs using Newtonsoft.Json.Linq; using System; using System.IO; namespace Acklann.Daterpillar { public class Config { static Config() { var config = JObject.Parse(File.ReadAllText(Path.Combine(AppContext.BaseDirectory, "connections.json"))); ...
2.384968
4e7a98f787f9224f5c769d919bdbf42e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844122
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "tsankotsanev/SoftUni-Software-University", "max_stars_repo_path": "CSharp-Fundamentals/Homework/01.BasicSyntaxConditionalStatementsAndLoops/03.Vacation/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163342" }
starcoder
<reponame>tsankotsanev/SoftUni-Software-University using System; namespace Vacation { class Program { static void Main(string[] args) { var groupSize = int.Parse(Console.ReadLine()); var groupType = Console.ReadLine(); var currentDay = Console.ReadLine(); ...
3.289325
254c893cbf57cb3772bea06d206f7468
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844123
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RamananSri/MonedaAPI", "max_stars_repo_path": "ServiceLayer/ChatHub.cs", "provenance": "train-00027-of-00045.jsonl.gz:163343" }
starcoder
<filename>ServiceLayer/ChatHub.cs<gh_stars>1-10 using Microsoft.AspNet.SignalR; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace ServiceLayer { public class ChatHub : Hub { public void SendMessage(string name, string message) { Clients....
2.17336
7caa33f38ef84bb1781c05b45562a441
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844124
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "skbkontur/GroboContainer", "max_stars_repo_path": "GroboContainer.Tests/ImplTests/FuncHelperTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163344" }
starcoder
using System; using System.Linq; using GroboContainer.Impl.ClassCreation; using NUnit.Framework; namespace GroboContainer.Tests.ImplTests { public class FuncHelperTest : CoreTestBase { #region Setup/Teardown public override void SetUp() { base.SetUp(); helper...
2.430411
ca71bbe901bb79efb4a20999f9ba79b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844125
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LemonsLover/Geesemon", "max_stars_repo_path": "Geesemon.GraphQL/Modules/Users/UsersSubscriptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163345" }
starcoder
using Geesemon.Database.Models; using Geesemon.Database.Repositories; using Geesemon.GraphQL.Abstraction; using GraphQL.Types; namespace Geesemon.GraphQL.Modules.Users { public class UsersSubscriptions : ObjectGraphType, ISubscriptionMarker { public UsersSubscriptions(UsersRepository usersRepository, ...
1.935091
b40358cb20db19a997127c4511f1f2ca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844126
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "TechnologicalPizza/discord-rpc-csharp", "max_stars_repo_path": "DiscordRPC/Message/ErrorMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:163346" }
starcoder
using Newtonsoft.Json; namespace DiscordRPC.Message { /// <summary> /// Created when a error occurs within the IPC and it is sent to the client. /// </summary> public class ErrorMessage : MessageBase { /// <summary> /// Gets the type of message received from Discord. /// </summary> ...
2.783212
f0a0203bfb8042a130c582c6a1f0ae67
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844127
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "wenfeifei/Surging.Sample", "max_stars_repo_path": "src/Servers/Identity/Hl.Identity.Domain/Authorization/Permissions/PermissionFile.cs", "provenance": "train-00027-of-00045.jsonl.gz:163347" }
starcoder
<reponame>wenfeifei/Surging.Sample<gh_stars>1-10 using Surging.Core.Domain.Entities.Auditing; using System; using System.Collections.Generic; using System.Text; namespace Hl.Identity.Domain.Authorization.Permissions { public class PermissionFile : AuditedEntity<long> { public long PermissionId { get; ...
1.522294
1c6f2c9539961bcb5fd6c6a03b07ea2b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844128
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "duanemck/ezviz.net", "max_stars_repo_path": "ezviz.net/domain/deviceInfo/EzvizResourceInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:163348" }
starcoder
namespace ezviz.net.domain.deviceInfo; public class EzvizResourceInfo { public string ResourceId { get; set; } = null!; public string ResourceName { get; set; } = null!; public string DeviceSerial { get; set; } = null!; public string SuperDeviceSerial { get; set; } = null!; public string LocalInde...
1.158538
b77acd6fb0461b6d3f014ad5f585a97c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844129
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ehelse/Testsenter.Testdata", "max_stars_repo_path": "Common/Controllers/Interfaces/ITagController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163349" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using TestdataApp.Common.Models.DbEntities; namespace TestdataApp.Common.Controllers.Interfaces { public interface ITagController : IDisposable { Task<IEnumerable<Tag>> GetAllTags(); Task<Tag> AddTag(string commonIde...
1.949093
e377aff9f5e29486633f7edea32f8ef5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844130
{ "extension": "c-sharp", "max_stars_count": "1365.0", "max_stars_repo_name": "dmolokanov/iotedge", "max_stars_repo_path": "edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Mqtt/IUsernameParser.cs", "provenance": "train-00027-of-00045.jsonl.gz:163350" }
starcoder
<filename>edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Mqtt/IUsernameParser.cs // Copyright (c) Microsoft. All rights reserved. namespace Microsoft.Azure.Devices.Edge.Hub.Mqtt { public interface IUsernameParser { ClientInfo Parse(string username); } }
1.632898
632ae58dac02c0300ba01f66e5c4d2dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844131
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "savik-games/SeriousGameJam", "max_stars_repo_path": "SeriousGameJam/Assets/Plugins/Editor/BuildManager/BuildManager/BuildPipeline/BuildManagerSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:163351" }
starcoder
using System; using System.Collections.Generic; using UnityEngine; using UnityEditor; public class BuildManagerSettings : ScriptableObject{ public List<BuildSequence> sequences = new List<BuildSequence>() { new BuildSequence() }; public string scriptingDefineSymbols; }
1.251041
fa3c4c4bc80c3efe8e07f30c712a890d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844132
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "futouyiba/ClubET", "max_stars_repo_path": "Unity/Assets/HotfixView/NKGMOBA/Move/MoveStop_PlayAnim.cs", "provenance": "train-00027-of-00045.jsonl.gz:163352" }
starcoder
using ET.EventType; namespace ET { public class MoveStop_PlayAnim: AEvent<EventType.MoveStop> { protected override async ETTask Run(MoveStop a) { a.Unit.GetComponent<StackFsmComponent>().RemoveState("Navigate"); a.Unit.GetComponent<AnimationComponent>().PlayAnimByStackF...
1.543044
e035fff14f0ad7b7e49010f5a9feb23f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844133
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dhamie/csstudio", "max_stars_repo_path": "Assets/script/destroybullet.cs", "provenance": "train-00027-of-00045.jsonl.gz:163353" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class destroybullet : MonoBehaviour { public float timer = 1f; // Update is called once per frame void Update() { timer -= Time.deltaTime; if(timer <= 0) { Destroy(gameObject); ...
2.169504
72755a936aae621ac241e50e1021596e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844134
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rhtnr/HooksR", "max_stars_repo_path": "tests/HooksR.UnitTest/MapperTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163354" }
starcoder
using AutoMapper; using HooksR.Service; using System; using Xunit; namespace HooksR.UnitTest { public class MapperTests { [Fact] public void Test_Valid_Configuration() { MapperConfiguration configuration = new MapperConfiguration(cfg => cfg.AddProfile<MappingProfile>()); configuration.Asse...
1.680028
94ae01bd1da25d7e6cbcf2f99f1ea5de
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844135
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Shane88/activescriptengine", "max_stars_repo_path": "ActiveScriptEngine.Extensions/ActiveScriptEngineExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163355" }
starcoder
namespace ActiveXScriptLib.Extensions { using System; using System.Globalization; /// <summary> /// Provides useful extension methods when using the ActiveScriptEngine. /// </summary> public static class ActiveScriptEngineExtensions { /// <summary> /// Creates a new instanc...
3.493613
b6a36f79fa894d67ed07164455b022e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844136
{ "extension": "c-sharp", "max_stars_count": "101.0", "max_stars_repo_name": "Cloud-W/DOTSoftheDead", "max_stars_repo_path": "Assets/_Project/Scripts/Components/MoveToTargetComponents.cs", "provenance": "train-00027-of-00045.jsonl.gz:163356" }
starcoder
using System; using Unity.Entities; using Unity.Mathematics; [Serializable] public struct MoveToTarget : IComponentData { [NonSerialized] public Entity TargetEntity; [NonSerialized] public float3 TargetPosition; [NonSerialized] public float3 RandomMin; [NonSerialized] public float3 Ran...
1.435529
4ca379b128c4519694134e69cac7976a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844137
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "Moolight/MagiCloudSDK", "max_stars_repo_path": "Assets/MagiCloud/Expansion/UISystem/IUIBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:163357" }
starcoder
namespace MagiCloud.UISystem { public interface IUIBase { string Name { get; } IUIGroup OwnerGroup { get; } int Priority { get; set; } bool Pause { get; set; } bool IsCovered { get; set; } bool IsAvailable { get; } bool IsVisible { get; set; } boo...
1.728394
00b2ed029708a0bf53c7659973f7a369
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844138
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kmaczek/MDOWebSite", "max_stars_repo_path": "Mdo/Mdo.WebApi/Modules/UserModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:163358" }
starcoder
<filename>Mdo/Mdo.WebApi/Modules/UserModule.cs using System; using System.Collections.Generic; using System.Diagnostics; using System.Security.Cryptography; using Mdo.Common.Scraping; using Mdo.Core; using Mdo.Models; using Mdo.Models.Dtos; using Mdo.Persistence.Interfaces; using Mdo.WebApi.Security; using Nancy; usin...
2.261091
8f6f57ac7ed18ec2272e0a2b2686c5c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844139
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SergioPonomarev/Xt-2018Q4", "max_stars_repo_path": "Epam.FinalTask/Epam.FinalTask.PhotoAlbum.BLL/AccountsLogic.cs", "provenance": "train-00027-of-00045.jsonl.gz:163359" }
starcoder
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using Epam.FinalTask.PhotoAlbum.BLL.Contracts; using Epam.FinalTask.PhotoAlbum.DAL.Contracts; using Epam.FinalTask.PhotoAlbum.Entities; n...
2.473834
3141bf07b64fd6d563d6d3ac9fd274ac
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844140
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "larvata-discontinued-repos/mio", "max_stars_repo_path": "demo/Demo.Lib/First.cs", "provenance": "train-00027-of-00045.jsonl.gz:163360" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Demo.Common; namespace Demo.Lib { public class First:IDemo { public void ConsoleLog() { Console.WriteLine("FIRST module loaded"); } } }
1.802561
685c499e0f2066824908b750f9a61eec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844141
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "StenBone/CSharpReference", "max_stars_repo_path": "CSharpReference/ConstantsDemo.cs", "provenance": "train-00027-of-00045.jsonl.gz:163361" }
starcoder
using System; namespace CSharpReference { /// <summary> /// readonly: can be changed in constructor /// const: can only be initialized at declation. Acts as a static class field /// </summary> class ConstantsDemo { public const float PI = 3.1415926f; // acts as a static field pu...
2.982773
070137cce7994cc83e671244230c59f4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844142
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wuilovelizhen/AuthorKey", "max_stars_repo_path": "Control/Properties/Resources.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163362" }
starcoder
<gh_stars>0 //------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.18052 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ ...
2.064571
7599ed9111452016c3a9abc8d06e8d45
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844143
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dellams/Our-World-OASIS-API-And-HoloNET", "max_stars_repo_path": "NextGenSoftware.OASIS.API.ONODE.WebAPI/Services/AvatarService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163363" }
starcoder
<filename>NextGenSoftware.OASIS.API.ONODE.WebAPI/Services/AvatarService.cs using System; using System.Collections.Generic; using System.IdentityModel.Tokens.Jwt; using System.Linq; using System.Security.Claims; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using AutoMapper; using ...
2.053897
dfed5baf34980d702619057c82e91777
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844144
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "aliostad/deep-learning-lang-detection", "max_stars_repo_path": "data/test/csharp/3fd58459dd72fea5e9b2f813acd1fcf790b8dff5AddOnceAndCallOnceEventDispatch.cs", "provenance": "train-00027-of-00045.jsonl.gz:163364" }
starcoder
<gh_stars>10-100 using LuaInterface; using System; namespace SDK.Lib { public class AddOnceAndCallOnceEventDispatch : EventDispatch { override public void addEventHandle(ICalleeObject pThis, MAction<IDispatchObject> handle, LuaTable luaTable = null, LuaFunction luaFunction = null) { ...
1.8178
2c9846e429228b7b671307934ebb9a4e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844145
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pascal-enz/ComputeClient-Linq", "max_stars_repo_path": "src/Compute.Client.Linq/Internal/QueryExpressionVisitor.cs", "provenance": "train-00027-of-00045.jsonl.gz:163365" }
starcoder
<filename>src/Compute.Client.Linq/Internal/QueryExpressionVisitor.cs<gh_stars>0 using System; using System.Linq; using System.Linq.Expressions; using System.Collections.Generic; using System.Reflection; namespace DD.CBU.Compute.Api.Client.Linq.Internal { using Helpers; /// <summary> /// Parses an <see cr...
2.771726
3e0f9ce28726d9a5de6a36edc91d16a3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844146
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "QuinntyneBrown/tv-show-api", "max_stars_repo_path": "TvShowBackendService/Models/TvShowDigitalAsset.cs", "provenance": "train-00027-of-00045.jsonl.gz:163366" }
starcoder
<filename>TvShowBackendService/Models/TvShowDigitalAsset.cs using System.ComponentModel.DataAnnotations.Schema; namespace TvShowApi.Models { public class TvShowDigitalAsset { public int Id { get; set; } public int? TvShowId { get; set; } public TvShow TvShow { get; set; } [Fore...
2.066017
fc20537e62b23080ba20b976325f6974
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844147
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ERamaM/Cosmos", "max_stars_repo_path": "source/Cosmos.Assembler/x86/Neg.cs", "provenance": "train-00027-of-00045.jsonl.gz:163367" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Assembler.x86 { [Cosmos.Assembler.OpCode("neg")] public class Neg: InstructionWithDestinationAndSize { } }
1.095783
98a303f06f7c4d7d8bf1c6205713c460
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844148
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "psryland/rylogic_code", "max_stars_repo_path": "projects/TestWPF/src/DiagramUI.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:163368" }
starcoder
using System; using System.Windows; using System.Windows.Input; using System.Windows.Interop; using System.Xml.Linq; using Rylogic.Extn; using Rylogic.Gfx; using Rylogic.Gui.WinForms; using Rylogic.Interop.Win32; using Rylogic.Maths; using Util = Rylogic.Utility.Util; namespace TestWPF { /// <summary>I...
1.979582
7160d38f069994a45597af74f45be5a6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844149
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jonathanzz/JJBookStore", "max_stars_repo_path": "JJBookStore/Views/Purchaseds/PaymentConfirm.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163369" }
starcoder
<reponame>jonathanzz/JJBookStore  @{ ViewBag.Title = "PaymentConfirm"; Layout = "~/Views/Shared/_Layout.cshtml"; } <script> setTimeout(function () { window.close(); }, 10000); function clo() { window.close(); } </script> <h2>PaymentConfirm</h2> <br /><br /><br /><br /><br /><br /> <center>...
2.267562
385e012b53a8cfa83b6f8b681023cafc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844150
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jose-hr14/test1", "max_stars_repo_path": "GestionAlumnos/GestionAlumnos/Form1.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163370" }
starcoder
namespace GestionAlumnos { partial class Form1 { /// <summary> /// Variable del diseñador necesaria. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Limpiar los recursos que se estén usando. /// </summary> ...
2.160608
9971e71ded15cb1045cf10bac2f35b9f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844151
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bozhidar-slavov/14.ASP.NET-Web-API", "max_stars_repo_path": "CinemaAPI/CinemaAPI.Domain/NewTicket/NewTicketReservationValidation.cs", "provenance": "train-00027-of-00045.jsonl.gz:163371" }
starcoder
using CinemaAPI.Data; using CinemaAPI.Domain.Contracts; using CinemaAPI.Domain.Contracts.Models; using CinemaAPI.Domain.Contracts.Models.Ticket; using CinemaAPI.Models.Contracts.Reservation; using CinemaAPI.Models.Contracts.Ticket; namespace CinemaAPI.Domain.NewTicket { public class NewTicketReservationValidation...
2.32126
598fd950f4a9d53de5b4a9070a9fa881
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844152
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "NicatorBa/unity-e2e-testing-sample", "max_stars_repo_path": "source/RandomGame/Assets/AltUnityTester/AltUnityServer/Commands/Command.cs", "provenance": "train-00027-of-00045.jsonl.gz:163372" }
starcoder
public abstract class Command { public void SendResponse(AltClientSocketHandler handler) { AltUnityRunner._responseQueue.ScheduleResponse(delegate { string response = null; try { response = Execute(); } catch (System.Nu...
2.413212
7c512ddbbac199dd28eb44a366b3f648
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844153
{ "extension": "c-sharp", "max_stars_count": "343.0", "max_stars_repo_name": "nstolmaker/AirHockeyVR", "max_stars_repo_path": "Assets/Oculus/Platform/Scripts/PartyUpdateAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:163373" }
starcoder
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! namespace Oculus.Platform { using Description = System.ComponentModel.DescriptionAttribute; public enum PartyUpdateAction : int { [Description("UNKNOWN")] Unknown, [Description("Join")] Join, [Description("Lea...
1.674605
7bac5de59a03cf310cfb438e551f7e12
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844154
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Hall-Scheduler/Core", "max_stars_repo_path": "Source/Data/HallScheduler.Data.Common/Enumerations/RoomType.cs", "provenance": "train-00027-of-00045.jsonl.gz:163374" }
starcoder
namespace HallScheduler.Data.Common.Enumerations { public enum RoomType { R1 = 1, R2 = 2, R3 = 3, R4 = 4, R5 = 5, R6 = 6, R7 = 7, R8 = 8, R9 = 9, R10 = 10, R11 = 11, R12 = 12, R13 = 13, R14 = 14, ...
1.909755
f150472d50bf6e0989a8e279206712e9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844155
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "maskott-inc/xAPI.NET", "max_stars_repo_path": "src/xAPI.Client/Endpoints/IAboutApi.cs", "provenance": "train-00027-of-00045.jsonl.gz:163375" }
starcoder
using System.Threading.Tasks; using xAPI.Client.Resources; namespace xAPI.Client.Endpoints { /// <summary> /// The about resource. /// Primarily this resource exists to allow Clients that support /// multiple xAPI versions to decide which version to use when /// communicating with the LRS. Extensi...
2.186822
9232e40b533b3e25578a03a8c0ab7768
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844156
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Damakshn/AlphaTest", "max_stars_repo_path": "src/AlphaTest.Core/Groups/Rules/StudentCanBeAddedToGroupOnlyOnceRule.cs", "provenance": "train-00027-of-00045.jsonl.gz:163376" }
starcoder
<filename>src/AlphaTest.Core/Groups/Rules/StudentCanBeAddedToGroupOnlyOnceRule.cs using System.Linq; using AlphaTest.Core.Users; using AlphaTest.Core.Common; namespace AlphaTest.Core.Groups.Rules { public class StudentCanBeAddedToGroupOnlyOnceRule : IBusinessRule { private readonly Group _group; ...
2.858086
c1b96b4de136c074425d2528b7210363
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844157
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Azure-Sphere-Tools/azsphere-hardware-definition-tools", "max_stars_repo_path": "visualstudio-extension/AZSphereHardwareDefinitionTools/HardwareDefinitionLanguageContent.cs", "provenance": "train-00027-of-00045.jsonl.gz:163377" }
starcoder
using Microsoft.VisualStudio.LanguageServer.Client; using Microsoft.VisualStudio.Utilities; using System.ComponentModel.Composition; namespace AZSphereHardwareDefinitionTools { /// <summary> /// Defines the type of files (content type) that the extension is interested in analyzing. /// Each content type is assi...
2.141593
832aac97b98845cbc2a9eb351aeca3d6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844158
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DLPUIT/TrainingField2019", "max_stars_repo_path": "162NE_Shijie/Db/WindowsFormsApp1/Form1.cs", "provenance": "train-00027-of-00045.jsonl.gz:163378" }
starcoder
using Db; 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 WindowsFormsApp1 { public partial class Form1 : Form { Operation ope...
2.460013
2b7266b9ef05c9ecb001fbd509db566d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844159
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "slovensko-help/ekarantena-app-backend", "max_stars_repo_path": "Sygic.Corona.Application.Tests/IntegrationTests/ApplicationTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163379" }
starcoder
using System; using System.Threading.Tasks; using MediatR; using Microsoft.Extensions.DependencyInjection; using Sygic.Corona.Application.Commands; using Xunit; namespace Sygic.Corona.Application.Tests.IntegrationTests { public class ApplicationTests : TestBase { private readonly IServiceProvider prov...
1.907262
cd8bebe259118bc8cee8d652559e1969
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844160
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HealthHackAu2020/trackersafe", "max_stars_repo_path": "Shared/UserSessionDetails.cs", "provenance": "train-00027-of-00045.jsonl.gz:163380" }
starcoder
namespace TrackerSafe.Shared { public class UserSessionDetails { public UserSessionDetails() { } public UserSessionDetails(string userId, string userName) { UserId = userId; UserName = userName; } public string UserId { get; set; } public string UserName { get; set; } }...
1.901488
20c6c5742e8b5f9b1858e0f3286c173a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844161
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MuhamedAbdalla/Book-Managment-System", "max_stars_repo_path": "bookista/popular.cs", "provenance": "train-00027-of-00045.jsonl.gz:163381" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using MySql.Data.MySqlClient; namespace orderla { public partial class bestsell : UserControl { ...
2.349155
3307ba2a80796ca128f949fd133d132a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844162
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "martinwoodward/OssAwesomenessTabulator", "max_stars_repo_path": "OssAwesomenessTabulator/Data/Contributors.cs", "provenance": "train-00027-of-00045.jsonl.gz:163382" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OssAwesomenessTabulator.Data { public class Contributors { public string Name { get; set; } public string Logo { get; set; } public string Web { get; set; } ...
1.701225
acce095076cfbd17022fbfd96c43cc08
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844163
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KaiDoKuJa/KaiUniversal", "max_stars_repo_path": "KaiUniversal/Universal/Sql/Clause/QueryClause.cs", "provenance": "train-00027-of-00045.jsonl.gz:163383" }
starcoder
<filename>KaiUniversal/Universal/Sql/Clause/QueryClause.cs using Kai.Universal.Data; using Kai.Universal.Sql.Where; using System; using System.Text; namespace Kai.Universal.Sql.Clause { /// <summary> /// Select clause class /// </summary> public class QueryClause : AbstractSqlClause { interna...
2.5647
3cef0ffc393d90b122c9b3424b3e0866
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844164
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "dwettstein/PSScriptInvoker", "max_stars_repo_path": "PSScriptInvoker/PSScriptInvoker.cs", "provenance": "train-00027-of-00045.jsonl.gz:163384" }
starcoder
using System; using System.Configuration; using System.Diagnostics; using System.ServiceProcess; using System.Threading.Tasks; namespace PSScriptInvoker { public partial class PSScriptInvoker : ServiceBase { private const string EVENT_LOG_SOURCE = "PSScriptInvoker"; private const string EVENT_L...
2.302138
49fa22d6d18b52a38b40236e258f60c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844165
{ "extension": "c-sharp", "max_stars_count": "798.0", "max_stars_repo_name": "krytarowski/cli", "max_stars_repo_path": "TestAssets/ProjectModelServer/DthTestProjects/src/EmptyLibrary/Class.cs", "provenance": "train-00027-of-00045.jsonl.gz:163385" }
starcoder
using System; namespace Misc.DthTestProjects.EmptyLibrary { public class Class { } }
1.146535
be657d2a3b6fbf52648eb38c2e579bf8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844166
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cormacpayne/Oryx", "max_stars_repo_path": "tests/BuildScriptGenerator.Tests/DefaultEnvironmentSettingsProviderTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163386" }
starcoder
<reponame>cormacpayne/Oryx<filename>tests/BuildScriptGenerator.Tests/DefaultEnvironmentSettingsProviderTest.cs // -------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. // ----------...
2.171682
da41be2026b38b809f6c5509ffe1472e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844167
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "musictopia2/GamingPackXV3", "max_stars_repo_path": "CP/Games/YahtzeeHandsDownCP/Logic/CalculateYahtzeeCombinationClass.cs", "provenance": "train-00027-of-00045.jsonl.gz:163387" }
starcoder
namespace YahtzeeHandsDownCP.Logic; public class CalculateYahtzeeCombinationClass { private int _firstNumber; private int _secondNumber; private bool HasFullHouse(BasicList<ICard> cardList) { int x; BasicList<ICard> tempList = new(); for (x = 6; x >= 1; x += -1) { ...
3.119977
2f73a1e4cc36de6b7288165cd3b8ea02
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844168
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "SSStormy/StormBot", "max_stars_repo_path": "Bot.Core/Modules/BotManagementModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:163388" }
starcoder
using System; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Discord; using Discord.Commands; using Discord.Commands.Permissions.Levels; using Discord.Modules; using Stormbot.Bot.Core.DynPerm; using Stormbot.Bot.Core.Services; using StrmyCore; namespace Stormbot.Bot.Core.Mo...
2.422585
ec5478122e5db69c39508703712cf4b6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844169
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "xiaoyu5062/server-sdk-dotnet", "max_stars_repo_path": "io/rong/util/RongJsonUtil.cs", "provenance": "train-00027-of-00045.jsonl.gz:163389" }
starcoder
<reponame>xiaoyu5062/server-sdk-dotnet<gh_stars>1-10 using System; using Newtonsoft.Json; namespace donet.io.rong.util { class RongJsonUtil { public static ObjType JsonStringToObj<ObjType>(string JsonString) where ObjType : class { ObjType s = JsonConvert.DeserializeObject<ObjType>(JsonString); ...
2.030146
7ce537ea9ca6139b8af07f01cf422d85
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844170
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mattuylee/stormchat", "max_stars_repo_path": "stormchat-client-csharp/StormChatWPF/ScrollViewer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163390" }
starcoder
using System; using System.Windows; using System.Windows.Controls; namespace StormChatWPF { public class ScrollViewerExtensions { public static readonly DependencyProperty AlwaysScrollToEndProperty = DependencyProperty.RegisterAttached("AlwaysScrollToEnd", typeof(bool), typeof(ScrollViewerExtensions),...
2.738787
0977187a14c649690b3b23b9c6aea855
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844171
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xinexix/ArrowTableGames", "max_stars_repo_path": "Assets/Scripts/Console/View/Common/TransactionLedgerSO.cs", "provenance": "train-00027-of-00045.jsonl.gz:163391" }
starcoder
using UnityEngine; [CreateAssetMenu(menuName = "Script Objects/Transaction Ledger Model")] public class TransactionLedgerSO : BaseSOProvider<ITransactionLedger> { private ITransactionLedger _ledger; public override ITransactionLedger value { get { if (_ledger == null) ...
1.902352
9a83af95437e6e9db688ff92658ecb3e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844172
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "FabienCarmagnac/NinjaTrader_FixBridge", "max_stars_repo_path": "NinjaTrader_FixBridge/NinjaTrader_FixBridge/Pair.cs", "provenance": "train-00027-of-00045.jsonl.gz:163392" }
starcoder
 namespace NinjaTrader_FixBridge { /** Simple Pair class, used for mapping */ public class Pair<X, Y> { private X _x; private Y _y; public Pair(X first, Y second) { _x = first; _y = second; } public X first { get { return _x; } } ...
3.276473
bc97b4d62bb42c08acde42618ed2fe26
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844173
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Quebe/Mercury-Care-Management", "max_stars_repo_path": "Mercury.Server/Mercury.Server/Core/DataExplorer/Enumerations/DataExplorerNodeResultDataType.cs", "provenance": "train-00027-of-00045.jsonl.gz:163393" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Mercury.Server.Core.DataExplorer.Enumerations { public enum DataExplorerNodeResultDataType { NotSpecified, Member, PopulationMembership, MemberService, Me...
1.410309
84205a5ab59ae1145868baa1095df093
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844174
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gamunuud/notus", "max_stars_repo_path": "Notus.Hub/Views/Visualize/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163394" }
starcoder
<reponame>gamunuud/notus<gh_stars>1-10 @model Notus.Hub.Models.ChartControlViewModel @{ ViewBag.Title = "title"; } <div> <div class="col-md-12"> <div class="row" ng-controller="VisualizeHomeController as home"> <div class="col-md-3"> @using (Html.BeginForm("Register", "Acco...
1.527604
3a6f36c3b029a8adf5a2244e9705e968
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844175
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Team-Bot-Builders/botBuilder", "max_stars_repo_path": "ticketBotApi/TicketAPITests/Mock.cs", "provenance": "train-00027-of-00045.jsonl.gz:163395" }
starcoder
<gh_stars>0 using Microsoft.Data.Sqlite; using ticketBotApi.Data; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ticketBotApi.Models; namespace TicketAPITests { public class Mock : IDisposable { ...
2.291845
d2e6cdc4a189e4970cede4085eaf0b01
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844176
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ItaruOtaku/AdminCon-LTS", "max_stars_repo_path": "Modules/ACDesktop/Properties/AssemblyInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:163396" }
starcoder
<filename>Modules/ACDesktop/Properties/AssemblyInfo.cs using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; /* AdminCon 7.0 Command Line Interface Edition - Source Code - AssemblyInfo.cs * Intro: Assembly Information. * Architecture: .NET Core 3.x & .NET Framework 4.x...
1.946772
db80cb5f9f09dcc795aaf9e9967c19d1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844177
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "daniellittledev/Eventual", "max_stars_repo_path": "src/Eventual/EventStore/GenericEventStore.cs", "provenance": "train-00027-of-00045.jsonl.gz:163397" }
starcoder
namespace Eventual.EventStore { internal enum ShouldRetry { Yes, No } internal enum ExitStatus { Completed, TooManyRetries } public class ConcurrencyEventInfo { public int Sequence { get; set; } public string TypeName { ...
2.342912
3b6b9c2ca48d56189b5525d2e5778064
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844178
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gaelgael5/galileo", "max_stars_repo_path": "src/Black.Beard.Galileo.Models/Galileo/Files/Schemas/MetaDefinitions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163398" }
starcoder
<reponame>gaelgael5/galileo using Newtonsoft.Json; using System.Collections.Generic; namespace Bb.Galileo.Files.Schemas { public class MetaDefinitions { public MetaDefinitions() { Restrictions = new List<RestrictionDefinition>(); } [JsonRequired] public ...
1.585841
58c5526dcfdf322eaf42e00b57741086
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844179
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Toxantron/CGbR-Benchmarks", "max_stars_repo_path": "CGbR.Benchmarks/Partial.cs", "provenance": "train-00027-of-00045.jsonl.gz:163399" }
starcoder
<reponame>Toxantron/CGbR-Benchmarks using System; using System.Collections.Generic; using System.Runtime.Serialization; namespace CGbR.Benchmarks { [DataContract] public partial class Partial { [DataMember] public long Id { get; set; } [DataMember] public float Price { get...
1.271726
532d3d1e4b3a4f402bb50662c024315b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844180
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Aaronontheweb/Akka.Cluster.Sharding.CleanUpTool", "max_stars_repo_path": "src/Petabridge.Cmd.Cluster.Sharding.Repair.Tests/ShardingRepairSpec.cs", "provenance": "train-00027-of-00045.jsonl.gz:163400" }
starcoder
<gh_stars>1-10 using System; using System.Diagnostics; using System.IO; using System.Threading.Tasks; using Akka.Actor; using Akka.Actor.Setup; using Akka.Cluster.Sharding; using Akka.Cluster.Tools.Singleton; using Akka.Configuration; using Akka.Persistence.Sqlite; using Akka.TestKit.Xunit2; using FluentAssertions; usi...
1.689038
93aa462d0a1c5fce5cc2fd784294fe80
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844181
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "leancodepl/contractsgenerator-typescript", "max_stars_repo_path": "__tests__/integration/examples/simple/command.cs", "provenance": "train-00027-of-00045.jsonl.gz:163401" }
starcoder
<reponame>leancodepl/contractsgenerator-typescript<gh_stars>1-10 using LeanCode.CQRS; public class Command : IRemoteCommand {}
1.159647
bc11ffecc3af79d198dff77206b3daf5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844182
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "brianmains/Nucleo.NET", "max_stars_repo_path": "src_wip/Tests.Unit.Core/TypeLoaderTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163402" }
starcoder
<reponame>brianmains/Nucleo.NET<filename>src_wip/Tests.Unit.Core/TypeLoaderTest.cs<gh_stars>1-10 using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using Nucleo; namespace Tests.Unit.Core { [TestClass] public class TypeLoaderTe...
2.49985
e97206a7d1c711a5fdb58a1853b36c76
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844183
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lithiumantis/121FinalProject", "max_stars_repo_path": "Assets/Scripts/UI/UIManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:163403" }
starcoder
<filename>Assets/Scripts/UI/UIManager.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UIManager : MonoBehaviour { public Movement player; public AudioSource musicPlayer; public Text pauseText; public Timer timer; bool paused; ...
2.334654
91bcb2871fce2a445a23c4cb551f16f8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844184
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "undeadinu/mobileapp", "max_stars_repo_path": "Toggl.Foundation.MvvmCross/Services/IForkingNavigationService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163404" }
starcoder
<reponame>undeadinu/mobileapp using System.Threading.Tasks; using MvvmCross.Navigation; using MvvmCross.ViewModels; namespace Toggl.Foundation.MvvmCross.Services { public interface IForkingNavigationService : IMvxNavigationService { Task ForkNavigate<TDaneelViewModel, TGiskardViewModel>() ...
1.322184
f6ffaac43e65cc7ed51114c72af3093d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844185
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cosgunhalil/LB_LocalDataManager", "max_stars_repo_path": "LB_LocalDataManager/Assets/LB_LocalDataManager/Sample/LocalDataSample.cs", "provenance": "train-00027-of-00045.jsonl.gz:163405" }
starcoder
<reponame>cosgunhalil/LB_LocalDataManager using UnityEngine; public class LocalDataSample : MonoBehaviour { // Start is called before the first frame update void Start() { var playerData = new PlayerData {Id = 1, Name = "Halil" }; LB_LocalDataSaver dataSaver = new LB_LocalDataSaver(); ...
1.552892
35b9562f12e56f590e373ec1b3fd4745
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844186
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "caxe/BookCatalog", "max_stars_repo_path": "BookCatalog/BookCatalog/Models/IdentityModels.cs", "provenance": "train-00027-of-00045.jsonl.gz:163406" }
starcoder
using Microsoft.AspNet.Identity.EntityFramework; namespace BookCatalog.Models { // You can add profile data for the user by adding more properties to your ApplicationUser class, please visit http://go.microsoft.com/fwlink/?LinkID=317594 to learn more. public class ApplicationUser : IdentityUser { } public class...
2.449327
7c86e1ceb27d00bc0eb798ea8e90ac75
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844187
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "edatencio/2D-Platformer-Prototype", "max_stars_repo_path": "Assets/Scripts/Lives_Manager.cs", "provenance": "train-00027-of-00045.jsonl.gz:163407" }
starcoder
using UnityEngine; using UnityEngine.UI; public class Lives_Manager : MonoBehaviour { public int LivesCounter; private Text TheText; void Start() { TheText = gameObject.GetComponent<Text>(); LivesCounter = PlayerPrefs.GetInt("Lives"); }//void Start void Update() ...
2.911933
135a5a5d77689ad9339d027e4c6964f4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844188
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "40219124/MonsterMash", "max_stars_repo_path": "MonsterMash/Assets/Scripts/AdditiveSceneManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:163408" }
starcoder
<filename>MonsterMash/Assets/Scripts/AdditiveSceneManager.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; [RequireComponent(typeof(SimpleInput))] public class AdditiveSceneManager : MonoBehaviour { [SerializeField] Camera localCamera; [S...
2.138268
e4d2207f418eafedd9b6fd5ffc710c03
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844189
{ "extension": "c-sharp", "max_stars_count": "544.0", "max_stars_repo_name": "igoreksiz/NetOffice", "max_stars_repo_path": "RegAddin/RegAddin/Metrics/WindowPresenter.cs", "provenance": "train-00027-of-00045.jsonl.gz:163409" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace RegAddin.Metrics { internal class WindowPresenter { internal void Show(Dictionary<string, bool> result) { StringBuilder message = new StringBuilder(); ...
2.295714
4631c74818f3f34c1d8224c2350686ad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844190
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "kogoia/MRTD.NET", "max_stars_repo_path": "SmartCardApi/Cryptography/Keys/Ka.cs", "provenance": "train-00027-of-00045.jsonl.gz:163410" }
starcoder
using System.Linq; using SmartCardApi.Infrastructure; using SmartCardApi.Infrastructure.Interfaces; namespace SmartCardApi.Cryptography.Keys { public class Ka : IBinary { private readonly IBinary _kKey; public Ka(IBinary kKey) { _kKey = kKey; } public byte[]...
2.374949
4d9341ae52bed318a7e17ebdafb3df8a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844191
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "SOFTINUX/Base", "max_stars_repo_path": "src/SoftinuxBase.Security/Extensions/UserExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163411" }
starcoder
<gh_stars>10-100 // Copyright © 2017-2019 SOFTINUX. All rights reserved. // Licensed under the MIT License, Version 2.0. See LICENSE file in the project root for license information. using System.Linq; using System.Security.Claims; using SoftinuxBase.Security.Common; using SoftinuxBase.Security.Common.Enums; namespac...
2.291788
0a6752648d1466719a5d6cf60d9ff6b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844192
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kripergvg/optick", "max_stars_repo_path": "gui/Optick/Controls/FrameCapture.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:163412" }
starcoder
using MahApps.Metro.Controls; using Profiler.Data; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Win...
1.68038
e39526f0d793d7afe0373a8256fd28c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844193
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "blackcoder87/LPFM-Last.fm-Scrobbler", "max_stars_repo_path": "LastFmScrobbler.SampleApplication/PlayerForm.cs", "provenance": "train-00027-of-00045.jsonl.gz:163413" }
starcoder
<filename>LastFmScrobbler.SampleApplication/PlayerForm.cs using System; using System.Diagnostics; using System.Windows.Forms; using AxWMPLib; using Lpfm.LastFmScrobbler; using Lpfm.LastFmScrobbler.Api; using Microsoft.Win32; using TagLib; using WMPLib; namespace LastFmScrobbler.SampleApplication { pub...
2.3912
f2b9c5c8588c19efd1aa839d7d0b0fec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844194
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "phoenix214/BisnerXamarin", "max_stars_repo_path": "Bisner.Mobile.Core/Models/Feed/SelectedImage.cs", "provenance": "train-00027-of-00045.jsonl.gz:163414" }
starcoder
<reponame>phoenix214/BisnerXamarin<gh_stars>1-10 using MvvmCross.Core.ViewModels; namespace Bisner.Mobile.Core.Models.Feed { public class SelectedImage : MvxViewModel { private byte[] _bytes; public byte[] Bytes { get { return _bytes; } set { _bytes = value; Rai...
1.658509
d464a2f4e7291163ec22b07d1cccc81f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844195
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "laz08/wipeout", "max_stars_repo_path": "Assets/Scripts/BombItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:163415" }
starcoder
using UnityEngine; using System.Collections; public class BombItem : MonoBehaviour { public ParticleSystem explosion; // Update is called once per frame void Update () { transform.Translate (0.0f, -Time.deltaTime, 0.0f);//Fall down } void OnCollisionEnter(Collision collision) { if (collision.gameObject....
2.465091
c92ddbe5db36487c5d651215b98dc0a7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844196
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JoseLuisPucChan/PracticasMoreno", "max_stars_repo_path": "Unidad2/Unidad2/Color.cs", "provenance": "train-00027-of-00045.jsonl.gz:163416" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Unidad2 { class Color { public string indice { get; set; } public string valor { get; set; } } }
1.862026
ab4a5b60ad29d77090387a7f344fa8be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844197
{ "extension": "c-sharp", "max_stars_count": "44.0", "max_stars_repo_name": "AaronFriel/pulumi-google-native", "max_stars_repo_path": "sdk/dotnet/Monitoring/V3/Inputs/DistributionCutArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:163417" }
starcoder
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Goog...
2.05108
4c27de9886c10a63f07a4b1c89020dea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844198
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "playgen/it-alert", "max_stars_repo_path": "Simulation/PlayGen.ITAlert.Simulation.Configuration/Scenarios/Tutorial/Archetypes/RedTutorialVirus.cs", "provenance": "train-00027-of-00045.jsonl.gz:163418" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Engine.Archetypes; using PlayGen.ITAlert.Simulation.Common; using PlayGen.ITAlert.Simulation.Modules.Malware.Archetypes; using PlayGen.ITAlert.Simulation.Modules.Malware.Components; namespace PlayGen.IT...
1.698303
f364124cf193584f16843ac0ea28d3d9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844199
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jamsforfun/GMTK-2019", "max_stars_repo_path": "GMTK-2019 Project/Assets/_Scripts/_GAME/PickableObjects/PlayerObjectInteraction.cs", "provenance": "train-00027-of-00045.jsonl.gz:163419" }
starcoder
<reponame>jamsforfun/GMTK-2019<filename>GMTK-2019 Project/Assets/_Scripts/_GAME/PickableObjects/PlayerObjectInteraction.cs using System.Collections; using System.Collections.Generic; using UnityEngine; [ExecuteInEditMode] public class PlayerObjectInteraction : MonoBehaviour { [SerializeField] private GameState _g...
2.4132
c29ffed2a2de2a1410207b64b13eb7dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844200
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "micdenny/AspNetCoreSwissArmyKnife", "max_stars_repo_path": "src/AspNetCoreEntityFrameworkCore/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163420" }
starcoder
<reponame>micdenny/AspNetCoreSwissArmyKnife #define Expanded_Default // Expanded_Default, BuildWebHost_EnableEfConvention using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using AspNetCoreEntityFrameworkCore.DataAccess; using AspNetCoreEntityFrameworkCor...
2.3055
e621ef7e7de8e91ebb6b6940e6fdfee1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844201
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mitsbits/NoBorg", "max_stars_repo_path": "src/infra/Borg.MVC/BuildingBlocks/Contracts/IHaveAUrl.cs", "provenance": "train-00027-of-00045.jsonl.gz:163421" }
starcoder
<filename>src/infra/Borg.MVC/BuildingBlocks/Contracts/IHaveAUrl.cs<gh_stars>1-10 namespace Borg.MVC.BuildingBlocks.Contracts { public interface IHaveAUrl { string Path { get; } string QueryString { get; } string Domain { get; } } }
1.958898
dd07904936ee9242e4c0dababe11ff43
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844202
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ilyalatt/Discogs.Dump", "max_stars_repo_path": "src/Discogs.Dump/Model/Releases/Label.cs", "provenance": "train-00027-of-00045.jsonl.gz:163422" }
starcoder
<filename>src/Discogs.Dump/Model/Releases/Label.cs namespace Discogs.Dump.Model.Releases { public sealed class Label { public string CatNo { get; } public int Id { get; } public string Name { get; } public Label(string catNo, int id, string name) { CatNo = ca...
2.447866
2a3a36a9c3b84f219b0610c3e8b82370
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844203
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "capnmidnight/Juniper", "max_stars_repo_path": "src/Juniper.FreeRDP.WPF/SettingsWindow.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:163423" }
starcoder
<reponame>capnmidnight/Juniper<filename>src/Juniper.FreeRDP.WPF/SettingsWindow.xaml.cs<gh_stars>1-10 using System.Windows; using Microsoft.Win32; namespace Juniper { /// <summary> /// Interaction logic for SettingsWindow.xaml /// </summary> public partial class SettingsWindow : Window { pr...
2.484032
589a6c1dff416206ec6346c3f9dcfe0b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844204
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fredatgithub/MyFavoriteQuotes", "max_stars_repo_path": "CodedUITestMyFavoriteQuotes/UIMap.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163424" }
starcoder
<filename>CodedUITestMyFavoriteQuotes/UIMap.Designer.cs // ------------------------------------------------------------------------------ // <auto-generated> // Ce code a été généré par un générateur de test codé de l'interface utilisateur. // Version : 14.0.0.0 // // Les modifications apportées à ce ...
2.022237
a12a548033920c46953c2b4ffb1d6a22
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844205
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "f14n/code-cracker", "max_stars_repo_path": "src/CSharp/CodeCracker/Usage/DisposablesShouldCallSuppressFinalizeAnalyzer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163425" }
starcoder
<filename>src/CSharp/CodeCracker/Usage/DisposablesShouldCallSuppressFinalizeAnalyzer.cs<gh_stars>0 using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; using System.Collections.Immutable; using System.Linq; namespace CodeCracker.CSharp.Usage { [Diagno...
2.681055
ddcbc00a3359103b2156103e373c9ba0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844206
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SaberMK/BiBi", "max_stars_repo_path": "BB.Tokenizer/Expressions/Base/BaseExpression.cs", "provenance": "train-00027-of-00045.jsonl.gz:163426" }
starcoder
namespace BB.Tokenizer.Expressions.Base { public abstract class BaseExpression { } }
0.886186
c8f4442877e440b82d1c64c492d9571a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844207
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KostyaBaklan/Chess-KGB", "max_stars_repo_path": "Chess/Engine/Interfaces/Config/IStaticEvaluation.cs", "provenance": "train-00027-of-00045.jsonl.gz:163427" }
starcoder
using Engine.Models.Config; namespace Engine.Interfaces.Config { public interface IStaticEvaluation { short Unit { get; } short Mate { get; } short Factor { get; } int ThreefoldRepetitionValue { get; } BoardEvaluation Opening { get; set; } BoardEvaluation Middl...
1.978973
9ffceb3afe3b7ab00d5510848dd9e0b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844208
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bkoelman/DogAgilityCompetitionManagemen", "max_stars_repo_path": "src/Specs/Facilities/EventArgsWithNameForRemoteKeyTrackerExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163428" }
starcoder
<reponame>bkoelman/DogAgilityCompetitionManagemen using System; using DogAgilityCompetition.Circe; using DogAgilityCompetition.Circe.Protocol; using DogAgilityCompetition.Controller.Engine; using FluentAssertions; namespace DogAgilityCompetition.Specs.Facilities { internal static class EventArgsWithNameForRemoteKe...
1.797461
7b5064d1d13aa678d5236f2d8f960590
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844209
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "aelij/PerformanceMonitor", "max_stars_repo_path": "src/PerformanceMonitor/ViewModels/CategoryViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163429" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using PerformanceMonitor.Models; namespace PerformanceMonitor.ViewModels { public class CategoryViewModel : ViewModel { private readonly PerformanceCounterCategory _category; ...
2.882959
b87d42dbdfcbf8ee416b19e9b6bdedcd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844210
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aakison/behaviour-salsa-unity", "max_stars_repo_path": "WaitFor.cs", "provenance": "train-00027-of-00045.jsonl.gz:163430" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Salsa { public static class WaitFor { public static WaitForSeconds Seconds(float seconds) { WaitForSeconds ret; if(!cachedWaiters.TryGetValue(seconds, out ret)) { ...
2.627555
88627c08927515a82eb0d2a2018ed3af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844211
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dkzkv/DKZKV.ServiceSample", "max_stars_repo_path": "src/DKZKV.ServiceSample/DKZKV.BookStore.Api/Presentation/Models/BookFilter.cs", "provenance": "train-00027-of-00045.jsonl.gz:163431" }
starcoder
using DKZKV.BookStore.Presentation.Models.Paging; using Microsoft.AspNetCore.Mvc; namespace DKZKV.BookStore.Presentation.Models; /// <summary> /// Book filter /// </summary> public class BookFilter : PageFilter { /// <summary> /// Filter by book names /// </summary> [FromQuery(Name = "bn")] ...
2.305329
144fe9af198e5cf47349c67d5b583d60