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
8844412
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SimplyAnIcon/Plugins", "max_stars_repo_path": "SimplyAnIcon.Plugins/V1/ISimplyAPlugin.cs", "provenance": "train-00027-of-00045.jsonl.gz:163632" }
starcoder
using System; using System.Collections.Generic; using SimplyAnIcon.Plugins.V1.Settings; namespace SimplyAnIcon.Plugins.V1 { /// <summary> /// Plugin for SimplyAnIcon /// </summary> public interface ISimplyAPlugin { /// <summary> /// Name of the plugin. Keep it Short ! /// <...
2.45513
c8947ac2425ebf339b8f7ac45114147a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844413
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kunalspathak/Antigen", "max_stars_repo_path": "Antigen/Tree/AstUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:163633" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Antigen.Config; using Antigen.Statements; namespace Antigen.Tree { public class AstUtils { private List<Weights<ExprKind>> AllExpressions = new List<Weights<ExprKind>>(); private List<Weights<Exp...
2.876168
c24401d563560496613fa69b7db95da3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844414
{ "extension": "c-sharp", "max_stars_count": "191.0", "max_stars_repo_name": "nicedone/daydream-renderer-for-unity", "max_stars_repo_path": "DaydreamRenderer/Assets/DaydreamRenderer/Baking/Editor/DaydreamRendererImportManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:163634" }
starcoder
/////////////////////////////////////////////////////////////////////////////// //Copyright 2017 Google Inc. // //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // // http://www.apache.org/...
1.698762
3d5f1ec40c873413cbca0ddd1490cd4a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844415
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "danyalahmed1995/Firebase-Series", "max_stars_repo_path": "Firebase Series/Assets/Scripts/RuntimeEnvironmentCheck.cs", "provenance": "train-00027-of-00045.jsonl.gz:163635" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class RuntimeEnvironmentCheck : MonoBehaviour { [SerializeField] GameObject apple_sign_in_button; [SerializeField] GameObject google_sign_in_button; private void Start() { #if UNITY_IOS apple_si...
1.257241
fca91e2da357c7ad1b91abb47887c67a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844416
{ "extension": "c-sharp", "max_stars_count": "67.0", "max_stars_repo_name": "cskeppstedt/t4ts", "max_stars_repo_path": "T4TS.Tests/Fixtures/Inheritance/Test.cs", "provenance": "train-00027-of-00045.jsonl.gz:163636" }
starcoder
<reponame>cskeppstedt/t4ts using Microsoft.VisualStudio.TestTools.UnitTesting; using T4TS.Example.Models; using T4TS.Tests.Fixtures.Basic; using T4TS.Tests.Utils; namespace T4TS.Tests.Fixtures.Inheritance { [TestClass] public class Test { [TestMethod] public void InheritanceModelHasExpecte...
1.910382
2eeb03b99941ea89010759e90eb7a19a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844417
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "Orcomp/Orc.NuGetExplorer", "max_stars_repo_path": "src/Orc.NuGetExplorer/Services/Interfaces/INuGetFeedVerificationService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163637" }
starcoder
<gh_stars>10-100 // -------------------------------------------------------------------------------------------------------------------- // <copyright file="INuGetFeedVerificationService.cs" company="WildGums"> // Copyright (c) 2008 - 2015 WildGums. All rights reserved. // </copyright> // ---------------------------...
1.728408
54b6a043026b689db5c31504cc227f11
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844418
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Office365DevOps/msteams-samples-task-module-csharpmsteams-samples-task-module-csharp", "max_stars_repo_path": "Microsoft.Teams.Samples.TaskModule.Web/MessageExtension.cs", "provenance": "train-00027-of-00045.jsonl.gz:163638" }
starcoder
<reponame>Office365DevOps/msteams-samples-task-module-csharpmsteams-samples-task-module-csharp using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using Microsoft.Bot.Connector; using Microsoft.Bot.Connector.Teams; using Microsoft.Bot.Connector.Teams.Models; using Newtonsoft...
2.377858
f2a04cba11bd7b02beb44c93a2e71389
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844419
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "autyan/Misaka", "max_stars_repo_path": "src/Misaka/MessageStore/IMessageStore.cs", "provenance": "train-00027-of-00045.jsonl.gz:163639" }
starcoder
using Misaka.MessageQueue; using System.Threading.Tasks; namespace Misaka.MessageStore { public interface IMessageStore { Task SavePublishAsync(PublishContext context); Task SaveConsumeAsync(MessageHandleContext contexts); } }
1.393177
662a6ed8d4d6baf0d30dd91f8aaa758a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844420
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "baibing0004/GCL", "max_stars_repo_path": "VESH/V/Control/Session/Cache/LineSessionResourceDecorator.cs", "provenance": "train-00027-of-00045.jsonl.gz:163640" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using GCL.Module.Trigger; using GCL.Project.VESH.V.Control.Session.Resource; namespace GCL.Project.VESH.V.Control.Session.Cache { /// <summary> /// C121221 会话源数据责任链模式装饰器 /// </summary> publi...
2.149993
58b1ce9518768806fe8597a8409d5892
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844421
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/dfc-providerportal-tribalexporter", "max_stars_repo_path": "src/Dfc.CourseDirectory.Services/Interfaces/ProviderService/IProviderService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163641" }
starcoder
using Dfc.CourseDirectory.Common.Interfaces; using Dfc.CourseDirectory.Models.Interfaces.Providers; using System.Threading.Tasks; namespace Dfc.CourseDirectory.Services.Interfaces.ProviderService { public interface IProviderService { Task<IResult<IProviderSearchResult>> GetProviderByPRNAsync(IProvider...
1.603695
4a40605b2799b0ec608e493986ae4084
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844422
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "unmango/safir-manager", "max_stars_repo_path": "src/Safir.Manager/Configuration/ManagerOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163642" }
starcoder
<filename>src/Safir.Manager/Configuration/ManagerOptions.cs using System.Collections.Generic; using JetBrains.Annotations; namespace Safir.Manager.Configuration { [UsedImplicitly(ImplicitUseTargetFlags.WithMembers)] public class ManagerOptions { public List<AgentOptions> Agents { get; set; } = new(...
1.599623
e054ee71f72d104660fb56c9bab275ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844423
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mindleaving/jankis", "max_stars_repo_path": "JanKIS.API/Models/BedOccupancy.cs", "provenance": "train-00027-of-00045.jsonl.gz:163643" }
starcoder
using System; using JanKIS.API.Storage; using TypescriptGenerator.Attributes; namespace JanKIS.API.Models { public class BedOccupancy : IId { public string Id { get; set; } public BedState State { get; set; } public Department Department { get; set; } public Room Roo...
1.894053
b7f24017436ef1c2664387562cfa908a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844424
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Epxoxy/LiveRoku.Core", "max_stars_repo_path": "LiveRoku.Core/Implements/api/BiliApi.cs", "provenance": "train-00027-of-00045.jsonl.gz:163644" }
starcoder
namespace LiveRoku.Core.Api { using System; using System.Xml.Linq; using LiveRoku.Base; using LiveRoku.Base.Logger; using Newtonsoft.Json.Linq; using LiveRoku.Core.Models; using System.Diagnostics; using System.Text; using System.Globalization; public class BiliApi : IWebApi { ...
2.06758
fb41b2d696185a2c21d104023102901a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844425
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tatranskymedved/OtomanSW", "max_stars_repo_path": "TicketMaker/FormMain.cs", "provenance": "train-00027-of-00045.jsonl.gz:163645" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Windows.Forms; using iTextSharp.text; using iTextSharp.text.pdf; using Font = System.Drawing.Font; using Image = iTextSharp.text.Image; using Rectangle...
2.419245
ed531e88b7aa674c65f7944e9ac14074
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844426
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rubilnik4/GadzhiResurrected", "max_stars_repo_path": "GadzhiResurrected/Modules/GadzhiConvertingModule/Models/Implementations/FileConverting/PackageData.cs", "provenance": "train-00027-of-00045.jsonl.gz:163646" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Reactive.Subjects; using GadzhiCommon.Enums.FilesConvert; using GadzhiCommon.Extensions.Functional; using GadzhiCommon.Infrastructure.Implementations; using GadzhiCommon.Infrastructure.Implementations.Logger; using GadzhiCommon.Infrastruct...
2.316397
109b90bcc6389b90c93c4a035b9857c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844427
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Missouri-BMI/popmednet", "max_stars_repo_path": "Lpp.Dns.Portal/Models/DataMarts/DataMartEditPostModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163647" }
starcoder
<reponame>Missouri-BMI/popmednet<filename>Lpp.Dns.Portal/Models/DataMarts/DataMartEditPostModel.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Lpp.Dns.Data; using System.Diagnostics.Contracts; using Lpp.Mvc.Controls; using Lpp.Mvc; usin...
1.496382
420406ee9452adf2639ac0e0d349dc89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844428
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ikeyama-tomonori/cloud-cqs", "max_stars_repo_path": "src/CloudCqs/Handler.cs", "provenance": "train-00027-of-00045.jsonl.gz:163648" }
starcoder
using System; using System.Linq; using System.Threading.Tasks; namespace CloudCqs { public class Handler<TParam, TResponse> where TParam : notnull { internal Function[] Functions { get; } internal Handler(Function[] functions) { Functions = functions; } ...
2.760736
81b230631ca0171c14fef020c94c5297
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844429
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ramdeoangh/PaymentTerminal", "max_stars_repo_path": "PaymentServiceLib/Enum/EnumUtil.cs", "provenance": "train-00027-of-00045.jsonl.gz:163649" }
starcoder
<reponame>ramdeoangh/PaymentTerminal using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PaymentServiceLib.Enum { public class EnumUtil { } public class FilterAttribute : Attribute { public FilterAttribute(string customStri...
1.868379
e7f4d19d73c9d021d84cc1b14c68195b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844430
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PHuhn/Net.Incident4", "max_stars_repo_path": "NSG.NetIncident4.Core/Application/Commands/Companies/CompanyUpdateCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:163650" }
starcoder
// // --------------------------------------------------------------------------- // Companies update command. // using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; // using Microsoft.EntityFrameworkCore; using MediatR; using FluentValidation; using FluentValidation.Re...
2.669211
a5a31205a55f3d20e7820314cf97b7c9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844431
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "ajosg/BotBits", "max_stars_repo_path": "BotBits/Services/Diagnostics/DiagnosticException.cs", "provenance": "train-00027-of-00045.jsonl.gz:163651" }
starcoder
<gh_stars>10-100 using System; namespace BotBits { public class DiagnosticException : Exception { public DiagnosticException(string message) : base(message) { } } }
1.592798
ab72b01a28386831981fac9d7e223621
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844432
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "autocore-ai/Roslin", "max_stars_repo_path": "Msg/GenMsgs/dynamic_reconfigure/DoubleParameter.cs", "provenance": "train-00027-of-00045.jsonl.gz:163652" }
starcoder
<gh_stars>0 namespace Roslin.Msg.dynamic_reconfigure { [MsgInfo("dynamic_reconfigure/DoubleParameter", "d8512f27253c0f65f928a67c329cd658", @"string name float64 value ")] public partial class DoubleParameter : RosMsg { public System.String name { get; set; } ...
1.958459
74447e92d0c49e39a39df7656cfde4f1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844433
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "Insire/MvvmScarletToolk", "max_stars_repo_path": "src/MvvmScarletToolkit.Wpf.Samples/Features/Busy/ObservableBusyViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163653" }
starcoder
<gh_stars>10-100 using Microsoft.Toolkit.Mvvm.ComponentModel; using MvvmScarletToolkit.Observables; using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using System.Windows.Input; namespace MvvmScarletToolkit.Wpf.Samples { public sealed class ObservableBusyViewModel : Obse...
2.573741
bb4f36c69d9fdd2c873fba3dee0b1850
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844434
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "maximgorbatyuk/AzureAppRelatedUsefulFeatures", "max_stars_repo_path": "src/MG.Utils.AspNetCore/WebResponse/WebResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:163654" }
starcoder
<gh_stars>1-10 using System; using System.Net.Http; using MG.Utils.Abstract; namespace MG.Utils.AspNetCore.WebResponse { public class WebResponse<T> { private readonly HttpRequestException _exception; private WebResponse( T result, bool successful, FailReas...
2.584724
813e5b5e4878934828a671fa44137b89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844435
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kkohler2/Thesaurus", "max_stars_repo_path": "ConsoleApp/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163655" }
starcoder
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Configuration; using System.Net.Http; using System.Threading.Tasks; namespace Thesaurus { // http://words.bighugelabs.com/api/2/<key>/<word>/json // Structure generated by http://json2csharp.com/ public class Adjective ...
3.17862
e2decd3f03861100ab47fac4e1495120
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844436
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ksjoberg/dd-trace-dotnet", "max_stars_repo_path": "src/Datadog.Trace.ClrProfiler.Managed/Models/WcfRequestMessageSpanIntegrationDelegate.cs", "provenance": "train-00027-of-00045.jsonl.gz:163656" }
starcoder
#if !NETSTANDARD2_0 using System; using System.ServiceModel.Channels; using Datadog.Trace.ClrProfiler.Interfaces; using Datadog.Trace.ClrProfiler.Services; using Datadog.Trace.Interfaces; using Datadog.Trace.Logging; namespace Datadog.Trace.ClrProfiler.Models { internal class WcfRequestMessageSpanIntegrationDeleg...
1.629573
e80452c6aaaa6d30e467ace3e89e72cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844437
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zhangzelei520/dewei", "max_stars_repo_path": "UI/clinic.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163657" }
starcoder
<reponame>zhangzelei520/dewei namespace UI { partial class clinic { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summar...
1.810638
5e59b820ca94b4e586a7e16b376332fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844438
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "haohighview/AliCloudPushDroidBinding", "max_stars_repo_path": "AliCloudPushDroidBinding/Transforms/TnetSpdySession.cs", "provenance": "train-00027-of-00045.jsonl.gz:163658" }
starcoder
namespace Anet.Channel.Session { public partial class TnetSpdySession : global::Org.Android.Spdy.ISessionCb { } }
0.892833
8f5dca581de7eef88f802fd224f4a941
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844439
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DiD92/expanded-behaviours", "max_stars_repo_path": "Editor/Behaviours/CountedBehaviour.cs", "provenance": "train-00027-of-00045.jsonl.gz:163659" }
starcoder
 using UnityEngine; namespace ExpandedBehaviours.Behaviours { /// <summary> /// MonoBehaviour that counts that keeps track of the amount of instances /// created of it. /// </summary> /// <typeparam name="T"></typeparam> public abstract class CountedBehaviour : MonoBehaviour { publ...
2.531499
b6aba7cbbda4b1c32df7ff0edb3b5331
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844440
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dabakura/Curriculum", "max_stars_repo_path": "Curriculum/Curriculum/Controllers/InformationController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163660" }
starcoder
<reponame>dabakura/Curriculum using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Curriculum.Models.Entities; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Caching.Memory; using Microsoft.Extensions.Logging; namespace Cur...
2.541948
2ef6ef67eda62edff00143dd084f036d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844441
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "migregorio/AtomicCore", "max_stars_repo_path": "AtomicCore.BlockChain.TronNet/Infrastructure/ABI/Decoders/BoolTypeDecoder.cs", "provenance": "train-00027-of-00045.jsonl.gz:163661" }
starcoder
using System; namespace AtomicCore.BlockChain.TronNet { /// <summary> /// BoolType Decoder /// </summary> public class BoolTypeDecoder : TypeDecoder { #region Variables private readonly IntTypeDecoder _intTypeDecoder; #endregion #region Constructor /// <s...
2.949104
de8dcdb313e32e317b8a49b30f3cb19b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844442
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chrsjwilliams/RTS_Blokus", "max_stars_repo_path": "Assets/Scripts/_ChrsUtils/SceneManager/LevelSelectSceneScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:163662" }
starcoder
<gh_stars>0 using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using TMPro; public class LevelSelectSceneScript : Scene<TransitionData> { private bool levelsLoaded = false; public bool[] humanPlayers { get; private set; } private Level levelSelected; [SerializeField...
1.635854
8264ecf553ff5bed0632556b70f691fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844443
{ "extension": "c-sharp", "max_stars_count": "74.0", "max_stars_repo_name": "blueskybcl/SF-Boilerplate", "max_stars_repo_path": "Modules/SF.Module.Blog/Controllers/API/OrganizeApiController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163663" }
starcoder
<filename>Modules/SF.Module.Blog/Controllers/API/OrganizeApiController.cs using AutoMapper; using MediatR; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using SF.Core.Abstraction.Events; using SF.Core.Common...
2.060874
ef7c38a945bc567bf0e6ea6bd281156c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844444
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Ajaymatharu98/CritterWorld", "max_stars_repo_path": "CritterWorld/Things/Goal.cs", "provenance": "train-00027-of-00045.jsonl.gz:163664" }
starcoder
<filename>CritterWorld/Things/Goal.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using System.Threading; using CritterBrains; using Sprites; namespace CritterWorld { public class Goal : VisibleMovableObject { public const int GoalBoundi...
2.733134
7ddac5a514cd2f75ed9b499c2b577ff4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844445
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PNNL-Comp-Mass-Spec/AScore", "max_stars_repo_path": "AScore_DLL/Managers/ExperimentalSpectraEntry.cs", "provenance": "train-00027-of-00045.jsonl.gz:163665" }
starcoder
using System; using System.Collections.Generic; namespace AScore_DLL.Managers { /// <summary> /// Represents an individual spectrum. Default IComparable sorts by Mz, ascending /// </summary> public class ExperimentalSpectraEntry : IComparable<ExperimentalSpectraEntry> { /// <summ...
3.301447
6fec3da4082179504edf2511fcb3a18c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844446
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Microsoft/enterprise-library-common-infrastructure", "max_stars_repo_path": "source/Tests/Common/Configuration/TestObjects/CustomPolymorphicObjectData.cs", "provenance": "train-00027-of-00045.jsonl.gz:163666" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Text; namespace Microsoft.Practices.EnterpriseLibrary.Common.Tests.Configuration.TestObjects { public class CustomPolymorphicObjec...
1.680576
9c56a3969d3f49a7afa3774d404455cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844447
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "moto2002/mobahero_src", "max_stars_repo_path": "ItemAttackController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163667" }
starcoder
using System; using UnityEngine; public class ItemAttackController : AttackController { private bool isComboAttack; private bool isConjure; public override void ComboAttack(Units target = null) { this.ComboAttack(0, target); } private void ComboAttack(int index, Units target) { if (!this....
2.264848
a06c106dda6c295ca915c4edfe516db6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844448
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarkPThomas/MPT.Net", "max_stars_repo_path": "MPT/CSI/API/MPT.CSI.OOAPI/Core/Program/Model/Definitions/Materials/NoDesign.cs", "provenance": "train-00027-of-00045.jsonl.gz:163668" }
starcoder
<reponame>MarkPThomas/MPT.Net // *********************************************************************** // Assembly : MPT.CSI.OOAPI // Author : <NAME> // Created : 12-13-2018 // // Last Modified By : <NAME> // Last Modified On : 12-15-2018 // ************************************************...
2.447868
0f78d63ddf6982ee7e2c59dc6f86e6aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844449
{ "extension": "c-sharp", "max_stars_count": "37103.0", "max_stars_repo_name": "Jellyfrog/PowerShell", "max_stars_repo_path": "test/tools/WebListener/Views/_ViewImports.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163669" }
starcoder
@using mvc @using mvc.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.006449
ed703f30fa4c3e13e4af4b26511a72b3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844450
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlessandroDelSole/MobileBookStore", "max_stars_repo_path": "MobileBookStore/MobileBookStore.Droid/DataConnection.cs", "provenance": "train-00027-of-00045.jsonl.gz:163670" }
starcoder
<filename>MobileBookStore/MobileBookStore.Droid/DataConnection.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Xamarin.Forms; using MobileBookStor...
2.179247
cf4272861b05d681c0bad3d64cfc1ff2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844451
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "QlikProfessionalServices/QlikView-CLI", "max_stars_repo_path": "PWSH/Generated/New/QDSAdvanced.cs", "provenance": "train-00027-of-00045.jsonl.gz:163671" }
starcoder
<reponame>QlikProfessionalServices/QlikView-CLI using System; using System.Collections.Generic; using System.Management.Automation; using QlikView_CLI.QMSAPI; namespace QlikView_CLI.PWSH { [Cmdlet(VerbsCommon.New, "QVQDSAdvanced")] public class NewQVQDSAdvanced : PSCmdlet { private QlikView_CLI.QMSA...
1.963651
34ed69e702a907d2836fe04548ac8cb8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844452
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cyhuangjun/Colder.Admin.AntdVue", "max_stars_repo_path": "src/Coldairarrow.Console/DefaultScheduler.cs", "provenance": "train-00027-of-00045.jsonl.gz:163672" }
starcoder
using Autofac; using Coldairarrow.Scheduler.Core; using Coldairarrow.Scheduler.Job; using Coldairarrow.Util; using Microsoft.Extensions.Configuration; using Quartz; using Quartz.Impl; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Coldairarrow.Scheduler { ...
1.929207
4f47b735ba69a23dfd961796de42da2d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844453
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zhaobingwang/blocks", "max_stars_repo_path": "MicroServicesArchitecture/src/Skyline.Core/Skyline/Exception/IUserFriendlyException.cs", "provenance": "train-00027-of-00045.jsonl.gz:163673" }
starcoder
<reponame>zhaobingwang/blocks using System; using System.Collections.Generic; using System.Text; namespace Skyline.Core { /// <summary> /// 用户友好异常信息接口 /// </summary> public interface IUserFriendlyException : IBusinessException { } }
1.123521
a8942343ecbbb54d23da05d65a21da5e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844454
{ "extension": "c-sharp", "max_stars_count": "182.0", "max_stars_repo_name": "itinero/itnero", "max_stars_repo_path": "src/Itinero/Profiles/IAttributeCollectionExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163674" }
starcoder
using System; using System.Collections.Generic; using System.Globalization; using Itinero.Attributes; namespace Itinero.Profiles { internal static class IAttributeCollectionExtensions { public static bool TryParseTranslated(this IAttributeCollection attributes, string profileName, out FactorAndSpeed fa...
2.778051
c69dc9d7c5806cb1a17c5dc49bb2df5a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844455
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Bradben/qsharp-compiler", "max_stars_repo_path": "src/QsCompiler/BondSchemas/Protocols.cs", "provenance": "train-00027-of-00045.jsonl.gz:163675" }
starcoder
<filename>src/QsCompiler/BondSchemas/Protocols.cs // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using System.Threading; using System.Threading.Tasks; using Bond; using Bond.IO.Unsafe; using Bond.Protocols; namespace Microsoft.Quantum.Qs...
2.534534
ed3a3cbad8fca876a4957e4ce964cf6b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844456
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "usagiJane/DV2.Net_Graphics_Application", "max_stars_repo_path": "DV2.Net_Graphics_Application/MyDotView.cs", "provenance": "train-00027-of-00045.jsonl.gz:163676" }
starcoder
#define USE_DIALOG /** * DotView2制御用のクラス * DV2の多重接続禁止などを考慮してシングルトンで作成 * * @author <NAME> * @author <NAME> * @Version 2.0 */ using System; using System.Text; #region Personal Addition using System.Threading; using System.Windows.Forms; using DV = KGS.Tactile.Display; #endregion namespace DV2.Net_Graphics_Appl...
2.219603
b1009c2e92dabed213872eb89b4eba47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844457
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "itspaiva/DDTank4.1", "max_stars_repo_path": "Source Server/SqlDataProvider/SqlDataProvider/Data/CommunalActiveExpInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:163677" }
starcoder
// Decompiled with JetBrains decompiler // Type: SqlDataProvider.Data.CommunalActiveExpInfo // Assembly: SqlDataProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: E6C792E1-372D-46D0-B366-36ACC93C90BB // Assembly location: C:\Users\<NAME>\Desktop\Decompiler\Road\SqlDataProvider.dll namespace SqlD...
1.334977
cd8b38b755e43071a7118cd97d1a58c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844458
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ant04x/Calculator-Sharp", "max_stars_repo_path": "Calculator/CalculatorCore.cs", "provenance": "train-00027-of-00045.jsonl.gz:163678" }
starcoder
<reponame>ant04x/Calculator-Sharp using NCalc2; namespace Calculator { class CalculatorCore { public static void Calculate(MainWindow mw) { // Botón Dividir mw.btnDiv.Click += (o, i) => { if (mw.numbersPanel.Text.Equals("0") || mw.numbersPane...
2.95103
40d7c4471b0caab4abe624917ef1b625
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844459
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "BlazorHub/radishv2", "max_stars_repo_path": "code/RedisKeyTool.Server.Application/Handler/PingHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:163679" }
starcoder
<gh_stars>1-10 using MediatR; using Microsoft.Extensions.Logging; using RedisKeyTool.Application.Command; using System.Threading; using System.Threading.Tasks; namespace RedisKeyTool.Application.Handler { /// <summary> /// This is the ping handler class. /// </summary> /// <seealso cref="MediatR.IRequ...
2.666644
1eabb58624cfc59fe48a9a34e15479dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844460
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jrcperes/prettygoodapi", "max_stars_repo_path": "PrettyGoodAPI/Infrastructure/Persistence/ApplicationDbContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:163680" }
starcoder
using Application.Interfaces; using Domain.Weather; using Microsoft.EntityFrameworkCore; namespace Infrastructure.Persistence { public class ApplicationDbContext : DbContext, IApplicationDbContext { public ApplicationDbContext(DbContextOptions options) : base(options) { } pub...
1.943543
b269a7c612a1c476fcd65e8b8cd7af05
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844461
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chiragshahklc/FireShadow", "max_stars_repo_path": "Shadev/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163681" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace Shadev { public enum FrmCompany : int { CompanyAdd = 1, CompanyEdit = 2, CompanyDelete = 3, CategoryAdd = 4, CategoryEdit = 5, ...
1.963969
caae924a8cc4c56ac5dea5aa68ee7d89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844462
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "stichting-cito/QuestifyBuilder", "max_stars_repo_path": "Builder/UI.Wpf/Presentation/GenericDialogs/ResourcePropertyDialog/ViewModels/DependenciesViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163682" }
starcoder
<filename>Builder/UI.Wpf/Presentation/GenericDialogs/ResourcePropertyDialog/ViewModels/DependenciesViewModel.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Composition; using System.Linq; using System.Windows; using Cinch; using Cito.Tester.Com...
1.990082
dd217cbe50e94a25a53ff25f1aa0a8b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844463
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rubilnik4/VeraBoutique", "max_stars_repo_path": "BoutiqueDALXUnit/Infrastructure/Mocks/Services/Validate/SizeGroupDatabaseValidateServiceMock.cs", "provenance": "train-00027-of-00045.jsonl.gz:163683" }
starcoder
<filename>BoutiqueDALXUnit/Infrastructure/Mocks/Services/Validate/SizeGroupDatabaseValidateServiceMock.cs using System.Collections.Generic; using System.Linq; using BoutiqueDAL.Infrastructure.Implementations.Services.Clothes.Validate; using BoutiqueDAL.Infrastructure.Interfaces.Services.ClothesValidate; using Boutique...
2.325963
7b1a935d8194df94e247d53581fea88f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844464
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MattViper/Stickerzzz-Backend", "max_stars_repo_path": "tests/Stickerzzz.IntegrationTests/Features/Post/EditTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163684" }
starcoder
using Stickerzzz.Web.Posts; using System; using System.Threading.Tasks; using Xunit; namespace Stickerzzz.IntegrationTests.Features.Post { public class EditTest : SliceFixture { [Fact] public async Task Expect_Edit_Post() { var createCommand = new Create.Command() ...
2.435839
ac488cf2111c484fee7cee350c5b6aea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844465
{ "extension": "c-sharp", "max_stars_count": "1472.0", "max_stars_repo_name": "Afonsof91/Magicodes.IE", "max_stars_repo_path": "src/EPPlus/EPPlusTest/FormulaParsing/ParsingScopeTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163685" }
starcoder
using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using OfficeOpenXml.FormulaParsing.ExcelUtilities; using OfficeOpenXml.FormulaParsing; using FakeItEasy; namespace EPPlusTest.FormulaParsing { [TestClass] public class Pars...
2.322689
b4dc17143a5d9d8ee5d7ec54728ee28a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844466
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "foloNene/ReyNenePalace", "max_stars_repo_path": "ReyNenePalace/Views/Contact/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163686" }
starcoder
<gh_stars>0 <h1>Click below to Contact us</h1> <email address="<EMAIL>" content="Click here"></email>
1.396259
87e051f8fb4624295a1cc4692a6436a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844467
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "EtchUK/Etch.OrchardCore.InjectScripts", "max_stars_repo_path": "Drivers/InjectScriptsSettingsDisplayDriver.cs", "provenance": "train-00027-of-00045.jsonl.gz:163687" }
starcoder
<reponame>EtchUK/Etch.OrchardCore.InjectScripts using Etch.OrchardCore.InjectScripts.Settings; using Etch.OrchardCore.InjectScripts.ViewModels; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using OrchardCore.DisplayManagement.Entities; using OrchardCore.DisplayManagement.Handlers; using Or...
1.851361
15447e226ef6656572b5b6e8ba2644fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844468
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mirkomaty/NDO", "max_stars_repo_path": "NDOEnhancer/Enhancer/Nodes/EmbeddedTypeNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:163688" }
starcoder
// // Copyright (c) 2002-2016 <NAME> // (www.netdataobjects.de) // // Author: <NAME> // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to deal in the Software without restriction, including without limita...
2.062947
01ba663069940b0975ecf2711e02ea69
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844469
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "bitaller/office-ribbonx-editor", "max_stars_repo_path": "tests/FunctionalTests/Dialogs/FindReplaceDialogTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163689" }
starcoder
using System; using System.Diagnostics.CodeAnalysis; using NUnit.Framework; using OfficeRibbonXEditor.Helpers; using OfficeRibbonXEditor.Interfaces; using OfficeRibbonXEditor.ViewModels.Dialogs; using ScintillaNET; namespace OfficeRibbonXEditor.FunctionalTests.Dialogs { [SuppressMessage("Design", "CA1001:Types th...
2.250151
12ae7036d715af7cf2ada03b95a58998
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844470
{ "extension": "c-sharp", "max_stars_count": "478.0", "max_stars_repo_name": "Yonni123/LAHME", "max_stars_repo_path": "com.unity.perception/Runtime/GroundTruth/Labeling/IdLabelEntry.cs", "provenance": "train-00027-of-00045.jsonl.gz:163690" }
starcoder
<reponame>Yonni123/LAHME using System; namespace UnityEngine.Perception.GroundTruth { /// <summary> /// An entry for <see cref="IdLabelConfig"/> mapping a label to an integer id. /// </summary> [Serializable] public struct IdLabelEntry : ILabelEntry, IEquatable<IdLabelEntry> { string I...
2.601894
e844d8329b007c4cb2ea1cdbc3732257
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844471
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "1811-nov27-net/Ivan_Alvarez_Project_1", "max_stars_repo_path": "PizzaWebApp/PizzaPalace.DataAccess/Inventorysides.cs", "provenance": "train-00027-of-00045.jsonl.gz:163691" }
starcoder
using System; using System.Collections.Generic; namespace PizzaPalace.DataAccess { public partial class Inventorysides { public int Storeid { get; set; } public string Sidename { get; set; } public int Itemamount { get; set; } public int Inventsidesid { get; set; } pub...
1.617926
c981487c2e8adbd93e8297d212ba860c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844472
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Ramon-Balaguer/Esquio", "max_stars_repo_path": "src/Esquio.AspNetCore/Toggles/ClaimValueToggle.cs", "provenance": "train-00027-of-00045.jsonl.gz:163692" }
starcoder
using Esquio.Abstractions; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace Esquio.AspNetCore.Toggles { /// <summary> /// A binary <see cref="IToggle"/> that is active depending o...
2.583181
a8cc5ec217bca3c5e8764ab4f23e2fab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844473
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RDF-Utilities-dotnet/SparqlHelper", "max_stars_repo_path": "src/SparqlHelper/QueryGraph.cs", "provenance": "train-00027-of-00045.jsonl.gz:163693" }
starcoder
/* ------------------------------------------------------------------------------ This source file is a part of SparqlHelper. Copyright (c) 2015 VIS/University of Stuttgart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "So...
2.388873
82b8b156e57c8e33bd5e43575293cc7e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844474
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Literal92/CrawlRadio", "max_stars_repo_path": "src/MusicProject.Services/Contracts/IUploadService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163694" }
starcoder
<filename>src/MusicProject.Services/Contracts/IUploadService.cs  using MusicProject.Services.Content; using Microsoft.AspNetCore.Http; namespace MusicProject.Services.Contracts { public interface IUploadService { string UploadPicResize(IFormFile file, string path, int maxPicWidth...
2.055187
3d418aec54aeae694fbd6286db425552
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844475
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "malissam/HW2", "max_stars_repo_path": "HW2/Assets/CameraManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:163695" }
starcoder
<filename>HW2/Assets/CameraManager.cs using UnityEngine; public class CameraManager : MonoBehaviour { public Camera firstPersonCamera; public Camera overheadCamera; // Call this function to disable FPS camera, // and enable overhead camera. public void ShowOverheadView() { firstPersonCame...
2.682664
e8118e7248208bcbd569633b21d540fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844476
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "HL7China/fhir", "max_stars_repo_path": "implementations/csharp/Hl7.Fhir.Model/BundleExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163696" }
starcoder
<filename>implementations/csharp/Hl7.Fhir.Model/BundleExtensions.cs /* * Copyright (c) 2014, Furore (<EMAIL>) and contributors * See the file CONTRIBUTORS for details. * * This file is licensed under the BSD 3-Clause license * available at https://raw.githubusercontent.com/ewoutkramer/fhir-net-api/master/L...
2.430454
9dd7ca39637a3a52672b4c9c9ce4cd85
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844477
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "juniordiscart/ImpossibleOdds-Toolkit", "max_stars_repo_path": "Assets/Impossible Odds/Toolkit/Samples/DependencyInjection/Scripts/IInputManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:163697" }
starcoder
<reponame>juniordiscart/ImpossibleOdds-Toolkit namespace ImpossibleOdds.Examples.DependencyInjection { public interface IInputManager { float Forward { get; } float Backward { get; } float Left { get; } float Right { get; } float TurnLeft { get; } float TurnRight ...
1.633757
3dff8901827bcc1894372f9e6da0f345
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844478
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "austinvaness/ToolSwitcherPlugin", "max_stars_repo_path": "Tools/ToolGroup.cs", "provenance": "train-00027-of-00045.jsonl.gz:163698" }
starcoder
using avaness.ToolSwitcherPlugin.Definitions; using avaness.ToolSwitcherPlugin.Slot; using Sandbox.Definitions; using Sandbox.Game; using Sandbox.Game.Screens.Helpers; using System.Collections.Generic; using VRage.Game; using System.Linq; using Sandbox.ModAPI; using System; namespace avaness.ToolSwitcherPlugin.Tools ...
2.458409
6ed2357467ca9e4a62a3a24083b91856
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844479
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ckurt/Its.Monitoring", "max_stars_repo_path": "Its.Log.Monitoring/(Its.Recipes)/StringTemplate.cs", "provenance": "train-00027-of-00045.jsonl.gz:163699" }
starcoder
<reponame>ckurt/Its.Monitoring<gh_stars>0 // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // THIS FILE IS NOT INTENDED TO BE EDITED. // // This file can be updated in-place using the Package Manager Console. To...
2.442325
fae27d6af8cc9b42e475256626d1e059
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844480
{ "extension": "c-sharp", "max_stars_count": "43.0", "max_stars_repo_name": "HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK", "max_stars_repo_path": "NextGenSoftware.OASIS.API.Providers.Neo4jOASIS2/DataBaseModels/GeneKeyModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163700" }
starcoder
using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Neo4jOgm.Attribute; using NextGenSoftware.OASIS.API.Core.Objects; namespace NextGenSoftware.OASIS.API.Providers.Neo4jOASIS.DataBaseModels{ [NeoNodeEntity("GeneKeyModel", "GeneKeyModel")] publi...
2.231
0803d45e576d6a55ced896d887881537
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844481
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "TihomirIvanovIvanov/SoftUni", "max_stars_repo_path": "C#DBFundamentals/DB-Advanced-Entity-Framework-Core/07DBBestPracticesAndArchitecture/PhotoShare.Solution/PhotoShare.Client/Core/Commands/ShareAlbumCommand.cs", "provenance": "train-...
starcoder
<reponame>TihomirIvanovIvanov/SoftUni namespace PhotoShare.Client.Core.Commands { using System; using Models; using Service; public class ShareAlbumCommand { private UserService userService; private AlbumService albumService; public ShareAlbumCommand(UserService userSer...
2.800626
701f8dffb76a3030cd1ff79449d3a186
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844482
{ "extension": "c-sharp", "max_stars_count": "71.0", "max_stars_repo_name": "ScriptBox99/msgraph-beta-sdk-dotnet", "max_stars_repo_path": "src/Microsoft.Graph/Generated/model/WindowsFeatureUpdateProfile.cs", "provenance": "train-00027-of-00045.jsonl.gz:163702" }
starcoder
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ /...
1.740396
e2ec8379ece9a226ec747d9b62617a5f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844483
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "RiotPls/RiotPls", "max_stars_repo_path": "src/RiotPls.DataDragon/Entities/DataObject/RecommendationDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:163703" }
starcoder
<gh_stars>1-10 using System.Text.Json.Serialization; #nullable disable namespace RiotPls.DataDragon.Entities { internal class RecommendationDto { [JsonPropertyName("champion")] public string ChampionName { get; set; } [JsonPropertyName("title")] public string Title { get; set; ...
1.318565
a3f7db642d8c423e4aa26edc0e85dfba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844484
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "UniverPro/core", "max_stars_repo_path": "src/Uni.Identity.Web/MVC/TagHelpers/PlaceholderForTagHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:163704" }
starcoder
using System; using JetBrains.Annotations; using Microsoft.AspNetCore.Mvc.ViewFeatures; using Microsoft.AspNetCore.Razor.TagHelpers; namespace Uni.Identity.Web.MVC.TagHelpers { /// <summary> /// Достаёт значение Name из атрибута <see cref="System.ComponentModel.DataAnnotations.DisplayAttribute" /> если он...
2.389921
1cfdc0d3ca4d262bba7f1f7f71af35ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844485
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "bcage29/PBIEmbeddedManager", "max_stars_repo_path": "PBIManagerWeb/Pages/CreateCapacity.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163705" }
starcoder
<gh_stars>1-10 @page @model PBIManagerWeb.Pages.CreateModel @{ ViewData["Title"] = "Create Capacity"; Layout = "_DashboardLayout"; } @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers <h1 class="h2">Create PBI Embedded Capacity</h1> <div class="row"> <div class="col-md-5 mb-3"> <form method="p...
1.823458
9c512ea58cfc6fef0bc558e074e1ac9e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844486
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "interopxyz/GraphicPlus", "max_stars_repo_path": "GraphicPlus/Components/Graphics/GH_SetFillSolid.cs", "provenance": "train-00027-of-00045.jsonl.gz:163706" }
starcoder
using Grasshopper.Kernel; using Grasshopper.Kernel.Types; using Rhino.Geometry; using System; using System.Collections.Generic; using System.Drawing; namespace GraphicPlus.Components { public class GH_SetFillSolid : GH_BaseGraphics { /// <summary> /// Initializes a new instance of the SetFillS...
2.55772
9e36a5c50ab702d9dd768716db78ba74
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844487
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "dd4t/DD4T.Core", "max_stars_repo_path": "source/DD4T.Core.Test/DD4TConfigurationTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163707" }
starcoder
using DD4T.ContentModel.Contracts.Configuration; using DD4T.Utils; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace DD4T.Core.Test { ...
2.191429
e224185c3e83b932c711a649f1e95dbd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844488
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "wAikAp/Intelligent-Energy-Management-System-for-Buildings-INB", "max_stars_repo_path": "FYP_WEB_APP/obj/Debug/netcoreapp3.1/Razor/Views/Shared/_addDragButton.cshtml.g.cs", "provenance": "train-00027-of-00045.jsonl.gz:163708" }
starcoder
#pragma checksum "/Users/shingwaichan/Desktop/INB/Intelligent-Energy-Management-System-for-Buildings-INB/FYP_WEB_APP/Views/Shared/_addDragButton.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8f306adff56299cdfce45c3be49e2e7f2f0dcce1" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspN...
1.200346
d87992d30de0c6d113e0ae14687ff33e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844489
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ajlopez/TRun", "max_stars_repo_path": "Src/TRun.Core/TargetReader.cs", "provenance": "train-00027-of-00045.jsonl.gz:163709" }
starcoder
<filename>Src/TRun.Core/TargetReader.cs namespace TRun.Core { using System; using System.Collections.Generic; using System.Linq; using System.Text; public class TargetReader { public IList<Target> Read(string text) { return new List<Target>() { new Target...
2.330144
521878aa33e6682b58b0f8551fc7c437
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844490
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "markstiles/SitecoreCognitiveServices.IntelligentTagging", "max_stars_repo_path": "code/Classifiers/WatsonClassifier.cs", "provenance": "train-00027-of-00045.jsonl.gz:163710" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web; using Sitecore; using Sitecore.Data; using Sitecore.Data.Items; using SitecoreCognitiveServices.Feature.IntelligentTagging.Services; using SitecoreCognitiveServices.Feature.IntelligentTagging.Statics; using Sitecore...
2.07487
2a39fa3929e4851480f5be510292054c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844491
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CourageAndrey/AI", "max_stars_repo_path": "Code/Modules/Inventor.Semantics.Processes/Localization/LanguageSystemConcepts.cs", "provenance": "train-00027-of-00045.jsonl.gz:163711" }
starcoder
using System; using System.Xml.Serialization; namespace Inventor.Semantics.Processes.Localization { public interface ILanguageSystemConcepts { String StartsAfterOtherStarted { get; } String StartsWhenOtherStarted { get; } String StartsBeforeOtherStarted { get; } String FinishesAfterOtherStarted {...
2.23839
2486b11d73b07a7946bec2390b0e5dc2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844492
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "asrieltiago/GitCsharp", "max_stars_repo_path": "GITCLASS/POO/BibliotecaCalculadoraREF/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163712" }
starcoder
using BibliotecaCalculadora.Funcoes; using FuncoesCalculadora; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace BibliotecaCalculadoraREF { class Program { static void Main(string[] args) { ...
3.250718
6dda4893386809b15a04780063f97a8c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844493
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "eqxmedianl/EQXMedia.TxFileSystem", "max_stars_repo_path": "TxFileSystem/Operations/Files/OpenTextOperation.cs", "provenance": "train-00027-of-00045.jsonl.gz:163713" }
starcoder
namespace EQXMedia.TxFileSystem.Operations.Files { using global::EQXMedia.TxFileSystem.Abstractions; using System.IO; internal sealed class OpenTextOperation : FileOperation, IReturningOperation<StreamReader> { public OpenTextOperation(TxFile file, string path) : base(file, path) ...
2.298064
f81823834cc7765b28efcce690fe1a1f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844494
{ "extension": "c-sharp", "max_stars_count": "984.0", "max_stars_repo_name": "forksnd/win32metadata", "max_stars_repo_path": "generation/WinSDK/manual/Registry.cs", "provenance": "train-00027-of-00045.jsonl.gz:163714" }
starcoder
using System; using System.Runtime.InteropServices; using Windows.Win32.Interop; namespace Windows.Win32.System.Registry { public static unsafe partial class Apis { [NativeTypeName("HKEY")] public const int HKEY_CLASSES_ROOT = unchecked((int)0x80000000); [NativeTypeName("HKEY")] ...
1.519214
74091bd9fd96a8288faeb16ba63a8a97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844495
{ "extension": "c-sharp", "max_stars_count": "37.0", "max_stars_repo_name": "bseltz-cohesity/cohesity-powershell-module", "max_stars_repo_path": "src/Cohesity.Powershell.Models/ExchangeDatabaseInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:163715" }
starcoder
<gh_stars>10-100 // Copyright 2019 Cohesity Inc. using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Runtime.Serialization; using Newtonsoft.Json; using ...
1.992
f91d84371f6131b3ff262c6bd141d217
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844496
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "LarsBehl/llCompiler", "max_stars_repo_path": "compiler/astClasses/expressions/BinOp.cs", "provenance": "train-00027-of-00045.jsonl.gz:163716" }
starcoder
using System; using LL.Types; namespace LL.AST { public abstract class BinOp : IAST { public IAST Left { get; set; } public IAST Right { get; set; } public string Op { get; set; } public BinOp(IAST left, IAST right, string op, LL.Types.Type type, int line, int column) : base(ty...
2.940673
a832c4d1be09aacd83ce79edcc3d71ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844497
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HorvatJosip/Braco", "max_stars_repo_path": "src/Braco.Utilities.Wpf.Controls/AttachedProperties/ScrollViewerProperties.cs", "provenance": "train-00027-of-00045.jsonl.gz:163717" }
starcoder
<gh_stars>0 using System.Windows; using System.Windows.Controls; namespace Braco.Utilities.Wpf.Controls { /// <summary> /// Used for allowing <see cref="ScrollViewer"/> to always scroll within its area, even if the mouse /// is over some element that might be blocking scrolling. /// </summary> public cl...
2.234598
85df267e1b19aaef26680e99b674d11c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844498
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "PHuhn/net-incident", "max_stars_repo_path": "WebSrv_Tests/Effort_Tests/Effort_Users_Tests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163718" }
starcoder
<filename>WebSrv_Tests/Effort_Tests/Effort_Users_Tests.cs // using System; using System.Text; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Effort; // using NSG.Identity; using NSG.Identity.Incidents; using WebSrv.Models; // namespace WebSrv_Tests.Effort_Tests { /// <s...
1.987364
81450800d275e4d32e8472bceb1dc91d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844499
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "brogii/XluaDemoTest", "max_stars_repo_path": "Assets/XLua/EasyXLua/Editor/CustomSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:163719" }
starcoder
<reponame>brogii/XluaDemoTest using System; using System.Collections.Generic; using UnityEngine; using XLua; public static class CustomSettings { [LuaCallCSharp] public static List<Type> CustomType = new List<Type>() { typeof(GameObject), typeof(Dictionary<string, int>), typeof(Dictionary<...
1.202443
b154947ecafecef458b72121dc4d3363
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844500
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ItsAloof/IdleMerge", "max_stars_repo_path": "Assets/Scripts/PlayerData.cs", "provenance": "train-00027-of-00045.jsonl.gz:163720" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; [Serializable] public class PlayerData { List<SerializableItem> Weapons = new List<SerializableItem>(); List<SerializableItem> Defense = new List<SerializableItem>(); int Balance { get; set; } = 0; int Diamonds { get; set; } = 0; int Forg...
2.36674
86abca9bbddaa9b0fb7d122a367f4cf8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844501
{ "extension": "c-sharp", "max_stars_count": "266.0", "max_stars_repo_name": "shambarick/SaintCoinach-1", "max_stars_repo_path": "SaintCoinach/Xiv/ChocoboRace.cs", "provenance": "train-00027-of-00045.jsonl.gz:163721" }
starcoder
<reponame>shambarick/SaintCoinach-1<gh_stars>100-1000 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using SaintCoinach.Ex.Relational; namespace SaintCoinach.Xiv { public class ChocoboRace : XivRow { #region Properties public C...
2.386102
725a97080f255febf637033b76f28884
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844502
{ "extension": "c-sharp", "max_stars_count": "253.0", "max_stars_repo_name": "angyanmark/TMDbLib", "max_stars_repo_path": "TMDbLib/Objects/General/TranslationData.cs", "provenance": "train-00027-of-00045.jsonl.gz:163722" }
starcoder
using Newtonsoft.Json; namespace TMDbLib.Objects.General { public class TranslationData { [JsonProperty("name")] public string Name { get; set; } [JsonProperty("overview")] public string Overview { get; set; } [JsonProperty("homepage")] public string HomePage ...
1.66239
8a56320fe3327e57901ea050ecb287b8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844503
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "techtalk/CodingDojos", "max_stars_repo_path": "SpecFlowCodingDojo/eShopOnWeb/tests/SpecFlowTests/Drivers/BasketDriver.cs", "provenance": "train-00027-of-00045.jsonl.gz:163723" }
starcoder
using System; using System.Threading.Tasks; using FluentAssertions; using Microsoft.eShopWeb.Web.Pages.Basket; using SpecFlowTests.Setup; namespace SpecFlowTests.Drivers { public class BasketDriver { private readonly UserCommandsHandler _userCommandsHandler; public BasketDriver(UserCommandsHa...
2.429212
61502ff79219add299a980285dbd2432
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844504
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/tl-employersupport-ecrm-poc", "max_stars_repo_path": "src/tl.ess.providersearch.poc/Pages/SearchBoxPage.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163724" }
starcoder
<reponame>SkillsFundingAgency/tl-employersupport-ecrm-poc @page @model tl.ess.providersearch.poc.Pages.SearchBoxPageModel @{ ViewData["Title"] = "Search Box"; } <main id="main-content" role="main"> <div class="govuk-width-container govuk-main-wrapper govuk-!-padding-top-0"> <!-- Search Box --> <...
2.047011
28d4565e1318ff44a7f587a244fbef5e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844505
{ "extension": "c-sharp", "max_stars_count": "83.0", "max_stars_repo_name": "Envisitor/EliteAPI", "max_stars_repo_path": "EliteAPI/Event/Models/Other/PromotionEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:163725" }
starcoder
using System; using EliteAPI.Event.Models; using EliteAPI.Event.Models.Abstractions; using Newtonsoft.Json; using ProtoBuf; namespace EliteAPI.Event.Models { [ProtoContract(ImplicitFields = ImplicitFields.AllPublic)] public class PromotionEvent : EventBase<PromotionEvent> { internal PromotionEv...
2.248234
738f2dc7dfec98a69c1321e75d9cf5c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844506
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TRiV07/.net-Hlds-Launcher", "max_stars_repo_path": "HldsLauncher-WPF-2/Servers/ValveHltvServer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163726" }
starcoder
<reponame>TRiV07/.net-Hlds-Launcher<filename>HldsLauncher-WPF-2/Servers/ValveHltvServer.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; using System.IO; using HldsLauncher.Utils; using System.Runtime.InteropServices; using HldsLauncher.Optio...
2.004227
2b557e767c16745236601d459846aa16
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844507
{ "extension": "c-sharp", "max_stars_count": "104.0", "max_stars_repo_name": "jsuarezruiz/Art-Plant-Mall", "max_stars_repo_path": "src/ArtPlantMall/ArtPlantMall/Views/Templates/BasketDeliveryItemTemplate.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:163727" }
starcoder
using Xamarin.Forms; namespace ArtPlantMall.Views.Templates { public partial class BasketDeliveryItemTemplate : ContentView { public BasketDeliveryItemTemplate () { InitializeComponent (); } } }
1.383865
8acb35853b0e7ea863bddd5451e7ca32
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844508
{ "extension": "c-sharp", "max_stars_count": "27.0", "max_stars_repo_name": "dotnet-campus/cUnit", "max_stars_repo_path": "src/dotnetCampus.UITest.WPF/UIContractTestCaseAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:163728" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.VisualStudio.TestTools.UnitTesting; using MSTest.Extensions; using MSTest.Extensions.Contracts; using MSTest.Extensions.Core; // ReSharper disable InconsistentNaming namespace dotnetCampus.UITest.WPF { /// <sum...
2.036473
dfbdfed8c66350b73a1319235e065c17
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844509
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jdm7dv/Microsoft-Biology-Foundation", "max_stars_repo_path": "archive/Changesets/mbf/Tests/Bio.TestConsole/MumUtilP1TestCases.cs", "provenance": "train-00027-of-00045.jsonl.gz:163729" }
starcoder
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using SD = System.Diagnostics; using Bio.TestConsole.Util; using Bio.Util.Logging; namespace Bio.TestConsole { /// <summary> /// Test Automation code for ...
2.464495
27c7d4d381e89beac632cea2495e8154
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844510
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DthRazak/Student-Success", "max_stars_repo_path": "src/SST.Persistence/Configurations/SubjectEntityConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:163730" }
starcoder
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using SST.Domain.Entities; namespace SST.Persistence.Configurations { public class SubjectEntityConfiguration : IEntityTypeConfiguration<Subject> { public void Configure(EntityTypeBuilder<Subject> builder) ...
2.385766
a110d555b1f54e6e0c45288785af6a8c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844511
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "trailv18/Library-Management", "max_stars_repo_path": "aspnet-core/src/Training.Application/AppService/Categories/CategoryAppService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163731" }
starcoder
using Abp.Authorization; using Abp.Domain.Repositories; using Abp.Linq.Extensions; using Abp.UI; using FluentValidation.Results; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Training.AppServic...
2.381875
c212d1c2636983e24ad19f204f8df2fe