added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10137
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "alanta/kontent-statiq-theme-planty", "max_stars_repo_path": "TagHelpers/SnipcartBuyButton.cs", "provenance": "train-00000-of-00045.jsonl.gz:10138" }
starcoder
<filename>TagHelpers/SnipcartBuyButton.cs using Microsoft.AspNetCore.Razor.TagHelpers; using Planty.Models; using Statiq.Common; using System.Globalization; using System.Linq; using System.Threading.Tasks; namespace Planty.TagHelpers { [HtmlTargetElement("snipcart-buy")] public class SnipcartBuyButt...
2.519032
b5cd53f73c1ff7dc3c79af2894dec658
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10138
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheChosenKhoa01/E-commerce-Website-.Net", "max_stars_repo_path": "DoAnCuoiKy/Views/SanPham/SapXepTheoTuKhoa.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:10139" }
starcoder
@using DoAnCuoiKy.Models @model List<SanPham> @{ int iDem = 0; int iSLSanPhamTrenTrang = 6; int iTrang = 1; } <style> .simpleCart_shelfItem{ display:none; } .Trang1 { display:block; } @@media only screen and (max-width: 600px) { p.tun { height: 70px; ...
2.384725
7424272443612c34634db938193ad67e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10139
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ukncsc/MailCheck.Public.Mx", "max_stars_repo_path": "src/MailCheck.Mx.TlsEvaluator.Test/Rules/CertificateEvaluation/Rules/NonRootCertificatesShouldNotAppearOnRevocationListsTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:10140...
starcoder
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FakeItEasy; using MailCheck.Mx.Contracts.SharedDomain; using MailCheck.Mx.TlsEvaluator.Rules.CertificateEvaluation.Domain; using MailCheck.Mx.TlsEvaluator.Rules.CertificateEvaluation.Revocation; using MailCheck.Mx.TlsEvaluator.Rul...
2.066571
3f3cffd27948ce3b49c7db2ea932c340
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10140
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dbsafe/intaker", "max_stars_repo_path": "DataProcessor/FileValidator.Domain/Extensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:10141" }
starcoder
<reponame>dbsafe/intaker<gh_stars>0 using Newtonsoft.Json; namespace FileValidator.Domain { public static class Extensions { public static string ToJson<T>(this T source) { return JsonConvert.SerializeObject(source, Formatting.Indented); } } }
2.31805
e2947f3babf0ddc06e4a2fa2cd57ab89
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10141
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "komehere777/LiveCharts2", "max_stars_repo_path": "samples/ViewModelsSamples/StepLines/Properties/ViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:10142" }
starcoder
<reponame>komehere777/LiveCharts2 using LiveChartsCore; using LiveChartsCore.Drawing; using LiveChartsCore.SkiaSharpView; using LiveChartsCore.SkiaSharpView.Painting; using LiveChartsCore.Themes; using SkiaSharp; using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.Compiler...
2.414368
ed4cbf7afedd90689c9f02de82d8320f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10142
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "optivem/optivem-commons-cs", "max_stars_repo_path": "pck/temp/src/Infrastructure/Atomiv.Template.Lite.Infrastructure.Queries.Handlers.MongoDB/Class1.cs", "provenance": "train-00000-of-00045.jsonl.gz:10143" }
starcoder
using System; namespace Atomiv.Template.Lite.Infrastructure.Queries.Handlers.MongoDB { public class Class1 { } }
0.873048
51ac07a8ee4eddcbf6128c8720a26d36
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10143
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rsumner33/PTVS", "max_stars_repo_path": "Release/Product/Python/PythonTools/PythonTools/Navigation/CodeWindowManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:10144" }
starcoder
<reponame>rsumner33/PTVS<gh_stars>0 /* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Apache License, Version 2.0. A * copy of the license can be found in the License.html file a...
1.604426
c03c1bfe1fe7157bc03a41d74ba2eb10
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10144
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MMXXX-VIII/ForceRenderer", "max_stars_repo_path": "EchoRenderer/IO/Line.cs", "provenance": "train-00000-of-00045.jsonl.gz:10145" }
starcoder
<gh_stars>1-10 using System; namespace EchoRenderer.IO { public readonly struct Line { public Line(string source, int height = -1) : this(source, height, Range.All) { } public Line(string source, int height, Range range) { this.height = height; this.source = source; (offset, length) = range.GetOffs...
3.052836
c1c8c64619514ecc92295734f28808de
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10145
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "bgrainger/linq2db", "max_stars_repo_path": "Source/LinqToDB/DataProvider/Access/AccessBulkCopy.cs", "provenance": "train-00000-of-00045.jsonl.gz:10146" }
starcoder
using System.Collections.Generic; namespace LinqToDB.DataProvider.Access { using Data; class AccessBulkCopy : BasicBulkCopy { protected override BulkCopyRowsCopied MultipleRowsCopy<T>( ITable<T> table, BulkCopyOptions options, IEnumerable<T> source) { return base.MultipleRowsCopy(table, optio...
2.055811
f6ca596082c717738e932ac9f1faeaa2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10146
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vssn/BringYourOwnDeviceWatcher", "max_stars_repo_path": "BringYourOwnDeviceWatcher/Migrations/20190224115239_CreateNmapRun.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:10147" }
starcoder
// <auto-generated /> using System; using BringYourOwnDeviceWatcher.Models; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Storage.ValueConversion;...
1.789068
1657fb44544117863c2f8b229e74a21a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10147
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "moodiest/Proxy-Checker", "max_stars_repo_path": "Proxy-Checker_CLI/Proxy-Checker_CLI/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:10148" }
starcoder
<filename>Proxy-Checker_CLI/Proxy-Checker_CLI/Program.cs using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Threading; using System.Threading.Tasks; using Mono.Options; namespace Proxy_Checker_CLI { class Program { static void Main(string[] args) {...
3.016557
216c000ed36be47175f517f22e15d7cc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10148
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jcoderre/Rocket_Elevator_Rest_API", "max_stars_repo_path": "RocketElevatorsAPI/Data/RocketElevatorsContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:10149" }
starcoder
<reponame>Jcoderre/Rocket_Elevator_Rest_API<filename>RocketElevatorsAPI/Data/RocketElevatorsContext.cs using Microsoft.EntityFrameworkCore; using RocketElevatorsAPI.Models; namespace RocketElevatorsAPI.Data { public class RocketElevatorsContext : DbContext { public RocketElevatorsContext(DbContextOptio...
1.623579
ffc0d2165f1e02f2e396f9b3619deefa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10149
{ "extension": "c-sharp", "max_stars_count": "3336.0", "max_stars_repo_name": "mbentancour/azure-powershell", "max_stars_repo_path": "src/DevSpaces/DevSpaces/Commands/NewAzureRmDevSpacesController.cs", "provenance": "train-00000-of-00045.jsonl.gz:10150" }
starcoder
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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://w...
1.621241
c55fe73b48cbede12ecea8d0681c81ed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10150
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "txace/LTSS-NIEM", "max_stars_repo_path": "LTSSWebService/DigestPassword/DigestPasswordClientMessageInspector.cs", "provenance": "train-00000-of-00045.jsonl.gz:10151" }
starcoder
<reponame>txace/LTSS-NIEM using System; using System.Linq; using System.Security.Cryptography; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; using System.Text; using System.Xml; using System.Xml.Linq; namespace DigestPasswor...
2.046838
5cf0f634cbed678558766fc125618991
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10151
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "skawo/OoT-Link-Animation-Editor", "max_stars_repo_path": "OoT Link Animation Editor/ROMOps.cs", "provenance": "train-00000-of-00045.jsonl.gz:10152" }
starcoder
<reponame>skawo/OoT-Link-Animation-Editor using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using GameFormatReader.Common; namespace OoT_Link_Animation_Editor { public static class ROMOps { public static Enums....
2.688045
75d3357f9b264a1928cf4c6264895b9d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10152
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Javorov1103/SoftUni-Course", "max_stars_repo_path": "C# Advanced/01. Stacks and Queues Exercises/03. Maximum Element/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:10153" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace _03._Maximum_Element { class Program { static void Main() { Stack<int> stack = new Stack<int>(); Stack<int> maxStack = new Stack<int>(); int n = int.Parse(Console.ReadLine()); ...
3.687814
73ee1f457aafdd197645fcd86036a647
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10153
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "RandomUsernameThatIsNotYetTaken/Arma3TacMap", "max_stars_repo_path": "Arma3TacMapLibrary/ViewComponents/LiveMapModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:10154" }
starcoder
namespace Arma3TacMapLibrary.ViewComponents { public class LiveMapModel { public string hub { get; set; } public string endpoint { get; set; } public object mapId { get; set; } public string worldName { get; set; } public bool isReadOnly { get; set; } } }
1.447595
6315e370330e1a63a40b6ce84976b2a4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10154
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JoePlant/Ampla-Code-Items", "max_stars_repo_path": "Sms/SmsService.cs", "provenance": "train-00000-of-00045.jsonl.gz:10155" }
starcoder
using System.Data; using System.Data.SqlClient; using System.Diagnostics; using Code.Database; namespace Code.Sms { public interface ISmsService { void SendSms(string mobile, string message); } public class SqlSmsService : ISmsService { private readonly ISqlHelper sqlHelper; ...
2.549218
f162ff7e209772c4d91364e72a4e3d29
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10155
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "unfoundbug/ESP8266_MidiNeoBridge", "max_stars_repo_path": "Utils/LuaLightControl/LuaLightControl/Form1.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:10156" }
starcoder
<gh_stars>0 namespace LuaLightControl { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </s...
1.558641
27617cfd868d5d37cf724d9942f14e10
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10156
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ariksman/CoreDemoApp", "max_stars_repo_path": "CoreDemoApp.Core/CQS/IQueryHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:10157" }
starcoder
<gh_stars>1-10 using System.Threading.Tasks; namespace CoreDemoApp.Core.CQS { public interface IQueryHandler<TQuery, TResult> where TQuery : IQuery { TResult Handle(TQuery query); Task<TResult> HandleAsync(TQuery query); } }
1.779908
f42164127438587c96cb0aca8a566d9a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10157
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "NaturalDragon/Surging.Authority", "max_stars_repo_path": "src/03.Application/MicroService.IApplication.Authority/IDomainService/IMenuDomainService.cs", "provenance": "train-00000-of-00045.jsonl.gz:10158" }
starcoder
using MicroService.Core; using MicroService.Data.Common; using MicroService.Data.Validation; using MicroService.IApplication.Authority.Dto; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace MicroService.IApplication.Authority.IDomainService { public interfac...
1.773247
ccc6251d07d74d0df4b0abd18242ab93
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10158
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "statica-ss/Sitana", "max_stars_repo_path": "Sitana.Framework/Ui/Views/Controls/UiRectangle.cs", "provenance": "train-00000-of-00045.jsonl.gz:10159" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sitana.Framework.Xml; using Sitana.Framework.Ui.DefinitionFiles; using Sitana.Framework.Content; using Sitana.Framework.Ui.Controllers; using Sitana.Framework.Ui.Views.Parameters; using Microsoft.Xna.Framework; using Sitana.Fra...
2.215111
e720248e31ff5a1036e5abea570649f5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10159
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "noant/SimpleRemoteMehtods", "max_stars_repo_path": "SimpleRemoteMethods.ServerSide/RequestContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:10160" }
starcoder
<gh_stars>0 using SimpleRemoteMethods.Bases; namespace SimpleRemoteMethods.ServerSide { /// <summary> /// Request context /// </summary> public class RequestContext { public RequestContext(Request request, string userName, string clientIp) { Request = request; ...
2.140387
b00318c4d51843e2e3f563bf1c2b72cd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10160
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "BluSharpie/Payload-Game-preview", "max_stars_repo_path": "Assets/Base Classes/AIModule.cs", "provenance": "train-00000-of-00045.jsonl.gz:10161" }
starcoder
<filename>Assets/Base Classes/AIModule.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; [RequireComponent(typeof(Radar))] public class AIModule : MonoBehaviour { public bool TargetingOverriden = false; publi...
2.220805
e267d1ff7af2fa021dbb0893e4c4f727
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10161
{ "extension": "c-sharp", "max_stars_count": "76.0", "max_stars_repo_name": "sora-jp/leak", "max_stars_repo_path": "sources/Leak.Repository/RepositoryTaskVerifyPiece.cs", "provenance": "train-00000-of-00045.jsonl.gz:10162" }
starcoder
using System; using System.Security.Cryptography; using Leak.Common; namespace Leak.Data.Store { public class RepositoryTaskVerifyPiece : RepositoryTask { private readonly PieceInfo piece; public RepositoryTaskVerifyPiece(PieceInfo piece) { this.piece = piece; } ...
2.547699
1173b4ae1140ff4e4880afe753ecee97
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10162
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "lipemon1/recttransform", "max_stars_repo_path": "Assets/Scripts/CustomRectTransform.cs", "provenance": "train-00000-of-00045.jsonl.gz:10163" }
starcoder
<reponame>lipemon1/recttransform<gh_stars>1-10 using System.Collections; using System.Collections.Generic; using UnityEngine; public static class CustomRectTransform { public static Vector2 DISABLE_POS = new Vector2(-5000f, -5000f); public static Dictionary<int, CustomRect> rectDic = new Dictionary<int, Custo...
2.368514
7b2e11c6700686bbf095a36ef1505c7f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10163
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jevansaks/kanban4u", "max_stars_repo_path": "Kanban4U/Vsts/VstsStoredQuery.cs", "provenance": "train-00000-of-00045.jsonl.gz:10164" }
starcoder
<gh_stars>1-10 using System; using Windows.Web.Http; namespace Kanban4U.Vsts { public class VstsStoredQuery : VstsQuery { public VstsStoredQuery(string id) { Id = id; } public string Id { get; private set; } public override HttpRequestMessage GetRequestMes...
1.865185
5362381b0f5513be840954af1ae6fa79
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10164
{ "extension": "c-sharp", "max_stars_count": "116.0", "max_stars_repo_name": "michaelsproul/Meadow", "max_stars_repo_path": "src/Meadow.Core/Cryptography/ECDSA/Bn128/Fp12.cs", "provenance": "train-00000-of-00045.jsonl.gz:10165" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; namespace Meadow.Core.Cryptography.ECDSA.Bn128 { public class Fp12 : FpExtensionBase<Fp12> { #region Fields private static ICollection<BigInteger> _modulusCoefficients = new BigInteger[...
2.556005
b2f7d97ef84309901cb490bb69854c49
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10165
{ "extension": "c-sharp", "max_stars_count": "66.0", "max_stars_repo_name": "nilpower/GreatWall", "max_stars_repo_path": "src/GreatWall.Service/Dtos/UserDto.cs", "provenance": "train-00000-of-00045.jsonl.gz:10166" }
starcoder
<reponame>nilpower/GreatWall<filename>src/GreatWall.Service/Dtos/UserDto.cs using System; using System.ComponentModel.DataAnnotations; using Util.Applications.Dtos; namespace GreatWall.Service.Dtos { /// <summary> /// 用户参数 /// </summary> public class UserDto : DtoBase { /// <summary> /...
1.900085
ccafb51c795fed43ab0e8ecbbf8f83f0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10166
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "kennux/OsFPS", "max_stars_repo_path": "Assets/UnityTK/Code/Audio/Events/MusicTrack.cs", "provenance": "train-00000-of-00045.jsonl.gz:10167" }
starcoder
<filename>Assets/UnityTK/Code/Audio/Events/MusicTrack.cs using System.Collections; using System.Collections.Generic; using UnityEngine; namespace UnityTK.Audio { /// <summary> /// Audio event implementation specifically built for music playback with <see cref="MusicPlayer"/>. /// </summary> [CreateAss...
2.674331
aba22fc5a89a71439ad02bded1eb9f08
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10167
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "sboron/godot4-fast-paced-network-fps-tps", "max_stars_repo_path": "Example/Game/SingleBootloader.cs", "provenance": "train-00000-of-00045.jsonl.gz:10168" }
starcoder
<gh_stars>10-100 using System.Linq; using Godot; using System; using Framework; using Shooter.Server; using Shooter.Client; using Framework.Game; public partial class SingleBootloader : Bootloader { public enum BootloaderMode { Client, Server, Both } public static BootloaderMode...
2.075388
d33488e68e7bcac2ffdb3e28b14a8ad9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10168
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Coquinho/TizenFX", "max_stars_repo_path": "src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs", "provenance": "train-00000-of-00045.jsonl.gz:10169" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace Tizen.NUI { internal static partial class Interop { internal static partial class TextEditor { [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Tex...
1.319521
bb730d794e4566bac458a0d3815f4da4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10169
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "emipa606/EDShields", "max_stars_repo_path": "Source/ED-Shields/Patch/Patches/PatchProjectile.cs", "provenance": "train-00000-of-00045.jsonl.gz:10170" }
starcoder
<filename>Source/ED-Shields/Patch/Patches/PatchProjectile.cs using System; using System.Reflection; using HarmonyLib; using Jaxxa.EnhancedDevelopment.Shields.Shields; using UnityEngine; using Verse; namespace Jaxxa.EnhancedDevelopment.Shields.Patch.Patches { // Token: 0x0200000F RID: 15 internal class PatchPr...
1.853092
a79973a4184abaadc9a14fec66145c0a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10170
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hype8912/Oliviann", "max_stars_repo_path": "source/Tests/Oliviann.Web.Tests/UI/WebControls/ListControlExtensionsTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:10171" }
starcoder
#if NETFRAMEWORK namespace Oliviann.Web.Tests.UI.WebControls { #region Usings using System.Linq; using System.Web.UI.WebControls; using Collections.Generic; using Oliviann.Web.UI.WebControls; using Xunit; #endregion Usings [Trait("Category", "CI")] public class ListControlExtens...
2.550071
e1869f1737932261928e8ac9b4aeab5d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10171
{ "extension": "c-sharp", "max_stars_count": "153.0", "max_stars_repo_name": "alka69/OpenMMO", "max_stars_repo_path": "Plugins/_CORE_/_CORE_PLUGINS_/_GAME-LOGIC_/_BaseObjectSystem/_datatypes/Defines.cs", "provenance": "train-00000-of-00045.jsonl.gz:10172" }
starcoder
//BY FHIZ using System; using System.Text; using UnityEngine; using OpenMMO; namespace OpenMMO { public partial class Constants { /* Names of defines used to indicate CLIENT or SERVER mode public const string BuildModeServer = "_SERVER"; public const string BuildModeClient = "_CLIENT"...
1.745546
4a31004327382e58cb5504089a403a99
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10172
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "BlueMonk1107/Entitas-based-Elimination-Game", "max_stars_repo_path": "Assets/Sources/Generated/Game/Components/GameLoadSpriteListenerComponent.cs", "provenance": "train-00000-of-00045.jsonl.gz:10173" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by Entitas.CodeGeneration.Plugins.ComponentEntityApiGenerator. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-gen...
1.823346
b05e2c03c4d2a7660ee2ea88416f0b00
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10173
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hangilc/DrawerServer", "max_stars_repo_path": "DrawerServer/SettingRoot.cs", "provenance": "train-00000-of-00045.jsonl.gz:10174" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Reflection; namespace DrawerServer { class SettingRoot { static string RootDirectoryName = "drawer-settin...
2.815191
20c089ad12498df77b0a65ad6f51eff1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10174
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pulumi-bot/pulumi-azure-native", "max_stars_repo_path": "sdk/dotnet/Compute/Outputs/CloudServiceOsProfileResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:10175" }
starcoder
<filename>sdk/dotnet/Compute/Outputs/CloudServiceOsProfileResponse.cs // *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using Syst...
1.641292
a8d2b74ec717919c2ace08253be0ec5c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10175
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "epam/fix-antenna-net-core", "max_stars_repo_path": "FixAntenna/NetCore/FixEngine/Session/MessageHandler/HandlerChain.cs", "provenance": "train-00000-of-00045.jsonl.gz:10176" }
starcoder
// Copyright (c) 2021 EPAM Systems // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
1.741428
ede3cb23bc298f5683cfb737120652e2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10176
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Kazark/VsVim", "max_stars_repo_path": "Test/VimCoreTest/CharacterSpanTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:10177" }
starcoder
<reponame>Kazark/VsVim using System; using EditorUtils; using Microsoft.VisualStudio.Text; using Xunit; using Vim.Extensions; namespace Vim.UnitTest { public abstract class CharacterSpanTest : VimTestBase { private ITextBuffer _textBuffer; private void Create(params string[] lines...
2.432701
547a70a895aff369a7458289aa5566ed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10177
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kayschulze/band-tracker", "max_stars_repo_path": "BandTracker/Views/Home/EditedVenue.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:10178" }
starcoder
<reponame>kayschulze/band-tracker @{ Layout = "_Layout"; } <h2>This venue name has been edited to:</h2> <h2>@Model.GetName()</h2>
1.744938
be9c56d5be396705e39b8d0d8539c4ee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10178
{ "extension": "c-sharp", "max_stars_count": "235.0", "max_stars_repo_name": "AlexanderSemenyak/Kerberos.NET", "max_stars_repo_path": "Kerberos.NET/Entities/Krb/ServiceTicketRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:10179" }
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; using System.Coll...
2.270944
0fa219394dfb6f58073376c8a6346525
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10179
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tech-quantum/RL.NET", "max_stars_repo_path": "src/RL.NET/RLException.cs", "provenance": "train-00000-of-00045.jsonl.gz:10180" }
starcoder
<reponame>tech-quantum/RL.NET using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; namespace RL.NET { public class RLException : Exception { public ErrorCode Code { get; set; } public RLException(ErrorCode code) { Code = co...
2.548531
76dcb610d1ad84320fd33cdcfe5fd033
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10180
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dcturner/Unity-QuickButton-Attribute", "max_stars_repo_path": "QuickButtonAttritbue/Examples/Camera Example/QuickButton_CameraExample.cs", "provenance": "train-00000-of-00045.jsonl.gz:10181" }
starcoder
<reponame>dcturner/Unity-QuickButton-Attribute using UnityEngine; using System.Collections; public class QuickButton_CameraExample : MonoBehaviour { public enum CameraPosition { front, perspective, near, far} ; public CameraPosition cameraPosition; #if UNITY_EDITOR [QuickButton ("Main...
2.282016
d537a8943233b3044e8b5f58ea993a79
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10181
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "muziekklas/howtoimpressyourcolleagues", "max_stars_repo_path": "src/Kirschhock.HTIYC/Areas/Admin/Pages/Topics/Edit.cshtml.cs", "provenance": "train-00000-of-00045.jsonl.gz:10182" }
starcoder
<gh_stars>0 using System; using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; using Kirschhock.HTIYC.Infrastructure.Topics.Queries; using MediatR; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; namespace Kirschhock.HTIYC.Areas.Admin.Pages.Topics { public class ...
1.983036
2c371926bf378731c6e43eef8ef2c2e1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10182
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Rekihyt/Activity-Monitor", "max_stars_repo_path": "ActivityMonitor/ActivityMonitor/Classes/FileMonitor.cs", "provenance": "train-00000-of-00045.jsonl.gz:10183" }
starcoder
using System.IO; using System.Messaging; namespace ActivityMonitor.Classes { public class FileMonitor : IMonitorResource { public string Path { get; private set; } private FileSystemWatcher _watcher; public FileMonitor(string pathToMonitor) { Path = pathToMonitor; ...
2.801143
606dac179e582340300d4dc95feb1747
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10183
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ESA-Security-Group/ej2-aspnetmvc-samples", "max_stars_repo_path": "Views/Diagram/KeyboardInteraction.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:10184" }
starcoder
<reponame>ESA-Security-Group/ej2-aspnetmvc-samples<filename>Views/Diagram/KeyboardInteraction.cshtml @using Syncfusion.EJ2; @using EJ2MVCSampleBrowser.Controllers.Diagram; @section ControlsSection{ <div class="col-lg-8 control-section"> @(Html.EJS().Diagram("diagram").Width("100%").Height("645px").CommandM...
2.259658
41e64419250dd837d8bd09368c693771
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10184
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Fynn93/MCCompiledSource", "max_stars_repo_path": "mc-compiled/Commands/Limits/Area.cs", "provenance": "train-00000-of-00045.jsonl.gz:10185" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace mc_compiled.Commands.Limits { /// <summary> /// Represents a selector option which selects based off of location and area. /// </summary> public struct Area { publi...
3.224607
7bcecdfd1349c9812aff54a5a1b87920
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10185
{ "extension": "c-sharp", "max_stars_count": "469.0", "max_stars_repo_name": "lefb766/mono", "max_stars_repo_path": "mcs/errors/cs0825-3.cs", "provenance": "train-00000-of-00045.jsonl.gz:10186" }
starcoder
// CS0825: The contextual keyword `var' may only appear within a local variable declaration // Line: 9 public class Test { const var v = 9; }
1.93243
7a646a4567ea56387d0a1003ff66dec7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10186
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dzxsll/MVVMForWPF", "max_stars_repo_path": "MVVM/ViewModel/ViewModelBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:10187" }
starcoder
using MVVM.Message; using MVVM.Threading; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Threading; namespace MVVM.ViewModel { public class ViewModelBase : NotifyObject { private IMessageManager _msgManager; ...
2.100286
2142143170427e9b07f5939a24e21ea3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10187
{ "extension": "c-sharp", "max_stars_count": "296.0", "max_stars_repo_name": "dungeon2567/Delight", "max_stars_repo_path": "UnityProject/Delight/Assets/Delight/Content/Views/UI/Group_g.cs", "provenance": "train-00000-of-00045.jsonl.gz:10188" }
starcoder
<reponame>dungeon2567/Delight // Internal view logic generated from "Group.xml" #region Using Statements using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using UnityEngine; using UnityEngine.UI; #endregion namespace Delight { public partial class Group : UIImageView { ...
2.185973
fad56306e036c7f88a10a3f3ced59cd8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10188
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jordan3900/WinnersLeague", "max_stars_repo_path": "src/WinnersLeague.Web/Controllers/StadiumsController.cs", "provenance": "train-00000-of-00045.jsonl.gz:10189" }
starcoder
namespace WinnersLeague.Web.Controllers { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using WinnersLeague.Services.Data.Contracts; public class StadiumsController : Controller { private readonl...
2.445676
2b962a5adb14e797e45b981873503978
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10189
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "liamdawson/Chromatics", "max_stars_repo_path": "Chromatics/DeviceInterfaces/SteelSeriesInterface.cs", "provenance": "train-00000-of-00045.jsonl.gz:10190" }
starcoder
<reponame>liamdawson/Chromatics using System; using System.Collections.Generic; using System.Drawing; using System.Net; using System.Text; using Newtonsoft.Json; namespace Chromatics.DeviceInterfaces { public class SteelSeriesInterface { public static SteelLib InitializeSteelSdk() { ...
2.467084
3aa28af6888c742c518d969b594f1583
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10190
{ "extension": "c-sharp", "max_stars_count": "39.0", "max_stars_repo_name": "Qowaiv/Qowaiv", "max_stars_repo_path": "src/Qowaiv.TestTools/SerializeDeserialize.cs", "provenance": "train-00000-of-00045.jsonl.gz:10191" }
starcoder
<filename>src/Qowaiv.TestTools/SerializeDeserialize.cs<gh_stars>10-100 #pragma warning disable S5773 // Types allowed to be deserialized should be restricted // Test code, os no risk using System.IO; using System.Runtime.Serialization.Formatters.Binary; namespace Qowaiv.TestTools { /// <summary>Helps with testin...
3.000017
a5d0457dada7a353e26e530c148f9bf5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10191
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Caske2000/Airplane", "max_stars_repo_path": "HotPlanes/HotPlanes/PlanePic.cs", "provenance": "train-00000-of-00045.jsonl.gz:10192" }
starcoder
<filename>HotPlanes/HotPlanes/PlanePic.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HotPlanes { public class PlanePic { private string path; private int score; public PlanePic(string path, int score) ...
2.77273
006e6712d34f60a6b1f5051d3e52e093
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10192
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "doublnt/aliyun-openapi-net-sdk", "max_stars_repo_path": "aliyun-net-sdk-cloudauth/Cloudauth/Transform/V20201112/LivenessDetectResponseUnmarshaller.cs", "provenance": "train-00000-of-00045.jsonl.gz:10193" }
starcoder
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
1.205041
d34f0f3c6d73e797953c59030299867b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10193
{ "extension": "c-sharp", "max_stars_count": "1031.0", "max_stars_repo_name": "kyletanyag/LL-Smartcard", "max_stars_repo_path": "cacreader/swig-4.0.2/Examples/test-suite/csharp/csharp_exceptions_runme.cs", "provenance": "train-00000-of-00045.jsonl.gz:10194" }
starcoder
<filename>cacreader/swig-4.0.2/Examples/test-suite/csharp/csharp_exceptions_runme.cs using System; using System.Threading; using csharp_exceptionsNamespace; public class runme { static void Main() { // %exception tests try { csharp_exceptions.ThrowByValue(); throw new Exception("Th...
2.477895
a32e7d7da865c2df999142239c3331cf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10194
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kaila-spraguemcrae/FrenchBakery", "max_stars_repo_path": "FrenchBakery/Models/Treat.cs", "provenance": "train-00000-of-00045.jsonl.gz:10195" }
starcoder
<reponame>kaila-spraguemcrae/FrenchBakery using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace FrenchBakery.Models { public class Treat { public Treat() { this.Flavors = new HashSet<FlavorTreat>(); } public int TreatId { get; set; } public string Name {...
2.006029
90a6b67738bb40a025ee27d8b65fee05
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10195
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tw1tch01/Todo.Application", "max_stars_repo_path": "Presentation/WebAPI/Common/ApiResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:10196" }
starcoder
using System; using System.Collections.Generic; using Microsoft.AspNetCore.Http; using Newtonsoft.Json; using Todo.Services.Common.Validation; namespace Todo.WebAPI.Common { public class ApiResponse { public ApiResponse(HttpContext context, ValidationResult result) { Endpoint = con...
2.490008
4dabc3d7b1b6967b3c5737d45e8dd709
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10196
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "royaso/CMS", "max_stars_repo_path": "Kooboo.CMS/Kooboo.CMS.ModuleArea/Areas/SampleModule/Models/ModuleInfo_Metadata.cs", "provenance": "train-00000-of-00045.jsonl.gz:10197" }
starcoder
<filename>Kooboo.CMS/Kooboo.CMS.ModuleArea/Areas/SampleModule/Models/ModuleInfo_Metadata.cs #region License // // Copyright (c) 2013, Kooboo team // // Licensed under the BSD License // See the file LICENSE.txt for details. // #endregion using System; using System.Collections.Generic; using System.Linq; using Syste...
1.846141
906342cd21b8c5d8045eacc8e36c43b2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10197
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tresoneur/Blazor.IndexedDB", "max_stars_repo_path": "TG.Blazor.IndexedDb/IndexedDB/DbStore.cs", "provenance": "train-00000-of-00045.jsonl.gz:10198" }
starcoder
using System.Collections.Generic; namespace Caerostris.Services.Spotify.IndexedDB { /// <summary> /// Used to define the database and associated stores /// </summary> public class DbStore { /// <summary> /// Name of the database to create /// </summary> public stri...
2.458946
987cf341c20367616bd44f9ca79669e4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10198
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Inedo/bmx-axosoft", "max_stars_repo_path": "Data/TableNames.cs", "provenance": "train-00000-of-00045.jsonl.gz:10199" }
starcoder
<gh_stars>0 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-----------------------...
0.294825
3d66c84ddaf464af0670e5927e7faefc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10199
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "Nishant163/CP3", "max_stars_repo_path": "UW.ClassroomPresenter/Misc/LicenseForm.cs", "provenance": "train-00000-of-00045.jsonl.gz:10200" }
starcoder
<reponame>Nishant163/CP3 using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Text; using System.Windows.Forms; using System.Data; namespace UW.ClassroomPresenter.Misc { public partial class LicenseForm : Form { public LicenseForm() ...
2.238461
078370ad01c11a35fa406509390b59ba
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10200
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "muratoflu/CsvEditSharp", "max_stars_repo_path": "CsvEditSharp/Views/GenerateConfigDialog.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:10201" }
starcoder
using CsvEditSharp.ViewModels; using System.Windows; namespace CsvEditSharp.Views { /// <summary> /// CsvConfigFileSettingDialog.xaml の相互作用ロジック /// </summary> public partial class GenerateConfigDialog : Window { public GenerateConfigDialog() { InitializeComponent(); ...
1.642353
44bd2d1bd4f16e7387dbc3f3004d9294
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10201
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "emlid/Navio-SDK-Windows-IoT", "max_stars_repo_path": "Source/Samples/CS/Navio RC Input/Properties/AssemblyInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:10202" }
starcoder
using System; using System.Reflection; // Information [assembly: AssemblyTitle("Emlid.WindowsIot.Samples.NavioRCInput")] [assembly: AssemblyDescription("Navio RC Input Sample")] // Windows Universal apps are not CLS compliant [assembly: CLSCompliant(false)]
1.511914
cc9f346a35b0476274e09d1ba38ad347
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10202
{ "extension": "c-sharp", "max_stars_count": "1365.0", "max_stars_repo_name": "dmolokanov/iotedge", "max_stars_repo_path": "edge-util/src/Microsoft.Azure.Devices.Edge.Storage/DbStoreProviderDecorator.cs", "provenance": "train-00000-of-00045.jsonl.gz:10203" }
starcoder
// Copyright (c) Microsoft. All rights reserved. namespace Microsoft.Azure.Devices.Edge.Storage { using System.Threading.Tasks; using Microsoft.Azure.Devices.Edge.Util; using Microsoft.Extensions.Logging; /// <summary> /// A decorating wrapper over a DB store provider to provide ease of extending D...
2.208576
d27eefecd1db238dca477ed09ba3b156
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10203
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dadat/rctpl", "max_stars_repo_path": "Controllers/AdminFiles/MaintenanceController.cs", "provenance": "train-00000-of-00045.jsonl.gz:10204" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace RCTPL_WebProjects.Controllers.AdminFiles { public class MaintenanceController : Controller { // GET: Maintenance public ActionResult Index() { return View();...
1.305166
5e7ea35775b183e155945771e1b8ff3b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10204
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "serverdensity/Tether", "max_stars_repo_path": "Tether/Checks/SQLServerCheck.cs", "provenance": "train-00000-of-00045.jsonl.gz:10205" }
starcoder
<filename>Tether/Checks/SQLServerCheck.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Diagnostics; using NLog; using Tether.Plugins; namespace Tether.CoreChecks { /// <summary> /// Class for checking various SQL Server metrics. /// </summary> public class SQLServerCheck :...
2.255832
34ebdf209c857e2d99ab7e04b34f0593
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10205
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MJordanov81/PlantM", "max_stars_repo_path": "PlantM/Models/PlantModels/Vendor.cs", "provenance": "train-00000-of-00045.jsonl.gz:10206" }
starcoder
<filename>PlantM/Models/PlantModels/Vendor.cs using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace PlantM.Models.PlantModels { public class Vendor { [Key] [Required] [Index(IsUnique = true)] [Display(Name = "Name")] ...
2.445221
176c8afbeeac592120895da39dd82019
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10206
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "d3x0r/xperdex", "max_stars_repo_path": "xperdex.security.sql/Users/Opeartions/ConfigurationTable.cs", "provenance": "train-00000-of-00045.jsonl.gz:10207" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace xperdex.dataset.Opeartions { class ConfigurationTable { } }
0.68356
c0cb7b1df9c65dfc3432709266bb4fef
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10207
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PopCap/GameIdea", "max_stars_repo_path": "Engine/Source/Programs/UnrealCodeAnalyzer/UnrealCodeAnalyzer.Build.cs", "provenance": "train-00000-of-00045.jsonl.gz:10208" }
starcoder
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; public class UnrealCodeAnalyzer : ModuleRules { public UnrealCodeAnalyzer(TargetInfo Target) { bEnableExceptions = false; AddThirdPartyPrivateStaticDependencies(Target, "llvm"); PublicDependencyModuleNames.AddRange(new strin...
1.55367
b3e1526b307b4491a0ebab923513b438
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10208
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "0x25CBFC4F/tdsharp", "max_stars_repo_path": "TDLib.Api/Functions/LoadGroupCallParticipants.cs", "provenance": "train-00000-of-00045.jsonl.gz:10209" }
starcoder
using System; using System.Threading.Tasks; using Newtonsoft.Json; namespace TdLib { /// <summary> /// Autogenerated TDLib APIs /// </summary> public static partial class TdApi { /// <summary> /// Loads more participants of a group call. The loaded participants will be received thro...
2.74307
426128a42463009d876d7618b29ea082
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10209
{ "extension": "c-sharp", "max_stars_count": "271.0", "max_stars_repo_name": "Anberm/netcorekit", "max_stars_repo_path": "templates/NetCoreKit.RestTemplate.MongoDb/AppBuilderExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:10210" }
starcoder
<reponame>Anberm/netcorekit<gh_stars>100-1000 using System.Reflection; using IdentityServer4.Models; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.ApiExplorer; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microso...
1.601877
bd6105af04e476056a7b34a0ad2b0dc9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10210
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jeffersonmello/aspnetcore.ef.migrations.multitenant", "max_stars_repo_path": "MultiTenant/MultiTenant.Data/Configuration/Log/LogConfiguration.cs", "provenance": "train-00000-of-00045.jsonl.gz:10211" }
starcoder
<filename>MultiTenant/MultiTenant.Data/Configuration/Log/LogConfiguration.cs using Microsoft.EntityFrameworkCore; using MultiTenant.Data.Abstract; namespace MultiTenant.Data.Configuration.Log; public class LogConfiguration : ConfigBase<Model.Log> { protected override void ConfigureFK() { } protected ...
2.202709
20d253ff66ff071c41f2f1d330f62a76
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10211
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "m-sadegh-sh/WebPlex", "max_stars_repo_path": "src/WebPlex.Resources/Members.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:10212" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18033 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
1.738415
b9a11f957b0b9ec2c8c8cbb0e1653d93
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10212
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "lukasroegner/sevdesk-exchange-sync", "max_stars_repo_path": "SevDeskExchangeSync.Services.SevDesk/Categories/TaskCategory.cs", "provenance": "train-00000-of-00045.jsonl.gz:10213" }
starcoder
namespace SevDeskExchangeSync.Services.SevDesk.Categories { /// <summary> /// Represents the category of a task. /// </summary> public sealed class TaskCategory : Category { #region Constructors /// <summary> /// Initializes a new <see cref="TaskCategory" /> instance. ...
1.887208
52571f55893e88287baafd8485cccbf6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10213
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "uk-gov-mirror/hmcts.vh-video-api", "max_stars_repo_path": "VideoApi/VideoApi/Extensions/DatabaseMigration.cs", "provenance": "train-00000-of-00045.jsonl.gz:10214" }
starcoder
using Microsoft.AspNetCore.Builder; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using VideoApi.DAL; namespace VideoApi.Extensions { public static class DatabaseMigration { public static void RunLatestMigrations(this IApplicationBuilder app) { ...
1.963818
883a1051d63afa590ccd75452cde2a22
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10214
{ "extension": "c-sharp", "max_stars_count": "38.0", "max_stars_repo_name": "grazies/Phoenix", "max_stars_repo_path": "CMP/CmpAzureServiceWebRole/Models/FluRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:10215" }
starcoder
<gh_stars>10-100 using System; namespace CmpAzureServiceWebRole.Models { public partial class FluRequest { public int ID { get; set; } public string RequestName { get; set; } public string RequestDescription { get; set; } public string ParentAppName { get; set; } public ...
1.284102
2fc182e45b9aa9ce48464f2d935b6bf8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10215
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mzdyhrave/payrollcs", "max_stars_repo_path": "proj/legalios/Providers.Period2013/HistoryConstSocial2013.cs", "provenance": "train-00000-of-00045.jsonl.gz:10216" }
starcoder
<reponame>mzdyhrave/payrollcs using System; using HraveMzdy.Legalios.Providers.Period2012; namespace HraveMzdy.Legalios.Providers.Period2013 { // MAX_ANNUALS_BASIS Maximální roční vyměřovací základ na jednoho pracovníka (tzv.strop) // // FACTOR_EMPLOYER Sazba - standardní sociálníh...
1.750997
8b453a81298c43d8e57f47686d973125
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10216
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Yoshiya1113/Fove", "max_stars_repo_path": "Assets/Examples/FoveCursor/Scripts/EyeCheck/miss/Fove3DCursor2.cs", "provenance": "train-00000-of-00045.jsonl.gz:10217" }
starcoder
<filename>Assets/Examples/FoveCursor/Scripts/EyeCheck/miss/Fove3DCursor2.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class Fove3DCursor2 : MonoBehaviour { public Material plane;//マテリアルの変数 public Vector3 pos;//位置の変数 public Vector3 eyepos;//視点の位置の変数 public Ve...
2.416005
5310561648d54207636c1bd6074bfdc4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10217
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JohannesHoppe/WebNoteSinglePage", "max_stars_repo_path": "WebNoteSinglePage/WebNoteSinglePage/AppStart/UnityDependencyResolver.cs", "provenance": "train-00000-of-00045.jsonl.gz:10218" }
starcoder
<reponame>JohannesHoppe/WebNoteSinglePage<gh_stars>0 using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.Practices.Unity; using IDependencyResolver = System.Web.Mvc.IDependencyResolver; namespace WebNoteSinglePage.AppStart { /// <summary> /// ASP.NET...
2.324779
c1ead7723d01ce0cabc4a4a3b8471fa5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10218
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "akkadotnet/Akka.Persistence.ServiceFabric", "max_stars_repo_path": "src/ServiceFabricPersistence/ServiceFabricSnapshotStore.cs", "provenance": "train-00000-of-00045.jsonl.gz:10219" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the Apache 2 License. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using ServiceFabricPersistence.Interfaces; using Microsoft.ServiceFabric; using Microsoft.Serv...
2.240232
6cc5fdc3dd7fab870bfd2d269071e69a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10219
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Fears313/discordcloner", "max_stars_repo_path": "DiscordChatExporter/Messages/ShowCloneSetupMessage.cs", "provenance": "train-00000-of-00045.jsonl.gz:10220" }
starcoder
using DiscordChatExporter.Models; namespace DiscordChatExporter.Messages { public class ShowCloneSetupMessage { public Guild Guild { get; } public Channel Channel { get; } public ShowCloneSetupMessage(Guild guild, Channel channel) { Guild = guild; Chan...
2.081553
85f0e4d6c0ccb9bc3b45bbf6add5e286
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10220
{ "extension": "c-sharp", "max_stars_count": "495.0", "max_stars_repo_name": "mzakrzewski/Steeltoe", "max_stars_repo_path": "src/Configuration/src/CloudFoundryBase/Limits.cs", "provenance": "train-00000-of-00045.jsonl.gz:10221" }
starcoder
<gh_stars>100-1000 // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.CloudFoundry { public class Limits { ...
1.52251
4b12a8840dd6b5e2cd311afc95ad2584
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10221
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "iDenco/hphr", "max_stars_repo_path": "applicationcore/Models/EmployeeStatus.cs", "provenance": "train-00000-of-00045.jsonl.gz:10222" }
starcoder
<filename>applicationcore/Models/EmployeeStatus.cs using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace HPHR.ApplicationCore.Models { public class EmployeeStatus { [Key] public int Id { get; set; } [Required] [MaxLength(15)] public string Code { get; set; } ...
2.094914
c6534c25fc79107261d5040b90991e3f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10222
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "simelation/simhub-plugins", "max_stars_repo_path": "packages/simhub-sli-plugin/src/Devices/SliPro/SliProConstants.cs", "provenance": "train-00000-of-00045.jsonl.gz:10223" }
starcoder
/* * Various constant values for the SLI-Pro. */ using System.Windows.Media; // --------------------------------------------------------------------------------------------------------------------------------- namespace SimElation.SliDevices.Pro { /// <summary>Various constant values for the SLI-Pro.</summary> ...
2.426269
adcb7b73978fa46e64a517edffb3efc4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10223
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "iboxdb/db4o-gpl", "max_stars_repo_path": "db4o.net/Db4objects.Db4o.CS/Db4objects.Db4o.CS/CS/Internal/Messages/IMessageDispatcher.cs", "provenance": "train-00000-of-00045.jsonl.gz:10224" }
starcoder
<reponame>iboxdb/db4o-gpl /* Copyright (C) 2004 - 2011 Versant Inc. http://www.db4o.com */ using Db4objects.Db4o.CS.Internal.Messages; namespace Db4objects.Db4o.CS.Internal.Messages { /// <exclude></exclude> public interface IMessageDispatcher { bool IsMessageDispatcherAlive(); bool Write(Msg msg...
1.168978
acddc3074a69da453fb1a7a71c6e9468
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10224
{ "extension": "c-sharp", "max_stars_count": "133.0", "max_stars_repo_name": "Ortheore/BizHawk", "max_stars_repo_path": "src/BizHawk.Client.EmuHawk/AVOut/AVSync.cs", "provenance": "train-00000-of-00045.jsonl.gz:10225" }
starcoder
using System; using BizHawk.Client.Common; using BizHawk.Emulation.Common; namespace BizHawk.Client.EmuHawk { public class AudioStretcher : AVStretcher { public AudioStretcher(IVideoWriter w) { this.W = w; } private long _soundRemainder; // audio timekeeping for video dumping /// <ex...
2.771368
e3f2e38ad2df6504c99abb8abdcd4e94
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10225
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "atiq-shumon/DotNetProjects", "max_stars_repo_path": "Hospital_ERP_VS13-WCF_WF/AH.ModuleController/UI/OPR/Forms/frmOPRGrade.cs", "provenance": "train-00000-of-00045.jsonl.gz:10226" }
starcoder
<reponame>atiq-shumon/DotNetProjects<filename>Hospital_ERP_VS13-WCF_WF/AH.ModuleController/UI/OPR/Forms/frmOPRGrade.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.W...
2.072301
398257c64537f36a02daf2fe1698d92f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10226
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "josuuribe/nCubed", "max_stars_repo_path": "DDD.Core/Specification/NotSpecification.cs", "provenance": "train-00000-of-00045.jsonl.gz:10227" }
starcoder
<reponame>josuuribe/nCubed<filename>DDD.Core/Specification/NotSpecification.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace RaraAvis.nCubed.DDD.Core.Specification { /// <summary> /// N...
2.679006
260e4ba2715044ab94d49cf27cfcfa37
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10227
{ "extension": "c-sharp", "max_stars_count": "157.0", "max_stars_repo_name": "TelegramBots/telegram.bot", "max_stars_repo_path": "src/Telegram.Bot/Types/ChatPermissions.cs", "provenance": "train-00000-of-00045.jsonl.gz:10228" }
starcoder
<filename>src/Telegram.Bot/Types/ChatPermissions.cs using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Telegram.Bot.Types; /// <summary> /// Describes actions that a non-administrator user is allowed to take in a chat. /// </summary> [JsonObject(MemberSerialization.OptIn, NamingStrategyType = typeo...
2.541947
3592ffed2f6a300958109584b7a65573
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10228
{ "extension": "c-sharp", "max_stars_count": "469.0", "max_stars_repo_name": "lefb766/mono", "max_stars_repo_path": "mcs/class/Mainsoft.Web/Mainsoft.Web.Hosting/RequestParameterMap.cs", "provenance": "train-00000-of-00045.jsonl.gz:10229" }
starcoder
// // Mainsoft.Web.Hosting.RequestParameterMap.cs // // Authors: // <NAME> <<EMAIL>> // // (C) 2008 Mainsoft Co. (http://www.mainsoft.com) // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to dea...
2.061425
1e42c291cccbc7fb23984f07a86493fe
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10229
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NicoleMurphy/ConfluxWritersDay", "max_stars_repo_path": "Projects/ConfluxWritersDay.Tests/TestInfrastructure/Dummies/DummyRegistrationViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:10230" }
starcoder
using System; using System.Linq; using ConfluxWritersDay.Web.ViewModels.Home; using FakeItEasy; using OpenMagic; namespace ConfluxWritersDay.Tests.TestInfrastructure.Dummies { public class DummyRegistrationViewModel : DummyDefinition<RegistrationViewModel> { private readonly static Lazy<RegistrationVi...
1.936076
8527b349f15c9a0c74742674ebac6e44
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10230
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rational-core/OpenNISharp2", "max_stars_repo_path": "OpenNISharp2/OpenNI.cs", "provenance": "train-00000-of-00045.jsonl.gz:10231" }
starcoder
using System; using System.Runtime.InteropServices; using OpenNISharp2.Native; namespace OpenNISharp2 { public static class OpenNI { public static string GetExtendedError() { var message = OniCAPI.oniGetExtendedError(); return message; } public static v...
2.186147
a74cf9cd3108df2276d9782656a6a723
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10231
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thekernelcode/Chaos21", "max_stars_repo_path": "MyFirstGame/Assets/Karting/Scripts/UI/InGameInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:10232" }
starcoder
<reponame>thekernelcode/Chaos21 using KartGame.KartSystems; using TMPro; using UnityEngine; namespace KartGame.UI { public class InGameInfo : MonoBehaviour { public TextMeshProUGUI Speed; public bool AutoFindKart = true; public ArcadeKart KartController; void Start() {...
2.014158
f399fb57c55955cb9ed7112025891634
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10232
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "diego105xz/CSharp", "max_stars_repo_path": "Fundamentos/Inferencia.cs", "provenance": "train-00000-of-00045.jsonl.gz:10233" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace CursoCSharp.Fundamentos { class Inferencia { public static void Executar() { var nome = "Leonardo"; // nome = 123; Console.WriteLine(nome); //int idade; var...
2.643511
5dc90da7e5487de602dd1c1c2ba21b94
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10233
{ "extension": "c-sharp", "max_stars_count": "246.0", "max_stars_repo_name": "truecooler/BinarySerializer", "max_stars_repo_path": "BinarySerializer/Crc.cs", "provenance": "train-00000-of-00045.jsonl.gz:10234" }
starcoder
<reponame>truecooler/BinarySerializer<filename>BinarySerializer/Crc.cs<gh_stars>100-1000 using System; using System.Collections.Generic; namespace BinarySerialization { internal abstract class Crc<T> { private const int BitsPerByte = 8; // ReSharper disable once StaticMemberInGenericType ...
2.903972
623085d15609ae099b6dc9d0876ad524
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10234
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ajshehan/SC-HACKATHON-2017", "max_stars_repo_path": "src/Feature/Demo/code/Models/Location.cs", "provenance": "train-00000-of-00045.jsonl.gz:10235" }
starcoder
namespace Sitecore.Feature.Demo.Models { public class Location { public string Country { get; set; } public string City { get; set; } } }
1.5655
c92a17182cf19827f27e44cb5e91c2a6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10235
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "kawazoe/westmoor-downtime-planner", "max_stars_repo_path": "Westmoor.DowntimePlanner/Repositories/IApiKeyWriteRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:10236" }
starcoder
using System.Threading.Tasks; using Westmoor.DowntimePlanner.Requests; namespace Westmoor.DowntimePlanner.Repositories { public interface IApiKeyWriteRepository { Task CreateAsync(CreateApiKeyRequest request); Task UpdateAsync(string key, UpdateApiKeyRequest request); Task DeleteAsync(s...
1.66321
0ce77c645d35146312348dbc588dcf50
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
10236
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vashov/NsauTimetable", "max_stars_repo_path": "NsauT.Web/Areas/Manage/Models/TimetableController/SubjectModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:10237" }
starcoder
<gh_stars>0 namespace NsauT.Web.Areas.Manage.Models.TimetableController { public class SubjectModel { public int Id { get; set; } public string Title { get; set; } public string Teachers { get; set; } public bool IsApproved { get; set; } } }
1.115141
42b507e64d099a57ba78fa3ee850a815