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
8845612
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sharpjs/Projector", "max_stars_repo_path": "Projector/Core/Interfaces/IProjectionConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:164832" }
starcoder
<filename>Projector/Core/Interfaces/IProjectionConfiguration.cs namespace Projector { using System.Collections.Generic; using Projector.ObjectModel; public interface IProjectionConfiguration { ProjectionOptions Options { get; } ITraitResolver TraitResolver { get; } int? MaxTy...
1.589183
4cf7881394739de0c5bbb36b59b4f8e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845613
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "PeterHimschoot/VisugXL2021", "max_stars_repo_path": "src/U2U.Games.Core/ValueObjects/Address.cs", "provenance": "train-00027-of-00045.jsonl.gz:164833" }
starcoder
namespace U2U.Games.Core.ValueObjects; public class Address { public string Street { get; private set; } public string City { get; private set; } public Address(string street, string city) { Street = street; City = city; } public override bool Equals(object? obj) => ValueObjectComparer<Addr...
3.001254
fbfa820fdf6be99c7ec5a5243c1af01f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845614
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Dehaku/Zenthium-Heroes", "max_stars_repo_path": "Assets/Scripts/ShaderController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164834" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class MaterialHolder { [SerializeField] public Material mat; [SerializeField] public float health; [SerializeField] public Color color; [SerializeField] public Color glowColor; } ...
2.353237
5e68c5ca623072076a08f77675aefbad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845615
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "c0der4t/FileLineEditor", "max_stars_repo_path": "frmRegistration.cs", "provenance": "train-00027-of-00045.jsonl.gz:164835" }
starcoder
using DeviceId; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace FileLineEditor { public partial class frmRegistration : F...
2.385789
b51944081deab587731256a39eadd551
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845616
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "nuitsjp/AdventureWorks", "max_stars_repo_path": "Source/EmployeeManager/EmployeeManager.Usecases/IManageEmployees.cs", "provenance": "train-00027-of-00045.jsonl.gz:164836" }
starcoder
using System.Collections.Generic; namespace AdventureWorks.EmployeeManager.Usecases { public interface IManageEmployees { IEnumerable<Gender> GetGenders(); IEnumerable<MaritalStatus> GetMaritalStatuses(); IEnumerable<ManagedEmployee> GetManagedEmployees(); void ModifyManagedEmp...
1.922429
3002402f3f6c7dcab8a852818cabe52e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845617
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TsplayerT/InformApp", "max_stars_repo_path": "Codigo/InformApp/Controle/Pagina/HistoricoAvaliativo.cs", "provenance": "train-00027-of-00045.jsonl.gz:164837" }
starcoder
<filename>Codigo/InformApp/Controle/Pagina/HistoricoAvaliativo.cs using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using InformApp.Modelo; using InformApp.Servico; using InformApp.Utilidade; using Xamarin.Forms; namespace InformApp.Controle.Pagina { ...
2.361463
fca47c5009c584ba33ff760990c5a43f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845618
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GeekInTheNorth/Stott.Optimizely.RobotsHandler", "max_stars_repo_path": "Sample/OptimizelyTwelveTest/Features/Search/SearchPage.cs", "provenance": "train-00027-of-00045.jsonl.gz:164838" }
starcoder
<reponame>GeekInTheNorth/Stott.Optimizely.RobotsHandler<filename>Sample/OptimizelyTwelveTest/Features/Search/SearchPage.cs namespace OptimizelyTwelveTest.Features.Search { using EPiServer.Core; using EPiServer.DataAbstraction; using EPiServer.DataAnnotations; using EPiServer.Web; using OptimizelyT...
2.134911
df703ea1513d3320248554664be1f596
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845619
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Pankaj-chhatani/stumps", "max_stars_repo_path": "src/main/dot-net/Stumps.Web/Models/BodySource.cs", "provenance": "train-00027-of-00045.jsonl.gz:164839" }
starcoder
namespace Stumps.Web.Models { /// <summary> /// An enumeration that represents the origin of the HTTP body. /// </summary> public enum BodySource { /// <summary> /// There is no HTTP body. /// </summary> EmptyBody = 0, /// <summary> /// T...
2.589131
db8268b48d2aa98599b25343a177441a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845620
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Drazzz/dotnet6-microservices", "max_stars_repo_path": "src/services/Catalog/Catalog.Domain/AuditedEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:164840" }
starcoder
<filename>src/services/Catalog/Catalog.Domain/AuditedEntity.cs namespace Catalog.Domain { public abstract class AuditedEntity : Entity, IAuditedEntity { protected AuditedEntity() => CreatedDate = DateTime.UtcNow; public DateTime? CreatedDate { get; protected set; } public DateTime? La...
2.240875
8df1be36909c3385c5f1ef9cb38a9b6b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845621
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "EstherLacan/LearnLanguages", "max_stars_repo_path": "LearnLanguages.Silverlight/ViewModels/ViewLanguages/ViewLanguagesViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:164841" }
starcoder
<gh_stars>1-10 using System; using System.Linq; using System.ComponentModel.Composition; using LearnLanguages.Business; using LearnLanguages.DataAccess; using System.Windows.Controls; using Caliburn.Micro; using LearnLanguages.Silverlight.Events; using System.Collections.Specialized; using System.Windows; namespace L...
1.876852
6e4396409411f18b706137964d900f01
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845622
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Antonf26/akka-bootcamp", "max_stars_repo_path": "src/Unit-1/DoThis/ValidatorActor.cs", "provenance": "train-00027-of-00045.jsonl.gz:164842" }
starcoder
<filename>src/Unit-1/DoThis/ValidatorActor.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Akka.Actor; namespace WinTail { class ValidatorActor : UntypedActor { private readonly IActorRef _consoleWriterActor; public ...
2.950541
6bbeec0e5809fef98f9ffad8764f8b09
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845623
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ondfisk/BDSA2018", "max_stars_repo_path": "Futurama/Futurama.MobileApp/Futurama.MobileApp/ViewModels/NewCharacterViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:164843" }
starcoder
using Futurama.MobileApp.Models; using Futurama.Shared; using System.Collections.ObjectModel; using System.Threading.Tasks; using System.Windows.Input; using Xamarin.Forms; namespace Futurama.MobileApp.ViewModels { public class NewCharacterViewModel : BaseViewModel { private readonly ICharacterReposit...
2.514099
1e65181a0da0c02158529f4e147eb81e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845624
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "realivanjx/usbpcap", "max_stars_repo_path": "windows/csUSBPcapCMD/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164844" }
starcoder
using Microsoft.Win32; using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Runtime.InteropServices; using System.Threading; using USBPcapLib; namespace csUSBPcapCMD { class Program { static void Main(string[] arg...
2.305576
6a4b39ddb8279d728f75bab72630ec62
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845625
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "thieu-nx/empman-webapi", "max_stars_repo_path": "EmpMan.Service/RevenueService.cs", "provenance": "train-00027-of-00045.jsonl.gz:164845" }
starcoder
using System.Collections.Generic; using EmpMan.Data.Infrastructure; using EmpMan.Data.Repositories; using EmpMan.Model.Models; using System.Linq; using System.Data.Entity; using EmpMan.Data; namespace EmpMan.Service { /// <summary> /// Giao diện thực hiện các tác vụ liên quan đến DB /// </summary> pub...
2.761491
42b3f147a5cbb1fd253d1ac5341ba5f6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845626
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "nothing628/HotelUI", "max_stars_repo_path": "UIHotel/View/Checkin/Checkin.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164846" }
starcoder
<filename>UIHotel/View/Checkin/Checkin.cshtml @using RazorEngine @inherits UIHotel.App.View.Template.HtmlTemplateBase<dynamic> @{ Layout = "Layout"; } @section title { CheckIn Room } <v-container fluid grid-list-md> <v-layout row> <v-flex lg12 md12 sm12 xs12> <header class="content__title...
2.065123
97aa5d6456696b730cd7a5ce68caf2c3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845627
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "ajlopez/PythonSharp", "max_stars_repo_path": "Src/PythonSharp/Commands/TryCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:164847" }
starcoder
namespace PythonSharp.Commands { using System.Collections.Generic; using System.Linq; using System.Text; using PythonSharp.Expressions; using PythonSharp.Language; public class TryCommand : ICommand { private ICommand command; private ICommand finallyCommand; ...
2.748665
8f23ae62bb91c7d04d0e7028da1190d0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845628
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "blendiahmetaj1/eSupremacy", "max_stars_repo_path": "Sociatis/Views/Company/DisplayTemplates/ViewConstructionCompanyViewModel.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164848" }
starcoder
<reponame>blendiahmetaj1/eSupremacy @model Sociatis.Models.Companies.ViewConstructionCompanyViewModel @if (Model.Progress >= Model.MaxProgress && Model.IsOneTimeConstruction) { <div class="contentBox"> @if (Model.Rights.CanAcceptConstruction) { using (Html.BeginForm("AcceptConstructio...
2.323492
606641c0c43a506ab3388d113d9837c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845629
{ "extension": "c-sharp", "max_stars_count": "54.0", "max_stars_repo_name": "VascoUP/Fenek", "max_stars_repo_path": "resources/shaders/progressive/create_ibo.cs", "provenance": "train-00027-of-00045.jsonl.gz:164849" }
starcoder
#version 450 //layout(local_size_x = 8, local_size_y = 8) in; layout(local_size_x = 16, local_size_y = 16) in; layout(rgba8ui, binding = 0) uniform uimage2D uIndices; layout(std430, binding = 1) buffer ssIndirectCommand{ uint count; uint primCount; uint firstIndex; uint baseVertex; uint baseInstance; }; layou...
2.105411
3c47f4dc58d3e83d15028df2068de579
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845630
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlexMG99/Rhytim-Game", "max_stars_repo_path": "Rhytim Game/Assets/Scripts/InstatiateCube.cs", "provenance": "train-00027-of-00045.jsonl.gz:164850" }
starcoder
<reponame>AlexMG99/Rhytim-Game<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class InstatiateCube : MonoBehaviour { public GameObject sampleCubePrefab; GameObject[] sampleCube = new GameObject[512]; public float maxScale; // Start is called before th...
2.222834
158e5ecd1fc1f97b33038f206e15fdb9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845631
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "petartotev/PT_ConsoleApp_WorkStationLocker", "max_stars_repo_path": "src/WorkStationLocker.ConsoleApp/Core/TimeManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:164851" }
starcoder
using System; using WorkStationLocker.ConsoleApp.Models; namespace WorkStationLocker.ConsoleApp.Core { public static class TimeManager { public static DateTime GetCurrentDateTime() { return DateTime.Now; } public static string Stringify(this DateTime dateTime) ...
2.738065
49b7bd235eb88d64787d76604ba44535
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845632
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Homosanians/OtherWorldBot", "max_stars_repo_path": "Modules/AdminCommandsModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:164852" }
starcoder
<filename>Modules/AdminCommandsModule.cs<gh_stars>1-10 using System; using System.Linq; using System.Threading.Tasks; using OtherWorldBot.Entities; using OtherWorldBot.Services; using DSharpPlus; using DSharpPlus.CommandsNext; using DSharpPlus.CommandsNext.Attributes; using DSharpPlus.Entities; using DSharpPlus.Intera...
2.620361
00e8b06c9cfc2286cfa46f38f78ca733
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845633
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rianf2/FinalYearProject", "max_stars_repo_path": "Game/Assets/Scripts/Buttons/BackBtn.cs", "provenance": "train-00027-of-00045.jsonl.gz:164853" }
starcoder
using UnityEngine; using UnityEngine.SceneManagement; using System.Collections; public class BackBtn : MonoBehaviour { public void onClick() { SceneManager.LoadScene("menu_screen"); } }
1.455689
9ee3ad5f60947b0c5483eb84933681cf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845634
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SolutionheadOpenTech/EF-Split-Projector", "max_stars_repo_path": "Tests/TestContext/TestDatabase.cs", "provenance": "train-00027-of-00045.jsonl.gz:164854" }
starcoder
using System.Data.Entity; using Tests.TestContext.DataModels; namespace Tests.TestContext { public class TestDatabase : DbContext { public TestDatabase() { Database.SetInitializer(new DropCreateDatabaseAlways<TestDatabase>()); } public DbSet<Inventory> Inventory { ...
1.967661
305a4834de7b9c76f32f92ba6a88955b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845635
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dkataskin/bstrkr", "max_stars_repo_path": "bstrkr.mobile/bstrkr.android/Views/CustomImageView.cs", "provenance": "train-00027-of-00045.jsonl.gz:164855" }
starcoder
using System; using Android.Runtime; using Android.Widget; using Android.Content; using Android.Util; using Android.Graphics; namespace bstrkr.android.views { [Register("bstrkr.android.views.CustomImageView")] public class CustomImageView : ImageView { public CustomImageView(Context context, IAtt...
1.878027
58be0e1e1d699bd9ddc16987b47a0d11
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845636
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "CadeXLegend/Experimental_Game_01", "max_stars_repo_path": "Experimental_Game_01/Assets/Scripts/Agent Scripts/PlayerSpawner.cs", "provenance": "train-00027-of-00045.jsonl.gz:164856" }
starcoder
using Generation; using MyBox; using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Agents { public class PlayerSpawner : MonoBehaviour { public static Action OnPlayersSpawned; [SerializeField] private List<GameObject> playerPrefabs; ...
2.29435
c36c2414f3eac1284d2e10ab834853c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845637
{ "extension": "c-sharp", "max_stars_count": "393.0", "max_stars_repo_name": "Jubast/Orleankka", "max_stars_repo_path": "Source/Orleankka/ActorRefExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:164857" }
starcoder
<filename>Source/Orleankka/ActorRefExtensions.cs<gh_stars>100-1000 using System.Threading.Tasks; namespace Orleankka { public static class ActorRefExtensions { public static Task Activate(this ActorRef @ref) => @ref.Tell(Orleankka.Activate.Message); public static Task Deactivate(this ActorRef ...
2.186188
e563bf160be4fda03f7d88185ba10392
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845638
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mikegoatly/Graphalo", "max_stars_repo_path": "src/Graphalo/Searching/SearchKind.cs", "provenance": "train-00027-of-00045.jsonl.gz:164858" }
starcoder
<gh_stars>0 namespace Graphalo.Searching { /// <summary> /// The various kinds of supported search algorithms. /// </summary> public enum SearchKind { Unknown = 0, /// <summary> /// Search the graph returning the deepest vertices in the graph first. /// </summary> ...
2.097288
998f849105df58ae361db3231f9834aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845639
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "wowsomeco/unity_wowcore", "max_stars_repo_path": "Runtime/ui/scripts/core/WTouchSurface.cs", "provenance": "train-00027-of-00045.jsonl.gz:164859" }
starcoder
<filename>Runtime/ui/scripts/core/WTouchSurface.cs using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; namespace Wowsome.UI { public class WTouchSurface : MonoBehaviour, IPointerDownHandler, IPointerUpHandler, IBeginDragHandler, IDragHandler, IEndDragHandler { publ...
2.449526
f00592f00666dbda0d09a02368174d5c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845640
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "QuinntyneBrown/CQRSExample", "max_stars_repo_path": "src/CQRSExample.Core/Entities/Tile.cs", "provenance": "train-00027-of-00045.jsonl.gz:164860" }
starcoder
namespace CQRSExample.Core.Entities { public class Tile: BaseModel { public int TileId { get; set; } public string Name { get; set; } } }
1.842134
956bf265b60ec62997f9af2e23e4c885
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845641
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "psygames/UGUIRuntime", "max_stars_repo_path": "Assets/Scripts/UGUIRuntime/Extensions/RectTransform.cs", "provenance": "train-00027-of-00045.jsonl.gz:164861" }
starcoder
<reponame>psygames/UGUIRuntime<gh_stars>0 using UnityEngine; using UnityEngine.UI; namespace UGUIRuntime { public static partial class UGUIRuntimeExtensions { private static RectTransform SetAnchoredPosition(this RectTransform rectTransform, Vector2 position) { rectTransform.anchor...
2.251552
a9a4b3d5d8fe0666579ec727061715a2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845642
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "CallumHoughton18/Notify-Me", "max_stars_repo_path": "src/notifyme.infrastructure/Data/Migrations/20210701172557_addSubName.cs", "provenance": "train-00027-of-00045.jsonl.gz:164862" }
starcoder
<reponame>CallumHoughton18/Notify-Me<filename>src/notifyme.infrastructure/Data/Migrations/20210701172557_addSubName.cs using Microsoft.EntityFrameworkCore.Migrations; namespace notifyme.infrastructure.Data.Migrations { public partial class addSubName : Migration { protected override void Up(MigrationB...
2.009912
46e6f51206c1e5813d84f0949d330e96
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845643
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hdefucom/HDF", "max_stars_repo_path": "Example/WinForm/Editor/DCWriter/DCSoft.Writer.Cleaned/DCSoftDotfuscate/Class142.cs", "provenance": "train-00027-of-00045.jsonl.gz:164863" }
starcoder
<reponame>hdefucom/HDF<gh_stars>1-10 using System; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; namespace DCSoftDotfuscate { [ComVisible(false)] [DebuggerNonUserCode] internal class Class142 { private Encoding encoding_0; private Stream stream_0; publi...
2.27132
6f9eaecde812aa5f9ad1839eabc50ef2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845644
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "burakoner/Thodex.Net", "max_stars_repo_path": "Thodex.Net/RestObjects/ThodexOrder.cs", "provenance": "train-00027-of-00045.jsonl.gz:164864" }
starcoder
<gh_stars>1-10 using CryptoExchange.Net.Converters; using Newtonsoft.Json; using System; using System.Collections.Generic; using Thodex.Net.Converters; using Thodex.Net.Enums; namespace Thodex.Net.RestObjects { public class ThodexOrders { [JsonProperty("limit")] public int Limit { get; set; } ...
2.165158
4d8ca1e47982f6dd3ce8e410feff96e0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845645
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "smart-mobile/NEventStore.Persistence.MongoDB", "max_stars_repo_path": "src/NEventStore.Persistence.MongoDB.Tests/AcceptanceTests/Issues/Issue55.cs", "provenance": "train-00027-of-00045.jsonl.gz:164865" }
starcoder
<gh_stars>10-100 using MongoDB.Bson; using MongoDB.Driver; using NEventStore.Persistence.AcceptanceTests; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NEventStore.Persistence.AcceptanceTests.BDD; using FluentAssertions; using MongoD...
2.075265
6a4296e4fea0f975604489e424c905b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845646
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "toddmeinershagen/Demo.ADTProcessing", "max_stars_repo_path": "src/Demo.ADTProcessing.Router/Notifiers/CommandBasedAccountSequenceNotifier.cs", "provenance": "train-00027-of-00045.jsonl.gz:164866" }
starcoder
<filename>src/Demo.ADTProcessing.Router/Notifiers/CommandBasedAccountSequenceNotifier.cs using System.Threading.Tasks; using Demo.ADTProcessing.Core; using MassTransit; namespace Demo.ADTProcessing.Router.Notifiers { public class CommandBasedAccountSequenceNotifier : IAccountSequenceNotifier { privat...
2.195122
c105be599c5c6f331c06ee83e048194a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845647
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jenzy/Little-Tank-That-Could-2-Try-Harder", "max_stars_repo_path": "LTTC/Assets/Scripts/ProjectileCollision.cs", "provenance": "train-00027-of-00045.jsonl.gz:164867" }
starcoder
using UnityEngine; using System.Collections; public class ProjectileCollision : MonoBehaviour { public Transform m_ExplosionImpact; //private Transform m_Transform; private TerrainCraterMaker m_Terrain; void Start () { //m_Transform = transform; m_Terrain = Terrain.activeTerrain.GetComponent<TerrainCraterMak...
2.320553
8bd0c061c88a194cb4a42359d979eb02
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845648
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "R-T-B/Unity.Analytics.StandardEvents_NOTELEMETRY_KSP18", "max_stars_repo_path": "AnalyticsEventParameter.cs", "provenance": "train-00027-of-00045.jsonl.gz:164868" }
starcoder
<reponame>R-T-B/Unity.Analytics.StandardEvents_NOTELEMETRY_KSP18<filename>AnalyticsEventParameter.cs namespace UnityEngine.Analytics { public class AnalyticsEventParameter : AnalyticsEventAttribute { public string sendName; public string tooltip; public string groupId; public AnalyticsEventParamet...
1.655329
bc6ff85103c75abafa4fa511ccbc1025
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845649
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "AaronFriel/pulumi-aws-native", "max_stars_repo_path": "sdk/dotnet/Configuration/Outputs/ConfigurationAggregatorAccountAggregationSource.cs", "provenance": "train-00027-of-00045.jsonl.gz:164869" }
starcoder
<reponame>AaronFriel/pulumi-aws-native<gh_stars>10-100 // *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Ta...
1.236785
191c1b99083f55482b0cbcaa91bb6aca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845650
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "harbingerofme/ror2-sotv-patcher", "max_stars_repo_path": "SotV-patcher/SotVCoreModulePatcher.cs", "provenance": "train-00027-of-00045.jsonl.gz:164870" }
starcoder
<filename>SotV-patcher/SotVCoreModulePatcher.cs using Mono.Cecil; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; //This file is NOT compiled! namespace SotV_patcher { internal class SotVCoreModulePatcher { public static IEnumerable<string>...
2.036891
464c30d0aa94f287c387491864e7da1a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845651
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ouldevloper/Csharp-Car-Rental-Management-", "max_stars_repo_path": "Control/Classes/Details.cs", "provenance": "train-00027-of-00045.jsonl.gz:164871" }
starcoder
<filename>Control/Classes/Details.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GestionDeLocationVoiture.Control.Classes { class Details { public string Name { get; set; } public string Mat...
2.852718
ca0683ea8e1e0b25e82ffee5b73a4e80
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845652
{ "extension": "c-sharp", "max_stars_count": "149.0", "max_stars_repo_name": "yoowonyoung/TizenFX", "max_stars_repo_path": "src/Tizen.Location.Geofence/Tizen.Location.Geofence/VirtualPerimeter.cs", "provenance": "train-00027-of-00045.jsonl.gz:164872" }
starcoder
<reponame>yoowonyoung/TizenFX<filename>src/Tizen.Location.Geofence/Tizen.Location.Geofence/VirtualPerimeter.cs /* * Copyright (c) 2016 Samsung Electronics Co., Ltd 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...
2.450735
cbe9a94696f84ab48d322da32eb7453f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845653
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tsconti/Cielo", "max_stars_repo_path": "src/Cielo/Enums/CreditCard.cs", "provenance": "train-00027-of-00045.jsonl.gz:164873" }
starcoder
<filename>src/Cielo/Enums/CreditCard.cs using System.ComponentModel; namespace Cielo.Enums { public enum CreditCard { [Description("visa")] Visa, [Description("mastercard")] MasterCard, [Description("diners")] Diners, [Description("discover")] Dis...
2.29823
7d8df8591d3056c42fefd8d35f605738
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845654
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "matcom-compilers-2019/cool-compiler-enrique-alejandro-freyre", "max_stars_repo_path": "src/CoolCompiler/Core/AST/Expressions/Secuence/SecuenceNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:164874" }
starcoder
<reponame>matcom-compilers-2019/cool-compiler-enrique-alejandro-freyre<filename>src/CoolCompiler/Core/AST/Expressions/Secuence/SecuenceNode.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Core.CodeGen; using Core.SemanticCheck.Errors; using C...
2.16887
d5160ac09ad7b8fc4fb4712fa6923759
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845655
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "ekzyis/CrypTool-2", "max_stars_repo_path": "CrypPlugins/LAMBDA1/Lambda1.cs", "provenance": "train-00027-of-00045.jsonl.gz:164875" }
starcoder
/* Copyright 2011 CrypTool 2 Team <<EMAIL>> 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 a...
1.996583
49290e807c867950c7966160bb898fb5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845656
{ "extension": "c-sharp", "max_stars_count": "249.0", "max_stars_repo_name": "rgwood/go2cs", "max_stars_repo_path": "src/go-src-converted/cmd/compile/internal/ssa/cache_CacheStruct.cs", "provenance": "train-00027-of-00045.jsonl.gz:164876" }
starcoder
<reponame>rgwood/go2cs<filename>src/go-src-converted/cmd/compile/internal/ssa/cache_CacheStruct.cs //--------------------------------------------------------- // <auto-generated> // This code was generated by a tool. Changes to this // file may cause incorrect behavior and will be lost // if the code is reg...
1.112397
43eab6178064800bbf8ab73b736970a9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845657
{ "extension": "c-sharp", "max_stars_count": "524.0", "max_stars_repo_name": "saurabhrajguru/X.PagedList", "max_stars_repo_path": "tests/X.PagedList.Tests/AsyncPagedListExtensionsTheories.cs", "provenance": "train-00027-of-00045.jsonl.gz:164877" }
starcoder
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; namespace X.PagedList.Tests { public class AsyncPagedListExtensionsTheories { [Theory] [InlineData(1, 2, 2)] [InlineData(2, 2, 1)] public async Task ToListAsync_ForQuarable_Works(int...
2.886025
9b4e788a17d7c06982b08e93be7c7294
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845658
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlexandroDelgado/CursosDesenvolvedorIO", "max_stars_repo_path": "MeusProdutos/src/DevIO.Business/Models/Fornecedores/Validations/EnderecoValidation.cs", "provenance": "train-00027-of-00045.jsonl.gz:164878" }
starcoder
<filename>MeusProdutos/src/DevIO.Business/Models/Fornecedores/Validations/EnderecoValidation.cs<gh_stars>0 using FluentValidation; namespace DevIO.Business.Models.Fornecedores.Validations { // Implementa a herança da classe AbstracValidator para o endereço do Fornecedor public class EnderecoValidation : Abstr...
2.680562
1b6e430136f8dd1e786a98fb9492636e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845659
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jbray1982/hotchocolate", "max_stars_repo_path": "src/Core/Types/Types/DirectiveCollection.cs", "provenance": "train-00027-of-00045.jsonl.gz:164879" }
starcoder
<filename>src/Core/Types/Types/DirectiveCollection.cs using System; using System.Collections; using System.Collections.Generic; namespace HotChocolate.Types { internal sealed class DirectiveCollection : TypeSystemBase , IDirectiveCollection { private readonly List<IDirective> _directiv...
2.588823
52e1c9f99ab98025a0351d6b9a854aeb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845660
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pablopioli/FileCache", "max_stars_repo_path": "TestProject/UserData.cs", "provenance": "train-00027-of-00045.jsonl.gz:164880" }
starcoder
namespace TestProject { internal class UserData { public string FirstName { get; set; } = string.Empty; public string LastName { get; set; } = string.Empty; } }
1.902211
1a79f840e7fba6a25dd4c9c99a619f85
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845661
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "lrv1668/Bitbucket.Net", "max_stars_repo_path": "src/Bitbucket.Net/Models/Core/Projects/LineRef.cs", "provenance": "train-00027-of-00045.jsonl.gz:164881" }
starcoder
<reponame>lrv1668/Bitbucket.Net namespace Bitbucket.Net.Models.Core.Projects { public class LineRef { public int Destination { get; set; } public int Source { get; set; } public string Line { get; set; } public bool Truncated { get; set; } } }
1.4536
4c11c8f8023443d4992f2c5cbe349791
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845662
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "magohl/Kramerica.BankID", "max_stars_repo_path": "Kramerica.BankID.OIDCServer/Views/Shared/SignInQR.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164882" }
starcoder
@using Microsoft.AspNetCore.Authentication @addTagHelper "*, Kramerica.BankID.OIDCServer" <h4>Identifiering</h4> <p class="lead text-left">Öppna BankId Appen och scanna QR koden nedan</p> <div> <form id="bankidqr" action="/signinqr" method="post"> <input type="hidden" name="autoStartToken"...
1.897881
d5cc91a9b4b4c8b2168c7567236c1571
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845663
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "neosmart/web", "max_stars_repo_path": "Web Toolkit/Utils.cs", "provenance": "train-00027-of-00045.jsonl.gz:164883" }
starcoder
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; using System.Web; namespace NeoSmart.Web { public static class IpUtils { ...
2.624465
cc1a571e517955c9ec43029542b6beaf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845664
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "spartan73rmy/Donatime", "max_stars_repo_path": "Donatime/Donatime/Controllers/RankingController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164884" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Linq; using System.Threading.Tasks; using System.Net; using System.Web; using System.Web.Mvc; using Donatime.DataLayer; namespace Donatime.Controllers { public class RankingController : Controller...
1.768899
8c2264d2023693471f72e3638357f5bc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845665
{ "extension": "c-sharp", "max_stars_count": "814.0", "max_stars_repo_name": "Zimmergren/azure-functions-core-tools", "max_stars_repo_path": "src/Azure.Functions.Cli/Helpers/TelemetryHelpers.cs", "provenance": "train-00027-of-00045.jsonl.gz:164885" }
starcoder
<filename>src/Azure.Functions.Cli/Helpers/TelemetryHelpers.cs using Azure.Functions.Cli.Common; using Azure.Functions.Cli.Telemetry; using Colors.Net; using Fclp.Internals; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; namespace Azure.Functions.Cli.Helper...
2.355671
8450617a337d382518c29369858df514
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845666
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "TrutzX/9nations", "max_stars_repo_path": "Assets/Scripts/Tools/SplitHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:164886" }
starcoder
using System; using UnityEngine; namespace Tools { public static class SplitHelper { private static readonly char SplitK=':'; private static readonly char Sep=';'; private const char Del = '='; /// <summary> /// Split with : /// </summary> /// <param na...
3.189402
3fbb8390fad8923d631d267db29f8e96
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845667
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "overflew/PlayMe", "max_stars_repo_path": "PlayMe.Server/Providers/NewSpotifyProvider/Mappers/ArtistMapper.cs", "provenance": "train-00027-of-00045.jsonl.gz:164887" }
starcoder
using System; using System.Linq; using PlayMe.Common.Model; using SpotifyAPI.Web.Models; namespace PlayMe.Server.Providers.NewSpotifyProvider.Mappers { public interface IArtistMapper { Artist Map( SimpleArtist artist //SpotifyMusicProvider musicProvider ); } ...
2.331063
e09de8a9ac912865854c2221066d4627
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845668
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amis92/wham", "max_stars_repo_path": "src/WarHub.ArmouryModel.Source/Foundation/SourceVisitor.cs", "provenance": "train-00027-of-00045.jsonl.gz:164888" }
starcoder
namespace WarHub.ArmouryModel.Source { public abstract partial class SourceVisitor { public virtual void Visit(SourceNode node) { node?.Accept(this); } public virtual void DefaultVisit(SourceNode node) { } } public abstract partial class Sou...
2.773192
9b5ffb99129c773cf1550fadea68d940
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845669
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vnessa-su/PierresTreats.Solution", "max_stars_repo_path": "PierresTreats/Views/Treats/AddFlavor.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164889" }
starcoder
@{ Layout = "_Layout"; } @using PierresTreats.Models @model PierresTreats.Models.Treat <h1>Add Flavors to @Html.DisplayFor(model => model.Name)</h1> <div class="container page-content"> <h4>Flavor Profile:</h4> @using (Html.BeginForm()) { @Html.HiddenFor(model => model.TreatId) @if (@ViewBag.Flavors...
2.349702
9a840beb513dd79b87cdc50c2f612739
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845670
{ "extension": "c-sharp", "max_stars_count": "313.0", "max_stars_repo_name": "MSylvia/Lemma", "max_stars_repo_path": "Lemma/Components/Explosion.cs", "provenance": "train-00027-of-00045.jsonl.gz:164890" }
starcoder
<reponame>MSylvia/Lemma using System; using ComponentBind; using System.Collections.Generic; using System.Linq; using System.Text; using Lemma.Components; using Microsoft.Xna.Framework; using Lemma.Util; using Lemma.Factories; using System.Xml.Serialization; namespace Lemma.Components { public class Explosion : Comp...
1.98513
153d017a97bbf6b0aae929b9fc81f251
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845671
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "JasonSowers/twitch-alexa-skill", "max_stars_repo_path": "Alexa.NET.ProactiveEvents/MediaContentAvailabilityNotification/MediaContentAvailability.cs", "provenance": "train-00027-of-00045.jsonl.gz:164891" }
starcoder
using System.Collections.Generic; using System.Text; namespace Alexa.NET.ProactiveEvents.MediaContentAvailabilityNotification { public class MediaContentAvailability : ProactiveEvent<MediaContentAvailabilityPayload> { public MediaContentAvailability() : base("AMAZON.MediaContent.Available") { ...
2.263337
b0bb6985f2b4460b8a7efa7c7bde0748
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845672
{ "extension": "c-sharp", "max_stars_count": "3557.0", "max_stars_repo_name": "agocke/winforms", "max_stars_repo_path": "src/System.Windows.Forms.Primitives/src/Interop/Gdi32/Interop.TA.cs", "provenance": "train-00027-of-00045.jsonl.gz:164892" }
starcoder
<filename>src/System.Windows.Forms.Primitives/src/Interop/Gdi32/Interop.TA.cs // 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. internal static partial class Interop...
1.807257
98cf0cfd11ed4aa38236a8daf3f15315
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845673
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jtmueller/TinyCsvParser", "max_stars_repo_path": "CoreCsvParser/CoreCsvParser.Test/TypeConverter/NullableGuidConverterTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164893" }
starcoder
// Copyright (c) <NAME> and <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using NUnit.Framework; using System; using System.Globalization; using CoreCsvParser.TypeConverter; namespace CoreCsvParser.Test.TypeConverter { [TestFixt...
2.215146
9706fa5840d371f284acb8626a5b2b66
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845674
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "belav/AspNetWebStack", "max_stars_repo_path": "src/System.Web.Mvc/Async/BeginInvokeDelegateOfTState.cs", "provenance": "train-00027-of-00045.jsonl.gz:164894" }
starcoder
// 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. namespace System.Web.Mvc.Async { internal delegate IAsyncResult BeginInvokeDelegate<TState>( AsyncCallback callback, object callbac...
1.221303
9f88d4d0be9d5896d2e4d6330b90169b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845675
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ITAgnesmeyer/EasyObjectMapper", "max_stars_repo_path": "EasyObjectMapperTest/DestinationObjectTypes.cs", "provenance": "train-00027-of-00045.jsonl.gz:164895" }
starcoder
using System.Collections.Generic; namespace EasyObjectMapperTest { public class DestinationObjectTypes { public string StringValue{get;set;} public dynamic DynamicValue { get;set; } public object ObjectValue{get;set;} public Dictionary<string,string> DictionaryValue{get;set;} ...
1.971852
07f7514a9b79e9b986d7753a4fa37ab7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845676
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Ciastex/DiscUtils-vddcore", "max_stars_repo_path": "DiscUtils.Core/DiskImageFileSpecification.cs", "provenance": "train-00027-of-00045.jsonl.gz:164896" }
starcoder
<reponame>Ciastex/DiscUtils-vddcore using DiscUtils.Streams; using DiscUtils.Streams.Builder; namespace DiscUtils.Core { /// <summary> /// Describes a particular file that is a constituent part of a virtual disk. /// </summary> public sealed class DiskImageFileSpecification { private readon...
2.500994
b325c9090cc00e147aa0252d57f921c2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845677
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "szaboopeeter/AgodaAnalyzers", "max_stars_repo_path": "src/Agoda.Analyzers.Test/Helpers/DiagnosticLocation.cs", "provenance": "train-00027-of-00045.jsonl.gz:164897" }
starcoder
using System; namespace Agoda.Analyzers.Test.Helpers { public class DiagnosticLocation { public int Line { get; } public int Col { get; } public DiagnosticLocation(int line, int col) { if (line <= 0 || col <= 0) { throw new A...
2.464915
f10b250764102f71389f2ecb3f9962b8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845678
{ "extension": "c-sharp", "max_stars_count": "101.0", "max_stars_repo_name": "dfederm/component-detection", "max_stars_repo_path": "src/Microsoft.ComponentDetection.Detectors/yarn/Parsers/YarnBlock.cs", "provenance": "train-00027-of-00045.jsonl.gz:164898" }
starcoder
<gh_stars>100-1000 using System.Collections.Generic; namespace Microsoft.ComponentDetection.Detectors.Yarn.Parsers { public class YarnBlock { /// <summary> /// Gets or sets the first line of the block, without the semicolon. /// </summary> public string Title { get; set; } ...
2.41758
a88b809bcd6500782bdf59987aadee35
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845679
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Amihaeseisergiu/Java-Technologies", "max_stars_repo_path": "lab11/service-a/target/liberty/wlp/lib/features/checksums/com.ibm.websphere.appserver.optional.jaxb-2.2.cs", "provenance": "train-00027-of-00045.jsonl.gz:164899" }
starcoder
#Thu Jan 06 20:33:07 EET 2022 lib/features/com.ibm.websphere.appserver.optional.jaxb-2.2.mf=15646b5ef890342ec42df8f4f6eba19a
0.056475
50e24df1f29dc10baca23fae6c1b9346
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845680
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AutomatisierungsLabor/PlcDigitalTwinAutoTest", "max_stars_repo_path": "PlcDigitalTwinAutoTest/LibAlarmverwaltung/ViewModel/VmKommandos.cs", "provenance": "train-00027-of-00045.jsonl.gz:164900" }
starcoder
using Microsoft.Toolkit.Mvvm.Input; namespace LibAlarmverwaltung.ViewModel; public partial class VmAlarmverwaltung { [ICommand] private void ButtonTaster(string cmd) => _alarmverwaltung.AlarmListe.Clear(); }
1.304335
55511d33cd9054fd964e081402a1ce5c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845681
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Chimerik/NWN.Managed", "max_stars_repo_path": "src/main/NWNX/API/Events/CalendarEvents.cs", "provenance": "train-00027-of-00045.jsonl.gz:164901" }
starcoder
using NWN.API; using NWN.API.Events; using NWN.Core.NWNX; namespace NWNX.API.Events { public static class CalendarEvents { [NWNXEvent("NWNX_ON_CALENDAR_HOUR")] public sealed class OnCalendarHour : IEvent { public int Old { get; } = EventsPlugin.GetEventData("OLD").ParseInt(); public int Ne...
1.720122
725c5d47e409bc95f1dd0094f00c18a6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845682
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dimakaminskiy/FashionStones", "max_stars_repo_path": "FashionStones/Areas/Admin/Views/Users/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164902" }
starcoder
@model IEnumerable<FashionStones.Models.ApplicationUser> @{ Layout = "~/Areas/Admin/Views/Shared/AdminLayout.cshtml"; } <h2>@ViewBag.Title</h2> @if (!Model.Any()) { <p>Нет заблокированных пользователей</p> } else { <table class="table"> <tr> <th> ФИО </th>...
2.777862
3232e338ae8f0722af107808ac04158e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845683
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "brgishy/Lost", "max_stars_repo_path": "Lost/Lost.Utilities/Runtime/JsonListUtility.cs", "provenance": "train-00027-of-00045.jsonl.gz:164903" }
starcoder
<filename>Lost/Lost.Utilities/Runtime/JsonListUtility.cs //----------------------------------------------------------------------- // <copyright file="JsonListUtility.cs" company="Lost Signal LLC"> // Copyright (c) Lost Signal LLC. All rights reserved. // </copyright> //--------------------------------------------...
2.941741
0ed190b7d84911e4721d9c5da5d6a428
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845684
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hdefucom/HDF", "max_stars_repo_path": "Example/WinForm/Editor/DCWriter/DCSoft.Writer.Cleaned/DCSoftDotfuscate/GDelegate23.cs", "provenance": "train-00027-of-00045.jsonl.gz:164904" }
starcoder
using System.Runtime.InteropServices; namespace DCSoftDotfuscate { [ComVisible(false)] public delegate void GDelegate23(object sender, GEventArgs13 e); }
1.359154
e443e3509271fac5bbb38c8360c99bf2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845685
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Passaword/Passaword.UI", "max_stars_repo_path": "Passaword.UI/Views/Home/Create.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164905" }
starcoder
@using System.Security.Claims @model SecretInputModel @{ ViewData["Title"] = "Share a Secret"; } <h1>Share a Secret</h1> <form method="post"> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label asp-for="Secret" class="control-label"></label> ...
2.466569
35b62932a7ce98f8533ad8f36413ad42
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845686
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BadBabyJames/ritual", "max_stars_repo_path": "Assets/Phonon/Phonon Reverb/Editor/ReverbBakedDataInspector.cs", "provenance": "train-00027-of-00045.jsonl.gz:164906" }
starcoder
<reponame>BadBabyJames/ritual /************************************************************************/ /* Copyright (C) 2011-2015 Impulsonic Inc. All Rights Reserved. */ /* */ /* The source code, information and material ("Material") c...
2.150954
c215de56b7571ea2eb8506da768e87b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845687
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "scadiot/eshoponline-backend-aspnetcore", "max_stars_repo_path": "eshoponline/Controllers/SpecificationGroups/SpecificationGroupDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:164907" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace eshoponline.Controllers.SpecificationGroups { public class SpecificationGroupDto { public int SpecificationGroupId { get; set; } public string Name { get; set; } public string Lon...
1.585076
ecbc6f3011faba209180864a032a5ce7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845688
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "huailiang/ulua_proj", "max_stars_repo_path": "Assets/uLua/Editor/BindLua.cs", "provenance": "train-00027-of-00045.jsonl.gz:164908" }
starcoder
<filename>Assets/uLua/Editor/BindLua.cs using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Text; using UnityEditor; using UnityEngine; using LuaInterface; namespace LuaEditor { public class BindType { public string name; //类名称 ...
2.225068
ad05889914dee54d6f052960ca0cc548
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845689
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nubiancc/CallCenter", "max_stars_repo_path": "Encuestas/Softv/SoftvWCFService/Contracts/IEncuesta.cs", "provenance": "train-00027-of-00045.jsonl.gz:164909" }
starcoder
<reponame>nubiancc/CallCenter<gh_stars>1-10  using Globals; using Softv.Entities; using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; using System.Text; namespace SoftvWCFService.Contracts { [ServiceContract] public interface IEncuesta { [OperationContract...
1.535367
f87fc40111057e151444cdec0b033152
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845690
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "daniellor/MeterReadingMobileMIT", "max_stars_repo_path": "MeterReadingMobile/MeterReadingMobile/MeterReadingMobile/View/Intrata/Installation/InstallationCollectionView.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:164910" }
starcoder
using MeterReadingMobile.ViewModel.Intrata; using MeterReadingMobile.WebApi.Intrata; using MeterReadingMobile.WebApi.Intrata.Model; namespace MeterReadingMobile.View.Intrata { public partial class InstallationCollectionView : ContentPageBase { private InstallationCollectionViewModel _viewModel; ...
1.699791
fa39c1d6e4a9355bdd34ae5f37229c4b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845691
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "cho-trackman/Cake.Issues.MsBuild", "max_stars_repo_path": "docs/index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164911" }
starcoder
--- Title: MsBuild Description: Issue provider which allows you to read warnings logged by MsBuild. --- <p>@Html.Raw(Model.String(DocsKeys.Description))</p> <p> Support for reading warnings reported by MsBuild is implemented in the <a href="https://www.nuget.org/packages/Cake.Issues.MsBuild" target="_blank">Ca...
2.182623
e492f70cf9e46d6b47e2a6d031bc2292
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845692
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Lubbertromkes/EscapeFromTarkov-Trainer", "max_stars_repo_path": "Features/ToggleFeature.cs", "provenance": "train-00027-of-00045.jsonl.gz:164912" }
starcoder
using EFT.Trainer.Configuration; using JetBrains.Annotations; using UnityEngine; #nullable enable namespace EFT.Trainer.Features { internal abstract class ToggleFeature : Feature { [ConfigurationProperty(Order = 1)] public virtual bool Enabled { get; set; } = true; [ConfigurationProperty(Order = 2)] publi...
2.317753
0f03b3937298c0ca22dd6ab5a8e04054
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845693
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "albcristi/Small-Language-Interpreter", "max_stars_repo_path": "Model/Value/IntValue.cs", "provenance": "train-00027-of-00045.jsonl.gz:164913" }
starcoder
using System; using ToyLanguage.Model.Type; namespace ToyLanguage.Model.Value { public class IntValue : Value { private Int32 no; public IntValue(Int32 no) => this.no = no; public Int32 getValue() { return this.no; } public override string...
2.423055
5a9816fb8d6bbfb12632f12714185b20
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845694
{ "extension": "c-sharp", "max_stars_count": "27.0", "max_stars_repo_name": "Proxyer/rimworld-cities", "max_stars_repo_path": "Source/Building/BuildingDecorator.cs", "provenance": "train-00027-of-00045.jsonl.gz:164914" }
starcoder
<gh_stars>10-100 using System.Collections.Generic; using System.Linq; using Verse; namespace Cities { public abstract class BuildingDecorator : Decorator { } }
1.233839
694fd1767eede0c5c702d02bc61732d2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845695
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alannotnerd/Wox.Plugin.Todos", "max_stars_repo_path": "Wox.Plugin.Todos/Main.cs", "provenance": "train-00027-of-00045.jsonl.gz:164915" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using Wox.Infrastructure.Storage; using Mono.Options; namespace Wox.Plugin.TodoPlus { public class Main : IPlugin, ISettingProvider, ISavable { private static Todos _todos; private readonly Plugin...
2.346353
7dd3971174ff02098b7bf4639de0e61b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845696
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "dskprt/nylium", "max_stars_repo_path": "Starfield.Core/Block/BlockAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:164916" }
starcoder
using System; using Starfield.Utilities; namespace Starfield.Core.Block { class BlockAttribute : Attribute { public Identifier Id { get; } public int ProtocolId { get; } public ushort MinimumState { get; } public ushort MaximumState { get; } ...
2.535104
8910af9ad1ae10d27d4620a3ccbd49f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845697
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "felipesflisboa/GMTK", "max_stars_repo_path": "Assets/Scripts/Player/InputHandler/InputHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:164917" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; public abstract class InputHandler { public virtual bool CanClick => false; public virtual bool HasCursor => true; public virtual float VerticalInputAxisDown => 0f; public virtual bool ConfirmTriggered =>...
2.285269
28f4eaa0d3c9e5ecc6df0b132f40de64
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845698
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Mseza/UnityDoc", "max_stars_repo_path": "Data/RuleTable.cs", "provenance": "train-00027-of-00045.jsonl.gz:164918" }
starcoder
<filename>Data/RuleTable.cs using System.Linq; namespace BrackeysBot { /// <summary> /// Provides a table to store the rules for a server. /// </summary> public class RuleTable : LookupTable<int, string> { public override string FileName => "rules"; public override bool RequiresTem...
2.911246
da4e0b9e7e8e93568345c2236036fdcc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845699
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "oelite/RESTme", "max_stars_repo_path": "OElite.Restme/RestLoggingExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:164919" }
starcoder
using System; using Microsoft.Extensions.Logging; namespace OElite { public partial class Rest { private ILogger Logger { get; set; } public void LogError(string errorMessage, Exception ex = null, int eventId = 0) { try { Logger?.LogError(eventI...
2.547713
d8f3d71ed8226d0c4da620a9a048fe13
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845700
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "ItsJustGeek/Godot.Signals", "max_stars_repo_path": "Godot.Signals/Node/Spatial/VisualInstance/GeometryInstance/CSGShape/CSGMesh.cs", "provenance": "train-00027-of-00045.jsonl.gz:164920" }
starcoder
<filename>Godot.Signals/Node/Spatial/VisualInstance/GeometryInstance/CSGShape/CSGMesh.cs namespace Godot { public static partial class Signals { public class CSGMesh : CSGShape { } } }
1.197716
5918befb1361c256b4b9c62de6271dbd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845701
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PACTCare/Iota.Fhir.Diabetes", "max_stars_repo_path": "App/Pact.App.Core/Services/Authentication/AuthenticationStorage.cs", "provenance": "train-00027-of-00045.jsonl.gz:164921" }
starcoder
<filename>App/Pact.App.Core/Services/Authentication/AuthenticationStorage.cs namespace Pact.App.Core.Services.Authentication { using System.Threading.Tasks; using Newtonsoft.Json; using Xamarin.Essentials; public static class AuthenticationStorage { public static async Task<AccessTokenPayload> GetToke...
2.55535
f0b86773c540b7707503574b399dc05d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845702
{ "extension": "c-sharp", "max_stars_count": "279.0", "max_stars_repo_name": "b1pb1p/DotNetClub", "max_stars_repo_path": "src/DotNetClub.Core/Model/PagedResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:164922" }
starcoder
<reponame>b1pb1p/DotNetClub using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace DotNetClub.Core.Model { public class PagedResult<T> { public List<T> Data { get; set; } public int PageIndex { get; set; } public int PageSize { get;...
2.326117
358b4f6707ce21b4be0ab541057ac11a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845703
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jemd321/Bioinformatics-Suite", "max_stars_repo_path": "BioinformaticsSuite.Module/Services/ParsingErrorMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:164923" }
starcoder
<reponame>jemd321/Bioinformatics-Suite using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BioinformaticsSuite.Module.Services { public class ParsingErrorMessage { public ParsingErrorMessage(int lineNumber, string errorDescripti...
1.956991
2fc4c42c9581fde3e08858220349c984
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845704
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lasrbkr/XamarinDiplomado3", "max_stars_repo_path": "PCLProject/AppValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:164924" }
starcoder
using System; namespace PCLProject { public class AppValidator { IDialog Dialog; public string EMail { get; set; } public string Password { get; set; } public string Device { get; set; } public AppValidator(IDialog platformDialog) { Dialog = platform...
2.663418
ebc43d9ac56b93b5e0cf65be1523feb5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845705
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "windafar/OSU-NetcloudMusic-player", "max_stars_repo_path": "WindowDemo/WindowDemo/MainWindow.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:164925" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows...
2.150846
38826e67fbee5d5d8c0dc3c5deaad615
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845706
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dss539/clrmd", "max_stars_repo_path": "src/Microsoft.Diagnostics.Runtime/src/DacInterface/Structs/SegmentData.cs", "provenance": "train-00027-of-00045.jsonl.gz:164926" }
starcoder
<reponame>dss539/clrmd<gh_stars>1-10 // 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 System; using System.Runtime.InteropServices; using Microsoft.Diagnostic...
1.675744
0e405396703cbe2cf9b1dbb60fce68fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845707
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NetWorkedData/NetWorkedData", "max_stars_repo_path": "NWDEngine/NWEOperation/NWEOperation.cs", "provenance": "train-00027-of-00045.jsonl.gz:164927" }
starcoder
//===================================================================================================================== // // ideMobi 2020© // //===================================================================================================================== // Define the use of Log and Benchmark only for this fil...
1.961989
01328e37e79ce7360fb7f0beb932d1db
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845708
{ "extension": "c-sharp", "max_stars_count": "176.0", "max_stars_repo_name": "Torinth/DS4Windows", "max_stars_repo_path": "DS4Windows.Client.Modules/Main/MainModuleRegistrar.cs", "provenance": "train-00027-of-00045.jsonl.gz:164928" }
starcoder
<filename>DS4Windows.Client.Modules/Main/MainModuleRegistrar.cs using DS4Windows.Client.Core.DependencyInjection; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using System.Threading.Tasks; using Microsoft.Extensions.Hosting; namespace DS4Windows.Client.Module...
1.722034
f187e428f3208cac85da2e0aba190f90
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845709
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "shintadono/Free.Controls", "max_stars_repo_path": "SplitButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:164929" }
starcoder
<reponame>shintadono/Free.Controls using System; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Windows.Forms.VisualStyles; namespace Free.Controls { /// <summary> /// http://wyday.com/splitbutton/ /// BSD 2er Lizenz /// /// Copyright (c) 2011, wyDay /// All rights ...
2.187579
d1eb66c90b98478bf07edcb4874c7140
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845710
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "ProtocolCash/SharpBCH", "max_stars_repo_path": "SharpBCH/Node/ZMQClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:164930" }
starcoder
/* * Copyright (c) 2019 ProtocolCash * * 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, merge, publi...
2.659172
b5e41003817c1de21ebf553d0f2087e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845711
{ "extension": "c-sharp", "max_stars_count": "469.0", "max_stars_repo_name": "lefb766/mono", "max_stars_repo_path": "mcs/tests/test-74.cs", "provenance": "train-00027-of-00045.jsonl.gz:164931" }
starcoder
// // This test excercises #pre-processor directives in non-1 column // as well as the literal strings // Warning: The first empty line is important using System.IO; class X { #if Blah #else public static int Main () { #endif string s = @"Hola\"; string d = "Hola\\"; string e = @"Co""a"; string f = "Co\...
3.09238
96ac508446fa412f4fef8bc59d018b26