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
8844812
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "decacent/ScottPlot", "max_stars_repo_path": "src/Examples/console/ConsoleApp2/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164032" }
starcoder
<reponame>decacent/ScottPlot using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Drawing; // added reference using ScottPlot; // added reference namespace ConsoleApp2 { class Program { static void Main(string[] args) ...
2.786361
cba7f499ffad8a2c4d96add7fb22f3a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844813
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "sapphirenk/DbContextScope", "max_stars_repo_path": "Tests/DatabaseContext/ITestDbContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:164033" }
starcoder
<reponame>sapphirenk/DbContextScope<filename>Tests/DatabaseContext/ITestDbContext.cs<gh_stars>1-10 using Microsoft.EntityFrameworkCore; namespace DbContextScope.Tests.DatabaseContext { public interface ITestDbContext { DbSet<User> Users { get; set; } DbSet<Post> Posts { get; set; } } }
1.803442
c2738c99319464da51e1ceb297949b93
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844814
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "seekdavidlee/Eklee-Exams-Api", "max_stars_repo_path": "Eklee.Exams.Api/Schema/Models/Organization.cs", "provenance": "train-00027-of-00045.jsonl.gz:164034" }
starcoder
<filename>Eklee.Exams.Api/Schema/Models/Organization.cs using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace Eklee.Exams.Api.Schema.Models { [Description("Top level entity which represents the organization.")] public class Organization : IEntityWithGuidId { [Key] [D...
2.467464
b871eb022ab440ec8f5f02dd1a76b558
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844815
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Seekatar/joat-razortransform", "max_stars_repo_path": "ModelImpl/PasswordItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:164035" }
starcoder
using System; namespace RazorTransform.Model { /// <summary> /// class to use the Password box since can't easily do binding /// </summary> internal class PasswordItem : Item { public PasswordItem(IModel parent, IGroup group) : base(parent, group) { } public PasswordItem(Pass...
3.02978
5eca24e4b13aac339a735dd4f3334d64
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844816
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SuryaLim/MVC6.Template", "max_stars_repo_path": "test/MvcTemplate.Tests/Unit/Controllers/BaseControllerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:164036" }
starcoder
<reponame>SuryaLim/MVC6.Template using Microsoft.AspNet.Http; using Microsoft.AspNet.Mvc; using Microsoft.AspNet.Mvc.ViewFeatures; using Microsoft.AspNet.Routing; using Microsoft.Extensions.DependencyInjection; using MvcTemplate.Components.Alerts; using MvcTemplate.Components.Mvc; using MvcTemplate.Components.Security...
1.883244
d405824e69d7b5e5862d002024345e32
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844817
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rombo84fx/furry-octo-doodle", "max_stars_repo_path": "ProAspnetPlatform/GettingStartedWithIdentity/Views/Claims/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164037" }
starcoder
<filename>ProAspnetPlatform/GettingStartedWithIdentity/Views/Claims/Index.cshtml @using System.Security.Claims @using GettingStartedWithIdentity.Infrastructure @model IEnumerable<Claim> @{ ViewBag.Title = "Claim"; } <div class="panel panel-primary"> <div class="panel-heading"> Claims </div> <...
2.632826
2c0cd837d0dbcd08a8cd677c19b61e26
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844818
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rodrigo-portilio/PortTodo.Backend", "max_stars_repo_path": "src/PortTodo.Backend.WebApi/Controllers/CardsController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164038" }
starcoder
<filename>src/PortTodo.Backend.WebApi/Controllers/CardsController.cs using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using PortTodo.Backend.WebApi.Application.Commands; using PortTodo.Backend.WebApi.Application.Queries; using PortTodo.Backend.WebApi.Core.Mediator; namespace PortTodo.Backend.WebApi.Contro...
2.402309
1052efa29a3d22f33acf76200e4dfdfe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844819
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "pansk/knx.net", "max_stars_repo_path": "src/KNXLib/Exceptions/ConnectionErrorException.cs", "provenance": "train-00027-of-00045.jsonl.gz:164039" }
starcoder
using System; namespace KNXLib.Exceptions { internal class ConnectionErrorException : Exception { public ConnectionErrorException(KnxConnectionConfiguration configuration) : base(string.Format("ConnectionErrorException: Error connecting to {0}:{1}", configuration.Host, configuration...
2.769711
4f4fe179ea7614b84aa37c759e3445b5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844820
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rjinaga/AwesomeProjectStructure.net", "max_stars_repo_path": "EnterpriseProjectStructure.v1/Org.Domain.Entities/CustomerEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:164040" }
starcoder
<reponame>rjinaga/AwesomeProjectStructure.net<gh_stars>0 namespace Org.Domain.Entities { public class CustomerEntity { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public string City { get; set; } } }
1.794416
9d94190aca278a85c23d224b13a3c63a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844821
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "brussell36/Factory.Solution", "max_stars_repo_path": "Factory/Views/Engineers/Create.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164041" }
starcoder
<gh_stars>0 @{ Layout = "_Layout"; } @model Factory.Models.Engineer <h3>Add a new Engineer</h3> <hr/> @using (Html.BeginForm()) { <div class="form-group"> @Html.LabelFor(model => model.Name) @Html.TextBoxFor(model => model.Name, new {@class="form-control"}) @Html.Label("Select Machine") @Html.Drop...
2.109775
b77c5fac853533d9898719f3a7a556b0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844822
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lkingsford/jellymancer", "max_stars_repo_path": "Jellymancer/AStarPathFinder/Point.cs", "provenance": "train-00027-of-00045.jsonl.gz:164042" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DeenGames.Utils { // Replace the System.Drawing one so we can use this in Silverlight public class Point { private int _x; private int _y; public Point(int x, int y) { ...
3.213344
18ae0cc9562f60849bdb35efbd14ce70
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844823
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "danielHalan/ripple", "max_stars_repo_path": "src/ripple/Model/IFeedConnectivity.cs", "provenance": "train-00027-of-00045.jsonl.gz:164043" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using ripple.Nuget; namespace ripple.Model { public interface IFeedConnectivity { // TODO -- Kill this void IfOnline(INugetFeed feed, Action<INugetFeed> continuation); bool AllOffline(IEnumerable<INugetFeed> f...
2.5241
9cb3823e13c6065af64ee5088866ef59
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844824
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "EajksEajks/StockTradingAnalysisWebsite", "max_stars_repo_path": "StockTradingAnalysisWebsite/StockTradingAnalysis.Domain.Process/Data/StatisticsProcessManagerData.cs", "provenance": "train-00027-of-00045.jsonl.gz:164044" }
starcoder
<reponame>EajksEajks/StockTradingAnalysisWebsite<filename>StockTradingAnalysisWebsite/StockTradingAnalysis.Domain.Process/Data/StatisticsProcessManagerData.cs using StockTradingAnalysis.Interfaces.Events; namespace StockTradingAnalysis.Domain.Process.Data { /// <summary> /// The StatisticsProcessManagerData c...
2.073708
df973259eac8b339c47e201e52072441
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844825
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WinterWonderland/PathFindingDemo", "max_stars_repo_path": "PathFindingDemo/PathFindingDemo/PathFindingDemo.cs", "provenance": "train-00027-of-00045.jsonl.gz:164045" }
starcoder
<reponame>WinterWonderland/PathFindingDemo using System; using System.Collections.Generic; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.GamerServices; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xn...
2.386273
2da4b20a682fd010fcdc03350be6c091
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844826
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MarvelousSoftware/MarvelousSoftwareDotNet", "max_stars_repo_path": "MarvelousSoftware.QueryLanguage/Config/ISyntaxConfig.cs", "provenance": "train-00027-of-00045.jsonl.gz:164046" }
starcoder
using System.Collections.Generic; namespace MarvelousSoftware.QueryLanguage.Config { /// <summary> /// Configuration of syntax. /// </summary> public interface ISyntaxConfig { /// <summary> /// Collection of all available keywords. /// </summary> IEnumerable<Keywor...
3.035854
383e97448248dad7e477bf1c1bb05c9d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844827
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Kahiko/Growthware", "max_stars_repo_path": "CS/GrowthWare.WebApplication/UserControls/GroupControl.ascx.designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164047" }
starcoder
<gh_stars>1-10 //------------------------------------------------------------------------------ // <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.273581
d44fe892cada26b1ae8e10da9d195fb8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844828
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DavidHoldingAD/malwarescan-client-dotnet", "max_stars_repo_path": "src/MalwareScan.Client/IEvaluationService.cs", "provenance": "train-00027-of-00045.jsonl.gz:164048" }
starcoder
using System; using System.Threading; using System.Threading.Tasks; namespace MalwareScan.Client { /// <summary> /// Represents a mechanism for interacting with an evaluation service. /// </summary> public interface IEvaluationService : IDisposable { /// <summary> /// Submits files for evaluation. /// </su...
2.635708
312f9751387304f866dc367977b3d39d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844829
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NoelLD/OPC-UA-Collector", "max_stars_repo_path": "OPC UA Collector/configs/CollectorObjects.cs", "provenance": "train-00027-of-00045.jsonl.gz:164049" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Opc.Ua; namespace ServerCollector.Collector { public enum ObjectsIDs { ObjectController=1042, ObjectControlleraddNamespace=1052, ObjectControlleraddObjectNode=1055, ...
1.285924
1ca7f700e05ed1c0a3edb0dec3a968d9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844830
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "itplamen/StudentSystem", "max_stars_repo_path": "StudentSystem/Services/StudentSystem.Services.Web/Mappers/StudentsMapper.cs", "provenance": "train-00027-of-00045.jsonl.gz:164050" }
starcoder
namespace StudentSystem.Services.Web.Mappers { using StudentSystem.Data.Models; using StudentSystem.Services.Models.Web.Students; using StudentSystem.Services.Web.Mappers.Base; public class StudentsMapper : BaseMapper<Student, StudentResponseModel> { public override StudentResponseModel Ma...
2.44295
7bf60fbdd3fa3d831bb54a475941cbd1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844831
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "PearAdmin/pear-admin-abp", "max_stars_repo_path": "src/PearAdmin.AbpTemplate.Core/Common/BinaryObjects/BinaryObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:164051" }
starcoder
<reponame>PearAdmin/pear-admin-abp using System; using Abp; using Abp.Domain.Entities; namespace PearAdmin.AbpTemplate.BinaryObjects { public class BinaryObject : AggregateRoot<Guid>, IMayHaveTenant { public virtual int? TenantId { get; set; } public virtual byte[] Bytes { get; set; } ...
1.995394
02b7d919d1e5dfc3b8d090160d530455
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844832
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "OpusSoluttio/iExpo-backend", "max_stars_repo_path": "iExpo/Infra.Data/Contextos/iExpoContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:164052" }
starcoder
using Dominios.Classes; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Design; namespace Infra.Data.Contextos { public class iExpoContext: DbContext { public DbSet<Sensores> Sensores { get; set; } public DbSet<Usuarios> Usuarios { get; set; } public DbSet<Ev...
2.293527
bf7beb73731dba24817e74ff1cd99a0d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844833
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LBHackney-IT/lbh-project-finder-api", "max_stars_repo_path": "ProjectFinderApi/V1/Infrastructure/Migrations/20210809211727_AddProjectsTable.cs", "provenance": "train-00027-of-00045.jsonl.gz:164053" }
starcoder
<reponame>LBHackney-IT/lbh-project-finder-api<filename>ProjectFinderApi/V1/Infrastructure/Migrations/20210809211727_AddProjectsTable.cs<gh_stars>0 using Microsoft.EntityFrameworkCore.Migrations; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; namespace ProjectFinderApi.V1.Infrastructure.Migrations { public p...
2.203536
5715f30722db02597982a3ccc5df4c2c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844834
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "systemgregorypc/Agatha-inteligencia-artificial-", "max_stars_repo_path": "agathaIA-voice/agathaiaportal/ViewModel/Sign/SalaryLimitViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:164054" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Web; using ValidationAPI; using ValidationAPI.Attributes; namespace RinnaiPortal.ViewModel.Sign { public class SalaryLimitViewModel { public int SN { get; set; } private DateTime _limitDate; [Valiator(ValidateRuleOp...
1.993072
c84f599cb863f0a3a0de830fce3b4ef6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844835
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jrierapeiro/CodeAnalyzer", "max_stars_repo_path": "CodeAnalyzer.Analyzers/References/ReferencesDiagnosticAnalyzer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164055" }
starcoder
using CodeAnalyzer.Core.Models; using Microsoft.CodeAnalysis; namespace CodeAnalyzer.Analyzers.References { public abstract class ReferencesDiagnosticAnalyzer { public abstract void AnalyzeNode(SymbolModel model, INamedTypeSymbol parentSymbol, ISymbol member); public abstract bool IsApplicable...
1.73334
1b2f19db0b4ce7c6baf5e9b107dfe557
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844836
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "unitycontainer/regression-tests", "max_stars_repo_path": "Legacy/GenericParameterFixture.cs", "provenance": "train-00027-of-00045.jsonl.gz:164056" }
starcoder
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; #if V4 using Microsoft.Practices.Unity; #else using Unity; using Unity.Injection; using Unity.Resolution; #endif namespace Unity.V4 { [TestClass] public class GenericParameterFixture { ...
2.574038
781f6f0a999834e36d3fe20854d15d13
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844837
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Sheile/SimpleTwitterClient", "max_stars_repo_path": "Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164057" }
starcoder
using System; using System.Collections.Generic; using System.Net; using System.Windows.Forms; namespace TwitterClient { static class Program { /// <summary> /// アプリケーションのメイン エントリ ポイントです。 /// </summary> [STAThread] static int Main(string[] args) { ...
2.645482
017d51b50a95371fd4fb0aca95cf6ce7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844838
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mnicolas94/MCGF2021_MazeGeneration", "max_stars_repo_path": "Assets/Scripts/Dialogues/DialogueSequenceBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:164058" }
starcoder
using System.Collections.Generic; using UnityEngine; namespace Dialogues { public abstract class DialogueSequenceBase : ScriptableObject { public abstract List<Dialogue> Dialogues(); } }
1.777123
dfc0768c8aebbc2cf563943f3eada922
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844839
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "up-left/yknytt", "max_stars_repo_path": "knytt/objects/banks/bank15/HoldButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:164059" }
starcoder
<filename>knytt/objects/banks/bank15/HoldButton.cs using Godot; using System; public class HoldButton : Password // inheritance for destroyWalls() function { private float timer = 0; private bool entered = false; private AnimatedSprite animatedSprite; public override void _Ready() { animat...
2.472115
014ce634d76d2055e8ee38277827c38d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844840
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "leesalminen/btcpayserver", "max_stars_repo_path": "BTCPayServer/Services/Altcoins/Zcash/Payments/ZcashLikePaymentMethodHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:164060" }
starcoder
#if ALTCOINS using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using BTCPayServer.Logging; using BTCPayServer.Models; using BTCPayServer.Models.InvoicingModels; using BTCPayServer.Payments; using BTCPayServer.Rating; usi...
1.663662
7a2d240451c939f512fe253975cb8ea7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844841
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlfredYan/Space_Invaders", "max_stars_repo_path": "SpaceInvaders/Timer/DropBomb.cs", "provenance": "train-00027-of-00045.jsonl.gz:164061" }
starcoder
using System; using System.Diagnostics; namespace SpaceInvaders { class DropBomb : Command { //--------------------------------------------------------------------------------------------------------- // Constructor //--------------------------------------------------------------------...
2.524369
ac41b22407a9c9a1fcef82d8c595d50b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844842
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Arpple/projectend", "max_stars_repo_path": "Assets/Scripts/_Sources/Weather/Weather.cs", "provenance": "train-00027-of-00045.jsonl.gz:164062" }
starcoder
<filename>Assets/Scripts/_Sources/Weather/Weather.cs public enum Weather { Winter, Summer, Storm, Normal, }
1.696146
90519543a343c5a8936ad13452a7619b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844843
{ "extension": "c-sharp", "max_stars_count": "178.0", "max_stars_repo_name": "iberisoft/DICOMcloud", "max_stars_repo_path": "DICOMcloud.Azure/Messaging/AzureMessageSender.cs", "provenance": "train-00027-of-00045.jsonl.gz:164063" }
starcoder
using DICOMcloud.Messaging; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Queue; using Newtonsoft.Json; using System; namespace DICOMcloud.Azure.Messaging { public class AzureMessageSender : IMessageSender { public CloudStorageAccount StorageAccount { get; set; } ...
2.163796
c1c6c59915b2f01aedcddc833fb4265b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844844
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "creatorQuen/db_LocalDataBase_CRUD", "max_stars_repo_path": "SandreyPersonBase/Form1.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164064" }
starcoder
namespace SandreyPersonBase { partial class Form1 { /// <summary> /// Обязательная переменная конструктора. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Освободить все используемые ресурсы. /// <...
2.041037
d12b39381b754365fa735546eb77934f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844845
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amelkor/Microsoft.Extensions.Hosting.Unity-Demo", "max_stars_repo_path": "Assets/Scripts/GameHost.cs", "provenance": "train-00027-of-00045.jsonl.gz:164065" }
starcoder
<filename>Assets/Scripts/GameHost.cs<gh_stars>0 using System; using Examples; using Extensions; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting.Unity; using Microsoft.Extensions.Logging; using UnityEngine; [DefaultExecutionOrder(-65500)] publ...
2.509525
6dac5b27e72c865bc23b149b17a82943
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844846
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "teamviewer/Xrm.Crm.WebApi", "max_stars_repo_path": "dotnet/Xrm.Crm.WebApi/Serialization/EntityReferenceJsonConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:164066" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using Newtonsoft.Json; using Xrm.Crm.WebApi.Models; namespace Xrm.Crm.WebApi.Serialization { public class EntityReferenceJsonConverter : JsonConverter<EntityReference> { private readonly WebApiMetadata webApiMetadata; public Enti...
2.506092
b5fbd77ca93b594fdabb046f25d97198
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844847
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "EladGabay/pulumi-oci", "max_stars_repo_path": "sdk/dotnet/LoadBalancer/GetHostnames.cs", "provenance": "train-00027-of-00045.jsonl.gz:164067" }
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.759334
bf08dbc472815cb75df8ac6f58706e23
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844848
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "brendanluu/SeeCO2", "max_stars_repo_path": "Co2BlackUnityProject/Assets/Scripts/LampHit.cs", "provenance": "train-00027-of-00045.jsonl.gz:164068" }
starcoder
<reponame>brendanluu/SeeCO2<filename>Co2BlackUnityProject/Assets/Scripts/LampHit.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class LampHit : MonoBehaviour { public GameObject lampSpotlight; public GameObject lampSpotlight2; public Material lampShade; public GameObject...
1.835109
1d6f2f099823f9aa4d029224b9df3f73
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844849
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AnilAwadh/nTierMVC", "max_stars_repo_path": "CP.Domain/Specification/StudentSpecification/NameMustHaveBetween3And50CharactersSpecification.cs", "provenance": "train-00027-of-00045.jsonl.gz:164069" }
starcoder
<gh_stars>0 using CP.Domain.Entities; using CP.Domain.Interfaces.Specification; namespace CP.Domain.Specification.StudentSpecification { public class NameMustHaveBetween3And50CharactersSpecification : ISpecification<Student> { public bool IsSatisfiedBy(Student student) { r...
2.168503
680544d0b484d74cff9ccc5f686b7b92
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844850
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nearlity/BuildingGame", "max_stars_repo_path": "Assets/Plugins/UGUI/LabelTypeUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:164070" }
starcoder
using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UI; public static class LabelTypeUtils { public static Dictionary<string, System.Object> defaultTypeConfig = null; public static Dictionary<UILabel.LabelType, Dictionary<string, System.Object>> typeConfigMap = null; ...
2.521869
e06c5c8a5d20551c539576e44a320a1f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844851
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "d-georgiev-91/TelerikAcademy", "max_stars_repo_path": "Databases/TransactionsInAdoNet/ATM.Data/CardAccount.cs", "provenance": "train-00027-of-00045.jsonl.gz:164071" }
starcoder
<reponame>d-georgiev-91/TelerikAcademy //------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be ove...
1.806665
fdd55bbeeab15db76e17e5898e2645bb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844852
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "isabella232/projectluna", "max_stars_repo_path": "src/Luna.Data/Entities/Luna.AI/AgentOffer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164072" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Text.Json.Serialization; namespace Luna.Data.Entities { [Table("agent_offers")] public class AgentOffer { public AgentOffer...
1.761568
b30ab72be62d131e079d0a2a285d1992
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844853
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "VirtualCognition/VC.Utilities", "max_stars_repo_path": "VC.Common/Utils/ConsoleWriter.cs", "provenance": "train-00027-of-00045.jsonl.gz:164073" }
starcoder
using System; using System.Diagnostics; using System.IO; using System.Text; using System.Runtime.InteropServices; using System.Globalization; using Microsoft.Win32; namespace WinConsole { /// <summary> /// Summary description for ConsoleWriter. /// </summary> /// public enum ConsoleFlashMode {...
2.775004
7244c940674420cd6098fae40ea94406
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844854
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "equinor/sepes", "max_stars_repo_path": "src/Sepes.Azure/Service/Interface/IAzureVirtualNetworkService.cs", "provenance": "train-00027-of-00045.jsonl.gz:164074" }
starcoder
using Sepes.Common.Interface.Service; using System.Threading.Tasks; namespace Sepes.Azure.Service.Interface { public interface IAzureVirtualNetworkService : IHasProvisioningState, IServiceForTaggedResource, IPerformResourceProvisioning { Task EnsureSandboxSubnetHasServiceEndpointForStorage(stri...
1.082723
ac0d2362f6fb1a7a4810a945927ce16c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844855
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "a465717049/mk", "max_stars_repo_path": "DPE.Core.IRepository/IIRPRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:164075" }
starcoder
using DPE.Core.IRepository.Base; using DPE.Core.Model.Models; using DPE.Core.Model.ViewModels; namespace DPE.Core.IRepository { /// <summary> /// IIRPRepository /// </summary> public interface IIRPRepository : IBaseRepository<IRP> { } }
1.152227
454507b6c86aaf33443217ce2516ef60
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844856
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "NAGeorge/SolidCP-fork", "max_stars_repo_path": "SolidCP/Sources/ACMESharp/ACMESharp/ACMESharp/Ext/ExtCommon.cs", "provenance": "train-00027-of-00045.jsonl.gz:164076" }
starcoder
<filename>SolidCP/Sources/ACMESharp/ACMESharp/ACMESharp/Ext/ExtCommon.cs using ACMESharp.Util; using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.ComponentModel.Composition.Hosting; using System.ComponentModel.Composition.Primitives; using System.IO; using System.Linq...
2.41271
0c31735c4f9758cde0c846e7df289346
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844857
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Inedo/inedox-windows", "max_stars_repo_path": "Windows/InedoExtension/Configurations/Firewall/FirewallHelpers.cs", "provenance": "train-00027-of-00045.jsonl.gz:164077" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using WindowsFirewallHelper; namespace Inedo.Extensions.Windows.Configurations.Firewall { internal static class FirewallHelpers { private static Lazy<IDictionary<string, FirewallProtocol>> protocols = new Lazy<...
2.714491
9bf5412c7fd5f8451c494a990ee26f95
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844858
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-login-service", "max_stars_repo_path": "src/SFA.DAS.LoginService.Application.UnitTests/GetInvitationByIdHandlerTests/GetInvitationById_Type_Tests.cs", "provenance": "train-00027-of-00045.jsonl.gz:...
starcoder
using FluentAssertions; using MediatR; using NUnit.Framework; using SFA.DAS.LoginService.Application.GetInvitationById; using SFA.DAS.LoginService.Data.Entities; namespace SFA.DAS.LoginService.Application.UnitTests.GetInvitationByIdHandlerTests { [TestFixture] public class GetInvitationById_Type_Tests { ...
1.733353
7a33438603e8497c530a337dfbcbd82b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844859
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "litichevskiydv/GfPolynoms", "max_stars_repo_path": "src/GfAlgorithms/IrreduciblePolynomialsFinder/FactorizationBasedFinder.cs", "provenance": "train-00027-of-00045.jsonl.gz:164079" }
starcoder
<gh_stars>1-10 namespace AppliedAlgebra.GfAlgorithms.IrreduciblePolynomialsFinder { using System; using System.Collections.Generic; using System.Linq; using Extensions; using GfPolynoms; using GfPolynoms.Extensions; using GfPolynoms.GaloisFields; using GfPolynoms.IrreduciblePolynomialsF...
2.801154
64bef163e0fe91846fc27f9f74879adf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844860
{ "extension": "c-sharp", "max_stars_count": "101.0", "max_stars_repo_name": "v5chn/DesignPatterns", "max_stars_repo_path": "BehaviorPattern/CommandPattern/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164080" }
starcoder
<reponame>v5chn/DesignPatterns #region Prototype var receiver = new Receiver(); var command = new ConcreteCommand(receiver); var invoker = new Invoker(); invoker.SetCommand(command); invoker.ExecuteCommand(); #endregion Prototype var barbecuer = new Barbecuer(); var waiter = new Waiter(); waiter.SetOrder(new BakeC...
2.524416
b348d3c9464d02abb8e4c14e8b418d92
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844861
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jshoyos/soen390-team01", "max_stars_repo_path": "soen390-team01/soen390-team01Tests/Unit/Data/Queries/CheckboxFilterTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164081" }
starcoder
<filename>soen390-team01/soen390-team01Tests/Unit/Data/Queries/CheckboxFilterTest.cs using System.Collections.Generic; using NUnit.Framework; using soen390_team01.Data.Queries; namespace soen390_team01Tests.Unit.Data.Queries { class CheckboxFilterTest { [Test] public void GetConditionStringTes...
2.708605
6ea7532e4b1bc2ad1809572d8aa52983
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844862
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "paulmarsy/Console", "max_stars_repo_path": "Libraries/Custom Helper Apps/ConsoleGitHubSyncer/src/Git/Commands/IGitCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:164082" }
starcoder
namespace ConsoleGitHubSyncer.Git.Commands { public interface IGitCommand { string GitCommand { get; } } }
1.67585
ac81ba9e69fe8485d80fa0cc03fcdf75
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844863
{ "extension": "c-sharp", "max_stars_count": "31.0", "max_stars_repo_name": "sant0ro/Yupi", "max_stars_repo_path": "Yupi.Messages/Handlers/Groups/GroupUpdateSettingsMessageEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:164083" }
starcoder
<filename>Yupi.Messages/Handlers/Groups/GroupUpdateSettingsMessageEvent.cs // --------------------------------------------------------------------------------- // <copyright file="GroupUpdateSettingsMessageEvent.cs" company="https://github.com/sant0ro/Yupi"> // Copyright (c) 2016 <NAME>, TheDoctor // </copyright> //...
1.832387
ce691605b3fc0a03714e6a8d9ec5c493
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844864
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DanielRBowen/WebsiteManager", "max_stars_repo_path": "OriginalWeb/OriginalWeb/Views/_ViewImports.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164084" }
starcoder
<filename>OriginalWeb/OriginalWeb/Views/_ViewImports.cshtml @using OriginalWeb @using OriginalWeb.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.61202
20a86dbd53aa666a83bc8359a3bf5d80
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844865
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Mauw94/ARPG2d", "max_stars_repo_path": "Game/Common/Consts.cs", "provenance": "train-00027-of-00045.jsonl.gz:164085" }
starcoder
<filename>Game/Common/Consts.cs<gh_stars>0 using Microsoft.Xna.Framework; namespace ARPG2d.Common { public static class Consts { public static readonly string BaseDataFolder = "./data"; public static readonly string SaveFileName = "saves.txt"; public static readonly int MaxInventorySiz...
2.268019
1f3b036e288a23220e356bafe5498b96
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844994
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ondfisk/BDSA2018", "max_stars_repo_path": "BDSA2018.Lecture11.Web/Controllers/EpisodesController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164214" }
starcoder
using BDSA2018.Lecture11.Services; using BDSA2018.Lecture11.Shared; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using System.Collections.Generic; using System.Threading.Tasks; namespace BDSA2018.Lecture11.Web.Controllers { [Route("api/[controller]"...
2.506397
588f916452d4c71efb6c3b1e3f676608
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844995
{ "extension": "c-sharp", "max_stars_count": "38.0", "max_stars_repo_name": "WadeBarnes/healthgateway", "max_stars_repo_path": "Apps/AdminWebClient/test/unit/Services.Test/CommunicationServiceTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:164215" }
starcoder
//------------------------------------------------------------------------- // Copyright © 2019 Province of British Columbia // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
1.905338
62a4dce26fc44c432311deccaca80a91
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844996
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "khalidabuhakmeh/chronopanel", "max_stars_repo_path": "src/Chronopanel.Site/Views/Dashboard/_ClockContainer.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:164216" }
starcoder
<filename>src/Chronopanel.Site/Views/Dashboard/_ClockContainer.cshtml @model Chronopanel.ViewModels.Dashboard.ClockContainerViewModel @{ var activeCharacter = "*"; } <ol id="clock-container"> <li class="digit-container"> Tens-digit of hour: <br /> <ul class="slide-container hour-tens"...
2.581826
68e63e2168128bb3113dc0fec70928df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844997
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "UrbancokDavid/Hotel-Guestbook", "max_stars_repo_path": "HotelGuestbookGUI/Reservations/Delete/DeleteReservationForm.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164217" }
starcoder
<reponame>UrbancokDavid/Hotel-Guestbook<filename>HotelGuestbookGUI/Reservations/Delete/DeleteReservationForm.Designer.cs<gh_stars>0 namespace HotelGuestbookGUI.Reservations.Delete { partial class DeleteReservationForm { /// <summary> /// Required designer variable. /// </summary> ...
2.298027
7571ec456cbe7bd711cc2a04eab56cd9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844998
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JoyMoe/TinyScraper", "max_stars_repo_path": "src/TinyScraper/Scraper.cs", "provenance": "train-00027-of-00045.jsonl.gz:164218" }
starcoder
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using TinyScraper.Abstractions; namespace TinyScraper { public class Scraper<T> : IDisposable { private readonly string _url...
2.64947
ababf10c87826800c98a607936815107
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844999
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "qmhoang/Ogui", "max_stars_repo_path": "UI/Menu.cs", "provenance": "train-00027-of-00045.jsonl.gz:164219" }
starcoder
// Copyright (c) 2010-2013 <NAME>, <NAME> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, me...
2.454999
3ffc3c7b98a287a759ae7dc1258b9b2e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845000
{ "extension": "c-sharp", "max_stars_count": "27.0", "max_stars_repo_name": "ackhack/osu", "max_stars_repo_path": "osu.Game.Tests/Visual/Ranking/TestSceneStarRatingDisplay.cs", "provenance": "train-00027-of-00045.jsonl.gz:164220" }
starcoder
<reponame>ackhack/osu // Copyright (c) p<NAME> <<EMAIL>>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Linq; using NUnit.Framework; using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Utils; using osu.G...
1.643118
16b83a13786b8cf8752fc626567b014a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845001
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Changer098/ChristmasPi", "max_stars_repo_path": "old/oldMono/Server/Server/Server/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:164221" }
starcoder
<reponame>Changer098/ChristmasPi using System; using System.Net.Sockets; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Threading; namespace Server { class Program { int tcpPort = 1215; int udpPort = 12150; bool quit =...
2.988929
9c0218e194f9efa54f02e7b06f8f6821
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845002
{ "extension": "c-sharp", "max_stars_count": "2542.0", "max_stars_repo_name": "gridgentoo/ServiceFabricAzure", "max_stars_repo_path": "src/prod/src/managed/Api/src/System/Fabric/Description/UnplacedReplicaInformationQueryDescription.cs", "provenance": "train-00027-of-00045.jsonl.gz:164222" }
starcoder
<reponame>gridgentoo/ServiceFabricAzure<filename>src/prod/src/managed/Api/src/System/Fabric/Description/UnplacedReplicaInformationQueryDescription.cs // ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See...
1.811866
6699e6bc8f2059cb07f8c5498689b4fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845003
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "alexeysolonets/SenchaMinify", "max_stars_repo_path": "SenchaMinify.Tests/SenchaClassTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164223" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace SenchaMinify.Tests { [TestClass] public class SenchaClassTest { [TestMethod] public void Create_Application() { var f = new Senc...
2.560501
b12e3937334b7fafd76349399c5637da
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845004
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LykkeCity/Lykke.AlgoStore.Service.Logging", "max_stars_repo_path": "src/Lykke.AlgoStore.Service.Logging/Requests/TailLogRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164224" }
starcoder
namespace Lykke.AlgoStore.Service.Logging.Requests { public class TailLogRequest { public string InstanceId { get; set; } public int Tail { get; set; } } }
1.113085
50adbbab0839dd57c9ec7e60ddc77bd0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845005
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "scscgit/XposeCraft-API-Test", "max_stars_repo_path": "XposeCraft API Test/Game/Control/GameActions/GameAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:164225" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; namespace XposeCraft.Game.Control.GameActions { public abstract class GameAction : IGameAction { public GameAction() { } } }
0.849845
184c1800bd05a23d220da95729094a7e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845006
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "davidgn/Prager-Software", "max_stars_repo_path": "Media Inventory Manager/AmazonUKUpload.cs", "provenance": "train-00027-of-00045.jsonl.gz:164226" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; using MsgBoxCheck; using System.Text.RegularExpressions; using System.Windows.Forms; namespace Media_Inventory_Manager { class AmazonUKUpload { //Regex r; Mat...
2.13177
e67646735bcc51ae27a8ea50e34168d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845007
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tech-ticks/RTDXTools", "max_stars_repo_path": "Assets/Scripts/Stubs/Generated/DOTween/DG/Tweening/Plugins/Vector4Plugin.cs", "provenance": "train-00027-of-00045.jsonl.gz:164227" }
starcoder
/* * Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty */ using System; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using DG.Tweening; using DG.Tweening.Core; using DG.Tweening.Core.Enums; us...
1.595149
faea7b2b4d97fc485d0e107733821696
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845008
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "edongashi/gamepad-mapper", "max_stars_repo_path": "src/GamepadMapper/Configuration/Menu.cs", "provenance": "train-00027-of-00045.jsonl.gz:164228" }
starcoder
<reponame>edongashi/gamepad-mapper using System.Collections.Generic; using System.Linq; using System.Windows.Controls; using GamepadMapper.Configuration.Parsing; namespace GamepadMapper.Configuration { public class MenuConfiguration { public MenuConfiguration( string name, Help...
2.143256
b215d843726ffda2977211353c128e31
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845009
{ "extension": "c-sharp", "max_stars_count": "353.0", "max_stars_repo_name": "MiheevN/USharp", "max_stars_repo_path": "Managed/UnrealEngine.Runtime/UnrealEngine.Runtime/CoreUObject/FCoreUObjectDelegates.cs", "provenance": "train-00027-of-00045.jsonl.gz:164229" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnrealEngine.Runtime.Native; namespace UnrealEngine.Runtime { /// <summary> /// Global CoreUObject delegates /// </summary> public static class FCoreUObjectDelegates { static FCoreUObjectDelegates()...
1.958814
bb42b77f2757a3dfdbba1e87724bb5f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845010
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "dmsch/NLightning", "max_stars_repo_path": "NLightning/OnChain/BlockchainService.cs", "provenance": "train-00027-of-00045.jsonl.gz:164230" }
starcoder
<reponame>dmsch/NLightning<gh_stars>10-100 using Microsoft.Extensions.Logging; using NLightning.Network; using NLightning.OnChain.Client; namespace NLightning.OnChain { public class BlockchainService : IBlockchainService { public BlockchainService(ILoggerFactory loggerFactory, IBlockchainClientService ...
1.658336
583119d3b31315fe2a2618144ac5de89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845011
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tazmainiandevil/Useful.Azure.EventHub.Abstractions", "max_stars_repo_path": "src/Useful.Azure.EventHub.Abstractions/Factory/IEventHubFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:164231" }
starcoder
using Microsoft.Azure.EventHubs; using Useful.Azure.EventHub.Abstractions.Receiver; using Useful.Azure.EventHub.Abstractions.Sender; namespace Useful.Azure.EventHub.Abstractions.Factory { /// <summary> /// Event hub factory /// </summary> public interface IEventHubFactory { IEventHubSender...
1.961945
7914e258f8c6802c4461d509b49a0100
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845012
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ChrisTTian667/KNX", "max_stars_repo_path": "Knx/KnxClientExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:164232" }
starcoder
<gh_stars>1-10 using System; using System.Diagnostics; using System.Threading; using Knx.DatapointTypes; using Knx.Exceptions; using Knx.ExtendedMessageInterface; using Knx.KnxNetIp; namespace Knx { public static class KnxClientExtensions { public static void Write(this KnxNetIpClient clie...
2.60501
77bc977650fc61a1eada913f5624b598
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845013
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ajsuth/Ajsuth.Storefront.SDK", "max_stars_repo_path": "src/Feature.Sample.Website/Repositories/ISampleRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:164233" }
starcoder
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ISampleRepository.cs" company="Sitecore Corporation"> // Copyright (c) Sitecore Corporation 1999-2020 // </copyright> // --------------------------------------------------------...
1.879876
46bb87f6e606da581dee6cfcc98a0d12
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845014
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pjcollins/java.interop", "max_stars_repo_path": "src/Java.Interop/Java.Interop/JniRuntime.JniObjectReferenceManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:164234" }
starcoder
<filename>src/Java.Interop/Java.Interop/JniRuntime.JniObjectReferenceManager.cs using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Sy...
2.145409
4f8ccd6129c9d305a9ea546de6f5da10
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845015
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "tubaplayerdis/HelpfulDebugger", "max_stars_repo_path": "Helpful debuger/Forms/CalcHistoryform.cs", "provenance": "train-00027-of-00045.jsonl.gz:164235" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Helpful_debuger; namespace Helpful_debugger.Forms { public partial class CalcHistoryform ...
2.670675
586e1da9a5583707709819ad6d4bae1d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845016
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cuongpv88/greatreadingadventure", "max_stars_repo_path": "src/GRA.Data/Extensions/IQueryableDataExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:164236" }
starcoder
using System; using System.Linq; using GRA.Data.Model; using GRA.Domain.Model.Filters; namespace GRA.Data.Extensions { public static class IQueryableDataExtensions { public static IQueryable<T> ApplyOrdering<T>(this IQueryable<T> queryable, ChallengeFilter filter) where T : Cha...
2.652507
e6a97fadc0331e47e60a4d884923d06c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845017
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "guokai2048/ngii", "max_stars_repo_path": "CM.Application/CM.Application.Web/Areas/SystemManage/Controllers/DataItemDetailController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164237" }
starcoder
<gh_stars>0 using LeaRun.Application.Busines.SystemManage; using LeaRun.Application.Cache; using LeaRun.Application.Code; using LeaRun.Application.Entity.SystemManage; using LeaRun.Application.Entity.SystemManage.ViewModel; using LeaRun.Util; using LeaRun.Util.WebControl; using System.Collections.Generic; using System...
1.658383
c8b248aef7bf6d545f452336f8e79cca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845018
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LaggingNinja/FOXVENTURE", "max_stars_repo_path": "FOXVENTURE/Assets/Scripts/Settings.cs", "provenance": "train-00027-of-00045.jsonl.gz:164238" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Settings : MonoBehaviour { public GameObject player; public GameObject SettingsPanel; public GameObject SettingsBtn; public GameObject ConfirmPanel; public GameObject InfoPanel; public GameObject AudioPa...
1.940294
77c9f5390369082c3056f65e60c80f2d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845019
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "stuff-we-deserve/fortify", "max_stars_repo_path": "Assets/Scripts/Objects/EnemySpawner.cs", "provenance": "train-00027-of-00045.jsonl.gz:164239" }
starcoder
<filename>Assets/Scripts/Objects/EnemySpawner.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class EnemySpawner : MonoBehaviour { public GameObject enemy; public float spawnTime = 3.0f; public Transform[] spawnPoints; // Use this for initialization void Start ...
2.532262
964735a55d754dc38eff969e588f4b77
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845020
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "gamepois0n/Offset-Dumper", "max_stars_repo_path": "BDO_Universal_Dumper/Write.cs", "provenance": "train-00027-of-00045.jsonl.gz:164240" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BDO_Universal_Dumper { class Write { public static void W(string s, bool NewLine) { var Path = DateTime.Now.ToString("yyyy-M...
2.6576
ea9c2c23f2dc3deb97278524c66743df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845021
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "marouanopen/ICT4RealsWebForms", "max_stars_repo_path": "ICT4RealsWebForms/ICT4RealsWebForms/Loguit.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:164241" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using ICT4RealsWebForms.AdminSystem; namespace ICT4RealsWebForms { public partial class Loguit : System.Web.UI.Page { protected void Page_Load(object...
1.689548
761bc5afe85d830d24563b7ce4afb741
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845022
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "insite-gmbh/Papper", "max_stars_repo_path": "Papper/src/Papper/ExceptionThrowHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:164242" }
starcoder
<reponame>insite-gmbh/Papper<filename>Papper/src/Papper/ExceptionThrowHelper.cs using System; using System.Collections.Generic; namespace Papper { #pragma warning disable CA1303 // Do not pass literals as localized parameters internal static class ExceptionThrowHelper { public static T ThrowArgumentNu...
2.520858
7b2c2bb30ec88b00e27a24340db9946e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845023
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "eightlittlebits/elbsms", "max_stars_repo_path": "elb_utilities/Media/WaveFormat.cs", "provenance": "train-00027-of-00045.jsonl.gz:164243" }
starcoder
namespace elb_utilities.Media { public enum WaveFormatTag : ushort { Pcm = 1 } public class WaveFormat { private readonly WaveFormatTag _formatTag; private readonly ushort _channelCount; private readonly uint _sampleRate; private readonly uint _averageBytesP...
2.916222
c13a1f1f883a55d028c3b2d17fe1ff66
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845024
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "satano/Kros.KORM", "max_stars_repo_path": "src/Query/Sql/QueryInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:164244" }
starcoder
<reponame>satano/Kros.KORM using Kros.KORM.Query.Providers; namespace Kros.KORM.Query.Sql { /// <summary> /// Information about SQL query generated by <see cref="ISqlExpressionVisitor"/>. /// </summary> /// <remarks> /// <para> /// <see cref="QueryInfo"/> contains SQL query itself (<see cref="...
2.483491
fa48b59381ce4708db48b847f07f2f2b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845025
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "encosoftware/ifps", "max_stars_repo_path": "ButorRevolutionWebAPI/src/backend/factory/IFPS.Factory.Application/Dto/Orders/OrderDeatilsForCuttingDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:164245" }
starcoder
<filename>ButorRevolutionWebAPI/src/backend/factory/IFPS.Factory.Application/Dto/Orders/OrderDeatilsForCuttingDto.cs using IFPS.Factory.Domain.Model; using System; namespace IFPS.Factory.Application.Dto { public class OrderDeatilsForCuttingDto { public Guid Guid { get; set; } public string Or...
2.031454
97fdc6b8b5871e82fd783cce19bb35c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845026
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Edwardchorius/ItsAllAboutTheGame", "max_stars_repo_path": "ItsAllAboutTheGame/ItsAllAboutTheGame.Services.Game/Contracts/IGame.cs", "provenance": "train-00027-of-00045.jsonl.gz:164246" }
starcoder
using ItsAllAboutTheGame.Services.Game.DTO; namespace ItsAllAboutTheGame.Services.Game.Contracts.GameOne { public interface IGame { GameResultDTO Play(int stake, string gridDimensions); GameResultDTO GenerateGrid(string gridDimensions); } }
1.875624
0a796c2fa8985c1c49aefc17b57b8ed9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845027
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "branjwong/portfolio", "max_stars_repo_path": "c#/Blaster.cs", "provenance": "train-00027-of-00045.jsonl.gz:164247" }
starcoder
using UnityEngine; using System.Collections; public class Blaster : MonoBehaviour { public Rigidbody2D projectile; // Prefab of the projectile. public float speed = 15f; // The speed the blaster will fire at. public bool shoot = true; // private PlayerController playerCtrl; // Reference to the PlayerCon...
2.346967
a45e71588bd86906677d96d2f5edf767
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845028
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dolphinspired/dolphengine", "max_stars_repo_path": "DolphEngine/Scenery/Director.cs", "provenance": "train-00027-of-00045.jsonl.gz:164248" }
starcoder
using DolphEngine.DI; using System; using System.Collections.Generic; namespace DolphEngine.Scenery { public class Director : IDisposable { protected readonly Dictionary<string, Func<IScene>> Scenes = new Dictionary<string, Func<IScene>>(); private readonly IServiceRepository _serviceRepo; ...
2.82621
429a464b769f45dce6c537f3fc85fc1d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845029
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Muzsor/Prism", "max_stars_repo_path": "e2e/Uno/src/ModuleA/ModuleAModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:164249" }
starcoder
using ModuleA.Views; using Prism.Ioc; using Prism.Modularity; using Prism.Regions; namespace ModuleA { public class ModuleAModule : IModule { private readonly IRegionManager _regionManager; public ModuleAModule(IRegionManager regionManager) { _regionManager = regionManager...
1.822703
4ea419089442c1fbf2c2b39bff9fab97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845030
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ByteDev/ByteDev.Testing", "max_stars_repo_path": "src/ByteDev.Testing/JsonSettingsFileSerializer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164250" }
starcoder
<filename>src/ByteDev.Testing/JsonSettingsFileSerializer.cs<gh_stars>0 using System.IO; using System.Text.Json; namespace ByteDev.Testing { internal static class JsonSettingsFileSerializer { public static TTestSettings Deserialize<TTestSettings>(string filePath) { var json = File.R...
2.763075
2a818dd05864327b1da174f06016715c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845031
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "catsocks/Inpainting", "max_stars_repo_path": "Inpainting.UnitTests/GivenPyramidBuilder/WhenInit.cs", "provenance": "train-00027-of-00045.jsonl.gz:164251" }
starcoder
<reponame>catsocks/Inpainting<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; using Shouldly; using Zavolokas.Structures; namespace Zavolokas.ImageProcessing.Inpainting.UnitTests.GivenPyramidBuilder { [TestFixtur...
2.451412
53c6d99082243a453c2ad4c35c85e31a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845032
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "adhadimohd/AUTO-POST-FB-CSHARP", "max_stars_repo_path": "WindowsFormsApplication2/GroupPoster.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164252" }
starcoder
<gh_stars>1-10 namespace FBResponder { partial class GroupPoster { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary...
1.716964
b965b9d24a4045dc11e16f8dc57934bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845033
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "svillamonte/spa-rewards", "max_stars_repo_path": "src/Rewards.Services/ApiAuthenticator.cs", "provenance": "train-00027-of-00045.jsonl.gz:164253" }
starcoder
using System; using RestSharp; using RestSharp.Authenticators; namespace Rewards.Services { public class ApiAuthenticator : IAuthenticator { public void Authenticate(IRestClient client, IRestRequest request) { request.AddHeader("Authorization", "ApiKey <KEY>"); } ...
1.815271
a5972f68290ddf898ebef27d38308d29
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845034
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tamifist/Transcendence", "max_stars_repo_path": "TranscendenceChat.ServerClient/Ws/Requests/AddParticipantsRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:164254" }
starcoder
<filename>TranscendenceChat.ServerClient/Ws/Requests/AddParticipantsRequest.cs using System; using System.Collections.Generic; namespace TranscendenceChat.ServerClient.Entities.Ws.Requests { public class AddParticipantsRequest : BaseRequest { public Guid GroupId { get; set; } public List<long...
1.825273
136246c0b8b848538fba437eeddef71e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845035
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "CloudConstruct/Etch.OrchardCore.Fields", "max_stars_repo_path": "Eventbrite/Permissions.cs", "provenance": "train-00027-of-00045.jsonl.gz:164255" }
starcoder
using OrchardCore.Security.Permissions; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Etch.OrchardCore.Fields.Eventbrite { public class Permissions : IPermissionProvider { public static readonly Permission ManageEventbriteAPI = new Permission("EventbriteA...
2.143981
1896b597d2aade3d79ccd1097f03bcab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845036
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lewpapado92/MSolve-ImmunoMech", "max_stars_repo_path": "MatricesTests/TestVector.cs", "provenance": "train-00027-of-00045.jsonl.gz:164256" }
starcoder
<filename>MatricesTests/TestVector.cs<gh_stars>1-10 using ISAAR.MSolve.Matrices; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace MatricesTests { [TestFixture] class TestVector { [Test] pub...
2.899303
5f80a6f885d4ce9ff14c0c2f6fbe3793
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845037
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pavlitosdv/MyArtWork-Gallery", "max_stars_repo_path": "GroupProject/GroupProject/Controllers/API/PreferencesAPIController.cs", "provenance": "train-00027-of-00045.jsonl.gz:164257" }
starcoder
<reponame>pavlitosdv/MyArtWork-Gallery using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Description; using GroupProject.Models; ...
2.326206
daf758bf7b5f257aa367c5fcaee1040b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845038
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "silvath/siscobras", "max_stars_repo_path": "mdlDataBaseData/mdlDataBaseData/Tabelas/XsdTbRelatorioRetangulos.cs", "provenance": "train-00027-of-00045.jsonl.gz:164258" }
starcoder
//------------------------------------------------------------------------------ // <autogenerated> // This code was generated by a tool. // Runtime Version: 1.1.4322.510 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </autogenerated> //-----...
2.052875
9cf9e3f6fc69f6f95d40ff4526b0cedb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8845039
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "isascarc/Pacman", "max_stars_repo_path": "pacmen/FrmSelectProfile.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:164259" }
starcoder
<reponame>isascarc/Pacman namespace PacmanGame { partial class FrmSelectProfile { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being us...
2.01222
f5c16fcb622a179896948c6bdc0ac732