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
8846912
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "smdx24/CPI-Source-Code", "max_stars_repo_path": "ClubPenguin.Net.Domain.Igloo/RoomItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:166132" }
starcoder
<reponame>smdx24/CPI-Source-Code // RoomItem using ClubPenguin; using ClubPenguin.Net.Domain.Igloo; using System; using System.Collections.Generic; [Serializable] public class RoomItem { public WorldTransform worldTransform; private List<CustomItemProperty> _customProperties; public int pieceNumber; public List...
2.536578
fe24967f530b7cb6f0a05263a083d5f8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846913
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zhangming2/zhangming2", "max_stars_repo_path": "WaterCloud/WaterCloud.Code/Web/Chosen/ChosenSelectModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166133" }
starcoder
<reponame>zhangming2/zhangming2 /******************************************************************************* * Copyright © 2016 WaterCloud.Framework 版权所有 * Author: WaterCloud * Description: WaterCloud快速开发平台 * Website: *********************************************************************************/ namespace...
1.44822
e9b46a809edbf873aaefce803bfc1a9f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847042
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "endink/Schubert", "max_stars_repo_path": "src/Framework/Schubert.Framework.Data.EntityFramework/DbOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166262" }
starcoder
<reponame>endink/Schubert<gh_stars>10-100 using Microsoft.EntityFrameworkCore; using Schubert.Framework.Data.Providers; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading.Tasks; namespace Schubert.Framework.Data { /// <summary> /// Data 功能选项(默认配置...
2.115589
1382f5b28715ce68c6005b1dc22fa0a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847043
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/DC-ILR-2021-LearnerEntryTool", "max_stars_repo_path": "src/IlrLearnerEntry.UIAutomation.Tests/RegressionTests/HomePage/HomePageTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:166263" }
starcoder
using IlrLearnerEntry.UIAutomation.Tests.TestHelper; using IlrLearnerEntry.UIAutomation.Tests.WindowObjects; using Xunit; namespace IlrLearnerEntry.UIAutomation.Tests.Tests { [Collection("Application Collection")] public class HomePageTests: TestsSetup { string expectedUKPRNMessage = "Please enter...
2.274722
4b40a582a4a90ce3e467ee7ac41249b0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847044
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WinstonMao/MatterControl", "max_stars_repo_path": "SlicerConfiguration/Settings/SettingsHelpers.cs", "provenance": "train-00027-of-00045.jsonl.gz:166264" }
starcoder
<reponame>WinstonMao/MatterControl /* Copyright (c) 2016, <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: 1. Redistributions of source code must retain the above copyright notice, this ...
1.113311
db698050a3055954cb3c0e1cc1730a2f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847045
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "zerratar/RavenNest", "max_stars_repo_path": "src/RavenNest.Blazor/Controllers/VillageController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166265" }
starcoder
using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Options; using RavenNest.BusinessLogic.Data; using RavenNest.BusinessLogic.Game; using RavenNest.Models; using RavenNest.Sessions; using System; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace RavenNest.Controllers { [Route(...
2.244436
5e5c079b2a35204e55b85c6ae99e623f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847046
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "210329-UTA-SH-UiPath/P0-Eduardo-Reyes", "max_stars_repo_path": "PizzaBox.Data/IRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166266" }
starcoder
using System.Collections.Generic; using PizzaBox.Domain.Abstracts; using PizzaBox.Domain.Models; namespace PizzaBox.Data { public interface IRepository { void addPizza(PizzaBox.Domain.Models.CustomPizza pizza); List<CustomPizza> GetAllPizzas(); List<Customer> GetUserAndPass(); ...
2.20422
a9d93db7c4509b9a2d832180592abc55
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847047
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "iynaur/poly2tri", "max_stars_repo_path": "CsharpCallC/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:166267" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServices; using System.Diagnostics; using System.Web.Script.Serialization; /// <summary> namespace CsharpCallC { class Program { [DllImport("lib...
2.652503
b0f88b87f35b279a4a3aea89dbbd0faf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847048
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Snakye/RxBim.Tools", "max_stars_repo_path": "src/RxBim.Tools.Revit/Models/SharedParameterInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:166268" }
starcoder
namespace RxBim.Tools.Revit.Models { /// <summary> /// Информация об общем параметре /// </summary> public class SharedParameterInfo { /// <summary> /// Данные общего параметра, описывающие его в ФОП /// </summary> public SharedParameterDefinition Definition { get; s...
2.048645
cfcba3102ec0b6eb25ddd948b10e9423
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847049
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ignacy130/bibabook", "max_stars_repo_path": "Bibabook/Bibabook/Views/AppEvents/Details.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166269" }
starcoder
<filename>Bibabook/Bibabook/Views/AppEvents/Details.cshtml<gh_stars>0 @using Contract.Enums @model Bibabook.Implementation.Models.AppEvent @{ ViewBag.Title = "Szczegóły"; var loggedId = Bibabook.DAL.UserHelper.GetLogged(Session).AppUserID; var userIsHost = Model.Host.AppUserID == loggedId; bool userIs...
2.475309
8827807579e24d2141e56566b7f1c243
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847050
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ZeroInfinite/iot-edge-opc-proxy-api-csharp", "max_stars_repo_path": "src/Microsoft.Azure.Devices.Proxy/Services/Provider/IoTHubStream.cs", "provenance": "train-00027-of-00045.jsonl.gz:166270" }
starcoder
<gh_stars>0 // ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Micro...
1.979334
2e02bb933f97b5c6bf3bf05a3feee45a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847051
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WitoEAU/ProyectoTecnoInnova", "max_stars_repo_path": "ProyectoTecnoInnova/ProyectoTecnoInnova/Views/Solicitud/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166271" }
starcoder
<filename>ProyectoTecnoInnova/ProyectoTecnoInnova/Views/Solicitud/Index.cshtml  @{ ViewBag.Title = "Index"; } <h2>Solicitud</h2>
1.117972
6c94a442b90974f59e9e3146177e429f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847052
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dlech/gisharp", "max_stars_repo_path": "tools/CodeGen/Gir/Type.cs", "provenance": "train-00027-of-00045.jsonl.gz:166272" }
starcoder
<filename>tools/CodeGen/Gir/Type.cs // SPDX-License-Identifier: MIT // Copyright (c) 2018-2019 <NAME> <<EMAIL>> using System; using System.Xml.Linq; namespace GISharp.CodeGen.Gir { public sealed class Type : GIType { public Type(XElement element, GirNode parent) : base(element, parent) { ...
2.086591
574746a77fc03cc4f8117dc7af29d42e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847053
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xx502003587/BookMark", "max_stars_repo_path": "Utils.cs", "provenance": "train-00027-of-00045.jsonl.gz:166273" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Runtime.Remoting.Messaging; using System.Drawing.Drawing2D; using System.Drawing.Printing; using System.Collections; using System.Text.RegularExpressions; namespace BookMar...
2.740837
c22e605e510dc7a588ca0e3f314268fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847054
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "belav/runtime", "max_stars_repo_path": "src/libraries/System.Net.Security/tests/UnitTests/SslStreamAllowedProtocolsTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:166274" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Net.Test.Common; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Xunit; ...
1.837883
b0734a65254586b79b596b32b9281a1b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847055
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-provide-feedback-employer", "max_stars_repo_path": "src/Employer/ESFA.DAS.ProvideFeedback.Employer.Application/Configuration/CommitmentsApiClientConfig.cs", "provenance": "train-00027-of-00045.jso...
starcoder
using SFA.DAS.Commitments.Api.Client.Configuration; using SFA.DAS.Http.Configuration; namespace ESFA.DAS.ProvideFeedback.Employer.Application.Configuration { public class CommitmentsApiClientConfig : ICommitmentsApiClientConfiguration, IJwtClientConfiguration { public string BaseUrl { get; set; } ...
1.25212
590c0c0a578346549aafbd93b4a10258
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847056
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "intelie/lognit-ftw", "max_stars_repo_path": "src/ForTheWin/Steps/CheckServerAccessible.cs", "provenance": "train-00027-of-00045.jsonl.gz:166276" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Sockets; using System.Text; namespace ForTheWin.Steps { public class CheckServerAccessible : IStep { readonly string serverAndPort; public CheckServerAccessible(string serverAndPort) {...
2.775799
580961ebcdf4cb0de1d5227609b6b561
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847057
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "wirunekaewjai/unity-observable-monobehaviour-fsm", "max_stars_repo_path": "FSM/Invoker.cs", "provenance": "train-00027-of-00045.jsonl.gz:166277" }
starcoder
using System; using System.Collections.Generic; using UnityEngine; namespace Devdayo.FSM { public sealed class Invoker { private class Data { public Action action; public float delay; public float count; } private const int ACTION_LIMIT = 5...
2.803112
12953c83e04739e7f739401b4b26654b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847058
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vadimline/RunRabbitRun.Net", "max_stars_repo_path": "src/RunRabbitRun.Net/Response.cs", "provenance": "train-00027-of-00045.jsonl.gz:166278" }
starcoder
<gh_stars>0 using System.Collections.Generic; namespace RunRabbitRun.Net { public class Response { public string Body { get; set; } public Dictionary<string, object> Headers { get; set; } = new Dictionary<string, object>(); public int StatusCode { get { ...
1.81842
7b1f7542027f0f74d6f03acc69d8c298
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847059
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yuchi0731/Portfolio", "max_stars_repo_path": "Portfolio/C#/DrinkOrderSystem/DrinkOrderSystem/ServerSide/ProductManagement/ModifyProduct.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:166279" }
starcoder
<filename>Portfolio/C#/DrinkOrderSystem/DrinkOrderSystem/ServerSide/ProductManagement/ModifyProduct.aspx.cs using DOS_Auth; using DOS_DBSoure; using DOS_ORM.DOSmodel; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebContro...
2.217125
0fd4f8f5bd169e59c9be904b1a90120f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847060
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "robertohermes/Comissoes", "max_stars_repo_path": "Dufry.Comissoes.Data.Repository/Dapper/TipoNegocioDapperRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166280" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Dapper; using DapperExtensions; using Dufry.Comissoes.Domain.Entities; using Dufry.Comissoes.Domain.Interfaces.Repository.ReadOnly; namespace Dufry.Comissoes.Data.Repository.Dapper { public class TipoNegocioDap...
2.300662
1b9454678ab665e624d1e47cef80e58b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847061
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "haraldnagel/ocuda", "max_stars_repo_path": "src/Ops.Service/Interfaces/Promenade/Repositories/IPageLayoutRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166281" }
starcoder
<reponame>haraldnagel/ocuda<filename>src/Ops.Service/Interfaces/Promenade/Repositories/IPageLayoutRepository.cs using System.Collections.Generic; using System.Threading.Tasks; using Ocuda.Ops.Service.Filters; using Ocuda.Promenade.Models.Entities; using Ocuda.Utility.Models; namespace Ocuda.Ops.Service.Interfaces.Pro...
1.601683
dd536f9ddd10ec1c607c7ba7e2df546f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847062
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SinsofSloth/RF5-global-metadata", "max_stars_repo_path": "MessagePack/Formatters/OrderSaveParameterFormatter.cs", "provenance": "train-00027-of-00045.jsonl.gz:166282" }
starcoder
<filename>MessagePack/Formatters/OrderSaveParameterFormatter.cs<gh_stars>1-10 public sealed class OrderSaveParameterFormatter : IMessagePackFormatter<OrderSaveParameter>, IMessagePackFormatter // TypeDefIndex: 10144 { // Methods // RVA: 0x2350A00 Offset: 0x2350B01 VA: 0x2350A00 Slot: 4 public void Serialize(ref Mes...
1.830074
ca407b742321d0e0ade930debb9c7242
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847063
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "darakeon/dk-lib", "max_stars_repo_path": "Source/NHibernate/Mappings/CascadeConvention.cs", "provenance": "train-00027-of-00045.jsonl.gz:166283" }
starcoder
using FluentNHibernate.Conventions; using FluentNHibernate.Conventions.Instances; namespace Keon.NHibernate.Mappings { internal class CascadeConvention { public class ManyToOne : IReferenceConvention { public void Apply(IManyToOneInstance instance) { //The weak entity should not update the strong one....
2.100398
94546c3b88e27202770dfd3ffd29f431
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847064
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cosmos-open/FileTypeSniffer", "max_stars_repo_path": "src/CosmosStack.Extensions.FileTypeSniffer.Library.Media/CosmosStack/Sniffers/FileTypeSniffers/Library/Fingerprint.mpeg.cs", "provenance": "train-00027-of-00045.jsonl.gz:166284" }
starcoder
<reponame>cosmos-open/FileTypeSniffer using CosmosStack.Sniffers.FileTypeSniffers.Registering; // ReSharper disable InconsistentNaming namespace CosmosStack.Sniffers.FileTypeSniffers.Library { [FileTypeExtensionNames("mpg mpeg")] [FileTypeHex("00 00 01 B3")] public class _Mpeg_1_Fingerprint : IFileTypeFi...
1.184655
133c405efea43d0b6b44a7d60fc5f06c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847065
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "h0useRus/KCDLocalizer", "max_stars_repo_path": "KCDLocalizer/Localization.cs", "provenance": "train-00027-of-00045.jsonl.gz:166285" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Threading.Tasks; using System.Web; using System.Xml; namespace NSW.KCDLocalizer { public class Localization { public Localization(string key) { Key = key; } public stri...
2.782763
b37e6775534b2dee7316d9537ffcee9d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847066
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "hjh1126123/LazySql", "max_stars_repo_path": "LazySQL/Extends/IParmsBlueprint.cs", "provenance": "train-00027-of-00045.jsonl.gz:166286" }
starcoder
using System.CodeDom; namespace LazySQL.Extends { public interface IParmsBlueprint { CodeExpression Create(string parName, string valueField); } }
1.56212
de36dff6c8c0048b0bbbf410c4563236
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847067
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "kdrkrgz/Kiralamax", "max_stars_repo_path": "src/api/CarRental.DataAccess/Abstract/IOperationClaimDal.cs", "provenance": "train-00027-of-00045.jsonl.gz:166287" }
starcoder
<filename>src/api/CarRental.DataAccess/Abstract/IOperationClaimDal.cs using CarRental.Core.DataAccess; using CarRental.Core.Entities.Concrete; using System; using System.Collections.Generic; using System.Text; namespace CarRental.DataAccess.Abstract { public interface IOperationClaimDal: IEntityRepository<Operati...
1.44645
e13230ed74a53b730963dfc1e571b023
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847068
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "itsdaniellucas/clean-architecture-dotnet", "max_stars_repo_path": "src/CleanArchitecture.Domain/Event/ModifyTodoListName/ModifyTodoListNameDomainEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:166288" }
starcoder
<gh_stars>0 using CleanArchitecture.Domain.Common; using CleanArchitecture.Domain.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CleanArchitecture.Domain.Event.ModifyTodoListName { public class ModifyTodoListNameDomainEvent : I...
1.829127
c64e3bdad45d442634e020df0cef8f0a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847069
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YouJinTou/Blockchain", "max_stars_repo_path": "Models/Transaction.cs", "provenance": "train-00027-of-00045.jsonl.gz:166289" }
starcoder
using Models.Hashing; using System; using System.Text; namespace Models { public class Transaction { private string from; private string to; private decimal amount; private string publicKey; private string signature; private DateTime createdOn; private s...
2.891201
e88016078fe78371708b46d43f9d6f97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847070
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "moto2002/jiandangjianghu", "max_stars_repo_path": "src/LogSeverity.cs", "provenance": "train-00027-of-00045.jsonl.gz:166290" }
starcoder
using System; public enum LogSeverity { Log, LogDebug, LogInfo, LogWarning, LogAssert, LogError, LogException }
1.897796
5a7b69ea38337a8e87b0a4491ef3616b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847071
{ "extension": "c-sharp", "max_stars_count": "332.0", "max_stars_repo_name": "Grom-Li/WindowsProtocolTestSuites", "max_stars_repo_path": "TestSuites/BranchCache/src/TestSuite/ContentServer/MissingContentRetrievalHTTPOnly.cs", "provenance": "train-00027-of-00045.jsonl.gz:166291" }
starcoder
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Text; using Microsoft.VisualStudio.Test...
1.638596
dde84a9015c8d8e61d2601a58773d64b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847072
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "klyse/AdventOfCode2020", "max_stars_repo_path": "Solver/Challenges/Day9/Day9Input.cs", "provenance": "train-00027-of-00045.jsonl.gz:166292" }
starcoder
<gh_stars>0 using System.Collections.Generic; namespace Solver.Challenges.Day9 { public sealed record Day9Input(int Preamble, IReadOnlyList<double> Numbers); }
1.358143
26c2e77d5d1ae70bb3f5416b2a5d9651
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847073
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "FreyaFreed/mordheim", "max_stars_repo_path": "Assembly-CSharp/Steamworks/SteamFriends.cs", "provenance": "train-00027-of-00045.jsonl.gz:166293" }
starcoder
<reponame>FreyaFreed/mordheim<filename>Assembly-CSharp/Steamworks/SteamFriends.cs using System; using System.Runtime.InteropServices; namespace Steamworks { public static class SteamFriends { public static string GetPersonaName() { global::Steamworks.InteropHelp.TestIfAvailableClient(); return global::Ste...
2.051026
15d6cafda31dce291e84b15daa6a415b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847074
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "sdcb/Sdcb.Collections", "max_stars_repo_path": "Sdcb.Collections/KeyCollection.cs", "provenance": "train-00027-of-00045.jsonl.gz:166294" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; namespace Sdcb.Collections { public partial class BidirectionalDictionary<TFirst, TSecond> { /// <summary> /// Represents the collection of keys in a <see cref="BidirectionalDictionary{TFirst, T...
2.647584
964d2d68ca8cd7787aca92bd8d99eee6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847075
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "mmarkwort/MORYX-Platform", "max_stars_repo_path": "src/Tests/Moryx.Tests/Collections/SortObj.cs", "provenance": "train-00027-of-00045.jsonl.gz:166295" }
starcoder
// Copyright (c) 2020, Phoenix Contact GmbH & Co. KG // Licensed under the Apache License, Version 2.0 using Moryx.Collections; namespace Moryx.Tests.Collections { internal class SortObj : ISortableObject { public SortObj(string name) { Name = name; } public string...
2.296188
8df977260117b8b7c00c541c91c2574c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847076
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "neuroglia-io/AsyncApi", "max_stars_repo_path": "src/Neuroglia.AsyncApi.Core/Models/Message.cs", "provenance": "train-00027-of-00045.jsonl.gz:166296" }
starcoder
/* * Copyright © 2021 Neuroglia SPRL. All rights reserved. * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless requ...
2.325579
107611d5321f1003a75170755c148b38
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847077
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "stratisproject/STOPlatform", "max_stars_repo_path": "Stratis.STOPlatform/Core/Swagger/ReceiptSearchParameters.cs", "provenance": "train-00027-of-00045.jsonl.gz:166297" }
starcoder
namespace Stratis.STOPlatform.Core.Swagger { public class ReceiptSearchParameters { public string ContractAddress { get; set; } public string EventName { get; set; } public string[] Topics { get; set; } } }
1.289598
ecfceb3fa51117674f7390148421d724
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847078
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yijunsha/wordy-tetris", "max_stars_repo_path": "a/Assets/Tetris Template/Scripts/UI/InGameUI.cs", "provenance": "train-00027-of-00045.jsonl.gz:166298" }
starcoder
// /********************************************************************************* // ********************************************************************************* // ********************************************************************************* // * Produced by Skard Games ...
1.989071
8e90cbede1952b3f3367651306b5d387
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847079
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "gozargozarian/SQLiteSerializer", "max_stars_repo_path": "SQLiteSerializer/SQLiteSerializer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166299" }
starcoder
using System; using System.Collections.Generic; using System.Data; using System.Data.SQLite; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.Text; using System.Text.RegularExpressions; using System.IO; using System.Collections; namespace SQLiteSerializer { public class S...
2.53297
a3de388de218d213fac7fe6953f7703e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847080
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ErQing/CatAsset", "max_stars_repo_path": "Assets/CatAsset/Editor/Window/AssetRuntimeInfoWindow/AssetRuntimeInfoWindow.TaskInfoView.cs", "provenance": "train-00027-of-00045.jsonl.gz:166300" }
starcoder
using System.Collections; using System.Collections.Generic; using System.Reflection; using UnityEditor; using UnityEngine; namespace CatAsset.Editor { public partial class AssetRuntimeInfoWindow { private bool isInitTaskInfoView; private Vector2 taskInfoScrollPos; private Dictionary<st...
2.335214
64dbaffa6767a51e0085bc00e11936a1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847081
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "outcomputelabs/outkeep", "max_stars_repo_path": "src/Outkeep.Core/Tcp/ITcpListenerWrapperFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:166301" }
starcoder
<reponame>outcomputelabs/outkeep namespace Outkeep.Tcp { public interface ITcpListenerWrapperFactory { ITcpListenerWrapper Create(int port, bool exclusiveAddressUse); } }
1.381058
3e60d5f2a358573b773427a0b9123b97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847082
{ "extension": "c-sharp", "max_stars_count": "45.0", "max_stars_repo_name": "Peckmore/ceenhttpd", "max_stars_repo_path": "Ceen.PaaS/QueueHandlers/Interface.cs", "provenance": "train-00027-of-00045.jsonl.gz:166302" }
starcoder
<filename>Ceen.PaaS/QueueHandlers/Interface.cs using System; using Ceen.Mvc; namespace Ceen.PaaS.QueueHandlers { /// <summary> /// Marker interface for the queue /// </summary> [Name("queue")] public interface IQueue : Ceen.Mvc.IControllerPrefix { } /// <summary> /// Marker interfa...
1.588822
b33e932538be161ad49b83af325a217b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847083
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "api-bureau/confluence-api", "max_stars_repo_path": "src/ApiBureau.Confluence.Api/Dtos/ViewDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:166303" }
starcoder
<reponame>api-bureau/confluence-api namespace ApiBureau.Confluence.Api.Dtos; public class ViewDto { public string? Value { get; set; } }
1.346392
e8441302b5d5e1ab3dc47eb60fab498e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847084
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "moto2002/mobahero_src", "max_stars_repo_path": "FOWEffect.cs", "provenance": "train-00027-of-00045.jsonl.gz:166304" }
starcoder
<filename>FOWEffect.cs using Com.Game.Utils; using System; using UnityEngine; [RequireComponent(typeof(Camera))] public class FOWEffect : MonoBehaviour { private GameObject quad; public Shader shader; public Color unexploredColor = new Color(0.3f, 0.3f, 0.4f, 1f); public Color exploredColor = new C...
1.926988
bcc182f424ad3f195491f72508d353d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847085
{ "extension": "c-sharp", "max_stars_count": "30.0", "max_stars_repo_name": "eastFu/bumblebee", "max_stars_repo_path": "bumblebee-client/BumblebeeClient/Dialog.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166305" }
starcoder
namespace BumblebeeClient { partial class About { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <pa...
2.024262
dbff2d229ec26486e94ae2ecaba3892e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847086
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Valentinles/Movielandia-App", "max_stars_repo_path": "src/Movielandia.Web/Views/_ViewImports.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166306" }
starcoder
@using Movielandia.Web @using Movielandia.Data @using Movielandia.Models @using Movielandia.Common @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.605323
509955f124b2732f08dd298805beb346
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847087
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "1Schema/Open-Source", "max_stars_repo_path": "Decia.Business.Common/TypedIds/IParentId.cs", "provenance": "train-00027-of-00045.jsonl.gz:166307" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Decia.Business.Common.Modeling; namespace Decia.Business.Common.TypedIds { public interface IParentId { ModelObjectType ModelObjectType { get; } ICollection<ModelObjectReference> IdReference...
1.158151
edb522c4b214f6d16ad4536609c77ec3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847088
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jeffreychen2016/coding-challenge", "max_stars_repo_path": "CodingChallenge.PirateSpeak/Solution.cs", "provenance": "train-00027-of-00045.jsonl.gz:166308" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace CodingChallenge.PirateSpeak { public class Solution { private string AlphabetizeWord(string word) { return String.Concat(word.OrderBy(c => c)); } public string[] GetPossibleWords(string jumble, s...
3.577599
d98e794594d5341cbe2989eef3882e00
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847089
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "emiswelt/sGrid", "max_stars_repo_path": "sGridServer/Code/Utilities/BlobStorage.cs", "provenance": "train-00027-of-00045.jsonl.gz:166309" }
starcoder
<reponame>emiswelt/sGrid using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.IO; //using Microsoft.WindowsAzure; using System.Configuration; using System.Web.Hosting; //using Microsoft.WindowsAzure.StorageClient; namespace sGridServer.Code.Utilities { /// ...
2.800831
ad09a8613ceee6b86d964eda40ff9adb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847090
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jerrytang67/szsj", "max_stars_repo_path": "backend/Modules/TTWork.Abp.FeatureManagement/ValueProviders/GlobalFeatureValueProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:166310" }
starcoder
<reponame>jerrytang67/szsj<gh_stars>0 using System; using System.Threading.Tasks; using Abp.Domain.Repositories; using Abp.Domain.Uow; using TTWork.Abp.FeatureManagement.Domain; using TTWork.Abp.FeatureManagement.Features; namespace TTWork.Abp.FeatureManagement.ValueProviders { public class GlobalFeatureValueProv...
1.946497
8c4938a99b9297bb9985161af69228e4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847091
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tp7/avs-test", "max_stars_repo_path": "AvsCommon/Exceptions/AvsDispatchException.cs", "provenance": "train-00027-of-00045.jsonl.gz:166311" }
starcoder
using System; using System.ComponentModel; using System.Runtime.Serialization; namespace AvsCommon.Exceptions { [Serializable] public class AvsDispatchException : Exception { public AvsDispatchException(int win32Error, string functionName) : base(string.Format("Couldn't locate avisynth...
2.329706
6b5b398f8dc56444cce7295e41b44988
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847092
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "trueromanus/Nerv", "max_stars_repo_path": "src/Nerv.UnitTests/ReactivePropertyUnitTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:166312" }
starcoder
<reponame>trueromanus/Nerv using System.ComponentModel; using Xunit; namespace Nerv.UnitTests { public class ReactivePropertyUnitTests { [Fact] public void Constructor_InitialValue () { //arrange //action var reactiveProperty = new ReactiveProperty<int> ( 200 ); //assert Assert.Equal ( 200 , re...
2.35539
11554d76a1f2be4d36c27056f69adaad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847093
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Stelmashenko-A/EventEmitter", "max_stars_repo_path": "EventEmitter.Api/Models/Message/MessageModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166313" }
starcoder
<gh_stars>0 using System; namespace EventEmitter.Api.Models.Message { public class MessageModel { public string text { get; set; } public Guid eventId { get; set; } } }
1.304086
85a3953b63f24b3590a0479915886e9c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847094
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mreimitz/qccl.qmsservice", "max_stars_repo_path": "qccl.qmsservice/Support/ServiceKeyEndpointBehavior.cs", "provenance": "train-00027-of-00045.jsonl.gz:166314" }
starcoder
<filename>qccl.qmsservice/Support/ServiceKeyEndpointBehavior.cs using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; namespace qccl.qmsservice { /// <summary> /// /// </summary> /// <seealso cref="System.ServiceModel.Description.IEndpointBeha...
2.450588
fe31fbc2bb3e8cce91d54e6e16e91d7b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847095
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheName/EventSourcing", "max_stars_repo_path": "EventSourcing.ForgettablePayloads/Persistence/SqlServer/Extensions.DatabaseMigrations.SqlServer.DbUp/Extensions/UpgradeEngineBuilderExtensions.cs", "provenance": "train-00027-of-00045.js...
starcoder
using DbUp.Builder; namespace EventSourcing.ForgettablePayloads.Extensions.DatabaseMigrations.Persistence.SqlServer.DbUp.Extensions { /// <summary> /// Extensions for <see cref="UpgradeEngineBuilder"/> /// </summary> public static class UpgradeEngineBuilderExtensions { /// <summary> ...
2.137604
037cfdbe85b54edde7a4f5f8330211b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847096
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Orcomp/Orc.CheckForUpdates", "max_stars_repo_path": "src/Orc.CheckForUpdate.Core/Helpers/VersionStringHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:166316" }
starcoder
<filename>src/Orc.CheckForUpdate.Core/Helpers/VersionStringHelper.cs<gh_stars>1-10 // -------------------------------------------------------------------------------------------------------------------- // <copyright file="VersionStringHelper.cs" company="ORC"> // MS-PL // </copyright> // <summary> // The version ...
3.257435
a20da7d35f42bf1c769ac044e63299ca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847097
{ "extension": "c-sharp", "max_stars_count": "196.0", "max_stars_repo_name": "malachyoc/xrm-ci-framework", "max_stars_repo_path": "MSDYNV9/Xrm.Framework.CI/Xrm.Framework.CI.Common.IntegrationTests/ConnectionConfigManagerTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:166317" }
starcoder
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Xrm.Framework.CI.Common.IntegrationTests.Logging; namespace Xrm.Framework.CI.Common.IntegrationTests { [TestClass] public class ConnectionConfigManagerTest { public TestContext TestContext { get; ...
2.28153
b0883f9fd624d3d1d1119e2cb78220c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847098
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "fatihgurdal/CandyFramework", "max_stars_repo_path": "CandyFramework.Entity/Interface/ViewModel/IUserGroupView.cs", "provenance": "train-00027-of-00045.jsonl.gz:166318" }
starcoder
using CandyFramework.Entity.Entity.ViewModel; using CandyFramework.Entity.Interface.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CandyFramework.Entity.Interface.ViewModel { public interface IUserGroupView : IUserGroup { ...
1.432826
6f1a3aa28dd2accb8229a6e3c531d5e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847099
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "voxity/Voxity.API.NET", "max_stars_repo_path": "Voxity.API/EndPoints/Contacts.cs", "provenance": "train-00027-of-00045.jsonl.gz:166319" }
starcoder
<reponame>voxity/Voxity.API.NET using Newtonsoft.Json; using System.Collections.Generic; using System.Net; using System.Net.Http; using Voxity.API.Models; namespace Voxity.API.EndPoints { /// <summary> /// /// </summary> public class Contacts { private IApiSession contactSession; ...
2.588053
59a5764c43f3c86a1725b5d260203636
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847100
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Xwilarg/OneHourGameJam358", "max_stars_repo_path": "Assets/Scripts/ComputerManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:166320" }
starcoder
using UnityEngine; public class ComputerManager : MonoBehaviour { [SerializeField] private GameObject Target; public static ComputerManager Instance { private set; get; } private void Awake() { Instance = this; } public int CanStartBadFiles = 0; public void StartUserInter()...
2.153487
ae5ae403ed8b3ad3bc693df60a2010de
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847101
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ehtick/Maui", "max_stars_repo_path": "src/CommunityToolkit.Maui.Core/Views/Alert/Alert.macios.cs", "provenance": "train-00027-of-00045.jsonl.gz:166321" }
starcoder
namespace CommunityToolkit.Maui.Core.Views; /// <summary> /// Popup for iOS + MacCatalyst /// </summary> public class Alert { NSTimer? timer; /// <summary> /// Initialize Alert /// </summary> public Alert() { AlertView = new AlertView(); AlertView.ParentView.AddSubview(AlertView); AlertView.ParentView.B...
2.570335
d6824231f64e01e944ef3c4df68c7e28
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847102
{ "extension": "c-sharp", "max_stars_count": "31.0", "max_stars_repo_name": "moljac/cloudscribe.Web.Navigation", "max_stars_repo_path": "src/RazorPages.WebApp/Pages/_ViewImports.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166322" }
starcoder
<reponame>moljac/cloudscribe.Web.Navigation<filename>src/RazorPages.WebApp/Pages/_ViewImports.cshtml @using Microsoft.AspNetCore.Identity @using RazorPages.WebApp @using RazorPages.WebApp.Data @using cloudscribe.Web.Navigation @namespace RazorPages.WebApp.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.10824
b3035b80bb8b90ca87db8f9a7c1b9ae8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847103
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NeSh74/CSharp-OOP-June-2021", "max_stars_repo_path": "11.Design Patterns/11. CSharp-OOP-Design-Patterns-Exercise/Prototype/StartUp.cs", "provenance": "train-00027-of-00045.jsonl.gz:166323" }
starcoder
using System; namespace Prototype { class StartUp { static void Main(string[] args) { SandwichMenu sandwichMenu = new SandwichMenu(); sandwichMenu["BLT"] = new Sandwich("Wheat", "Bacon", "", "Lettuce,Tomato"); sandwichMenu["PB&J"] = new Sandwich("White", ""...
3.05762
96bb1dab6f22d0b03ad8a6156c3b6e89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847104
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lewjc/IdentityServer", "max_stars_repo_path": "Starter Files/ImageGallery/AssetTrackerIDP/Controllers/UserManagementController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166324" }
starcoder
<reponame>lewjc/IdentityServer using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; using AssetTrackerIDP.Data; using AssetTrackerIDP.Models; using AssetTrackerIDP.User.Data.Enums.Claims; using AssetTra...
2.008818
7fa1768ad6869ca817c08e3883e0492e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847105
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lenerson/ApiGatewayWithOcelot", "max_stars_repo_path": "src/Orders.Domain/Models/Order.cs", "provenance": "train-00027-of-00045.jsonl.gz:166325" }
starcoder
<reponame>lenerson/ApiGatewayWithOcelot<filename>src/Orders.Domain/Models/Order.cs using System; using System.Collections.Generic; namespace Orders.Domain.Models { public class Order { public Guid Id { get; private set; } public Guid CustomerId { get; private set; } public ICollection<...
2.615806
27a9e9efe4439b7f8a90d6c3a261e573
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847106
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Rexagon/windy-island", "max_stars_repo_path": "Assets/Scripts/ObjectPlacer/ObjectPlacer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166326" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ObjectPlacer : MonoBehaviour { public static bool isEnabled = false; public static GameObject objectToPlace; public static GameObject targetObject; public static string tagName = ""; public static string pr...
1.630539
d02b2c1fc01b3a969ab65cae1bf3523d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847107
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DrewKestell/JotunnModStub", "max_stars_repo_path": "PlutoModUnity/Assets/Scripts/assembly_valheim/ObjectDB.cs", "provenance": "train-00027-of-00045.jsonl.gz:166327" }
starcoder
using System.Collections.Generic; using UnityEngine; public class ObjectDB : MonoBehaviour { private static ObjectDB m_instance; public List<StatusEffect> m_StatusEffects = new List<StatusEffect>(); public List<GameObject> m_items = new List<GameObject>(); public List<Recipe> m_recipes = new List<Recipe>(); p...
2.344639
c216273f9d6b076f77ef0373394115c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847108
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "octansIt/environmentassessment", "max_stars_repo_path": "EnvironmentAssessment.Wizard/Common/VimApi/O/OvfNetworkMappingNotSupported.cs", "provenance": "train-00027-of-00045.jsonl.gz:166328" }
starcoder
namespace EnvironmentAssessment.Common.VimApi { public class OvfNetworkMappingNotSupported : OvfImport { } }
0.961334
1211d54d67a5725390c60431e2859dde
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847109
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JohnConstine/untiy", "max_stars_repo_path": "Assets/GameMain/Scripts/Definition/Enum/Joystick/AxisOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166329" }
starcoder
<gh_stars>1-10 namespace SG1 { /// <summary> /// 游戏的虚拟轴 /// </summary> public enum AxisOptions { /// <summary> /// 水平和垂直 /// </summary> Both, /// <summary> /// 水平 /// </summary> Horizontal, /// <summary> /// 垂直 /// </summary> Vertical } }
1.970304
c37e74f0a722d1fb01f0dd832671dde2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847110
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "phillip-hopper/BloomDesktop", "max_stars_repo_path": "src/BloomExe/HtmlLabel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166330" }
starcoder
<reponame>phillip-hopper/BloomDesktop<filename>src/BloomExe/HtmlLabel.cs using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using Gecko; using Palaso.UI.WindowsForms.Extensions; namespace Bloom { /// <summary> /// Any links (web or file path) are cause the browser or file e...
2.702848
b64a621d1c3a92caceaadbf4e024953a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847111
{ "extension": "c-sharp", "max_stars_count": "41.0", "max_stars_repo_name": "SoylentGraham/UnityScripts", "max_stars_repo_path": "PopExceptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166331" }
starcoder
<filename>PopExceptions.cs using System.Collections; using System.Collections.Generic; using UnityEngine; namespace PopX { public static class Exception { public static void ThrowIf(bool Condition, string Error) { if (Condition) throw new System.Exception(Error); } public static void Assert(bool Co...
2.342304
d7d61306e49070a2a7d40ed662c6cc8a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847112
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "deividt/alura_cursos_csharp", "max_stars_repo_path": "curso_design_patterns_2/DesignPatterns2/DesignPatterns2/Cap4/IExpressao.cs", "provenance": "train-00027-of-00045.jsonl.gz:166332" }
starcoder
using DesignPatterns2.Cap5; namespace DesignPatterns2.Cap4 { public interface IExpressao { int Avalia(); void Aceita(IVisitor impressoraVisitor); } }
1.861637
5e29044761845621ecbe458e53b93606
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847113
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "belav/runtime", "max_stars_repo_path": "src/mono/mono/tests/generics-sharing.2.cs", "provenance": "train-00027-of-00045.jsonl.gz:166333" }
starcoder
<reponame>belav/runtime<filename>src/mono/mono/tests/generics-sharing.2.cs using System; using System.Collections.Generic; using System.Reflection; namespace GenericSharingTest { public delegate int IntVoidDelegate(); public class ClassA { } public class ClassB { } public class ClassC { } publi...
2.4137
715505ee674a64702d7998e325bafaa5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847114
{ "extension": "c-sharp", "max_stars_count": "778.0", "max_stars_repo_name": "jeroen-mostert/CodeContracts", "max_stars_repo_path": "Microsoft.Research/Analyzers/Inference/CodeFixesForOverflowingExpression.cs", "provenance": "train-00027-of-00045.jsonl.gz:166334" }
starcoder
<filename>Microsoft.Research/Analyzers/Inference/CodeFixesForOverflowingExpression.cs // CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentat...
2.210184
21711a5711df54aaec7dbd3e7d0908df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847115
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Engin-Boot/vitals-simplification-cs-PallaviZoting", "max_stars_repo_path": "ResultExpect.cs", "provenance": "train-00027-of-00045.jsonl.gz:166335" }
starcoder
<filename>ResultExpect.cs using System; using System.Diagnostics; namespace Vitals { class ResultExpect { public static void ExpectTrue(bool expression) { if(!expression) { Console.WriteLine("Expected true, but got false"); Environment.Exit(1); } } publ...
2.698412
fd027f77b8a518fda5f5efb19f91e800
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847116
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bestcolour/Linear-Event-Manager", "max_stars_repo_path": "LEM_Editor_Files/Node_LEM/Nodes/ConnectionPointTypes/ConnectionPoint.cs", "provenance": "train-00027-of-00045.jsonl.gz:166336" }
starcoder
using UnityEngine; using System.Collections.Generic; using System.Collections; using System; namespace LEM_Editor { //Connection point is the point where the lines of the nodes connect with the node public abstract class ConnectionPoint { public abstract int Index { get; set; } public Rec...
2.632867
c238fef0f09cef324c72ce77f05ba4d2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847117
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "skuvault-integrations/volusionAccess", "max_stars_repo_path": "src/VolusionAccess/Models/Command/OrderColumns.cs", "provenance": "train-00027-of-00045.jsonl.gz:166337" }
starcoder
namespace VolusionAccess.Models.Command { public class OrderColumns { public static readonly OrderColumns Unknown = new OrderColumns( string.Empty ); public static readonly OrderColumns OrderId = new OrderColumns( "o.OrderID" ); public static readonly OrderColumns OrderDate = new OrderColumns( "o.OrderDate" );...
2.076502
23de32fdf6c3fd56eac0675c71a08a2b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847118
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Webysoft/SimpleCommands.NET", "max_stars_repo_path": "Src/SimpleCommands.Lib/Command/Infrastructure/CommandStreamProcessor.cs", "provenance": "train-00027-of-00045.jsonl.gz:166338" }
starcoder
using SimpleCommands.Core.Exceptions; using SimpleCommands.Core.IO; namespace SimpleCommands.Core.Command.Infrastructure { public class CommandStreamProcessor { private readonly IOutput _output; private readonly IInput _input; private readonly ICommandHandler _commandHandler; ...
2.998684
fd3dbb4a92c5bbdd31b0e3cb20529bb1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847119
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "NON906/HandVR", "max_stars_repo_path": "HandVR/Assets/HandVR/HandVRSample/Scripts/CanCarryObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:166339" }
starcoder
<filename>HandVR/Assets/HandVR/HandVRSample/Scripts/CanCarryObject.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class CanCarryObject : MonoBehaviour, IControlObject { public Color FocusedColor = Color.yellow; public Color GrabColor = Color.red; Material ma...
2.16731
8d894b25f72be1a5e1ba9f649c859226
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847120
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "djjsdtc/VimeoDownload", "max_stars_repo_path": "VimeoDownload/DataContract/VimeoVideo.cs", "provenance": "train-00027-of-00045.jsonl.gz:166340" }
starcoder
namespace VimeoDownload.DataContract { using Newtonsoft.Json; using System.Collections.Generic; /// <summary> /// Vimeo 视频的总元数据。 /// </summary> public class VimeoVideo { /// <summary> /// 视频 ID。 /// </summary> [JsonProperty("clip_id")] public string ...
2.495064
ee513109ce5b1ff1b2f0f72ed733b67c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847121
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "vic-alexiev/TelerikAcademy", "max_stars_repo_path": "ASP.NET MVC/Team Project/BasiliskBugTracker/BasiliskBugTracker.Models/Project.cs", "provenance": "train-00027-of-00045.jsonl.gz:166341" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BasiliskBugTracker.Models { public class Project { public Project() { this.Bugs = new HashSet<Bug>(); this.Contributors = new HashSet<Applicatio...
2.137089
e94396d75c53e8fcdf644a244d13b17f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847122
{ "extension": "c-sharp", "max_stars_count": "3268.0", "max_stars_repo_name": "gjy5885/azure-sdk-for-net", "max_stars_repo_path": "sdk/synapse/Microsoft.Azure.Management.Synapse/src/Generated/Models/Sku.cs", "provenance": "train-00027-of-00045.jsonl.gz:166342" }
starcoder
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
2.038682
636cf6b82c11c80e4065bec3fa6c6d78
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847123
{ "extension": "c-sharp", "max_stars_count": "53.0", "max_stars_repo_name": "thesquidguy78/Vridge.Kinect", "max_stars_repo_path": "VRE.Vridge.API.Client/Messages/v3/Discovery/BeaconOrigin.cs", "provenance": "train-00027-of-00045.jsonl.gz:166343" }
starcoder
<reponame>thesquidguy78/Vridge.Kinect namespace VRE.Vridge.API.Client.Messages.v3.Discovery { public enum BeaconOrigin { Server, Client } }
1.000389
23c4e3039f868c7baf010cc3e40e5de6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847124
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "KeyKoder/Sanicball-TAS", "max_stars_repo_path": "Assets/Scripts/RandomTexture.cs", "provenance": "train-00027-of-00045.jsonl.gz:166344" }
starcoder
<reponame>KeyKoder/Sanicball-TAS using UnityEngine; namespace Sanicball { public class RandomTexture : MonoBehaviour { public Texture[] textures; private int current; public int GetCurrentTexture() { return current; } public void SetTexture(int i) ...
2.297075
0c59f907b060ffa28ce71cdca2829e82
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847125
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tocher/OpenMU", "max_stars_repo_path": "src/GameLogic/PlayerActions/Vault/RemoveVaultPinAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:166345" }
starcoder
<gh_stars>0 // <copyright file="RemoveVaultPinAction.cs" company="MUnique"> // Licensed under the MIT License. See LICENSE file in the project root for full license information. // </copyright> namespace MUnique.OpenMU.GameLogic.PlayerActions.Vault { using MUnique.OpenMU.GameLogic.Views.Vault; /// <summary> ...
2.383808
327b33302cc0f8af8c0c73ebe503a963
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847126
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CoinismRS/2dPlatformerCodeCoogs", "max_stars_repo_path": "Assets/Scripts/frogMovement.cs", "provenance": "train-00027-of-00045.jsonl.gz:166346" }
starcoder
<reponame>CoinismRS/2dPlatformerCodeCoogs<filename>Assets/Scripts/frogMovement.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class frogMovement : MonoBehaviour { Rigidbody2D _rigidbody2d; float horizontal; float jumpHeight = 5f; float speed = 3f; Animator...
2.048165
c220fc7b76e9a8516a5cd5a9d031663b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847127
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ychung-mot/crt", "max_stars_repo_path": "api/Crt.Model/Dtos/Tender/TenderListDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:166347" }
starcoder
using Crt.Model.Dtos.CodeLookup; using System; using System.Text.Json.Serialization; namespace Crt.Model.Dtos.Tender { public class TenderListDto { [JsonPropertyName("id")] public decimal TenderId { get; set; } public decimal ProjectId { get; set; } public string TenderNumber {...
1.913732
d69af66bbb519a1c89f1b6329dc54c00
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847128
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "EladGabay/pulumi-oci", "max_stars_repo_path": "sdk/dotnet/CloudGuard/Outputs/GetTargetsTargetCollectionItemTargetDetectorRecipeResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:166348" }
starcoder
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
1.699508
f782167465af813dcd31e73c051c495e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847129
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Krogenit/bfsr-sharp", "max_stars_repo_path": "BattleForSpaceResources/BattleForSpaceResources/Particles/ParticleLight.cs", "provenance": "train-00027-of-00045.jsonl.gz:166349" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Media; using System.Diagnostics; publ...
2.408802
7426b737dfe568ebcd925b5925a546ae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847130
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dobri19/TelerikHomeWork", "max_stars_repo_path": "03C#SDA/06-Demos/DemoLinkedExercises/Task08LinkedListImplementation/StartUp.cs", "provenance": "train-00027-of-00045.jsonl.gz:166350" }
starcoder
<filename>03C#SDA/06-Demos/DemoLinkedExercises/Task08LinkedListImplementation/StartUp.cs using System; using System.Collections.Generic; namespace Task08LinkedListImplementation { public class StartUp { public static void Main(string[] args) { //LinkedList<int> asd = new LinkedList...
3.391077
a4a5a62dae932868383484bdaf34ca01
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847131
{ "extension": "c-sharp", "max_stars_count": "122.0", "max_stars_repo_name": "poppywood/FcmSharp", "max_stars_repo_path": "FcmSharp/Examples/CSharp/FcmSharp.Scheduler.Quartz/Services/MessagingService.cs", "provenance": "train-00027-of-00045.jsonl.gz:166351" }
starcoder
<filename>FcmSharp/Examples/CSharp/FcmSharp.Scheduler.Quartz/Services/MessagingService.cs // Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Linq; using System.Threading; using System.Threading....
2.535188
37aad8c729e7e49e52555e2fe1bb4e70
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847132
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "JVimes/DockFloat", "max_stars_repo_path": "DockFloat/Dock.cs", "provenance": "train-00027-of-00045.jsonl.gz:166352" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Documents; using System.Windows...
2.313161
ba61cfecae3f5c9c972fc74a395705c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847133
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "Tru-Dev/LuaSTG-Editor-Sharp-X", "max_stars_repo_path": "LuaSTGEditorSharp.Core/EditorData/Node/General/CodeBlock.cs", "provenance": "train-00027-of-00045.jsonl.gz:166353" }
starcoder
<reponame>Tru-Dev/LuaSTG-Editor-Sharp-X<filename>LuaSTGEditorSharp.Core/EditorData/Node/General/CodeBlock.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using LuaSTGEditorSharp.EditorData; using LuaSTGEditorSharp.EditorData...
2.221075
f4570ee9e7037c5f034210cdcd5d1c17
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847134
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GamingBunker/AnimePlex", "max_stars_repo_path": "src/Cesxhin.AnimeSaturn/Cesxhin.AnimeSaturn.Application/Interfaces/Services/IEpisodeService.cs", "provenance": "train-00027-of-00045.jsonl.gz:166354" }
starcoder
using Cesxhin.AnimeSaturn.Domain.DTO; using System.Collections.Generic; using System.Threading.Tasks; namespace Cesxhin.AnimeSaturn.Application.Interfaces.Services { public interface IEpisodeService { //get Task<EpisodeDTO> GetEpisodeByIDAsync(string id); Task<IEnumerable<EpisodeDTO>> ...
1.962828
d11cb78b981628f337cbf9df51aa50fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847135
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kamilk08/BookLoversApi", "max_stars_repo_path": "BookLovers.Publication.Tests/UnitTests/Services/BookEditorTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:166355" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using AutoFixture; using BookLovers.Base.Infrastructure; using BookLovers.Base.Infrastructure.Extensions; using BookLovers.Publication.Domain.Authors; using BookLovers.Publication.Domain.Books; using BookLovers.Publication.Domain.Books.CoverTypes; usin...
2.018963
9aaaf5da5d4bb4fe5a8e82897bfa86a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847136
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "YvvkiRika/SFMLSharp", "max_stars_repo_path": "SFMLSharp/Window/Event.cs", "provenance": "train-00027-of-00045.jsonl.gz:166356" }
starcoder
<gh_stars>1-10 using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Versioning; using SFML.System; namespace SFML.Window { public enum EventType : int { /// <summary> /// The window requested to be closed (no data). /// </summary> Closed, /// <summary> ///...
2.193105
8f2035b1c1412194078e749677472116
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847137
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PEIKnifer/PEIMEN_Frame", "max_stars_repo_path": "Assets/PEIMEN_Frame/Script/FrameWork/System/PEIMEN_System.cs", "provenance": "train-00027-of-00045.jsonl.gz:166357" }
starcoder
///////////////////////////////////////////////// // //PEIMEN Frame System || PEIMEN_Frame branch // //creat by PEIKnifer[.CN] // //Frame for PEIMEN_System // //Create On 2019-12-5 // //Last Update in 2019-12-9 18:40:47 // ///////////////////////////////////////////////// using PEIMEN.Interface; using System; using ...
2.128068
3de19d998ac6f11c2512ff0e1c7938fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847138
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vincent94-id/FileTransferScheduler", "max_stars_repo_path": "FileTransferScheduler/Data/Serilogger.cs", "provenance": "train-00027-of-00045.jsonl.gz:166358" }
starcoder
<reponame>vincent94-id/FileTransferScheduler using Microsoft.Extensions.Logging; using Serilog; using Serilog.Core; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace FileTransferScheduler.Data { public class Serilogger { private static string pa...
2.389947
ee6abd8f9d2d79091eb00210dc9da72e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847139
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eliot2/GGJ2020-Game", "max_stars_repo_path": "Assets/CleanUpMiniGame.cs", "provenance": "train-00027-of-00045.jsonl.gz:166359" }
starcoder
using UnityEngine; using Photon.Pun; public class CleanUpMiniGame : MonoBehaviour { public int player; public int objectives = 4; public int currentObjectivesCompleted = 0; public bool isPlayer1 = false; public bool isPlayer2 = false; public GameManager gameManager; bool f...
2.204874
31b8276ba442a0d2ab5e6794dae3042b