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
8849512
{ "extension": "c-sharp", "max_stars_count": "49.0", "max_stars_repo_name": "MonoLogueChi/Dplayer.Danmaku", "max_stars_repo_path": "Danmu/Models/Converters/IPAddressConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:168732" }
starcoder
<gh_stars>10-100 using System; using System.Net; using System.Text.Json; using System.Text.Json.Serialization; namespace Danmu.Models.Converters { public class IpAddressConverter : JsonConverter<IPAddress> { public override IPAddress Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOp...
2.746304
6cc592e9c04ca7f0973cf268aa42e33c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849513
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "grammophone/Grammophone.Users.Domain", "max_stars_repo_path": "Accounting/FundsTransferEventType.cs", "provenance": "train-00027-of-00045.jsonl.gz:168733" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Grammophone.Domos.Domain.Accounting { /// <summary> /// Type of a <see cref="FundsTransferEvent"/>. /// </summary> public enum Fund...
2.179493
9b2dedeb68b9581c4582ba73e6346c86
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849514
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "harleydk/SOLIDwDesignPatternsCourse", "max_stars_repo_path": "SOLIDprinciples/OpenClosed/OpenClosed_GoodDesign/PressureSensorReader.cs", "provenance": "train-00027-of-00045.jsonl.gz:168734" }
starcoder
<reponame>harleydk/SOLIDwDesignPatternsCourse using OpenClosed_GoodDesign.PressureSensorImplementations; namespace OpenClosed_GoodDesign { public sealed class PressureSensorReader { private TankPressureSensorBase[] _tankPressureSensors; public PressureSensorReader() { _tan...
3.314859
51811847585aca304a7994e08ab97ac6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849515
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eljunia/Peanut", "max_stars_repo_path": "src/Services/Peanut.Services.Models/Sayings/SayingSimpleViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:168735" }
starcoder
using Peanut.Data.Models; using Peanut.Services.Mapping; namespace Peanut.Services.Models.Sayings { public class SayingSimpleViewModel : IMapFrom<Saying> { public int Id { get; set; } public string Content { get; set; } } }
1.648348
06b7a2653883863dfeffc185c00c90a2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849516
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DaniloPeres/MySqlHelper", "max_stars_repo_path": "MySqlHelper/Interfaces/IInsertQueryBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:168736" }
starcoder
<reponame>DaniloPeres/MySqlHelper using System; using System.Collections.Generic; using System.Text; namespace MySqlHelper.Interfaces { public interface IInsertQueryBuilder { // COLUMNS + VALUES } }
1.510989
728c242f61d4af2f26023a38c6622945
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849517
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "shimat/opencvsharp_2410", "max_stars_repo_path": "src/OpenCvSharp/Src/Enum/ContourChain.cs", "provenance": "train-00027-of-00045.jsonl.gz:168737" }
starcoder
 namespace OpenCvSharp { #if LANG_JP /// <summary> /// 輪郭の近似手法 /// </summary> #else /// <summary> /// Approximation method (for all the modes, except CV_RETR_RUNS, which uses built-in approximation). /// </summary> #endif public enum ContourChain : int { #if LANG_JP /// <summary> /...
3.046648
4cf9a0fefeca65336f79a79347d363f8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849518
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FosolSolutions/vic-api", "max_stars_repo_path": "libs/Synology/FileStation/Models/SortBy.cs", "provenance": "train-00027-of-00045.jsonl.gz:168738" }
starcoder
<reponame>FosolSolutions/vic-api using Fosol.Core.Http.Json; namespace Synology.FileStation.Models { public enum SortBy { [EnumValue("name")] Name, [EnumValue("user")] User, [EnumValue("group")] Group, [EnumValue("mtime")] Modified, [Enum...
1.683978
e1b5569f326757a79b5f4231cac3dbc2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849519
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "matcom-compilers-2019/cool-compiler-supercool", "max_stars_repo_path": "src/SuperCOOL/CodeGeneration/CIL/AST/ASTCILCaseNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:168739" }
starcoder
using SuperCOOL.Core; using System.Collections.Generic; using System.Collections.Immutable; namespace SuperCOOL.CodeGeneration.CIL.AST { public class ASTCILCaseNode : ASTCILExpressionNode { public ASTCILExpressionNode ExpressionCase { get; } public IReadOnlyList<(CoolType type, ASTCILExpressio...
2.459239
d1de0a13f777bbaf5bc558daa3b847d0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849520
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Spongman/ImapBayes", "max_stars_repo_path": "AE.Net.Mail/ImapClientExceptionEventArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:168740" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace AE.Net.Mail { public class ImapClientExceptionEventArgs : System.EventArgs { public ImapClientExceptionEventArgs(System.Exception Exception) { this.Exception = Exception; } public System.Exception Exception { ge...
1.822031
66765e905f750bed06bca0eddd133725
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849521
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "phinque/DirScan-1", "max_stars_repo_path": "DirScan.Data/Models/DirectoryDataSummary.cs", "provenance": "train-00027-of-00045.jsonl.gz:168741" }
starcoder
using System.Collections.Generic; using System.Linq; namespace DirScan.Data { public class DirectoryDataSummary { public int FileCount { get; set; } public int DirectoryCount { get; set; } public long Size { get; set; } public string TotalSize { get ...
2.998441
621df84af3009b5435f0c49a7ec817cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849522
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tolaveng/TrackMyExpense", "max_stars_repo_path": "src/Core.Application/Mediator/BudgetJars/SaveBudgetJar.cs", "provenance": "train-00027-of-00045.jsonl.gz:168742" }
starcoder
using AutoMapper; using Core.Application.IRepositories; using Core.Application.Models; using Core.Domain.Entities; using MediatR; namespace Core.Application.Mediator.BudgetJars { public class SaveBudgetJarCommand : IRequest<Guid> { public BudgetJarDto BudgetJarDto { get; set; } public SaveBud...
2.31224
869e41ebdba4b0b1f45b68208f7e27f3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849523
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "WildChild85/starbase-nexus-api", "max_stars_repo_path": "starbase-nexus-api/Services/Media/ImageService.cs", "provenance": "train-00027-of-00045.jsonl.gz:168743" }
starcoder
<filename>starbase-nexus-api/Services/Media/ImageService.cs using ImageMagick; using System; using System.Drawing; using System.IO; namespace starbase_nexus_api.Services.Media { public class ImageService : IImageService { public void GenerateThumbnail(string sourcePath, string destinationPath...
3.146855
e197ef474c045601752b383849f93da5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849524
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Hussain9384/UserService", "max_stars_repo_path": "TenantManagement.InfraStructure/Migrations/20210814083118_AddTenantInformation.cs", "provenance": "train-00027-of-00045.jsonl.gz:168744" }
starcoder
using Microsoft.EntityFrameworkCore.Migrations; namespace TenantManagement.InfraStructure.Migrations { public partial class AddTenantInformation : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "Tenant...
1.899528
e5182241453ffababb74f5a416e631ba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849525
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "OctopusSamples/OctopusTrident", "max_stars_repo_path": "src/Octopus.Trident.Web/DataAccess/ReleaseRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:168745" }
starcoder
<reponame>OctopusSamples/OctopusTrident<filename>src/Octopus.Trident.Web/DataAccess/ReleaseRepository.cs using Microsoft.Data.SqlClient; using System.Linq; using System.Threading.Tasks; using Dapper; using Octopus.Trident.Web.Core.Configuration; using Octopus.Trident.Web.Core.Models; using Octopus.Trident.Web.Cor...
2.169531
de945ed2b85e3dd07865c84975f418ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849526
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pashcovich/More", "max_stars_repo_path": "src/Tests/UI.Tests/Windows.Input/OpenFileInteractionTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:168746" }
starcoder
<gh_stars>0 namespace More.Windows.Input { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Xunit; /// <summary> /// Provides unit tests for <see cref="OpenFileInteraction"/>. /// </summary> public class OpenFileInteractionTest ...
2.343574
54e5185dc1342d4be0154696d757f19d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849527
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Biguod/SistemasCorporativos_ModulosUsuario", "max_stars_repo_path": "ModulosUsuario/ModulosUsuario/Models/Tools.cs", "provenance": "train-00027-of-00045.jsonl.gz:168747" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace ModulosUsuario.Models { public class Tools { [Key] public int ToolsId { get; set; } [Required] [Display(Name = "Nome")] public string Name { get; set; } [Req...
2.325171
945a37dcf020d43adb50936952028453
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849528
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lagerdalek/alchemy", "max_stars_repo_path": "ObviousCode.Alchemy/ObviousCode.Alchemy.Library/Evaluation/PopulationEvaluationContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:168748" }
starcoder
<filename>ObviousCode.Alchemy/ObviousCode.Alchemy.Library/Evaluation/PopulationEvaluationContext.cs using System; namespace ObviousCode.Alchemy.Library { public interface PopulationEvaluationContext { } }
1.278401
35c8f68f03f5348453782c67e7a9faec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849529
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ShereSoft/CountryCollection", "max_stars_repo_path": "src/CountryCollection/CountryCollection/CountryCollectionExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:168749" }
starcoder
<filename>src/CountryCollection/CountryCollection/CountryCollectionExtensions.cs using ShereSoft; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /// <summary> /// Provides a set of static (Shared in Visual Basic) methods for querying a CountryCollec...
3.235703
466245113358ac53cbb32de38c880149
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849530
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Apostolique/Texo", "max_stars_repo_path": "Game/Layer1/Midi.cs", "provenance": "train-00027-of-00045.jsonl.gz:168750" }
starcoder
<reponame>Apostolique/Texo<gh_stars>1-10 using System; using System.Linq; using System.Collections.Generic; using Commons.Music.Midi; namespace GameProject { public class Midi : IDisposable { public Midi() : this("") {} public Midi(string id) { var access = MidiAccessManager.Default; ...
2.702929
020f9e6e1d67d74da7370aaf1b29892b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849531
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "developersworkspace/EPONS", "max_stars_repo_path": "SourceCode/SADFM/trunk/SADFM.Infrastructure.Persistence/Models/FacilityMedicalScheme.cs", "provenance": "train-00027-of-00045.jsonl.gz:168751" }
starcoder
namespace SADFM.Infrastructure.Persistence.Models { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.Spatial; [Table("FacilityMedicalScheme")] public partial class Facili...
1.90998
b3d63aaaf7a78ecbcf966f407ccbb05c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849532
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "bamcis-io/AWSLambda.Common", "max_stars_repo_path": "bamcis.Lambda.Common/SageMaker/DeepARForecastInferenceResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:168752" }
starcoder
using BAMCIS.Lambda.Common.SageMaker.Model; using Newtonsoft.Json; using System.Collections.Generic; namespace BAMCIS.Lambda.Common.SageMaker { /// <summary> /// A response from a DeepAR Forecast inference /// </summary> public class DeepARForecastInferenceResponse : InferencePredictionResponse<DeepAR...
2.064149
449f911ec34a7292ed75d9221391dc47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849533
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "Tianyun-G/Serverless-File-Validation", "max_stars_repo_path": "AzureFunctions.v3.Durable/FunctionValidateFileSet.cs", "provenance": "train-00027-of-00045.jsonl.gz:168753" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.DurableTask; using Microsoft.Extensions.Logging; using Microsoft.WindowsAzure.Storage; namespace FileValidation { public static class FunctionValidateFileSet { ...
2.525591
b6233f98eb5a04bf8350be5a0037fcdc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849534
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "feO2x/Light.Serialization", "max_stars_repo_path": "Code/Light.Serialization.Json.Tests/DeserializationTests/WhitespaceTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:168754" }
starcoder
using Xunit; #pragma warning disable CS0436 // Type conflicts with imported type namespace Light.Serialization.Json.Tests.DeserializationTests { public sealed class WhitespaceTests : BaseJsonDeserializerTest { [Theory(DisplayName = "Space before a single value must be ignored by the deserializer.")] ...
2.626008
7a6753e5d30c99c3f2ba5a0137b863fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849535
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MinexAutomation/R5T.D0021", "max_stars_repo_path": "source/R5T.D0021.Default/Code/Extensions/IServiceCollectionExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:168755" }
starcoder
using System; using Microsoft.Extensions.DependencyInjection; using R5T.D0001; using R5T.D0010; using R5T.D0017; using R5T.D0022; using R5T.Dacia; namespace R5T.D0021.Default { public static class IServiceCollectionExtensions { /// <summary> /// Adds the <see cref="Relativ...
1.604195
786baba68ec6dd9532995cfed5674ef1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849536
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Overgroup/NETXUSASharp", "max_stars_repo_path": "src/NETXUSASharp/Models/additionalOption.cs", "provenance": "train-00027-of-00045.jsonl.gz:168756" }
starcoder
<reponame>Overgroup/NETXUSASharp<filename>src/NETXUSASharp/Models/additionalOption.cs namespace NETXUSASharp.Models { public class additionalOption { public string name { get; set; } public string value { get; set; } } }
1.665927
dc0defd6f870e5d1d1102c88e7b64ed4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849537
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bluwy/QTD", "max_stars_repo_path": "Assets/Tests/TowerTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:168757" }
starcoder
using System.Collections; using System.Collections.Generic; using NUnit.Framework; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.TestTools; using UnityEditor; using QTD; using QTD.Towers; namespace Tests { [TestFixture] public class TowerTest { private const string TOWER_...
2.039523
96634e687768a982900f7bf8ef91d169
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849538
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "addon365/FindMatch360", "max_stars_repo_path": "Src/Web/addon365.FindMatch360/Controllers/SubCasteMastersController.cs", "provenance": "train-00027-of-00045.jsonl.gz:168758" }
starcoder
<reponame>addon365/FindMatch360 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using addon365.FindMatch360.Data; using addon365.FindMatch360.Models.Masters; u...
2.237047
b47c8f76830cef18ef2e992cdb1de122
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849539
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JasonKStevens/PuzzleBox.NeuralNets", "max_stars_repo_path": "PuzzleBox.NeuralNets/Layers/Activations/TanH.cs", "provenance": "train-00027-of-00045.jsonl.gz:168759" }
starcoder
using System; using PuzzleBox.NeuralNets.Algebra; namespace PuzzleBox.NeuralNets.Layers.Activations { public class TanH : ActivationLayerBase { protected override Func<float, float> _activationFn => ActivationFn.TanH; protected override Func<float, float> _gradientFn => ActivationFn.Ta...
2.49436
af59b314290a2518028b744614f64674
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849540
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "QubizSolutions/quiz-engine", "max_stars_repo_path": "src/Qubiz.QuizEngine/ViewModels/ExamDetail.cs", "provenance": "train-00027-of-00045.jsonl.gz:168760" }
starcoder
<reponame>QubizSolutions/quiz-engine using Qubiz.QuizEngine.Database.Entities; using System.ComponentModel.DataAnnotations.Schema; namespace Qubiz.QuizEngine.ViewModels { [NotMapped] public class ExamDetail: Exam { public ExamAnswer[] Answers { get; set; } public string Title { get; set; ...
1.993302
c75d22bc098961247c58982ce617d91e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849541
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "staafl/dotnet-bclext", "max_stars_repo_path": "to-integrate/libcs_staaflutil/Business/SIT_Engine/SE_Program_Helpers.cs", "provenance": "train-00027-of-00045.jsonl.gz:168761" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Text.RegularExpressions; using Fairweather.Service; using Versioning; using Common; using Common.Controls; using Common.Dialogs; using DTA; using Standardization; namespace Sage...
2.183261
60cff55f062feb6efb7440fdf789d24c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849542
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DmitryStroganov/TeamCalendar", "max_stars_repo_path": "src/TeamCalendar.Data/CalendarInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:168762" }
starcoder
<filename>src/TeamCalendar.Data/CalendarInfo.cs using System; namespace TeamCalendar.Data { public class CalendarInfo { public enum CalendarAppointmentType { Single, Occurrence, Exception, RecurringMaster } /// <summary> ...
2.630056
be29f043f1a719f227a3d73cf007042d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849543
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "soxtoby/EasyAssertions", "max_stars_repo_path": "UnitTests/ContinuationTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:168763" }
starcoder
<reponame>soxtoby/EasyAssertions using NUnit.Framework; namespace EasyAssertions.UnitTests { [TestFixture] public class ContinuationTests { private Continuation sut; [SetUp] public void SetUp() { sut = new Continuation(new SourceAddress(), "property...
2.225573
662d4b275822f7627a17a512db810317
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849544
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DeviousCreation/stance", "max_stars_repo_path": "Source/Initium.Portal.Web/ApiEndpoints/AuthDevice/CompleteAuthDeviceRegistration.cs", "provenance": "train-00027-of-00045.jsonl.gz:168764" }
starcoder
<gh_stars>0 // Copyright (c) Project Initium. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. using System; using System.Threading; using System.Threading.Tasks; using Ardalis.ApiEndpoints; using Fido2NetLib; using FluentValidation; using Init...
1.665522
4fcb5498bc945f665961ceb16d980036
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849545
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dazberry/Tumble", "max_stars_repo_path": "src/Tumble.Core/Handlers/ParallelPipeline.cs", "provenance": "train-00027-of-00045.jsonl.gz:168765" }
starcoder
using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Tumble.Core.Handlers { public class ParallelPipelineInfo { public PipelineContext Context { get; set; } public Task ParallelTask { get; set; } } public class ParallelPipeline :...
2.721848
7a2f96469ee6acd61639765d4eaad2f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849546
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "uranometrical/openmantleproxy", "max_stars_repo_path": "src/Uranometrical.OpenMantleProxy.Hosts/HostsFileResolver.cs", "provenance": "train-00027-of-00045.jsonl.gz:168766" }
starcoder
using System; using System.IO; using Microsoft.Win32; namespace Uranometrical.OpenMantleProxy.Hosts { /// <summary> /// Resolves the location of a computer's <c>hosts</c> file. /// </summary> public static class HostsFileResolver { /// <summary> /// Identical to <see cref="...
2.807683
3336a3dc3ace174e13aa37d0d36ea47c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849547
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Laritello/osu-music", "max_stars_repo_path": "src/Osu.Music.Services/Hotkeys/KeyboardStateManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:168767" }
starcoder
using Osu.Music.Common.Models; using System.Windows.Forms; namespace Osu.Music.Services.Hotkeys { public class KeyboardStateManager { private bool _leftShiftPressed; public bool LeftShiftPressed { get => _leftShiftPressed; set { _left...
2.444415
557b02bc152d11eae8bca1889f319919
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849548
{ "extension": "c-sharp", "max_stars_count": "56.0", "max_stars_repo_name": "AndriySvyryd/UnicornHack", "max_stars_repo_path": "test/UnicornHack.Core.Tests/Utils/MessagingECS/EntityIndexTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:168768" }
starcoder
<filename>test/UnicornHack.Core.Tests/Utils/MessagingECS/EntityIndexTest.cs using System.Linq; using UnicornHack.Systems.Actors; using UnicornHack.Systems.Items; using UnicornHack.Systems.Knowledge; using UnicornHack.Systems.Levels; using UnicornHack.Utils.DataStructures; using Xunit; namespace UnicornHack.Utils.Mess...
2.139156
3083249eb1cd8922918d51d016d8b311
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849549
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DmitriyBuranov/WebAppForAuctions", "max_stars_repo_path": "src/Otus.PublicSale.DataAccess/Repositories/AuctionBetRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:168769" }
starcoder
<reponame>DmitriyBuranov/WebAppForAuctions using Microsoft.EntityFrameworkCore; using Otus.PublicSale.Core.Abstractions.Repositories; using Otus.PublicSale.Core.Domain.AuctionManagement; using Otus.PublicSale.DataAccess.Data; using System; using System.Collections.Generic; using System.Linq; using System.Text; using S...
2.259138
c4d874bd48d605f794af39eae8b423af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849550
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "omikhailov/CorpusCallosum", "max_stars_repo_path": "Code/Shared/SharedObjects/MemoryManagement/WriterMemoryManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:168770" }
starcoder
// MIT License // // Copyright (c) 2021 <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, mer...
2.135196
ff34c72248708edb827f90e88258fdd9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849551
{ "extension": "c-sharp", "max_stars_count": "39.0", "max_stars_repo_name": "blazor-cn/Blazor.ECharts", "max_stars_repo_path": "Blazor.ECharts/Options/Series/Label.cs", "provenance": "train-00027-of-00045.jsonl.gz:168771" }
starcoder
using Blazor.ECharts.Options.Enum; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Blazor.ECharts.Options.Series { public record Label { /// <summary> /// /// </summary> public bool? Show { set; get;...
2.765784
cbd466df9ce2704524dfcc56118a6911
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849552
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gellios3/FateSimulator", "max_stars_repo_path": "Assets/Scripts/Serializable/Aspects/Equipment/CharacteristicPair.cs", "provenance": "train-00027-of-00045.jsonl.gz:168772" }
starcoder
<filename>Assets/Scripts/Serializable/Aspects/Equipment/CharacteristicPair.cs using System; using Enums.Aspects; namespace Serializable.Aspects.Equipment { [Serializable] public struct CharacteristicPair { public CharacteristicType type; public byte value; } }
1.735879
2c571390735dba5ef5472eda5d8010f1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849553
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gracjang/RabbitSample", "max_stars_repo_path": "src/RabbitSample.Domain.Core/Commands/CommandBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:168773" }
starcoder
<filename>src/RabbitSample.Domain.Core/Commands/CommandBase.cs using System; using MediatR; namespace RabbitSample.Domain.Core.Commands { public abstract class CommandBase : IRequest<bool> { public string MessageType => GetType().Name; public DateTime Timestamp => DateTime.Now; } }
2.081412
4f38f4be2cc8e7defce60549cc9a40c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849554
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "enklu/jint", "max_stars_repo_path": "Jint.Tests.Ecma/Ecma/12.10.cs", "provenance": "train-00027-of-00045.jsonl.gz:168774" }
starcoder
<filename>Jint.Tests.Ecma/Ecma/12.10.cs using Xunit; namespace Jint.Tests.Ecma { public class Test_12_10 : EcmaTest { [Fact] [Trait("Category", "12.10")] public void WithDoesNotChangeDeclarationScopeVarsInWithAreVisibleOutside() { RunTest(@"TestCases/ch12/12.10/12.10-0-1.js",...
2.120984
ea50b7fc2b725abbe2dc6891dacf81f2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849555
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "haiyaku365/StimmingSignalGenerator", "max_stars_repo_path": "StimmingSignalGenerator/MVVM/Views/PlaylistView.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:168775" }
starcoder
using Avalonia.Controls; using Avalonia.Input; using Avalonia.Markup.Xaml; using Avalonia.ReactiveUI; using DynamicData; using ReactiveUI; using StimmingSignalGenerator.MVVM.UiHelper; using StimmingSignalGenerator.MVVM.ViewModels; using System; using System.Collections.Generic; using System.Linq; using System.Reactive....
2.067962
48ddd0b52694997644429586c02d1b1e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849556
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "MentorSource/mentorbot", "max_stars_repo_path": "src/MentorBot.Functions/Processors/Timesheets/TimesheetsProperties.cs", "provenance": "train-00027-of-00045.jsonl.gz:168776" }
starcoder
namespace MentorBot.Functions.Processors.Timesheets { /// <summary>The timesheets properties keys.</summary> public static class TimesheetsProperties { /// <summary>The processor name.</summary> public const string ProcessorSubjectName = nameof(Timesheets); /// <summary>The auto no...
1.842745
e311ab15246ea0dc1a698e764131e8df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849557
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "SebastianRuzanowski/Ubiquitous", "max_stars_repo_path": "src/Adapters/U.SmartStoreAdapter/U.SmartStoreAdapter.Application/Products/GetProductQueryHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:168777" }
starcoder
<gh_stars>1-10 using System.Threading; using System.Threading.Tasks; using AutoMapper; using MediatR; using Microsoft.EntityFrameworkCore; using SmartStore.Persistance.Context; using U.Common.Products; using U.SmartStoreAdapter.Application.Common.Exceptions; using U.SmartStoreAdapter.Domain.Entities.Catalog; namespace...
2.284837
90489a99ef0db27376114e3372e28310
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849558
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "x3mxray/semantic.related.items", "max_stars_repo_path": "src/Foundation/RelatedContentTagging/code/Services/RelatedItemContentTaggingProviderSetBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:168778" }
starcoder
<filename>src/Foundation/RelatedContentTagging/code/Services/RelatedItemContentTaggingProviderSetBuilder.cs<gh_stars>0 using System; using System.Linq; using Semantic.Foundation.RelatedContentTagging.Providers; using Sitecore.ContentTagging.Configuration; using Sitecore.ContentTagging.Core.Providers; using Sitecore.Da...
2.33329
34e9b3e8e7b3c07c5d4407e387cc4f4b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849559
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "JoeM-RP/bootstrap-prism", "max_stars_repo_path": "PrismForms/ViewModels/AppShellViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:168779" }
starcoder
<gh_stars>1-10 using System.Collections.ObjectModel; using PrismForms.Models; using Prism.Navigation; using Prism.Commands; namespace PrismForms.ViewModels { public class AppShellViewModel : BaseViewModel { /* * Define Fields */ // TODO: this is a good place to define services that will be ini...
2.475493
fff0629d56638449fe42324ea31105dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849560
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Pillowdrift/StellarSwingClassic", "max_stars_repo_path": "Assets/Scripts/Saving/UnlockAll.cs", "provenance": "train-00027-of-00045.jsonl.gz:168780" }
starcoder
<reponame>Pillowdrift/StellarSwingClassic<gh_stars>1-10 using UnityEngine; using System.Collections; #if ENABLE_CHEATS || UNITY_EDITOR public class UnlockAll : MonoBehaviour { void OnMouseDown() { Level last = Levels.AllLevels[Levels.AllLevels.Count-1]; SaveManager.Beaten(last); SaveMan...
1.587032
42ed344d57fbc9f48c91f22a7c8ab842
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849561
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ardliath/ckd", "max_stars_repo_path": "Ckd/Views/About/LivingWithNewKidney.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:168781" }
starcoder
@{ ViewData["Title"] = "Living With A New Kidney"; } <section class="pt-9 pb-2 py-md-10 bg-stone" id="quote" style="background-image: url(/img/background/avator-bg.png);"> <div class="container"> <div class="container"> <div class="section-title justify-content-center mb-2 mb-md-8 wow fad...
2.742929
76fee7f8ac60b5949fa25640a80bdd1d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849562
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "telmengedar/scriptservice", "max_stars_repo_path": "ScriptService/Extensions/DayOfWeekExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:168782" }
starcoder
using System; using ScriptService.Dto.Tasks; namespace ScriptService.Extensions { /// <summary> /// extensions for <see cref="DayOfWeek"/> /// </summary> public static class DayOfWeekExtensions { /// <summary> /// converts a weekday to a scheduled days filter /// </summary> ...
3.316821
2fc41f4b35bedef0938209621e77a43a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849563
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "always-awaken/OKEx.Net", "max_stars_repo_path": "Okex.Net/Converters/Spot/SpotOrderBookDataTypeConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:168783" }
starcoder
using CryptoExchange.Net.Converters; using Okex.Net.Enums; using System.Collections.Generic; namespace Okex.Net.Converters { internal class SpotOrderBookDataTypeConverter : BaseConverter<OkexSpotOrderBookDataType> { public SpotOrderBookDataTypeConverter() : this(true) { } public SpotOrderBookD...
2.231217
4e7f8c4b1059eaf5f7cb1ffe4a3d05ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849564
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "Sadikk/BlueSheep", "max_stars_repo_path": "BlueSheep/Common/Protocol/types/game/inventory/preset/Preset.cs", "provenance": "train-00027-of-00045.jsonl.gz:168784" }
starcoder
// Generated on 12/11/2014 19:02:10 using System; using System.Collections.Generic; using System.Linq; using BlueSheep.Common.IO; namespace BlueSheep.Common.Protocol.Types { public class Preset { public new const short ID = 355; public virtual short TypeId { get { return ID; } } public sbyte...
2.307418
3635f72f1e73bff7f08f04055337ed6f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849565
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RossWright/Grimoire", "max_stars_repo_path": "src/Grimoire/Model/SpellList.cs", "provenance": "train-00027-of-00045.jsonl.gz:168785" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Grimoire.Model { public interface ISpellList { string ID { get; } string Title { get; set; } AmtgardClass Class { get; set; } int Level { get; set; } ...
2.799398
423490f58bd86e3cea0414946e7cc17c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849566
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "shaggyshelar/LinkBackend", "max_stars_repo_path": "Espl.Linkup.Web/Controllers/Corporate/ConferenceController.cs", "provenance": "train-00027-of-00045.jsonl.gz:168786" }
starcoder
<filename>Espl.Linkup.Web/Controllers/Corporate/ConferenceController.cs<gh_stars>0 using Espl.Linkup.Common.Corporate.Treatments; using Espl.Linkup.Common.Users; using Espl.Linkup.Domain.Corporate.Conferences; using Espl.Linkup.Domain.Corporate.Treatments; using Espl.Linkup.Domain.Profile.Users; using System; using Sy...
2.16681
6ccd8d3017817a422f384afb097b9371
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849567
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AbabeiAndrei/WProject", "max_stars_repo_path": "WProject/frmMain.cs", "provenance": "train-00027-of-00045.jsonl.gz:168787" }
starcoder
<reponame>AbabeiAndrei/WProject using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Newtonsoft.Json; using WProject.Classes; using WProjec...
2.065686
acdb99f2101ee6161694d7fb3242b856
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849568
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "noricohuas/owin-samples", "max_stars_repo_path": "Owin04_OAuthServer/Controllers/AccountController.cs", "provenance": "train-00027-of-00045.jsonl.gz:168788" }
starcoder
<reponame>noricohuas/owin-samples using System; using System.Web.Mvc; using System.Web; using Microsoft.Owin.Security; using System.Security.Claims; namespace Owin04_OAuthServer.Controllers { [Authorize] public class AccountController : Controller { [AllowAnonymous] public ActionResult Login...
2.007005
1cae938a902cdc6bc0155f10ae785ddb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849569
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "karljakober/StepperUpper", "max_stars_repo_path": "StepperUpper/DataModel/SetupTask.RunProcess.cs", "provenance": "train-00027-of-00045.jsonl.gz:168789" }
starcoder
using System; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Xml.Linq; using AirBreather; namespace StepperUpper { internal abstract partial class SetupTask { internal sealed class RunProcess : SetupT...
2.513947
a42fbd7a767504ba554feb87d568e717
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849570
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "datadiode/B2XTranslator", "max_stars_repo_path": "src/Presentation/PresentationMLMapping/CoreMapping.cs", "provenance": "train-00027-of-00045.jsonl.gz:168790" }
starcoder
/* * Copyright (c) 2008, DIaLOGIKa * 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 list o...
1.989484
c07b1745bfa2cd61ebcb00149049793e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849571
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YatterOfficial/Yatter.Invigoration", "max_stars_repo_path": "Yatter.Invigoration/ActionBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:168791" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Yatter.Invigoration { public abstract class ActionBase : IActions, IDisposable, IActor { /// <summary> /// The original TObject /// </summary> public ObjectBase Object {...
2.449309
bc07723c9df47cf29cf079a44010b4c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849572
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "evilC/7DTD-Loot-Viewer", "max_stars_repo_path": "ConfigParsers/ConfigParsers/Blocks/XmlClasses/Blocks/Block.cs", "provenance": "train-00027-of-00045.jsonl.gz:168792" }
starcoder
using System.Xml.Serialization; namespace ConfigParsers.Blocks.XmlClasses { public class Block { [XmlAttribute("name")] public string Name { get; set; } = string.Empty; [XmlElement(ElementName = "property")] public List<BlockProperty> Properties { get; set; } = new List<BlockP...
2.241908
6be337b962dae20d89797a877ad2483d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849573
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "fisherLB/NX1222", "max_stars_repo_path": "www/JN.Web/obj/Release/Package/PackageTmp/Areas/AdminCenter/Views/SysParam/UserVerify.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:168793" }
starcoder
<reponame>fisherLB/NX1222 @model List<JN.Data.UserVerify> @{ string action = ViewContext.RouteData.Values["action"].ToString().ToLower(); Layout = "~/Areas/AdminCenter/Views/Shared/_Layout.cshtml"; } <!-- Content --> <div id="content"> <!-- Breadcrumb --> <ul class="breadcrumb"> <li><a href="@U...
2.137766
506b8b1e0dcd8ef1ccee4c16caf4c29e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849574
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SergioPonomarev/Xt-2018Q4", "max_stars_repo_path": "Epam.Task6/Epam.Task6.BackupSystem/XmlHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:168794" }
starcoder
<reponame>SergioPonomarev/Xt-2018Q4 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml.Serialization; namespace Epam.Task6.BackupSystem { public static class XmlHelper { private static XmlSerializer serializer; static XmlHelper() { ...
2.624868
7ba4f2b169b6fdbf794b84ab06a9d682
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849575
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "KubasGC/lsvrp-rage-cs", "max_stars_repo_path": "LSVRP/Features/Sync/RemoteEvents.cs", "provenance": "train-00027-of-00045.jsonl.gz:168795" }
starcoder
/* * LSVRP C# Engine * Script dedicated for Role-play server in Grand Theft Auto V game based on the external Multiplayer called Rage Multiplayer. * @Author: Kubas (<NAME>) * @StartDate: Jun 2018 * * @urls: * @RAGE-MP https://rage.mp * @LSVRP: https://lsvrp.pl * * All Rights Reserved * Copyright prohibited...
1.862396
3768e89928071a0348b8a966f607c8cf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849576
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "jessicl-ms/azure-sdk-for-net", "max_stars_repo_path": "sdk/labservices/Microsoft.Azure.Management.LabServices/src/Generated/Models/LabCreationParameters.cs", "provenance": "train-00027-of-00045.jsonl.gz:168796" }
starcoder
<reponame>jessicl-ms/azure-sdk-for-net // <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavio...
1.985118
c7c28c49f18f46259c777acc24549767
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849577
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "urlichLivonian/azure-b2c-samples", "max_stars_repo_path": "m6/CarvedRock.Api/Controllers/WishlistController.cs", "provenance": "train-00027-of-00045.jsonl.gz:168797" }
starcoder
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using CarvedRock.Api.Data; using CarvedRock.Api.Models; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.Identity.Web; //TOD...
2.378152
7ae9a57f6fbc23c05adba8452787674b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849578
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "AllYourTexts/AllYourTexts", "max_stars_repo_path": "AllYourTextsLib/Conversation/MergingConversationManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:168798" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using AllYourTextsLib.Framework; namespace AllYourTextsLib.Conversation { public class MergingConversationManager : ConversationManagerBase { public MergingConversationManager(IEnumerable<IConversation> conversationM...
2.473423
f534bb8a35a2c5bd72aa717bdb521a99
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849579
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "abjerner/Skybrud.Social.GitHub", "max_stars_repo_path": "src/Skybrud.Social.GitHub/Endpoints/Issues/Milestones/GitHubMilestonesRawEndpoint.cs", "provenance": "train-00027-of-00045.jsonl.gz:168799" }
starcoder
using System; using Skybrud.Essentials.Http; using Skybrud.Social.GitHub.Models.Milestones; using Skybrud.Social.GitHub.OAuth; using Skybrud.Social.GitHub.Options.Issues.Milestones; namespace Skybrud.Social.GitHub.Endpoints.Issues.Milestones { /// <summary> /// Class representing the raw <strong>Issues/Milest...
2.554458
f0ef1937163a9f70abe9583b0184db1e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849580
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NelsonBN/demo-dotnet-dependency-injection", "max_stars_repo_path": "src/WebAPI/Services/Generics/Transport.cs", "provenance": "train-00027-of-00045.jsonl.gz:168800" }
starcoder
namespace DemoWebAPI.Services.Generics; public abstract class Transport { public string TransportType { get; protected set; } }
1.731626
35ee09227c549d4ef4dbad147c83d018
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849581
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Pyotr23/MerchApi", "max_stars_repo_path": "src/OzonEdu.MerchandiseApi.Domain/Services/Interfaces/IStockService.cs", "provenance": "train-00027-of-00045.jsonl.gz:168801" }
starcoder
<reponame>Pyotr23/MerchApi using System.Threading; using System.Threading.Tasks; using OzonEdu.MerchandiseApi.Domain.AggregationModels.MerchDeliveryAggregate; namespace OzonEdu.MerchandiseApi.Domain.Services.Interfaces { public interface IStockService { Task<bool> IsReadyToGiveOut(MerchDelivery delive...
1.276965
cfa260e7547ceb68be6a53eb57e3ac42
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849582
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zchronoz/InventoryControl", "max_stars_repo_path": "src/IC.Application/Interfaces/IEquipmentAppService.cs", "provenance": "train-00027-of-00045.jsonl.gz:168802" }
starcoder
using IC.Domain.Entities; namespace IC.Application.Interfaces { public interface IEquipmentAppService : IAppServiceBase<Equipment> { Equipment GetByCode(string code); decimal GetEstimatedValueActs(Equipment equipment, double depreciation); } }
1.766923
dd1d188ab8aebf74f5db1b6ee1ae3a62
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849583
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ShassBeleth/MessagingApiExample", "max_stars_repo_path": "MessagingApiExample/MessagingApiTemplate/Models/Requests/Webhook/Event/Message/FileMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:168803" }
starcoder
namespace MessagingApiTemplate.Models.Requests.Webhook.Event.Message { /// <summary> /// ファイルメッセージ /// </summary> public class FileMessage : MessageBase { /// <summary> /// ファイル名 /// </summary> public string fileName; /// <summary> /// ファイルのバイト数 /// </summary> public string fileSize; } }
2.180566
f38a2b6a6891e0b8490ed1c518de51bb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849584
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AmonShokhinAhmed/Ray-Tracing-and-Marching", "max_stars_repo_path": "Assets/Scripts/SpherePrimitive.cs", "provenance": "train-00027-of-00045.jsonl.gz:168804" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SpherePrimitive : Primitive { private Vector3 _lastScale; protected override void DrawGizmos() { float min = Mathf.Max(Mathf.Max(transform.localScale.x,transform.localScale.y),transform.localScale.z); ...
2.347192
3436ec38777b875a3fdb5f315cfae7ee
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849585
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nelson1987/InternetBankingTeste", "max_stars_repo_path": "src/BGB.InternetBanking.Maps/ParameterMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:168805" }
starcoder
<gh_stars>0 using BGB.InternetBanking.Models; using FluentNHibernate.Mapping; namespace BGB.InternetBanking.Maps { public class ParameterMap : ClassMap<Parameter> { public ParameterMap() { Table("DMI_PARAMETRO"); Id(x => x.Id, "IDT_PARAMETRO").GeneratedBy.Native(); ...
1.82575
1347a82d57d425ea1346ebd4b94edd4e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849586
{ "extension": "c-sharp", "max_stars_count": "85.0", "max_stars_repo_name": "alexhorner/Silk", "max_stars_repo_path": "src/Silk.Extensions/DSharpPlus/DiscordMessageExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:168806" }
starcoder
<gh_stars>10-100 #region using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using DSharpPlus; using DSharpPlus.Entities; #endregion namespace Silk.Extensions.DSharpPlus { public static class DiscordMessageExtensions { public static async Task<DiscordEmoj...
2.604631
76d59df30d01d9a585054b51f1a55057
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849587
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "embaobao/baobaodclock", "max_stars_repo_path": "Form1.cs", "provenance": "train-00027-of-00045.jsonl.gz:168807" }
starcoder
<filename>Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Web; using System.Net; using System.IO; using Newtonsoft.Json...
2.118408
e5b6dbef7fbe46202e1709ef356cda51
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849588
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "HarmonIQ/noid", "max_stars_repo_path": "source/biometric.match.database.engine/DBreezeWrapper.cs", "provenance": "train-00027-of-00045.jsonl.gz:168808" }
starcoder
// Copyright © 2016-2017 NoID Developers. All rights reserved. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. using System; using System.IO; using DBreeze; using System.Collections.Generic; using SourceAFIS.Templates; using DB...
2.287515
978b7993f7ffda43405cd4873b2d4824
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849589
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "oktadev/okta-aspnet-oauth2-starter-example", "max_stars_repo_path": "OAuthNotes/Views/Home/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:168809" }
starcoder
@{ ViewData["Title"] = "My Notes"; } <h1>Hello World</h1>
1.64545
4f4bfd94e56c3c947827454dd4efbad5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849590
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dyslexicanaboko/iis-site-manager", "max_stars_repo_path": "IisSiteManager.WebApplication/Controllers/DirectoryController.cs", "provenance": "train-00027-of-00045.jsonl.gz:168810" }
starcoder
<filename>IisSiteManager.WebApplication/Controllers/DirectoryController.cs using IisSiteManager.Tools; using IisSiteManager.WebApplication.Models; using System.Collections.Generic; using System.Linq; using System.Web.Mvc; namespace IisSiteManager.WebApplication.Controllers { //[Authorize] public class Directo...
2.487521
9ae7232596bf912b08c49d103498d10f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849591
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "inacioferrarini/Unity-LabGameMenus", "max_stars_repo_path": "Assets/Scripts/Scenes/Menu/SettingsSceneController.cs", "provenance": "train-00027-of-00045.jsonl.gz:168811" }
starcoder
<filename>Assets/Scripts/Scenes/Menu/SettingsSceneController.cs using UnityEngine; using LabGameMenus.Management; namespace LabGameMenus.Scenes { public class SettingsSceneController: MonoBehaviour { #region Public Properties public GameObject settingsPanel; public GameObject audioPanel; public GameObjec...
2.101517
f91f85eb4eab7dabf531a05ec151e754
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849592
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ouyangwenyuan/OhMyFramework", "max_stars_repo_path": "UnityProject/Assets/Runtime/Framework/Extensions/ArrayExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:168812" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Dlugin { public static class ArrayExtensions { public static T[] AppendEnumerable<T>(this T[] array, IEnumerable<T> collection) { List<T> list = array.ToList(); foreach (var e in collection) { list.Add (e); } ...
2.97317
c9d4f819e2f9081b5c6283a1a2302b65
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849593
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Yobeekster/SolidWorksC", "max_stars_repo_path": "SolidDna/AngelSix.SolidDna/SolidWorks/Models/Feature/FeatureData/FeatureIntersectData.cs", "provenance": "train-00027-of-00045.jsonl.gz:168813" }
starcoder
<gh_stars>1-10 using SolidWorks.Interop.sldworks; namespace AngelSix.SolidDna { /// <summary> /// Represents a SolidWorks Intersect feature data /// </summary> public class FeatureIntersectData : SolidDnaObject<IIntersectFeatureData> { #region Constructor /// <summary> ///...
1.723964
928b40b4b59f8e125513810e021d383f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849594
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stubbl/stubbl-api", "max_stars_repo_path": "src/Stubbl.Api/Queries/CountTeamInvitations/Version1/CountTeamInvitationsProjection.cs", "provenance": "train-00027-of-00045.jsonl.gz:168814" }
starcoder
<reponame>stubbl/stubbl-api using Gunnsoft.Cqs.Queries; namespace Stubbl.Api.Queries.CountTeamInvitations.Version1 { public class CountTeamInvitationsProjection : IProjection { public CountTeamInvitationsProjection(long totalCount) { TotalCount = totalCount; } publ...
1.4631
9119ebc02f555c78e25f55495fe8acea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849595
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AyrFX/Telerik-Academy-2016-Object-Oriented-Programming-Homeworks", "max_stars_repo_path": "05. OOP-Principles-Part-2/03.RangeException/Startup.cs", "provenance": "train-00027-of-00045.jsonl.gz:168815" }
starcoder
<gh_stars>0 namespace RangeException { using System; class Startup { static void Main() { int someInteger = -20; try { if (someInteger < 1 || someInteger > 100) { throw new InvalidRangeException<int>("T...
3.347081
78f9eade5676f733a736cbd97c3e4ce7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849596
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "spanishprisoner/WhereTo", "max_stars_repo_path": "src/WhereTo/Parser/ExpressionGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:168816" }
starcoder
using System; using System.Collections.Generic; using WhereTo.Expressions; using WhereTo.Parser.Enums; namespace WhereTo.Parser { public class ExpressionGenerator { private readonly IExpressionFactory _expressionFactory; public ExpressionGenerator(IExpressionFactory expressionFactory) { _expressionFactory...
2.666728
bc3681b92143ac8318479debbda6a4b2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849597
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "szyn33k/TWord", "max_stars_repo_path": "src/TWord/Factories/NumberTransformerFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:168817" }
starcoder
using System; namespace TWord { internal class NumberTransformerFactory : TransformerFactory { /// <summary> /// Creates INumberTransformer for given language /// </summary> /// <param name="language">Language symbol</param> internal INumberTransformer Create(Language l...
3.028539
debb586ade1a0dc360d404206ea9b552
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849598
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "ylsislove/Hololens2-ResearchMode-UnityPlugin", "max_stars_repo_path": "HL2RmUnityDemo/Assets/Scripts/IMUManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:168818" }
starcoder
using System; using System.Runtime.InteropServices; using TMPro; using UnityEngine; public class IMUManager : MonoBehaviour { [StructLayout(LayoutKind.Sequential)] struct OUTPUT { public float x; public float y; public float z; } #if ENABLE_WINMD_SUPPORT [DllImport("HL2RmU...
2.159444
b3b6596a79dc477d93502f69c2f53990
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849599
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "dzimchuk/experimental-tools", "max_stars_repo_path": "ExperimentalTools.Vsix/ExperimentalToolsPackage.cs", "provenance": "train-00027-of-00045.jsonl.gz:168819" }
starcoder
<filename>ExperimentalTools.Vsix/ExperimentalToolsPackage.cs using EnvDTE; using EnvDTE80; using ExperimentalTools.Options; using ExperimentalTools.Vsix.Features.LocateInSolutionExplorer; using ExperimentalTools.Vsix.Features.Options; using Microsoft; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Component...
1.736882
e9acaeea4c65b035e9020ef09ca7da5a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849600
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "chuongmep/ModernUI", "max_stars_repo_path": "Genew.ModernUI/Genew.ModernUI/Behaviors/DataTriggerEvaluateOnLoad.cs", "provenance": "train-00027-of-00045.jsonl.gz:168820" }
starcoder
/******************************************************************* * 版权所有: 深圳市震有科技有限公司 * 文件名称: DataTriggerEvaluateOnLoad.cs * 作 者: chenzhifen * 创建日期: 2013-12-12 00:10:14 * 文件版本: 1.0.0.0 * 修改时间: 修改人: 修改内容: *******************************************************************/ usin...
1.998862
597963d55a6ae130801fd236bf5ec202
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849601
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bproorda/401-DSA", "max_stars_repo_path": "DataStructures/StackAndQueue/Queues/myQueue.cs", "provenance": "train-00027-of-00045.jsonl.gz:168821" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace DataStructures { public class myQueue<T> { public Node Front { get; set; } = null; public Node Rear { get; set; } = null; public class Node { public T Value { get; set; } public...
3.54366
adf46ffe1912198bf67f9256ee357655
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849602
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PixelBrownieSoftware/pipe_dreamer_source", "max_stars_repo_path": "PipeDreamer/Assets/Scripts/PlayerScript.cs", "provenance": "train-00027-of-00045.jsonl.gz:168822" }
starcoder
using UnityEngine; using System.Collections; public class PlayerScript : CharacterBase { public enum canBeControlled { control, possesing, stop } public canBeControlled isControled; public CharacterBase hostChar; public GameObject beam; bool canShoot; WorldManager world; // Use this for i...
1.893107
15e5c22cd961001e313fd78807aef691
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849603
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rualb/ava-agent-xamarin", "max_stars_repo_path": "AvaExt/TableOperation/RowColumnsBindingDBRelations.cs", "provenance": "train-00027-of-00045.jsonl.gz:168823" }
starcoder
<filename>AvaExt/TableOperation/RowColumnsBindingDBRelations.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Text; using System.Data; using AvaExt.ECollections; using AvaExt.TableOperation.CellMathActions; using AvaExt.PagedSource; using System.Collections.Specialized; using System.Co...
1.739462
29015f94009d2861a4d3b219cbef4ba2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849604
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "PerplexWouter/UmbracoEmailPackage", "max_stars_repo_path": "PerplexMail/Installer.cs", "provenance": "train-00027-of-00045.jsonl.gz:168824" }
starcoder
using System; using System.Configuration; using System.Linq; using System.Web.Configuration; using System.Xml; using umbraco.interfaces; namespace PerplexMail.Installer { public class UmbracoInstaller : IPackageAction { public string Alias() { return "InstallPerplexMail"; }...
2.393468
b2f7d9e8db3f0ea84f551d22317ef379
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849605
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "reegomes/MedieKnights", "max_stars_repo_path": "Assets/Scripts/Panel.cs", "provenance": "train-00027-of-00045.jsonl.gz:168825" }
starcoder
<reponame>reegomes/MedieKnights using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class Panel : MonoBehaviour { public GameObject Pause; bool Pause2; Text txtScore; [SerializeField] Button btnResume; [SerializeField] Button btnMenu; void Update() {...
1.950973
69b30d44eec63a8e3e5be51ea580f7bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849606
{ "extension": "c-sharp", "max_stars_count": "132.0", "max_stars_repo_name": "redmorello/Fitbit.NET", "max_stars_repo_path": "Fitbit.Portable/Models/FoodGoals.cs", "provenance": "train-00027-of-00045.jsonl.gz:168826" }
starcoder
namespace Fitbit.Models { public class FoodGoals { public int Calories { get; set; } } }
1.643944
e34b473a5447275ba32f267a33db64d5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849607
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "kkestell/rhea", "max_stars_repo_path": "Rhea/Ast/Nodes/Struct.cs", "provenance": "train-00027-of-00045.jsonl.gz:168827" }
starcoder
<reponame>kkestell/rhea using System.Collections.Generic; namespace Rhea.Ast.Nodes { public class Struct : Node { public string Name { get; set; } public IEnumerable<Member> Members { get; set; } public override string ToString() { var members = string.Join("\n", Members); return...
2.381957
6dd7e381949091dd43c4f214786a8ec8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849608
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Bezerroidiota/Inventario_C-_SQL", "max_stars_repo_path": "Proyecto fase 1/INVENTARIO MENU 1/Form2.cs", "provenance": "train-00027-of-00045.jsonl.gz:168828" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Data.SqlClient; namespace INVENTARIO_MENU_1 { public partial class Form2...
2.376071
284c99882b67b554cc676118d2bec78f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849609
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "freddie2025/MongoDB", "max_stars_repo_path": "MongoDB.App/MongoCRUD.cs", "provenance": "train-00027-of-00045.jsonl.gz:168829" }
starcoder
using MongoDB.Bson; using MongoDB.Driver; using System; using System.Collections.Generic; namespace MongoDB.App { public class MongoCRUD { private IMongoDatabase db; public MongoCRUD(string database) { var client = new MongoClient(); db = client.GetDatabase(database); } public void InsertRecord<T>...
2.705967
12105149ced99be3737ed2922c57b610
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849610
{ "extension": "c-sharp", "max_stars_count": "206.0", "max_stars_repo_name": "matrixknight/Oxygen-Dapr.EshopSample", "max_stars_repo_path": "Services/AccountService/Infrastructure/Repository/AccountRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:168830" }
starcoder
<reponame>matrixknight/Oxygen-Dapr.EshopSample<filename>Services/AccountService/Infrastructure/Repository/AccountRepository.cs<gh_stars>100-1000 using Infrastructure.EfDataAccess; using Infrastructure.PersistenceObject; using InfrastructureBase.Object; using Microsoft.EntityFrameworkCore; using System; using System.Co...
2.285142
a9c2aca1d5f12bb6024bd2cbda6ccc7a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8849611
{ "extension": "c-sharp", "max_stars_count": "392.0", "max_stars_repo_name": "JMayrbaeurl/Industrial-IoT", "max_stars_repo_path": "components/opc-ua/src/Microsoft.Azure.IIoT.OpcUa/src/Publisher/Extensions/ConfigurationVersionModelEx.cs", "provenance": "train-00027-of-00045.jsonl.gz:168831" }
starcoder
<gh_stars>100-1000 // ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespac...
1.78951
92f4b9e70a933db4663c999aee201acb