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
8840512
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "TolikPylypchuk/InterlogicProject", "max_stars_repo_path": "CloudCalendar.Data/Models/UserNotification.cs", "provenance": "train-00027-of-00045.jsonl.gz:159732" }
starcoder
<reponame>TolikPylypchuk/InterlogicProject using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace CloudCalendar.Data.Models { [Table(nameof(AppDbContext.UserNotifications))] public class UserNotification : EntityBase { [Required(ErrorMessage = "Вкажіть текст по...
1.988748
40b761fc5b340313607696f4263cc708
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840513
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "torano111/UniVoxel", "max_stars_repo_path": "Assets/UniVoxel/Scripts/Core/Chunk/JobChunkBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:159733" }
starcoder
<reponame>torano111/UniVoxel using System.Collections; using System.Collections.Generic; using UnityEngine; using UniVoxel.Utility; using Unity.Jobs; using Unity.Mathematics; using Unity.Collections; using UnityEngine.Rendering; using System; using UniRx; using UnityEngine.Profiling; namespace UniVoxel.Core { [Re...
1.810142
bbeb0022d616394ad14885af76c24f36
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840514
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "astrellon/zak", "max_stars_repo_path": "Assets/TileRenderEditor.cs", "provenance": "train-00027-of-00045.jsonl.gz:159734" }
starcoder
<reponame>astrellon/zak<gh_stars>0 using UnityEngine; using UnityEditor; using System.Collections; [CustomEditor(typeof(TileRender))] [CanEditMultipleObjects] public class TileRenderEditor : Editor { private TileSet SelectedTileSet = null; private Vector3 cursorPosition = Vector3.zero; private Vector2Int...
2.039146
07d9939712e05c8e1446f90ec04b8755
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840515
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "julichan/Faelyn.Framework", "max_stars_repo_path": "Faelyn.Framework/Helpers/SpinningHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:159735" }
starcoder
using System; using System.Threading; namespace Faelyn.Framework.Helpers { public static class SpinningHelper { public static void ReadLockedOperation(this ReaderWriterLockSlim locker, Action action) { if (action == null) return; locker.Ente...
2.77258
fecb0048f4991b958b6e699978b8e072
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840516
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ryanheath/ravendb", "max_stars_repo_path": "ToMigrate/Raven.Tests.Common/Triggers/HideVirtuallyDeletedDocument.cs", "provenance": "train-00027-of-00045.jsonl.gz:159736" }
starcoder
using Raven.Abstractions.Data; using Raven.Database.Plugins; using Raven.Json.Linq; namespace Raven.Tests.Common.Triggers { public class HideVirtuallyDeletedDocument : AbstractReadTrigger { public override ReadVetoResult AllowRead(string key, RavenJObject metadata, ReadOperation operation, Tran...
1.759939
0e38a4fa342e935780d40465dd838d49
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840517
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "buildium/Microsoft.Extensions.Configuration.VaultConfiguration", "max_stars_repo_path": "src/VaultConfiguration/Vault/IVaultService.cs", "provenance": "train-00027-of-00045.jsonl.gz:159737" }
starcoder
using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Extensions.Configuration.VaultConfiguration.Vault.Authentication; using Microsoft.Extensions.Configuration.VaultConfiguration.Vault.Models; namespace Microsoft.Extensions.Configuration.VaultConfiguration.Vault { ...
2.539153
53fc01d0e586f41511a28985919f261d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840518
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sleek2097/azure-powershell", "max_stars_repo_path": "src/ResourceManager/ApiManagement/Commands.SMAPI.Test/ScenarioTests/ApiManagementTestsFixture.cs", "provenance": "train-00027-of-00045.jsonl.gz:159738" }
starcoder
<gh_stars>0 // // Copyright (c) Microsoft. All rights reserved. // // 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 // // Un...
1.445144
dfbfc491dbbf559ac8035732b475f321
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840519
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jannesen/TypedTSql", "max_stars_repo_path": "Jannesen.Language.TypedTSql/DataModel/TempTable.cs", "provenance": "train-00027-of-00045.jsonl.gz:159739" }
starcoder
using System; namespace Jannesen.Language.TypedTSql.DataModel { public class TempTable: ITable, ISymbol { public SymbolType Type { get { return SymbolType.TempTable; } } public string Name { g...
2.333882
1fcdeb6e320e2a81d24a3bd85546cba6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840520
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Escan-DNMZ/AspNetCoreMvc5-Blog", "max_stars_repo_path": "WebProject/WebProject/obj/Debug/net5.0/Razor/Views/Shared/_UserLayout.cshtml.g.cs", "provenance": "train-00027-of-00045.jsonl.gz:159740" }
starcoder
<gh_stars>1-10 #pragma checksum "D:\WebProject\WebProject\Views\Shared\_UserLayout.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "75c069ba651167dbba2f884b84ba4068f3ce9f7d" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetC...
1.361807
eae9d4acec1f5608c1c4d2001ad0de96
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840521
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "simplic/simplic-service", "max_stars_repo_path": "simplic-configurationanalyser/Simplic.ConfigurationAnalyzer/Result.cs", "provenance": "train-00027-of-00045.jsonl.gz:159741" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Simplic.ConfigurationAnalyzer { /// <summary> /// Single configuration result /// </summary> public class Result { /// <summary> /// Gets or s...
2.342062
adbb006ba61ebf1b4412f5b910f05465
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840522
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Ceappie/Abraks", "max_stars_repo_path": "Abraks.Models/Reward.cs", "provenance": "train-00027-of-00045.jsonl.gz:159742" }
starcoder
<reponame>Ceappie/Abraks<gh_stars>0 namespace Abraks.Models { using System.ComponentModel.DataAnnotations; using Common.Constants; public class Reward { public int Id { get; set; } [Required] [MinLength(DataConstants.NamesMinLength)] public string Name { get; set; } ...
1.870284
42735e0f64668c021f87c051fe69448b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840523
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kaiweitu/eecs494_p3", "max_stars_repo_path": "Assets/Scripts/PlayAudioSourceWithDelay.cs", "provenance": "train-00027-of-00045.jsonl.gz:159743" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayAudioSourceWithDelay : MonoBehaviour { // Start is called before the first frame update void Start() { foreach(Transform child_transform in transform) { AudioSource audioSource = chi...
2.17179
ce76b48df3bf4e255eb8c43b571de46c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840524
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "phamhongphuc/uit.hotel", "max_stars_repo_path": "uit.hotel/Models/PriceVolatility.Helper.cs", "provenance": "train-00027-of-00045.jsonl.gz:159744" }
starcoder
using System; using System.Collections.Generic; using uit.hotel.Queries.Helper; namespace uit.hotel.Models { public static class PriceVolatilityHelper { public static IList<PriceVolatility> InDate(this IList<PriceVolatility> priceVolatilities, DateTimeOffset date) { var dayOfWeek = ...
2.846944
cc6951198ec9fefdfdf59315ceb9397c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840525
{ "extension": "c-sharp", "max_stars_count": "509.0", "max_stars_repo_name": "MagicAndre1981/WPinternals", "max_stars_repo_path": "WPinternals/FolderSelectDialog.cs", "provenance": "train-00027-of-00045.jsonl.gz:159745" }
starcoder
<gh_stars>100-1000 // This class was found online. // Original author is probably: Swizzy // https://github.com/ttgxdinger/Random/blob/master/CPUKey%20Checker/CPUKey%20Checker/FolderSelectDialog.cs using System; using System.Windows.Forms; namespace WPinternals { /// <summary> /// Wraps System.Windows.Forms....
2.978967
bb14db5157b6a2bda27735af3b5d64c9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840526
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DeveloperJobe/Rocket-Booster", "max_stars_repo_path": "Assets/Scripts/RocketScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:159746" }
starcoder
using UnityEngine.SceneManagement; using UnityEngine; using TMPro; namespace RocketBooster { [RequireComponent(typeof(AudioSource))] public class RocketScript : MonoBehaviour { Rigidbody rb; bool rocketPlay; AudioSource rocketAudio; [SerializeField] float mainThrust = 10...
2.149174
4b6a9fe50ac9338ec248e8d641ce9fe7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840527
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "in7jhub/project-landfill-vsliced-demo-2", "max_stars_repo_path": "Assets/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics.cs", "provenance": "train-00027-of-00045.jsonl.gz:159747" }
starcoder
<filename>Assets/Character Controller Pro/Core/Scripts/Character/Graphics/CharacterGraphics.cs using System.Collections; using System.Collections.Generic; using Lightbug.Utilities; using UnityEngine; namespace Lightbug.CharacterControllerPro.Core { /// <summary> /// The root abstract class for all the graphics-based...
2.467197
4826d2008f9d436aaea2af6fc1c06c55
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840528
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "forki/Gu.Wpf.FlipView", "max_stars_repo_path": "Gu.Wpf.FlipView/Gestures/Trackers/CompositeGestureTracker.cs", "provenance": "train-00027-of-00045.jsonl.gz:159748" }
starcoder
namespace Gu.Wpf.FlipView.Gestures { using System; using System.Collections.ObjectModel; using System.Linq; using System.Windows; /// <summary> /// A tracker that tracks both mouse and touch. /// </summary> public class CompositeGestureTracker : Collection<IGestureTracker>, IGestureTrac...
2.608641
891c53e506baa0869688125ef4566057
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840529
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BUTTER-Tools/InputFilesCorpus", "max_stars_repo_path": "InputFilesCorpus.cs", "provenance": "train-00027-of-00045.jsonl.gz:159749" }
starcoder
<reponame>BUTTER-Tools/InputFilesCorpus using System; using PluginContracts; using System.Windows.Forms; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Text; using OutputHelperLib; using System.Linq; namespace InputFileCorpus { public class InputFil...
2.637353
f1587a497a4e0bcc60dabaf42b6c40d2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840530
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AliYildizoz909/SiparisOtomasyonu", "max_stars_repo_path": "SiparisOtomasyonu.WindowsUI/CustomerMainForm.cs", "provenance": "train-00027-of-00045.jsonl.gz:159750" }
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 SiparisOtomasyonu.Core.Operations.Helpers; using SiparisOtomasyonu.Core.Operations.Manager; using S...
2.378901
f6898270f98cfb91d916d414c80f5cdb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840531
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SolHaan/BlockcodingVR-unity", "max_stars_repo_path": "Assets/02.Scripts/LoadManager/LoadManagerButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:159751" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class LoadManagerButton : MonoBehaviour { public string sceneName; public void OnButtonClick() { SceneManager.LoadSceneAsync(sceneName); Debug.Log(sceneName + "로 이동합니다....
2.224397
ac46847c73085bfea20b5fbcffec2fe6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840532
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "stprior/fdgvectors", "max_stars_repo_path": "mvectors.neuralnetwork/AForgeTheta.cs", "provenance": "train-00027-of-00045.jsonl.gz:159752" }
starcoder
using System; using System.Linq; using AForge.Neuro; namespace mvectors.neuralnetwork { public class AForgeTheta: ITheta { private ActivationLayer _layer; private readonly int _startWeightsFrom; public AForgeTheta() : this(0) { } /// <summary> /// /// ...
2.968674
1ff6449531aa539be0005f7732eaf7e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840533
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kenamis/AddressableRenameWizard", "max_stars_repo_path": "AddressableRenameWizard.cs", "provenance": "train-00027-of-00045.jsonl.gz:159753" }
starcoder
<gh_stars>0 using System.IO; using System.Text; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using UnityEngine.AddressableAssets; using UnityEditor.AddressableAssets; using UnityEditor.AddressableAssets.Settings; using UnityEditor.AddressableAssets.GUI; ...
1.968478
ee90a32c6990bd8a465c825cb25619e8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840534
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FinnReilly/TesterCall", "max_stars_repo_path": "TesterCall/Services/Generation/OpenApiSpecUmbrellaTypeParser.cs", "provenance": "train-00027-of-00045.jsonl.gz:159754" }
starcoder
<filename>TesterCall/Services/Generation/OpenApiSpecUmbrellaTypeParser.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using TesterCall.Models.OpenApi; using TesterCall.Models.OpenApi.Interfaces; using TesterCall.Services.Generation.Interface; using TesterCall.Services.Generati...
2.418816
48168cddb3b7820887798f1bdc46dbd8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840535
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "agaskill/homekitaccessory", "max_stars_repo_path": "HomeKitAccessory/StandardCharacteristics/Identify.cs", "provenance": "train-00027-of-00045.jsonl.gz:159755" }
starcoder
<filename>HomeKitAccessory/StandardCharacteristics/Identify.cs using HomeKitAccessory.Core; using System; namespace HomeKitAccessory.StandardCharacteristics { public class Identify : ControlCharacteristic<bool> { private readonly Action identifyRoutine; public Identify(Action identifyRoutine)...
2.42261
9066c5a2ef2eede57e2c92bb8daae222
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840536
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/dfc-app-discoverskillsandcareers", "max_stars_repo_path": "DFC.App.DiscoverSkillsCareers/MappingProfiles/DefaultProfile.cs", "provenance": "train-00027-of-00045.jsonl.gz:159756" }
starcoder
<reponame>SkillsFundingAgency/dfc-app-discoverskillsandcareers using AutoMapper; using DFC.App.DiscoverSkillsCareers.Models.Assessment; using DFC.App.DiscoverSkillsCareers.Models.Result; using DFC.App.DiscoverSkillsCareers.ViewModels; using System.Diagnostics.CodeAnalysis; namespace DFC.App.DiscoverSkillsCareers.Mapp...
1.417647
1dbb3a1f5a467df2137b26251a789706
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840537
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Fierce-Cat/LunaMultiPlayer", "max_stars_repo_path": "Common/Message/Data/PlayerConnection/PlayerConnectionBaseMsgData.cs", "provenance": "train-00027-of-00045.jsonl.gz:159757" }
starcoder
using LunaCommon.Message.Base; using LunaCommon.Message.Types; using System; namespace LunaCommon.Message.Data.PlayerConnection { public class PlayerConnectionBaseMsgData : MessageData { public override ushort SubType => (ushort)(int)PlayerConnectionMessageType; public string PlayerName { get;...
1.847683
0952344a37ecbe803c9278348263d6a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840538
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yumaster/CoreBook", "max_stars_repo_path": "src/CloudMusicDotNet.Commons/IRequestService.cs", "provenance": "train-00027-of-00045.jsonl.gz:159758" }
starcoder
using System.Threading.Tasks; namespace CloudMusicDotNet.Commons { public interface IRequestService { Task<string> Request(string name, string data, string queryString = ""); } }
1.641005
3393fe4515c24d7ac8cd5e83a35a8b49
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840539
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EliPedro/Patterns", "max_stars_repo_path": "Patterns/Patterns.Estrutura/Adapter/ControleDePonto.cs", "provenance": "train-00027-of-00045.jsonl.gz:159759" }
starcoder
<reponame>EliPedro/Patterns using Patterns.Estrutura.Adapter.Interfaces; using System; namespace Patterns.Estrutura.Adapter { public class ControleDePonto : IControleDePonto { public virtual void RegistrarEntrada(Empregado f) { Console.WriteLine("Entrada : " + f.Nome + " às " + Dat...
2.573691
2017744e60496a06d9963efb97561012
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840540
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "otahirs/ClubIS", "max_stars_repo_path": "DataAccessLayer/Repositories/Repository.cs", "provenance": "train-00027-of-00045.jsonl.gz:159760" }
starcoder
<reponame>otahirs/ClubIS using System.Collections.Generic; using System.Threading.Tasks; using ClubIS.DataAccessLayer.Repositories.Interfaces; using Microsoft.EntityFrameworkCore; namespace ClubIS.DataAccessLayer.Repositories { public class Repository<TEntity> : IRepository<TEntity> where TEntity : class { ...
2.595651
121c97af3375057d74e7ec77b555fda8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840541
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Machinarius/DockStationDotNet", "max_stars_repo_path": "DockStationDotNet/DockStationDotNet/DockerContainerFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:159761" }
starcoder
<reponame>Machinarius/DockStationDotNet<filename>DockStationDotNet/DockStationDotNet/DockerContainerFactory.cs<gh_stars>0 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using Docker.DotNet; using Docker.DotNet.Models; using Newtonsoft.Json; namespace ...
2.362028
0d9da3db25ceb04a27dcd9dd0e11dbc9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840542
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gabo592/Artemis", "max_stars_repo_path": "Artemis/Artemis/Presentacion/Sales/BuscadorVentas.cs", "provenance": "train-00027-of-00045.jsonl.gz:159762" }
starcoder
using System; using System.Windows.Forms; using Artemis.Presentacion.Base; using Artemis.ViewModels.Sales; using Artemis.Servicios.Interfaces; using Artemis.Servicios.Sales; namespace Artemis.Presentacion.Sales { public partial class BuscadorVentas : BuscadorTransacciones, IObservador { /// <summary> ...
2.074124
eb5016e85fce53bb09ae86a0b21214e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840543
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BrickStreetSoftware/brickstapi-dotnetclient", "max_stars_repo_path": "BrickStAPI/Connect/CampaignObjects.cs", "provenance": "train-00027-of-00045.jsonl.gz:159763" }
starcoder
/* * Brick Street Connect Web Services API Client * Copyright (c) 2013 Brick Street Software, Inc. * http://brickstreetsoftware.com * This code open source and governed by the Apache Software License. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.T...
2.138983
65379da2b9eaa5db99409b03f1679b4b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840544
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vladimirpetukhov/OrdersApp", "max_stars_repo_path": "server/Data/IProductRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:159764" }
starcoder
using Server.API.Models; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Server.API.Data { public interface IProductRepository { void Add<T>(T entity) where T : class; void Delete<T>(T entity) where T : class; void Edit<T>(T en...
2.257915
755c531745fa23b19b999202f1c2a58a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840545
{ "extension": "c-sharp", "max_stars_count": "34.0", "max_stars_repo_name": "Folleach/GeometryDashAPI", "max_stars_repo_path": "GeometryDashAPI.Tests/TestObjects/MultipleSense.cs", "provenance": "train-00027-of-00045.jsonl.gz:159765" }
starcoder
namespace GeometryDashAPI.Tests.TestObjects { public class MultipleSense : GameObject { [GameProperty("1")] public int X1 { get; set; } public override string GetParserSense() => "~|~"; } }
1.826296
7d94c38f0e5cbd92c813d050181de0e9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840546
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Vladislavhgtech/industrial-programming", "max_stars_repo_path": "lab3/Lab3sharp/TransportTypes/Car.cs", "provenance": "train-00027-of-00045.jsonl.gz:159766" }
starcoder
namespace Lab3sharp.TransportTypes { // Creating class instances moved to CarCreator : AbstractCreator class Car : Transport { // In fact, the definition of this constructor is unnecessary :) public Car() { } } }
2.412493
ce9967f64a7f702bb03268783093db7b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840547
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gldraphael/MassTransit", "max_stars_repo_path": "src/Transports/MassTransit.Azure.ServiceBus.Core/Scheduling/ServiceBusScheduleSendPipe.cs", "provenance": "train-00027-of-00045.jsonl.gz:159767" }
starcoder
<filename>src/Transports/MassTransit.Azure.ServiceBus.Core/Scheduling/ServiceBusScheduleSendPipe.cs<gh_stars>1-10 namespace MassTransit.Azure.ServiceBus.Core.Scheduling { using System; using System.Threading.Tasks; using GreenPipes; using MassTransit.Scheduling; /// <summary> /// Sets the mess...
2.558328
6672f77f811a3460c17f43c4eaa3cc52
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840548
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "imtrobin/arangodb-net-standard", "max_stars_repo_path": "arangodb-net-standard/CollectionApi/Models/GetCollectionPropertiesResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:159768" }
starcoder
using System.Net; namespace ArangoDBNetStandard.CollectionApi.Models { public class GetCollectionPropertiesResponse { public bool WaitForSync { get; set; } public bool DoCompact { get; set; } public int JournalSize { get; set; } public CollectionKeyOptions KeyOptions { get; set...
1.496539
328c4a6f3d47ecc544b9b614f54f6b89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840549
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "CalebABG/SoarBeyond", "max_stars_repo_path": "src/SoarBeyond.Domain/EntityMapping/EntityMappingProfile.cs", "provenance": "train-00027-of-00045.jsonl.gz:159769" }
starcoder
<filename>src/SoarBeyond.Domain/EntityMapping/EntityMappingProfile.cs using AutoMapper; using SoarBeyond.Data.Entities; using SoarBeyond.Shared.Dto; namespace SoarBeyond.Domain.EntityMapping; public class EntityMappingProfile : Profile { public EntityMappingProfile() { CreateMap<JournalEntity, Journa...
1.856602
0b70bf4ec4ee1eb7b854b8d8484b737f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840550
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "secretMoi/Wallon", "max_stars_repo_path": "Mobile/Mobile/ViewModels/Suggestions/SuggestionAdd/SuggestionAddViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159770" }
starcoder
using System; using System.Threading.Tasks; using Mobile.Controllers.Suggestion; using Mobile.Core; using Mobile.Core.Logger; using Mobile.Validators; using Models.Dtos.Suggestions; namespace Mobile.ViewModels.Suggestions.SuggestionAdd { public class SuggestionAddViewModel : BaseViewModel { private readonly ISugg...
2.381347
63a87a10698bcfc8cef4cc9f5aeb504b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840551
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "DataMesh-OpenSource/SolarSystemExplor", "max_stars_repo_path": "Assets/DataMesh/ARModule/UI/Scripts/Element/LoadingUI.cs", "provenance": "train-00027-of-00045.jsonl.gz:159771" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using DataMesh.AR.Interactive; namespace DataMesh.AR.UI { public class LoadingUI : MonoBehaviour { public static Color buttonColorNormal = new Color(8f / 255f, 154f / 255f, 228f / 255f); publi...
2.059267
1f6f91aaecb9e81d72039a2caf969668
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840552
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "martinpierre/Sheperd_final", "max_stars_repo_path": "Assets/cameramove.cs", "provenance": "train-00027-of-00045.jsonl.gz:159772" }
starcoder
<filename>Assets/cameramove.cs using System.Collections; using UnityEngine; using System.Collections; using System; public class cameramove : MonoBehaviour { private float cameraDistance = 50f; private Vector3 focus; private Vector3 direction; private float xposition = 0f; private float ypositio...
2.531409
8ac13416cf6798320a92d35533fff6ba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840553
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "polytronicgr/Fusion3D", "max_stars_repo_path": "FusionEngine/ParticleSystem/ParticleEmitter.cs", "provenance": "train-00027-of-00045.jsonl.gz:159773" }
starcoder
using OpenTK; using System.Collections.Generic; using FusionEngine.Effect; using FusionEngine.Material; using FusionEngine.Visuals; namespace FusionEngine.ParticleSystem { public class ParticleEmitter { public List<Particle> Particles = new List<Particle>(); public Scene.SceneGraph3D Graph = n...
2.258684
0c3942d566a86c046648dc9970ad6216
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840554
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PicoService/PicoService", "max_stars_repo_path": "PicoService/Builder/IPicoServiceBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:159774" }
starcoder
using Microsoft.AspNetCore.Hosting; using PicoService.Configuration; namespace PicoService.Builder { public interface IPicoServiceBuilder { IWebHostBuilder WebHostBuilder { get; } IPicoServiceConfigurator Configurator { get; } } }
1.3319
43e3bba1f8d7a10f0e8526daa82f1da1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840555
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "appsonsf/FabricEAP", "max_stars_repo_path": "src/EnterpriseContactService/Entities/MdmDataHistory.cs", "provenance": "train-00027-of-00045.jsonl.gz:159775" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EnterpriseContactService.Entities { /// <summary> /// mdm 数据历史记录 /// </summary> public class MdmDataHistory { public Gu...
1.910607
18127d9f4632c60539295b1cac6543a2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840556
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OceanYan/corert", "max_stars_repo_path": "src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/RuntimeTypeExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:159776" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using global::System; using global::System.Reflection; using global::System.Diagnostics; using global::System.Reflec...
1.834103
c3cff25369fadc01c37eb05cc8e9bd37
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840557
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jakobharder/mythmaker", "max_stars_repo_path": "MythMakerWPF/UI/Controls/HintTextBox.cs", "provenance": "train-00027-of-00045.jsonl.gz:159777" }
starcoder
<reponame>jakobharder/mythmaker<gh_stars>0 /* * based on the work by Miňo * https://code.msdn.microsoft.com/TextBox-with-null-text-hint-0b384543 * Apache License Version 2.0 */ using System.Windows; using System.Windows.Controls; namespace MythMaker.UI.Controls { public class HintTextBox : TextBox { ...
2.471294
849aa94d64dfdfc3211e1b3ccd0a35dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840558
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alanmocek/AlanMocek.LifeLog", "max_stars_repo_path": "src/AlanMocek.LifeLog.Data/Configurations/ActivityRecordConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:159778" }
starcoder
<reponame>alanmocek/AlanMocek.LifeLog using AlanMocek.LifeLog.Core.Activities; using AlanMocek.LifeLog.Core.ActivityRecords; using AlanMocek.LifeLog.Core.DayRecords; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using System; using System.Collections.Generic; using System....
2.169901
c56eb9d87f6aac387e0df79bc16fffdc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840559
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "smdx24/CPI-Source-Code", "max_stars_repo_path": "ClubPenguin.Avatar/SkinnedMeshDefinition.cs", "provenance": "train-00027-of-00045.jsonl.gz:159779" }
starcoder
using Disney.LaunchPadFramework; using Foundation.Unity; using System; using UnityEngine; namespace ClubPenguin.Avatar { [Serializable] public class SkinnedMeshDefinition : MeshDefinition { public string RootBoneName; public string[] BoneNames; private bool UseGpuSkinning = false; public SkinnedMeshDefin...
2.057506
e1684113b8321995129a63b70aa622de
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840560
{ "extension": "c-sharp", "max_stars_count": "3375.0", "max_stars_repo_name": "nul800sebastiaan/Umbraco-CMS", "max_stars_repo_path": "src/Umbraco.Infrastructure/PropertyEditors/MarkdownPropertyEditor.cs", "provenance": "train-00027-of-00045.jsonl.gz:159780" }
starcoder
// Copyright (c) Umbraco. // See LICENSE for more details. using Microsoft.Extensions.Logging; using Umbraco.Cms.Core.IO; using Umbraco.Cms.Core.Serialization; using Umbraco.Cms.Core.Services; using Umbraco.Cms.Core.Strings; namespace Umbraco.Cms.Core.PropertyEditors { /// <summary> /// Represents a markdown...
1.950943
20392b6b7dabe700175cee79a45a36e8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840561
{ "extension": "c-sharp", "max_stars_count": "28.0", "max_stars_repo_name": "HyperLethalVector/ProjectEsky-UnityIntegration", "max_stars_repo_path": "com.microsoft.mixedreality.webrtc-2.0.2/package/Tests/Runtime/PeerConnectionTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:159781" }
starcoder
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections; using System.Linq; using NUnit.Framework; using UnityEngine; using UnityEngine.Events; using UnityEngine.TestTools; namespace Microsoft.MixedReality.WebRTC.Unity.Tests.Runtime { public c...
1.841438
63d16a924381a30a9569f6d34560e4a6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840562
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TAPeri/WordsMatter", "max_stars_repo_path": "Assets/Ghostbook/Code/Layer 1 - Business Object Layer/PlayerGhostbookSatchel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159782" }
starcoder
/* * Copyright (c) 2015, iLearnRW. Licensed under Modified BSD Licence. See licence.txt for details. */ using System.Collections.Generic; [System.Serializable] public class PlayerGhostbookSatchel { ContactList contacts; EventsList events; NewsfeedList newsfeed; bool encounterRebootNotNeeded; public bool rebo...
2.079031
754907e38f51dc91319827f0e6093c06
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840563
{ "extension": "c-sharp", "max_stars_count": "3222.0", "max_stars_repo_name": "ManuelHu/Eto", "max_stars_repo_path": "src/Eto.iOS/Drawing/FontTypefaceHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:159783" }
starcoder
<reponame>ManuelHu/Eto using System; using Eto.Drawing; using UIKit; namespace Eto.iOS.Drawing { public class FontTypefaceHandler : WidgetHandler<object, FontTypeface>, FontTypeface.IHandler { FontStyle? style; string name; public string FontName { get; private set; } public FontTypefaceHandler (string fon...
2.504092
b143b8ec677bd593fa3cf71abdaefc98
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840564
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "bubdm/TypePipe", "max_stars_repo_path": "Core/CodeGeneration/MutableTypeBatchCodeGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:159784" }
starcoder
<filename>Core/CodeGeneration/MutableTypeBatchCodeGenerator.cs<gh_stars>10-100 // Copyright (c) rubicon IT GmbH, www.rubicon.eu // // See the NOTICE file distributed with this work for additional information // regarding copyright ownership. rubicon licenses this file to you under // the Apache License, Version 2.0 (...
2.286132
f2fe9d62c4a9915d0a37da6c189b2a57
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840565
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "ca45382/shioriBotDotNet", "max_stars_repo_path": "src/Define/ClanBattleDefine.cs", "provenance": "train-00027-of-00045.jsonl.gz:159785" }
starcoder
namespace ShioriBot.Define { public static class ClanBattleDefine { public const ushort MaxLapNumber = 250; public static bool IsValidLapNumber(int value) => 0 <= value && value <= MaxLapNumber; } }
2.180986
2f824c654fb6031e17f67e11902a4421
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840566
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "akazad13/archive-projects", "max_stars_repo_path": "gyHostel/chatService/Infrasstructure/IoC/InfrastructureRegister.cs", "provenance": "train-00027-of-00045.jsonl.gz:159786" }
starcoder
using AutoMapper; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace userService.Infrasstructure.IoC { public static class InfrastructureRegister { public static void Register(IServiceCollection services, IConfiguration configuration) { ...
1.790404
b1e90d2a583c6a20ebe9404ba0cecec7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840567
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tivtag/Atom", "max_stars_repo_path": "Source/Atom/Storage/Serialization/IUnsignedBinarySerializationContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:159787" }
starcoder
// <copyright file="IUnsignedBinarySerializationContext.cs" company="federrot Software"> // Copyright (c) federrot Software. All rights reserved. // </copyright> // <summary> // Defines the Atom.Storage.IUnsignedBinarySerializationContext interface. // </summary> // <author> // <NAME> // </author> namespa...
2.11099
1fded5676901253ff181a6e72e0baf6e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840568
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Indeavr/Online-Store", "max_stars_repo_path": "Online_Store/Models/Feedback.cs", "provenance": "train-00027-of-00045.jsonl.gz:159788" }
starcoder
using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Online_Store.Models { public class Feedback { public Feedback() { } public Feedback(int rating, string comment = null) { this.Rating = r...
2.729194
d71b41f2809fd65283f0e5fab93e0205
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840569
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "CAUCA-9-1-1/survip-webapi", "max_stars_repo_path": "Survi.Prevention.ServiceLayer/Import/BuildingImportation/BuildingParticularRiskFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:159789" }
starcoder
using Survi.Prevention.ApiClient.DataTransferObjects; using Survi.Prevention.Models.Buildings; namespace Survi.Prevention.ServiceLayer.Import.BuildingImportation { public class BuildingParticularRiskFactory { public static Models.Buildings.Base.BuildingParticularRisk GetRisk(ParticularRiskType riskTyp...
2.109242
380a83641357e6e4bdb6588bbb9a2735
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840570
{ "extension": "c-sharp", "max_stars_count": "37.0", "max_stars_repo_name": "haga-rak/Freezer", "max_stars_repo_path": "Freezer/GeckoFX/__Core/DOM/Svg/SvgElement.cs", "provenance": "train-00027-of-00045.jsonl.gz:159790" }
starcoder
<filename>Freezer/GeckoFX/__Core/DOM/Svg/SvgElement.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using Gecko.Interop; namespace Gecko.DOM.Svg { internal class SvgElement : GeckoElement { private nsIDOMSVGElement _svgElement; protected SvgEle...
2.316869
b5b229344649759b031b3617824bbbe6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840571
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JesDanFors/TurboCollections", "max_stars_repo_path": "TurboCollections/TurboTree.cs", "provenance": "train-00027-of-00045.jsonl.gz:159791" }
starcoder
namespace TurboCollections; public class TurboTree{ int[] tree; int[] leftTree; int[] rightTree; int _base; void Insert(int insertedNumber,int[] tree){ if (_base == null){ this.tree[0] = insertedNumber; return; } if (_base!= null){ if (...
2.78595
121d177f0b750953f9552253a8d6e2dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840572
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "microsoft/APSINet", "max_stars_repo_path": "dotnet/APSIServer/NativeMethods.cs", "provenance": "train-00027-of-00045.jsonl.gz:159792" }
starcoder
<reponame>microsoft/APSINet // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license.using System; using System; using System.Runtime.InteropServices; namespace Microsoft.Research.APSI.Server { /// <summary> /// Provides the API for the native APSI Server /// </summa...
1.697792
706de3117537b386eea61d1bb09c7cfc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840573
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "riQQ/DirectN", "max_stars_repo_path": "DirectN/DirectN/Generated/tagDDDEVICEIDENTIFIER2.cs", "provenance": "train-00027-of-00045.jsonl.gz:159793" }
starcoder
<reponame>riQQ/DirectN // c:\program files (x86)\windows kits\10\include\10.0.18362.0\um\ddraw.h(877,9) using System; using System.Runtime.InteropServices; namespace DirectN { [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public partial struct tagDDDEVICEIDENTIFIER2 { [MarshalAs(Un...
1.390067
0e6898802b329a2d010ae03eb1f2bbe1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840574
{ "extension": "c-sharp", "max_stars_count": "30.0", "max_stars_repo_name": "MSGRRojas/featureadmin", "max_stars_repo_path": "src/FeatureAdmin/ViewModels/BaseSpecialFeaturesListViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159794" }
starcoder
using Caliburn.Micro; using FeatureAdmin.Core; using FeatureAdmin.Core.Models; using FeatureAdmin.Messages; using FeatureAdmin.Core.Repository; using System.Linq; using System.Collections.Generic; namespace FeatureAdmin.ViewModels { public abstract class BaseSpecialFeaturesListViewModel : BaseListViewModel<Active...
2.301213
73a0b58cc48adc93875edb59aca645fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840575
{ "extension": "c-sharp", "max_stars_count": "58.0", "max_stars_repo_name": "sucrose0413/MongoDB.Messaging", "max_stars_repo_path": "src/MongoDB.Messaging/MessageQueue.cs", "provenance": "train-00027-of-00045.jsonl.gz:159795" }
starcoder
using System; using System.Threading.Tasks; using MongoDB.Messaging.Configuration; using MongoDB.Messaging.Fluent; namespace MongoDB.Messaging { /// <summary> /// A class to Configure and Publish to a message queue. /// </summary> public class MessageQueue { private readonly IQueueManager ...
2.892069
845e8cb33e9ae5417ed03209dfd3ee81
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840576
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "logika03/litred", "max_stars_repo_path": "WebApplication/Views/Partials/Review.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:159796" }
starcoder
@model Review @{ Layout = null; } <p>@Model.Author.UserName</p> <p>@Model.Rating</p> <p>@Model.Description</p>
1.717171
546e25f5afc2f69387374fb8d7449751
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840577
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "salt-mines/puck-game", "max_stars_repo_path": "Assets/Scripts/PlayerMovement.cs", "provenance": "train-00027-of-00045.jsonl.gz:159797" }
starcoder
<filename>Assets/Scripts/PlayerMovement.cs using UnityEngine; [RequireComponent(typeof(Rigidbody))] [RequireComponent(typeof(Player))] public class PlayerMovement : MonoBehaviour { public float speed = 10.0f; public float rotationSpeed = Mathf.PI * 1.5f; private Vector3 rotation = new Vector3(); pri...
2.260152
3373970fd54bbc8103db079445a27097
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840578
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dnyvik/Crumbs", "max_stars_repo_path": "src/Crumbs.Core/Event/EventualConsistency/StatefulHandlerStatus.cs", "provenance": "train-00027-of-00045.jsonl.gz:159798" }
starcoder
namespace Crumbs.Core.Event.EventualConsistency { public enum StatefulHandlerStatus { Stopped, SpoolingHistory, Running, Faulted, } }
1.262869
923ca62c3d8e9cfe6dbddca7153f7ec0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840579
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "ferrerooo/books-coding-horror", "max_stars_repo_path": "Pro ASP.NET MVC 4/Dependency Injection/6.1. DependencyInjection.Ninject/Registries/INinjectBindingsRegister.cs", "provenance": "train-00027-of-00045.jsonl.gz:159799" }
starcoder
<filename>Pro ASP.NET MVC 4/Dependency Injection/6.1. DependencyInjection.Ninject/Registries/INinjectBindingsRegister.cs namespace DependencyInjection.Ninject.Registries { using global::Ninject; public interface INinjectBindingsRegister { void Register(IKernel kernel); } }
1.481179
a64f9f99d3957b690c9465f0efb97302
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840580
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "niwrA/Software-Management-Core", "max_stars_repo_path": "SoftwareManagementCoreApiTests/Contacts/ContactsControllerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:159800" }
starcoder
<reponame>niwrA/Software-Management-Core<filename>SoftwareManagementCoreApiTests/Contacts/ContactsControllerTests.cs using ContactsShared; using SoftwareManagementCoreApi; using SoftwareManagementCoreApi.Controllers; using System.Collections.Generic; using System.Net.Http; using System.Text; using Xunit; using Moq; us...
2.258291
dca6cff3142e9f6408b47e32eea13cc1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840581
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tiagor87/mrmime", "max_stars_repo_path": "tests/IntegrationTests/Controllers/DefaultControllerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:159801" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Net.Mime; using System.Reflection; using System.Text; using System.Threading.Tasks; using FluentAssertions; using Microsoft.AspNetCore.Hosting; using Microsoft.A...
1.909068
32f965dceca4eff59c52cb7abfc1ae47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840582
{ "extension": "c-sharp", "max_stars_count": "28.0", "max_stars_repo_name": "jkrmc12/IFC-gen", "max_stars_repo_path": "lang/csharp/src/IFC/IfcStyledItem.g.cs", "provenance": "train-00027-of-00045.jsonl.gz:159802" }
starcoder
using System; using System.ComponentModel; using System.Collections.Generic; using Newtonsoft.Json; using System.Linq; using STEP; namespace IFC { /// <summary> /// <see href="http://www.buildingsmart-tech.org/ifc/IFC4/final/html/link/ifcstyleditem.htm"/> /// </summary> public partial class IfcStyledItem : Ifc...
2.609141
fd0ca659a06ae282319efad37a93b88b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840583
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "Taybenberg/BungieSharper", "max_stars_repo_path": "BungieSharper.CodeGen/Generation/Mapping.cs", "provenance": "train-00027-of-00045.jsonl.gz:159803" }
starcoder
<filename>BungieSharper.CodeGen/Generation/Mapping.cs using BungieSharper.CodeGen.Entities.Common; using System; namespace BungieSharper.CodeGen.Generation { internal static class Mapping { internal static string TypeToCSharp(TypeEnum type) { return type switch { ...
2.506422
a3311d9fd57c50a66a58e587519843c1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840584
{ "extension": "c-sharp", "max_stars_count": "405.0", "max_stars_repo_name": "Xiaoqing/MarkdownEditor", "max_stars_repo_path": "src/Outlining/MarkdownOutliningTagger.cs", "provenance": "train-00027-of-00045.jsonl.gz:159804" }
starcoder
<gh_stars>100-1000 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Markdig.Syntax; using MarkdownEditor.Parsing; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Tagging; namespace MarkdownEditor.Outlining { public class MarkdownOutliningTa...
2.504069
f9d570b1fe21fb48a54460992c52bc27
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840585
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ryanjfitz/dotnes", "max_stars_repo_path": "DotNES/DotNES/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:159805" }
starcoder
<gh_stars>0 using System; using System.Windows.Forms; namespace DotNES { class Program { [STAThread] static void Main(string[] args) { using (OpenFileDialog openFileDialog = new OpenFileDialog { Filter = "iNES ROM Images|*.nes" }) if (openFileDialog.ShowDial...
1.98112
77eef856738dd23703011d8234554520
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840586
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "elexis-eu/word-game", "max_stars_repo_path": "mobile_app/Assets/Scripts/Information/GameInfoDrag.cs", "provenance": "train-00027-of-00045.jsonl.gz:159806" }
starcoder
<reponame>elexis-eu/word-game using UnityEngine; using System.Collections; using System.Collections.Generic; using System; public static class GameInfoDrag { public static DragInfo info = new DragInfo(); public static DragInfo infoCurrent = new DragInfo(); public static int currentRound; public static...
1.971244
c7e3f17ee0d5df512fdd85aadc480d5e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840587
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kodybrown/cat.md", "max_stars_repo_path": "md.cs", "provenance": "train-00027-of-00045.jsonl.gz:159807" }
starcoder
/*! Copyright (C) 2008-2013 <NAME> (<EMAIL>). MIT License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
2.53986
d8dca448c10be1917a2616e5d8410796
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840588
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "SonicTheCat/CSharp-OOP-Basics", "max_stars_repo_path": "10.Interfaces And Abstraction - Exercise/09.02.CollectionHierarchy/Contracts/IRemoveable.cs", "provenance": "train-00027-of-00045.jsonl.gz:159808" }
starcoder
public interface IRemoveable { string Remove(); }
1.920031
7fbd208ba514b11908f91a4b6d79bd9b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840589
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "asebak/amb-windowsiot", "max_stars_repo_path": "Amb.Sdk/Api/IRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:159809" }
starcoder
namespace Amb.Sdk.Api { public interface IRequest { T GetRequest<T>(string path); T PostRequest<T>(string path, string body); } }
1.828203
058cc4fac37bb2ff585062141ab75c73
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840590
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "semnil/StarryEyes", "max_stars_repo_path": "StarryEyes.Anomaly/TwitterApi/DataModels/Streams/Events/StreamStatusEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:159810" }
starcoder
<gh_stars>10-100 using System; namespace StarryEyes.Anomaly.TwitterApi.DataModels.Streams.Events { /// <summary> /// Status events /// </summary> /// <remarks> /// This message indicates: events about twitter statuses /// /// This element is supported by: user streams, site streams /...
2.573921
3e03c85cd841e12fa5002dbddb4b71f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840591
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "edonchev/ASP.NET-Core-Cookmate", "max_stars_repo_path": "Cookmate.Test/Api/StatisticsApiControllerTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:159811" }
starcoder
<gh_stars>0 namespace Cookmate.Test.Api { using Xunit; using Cookmate.Controllers.Api; using Cookmate.Test.Mocks; public class StatisticsApiControllerTest { [Fact] public void GetStatisticsShouldReturnTotalStatistics() { //Arrange var statisticsContr...
1.600572
25588ca8eef4d1fa2f3365e04c4d4bdd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840592
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tonineXtalliya/Nanoka", "max_stars_repo_path": "nanoka-idx/Nanoka.Models/VoteType.cs", "provenance": "train-00027-of-00045.jsonl.gz:159812" }
starcoder
using System.Runtime.Serialization; namespace Nanoka.Models { public enum VoteType { /// <summary> /// Vote is positive. /// </summary> [EnumMember(Value = "up")] Up = 0, /// <summary> /// Vote is negative. /// </summary> [EnumMember(Value = "dow...
2.337247
5957766e75c4e14fea32612c12d17736
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840593
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "TheBoje/Ludum-Dare-49", "max_stars_repo_path": "Assets/Scripts/InputController.cs", "provenance": "train-00027-of-00045.jsonl.gz:159813" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.InputSystem; using UnityEngine.PlayerLoop; public class InputController : MonoBehaviour { private PlayerActionControls _playerActionControls; public GameObject player; public GameObject stand; private Ga...
2.303981
c2556613146d7a1e523d749e3e0d18df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840594
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GeorgenaGeorgieva/OOP-CSharp", "max_stars_repo_path": "04. Interfaces and Abstraction Exe/Problem 3. Ferrari/Ferrari.cs", "provenance": "train-00027-of-00045.jsonl.gz:159814" }
starcoder
namespace Ferrari { using System; public class Ferrari : ICar { private string driver; public Ferrari(string driver) { this.Driver = driver; this.Model = "488-Spider"; } public string Model { get; } public string Driver { ...
3.34917
64d35f3b9ab8b914521616ba79f79430
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840595
{ "extension": "c-sharp", "max_stars_count": "68.0", "max_stars_repo_name": "BrightShadow/MediaDevices", "max_stars_repo_path": "MediaDevicesExt/DeviceTransport.cs", "provenance": "train-00027-of-00045.jsonl.gz:159815" }
starcoder
<filename>MediaDevicesExt/DeviceTransport.cs namespace MediaDevices { /// <summary> /// device transports /// </summary> public enum DeviceTransport { /// <summary> /// not supportet by driver /// </summary> NotSupported = -1, /// <summary> /// unspe...
2.39304
8bec542ee48f96602e44b36e24f11f75
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840596
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DeliriumGameworks/Dregus-MageAwakened", "max_stars_repo_path": "Assets/scripts/gui/DregusGUILookup.cs", "provenance": "train-00027-of-00045.jsonl.gz:159816" }
starcoder
using UnityEngine; using System.Collections; public class DregusGUILookup : MonoBehaviour { protected static Hashtable hashtable; protected static Hashtable getHashtable() { if (hashtable == null) { hashtable = new Hashtable(); } return hashtable; } protected static void add(string key, st...
2.705447
8bd7cd9185d132eaf2a0108b82d3fedd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840597
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kristianenge/ienge", "max_stars_repo_path": "Database/Entities/AutomationProject.cs", "provenance": "train-00027-of-00045.jsonl.gz:159817" }
starcoder
using System; using IEnge.Database.Entities; namespace IEnge.Controllers.Api { public class AutomationProject: DbMotherObj { public string Name { get; set; } public string Desc { get; set; } } }
1.524978
310847e4747556422d3693021fc20658
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840598
{ "extension": "c-sharp", "max_stars_count": "801.0", "max_stars_repo_name": "feeleen/FastExpressionCompiler", "max_stars_repo_path": "test/FastExpressionCompiler.IssueTests/Issue197_Operation_could_destabilize_the_runtime.cs", "provenance": "train-00027-of-00045.jsonl.gz:159818" }
starcoder
<filename>test/FastExpressionCompiler.IssueTests/Issue197_Operation_could_destabilize_the_runtime.cs<gh_stars>100-1000 using System; using NUnit.Framework; #if LIGHT_EXPRESSION using static FastExpressionCompiler.LightExpression.Expression; namespace FastExpressionCompiler.LightExpression.IssueTests #else using static...
2.721756
00f984b4b15101751d5feb135ecc6d77
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840599
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ucdavis/CRP", "max_stars_repo_path": "CRP.Core/Domain/QuestionSet.cs", "provenance": "train-00027-of-00045.jsonl.gz:159819" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using CRP.Core.Validation.Extensions; using UCDArch.Core.DomainModel; namespace CRP.Core.Domain { public class QuestionSet : DomainObject { public QuestionSet() { SetDefaults(...
2.641961
08e25cb77154dcbfe2262c03913635fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840600
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "oridashi/CDAAU", "max_stars_repo_path": "nehta_cda_v4.3.0/CDA.Generator.Common/SCSModel/PhysicalMeasurements/Enum/PhysicalMeasurementsSections.cs", "provenance": "train-00027-of-00045.jsonl.gz:159820" }
starcoder
/* * Copyright 2013 NEHTA * * Licensed under the NEHTA Open Source (Apache) License; you may not use this * file except in compliance with the License. A copy of the License is in the * 'license.txt' file, which should be provided with this work. * * Unless required by applicable law or agreed to in writing, so...
1.984851
ba2a802f54945f1e5d3e9c337e9a990f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840601
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "Speykious/sbtw", "max_stars_repo_path": "src/editor/sbtw.Editor/Graphics/UserInterface/Toolbox/GroupElementsTab.cs", "provenance": "train-00027-of-00045.jsonl.gz:159821" }
starcoder
<filename>src/editor/sbtw.Editor/Graphics/UserInterface/Toolbox/GroupElementsTab.cs<gh_stars>10-100 // Copyright (c) 2021 <NAME>. Licensed under MIT License. // See LICENSE in the repository root for more details. using System; using System.Collections.Generic; using System.Linq; using osu.Framework.Allocation; using ...
1.922493
28b742efa2059b7163eda9224cca01a6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840602
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "trakx/cryptocompare-api-client", "max_stars_repo_path": "src/Trakx.CryptoCompare.ApiClient/Rest/Models/Responses/Calls.cs", "provenance": "train-00027-of-00045.jsonl.gz:159822" }
starcoder
<filename>src/Trakx.CryptoCompare.ApiClient/Rest/Models/Responses/Calls.cs #pragma warning disable 8618 namespace Trakx.CryptoCompare.ApiClient.Rest.Models.Responses { /// <summary> /// Api calls. /// </summary> public class Calls { /// <summary> /// Calls to history apis. /// <...
2.265046
8a21d54c80976284ba6ec8926f63730f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840603
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nace56/GameOfLife", "max_stars_repo_path": "GameOfLife/Fire.cs", "provenance": "train-00027-of-00045.jsonl.gz:159823" }
starcoder
using System; using System.Linq; using System.Drawing; namespace GameOfLife { class Fire : BaseCell { public override void StepForward(int x, int y, BaseCell[,] oldGrid, BaseCell[,] nextGrid) { for(int i = -1; i < 2; i++) { for(int j = -1; j < 2; j++) ...
3.35869
46e9c33fc58486a955d82a8b54b514a2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840604
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FatildaIV/CS050ProgressBarHodiny", "max_stars_repo_path": "CSOWNProgressBarHodiny/ProgressBarForm.cs", "provenance": "train-00027-of-00045.jsonl.gz:159824" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace CSOWNProgressBarHodiny { public partial class ProgressBarF...
2.49178
5ff08d2b2193c91fa83d0129dcb23188
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840605
{ "extension": "c-sharp", "max_stars_count": "255.0", "max_stars_repo_name": "Harrison-Dev/unity-cj-lib", "max_stars_repo_path": "Unity CJ Lib/Assets/CjLib/Script/Debug/Components/DrawCircle.cs", "provenance": "train-00027-of-00045.jsonl.gz:159825" }
starcoder
<reponame>Harrison-Dev/unity-cj-lib /******************************************************************************/ /* Project - Unity CJ Lib https://github.com/TheAllenChou/unity-cj-lib Author - Ming-Lun "<NAME> Web - http://AllenChou.net Twitter - @TheAllenChou */ /**********************...
2.253831
d833c817c9e5d2fd0a14d754b4b23cae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840606
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sashd/cubestack", "max_stars_repo_path": "Assets/Scripts/CameraFollow.cs", "provenance": "train-00027-of-00045.jsonl.gz:159826" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(Camera))] public class CameraFollow : MonoBehaviour { public Transform Target; public Vector3 Offset; public float SmoothTime = 0.3f; public Vector3 offsetChangeMultiplier; private ...
2.207163
fbad39664ee3f1852a441d248d25b63a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840607
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "3pillarlabs/SSO-ID3", "max_stars_repo_path": "IdentityServer3/Host/Configuration/IdentityServerServiceExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:159827" }
starcoder
<gh_stars>1-10 using Host.MembershipReboot; using Thinktecture.IdentityServer.Core.Configuration; using Thinktecture.IdentityServer.Core.Services; using Thinktecture.IdentityServer.EntityFramework; namespace Host.Configuration { public static class IdentityServerServiceExtensions { public static void ...
1.650247
59277e83c7c10db4eef8ee28621b3d32
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840608
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "freddycoder/message-builder-dotnet", "max_stars_repo_path": "message-builder-core/Main/Ca/Infoway/Messagebuilder/Domainvalue/Basic/TelecommunicationAddressUse.cs", "provenance": "train-00027-of-00045.jsonl.gz:159828" }
starcoder
<reponame>freddycoder/message-builder-dotnet /** * Copyright 2013 Canada Health Infoway, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
1.498179
366f88fd6845ef126770fc47920a121c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840609
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "STARasGAMES/unity-fsm", "max_stars_repo_path": "Packages/SaG.FSM/Runtime/IStateAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:159829" }
starcoder
namespace SaG.FSM { public interface IStateAction : IStateMachineEntity { } }
1.412428
efeef04da5f5a40bf3b4027eaaa4ca67
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840610
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "najlot/SnippetStudio", "max_stars_repo_path": "src/SnippetStudio.ClientBase/IDiskSearcher.cs", "provenance": "train-00027-of-00045.jsonl.gz:159830" }
starcoder
<reponame>najlot/SnippetStudio using System.Threading.Tasks; namespace SnippetStudio.ClientBase { public interface IDiskSearcher { Task<string> SelectFolderAsync(); Task<string> SelectFileAsync(string filter); Task<string> SelectSaveFileAsync(string filename, string filter, string defaultExt); } }
1.110006
46553b35f01c8b3cd046063aa0d5a9c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840611
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "netmatze/JsonToStaticTypeGenerator", "max_stars_repo_path": "JsonToStaticTypeGenerator/MainWindow.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:159831" }
starcoder
<reponame>netmatze/JsonToStaticTypeGenerator<filename>JsonToStaticTypeGenerator/MainWindow.xaml.cs using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documen...
2.638698
7b94fc64d2cea410d346742ffb40d69b