added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65633
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MainDuelo/Memory-game-of-flags-of-countries", "max_stars_repo_path": "Game Memory/MainForm.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:65634" }
starcoder
namespace Game_Memory { partial class MainForm { /// <summary> /// Variável de designer necessária. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Limpar os recursos que estão sendo usados. /// </summary> ...
2.369512
7f53cf85ca70df71f92028456895dfd1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65634
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NumanSungur/MusicStore", "max_stars_repo_path": "Entitiess/Concrete/OrderInformations.cs", "provenance": "train-00000-of-00045.jsonl.gz:65635" }
starcoder
<gh_stars>0 using Cores.Entities.Abstract; using System; namespace Entitiess.Concrete { public class OrderInformations:IEntity { public int Id { get; set; } public int CustomerId { get; set; } public bool Sms { get; set; } public bool Email { get; set; } public string M...
1.62401
6ac5adec6867d349775be99400d7a02c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65635
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LiuXiaotian/WindowsProtocolTestSuites", "max_stars_repo_path": "TestSuites/ADFamily/src/TestSuite/MS-ADTS-Security/TCSicilyAuth_2K8R2.cs", "provenance": "train-00000-of-00045.jsonl.gz:65636" }
starcoder
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Protocols.TestSuites.ActiveDirectory.Adts.Security { using System; using System.Collections.Generic; using System.Text; usin...
1.579177
d6dc7aecaf8ae25cb7e2d248f7b8ce0e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65636
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MustafaUzumcuCom/Hanoi", "max_stars_repo_path": "source/Hanoi/XmppException.cs", "provenance": "train-00000-of-00045.jsonl.gz:65637" }
starcoder
/* Copyright (c) 2007 - 2010, <NAME> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this l...
2.297144
5f0e4de892a9be9d55ba9aaf7c4341ee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65637
{ "extension": "c-sharp", "max_stars_count": "72.0", "max_stars_repo_name": "yourselvs/Rust-Map-Editor", "max_stars_repo_path": "Assets/Plugins/Facepunch.System/Union32.cs", "provenance": "train-00000-of-00045.jsonl.gz:65638" }
starcoder
using System.Runtime.InteropServices; [StructLayout(LayoutKind.Explicit)] public struct Union32 { [FieldOffset(0)] public int i; [FieldOffset(0)] public uint u; [FieldOffset(0)] public float f; [FieldOffset(0)] public byte b1; [FieldOffset(1)] public byte b2; [FieldOffset(2)] public byte b3; [FieldOffset(...
1.653194
6996d9a1b5eb7279f0da47b04ae00f3f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65638
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stottle-uk/stottle-shop-api", "max_stars_repo_path": "src/Server/Controllers/FiltersController.cs", "provenance": "train-00000-of-00045.jsonl.gz:65639" }
starcoder
using Microsoft.AspNetCore.Mvc; using stottle_shop_api.Filters.Repositories; using System.Linq; using System.Threading.Tasks; namespace stottle_shop_api.Controllers { [Route("api/[controller]")] public class FiltersController : Controller { private readonly IReadFilters _filterReader; publ...
2.423157
9ed97b3b2fda00126e80da6c52ea5e66
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65639
{ "extension": "c-sharp", "max_stars_count": "137.0", "max_stars_repo_name": "Intemporel/WoWDatabaseEditor", "max_stars_repo_path": "AvaloniaStyles/Controls/NumberIndicatorControl/NumberIndicatorItem.axaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:65640" }
starcoder
using Avalonia; using Avalonia.Controls; using Avalonia.Controls.Primitives; namespace AvaloniaStyles.Controls { public class NumberIndicatorItem : TemplatedControl { private uint number; public static readonly DirectProperty<NumberIndicatorItem, uint> NumberProperty = AvaloniaProperty.Register...
2.670212
73261f8eb91d39f3e926fe1d63d3474e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65640
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jozefizso/xsd2db", "max_stars_repo_path": "Common/CommandLineParser/Test/Assertion.cs", "provenance": "train-00000-of-00045.jsonl.gz:65641" }
starcoder
<reponame>jozefizso/xsd2db using System; using AssertEx = NUnit.Framework.Assert; namespace Xsd2Db.CommandLineParser.Test { /// <summary> /// Wrapper for NUnit Assert class to provide compatibility /// for old NUnit API /// </summary> public static class Assertion { /// <summary> ...
2.10166
67d892b374035ae1cbbca92c2618c703
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65641
{ "extension": "c-sharp", "max_stars_count": "46.0", "max_stars_repo_name": "itye-msft/fhir-codegen", "max_stars_repo_path": "generated/CSharpFirely2_R4/Generated/MedicinalProductManufactured.cs", "provenance": "train-00000-of-00045.jsonl.gz:65642" }
starcoder
<reponame>itye-msft/fhir-codegen<gh_stars>10-100 // <auto-generated/> // Contents of: hl7.fhir.r4.core version: 4.0.1 using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using Hl7.Fhir.Introspection; using Hl7.Fhir.Serialization; using Hl7.Fhir.Specification; using Hl...
1.509304
8f22109e1d8ebfdf1b34f5897d4caff6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65642
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "victorbellini1981/loja", "max_stars_repo_path": "Back/Loja.API/Data/DataContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:65643" }
starcoder
<filename>Back/Loja.API/Data/DataContext.cs<gh_stars>0 using Loja.API.Models; using Microsoft.EntityFrameworkCore; namespace Loja.API.Data { public class DataContext: DbContext { public DataContext(DbContextOptions<DataContext> options) : base(options) {} public DbSet<Produto> Produtos { ...
2.106354
77eaec694d15f741cdfb96b9649f8e69
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65643
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Saritasa/Consul-Notifier", "max_stars_repo_path": "src/ConsulNotifier/WindowsServiceHost.cs", "provenance": "train-00000-of-00045.jsonl.gz:65644" }
starcoder
<reponame>Saritasa/Consul-Notifier using System; using System.Configuration; using System.Threading.Tasks; using ConsulNotifier.Providers; using Serilog; using Topshelf; namespace ConsulNotifier { /// <summary> /// Main entry point for windows service host. /// </summary> public class WindowsServiceHo...
2.210608
230a0f445b3ab349de43d89de64fa6af
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65644
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NoahSims/Scripting_P3_TurnBasedGame", "max_stars_repo_path": "Assets/Scripts/ChessPieces/ChessPieceRook.cs", "provenance": "train-00000-of-00045.jsonl.gz:65645" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class ChessPieceRook : ChessPiece { public override List<Vector2> GetPossibleMoves() { List<Vector2> result = new List<Vector2>(); CheckTilesInDirection(1, 0, result); CheckTilesInDirectio...
1.825847
6e94a82605d2b097bd931aa9f56a7df5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65645
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "tpxxn/-ByTpxxn", "max_stars_repo_path": "饥荒开服工具ByTpxxn/View/Console.cs", "provenance": "train-00000-of-00045.jsonl.gz:65646" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using Newtonsoft.Json; using 饥荒开服工具ByTpxxn.Class; using 饥荒开服工具ByTpxxn.Class.JsonDeserialize; usi...
2.287532
2257f4c6426ef649e735da4b5f18b94f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65646
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "carloseip/ApiEventos", "max_stars_repo_path": "appGetorEventos/Controllers/CustomersController.cs", "provenance": "train-00000-of-00045.jsonl.gz:65647" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace ApiSeguraEventos.Controllers { [Authorize] [RoutePrefix("api/customers")] public class CustomersController : ApiController { [HttpGet] public IHt...
2.199258
a9d0d254184959b1b1b4b0fa33b7390c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65647
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Unordinal/UnoVPKTool", "max_stars_repo_path": "UnoVPKTool.WPF/Commands/RelayCommand.cs", "provenance": "train-00000-of-00045.jsonl.gz:65648" }
starcoder
using System; using System.Windows.Input; namespace UnoVPKTool.WPF.Commands { public class RelayCommand<T> : ICommand { private readonly Action<T> _execute; private readonly Predicate<T>? _canExecute; public event EventHandler? CanExecuteChanged { add => CommandMan...
2.907183
bae5a0b35bce8fcf03961cc90138e1c2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65648
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "PacktPublishing/Migrating-Apps-to-the-Cloud-with-Azure", "max_stars_repo_path": "Chapter10/AzureSqlEntityFrameworkConnection/AzureSqlEntityFrameworkConnection/Migrations/20181027140920_AddPersonAddress.cs", "provenance": "train-00000-...
starcoder
<filename>Chapter10/AzureSqlEntityFrameworkConnection/AzureSqlEntityFrameworkConnection/Migrations/20181027140920_AddPersonAddress.cs using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace AzureSqlEntityFrameworkConnection.Migrations { public partial class AddPerso...
2.336574
fe2f88171f9d3037c760eb78a65f8812
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65649
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "pianomanx/LiquidTestReports", "max_stars_repo_path": "src/LiquidTestReports.Core/Resources/Schemas.VisualStudio.TeamTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:65650" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-----------------------------------------...
1.748191
e63af305ce6649579ce1f251543fcbb3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65650
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "rysavy-ondrej/distance", "max_stars_repo_path": "DistanceEngine/Builder/LambdaExpressionParser.cs", "provenance": "train-00000-of-00045.jsonl.gz:65651" }
starcoder
using Pidgin; using Pidgin.Expression; using System; using System.Collections.Immutable; using static Pidgin.Parser; namespace Distance.Engine.Builder { public static class LambdaExpressionParser { private static Parser<char, T> Token<T>(Parser<char, T> token) => Try(token).Before(SkipWhit...
3.010796
cae906670e8bea78d45f2bd0a725288f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65651
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pngan/BuildMon", "max_stars_repo_path": "BuildMon/IMainWindow.cs", "provenance": "train-00000-of-00045.jsonl.gz:65652" }
starcoder
<reponame>pngan/BuildMon namespace BuildMon { public interface IMainWindow { } }
1.036499
c31bf70258fa56e652396e2c56777e4d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65652
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KevinKao809/CDS10", "max_stars_repo_path": "sfAdmin/Models/RestfulAPIHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:65653" }
starcoder
<filename>sfAdmin/Models/RestfulAPIHelper.cs using Newtonsoft.Json.Linq; using sfShareLib; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Net.Security; using System.Text; using System.Thre...
2.266233
daf803c8ade0a9ec80df1e9946e3091f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65653
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alokshukla1978/Platformus", "max_stars_repo_path": "src/Platformus.Website/Extensions/ObjectExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:65654" }
starcoder
// Copyright © 2020 <NAME>. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Http; using Platformus.Core; using Platformus.Website.Data.Entities; namespa...
2.403217
cc0bb30d185bf77de01a62459fc9801d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65654
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nielsb02/GreenLight_Informatica_UU", "max_stars_repo_path": "GreenLight/GreenLight/src/Signs/Controller/MainSignController.cs", "provenance": "train-00000-of-00045.jsonl.gz:65655" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Drawing; using System.Timers; // This is the controller that handles all the sign placement, every Sign has its own controller because every sign requires its ow...
2.371414
ab41cf7b8b63ee1252c4224913bc0883
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65655
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "bobbyangers/FastEndpoints", "max_stars_repo_path": "Src/Validation/Internal/RuleBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:65656" }
starcoder
<gh_stars>1-10 #region License // Copyright (c) .NET Foundation and contributors. // // 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...
2.133002
c25628a3cfee6a493c84d4fbd4887c38
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65656
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Borck/CB-PowerTools", "max_stars_repo_path": "Reg/Search/ClassSearchItemProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:65657" }
starcoder
<reponame>Borck/CB-PowerTools using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using CB.System; using JetBrains.Annotations; using Microsoft.Win32; namespace CBT.Reg.Search { public class ClassSearchItemProvider : ISearchItemPro...
2.222911
c56b6e5e45d76fa4d04baa6592f2e49b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65657
{ "extension": "c-sharp", "max_stars_count": "88.0", "max_stars_repo_name": "caspark/LDtkToUnity", "max_stars_repo_path": "Assets/LDtkUnity/Runtime/Tools/Const/LDtkToolScriptableObj.cs", "provenance": "train-00000-of-00045.jsonl.gz:65658" }
starcoder
<filename>Assets/LDtkUnity/Runtime/Tools/Const/LDtkToolScriptableObj.cs using UnityEngine.Internal; namespace LDtkUnity { [ExcludeFromDocs] public static class LDtkToolScriptableObj { public const string SO_ROOT = ""; public const int SO_ORDER = 335; } }
1.125975
160d08684cbb2fbdbdbd200f0ca06ba3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65658
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "smirnov-coder/startup-creative-agency-razor-pages", "max_stars_repo_path": "tests/Web.RazorPages.Tests.Functional/Pages/MyProfileTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:65659" }
starcoder
<filename>tests/Web.RazorPages.Tests.Functional/Pages/MyProfileTests.cs using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; using AngleSharp.Html.Dom; using AngleSharp.Html.Parser; using Microsoft....
2.207061
f9e7a5325a91e54fef1039cf43f8e906
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65659
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zvizdo/MadWare.Furs", "max_stars_repo_path": "src/MadWare.Furs/Models/Common/Error.cs", "provenance": "train-00000-of-00045.jsonl.gz:65660" }
starcoder
namespace MadWare.Furs.Models.Common { public class Error { public string ErrorCode { get; set; } public string ErrorMessage { get; set; } } }
1.633356
c7cda71051b8b3f58ede917f945a34f4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65660
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "avatar29A/speakle", "max_stars_repo_path": "src/Clients/Hqub.Speckle.GUI/Model/Events/ExperimentCreateEventEntity.cs", "provenance": "train-00000-of-00045.jsonl.gz:65661" }
starcoder
namespace Hqub.Speckle.GUI.Model.Events { public class ExperimentCreateEventEntity { } }
0.806825
a07ced5bab411e41611aacce72e86d9a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65661
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Hem/SimpleNet", "max_stars_repo_path": "Archived/SimpleNet.Data/Connection/ISimpleDbParameterProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:65662" }
starcoder
<gh_stars>1-10 using System.Data; using System.Data.Common; namespace SimpleNet.Data.Connection { public interface ISimpleDbParameterProvider { DbParameter GetDbParameter(string name, object value); DbParameter GetDbParameter(string name, object value, DbType dbType); DbParameter GetDbP...
1.979403
054f07380f47c8f323a0bf4904382c90
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65662
{ "extension": "c-sharp", "max_stars_count": "252.0", "max_stars_repo_name": "lucasrmagalhaes/desafios-DIO", "max_stars_repo_path": "Desafios/C Sharp/8. Praticando Programação em C#/2. Compras no Supermercado/solucao.cs", "provenance": "train-00000-of-00045.jsonl.gz:65663" }
starcoder
<gh_stars>100-1000 using System; using System.Collections.Generic; using System.Linq; class ComprasNoSupermercado { public static void Main(string[] args) { int numeroDeTestes = int.Parse(Console.ReadLine()); for (int i = 0; i < numeroDeTestes; i++) { List<string> listDeCompras = new List<String>(...
3.216384
754182248110cd63c6bc61f7309eb22c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65663
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YavorIT/TelerikAcademyHomeworks", "max_stars_repo_path": "C#2/UsingClassesAndObjects/7.ArithmeticalExpressions/ArithmeticalExpressions.cs", "provenance": "train-00000-of-00045.jsonl.gz:65664" }
starcoder
<reponame>YavorIT/TelerikAcademyHomeworks  /* Problem 7.* Arithmetical expressions Write a program that calculates the value of given arithmetical expression. The expression can contain the following elements only: 1. Real numbers, e.g. 5, 18.33, 3.14159, 12.6 2. Arit...
3.718129
9892b69e4f4a538bac9a019ee4d06bc6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65664
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "SkillsFundingAgency/pds-contracts-data-api", "max_stars_repo_path": "Pds.Contracts.Data/Pds.Contracts.Data.Api.Tests/Integration/ContractControllerTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:65665" }
starcoder
<reponame>SkillsFundingAgency/pds-contracts-data-api using Azure.Storage.Blobs; using FluentAssertions; using Microsoft.AspNetCore.Mvc.Testing; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.VisualStudio.TestTools.UnitTesti...
2.009971
69f9c240520e07c833ff733b5d6fb7ee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65665
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gjuszczak/zrozumcsharp", "max_stars_repo_path": "Zrozumcsharp/Zrozumcsharp/Services/FirstRunSetupPageMiddleware.cs", "provenance": "train-00000-of-00045.jsonl.gz:65666" }
starcoder
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Options; using System; using System.Threading.Tasks; namespace Zrozumcsharp.Services { public class FirstRunSetupPageMiddleware { private readonly RequestDelegate next; private readonly IFirstRunSet...
2.556178
b559178c7abf2f8580bf1971880a0a94
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65666
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "yusufsahinhamza/darkorbit-emulators", "max_stars_repo_path": "DarkOrbit 10.0/Game/Objects/Players/Skills/DrawFire.cs", "provenance": "train-00000-of-00045.jsonl.gz:65667" }
starcoder
using Ow.Game.Objects.Players.Managers; using Ow.Managers; using Ow.Net.netty.commands; using Ow.Utils; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ow.Game.Objects.Players.Skills { class DrawFire : Skill { public overrid...
1.851924
de0d8a77a43a582bcfe7c1c500149124
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65667
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jonathanconway/cbamovieexercise", "max_stars_repo_path": "MoviesService/MoviesRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:65668" }
starcoder
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using MoviesLibrary; using MoviesService.Contracts; namespace MoviesService { public class MoviesRepository : IMoviesRepository { private readonly IMoviesCache moviesCache; private readon...
2.880858
824509546d528c3c78c11b03284c5970
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65668
{ "extension": "c-sharp", "max_stars_count": "45.0", "max_stars_repo_name": "eric-erki/ERP-CMR-DMS", "max_stars_repo_path": "ViennaAdvantageWeb/ModelLibrary/Classes/Query.cs", "provenance": "train-00000-of-00045.jsonl.gz:65669" }
starcoder
<filename>ViennaAdvantageWeb/ModelLibrary/Classes/Query.cs /******************************************************** // Module Name : Run Time Show Window // Purpose : Query Descriptor. Maintains QueryRestrictions (WHERE clause) // Class Used : Ctx.cs // Created By : Harwinder //...
2.423169
393f287246b9f8f7adba3be2392e87e7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65669
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sandstreampop/Rumpel", "max_stars_repo_path": "src/Verifier.cs", "provenance": "train-00000-of-00045.jsonl.gz:65670" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Text.Json; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Rumpel.Models; public class Verifier { private static HttpClient ...
2.459944
258c01532e1e69730dba9fe9b91ace5a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65670
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YashBagriGDD/Current", "max_stars_repo_path": "Current/Current/Current/InputManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:65671" }
starcoder
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Input; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Current { /// <summary> /// Static class with helper functions to map keys together. /// </summary> static c...
2.894397
0580203bb99565572901feea824c794f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65671
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mccabesp/ModernSlavery-Beta", "max_stars_repo_path": "ModernSlavery.WebUI.Shared/Views/Shared/ContactUs.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:65672" }
starcoder
<gh_stars>0 @inject SharedOptions sharedOptions @{ Layout = "~/Views/DfeTemplate.cshtml"; Title = "Contact us"; } <div id="contact-us-content" class="grid-row"> <div class="column-two-thirds"> <a class="govuk-back-link govuk-!-margin-bottom-0" href="@Controller.BackUrl">Back</a> <h1 class=...
1.964422
d55d820d4cffb4d1ad0dd358110940f1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65672
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ctrl-alt-d/net6-automation-testware", "max_stars_repo_path": "samples/TestWare.Samples.API/LifeCycle.cs", "provenance": "train-00000-of-00045.jsonl.gz:65673" }
starcoder
<reponame>ctrl-alt-d/net6-automation-testware using System.Reflection; using TestWare.Core; using TestWare.Core.Configuration; using TestWare.Core.Interfaces; using TestWare.Engines.Restsharp; namespace TestWare.Samples.API { internal class LifeCycle : AutomationLifeCycleBase { protected ove...
1.810123
059e74f0694bfd5268939b1170b8fad0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65673
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkyGrass/ttxy", "max_stars_repo_path": "DncZeus.Api/Entities/T_BillPerson.cs", "provenance": "train-00000-of-00045.jsonl.gz:65674" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace DncZeus.Api.Entities { public class T_BillPerson { [Key] [DatabaseGenerated(Da...
1.510541
6f5c66ca2dac3882c6271a7e392059d4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65674
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tempusdigital/Tempus.Utils", "max_stars_repo_path": "Tempus.Utils/NotFoundException.cs", "provenance": "train-00000-of-00045.jsonl.gz:65675" }
starcoder
namespace Tempus.Utils { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; public class NotFoundException : Exception { public NotFoundException() : base() { } public NotFoundException(string message) : base(message) { } ...
2.520392
f423c580d3317c26e232437e1a2621b0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65675
{ "extension": "c-sharp", "max_stars_count": "373.0", "max_stars_repo_name": "medmondson/CShell", "max_stars_repo_path": "Src/CShell.Core/Framework/Menus/CheckableMenuItem.cs", "provenance": "train-00000-of-00045.jsonl.gz:65676" }
starcoder
using System; using System.Collections.Generic; using Caliburn.Micro; namespace CShell.Framework.Menus { public class CheckableMenuItem : StandardMenuItem { private readonly Func<bool, IEnumerable<IResult>> _execute; private bool _isChecked; public bool IsChecked { get { return _isChecked; } set { _i...
2.791819
92464cbd04f1c5a42ffb69361b193454
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65676
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "youngself/luban", "max_stars_repo_path": "src/Luban.Job.Common/Source/ELanguage.cs", "provenance": "train-00000-of-00045.jsonl.gz:65677" }
starcoder
namespace Luban.Job.Common { public enum ELanguage { INVALID, CS, JAVA, GO, CPP, LUA, JAVASCRIPT, TYPESCRIPT, PYTHON, ERLANG, RUST, PROTOBUF, FLATBUFFERS, } }
1.285465
a7ea55b9f50f8343ac3929b49833c5c3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65677
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chivandikwa/pulumi-aws", "max_stars_repo_path": "sdk/dotnet/Chime/VoiceConnectorStreaming.cs", "provenance": "train-00000-of-00045.jsonl.gz:65678" }
starcoder
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** 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.Tasks; using Pulumi.Serialization; names...
1.916194
15bdbce4ed16acd01ddded236c874d99
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65678
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "GameDevEducation/AISeries", "max_stars_repo_path": "Assets/Systems/Pathdata/Scripts/Editor/PathdataManagerEditor.cs", "provenance": "train-00000-of-00045.jsonl.gz:65679" }
starcoder
<reponame>GameDevEducation/AISeries using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; [CustomEditor(typeof(PathdataManager))] public class PathdataManagerEditor : Editor { public override void OnInspectorGUI() { DrawDefaultInspector(); if (GUILay...
1.729766
58d2fbc0139f3002f3785b1b8411b523
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65679
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Energinet-DataHub/geh-charges", "max_stars_repo_path": "source/GreenEnergyHub.Charges/source/GreenEnergyHub.Charges.MessageHub/BundleSpecification/ChargeLinks/ChargeLinksBundleSpecification.cs", "provenance": "train-00000-of-00045.jso...
starcoder
// Copyright 2020 Energinet DataHub A/S // // Licensed under the Apache License, Version 2.0 (the "License2"); // 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.887504
0102344b270d9acd50daa721d9bb9b29
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65680
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jakubfijalkowski/studentscalendar", "max_stars_repo_path": "StudentsCalendar.Core/Generation/IGenerationEngine.cs", "provenance": "train-00000-of-00045.jsonl.gz:65681" }
starcoder
<reponame>jakubfijalkowski/studentscalendar using StudentsCalendar.Core.Finals; using StudentsCalendar.Core.Templates; namespace StudentsCalendar.Core.Generation { /// <summary> /// Silnik tworzenia kalendarza. /// </summary> /// <remarks> /// Silnik odpowiada za wygenerowanie form pośrednich, sprawdzenie popraw...
2.5366
c851208e3fcc0d3e39708479aa89e7dc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65681
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jennavee/MLeapSpectator", "max_stars_repo_path": "MLSpectatorUNET/Assets/IPManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:65682" }
starcoder
using System.Net; using System.Net.NetworkInformation; using System.Net.Sockets; public class IPManager { public static string GetLocalIPAddress() { var host = System.Net.Dns.GetHostEntry(System.Net.Dns.GetHostName()); foreach (var ip in host.AddressList) { if (ip.AddressFa...
3.039486
bf32dad577e02f61ac2771d606607459
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65682
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JohannesSpicker/ModularBehaviourTree", "max_stars_repo_path": "ModularBehaviourTree/Assets/Scripts/ModularBehaviourTree/Core/Primitives/Node.cs", "provenance": "train-00000-of-00045.jsonl.gz:65683" }
starcoder
namespace ModularBehaviourTree { //[CreateAssetMenu(fileName = "FILENAME", menuName = "MENUNAME", order = 0)] /// <summary> /// A behaviour tree is made up of several types of nodes, however some core functionality is common to any type of /// node in a behaviour tree. This is that they ca...
3.283159
65019af956c2c7d6dcc8e6995546b547
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65683
{ "extension": "c-sharp", "max_stars_count": "629.0", "max_stars_repo_name": "bdebaere/odata.net", "max_stars_repo_path": "test/FunctionalTests/Taupo/Source/Taupo.Astoria/ODataQueryTestCase.cs", "provenance": "train-00000-of-00045.jsonl.gz:65684" }
starcoder
//--------------------------------------------------------------------- // <copyright file="ODataQueryTestCase.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //----------------------------------...
2.112492
3766d6cbb928848b2a077e26130785cd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65684
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "sensate-iot/sensateservice", "max_stars_repo_path": "SensateIoT.Platform.Router.DataAccess/Contexts/MongoDBContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:65685" }
starcoder
<reponame>sensate-iot/sensateservice<gh_stars>1-10 /* * MongoDB data context. * * @author <NAME> * @email <EMAIL> */ using System; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using MongoDB.Driver; using SensateIoT.Platform.Router.Data.Models; using SensateIoT.Platform.Router.DataAcce...
2.300292
c0bea7db39b245741495696eed3c9139
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65685
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "adambarclay/web-asset-builder", "max_stars_repo_path": "tests/AdamBarclay.WebAssetBuilder.Tests/BuildEngineHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:65686" }
starcoder
<reponame>adambarclay/web-asset-builder<filename>tests/AdamBarclay.WebAssetBuilder.Tests/BuildEngineHelper.cs using System.Diagnostics.CodeAnalysis; using Microsoft.Build.Framework; using Moq; namespace AdamBarclay.WebAssetBuilder.Tests; [ExcludeFromCodeCoverage] internal static class BuildEngineHelper { internal st...
2.022179
b06213ff0fda07ef1a1fedeb53d4a129
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65686
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "glav/EmailSentimentAnalysisTenant", "max_stars_repo_path": "Core/Data/GenericActionMessage.cs", "provenance": "train-00000-of-00045.jsonl.gz:65687" }
starcoder
using Microsoft.WindowsAzure.Storage.Queue; using System; using System.Collections.Generic; using System.Text; namespace Core.Data { public class GenericActionMessage { public GenericActionMessage() { ActionDateTimeUtc = DateTime.UtcNow; CorrelationId = Guid.NewGuid(); ...
2.622683
2bae6086eb139c10dbc112f93714b26d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65687
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "khorozhansky/AdvancedPlugin", "max_stars_repo_path": "AdvancedPlugin/Logging/CustomTracingServiceTraceLog.cs", "provenance": "train-00000-of-00045.jsonl.gz:65688" }
starcoder
<reponame>khorozhansky/AdvancedPlugin namespace AdvancedPlugin.Logging { using System; using AdvancedPlugin.Plugins; using TraceService; using Microsoft.Xrm.Sdk; public abstract class CustomTracingServiceTraceLog : TraceLogBase { private readonly Lazy<CustomTracingService> customTracingService; ...
1.908537
8b2b4b5811ca9a0f2e92f2842781f3d7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65688
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "lisa3907/lotto.lion", "max_stars_repo_path": "src/client/xnative/lion.xdroid/Service/BroadcastReceiver.cs", "provenance": "train-00000-of-00045.jsonl.gz:65689" }
starcoder
using Android.App; using Android.Content; using Android.OS; using Android.Runtime; namespace Lion.XDroid.Service { [BroadcastReceiver(Enabled = true)] [IntentFilter(new[] { Android.Content.Intent.ActionBootCompleted })] [IntentFilter(new[] { "com.google.android.c2dm.intent.RECEIVE" })] public class Bro...
1.980697
a57c0ee1755d03115c16bee29db1767c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65689
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "aliostad/deep-learning-lang-detection", "max_stars_repo_path": "data/train/csharp/e063190f4467fb3517295b834d42801edfecef62IUoW.cs", "provenance": "train-00000-of-00045.jsonl.gz:65690" }
starcoder
using System; using System.Threading.Tasks; using Zazz.Core.Interfaces.Repositories; namespace Zazz.Core.Interfaces { public interface IUoW : IDisposable { ILinkedAccountRepository LinkedAccountRepository { get; } ICommentRepository CommentRepository { get; } IEventRepository EventRepo...
1.612004
bf02826086cb05af8d3ddce9965c1341
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65690
{ "extension": "c-sharp", "max_stars_count": "39.0", "max_stars_repo_name": "aloisdeniel/Comora", "max_stars_repo_path": "Sources/Comora/Diagnostics/IFpsCounter.cs", "provenance": "train-00000-of-00045.jsonl.gz:65691" }
starcoder
<reponame>aloisdeniel/Comora<filename>Sources/Comora/Diagnostics/IFpsCounter.cs namespace Comora.Diagnostics { using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; public interface IFpsCounter { bool IsVisible { get; set; } float CurrentFramesPerSecond { get; } void LoadConte...
2.012058
903360286bfb959b07637ec1ee6823c7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65691
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Siafarikas/SoftUni", "max_stars_repo_path": "Fundamentals/ObjAndClasses/VehicleCatalogue/VehicleCatalogue.cs", "provenance": "train-00000-of-00045.jsonl.gz:65692" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace VehicleCatalogue { class VehicleCatalogue { static void Main(string[] args) { Catalogue vehicleCatalogue = new Catalogue(); string input = Console.ReadLine(); while (input != "end"...
3.604616
6a5ee3ea948be1e0450eec880148032c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65692
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dennisrahmen/EnrollmentStation", "max_stars_repo_path": "YubicoLib.TestTool/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:65693" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using YubicoLib.YubikeyPiv; using YubicoLib.YubikeyManager; using System.IO; namespace YubicoLib.TestTool { class Program { static void Main(string[] args) { ...
2.397218
d66a593b619a7ef351c88c73e6e2d666
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65693
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "berkansasmaz/CitySecuritySmartIWP", "max_stars_repo_path": "src/CitySecuritySmart.Entity/Objects/CSSDDangerLabel.cs", "provenance": "train-00000-of-00045.jsonl.gz:65694" }
starcoder
<gh_stars>1-10 using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace CitySecuritySmart.Entity { public class CSSDDangerLabel { [Key] public Guid DangerLabelId { get; set; } public string DangerLabelName { get; set; } } }
1.685785
022c4a0d305b6817b26d3c5c651bb63f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65694
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "paulocesarL/ProjetoCSharp", "max_stars_repo_path": "Projeto/Projeto3/Admin/Usuarios.aspx.cs", "provenance": "train-00000-of-00045.jsonl.gz:65695" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Projeto3.Admin { public partial class Usuarios : System.Web.UI.Page { // STRING DE CONEXÃO COM O ACCESS // http://connectionstrings.com s...
2.334777
f7336aacc12553e01378fc76bade6479
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65695
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Robortzhao/chieftain_client", "max_stars_repo_path": "Assets/MyResources/RPG Character Animation Pack/Code/PerfectLookAt/PerfectLookAtData.cs", "provenance": "train-00000-of-00045.jsonl.gz:65696" }
starcoder
/* For documentation please refer to this address: http://peyman-mass.blogspot.com/2017/12/using-multiple-bones-to-look-at-target.html */ using System.Collections; using System.Collections.Generic; using UnityEngine; public enum FwdDirection { X_AXIS = 0, Y_AXIS = 1, Z_AXIS = 2, MINUS_X_AXIS = 3, ...
2.228697
6fc9b5bae6cc359465c1b28d4bb64b59
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65696
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Devin0xFFFFFF/comp4020project", "max_stars_repo_path": "VolunteeringProject/Assets/_Voluntr/Scripts/GeocodeAPI.cs", "provenance": "train-00000-of-00045.jsonl.gz:65697" }
starcoder
<gh_stars>0 using Newtonsoft.Json.Linq; using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using UnityEngine.Networking; public class GeocodeAPI { private class location { public double lat; public double lng; } ...
2.402021
96d576a1e9ebea86d2c83ef360328eaf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65697
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "volkovku/FluentDocker", "max_stars_repo_path": "Ductus.FluentDocker/Services/Impl/ServiceBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:65698" }
starcoder
<reponame>volkovku/FluentDocker<filename>Ductus.FluentDocker/Services/Impl/ServiceBase.cs using System; namespace Ductus.FluentDocker.Services.Impl { public abstract class ServiceBase : IService { private readonly ServiceHooks _hooks = new ServiceHooks(); private ServiceRunningState _state = ServiceRunnin...
2.182467
690225ebf2b26fe55f9b4d69d46eeaf3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65698
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "pixeldesu/Cloudburst", "max_stars_repo_path": "Pingprovements/PingIndicator.cs", "provenance": "train-00000-of-00045.jsonl.gz:65699" }
starcoder
using RoR2; using UnityEngine; namespace Pingprovements { public class PingIndicator { /// <summary> /// Configuration instance /// </summary> private static PingprovementsConfig _config; public PingIndicator(Pingprovements plugin) { _config...
1.825927
a58c7eb61668a1b5c4a94eadbcc77801
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65699
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Stef4nio/ShootingRange3D", "max_stars_repo_path": "Assets/Scripts/Config.cs", "provenance": "train-00000-of-00045.jsonl.gz:65700" }
starcoder
public static class Config { //This is where all the main game variables are held, for easier modification and access public static readonly int TARGETS_AMOUNT = 10; public static readonly int TARGETS_GOAL_AMOUNT = 10; public static readonly float TARGET_HIGHLIGHT_DURATION = 10f; public static read...
1.878688
f4722078c5760aea82abd70f9e3f013e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65700
{ "extension": "c-sharp", "max_stars_count": "911.0", "max_stars_repo_name": "cnork/referencesource", "max_stars_repo_path": "System.ServiceModel/System/ServiceModel/Channels/IInputSession.cs", "provenance": "train-00000-of-00045.jsonl.gz:65701" }
starcoder
<gh_stars>100-1000 //---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- namespace System.ServiceModel.Channels { using System; public interface ...
1.1244
c8b092b2018514d4cd76cf41c72d3dcb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65701
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jlpatton/AuditBenefits", "max_stars_repo_path": "logout.aspx.cs", "provenance": "train-00000-of-00045.jsonl.gz:65702" }
starcoder
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using EBA.Desktop.Audit; using System.Data.SqlClient; pub...
1.778285
f1c9786c06902a6e34ca72a8a5d14fde
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65702
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jg-at-home/VoidWars", "max_stars_repo_path": "Assets/Scripts/AuxiliaryClass.cs", "provenance": "train-00000-of-00045.jsonl.gz:65703" }
starcoder
using System; using System.Collections; using UnityEngine; namespace VoidWars { /// <summary> /// The type of an auxiliary item. Not very OO, #oldschool /// </summary> public enum AuxType { None = 0, BussardCollector = 1, ERBInducer = 2, FlareLauncher = 4, Drive...
2.751839
bb977866cbe55111b5487cb7663a225a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65703
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "profan/stride", "max_stars_repo_path": "sources/editor/Stride.Editor/Engine/EmbeddedGame.cs", "provenance": "train-00000-of-00045.jsonl.gz:65704" }
starcoder
<filename>sources/editor/Stride.Editor/Engine/EmbeddedGame.cs // Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using Stride.Core.Diagnostics; usi...
2.206883
5f16ee043335b554914a3b81ec917141
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65704
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "usausa/Smart-Net-Resolver", "max_stars_repo_path": "Smart.Resolver/Resolver/Scopes/SingletonScope.cs", "provenance": "train-00000-of-00045.jsonl.gz:65705" }
starcoder
namespace Smart.Resolver.Scopes { using System; using Smart.ComponentModel; using Smart.Resolver.Components; public sealed class SingletonScope : IScope, IDisposable { private object? value; private Func<IResolver, object>? objectFactory; [System.Diagnostics.CodeAnalysis....
2.410684
30cc9058a5111a235b8d395a2e704787
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65705
{ "extension": "c-sharp", "max_stars_count": "461.0", "max_stars_repo_name": "KalifiaBillal/HadesFCS", "max_stars_repo_path": "Flight Simulator/UAVSim3DOF/Assets/Scripts/PIController.cs", "provenance": "train-00000-of-00045.jsonl.gz:65706" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PIController { public float output; public float Kp, Ki, Kff, limMin, limMax, limMinFF, limMaxFF; private float integrator, prevError; public PIController(float Kp, float Ki, float limMin, float limMax) {...
2.257732
627b0d5d19dc9f80a6d3e8c2735001c5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65706
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ttanatb/DialogueManager", "max_stars_repo_path": "Scripts/Types.cs", "provenance": "train-00000-of-00045.jsonl.gz:65707" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using System.Text; namespace Dialogr { // <shake arg1> shake-y text </shake> public struct TextModifier { public string CommandText; public string[] Args; public int StartingInd...
2.620573
f7032900c1bc3ed930cc68327b361f5e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65707
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JoanStark/Brackeys2020.2", "max_stars_repo_path": "RewindParty/Assets/LightAnim.cs", "provenance": "train-00000-of-00045.jsonl.gz:65708" }
starcoder
<filename>RewindParty/Assets/LightAnim.cs<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Experimental.Rendering.Universal; public class LightAnim : MonoBehaviour { Light2D lit; float defaultIntensity; float objective = 0; // Start is called...
2.343144
d76fa1da04760c580cc2ddb6f7d8f778
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65708
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "petrasvestartas/NGon", "max_stars_repo_path": "Ngon/NGonGh/Transform/Dual.cs", "provenance": "train-00000-of-00045.jsonl.gz:65709" }
starcoder
using System; using System.Collections.Generic; using NGonsCore; using Grasshopper.Kernel; using Rhino.Geometry; namespace NGonGh.Modifications { public class Dual : GH_Component_NGon { /// <summary> /// Initializes a new instance of the Dual class. /// </summary> public Dual() ...
2.165076
7d350caab5917d8ce23f52cc51e085c8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65709
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DXBrazil/Arda_old", "max_stars_repo_path": "ARDA/Arda.Main/Views/Shared/_LayoutModernUI.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:65710" }
starcoder
<reponame>DXBrazil/Arda_old<gh_stars>0 <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Arda Management Tool</title> <meta name="description" content=""> ...
1.536856
6fa01616d851fd76b16c2cfa9886f5ec
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65710
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chinahnjlk/SmoONE", "max_stars_repo_path": "TopSdk/Request/AlibabaAliqinFcVoiceNumDoublecallRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:65711" }
starcoder
using System; using System.Collections.Generic; using Top.Api.Util; namespace Top.Api.Request { /// <summary> /// TOP API: alibaba.aliqin.fc.voice.num.doublecall /// </summary> public class AlibabaAliqinFcVoiceNumDoublecallRequest : BaseTopRequest<Top.Api.Response.AlibabaAliqinFcVoiceNumDoublecallRespo...
2.013053
0411363a67a03c1877f368cf189bbcae
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65711
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Grimace1975/bclcontrib-abstract", "max_stars_repo_path": "src/ServiceBuses/Rhino.ServiceBus.File/FileMessaging/MessageQueueAccessRights.cs", "provenance": "train-00000-of-00045.jsonl.gz:65712" }
starcoder
<reponame>Grimace1975/bclcontrib-abstract using System; namespace Rhino.ServiceBus.FileMessaging { [Flags] public enum MessageQueueAccessRights { DeleteMessage = 1, PeekMessage = 2, ReceiveMessage = 3, WriteMessage = 4, DeleteJournalMessage = 8, Rec...
1.135294
6fd255b6b4169241c455662dab732fed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65712
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lionkon1/EasyNetQ", "max_stars_repo_path": "Source/EasyNetQ/Producer/RpcExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:65713" }
starcoder
using System; using System.Threading; using System.Threading.Tasks; using EasyNetQ.FluentConfiguration; using EasyNetQ.Internals; using EasyNetQ.Producer; namespace EasyNetQ { public static class RpcExtensions { /// <summary> /// Makes an RPC style request /// </summary> //...
2.141495
50139f7c0f25aa0917b9cf0ae88e88b5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65713
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kenannur/PhoneDirectory", "max_stars_repo_path": "AggregatorApi/AggregatorApi/HttpClients/IContactHttpClient.cs", "provenance": "train-00000-of-00045.jsonl.gz:65714" }
starcoder
<reponame>kenannur/PhoneDirectory<gh_stars>0 using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using AggregatorApi.Models; using AggregatorApi.Models.Response; namespace AggregatorApi.HttpClients { public interface IContactHttpClient { Task<string>...
1.747814
2a6ac20ab9466e6dbdb34ebc9a57c36f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65714
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "ricaun/Onboxframework", "max_stars_repo_path": "src/Abstractions/IMessageService.cs", "provenance": "train-00000-of-00045.jsonl.gz:65715" }
starcoder
<reponame>ricaun/Onboxframework<filename>src/Abstractions/IMessageService.cs<gh_stars>10-100 namespace Onbox.Abstractions.VDev { /// <summary> /// Contract for messaging activities /// </summary> public interface IMessageService { /// <summary> /// Shows an error message ///...
2.39488
a5f84a03b5d62986f93f1a201aa27aef
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65715
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "Prohelion/ArrowPoint-CANbus-Tools", "max_stars_repo_path": "ArrowPoint-CANbus-Tools/Transfer/FTPTransfer.cs", "provenance": "train-00000-of-00045.jsonl.gz:65716" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Net; namespace ArrowPointCANBusTool.Transfer { class FTPTransfer : TransferBase { public override bool TestConnection() { ...
2.93232
2322c187145b26208cc103bdea5b3436
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65716
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Clement-R/not_pokemon", "max_stars_repo_path": "Assets/Scripts/Screenshake.cs", "provenance": "train-00000-of-00045.jsonl.gz:65717" }
starcoder
<reponame>Clement-R/not_pokemon using System.Collections; using System.Collections.Generic; using UnityEngine; public class Screenshake : MonoBehaviour { public GameObject battlefieldUI; [Range(0, 1)] public float power = 1f; public void ScreenShake() { StartCoroutine(DoScreenShake()); ...
2.220668
7f5ccbfac90f52816e1cfbd4d877ce3a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65717
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amritdumre10/Kachuwa", "max_stars_repo_path": "Core/Kachuwa.Core/Data/PostgreSQL/NpgSqlFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:65718" }
starcoder
using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Text; using Kachuwa.Data.Crud; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Npgsql; using Kachuwa.Log; namespace Kachuwa.D...
2.06008
4417036214b96cfc3eb85584f01d6abf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65718
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "peplau/helix-solution", "max_stars_repo_path": "src/Project/Common/code/Views/CustomForm/EditorTemplates/MultipleLineTextField.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:65719" }
starcoder
@using Sitecore.Forms.Mvc.Html @model Sitecore.Forms.Mvc.ViewModels.Fields.MultipleLineTextField @using (Html.BeginField()) { @Html.TextAreaFor(x => Model.Value, Model.Rows, Model.Columns, new { @class = "form-control"}) }
1.980871
b5d3e580095373a5410597793775ff73
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65719
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BBekker/CryostatControl", "max_stars_repo_path": "CryostatControlServerTests/CryostatControlTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:65720" }
starcoder
<reponame>BBekker/CryostatControl<gh_stars>0 namespace CryostatControlServerTests { using System; using System.Collections.Generic; using System.Threading; using CryostatControlServer; using CryostatControlServer.Compressor; using CryostatControlServer.He7Cooler; using CryostatControlServe...
1.987224
fd5a0707a0050f7a9b08ee7605e735c1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65720
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "magotop/DotNetCore.SKIT.FlurlHttpClient.Wechat", "max_stars_repo_path": "src/SKIT.FlurlHttpClient.Wechat.Api/Models/Product/SPU/ProductSPUSearchResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:65721" }
starcoder
using System; using System.Collections.Generic; namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// <summary> /// <para>表示 [POST] /product/spu/search 接口的响应。</para> /// </summary> public class ProductSPUSearchResponse : WechatApiResponse { public static class Types { ...
2.146738
af39f72adb61f79b4cb33999bfab10cd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65721
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "cube-soft/Cube.Core", "max_stars_repo_path": "Tests/Xui/Sources/CommandTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:65722" }
starcoder
/* ------------------------------------------------------------------------- */ // // Copyright (c) 2010 CubeSoft, 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....
2.274833
eccd4d9090a875f6da44e6a1f36ec0df
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65722
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "klinki/kayako-dotnet-api-library", "max_stars_repo_path": "src/KayakoRestApi.IntegrationTests/CustomFieldTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:65723" }
starcoder
<reponame>klinki/kayako-dotnet-api-library using System; using KayakoRestApi.IntegrationTests.TestBase; using NUnit.Framework; namespace KayakoRestApi.IntegrationTests { [TestFixture(Description = "A set of tests testing Api methods around Custom Fields")] public class CustomFieldTests : UnitTestBase ...
2.078349
176c23e6e8edb090f12147d3bf3c05de
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65723
{ "extension": "c-sharp", "max_stars_count": "229.0", "max_stars_repo_name": "ashkansirous/SimpleIdServer", "max_stars_repo_path": "tests/SimpleIdServer.Saml.Acceptance.Tests/Steps/DataExtractSteps.cs", "provenance": "train-00000-of-00045.jsonl.gz:65724" }
starcoder
<filename>tests/SimpleIdServer.Saml.Acceptance.Tests/Steps/DataExtractSteps.cs // Copyright (c) SimpleIdServer. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Net.Http; using System.Threading.Tasks; using System.Xml; using T...
2.049765
d081638442d12b313f73c7ed4806110c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65724
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DjoleM/CombinatoryFilters", "max_stars_repo_path": "src/IFilterNode.cs", "provenance": "train-00000-of-00045.jsonl.gz:65725" }
starcoder
using System; using System.Collections.Generic; namespace ExtremeAndy.CombinatoryFilters { public interface IFilterNode { } public interface IFilterNode<out TLeafNode> : IFilterNode where TLeafNode : class, ILeafFilterNode { TResult Aggregate<TResult>( Func<IEnumerable...
2.406757
d3d550e7556779dfb5349a77cee970c1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65725
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BenjaminHamon/Overmind.Tactics", "max_stars_repo_path": "UnityClient/Assets/Tests/Navigation/Test_PathView.cs", "provenance": "train-00000-of-00045.jsonl.gz:65726" }
starcoder
using Overmind.Tactics.UnityClient.Navigation; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Overmind.Tactics.UnityClient.Tests.Navigation { internal class Test_PathView : MonoBehaviour { public PathView PathView; public void Start() { StartCoroutine(Run()); } ...
2.108827
6b7498b6070abb4f24e40d62e322fff6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65726
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "ga-explorer/GeometricAlgebraLib", "max_stars_repo_path": "GeometricAlgebraFulcrumLib/GeometricAlgebraFulcrumLib/Algebra/GeometricAlgebra/Rotors/RotorBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:65727" }
starcoder
<reponame>ga-explorer/GeometricAlgebraLib<filename>GeometricAlgebraFulcrumLib/GeometricAlgebraFulcrumLib/Algebra/GeometricAlgebra/Rotors/RotorBase.cs using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using GeometricAlgebraFulcrumLib.Algebra.GeometricAlgebra.Versors; using GeometricAlgebraFu...
2.2195
0c5ea45f2bfbfae7d4f5d9736be9a64f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65727
{ "extension": "c-sharp", "max_stars_count": "49.0", "max_stars_repo_name": "erdomke/InnovatorAdmin", "max_stars_repo_path": "InnovatorAdmin/AssemblyInfo.Version.cs", "provenance": "train-00000-of-00045.jsonl.gz:65728" }
starcoder
using System.Reflection; [assembly: AssemblyVersion("2021.11.23.1051")] [assembly: AssemblyFileVersion("2021.11.23.1051")]
0.702989
4af06f34d20169e30a143aecf70df398
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65728
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "cosmo0/ImageProcessor.Plugins.Effects", "max_stars_repo_path": "src/ImageProcessor.Plugins.Effects/BiTonalParameters.cs", "provenance": "train-00000-of-00045.jsonl.gz:65729" }
starcoder
namespace ImageProcessor.Plugins.Effects { using System.Drawing; /// <summary> /// Defines the parameters for the bi-tonal filter /// </summary> public class BiTonalParameters { /// <summary> /// Initializes a new instance of the <see cref="BiTonalParameters"/> class //...
2.99805
5f1a7dba1e5f176b7438f1d2c0ee7a91
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65729
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "proudust/X4_ComplexCalculator", "max_stars_repo_path": "X4_ComplexCalculator_CustomControlLibrary/DataGridExtensions/Tools.cs", "provenance": "train-00000-of-00045.jsonl.gz:65730" }
starcoder
namespace X4_ComplexCalculator_CustomControlLibrary.DataGridExtensions { using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using X4_ComplexCalculator_CustomControlLibrary.DataGridExtensions.Behaviors; /// <summary> /// Some useful tools for...
2.788581
42df8107f046b05f1cfdfdeeecb32a70
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65730
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "valerymo/ship-hull-design", "max_stars_repo_path": "ShipHullDesign/ShipHullSurface.cs", "provenance": "train-00000-of-00045.jsonl.gz:65731" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Media; using System.Windows.Media.Media3D; using System.Windows.Controls; namespace HullDesign1 { public sealed class ShipHullSurface { public delegate Point3D Function(double x, double z); ...
2.739067
ea50a33dfa60b170971b954998d898b1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65731
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "adospace/reactorui-maui", "max_stars_repo_path": "src/MauiReactor.HotReloadConsole/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:65732" }
starcoder
// See https://aka.ms/new-console-template for more information using CommandLine; using System.Net; using System.Net.Sockets; using System.Reflection; using System.Runtime.InteropServices; namespace MauiReactor.HotReloadConsole { class Program { private static async Task<int> Main(string[] args) ...
2.482032
7b7cf8335145395c31642c68c75cf1a1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
65732
{ "extension": "c-sharp", "max_stars_count": "778.0", "max_stars_repo_name": "jeroen-mostert/CodeContracts", "max_stars_repo_path": "Microsoft.Research/RegressionTest/ClousotTests/Sources/TestContainers/ArrayWithNonNullAnalysis.cs", "provenance": "train-00000-of-00045.jsonl.gz:65733" }
starcoder
<reponame>jeroen-mostert/CodeContracts // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #define CONTRACTS_FULL using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagno...
2.15268
3329accbb8ede38ab938a56bdbc6d142