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
8841112
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BlagoKolev/SoftUni", "max_stars_repo_path": "C# Web/BattleCards-Exam/BattleCards/Data/AppDbContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:160332" }
starcoder
using BattleCards.Data.Models; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BattleCards.Data { public class AppDbContext : DbContext { public DbSet<User> Users { get; set; } pu...
2.542014
6dfd96f0231b30634f0a342d876a1219
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841113
{ "extension": "c-sharp", "max_stars_count": "51.0", "max_stars_repo_name": "fossabot/RTCV", "max_stars_repo_path": "Source/Libraries/NetCore/DebugInfo/DebugInfo_Form.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160333" }
starcoder
<gh_stars>10-100 namespace RTCV.NetCore { partial class DebugInfo_Form { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if ma...
1.882146
107a60c6e1c2dac3f1090be799827c9e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841114
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "RavuAlHemio/SharpIrcBot", "max_stars_repo_path": "Plugins/Trivia/GameState.cs", "provenance": "train-00027-of-00045.jsonl.gz:160334" }
starcoder
<gh_stars>1-10 using System.Collections.Generic; using System.Threading; namespace SharpIrcBot.Plugins.Trivia { public class GameState { public List<QuestionAnswers> Questions { get; set; } public int CurrentQuestionIndex { get; set; } public QuestionAnswers CurrentQuestion => Questions...
1.888187
d98f0eb36642356d0c2340fc6aa9ab12
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841115
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "SaxxonPike/roton", "max_stars_repo_path": "Source/Lyon/Presenters/IKeyboardPresenter.cs", "provenance": "train-00027-of-00045.jsonl.gz:160335" }
starcoder
<filename>Source/Lyon/Presenters/IKeyboardPresenter.cs using DotSDL.Events; using Roton.Emulation.Core; namespace Lyon.Presenters { public interface IKeyboardPresenter : IKeyboard { bool Press(KeyboardEvent data); } }
1.588481
c51d6122dcbf245a460bbda598382499
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841116
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DanielBohme/dcd", "max_stars_repo_path": "backend/api/SampleData/Builders/SurfBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:160336" }
starcoder
<gh_stars>0 using api.Models; namespace api.SampleData.Builders; public class SurfBuilder : Surf { public SurfBuilder WithCostProfile(SurfCostProfile costProfile) { costProfile.Surf = this; this.CostProfile = costProfile; return this; } public SurfBuilder WithSurfCessationCost...
1.693656
2c39a0e3a3032b8575b75fdfa6597109
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841117
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "StevenThuriot/Nova.Bindings", "max_stars_repo_path": "Nova.Bindings/Properties/AssemblyInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:160337" }
starcoder
<filename>Nova.Bindings/Properties/AssemblyInfo.cs using System; using System.Reflection; using System.Resources; using System.Runtime.InteropServices; using System.Windows.Markup; [assembly: AssemblyCopyright("Thuriot.be")] [assembly: AssemblyDescription("Model first design of WPF views through binding.")] [assembly...
1.645157
30181a7ebf7ebf09e41fc78f8a9d8c26
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841118
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "pointcache/UnityLib_Constraints", "max_stars_repo_path": "Assets/Constraints/RotationConstraint.cs", "provenance": "train-00027-of-00045.jsonl.gz:160338" }
starcoder
using UnityEngine; using System.Collections; using UnityEngine.Networking; public enum Axis { x, y, z } public class RotationConstraint : MonoBehaviour { /* to keep the rotation on one axis at zero, remove the target transform and enable that axis*/ public Vector3 targetRotation; // The curre...
2.231907
059584307a3dadf6867feb0df41071ad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841119
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "VangelIliev/Recipies", "max_stars_repo_path": "Recipies/Domain.Implementation/ProductService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160339" }
starcoder
using AutoMapper; using Recipes.Data.Contracts; using Recipes.Domain.Contracts; using Recipes.Domain.Models; using Recipies.Data.Models.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Recipes.Domain.Implementation { public cla...
2.551745
6cd3f0ed09e3588f5c12abf2076fa69a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841120
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ndrmc/cats-hub", "max_stars_repo_path": "UI/DRMFSS.Web/Views/Hub/ListPartial.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160340" }
starcoder
@using DRMFSS.Web.Helpers @model System.Linq.IOrderedEnumerable<DRMFSS.BLL.Hub> <table width="100%"> <tr> <th style="width: 20px"></th> <th> @Html.Translate("Name") </th> <th> @Html.Translate("Hub Owner") </th> <th></th> </tr> ...
2.579706
71778ced109975c03762e9740503bcbd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841121
{ "extension": "c-sharp", "max_stars_count": "116.0", "max_stars_repo_name": "alexrazv/Manatee.Trello", "max_stars_repo_path": "Manatee.Trello/Json/IJsonAttachment.cs", "provenance": "train-00027-of-00045.jsonl.gz:160341" }
starcoder
<reponame>alexrazv/Manatee.Trello<filename>Manatee.Trello/Json/IJsonAttachment.cs<gh_stars>100-1000 using System; using System.Collections.Generic; namespace Manatee.Trello.Json { /// <summary> /// Defines the JSON structure for the Attachment object. /// </summary> public interface IJsonAttachment : IJson...
2.140271
db7df58f0730653daa5987036d1ae9be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841122
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlyssonAguiar/Aplicacao-Web-Beca-Everis", "max_stars_repo_path": "Models/ProdutosParaPedido.cs", "provenance": "train-00027-of-00045.jsonl.gz:160342" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PizzaEverisDay.Models { public class ProdutosParaPedido { public List<Produtos> ListaProduto = new List<Produtos>(); public List<Cliente> ListaCliente = new List<Cliente>(); publi...
1.517915
a2abc919f07acf32df8c4d3b49eec694
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841123
{ "extension": "c-sharp", "max_stars_count": "100.0", "max_stars_repo_name": "RyanHauert/fubumvc", "max_stars_repo_path": "src/Serenity/SerenitySystem.Context.cs", "provenance": "train-00027-of-00045.jsonl.gz:160343" }
starcoder
using System; using System.Linq; using FubuMVC.Core.Diagnostics.Instrumentation; using FubuMVC.Core.ServiceBus; using FubuMVC.Core.ServiceBus.Diagnostics; using Serenity.ServiceBus; using StoryTeller; using StoryTeller.Engine; namespace Serenity { public partial class SerenitySystem<T> { public class ...
1.772029
6470eb9b534247ccc3cf73ddacb0c57b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841124
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "flaviogf/merchant", "max_stars_repo_path": "src/Merchant/MerchantLoggerExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160344" }
starcoder
using System; using Microsoft.Extensions.Logging; namespace Merchant { public static class MerchantLoggerExtensions { public static ILoggingBuilder AddMerchant(this ILoggingBuilder builder, MerchantLoggerConfiguration config) { if (config == null) { throw...
2.61987
cf90cf459dc0884bf250431d01ad88ad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841125
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EARodriguezM/TeachersRanking", "max_stars_repo_path": "BLL/UserTypeService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160345" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BLL { class UserTypeService { #region SingletonPattern private static UserTypeService UserTypeServiceObj = null; private UserTypeService() { } public s...
2.257366
e5034c7a8d511f5728cb90fd0d163560
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841126
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Bloomerang/elasticsearch-net", "max_stars_repo_path": "src/Nest/Resolvers/Converters/GeoShapeConverterBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:160346" }
starcoder
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Nest.Resolvers.Converters { public abstract class GeoShapeConverterBase : JsonConverter { public virtual T GetCoordinates<T>(JToken shape) { var coordinates = sha...
2.376651
fecff0f50cb892e2909cb592a1920d5f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841127
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Milotrince/you-are-tank", "max_stars_repo_path": "You Are Tank/Assets/Scripts/PlayerCameraController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160347" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerCameraController : MonoBehaviour { public Transform player; [Range(0.0f, 1.0f)] public float lerpAmount; // Update is called once per frame void Update() { if (player != null) { ...
2.338951
ca8104b5f70159a1950343f91b332105
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841128
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MunoDevelop/youngForever", "max_stars_repo_path": "TheGame/Assets/Move.cs", "provenance": "train-00027-of-00045.jsonl.gz:160348" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; public class Move : MonoBehaviour { NavMeshAgent agent; Rigidbody rigid; float rotatedAng; float preAngles ; Animator animator; float velocity; public float RotatedAng { get => rot...
2.421516
746f7c9c93d750f6a0eeec9c1d27451a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841129
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lewischeng-ms/lab", "max_stars_repo_path": "WebApi/src/Microsoft.AspNet.OData/Query/ModelAssemblyProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:160349" }
starcoder
using System; using System.Collections.Generic; using System.Reflection; using Microsoft.AspNet.Mvc; using Microsoft.AspNet.OData.Common; namespace Microsoft.AspNet.OData.Query { public class ModelAssemblyProvider : IAssemblyProvider { private readonly Assembly _modelAssembly; public ModelAss...
2.197611
3c5a70f9e7d719d5eba0105863cc5a54
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841130
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mamesiva64/AlpacaTechLibrary", "max_stars_repo_path": "Assets/AlpacaTech/FadeManager/FadeManagerDemo.cs", "provenance": "train-00027-of-00045.jsonl.gz:160350" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FadeManagerDemo : MonoBehaviour { public void OnFadeOut() { FadePanel.FadeOut(1); } public void OnFadeIn() { FadePanel.FadeIn(1); } }
1.66082
4d74ea197fefee811b40c57ecdd16b77
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841131
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "tzhsweet/NanUI", "max_stars_repo_path": "NetDimension.NanUI/JsHostWindowObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:160351" }
starcoder
<reponame>tzhsweet/NanUI<gh_stars>1-10 using NetDimension.NanUI.Internal; using System; using System.Windows.Forms; namespace NetDimension.NanUI.ChromiumCore { internal class JsHostWindowObject : JSObject { private Form parentForm; private IntPtr handle; internal JsHostWindowObject(Form parent) { parent...
1.831614
ab8cc605d5737eee36bc47f88775fa64
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841132
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Crash1988/tickets", "max_stars_repo_path": "Server/ViewModels/LoginViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:160352" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace Asp2017.Server.ViewModels { public class LoginViewModel { #region Constructor public LoginViewModel() { } #endregion Constructor ...
2.207881
839f95d52d05585cc2a9876c884a2470
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841133
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CyndaquilDAC/Legacy-BBISLOCR", "max_stars_repo_path": "BBISLOCR/Assets/Scripts/Assembly-CSharp/DarkDoorScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:160353" }
starcoder
<filename>BBISLOCR/Assets/Scripts/Assembly-CSharp/DarkDoorScript.cs<gh_stars>0 using System; using UnityEngine; // Token: 0x02000009 RID: 9 public class DarkDoorScript : MonoBehaviour { // Token: 0x06000020 RID: 32 RVA: 0x000027FC File Offset: 0x00000BFC private void Update() { if (this.door.bDoorOpen) { th...
1.76867
4d1e4a2baf6172b8584d1f579b2d9753
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841134
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "rstropek/devcamp-vienna-2019", "max_stars_repo_path": "HotelsApi.Tests/DemoDataFillerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160354" }
starcoder
<reponame>rstropek/devcamp-vienna-2019 using HotelsApi.DataAccess; using HotelsApi.Models; using Microsoft.EntityFrameworkCore; using Moq; using System.Threading.Tasks; using Xunit; namespace HotelsApi.Tests { public class DemoDataFillerTests { [Fact] public async Task TestFillDatabase() ...
2.357094
7accd696c178ea04a1952bf5aa161d36
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841135
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CVBDL/ccollab2eeplatform-csharp", "max_stars_repo_path": "EagleEye/Defects/DefectCountByInjectionStageCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:160355" }
starcoder
namespace EagleEye.Defects { public class DefectCountByInjectionStageCommand : ICommand { private Defects _defects; public DefectCountByInjectionStageCommand(Defects defects) { _defects = defects; } public void Execute() { _defects.Gener...
2.285614
6da45de23a76b568495f02c946cff382
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841136
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "besscampbell/Library.Solution", "max_stars_repo_path": "Library/Views/Patrons/Create.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160356" }
starcoder
@{ Layout = "_Layout"; } @model Library.Models.Patron <h2>Create new Library Card holder:</h2> @using(Html.BeginForm()) { @Html.LabelFor(model => model.Name) @Html.TextBoxFor(model => model.Name) <input type="submit" value="+ new Library Card Holder" class="btn btn-info"> }
2.191096
bf2cdc01193749580df2d05e757d2ccd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841137
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "KenticoInternal/LearningKit-Core", "max_stars_repo_path": "LearningKitCore/Components/FormBuilder/FormSections/CustomFormSection.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160357" }
starcoder
<reponame>KenticoInternal/LearningKit-Core @using Kentico.Web.Mvc @using Kentico.Forms.Web.Mvc <div> <div style="float:left; width:50%;"> @await Html.Kentico().FormZoneAsync() </div> <div style="float:left; width:50%;"> @await Html.Kentico().FormZoneAsync() </div> <div style="cle...
1.252266
7738de53835aa7bea564e5d59fc7cfea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841138
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IAmTomahawkx/Silk", "max_stars_repo_path": "src/Silk.Core.Data/Models/RoleMenuReaction.cs", "provenance": "train-00027-of-00045.jsonl.gz:160358" }
starcoder
namespace Silk.Core.Data.Models { public class RoleMenuReaction { public int Id { get; set; } public string Name { get; set; } public ulong EmojiId { get; set; } public ulong? RequiredRole { get; set; } } }
1.46757
673100cdb80e3ecbb312c984393a2e4d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841139
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Elly-Wenani/pos", "max_stars_repo_path": "wenaniPos/frmCategory.cs", "provenance": "train-00027-of-00045.jsonl.gz:160359" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Data.SqlClient; namespace wenaniPos { public partial class frmCategory : Form { ...
2.353468
32b6fef8727c8adf34ffa390f70562b5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841140
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "sm-g/ByValue", "max_stars_repo_path": "src/ByValue/ValueObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:160360" }
starcoder
using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace ByValue { /// <remarks> /// Because it is not struct, there is no need of <see cref="System.IEquatable{T}"/>. /// See https://stackoverflow.com/questions/2476793/when-to-use-iequatable-and-why for d...
3.513512
589796aa6e07671c68fd7cdc1bcf957f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841141
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ideptor/unity_ar_game", "max_stars_repo_path": "MarkerRecognition_Vuforia/Assets/SamplesResources/SceneAssets/ModelTargets/Scripts/ModelTargetsManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:160361" }
starcoder
/*============================================================================== Copyright (c) 2019 PTC Inc. All Rights Reserved. Vuforia is a trademark of PTC Inc., registered in the United States and other countries. ==============================================================================*/ using System.Coll...
1.964662
e0bfd8a05b5380ccd39b1b2f2b462562
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841142
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rubilnik4/GadzhiResurrected", "max_stars_repo_path": "GadzhiResurrected/Modules/GadzhiConvertingModule/Views/Tabs/HistoryViews/HistoryFilterView.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:160362" }
starcoder
using System.Windows.Controls; namespace GadzhiResurrected.Modules.GadzhiConvertingModule.Views.Tabs.HistoryViews { /// <summary> /// Interaction logic for HistoryFilterView.xaml /// </summary> public partial class HistoryFilterView : UserControl { public HistoryFilterView() { ...
1.122879
c27478debc78e3612131cc1b0c4d7a43
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841143
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JCM-19/POO", "max_stars_repo_path": "Unidad 3-4/Figura Geometrica/Form1.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160363" }
starcoder
namespace Figura_Geometrica { partial class Form1 { /// <summary> /// Variable del diseñador necesaria. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Limpiar los recursos que se estén usando. /// </summary> ...
2.303545
7b230fa4f1ce684666adc13bb534d705
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841144
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Delta-BWH/LifeBoat", "max_stars_repo_path": "codegen/features/xsls/backendless-codegen-xsls/net/backendless-codegen/Xamarin/CRUD/XamarinMobile/XamarinMobile/Retrieve/OperationRetrieve.xaml.cs", "provenance": "train-00027-of-00045.json...
starcoder
<filename>codegen/features/xsls/backendless-codegen-xsls/net/backendless-codegen/Xamarin/CRUD/XamarinMobile/XamarinMobile/Retrieve/OperationRetrieve.xaml.cs using System; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace XamarinMobile { [XamlCompilation( XamlCompilationOptions.Compile )] public partial cla...
1.83939
2b3837337f7e6642cd8b82c6d57a26ef
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841145
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "isystem20/Hiraya", "max_stars_repo_path": "aspnet-core/src/Hiraya.Domain/MongoDBCollections/Entities/BankAccount.cs", "provenance": "train-00027-of-00045.jsonl.gz:160365" }
starcoder
using MongoDB.Bson; using MongoDB.Bson.Serialization.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hiraya.Domain.MongoDBCollections.Entities { /// <summary> /// Bank accounts registered by the tax paying entities to us...
1.833711
b05c27fdcbcd22ccedfa8efde57ca6a6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841146
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "oTAMAKOo/MasterConverter", "max_stars_repo_path": "Source/EditXlsxBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:160366" }
starcoder
 using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using Extensions; using OfficeOpenXml; using OfficeOpenXml.ConditionalFormatting; using OfficeOpenXml.ConditionalFormatting.Contracts; using OfficeOpenXml.Style; namespace ...
2.313856
1acd302989230dfc81033ce369bcffd3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841147
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "realityreflection/UIAnim.unity", "max_stars_repo_path": "Assets/Scripts/FadeOutBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:160367" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class FadeOutBase : AnimBase { public bool inactiveWhenDone = true; public void PlayFadeout() { StopAllCoroutines(); OnSetup(); StartCoroutine(AnimFunc()); } }
1.142
d69d8b76083fb1c9d4cfb8a397a73ffe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841148
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "DevChive/XenForms", "max_stars_repo_path": "Source/Core.Platform/Properties/AssemblyInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:160368" }
starcoder
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using XenForms.Core.Plugin; [assembly: Guid("6f11e5a0-765f-4967-93db-79661bfdd28c")] [assembly: AssemblyTitle("XenForm")] [assembly: AssemblyProduct("XenForms")] [assembly: AssemblyDescription("A Xamarin.Forms UI De...
1.268594
8004b852a91d7e594b34a7ecace0231c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841149
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "2haus/MateMatirun", "max_stars_repo_path": "Assets/Scripts/MainMenuSettingButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:160369" }
starcoder
<gh_stars>1-10 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class MainMenuSettingButton : MonoBehaviour { // public MainMenuAd adGameObject; public UnityBannerAd adGameObject; void Start() { GetC...
1.491408
5415a25767310f9f9ee9680a1d975236
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841150
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Igorium/Leetcode", "max_stars_repo_path": "medium/670. Maximum Swap.cs", "provenance": "train-00027-of-00045.jsonl.gz:160370" }
starcoder
public class Solution { public int MaximumSwap(int num) { var nums = num.ToString().ToCharArray(); var lastPos = new int[10]; for(int i = 0; i < nums.Length; i++) lastPos[nums[i]-'0'] = i; for(int i = 0; i < nums.Length; i++){ for(var n = 9; n > nums[i]-'0';...
3.389066
b0fd54f9458acd4f511bdb961cc70000
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841151
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "praveenv4k/Indriya", "max_stars_repo_path": "src/Indriya.Application/Mvvm/BrowserViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:160371" }
starcoder
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; using System.ComponentModel; using System.Windows; using System.Windows.Input; using CefSharp; using CefSharp.Wpf; namespace Indriy...
2.10436
9e22ef3cb0d0e2651155f9ae35e7cb4b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841152
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KCL5South/KCLAutoPoco", "max_stars_repo_path": "AutoPoco.KCL/DataSources/RandomInt64DataSource.cs", "provenance": "train-00027-of-00045.jsonl.gz:160372" }
starcoder
namespace AutoPoco.KCL.DataSources { public class RandomInt64DataSource : BaseRandomDataSource<System.Int64> { public RandomInt64DataSource() : base() { } internal RandomInt64DataSource(IRandomExtensions rand) : base(rand) { } public override System.Int64 Next(AutoPoco.Engine.IGenerationContext session) { ...
2.125592
d69d55995fade3d5a90fe78e2d2fd4cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841153
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "VCKoh/MassTransit", "max_stars_repo_path": "src/MassTransit.AmazonSqsTransport/AmazonSqsMessageSchedulerBusExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160373" }
starcoder
<reponame>VCKoh/MassTransit namespace MassTransit.AmazonSqsTransport { using MassTransit.Scheduling; using Scheduling; public static class AmazonSqsMessageSchedulerBusExtensions { /// <summary> /// Create a message scheduler that uses the built-in AmazonSQS message delay to schedule me...
1.763823
b78ef6a0498506ca503a13d5ce584eff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841154
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mk-prg-net/mk-prg-net.lib", "max_stars_repo_path": "mko.RPN.AspMvcHelper/Models/RpnSetFlt.cs", "provenance": "train-00027-of-00045.jsonl.gz:160374" }
starcoder
//<unit_header> //---------------------------------------------------------------- // // <NAME>: IT Beratung/Softwareentwicklung // Stuttgart, den 12.4.2017 // // Projekt.......: KeplerBI.MVC // Name..........: RpnRngFlt.c // Aufgabe/Fkt...: Modell für Views von Set- Filtern. // Set Filter schränke...
2.284349
de606832ca8eecf662b623f1de2560ee
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841155
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "naushard/EclipsePOS", "max_stars_repo_path": "V.1.0.8/EclipsePOS.WPF.PosWorkBench/EclipsePos.Apps/Views/ItemSearch/IItemSearch.cs", "provenance": "train-00027-of-00045.jsonl.gz:160375" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EclipsePos.Apps.Views.ItemSearch { public interface IItemSearch { } }
1.020766
ec512f65ebd58ad7575911a49098e8e5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841156
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "giannik/EasyOC", "max_stars_repo_path": "src/Modules/StatCan.OrchardCore.Scripting/HttpGlobalMethodsProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:160376" }
starcoder
<reponame>giannik/EasyOC using Microsoft.AspNetCore.Http; using OrchardCore.Scripting; using System; using System.Collections.Generic; namespace StatCan.OrchardCore.Scripting { public class HttpGlobalMethodsProvider : IGlobalMethodProvider { private readonly GlobalMethod _redirect; public Htt...
2.025481
2615241bbff7f42c561bdc07dfd571c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841157
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jackhammer88/StrmotionCNC", "max_stars_repo_path": "Tests/Libraries/MyExtensionsTests/MathExTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160377" }
starcoder
using NUnit.Framework; using MyExtensions; using System; using System.Collections.Generic; using System.Text; namespace MyExtensions.Tests { [TestFixture()] public class MathExTests { [Test()] public void DegreeToRadianTest() { Assert.AreEqual(MathEx.DegreeToRadian(90),...
2.762474
c6da06119b90f6ec319b02062e6f04a2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841158
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/dfc-compui-sessionstate-pkg-netstandard", "max_stars_repo_path": "DFC.Compui.Sessionstate/Constants.cs", "provenance": "train-00027-of-00045.jsonl.gz:160378" }
starcoder
namespace DFC.Compui.Sessionstate { public static class Constants { public const string DefaultPartitonKey = "session-state"; } }
1.276642
01c14a078cbddf155a2461ed3e0b81ff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841159
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "raedok/gameengine", "max_stars_repo_path": "GameEngine/Networking/Primitives/EmptyPrimitive.cs", "provenance": "train-00027-of-00045.jsonl.gz:160379" }
starcoder
using System; using System.IO; namespace GameEngine.Networking.Primitives { public class EmptyPrimitive : ISerializable { public void Deserialize(BinaryReader reader) { } public void Serialize(BinaryWriter writer) { } } }
1.845195
eebe8e7ab2a7c00dd3d6441db101b866
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841160
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "UltimateCodeMonkeys/CodeMonkeys", "max_stars_repo_path": "src/Logging/Logging/LogMessageFormatter.cs", "provenance": "train-00027-of-00045.jsonl.gz:160380" }
starcoder
<reponame>UltimateCodeMonkeys/CodeMonkeys<filename>src/Logging/Logging/LogMessageFormatter.cs using System; using System.Text; namespace CodeMonkeys.Logging { public class LogMessageFormatter { public virtual string Format( LogMessage message, string timestampFormat) {...
3.001897
7d0c6b7c5b3e26d5b211f3ecab7ab8ec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841161
{ "extension": "c-sharp", "max_stars_count": "522.0", "max_stars_repo_name": "essensoft/paymen", "max_stars_repo_path": "src/Essensoft.Paylink.Alipay/Domain/AlipayUserCertdocCertverifyConsultModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:160381" }
starcoder
<filename>src/Essensoft.Paylink.Alipay/Domain/AlipayUserCertdocCertverifyConsultModel.cs<gh_stars>100-1000 using System.Text.Json.Serialization; namespace Essensoft.Paylink.Alipay.Domain { /// <summary> /// AlipayUserCertdocCertverifyConsultModel Data Structure. /// </summary> public class AlipayUserC...
1.816229
863080653ac81819156183e95e55cb41
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841162
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NickPolyder/FreeParkingSystem", "max_stars_repo_path": "Tests/FreeParkingSystem.Testing/InlineFixtureDataAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:160382" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace FreeParkingSystem.Testing { [AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)] public class InlineFixtureDataAttribute : FixtureDataAttribute { private readonly object[] _data; ...
2.761005
fd5b9da637be090d1fbd77ff4089abc4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841163
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Stormancer/Sample_05_Relay_Unity", "max_stars_repo_path": "Relay/Assets/Stormancer/Stormancer.Unity/Infrastructure/BufferPool/BufferInterfaces.cs", "provenance": "train-00027-of-00045.jsonl.gz:160383" }
starcoder
#region License /* Copyright 2011 <NAME> (www.ahuwanya.net) 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 app...
2.7682
646822dbcb73a9c19625aee21d413314
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841164
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Jandev/log4netfunction", "max_stars_repo_path": "MyBusinessLogic/Do.cs", "provenance": "train-00027-of-00045.jsonl.gz:160384" }
starcoder
using System; using log4net; namespace MyBusinessLogic { public class Do : IDo { private readonly ILog log; public Do(ILog log) { this.log = log; } public void Stuff() { if (new Random().Next() % 10 == 0) { th...
2.98377
767cc51ee54b30ed4832c279bd4f71a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841165
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "robin521111/DataAnslysis", "max_stars_repo_path": "premiere.Data/Global.asax.cs", "provenance": "train-00027-of-00045.jsonl.gz:160385" }
starcoder
<reponame>robin521111/DataAnslysis<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Http; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; using premiere.DataTest; using System.Web; using MySql.Web.Security; namespace premier...
1.318226
05318559889b59d8d038550b959d6ed9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841166
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "andreas-soroko/sorovi.DependencyInjection.AutoRegister", "max_stars_repo_path": "sorovi.DependencyInjection.AutoRegister.TestAssembly/WithTransientServiceAttributeAndInterface.cs", "provenance": "train-00027-of-00045.jsonl.gz:160386" ...
starcoder
namespace sorovi.DependencyInjection.AutoRegister.TestAssembly { [TransientService(typeof(IService))] public class WithTransientServiceAttributeAndInterface { } }
1.219563
5a172e1f62c1b07f2e4385060a53f7af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841167
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "screat100/Project-SS", "max_stars_repo_path": "ex/Assets/TPS Bundle/EnemyAI/Examples/Scripts/LevelScripts/TopDownGameManagement.cs", "provenance": "train-00027-of-00045.jsonl.gz:160387" }
starcoder
<reponame>screat100/Project-SS<filename>ex/Assets/TPS Bundle/EnemyAI/Examples/Scripts/LevelScripts/TopDownGameManagement.cs using UnityEngine; // This class is created for the example scene. There is no support for this script. public class TopDownGameManagement : MonoBehaviour { public Texture2D cursorTexture; vo...
1.89689
214bfde7096556947818a5209118ffd8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841168
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DeviousCreation/stance", "max_stars_repo_path": "Tests/Initium.Portal.Tests/Domain/CommandHandlers/RoleAggregate/UpdateRoleCommandHandlerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160388" }
starcoder
<reponame>DeviousCreation/stance // Copyright (c) Project Initium. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using I...
1.885881
e8eb48d97c62347f5191db79c37af41c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841169
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "beauzeaux/Microsoft-Teams-Samples", "max_stars_repo_path": "samples/meetings-share-to-stage-signing/csharp/Source/MeetingSigning.Domain/Documents/IDocumentSetup.cs", "provenance": "train-00027-of-00045.jsonl.gz:160389" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. namespace Microsoft.Teams.Samples.MeetingSigning.Domain.Documents { using Microsoft.Teams.Samples.MeetingSigning.Domain.Models; public interface IDocumentSetup { /// <summary> /// AddDocumentAsync takes POST document API paramet...
1.94722
a553502545c863a42a544f051b7de1cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841170
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "lionfire/Trading", "max_stars_repo_path": "src/LionFire.Trading/Bots/BotSettingsCache.cs", "provenance": "train-00027-of-00045.jsonl.gz:160390" }
starcoder
<filename>src/LionFire.Trading/Bots/BotSettingsCache.cs using System; using System.Collections.Generic; using System.Text; namespace LionFire.Trading.Bots { public static class BotSettingsCache { //public string SymbolCode; public static DateTime LastStart; //public DateTim...
2.414239
c75b6270bd72e161e31309c8f59494a9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841171
{ "extension": "c-sharp", "max_stars_count": "425.0", "max_stars_repo_name": "yeze322/botbuilder-dotnet", "max_stars_repo_path": "libraries/Microsoft.Bot.Builder.Dialogs.Debugging/Transport/IDebugTransport.cs", "provenance": "train-00027-of-00045.jsonl.gz:160391" }
starcoder
<filename>libraries/Microsoft.Bot.Builder.Dialogs.Debugging/Transport/IDebugTransport.cs using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; namespace Microsoft.Bot.Builder.Dialogs.Debugging.Transport { /// <summary> ...
2.603244
1986c4b6df2fa91ddc4eb4aabf46e309
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841172
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "STEMManagement/STEM.Surge", "max_stars_repo_path": "STEM.Surge/STEM.Sys/IO/Listing/IAuthentication.cs", "provenance": "train-00027-of-00045.jsonl.gz:160392" }
starcoder
/* * Copyright 2019 STEM Management * * 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 ...
2.277992
96c3a6e77f3d5b6285e4e8172408f829
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841173
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hozuki/ThankYouSir", "max_stars_repo_path": "OpenMLTD.ThankYouSir.Akachan/Test.cs", "provenance": "train-00027-of-00045.jsonl.gz:160393" }
starcoder
<filename>OpenMLTD.ThankYouSir.Akachan/Test.cs using System; using System.IO; using System.Net; using System.Security.Cryptography.X509Certificates; using System.Threading.Tasks; using Titanium.Web.Proxy; using Titanium.Web.Proxy.EventArguments; using Titanium.Web.Proxy.Models; using Titanium.Web.Proxy.Network; names...
2.287634
f531ce7b94e6e905f8ba263da7eb74d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841174
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vitorbellotto/LoadProfileGenerator", "max_stars_repo_path": "CalculationEngine/HouseElements/CalcSpaceHeating.cs", "provenance": "train-00027-of-00045.jsonl.gz:160394" }
starcoder
<reponame>vitorbellotto/LoadProfileGenerator //----------------------------------------------------------------------- // <copyright> // // Copyright (c) TU Chemnitz, Prof. Technische Thermodynamik // Written by <NAME>. // Redistribution and use in source and binary forms, with or without modification, are permitted p...
1.615878
cc8672edf6b09f3b1e7c1633045b3d05
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841175
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "microsoft/query-builder-for-digital-twins", "max_stars_repo_path": "QueryBuilder/Common/Clauses/SelectClause.cs", "provenance": "train-00027-of-00045.jsonl.gz:160395" }
starcoder
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace Microsoft.DigitalWorkplace.DigitalTwins.QueryBuilder.Common.Clauses { using System.Collections.Generic; using static Microsoft.DigitalWorkplace.DigitalTwins.QueryBuilder.Common.Helpers.Terms; internal class SelectClause ...
2.600936
a6787a971b6043639c6e5a965dd06c83
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841176
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Fogolan/OrchardForWork", "max_stars_repo_path": "src/Orchard.Web/Modules/TestApi/Providers/ApplicationRefreshTokenProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:160396" }
starcoder
<gh_stars>0 using System.Threading.Tasks; using Microsoft.Owin; using System; using Microsoft.Owin.Security.Infrastructure; using System.Linq; namespace TestApi.Providers { public class ApplicationRefreshTokenProvider : IAuthenticationTokenProvider { public async Task CreateAsync(AuthenticationTokenCre...
2.004973
68c23644f651df7f575d8f40483181a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841177
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Stripped/DeployT", "max_stars_repo_path": "DeployTracker/DeployTracker/Controllers/EmailController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160397" }
starcoder
using System.Threading.Tasks; using DeployTracker.Models; using DeployTracker.Services.Contracts; using Microsoft.AspNetCore.Mvc; namespace DeployTracker.Controllers { [Route("api/[controller]")] [ApiController] public class EmailController : ControllerBase { private readonly IEmailSenderServi...
2.265656
55ba9acfeb8d98cd3b53c74a16784b5b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841178
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Dixin/FunctionalProgramming-LINQ", "max_stars_repo_path": "Tutorial.Shared/LambdaCalculus/ChurchBoolean.cs", "provenance": "train-00027-of-00045.jsonl.gz:160398" }
starcoder
namespace Tutorial.LambdaCalculus { using System; #if DEMO using static Tutorial.Lambda.Boolean; #endif // Curried from (dynamic, dynamic) -> dynamic. // Boolean is the alias of dynamic -> dynamic -> dynamic, public delegate Func<dynamic, dynamic> Boolean(dynamic @true); public static partial...
2.937748
e4d5d1007a696c96de0a6478e1d23356
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841179
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "sgaliamov/scurry", "max_stars_repo_path": "src/SCurry.Builders/DefaultBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:160399" }
starcoder
<filename>src/SCurry.Builders/DefaultBuilder.cs using System.Collections.Generic; using System.Linq; using SCurry.Builders.Converters; using SCurry.Builders.Models; namespace SCurry.Builders { public sealed class DefaultBuilder { private readonly IMethodDefinitionsBuilder _definitionsBuilder; ...
2.828107
eef82d8f3ffd1634a22ecb811622a9ca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841180
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "XAYRGA/wsystool", "max_stars_repo_path": "wsystool/uJSystem/JWaveSystem.cs", "provenance": "train-00027-of-00045.jsonl.gz:160400" }
starcoder
<filename>wsystool/uJSystem/JWaveSystem.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; namespace libJAudio { public class JWaveDescriptor { public ushort format; public ushort key; ...
2.08711
c0bbc9e6201ce4b0c3b37baaf988f0fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841181
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JohnPKosh/IODataBlock", "max_stars_repo_path": "IODataBlock/HubSpot/Services/IPropertyService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160401" }
starcoder
<reponame>JohnPKosh/IODataBlock using Business.Common.GenericResponses; namespace HubSpot.Services { public interface IPropertyService { IResponseObject<string, string> GetAllProperties(); } }
1.219209
1d24aeb8879b794a9bbfaedc1494d56b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841182
{ "extension": "c-sharp", "max_stars_count": "95.0", "max_stars_repo_name": "zhaopeiym/Hi-Blogs", "max_stars_repo_path": "HiBlogs/HiBlogs.Web/Controllers/UserBlogController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160402" }
starcoder
<filename>HiBlogs/HiBlogs.Web/Controllers/UserBlogController.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using HiBlogs.EntityFramework.EntityFramework; using HiBlogs.Web.Models; // For more information on enabling MVC for empty pr...
2.466238
b397920fca50e8b27cce58527688f95e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841183
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "StefanKehayov/Social-Media-Api", "max_stars_repo_path": "Core/SMA.Data/Entities/Like.cs", "provenance": "train-00027-of-00045.jsonl.gz:160403" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace SMA.Data.Entities { public class Like : BaseEntity { [ForeignKey("PostId")] public int Po...
1.901286
cf5caea4f41b0661b5014b076f29d3fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841184
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "GrapeCity/pagefx", "max_stars_repo_path": "source/libs/Core/Metadata/MetadataSignature.cs", "provenance": "train-00027-of-00045.jsonl.gz:160404" }
starcoder
<reponame>GrapeCity/pagefx using System; using DataDynamics.PageFX.Common.IO; namespace DataDynamics.PageFX.Core.Metadata { internal enum SignatureKind { Method = 0x00, Field = 0x06, LocalVars = 0x07, Property = 0x08, } [Flags] internal enum SignatureFlag...
2.197658
c1d6b7b7f9f78af2e448e27a4d00887e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841185
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SinsofSloth/RF5-global-metadata", "max_stars_repo_path": "_no_namespace/NpcLifecycleController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160405" }
starcoder
<filename>_no_namespace/NpcLifecycleController.cs public class NpcLifecycleController : SingletonMonoBehaviour<NpcLifecycleController> // TypeDefIndex: 8136 { // Fields [SerializeField] // RVA: 0x16B420 Offset: 0x16B521 VA: 0x16B420 public int[] DebugTargetNpcIds; // 0x18 [SerializeField] // RVA: 0x16B430 Offset: 0...
0.81546
fa595cdf646582561b61564ff879a567
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841186
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dotsudo/plus-clean", "max_stars_repo_path": "Communication/Packets/Outgoing/Catalog/SellablePetBreedsComposer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160406" }
starcoder
<reponame>dotsudo/plus-clean<gh_stars>0 namespace Plus.Communication.Packets.Outgoing.Catalog { using System.Collections.Generic; using System.Linq; using HabboHotel.Catalog.Pets; public class SellablePetBreedsComposer : ServerPacket { public SellablePetBreedsComposer(string petType, int p...
2.23489
3d6fdb698ff024d249e7806ddb2b4795
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841187
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tobiasschulz/handwriting", "max_stars_repo_path": "Keyboard/DesktopKeyboard/Test/GeoForms.cs", "provenance": "train-00027-of-00045.jsonl.gz:160407" }
starcoder
<gh_stars>0 // // FormArea.cs // // Author: // <NAME> <<EMAIL>> // // Copyright (c) 2015 <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 with...
2.271248
f6505005f570114028d05dcb2cf70213
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841188
{ "extension": "c-sharp", "max_stars_count": "181.0", "max_stars_repo_name": "LaudateCorpus1/PSSwagger", "max_stars_repo_path": "PSSwagger.LiveTestFramework/src/PSSwagger.LTF.Lib/LiveTestServer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160408" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. namespace PSSwagger.LTF.Lib { using Converters; using Credentials; using Interfaces; using IO; using Logging; using Messages; using Models; using ServiceTracing; using System; using ...
1.757319
6394605c076827f17bba0925d62511b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841189
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "blackb0x3/StreamInstruments", "max_stars_repo_path": "StreamInstruments.Api.Infrastructure/ValidateRule/ValidateRuleCommandHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:160409" }
starcoder
<reponame>blackb0x3/StreamInstruments using System.Threading; using System.Threading.Tasks; using MediatR; using OneOf; using StreamInstruments.Api.SecondaryPorts.ValidateRule; using StreamInstruments.Logging; using StreamInstruments.Validation; using StreamInstruments.Validation.Models; namespace StreamInst...
1.963674
2862f677082207207eb740f887ec6d5c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841190
{ "extension": "c-sharp", "max_stars_count": "46.0", "max_stars_repo_name": "tbrushwyler/Xamarin.BluetoothLE", "max_stars_repo_path": "BluetoothLE.Core/Extensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160410" }
starcoder
<reponame>tbrushwyler/Xamarin.BluetoothLE using System; using System.Linq; namespace BluetoothLE.Core { /// <summary> /// Common Bluetooth extension methods. /// </summary> public static class Extensions { /// <summary> /// Write the specified data to a device. /// </summary> /// <param name="device">The...
3.255621
7c270713e80034feba84f84090c77352
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841191
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "evadremlab/tweetinvi-1.3-issue-850-fix", "max_stars_repo_path": "Testinvi/TweetinviControllers/MessageTests/MessageQueryExecutorTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160411" }
starcoder
using System; using FakeItEasy; using Microsoft.VisualStudio.TestTools.UnitTesting; using Testinvi.Helpers; using Testinvi.SetupHelpers; using Tweetinvi.Controllers.Messages; using Tweetinvi.Core.Web; using Tweetinvi.Models.DTO; using Tweetinvi.Parameters; namespace Testinvi.TweetinviControllers.MessageTests { [T...
1.774584
ba0c7d05cdfe10d72a75b489b0b5ca78
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841192
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "niki-funky/Telerik_Academy", "max_stars_repo_path": "Programming/OOP/AcademyPopcorn/AcademyPopcorn/MeteoriteBall.cs", "provenance": "train-00027-of-00045.jsonl.gz:160412" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AcademyPopcorn { class MeteoriteBall : Ball { //fields List<GameObject> trail; //constructor public MeteoriteBall(MatrixCoords topLeft, MatrixCoords sp...
2.919637
3cf60f00b19ddce0338cc1f18be13bd4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841193
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "milou-se/milou.deployer", "max_stars_repo_path": "src/Milou.Deployer.Web.Core/Deployment/Environments/CreateEnvironmentResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:160413" }
starcoder
namespace Milou.Deployer.Web.Core.Deployment.Environments { public class CreateEnvironmentResult { public CreateEnvironmentResult(string id, Result status) { Id = id; Status = status; } public string Id { get; } public Result Status { get; } ...
1.786914
3e5dacbeb277ff3fbe467b1c7054d37a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841194
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RyanLewin/DeathsDoor", "max_stars_repo_path": "Scripts/AI/Pathfinder.cs", "provenance": "train-00027-of-00045.jsonl.gz:160414" }
starcoder
<reponame>RyanLewin/DeathsDoor using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class Pathfinder : MonoBehaviour { TileGrid tileGrid; PathRequestManager requestManager; public Heap<PathNode> openNodes; public HashSet<PathNode> closedNodes; publi...
2.505195
2409a9aaf31b1f8985cf1ce0a778e2f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841195
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NadejdaTs/Programming-Fundamentals", "max_stars_repo_path": "Exercise7/Lab/ObjectsAndClasses/ObjectsAndClasses/ObjectsAndClasses.cs", "provenance": "train-00027-of-00045.jsonl.gz:160415" }
starcoder
<reponame>NadejdaTs/Programming-Fundamentals<filename>Exercise7/Lab/ObjectsAndClasses/ObjectsAndClasses/ObjectsAndClasses.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ObjectsAndClasses { class ObjectsAndClasses { stati...
2.322047
73c0469d273f11d90f93ad8cd9fecfbb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841196
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "callumbwhyte/dynamic-robots", "max_stars_repo_path": "src/Our.Umbraco.FriendlyRobots/Composing/CompositionExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160416" }
starcoder
using Our.Umbraco.FriendlyRobots.Builders; using Umbraco.Core.Composing; namespace Our.Umbraco.FriendlyRobots.Composing { public static class CompositionExtensions { public static void RegisterRobots<T>(this Composition composition, string path) where T : IRobotsBuilder { ...
2.358093
ed83f2e1e7eb9d20224b314d5f9001f4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841197
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SimpleLed/Driver.Corsair", "max_stars_repo_path": "Driver.Corsair/CorsairDeviceInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:160417" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Driver.Corsair { [StructLayout(LayoutKind.Sequential)] internal class _CorsairDeviceInfo { /// <summary> /// CUE-SDK: enum des...
2.459315
e5839b33484c08fd8396739b4e44057f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841198
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "parminder7/DropboxLike", "max_stars_repo_path": "Server/Services/ILocks.cs", "provenance": "train-00027-of-00045.jsonl.gz:160418" }
starcoder
<gh_stars>1-10 using System; namespace Server.Services { public interface ILocks : IDisposable { bool acquireReadLock(string filePath); bool acquireWriteLock(string filePath); bool existsAnyLock(string filePath); bool existsWriteLock(string filePath); void releaseReadLoc...
2.08548
394f15bc01969bc8492a1edd2d06c48f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841199
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "dschleck/nora", "max_stars_repo_path": "lara/net/Lzss.cs", "provenance": "train-00027-of-00045.jsonl.gz:160419" }
starcoder
<filename>lara/net/Lzss.cs<gh_stars>10-100 using System; namespace nora.lara.net { public class Lzss { public static byte[] Decompress(byte[] buffer) { uint decompressed_length = BitConverter.ToUInt32(buffer, 0); byte[] decompressed = new byte[decompressed_length]; ui...
2.919823
bf6c7fc5d0079d22d4242f8755e50be5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841200
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NikodemMazur/project-weekend-puzzles", "max_stars_repo_path": "src/app/ProjectWeekendPuzzles/Security/Authentication/IAuthenticationService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160420" }
starcoder
using System; namespace ProjectWeekendPuzzles.Security.Authentication { public interface IAuthenticationService { AuthenticationResult SignIn(UserCredentials userCredentials, IAuthenticationHandler authenticationHandler); AuthenticationResult SignOut(IAuthenticationHandler authenticationHandle...
2.063116
f2e99cf45eb7cc54d48860fec3bb4fa3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841201
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Guzik1/RestApiClient_for_.Net", "max_stars_repo_path": "RestApiClient/NoInternetConnectionException.cs", "provenance": "train-00027-of-00045.jsonl.gz:160421" }
starcoder
<reponame>Guzik1/RestApiClient_for_.Net<gh_stars>0 using System; namespace RestApiClient { [Serializable] public class NoInternetConnectionException : Exception { public NoInternetConnectionException() : base() { } public NoInternetConnectionException(string message) : base(message) { } ...
2.102042
6e7540a5e26fb154fccbd8f07cad849f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841202
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "QuinntyneBrown/schedule-app", "max_stars_repo_path": "ScheduleApp/Clients/ScheduleBackendServiceClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:160422" }
starcoder
using ScheduleApp.Clients.Models; using static ScheduleApp.Infrastructure.Constants; using ScheduleApp.Services; using System; using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; using ScheduleApp.Configuration; namespace ScheduleApp.Clients { public class ScheduleBackendService...
2.260787
6ee6d56ad7aedc14e116882ae88a69c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841203
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "digitalnomad2/BrowserLink", "max_stars_repo_path": "src/Microsoft.VisualStudio.Web.BrowserLink/BrowserLinkExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160423" }
starcoder
<gh_stars>10-100 // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Microsoft.AspNetCore.Hosting; using Microsoft.VisualStudio.Web.BrowserLink; namespace Microsoft.AspNetCore.Builder...
2.029374
3db4aeb21581cf5f2dc1705a56d88aa8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841204
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "PacktPublishing/Xamarin4x-Cross-Platform-Application-Development-Third-Edition", "max_stars_repo_path": "Chapter09/XamSnap-azure-functions/XamSnap/Models/ILocationService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160424" }
starcoder
<reponame>PacktPublishing/Xamarin4x-Cross-Platform-Application-Development-Third-Edition using System.Threading.Tasks; namespace XamSnap { public interface ILocationService { Task<Location> GetCurrentLocation(); } }
1.353746
a693286b7f6ed10efa1f93682cc76121
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841205
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jeffreyabecker/DetachedQueryable", "max_stars_repo_path": "src/DetachedQueryable/DetachedQuery.cs", "provenance": "train-00027-of-00045.jsonl.gz:160425" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; namespace DetachedQueryable { public static class DetachedQuery { public static IQueryable<T> Attach<T>(IQueryable<T> detachedQueryable, IQueryableFactory queryableFactory) ...
2.823083
11dd32569b3a5b5ad4e3bf34e718ff78
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841206
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Marzipans/St3amConsoleHelper", "max_stars_repo_path": "SteamConsoleHelper/Extensions/CacheExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160426" }
starcoder
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using SteamConsoleHelper.Abstractions.Cache; using SteamConsoleHelper.Abstractions.Inventory; using SteamConsoleHelper.Helpers; using SteamConsoleHelper.Services; namespace SteamConsoleHelper.Extensions { public static class Cache...
2.703332
62b5ed1aaa1cf16f6c91e39521a90f70
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841207
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "actransitorg/transit-performance", "max_stars_repo_path": "GTFSUpdate/GTFSTable.cs", "provenance": "train-00027-of-00045.jsonl.gz:160427" }
starcoder
using Newtonsoft.Json; namespace GTFS { internal class GTFSTable { public GTFSTable() { required = true; } [JsonProperty("columns", NullValueHandling = NullValueHandling.Ignore)] public GTFSColumnSet columns { get; set; } [JsonProperty("required", ...
2.64062
b17a6ffb87e3617aa01b2c4dd53ab21f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841208
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "marcin-krystianc/ILGPU", "max_stars_repo_path": "Src/ILGPU/Runtime/CPU/CPUMemoryBuffer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160428" }
starcoder
<filename>Src/ILGPU/Runtime/CPU/CPUMemoryBuffer.cs // --------------------------------------------------------------------------------------- // ILGPU // Copyright (c) 2016-2020 <NAME> // www.ilgpu.net // // File: CPUMemor...
2.288122
15438f6a8f4b06e5ca82b98a4aca266f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841209
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chenrensong/T4", "max_stars_repo_path": "src/Coding4Fun.VisualStudio.Telemetry/Coding4Fun.VisualStudio.Telemetry/MacMachinePropertyProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:160429" }
starcoder
using Coding4Fun.VisualStudio.Utilities.Internal; using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; using static Coding4Fun.VisualStudio.Utilities.Internal.MacNativeMethods; namespace Coding4Fun.VisualStudio.Telemetry { internal class MacMachinePropertyProvider : IPrope...
2.300871
815e0b9f8d335238304abe12473fae72
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841210
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mikhail-khalizev/max", "max_stars_repo_path": "source/MikhailKhalizev.Max/source/Program/Auto/z-100c-effe.cs", "provenance": "train-00027-of-00045.jsonl.gz:160430" }
starcoder
<gh_stars>1-10 using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x100c_effe-7de99b7a")] public void Method_100c_effe() { ii(0x100c_effe, 5); push(0x54); ...
1.500849
7d235fb3e3f0bf363a21a3f9f0311840
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841211
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "y2bd/SmogonWP", "max_stars_repo_path": "SchmogonDB/Model/Stats/BaseStat.cs", "provenance": "train-00027-of-00045.jsonl.gz:160431" }
starcoder
<gh_stars>1-10 namespace SchmogonDB.Model.Stats { public struct BaseStat { public int HP { get; set; } public int Attack { get; set; } public int Defense { get; set; } public int SpecialAttack { get; set; } public int SpecialDefense { get; set; } public int Speed { get; set; } pub...
2.927531
e61a92ed83fec04a832002b3df1fefae