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
8844612
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LBHackney-IT/lbh-asc-brokerage-api", "max_stars_repo_path": "BrokerageApi/V1/UseCase/Interfaces/IDeleteElementUseCase.cs", "provenance": "train-00027-of-00045.jsonl.gz:163832" }
starcoder
using System.Threading.Tasks; using BrokerageApi.V1.Infrastructure; namespace BrokerageApi.V1.UseCase.Interfaces { public interface IDeleteElementUseCase { public Task ExecuteAsync(int referralId, int elementId); } }
1.336415
c07c35e397d6c31a216f850b1f595e1c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844613
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bikedataproject/fitbit-integration", "max_stars_repo_path": "src/BikeDataProject.Integrations.Fitbit.API/Controllers/SubscriptionControllerSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:163833" }
starcoder
using Fitbit.Api.Portable; namespace BikeDataProject.Integrations.FitBit.API.Controllers { public class SubscriptionControllerSettings { public FitbitAppCredentials FitbitAppCredentials { get; init; } public string SubscriptionVerificationCode { get; init; } } }
1.102027
e67928934589b085129461f30036a21b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844614
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tassadar2499/Patterns", "max_stars_repo_path": "Structures/Facade/IShip.cs", "provenance": "train-00027-of-00045.jsonl.gz:163834" }
starcoder
namespace Facade { public interface IShip { public void PrepareToBattle(); public void InitiateFighting(); public void Retreat(); } }
1.962045
dba3e40baadfaa85e594b4bbc005a8dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844615
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gareth-reid/BetsFriends", "max_stars_repo_path": "BF_API/HorseRacingApi/BFHorseRunners.cs", "provenance": "train-00027-of-00045.jsonl.gz:163835" }
starcoder
<gh_stars>0 using System; using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; using Newtonsoft.Json; using BetfairNG; using BetfairNG.Dat...
2.087141
611d9e283d85ae10cde5a4e24cc80f4f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844616
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mhobl/GitLabApiClient", "max_stars_repo_path": "src/GitLabApiClient/Internal/Paths/GroupId.cs", "provenance": "train-00027-of-00045.jsonl.gz:163836" }
starcoder
using System; using GitLabApiClient.Internal.Utilities; using GitLabApiClient.Models.Groups.Responses; namespace GitLabApiClient.Internal.Paths { public class GroupId { private readonly string _path; private GroupId(string groupPath) => _path = groupPath; /// <summary> /// Gro...
2.758312
2db3cd581253f25613b7521ae9ff0d9e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844617
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "robinvanderknaap/IdentityServer3.PostgreSQL", "max_stars_repo_path": "src/IdentityServer3.PostgreSQL/Models/StoredToken.cs", "provenance": "train-00027-of-00045.jsonl.gz:163837" }
starcoder
<gh_stars>0 using System; namespace IdentityServer3.PostgreSQL.Models { public class StoredToken { public string Key { get; set; } public TokenType TokenType { get; set; } public string SubjectId { get; set; } public string ClientId { get; set; } public DateTime Expires ...
1.381821
0472d52ecca4126ca1b5c0b9499463cf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844618
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "klubenov/Foody", "max_stars_repo_path": "src/Services/Foody.Services.DataServices/Models/Diary/EditMealViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163838" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using Foody.Services.DataServices.ValidationAttributes; namespace Foody.Services.DataServices.Models.Diary { public class EditMealViewModel { [Required] public string Id { get; set; } ...
2.109998
c5dbb14ffef4c458ecf923fa764d94b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844619
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "uxav/lib2", "max_stars_repo_path": "CsvParser.cs", "provenance": "train-00027-of-00045.jsonl.gz:163839" }
starcoder
<filename>CsvParser.cs<gh_stars>1-10 /* License * ------------------------------------------------------------------------------ * Copyright (c) 2019 UX Digital Systems Ltd * * Permission is hereby granted, to any person obtaining a copy of this software * and associated documentation files (the "Software"), ...
2.717599
c5f6f70c3db56864fb84dbc90f39d8cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844620
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Teneko-NET-Tools/Teneko.MessagesVersioning", "max_stars_repo_path": "test/Vernuntii.Configuration.Test/Extensions/ServiceCollectionFixture.cs", "provenance": "train-00027-of-00045.jsonl.gz:163840" }
starcoder
<filename>test/Vernuntii.Configuration.Test/Extensions/ServiceCollectionFixture.cs using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using Vernuntii.Configuration; using Vernuntii.Extensions.BranchCases; using Vernuntii....
1.511774
0707d86650628d4a85d4812c0f9f9dcb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844621
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "kamacharovs/aiof-api", "max_stars_repo_path": "aiof.api.services/UtilityRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:163841" }
starcoder
using System; using System.Text.Json; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using System.Diagnostics; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using aiof.api.data; namespace aiof.api.services { public class UtilityRep...
2.457376
2cdf6c09f970df488b14cea7d7a220fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844622
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "isokissa3/Net", "max_stars_repo_path": "Net/Sockets/Pipeline/Handler/IPipelineHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:163842" }
starcoder
namespace Net.Sockets.Pipeline.Handler; public interface IPipelineHandler { }
0.861987
1c30e62ff05e9ebf82d3cb2e924732f2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844623
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bjohnson8949/HomeAssistantFailover", "max_stars_repo_path": "src/DeconzObjects/Groups.cs", "provenance": "train-00027-of-00045.jsonl.gz:163843" }
starcoder
<filename>src/DeconzObjects/Groups.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HomeAssistantFailover.DeconzObjects.Group { public class Action { public string alert { get; set; } public int bri { get; set; } ...
1.88826
60a3635b8bec4f8873a1eb96712a94bc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844624
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "devmentors/Trill.Services.Users", "max_stars_repo_path": "src/Trill.Services.Users.Core/Commands/Handlers/UseRefreshTokenHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:163844" }
starcoder
<filename>src/Trill.Services.Users.Core/Commands/Handlers/UseRefreshTokenHandler.cs using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Convey.CQRS.Commands; using Trill.Services.Users.Core.Domain.Exceptions; using Trill.Services.Users.Core.Domain.Repositories; using Trill.Services....
2.245674
504c91ed4d71483c9c385e1a83a36742
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844625
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PNNL-Comp-Mass-Spec/PHRP", "max_stars_repo_path": "PeptideHitResultsProcessor/Data/MODaResults.cs", "provenance": "train-00027-of-00045.jsonl.gz:163845" }
starcoder
<filename>PeptideHitResultsProcessor/Data/MODaResults.cs // ------------------------------------------------------------------------------- // Written by <NAME> for the Department of Energy (PNNL, Richland, WA) // // E-mail: <EMAIL> or <EMAIL> // Website: https://github.com/PNNL-Comp-Mass-Spec/ or https://panomics...
2.288854
332164357a6dcd16cd2d653a076ba6e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844626
{ "extension": "c-sharp", "max_stars_count": "738.0", "max_stars_repo_name": "nhuthan/StronglyTypedId", "max_stars_repo_path": "test/StronglyTypedId.Tests/Types/IntId.cs", "provenance": "train-00027-of-00045.jsonl.gz:163846" }
starcoder
namespace StronglyTypedId.Tests.Types { [StronglyTypedId(backingType: StronglyTypedIdBackingType.Int)] partial struct IntId { } [StronglyTypedId(generateJsonConverter: false, backingType: StronglyTypedIdBackingType.Int)] public partial struct NoJsonIntId { } [StronglyTypedId(jsonConverter: Strong...
1.648866
fbc2f5e74965ee5738fbb8d7d7d0d049
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844627
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KylerM/CupCake", "max_stars_repo_path": "CupCake.Server/Muffins/LogMuffin.cs", "provenance": "train-00027-of-00045.jsonl.gz:163847" }
starcoder
<reponame>KylerM/CupCake using CupCake.Core.Log; using CupCake.Messages.Receive; using CupCake.Players; namespace CupCake.Server.Muffins { public class LogMuffin : CupCakeMuffin { protected override void Enable() { this.Events.Bind<SayPlayerEvent>(this.OnSay); this.Even...
2.275443
364a25763af883e0643ef9700bc63cfe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844628
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "reseul/image-pipeline-windows", "max_stars_repo_path": "ImagePipeline/ImagePipelineBase/ImagePipeline/Cache/CountingLruMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:163848" }
starcoder
<reponame>reseul/image-pipeline-windows using System; using System.Collections.Generic; using Truncon.Collections; namespace ImagePipeline.Cache { /// <summary> /// Map that keeps track of the elements order (according to the LRU policy) /// and their size. /// </summary> public class CountingLruM...
2.84841
4e11c327f5f7dbe2829f5b37d83e8291
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844629
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zt405368/ViewFaceCore", "max_stars_repo_path": "ViewFaceCore/Sharp/Model/FaceMarkPoint.cs", "provenance": "train-00027-of-00045.jsonl.gz:163849" }
starcoder
using System.Drawing; namespace ViewFaceCore.Sharp.Model { /// <summary> /// 点坐标 /// </summary> public struct FaceMarkPoint { /// <summary> /// 横坐标 /// </summary> public double X { get; set; } /// <summary> /// 纵坐标 /// </summary> publ...
3.12224
0589d71d862ec7b45a09813d74812d18
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844630
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarkPThomas/MPT.Net", "max_stars_repo_path": "MPT/CSI/API/MPT.CSI.OOAPI.EndToEndTests/Core/Program/Model/StructureLayout/Node.cs", "provenance": "train-00027-of-00045.jsonl.gz:163850" }
starcoder
<filename>MPT/CSI/API/MPT.CSI.OOAPI.EndToEndTests/Core/Program/Model/StructureLayout/Node.cs<gh_stars>0 // *********************************************************************** // Assembly : MPT.CSI.OOAPI // Author : <NAME> // Created : 11-27-2018 // // Last Modified By : <NAME> // Last Mo...
2.041173
f10c359e940e219190f4af0161884f65
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844631
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zhishengking/DeepScarificationAPI", "max_stars_repo_path": "DeepScarificationAPI.Tests/Controllers/OrgInfoControllerTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163851" }
starcoder
<reponame>zhishengking/DeepScarificationAPI using DeepScarificationAPI.Tests.Common; using DeepScarificationAPI.Tests.Model; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using DeepScarificationAPI...
1.347395
929204af05da238772751b872a544688
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844632
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dusankuburic/HCPortal_0.3v", "max_stars_repo_path": "HCPortal/Models/RepositoryInterfaces/IAuthModerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:163852" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HCPortal.Models.RepositoryInterfaces { interface IAuthModerator { bool proveri_validnost(ModeratorLOC moderatorLoc); } }
1.440589
8a0b82c4f237614df073b56603ae2d8a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844633
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "openhousedev/OpenHouse.Core.Web", "max_stars_repo_path": "OpenHouseWeb/OpenHouse.Core.Web/OpenHouse.Core.Web/Controllers/NotesController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163853" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using OpenHouse.Core.Web.Areas.Identity.Data; using Microsoft.AspNetCore.Identity; namespace OpenHouse.Core.Web.Controllers { public class NotesController : Controller { pri...
1.983971
a306ad274d9083b4e8215c91c5b7c310
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844634
{ "extension": "c-sharp", "max_stars_count": "146.0", "max_stars_repo_name": "BenjaminSieg/Forge.Forms", "max_stars_repo_path": "Forge.Forms/src/Forge.Forms/FormBuilding/Defaults/StringField.cs", "provenance": "train-00027-of-00045.jsonl.gz:163854" }
starcoder
<filename>Forge.Forms/src/Forge.Forms/FormBuilding/Defaults/StringField.cs using System.Collections.Generic; using System.Windows; namespace Forge.Forms.FormBuilding.Defaults { public class StringField : DataFormField { public StringField(string key) : base(key, typeof(string)) { ...
2.563897
f8bb1cf6eee4b1748cdc0aa1c4837e5d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844635
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "TheJVaughan/Amazon", "max_stars_repo_path": "src/Amazon.Ec2.Tests/Actions/RunInstanceRequestTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163855" }
starcoder
namespace Amazon.Ec2.Tests; public class RunInstanceRequestTests { [Fact] public void SerializeRequest() { var request = new RunInstancesRequest { ClientToken = "1", InstanceType = "", ImageId = "ami-1", MinCount = 1, ...
2.1266
02ddbab6160f6331c054137d500e8419
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844636
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Alphish/music-room", "max_stars_repo_path": "Alphicsh.MusicRoom/Alphicsh.Audio/Streaming/VorbisWaveReader.cs", "provenance": "train-00027-of-00045.jsonl.gz:163856" }
starcoder
<reponame>Alphish/music-room /* This file contains a modified portion of NAudio.Vorbis library source, that portion being VorbisWaveReader class. The Length and Position properties have been modified for the sake of a correct wave alignment. The rest of class' contents remain the same. Including the license for Vorbi...
2.500917
0c96a33595b9f2244479075581232145
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844637
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "vDokkaebi/discord-bot", "max_stars_repo_path": "MomentumDiscordBot/Services/FaqService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163857" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using DSharpPlus; using DSharpPlus.Entities; using DSharpPlus.EventArgs; using MomentumDiscordBot.Models; using MomentumDiscordBot.Utilities; namespace MomentumDiscordBot.Services { [Microservi...
2.380457
52838d1a2c1aa23d89ce75495bb24775
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844638
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "IInspectable/hello-world", "max_stars_repo_path": "Nav.Language/Syntax/SourceTextCharStream.cs", "provenance": "train-00027-of-00045.jsonl.gz:163858" }
starcoder
<gh_stars>1-10 using System; using Antlr4.Runtime; using Antlr4.Runtime.Misc; using Pharmatechnik.Nav.Language.Text; namespace Pharmatechnik.Nav.Language { static class SourceTextCharStreamExtensions { public static ICharStream ToCharStream(this SourceText sourceText) { return ...
2.767911
2ad67a9e08043b74ea38b73c7864d477
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844639
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "nwisbeta/Pyro", "max_stars_repo_path": "Pyro.Common/Search/ISearchParameterFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:163859" }
starcoder
<gh_stars>10-100 using System; using Pyro.Common.DtoEntity; using Pyro.Common.Search.SearchParameterEntity; namespace Pyro.Common.Search { public interface ISearchParameterFactory { ISearchParameterBase CreateSearchParameter(DtoServiceSearchParameterLight DtoSupportedSearchParametersResource, Tuple<string, st...
1.180739
b4ad58a9c4d97a1a0f229f70515577e3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844640
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Falco20019/IS24RestApi", "max_stars_repo_path": "IS24RestApi.Tests/OnTopPlacementTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163860" }
starcoder
<gh_stars>0 using IS24RestApi.Common; using IS24RestApi.Offer.TopPlacement; using RestSharp; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using Xunit; namespace IS24RestApi.Tests { public class OnTopPlacementTests : ImportExp...
1.663287
bc8d90582393a179a9385008db3868a5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844641
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tongxin3267/alabo", "max_stars_repo_path": "src/04.industry/01-Alabo.Industry.Cms/LightApps/Domain/Services/LightAppService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163861" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Alabo.Datas.Queries.Enums; using Alabo.Datas.UnitOfWorks; using Alabo.Domains.Entities; using Alabo.Domains.Query.Dto; using Alabo.Domains.Services; using Alabo.Extensions; using Alabo.Mapping; using MongoDB.Bson; using MongoDB.Driver; namespace...
2.172026
08e4c996ce61f697426129b1e7bbfd16
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844642
{ "extension": "c-sharp", "max_stars_count": "39.0", "max_stars_repo_name": "henrikfroehling/Trakt.NET", "max_stars_repo_path": "Source/Tests/Trakt.NET.Objects.Get.Tests/Syncs/Playback/Implementations/TraktSyncPlaybackProgressItem_Tests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163862" }
starcoder
namespace TraktNet.Objects.Get.Tests.Syncs.Playback.Implementations { using FluentAssertions; using System; using System.Linq; using System.Threading.Tasks; using Trakt.NET.Tests.Utility.Traits; using TraktNet.Enums; using TraktNet.Objects.Get.Syncs.Playback; using TraktNet.Objects.Get....
2.142238
14080de70b57aae8f2df231b3a8603b2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844643
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Dwyriel/MHS2-Easy-Save-Backup", "max_stars_repo_path": "MHS2 Backup Utility/MainWindow.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163863" }
starcoder
 namespace MHS2_Backup_Utility { partial class MainWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
2.036958
c399b137a31e16855a4e3a2e7f43c828
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844644
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Yazgelder/Yazgelder.com", "max_stars_repo_path": "src/Controllers/HomeController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163864" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using Yazgelder.Entity; using Yazgelder.Entity.Models; using Yazgelder.Infrastructure; using Yazgelder.Models...
2.11025
14c69ff448c5685f5e0adbbe05a01a89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844645
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CAFM-Connect/ProductData", "max_stars_repo_path": "src/CafmConnect/Workspace_IO.cs", "provenance": "train-00027-of-00045.jsonl.gz:163865" }
starcoder
<filename>src/CafmConnect/Workspace_IO.cs using System; using System.Collections.Generic; using System.IO; using System.Reflection; using Ifc4; using System.Linq; using CafmConnect.Manufacturer; using VDI3805; using System.IO.Compression; namespace CafmConnect { public partial class Workspace { Dictio...
2.286123
0d762706922b359282914aab597b71ee
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844646
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "codemonkey85/RememberTheMilkApi", "max_stars_repo_path": "RememberTheMilkApi/Objects/RtmApiTagObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:163866" }
starcoder
<reponame>codemonkey85/RememberTheMilkApi<gh_stars>1-10 using Newtonsoft.Json; using RememberTheMilkApi.Converters; using System.Collections.Generic; namespace RememberTheMilkApi.Objects { [JsonObject("tags")] public class RtmApiTagObject { [JsonProperty("tag")] [JsonConverter(typeof(Singl...
2.332786
c29a4baf6dda0e2b067214543e36fccf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844647
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Veritania/PerpetuumServer", "max_stars_repo_path": "src/Perpetuum/Zones/NpcSystem/Presences/InterzonePresences/InterzonePresenceConfigReader.cs", "provenance": "train-00027-of-00045.jsonl.gz:163867" }
starcoder
using System.Collections.Generic; using System.Data; using System.Linq; using Perpetuum.Data; namespace Perpetuum.Zones.NpcSystem.Presences.InterzonePresences { public class InterzonePresenceConfigReader : IInterzonePresenceConfigurationReader { public IEnumerable<IInterzoneGroup> GetAll() { ...
2.422315
2b9e8ceb9174241e560078d6bd445d40
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844648
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "snakefoot/kephas", "max_stars_repo_path": "src/Kephas.Composition.Mef/Composition/Mef/Conventions/MefExportConventionsBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:163868" }
starcoder
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MefExportConventionsBuilder.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT license. See LICENSE file i...
2.215507
0a2f010597e25a558c9c4e4a7a9d8cc6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844649
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mrvelic/SchoStack.AspNetCore", "max_stars_repo_path": "src/SchoStack.AspNetCore.MediatR/MediatrResultBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:163869" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using MediatR; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Infrastructure; namespace SchoStack.AspNetCore.MediatR { public interface IAsyncActi...
2.039208
478e5c691e0198998d2684bf2797ac66
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844650
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "BookBeatAB/knightbus", "max_stars_repo_path": "knightbus/src/KnightBus.Host/TcpAliveListenerExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163870" }
starcoder
<reponame>BookBeatAB/knightbus using KnightBus.Core; namespace KnightBus.Host { public static class TcpAliveListenerExtensions { public static IHostConfiguration UseTcpAliveListener(this IHostConfiguration configuration, int port) { var listener = new TcpAliveListenerPlugin(configu...
1.590098
5bf4925b4b720241b8d7cc090806c65d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844651
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tailsu/FtLinq", "max_stars_repo_path": "GameRayBurst.FtLinq/Recompiler/Enumerable/All.cs", "provenance": "train-00027-of-00045.jsonl.gz:163871" }
starcoder
using System; using System.Linq.Expressions; using System.Reflection; using GameRayBurst.FtLinq.Recompiler.Util; namespace GameRayBurst.FtLinq.Recompiler.Enumerable { internal sealed class All : AggregationMethodBase { public override bool CanHandle(MethodInfo input) { r...
2.358514
c5cd6dcae7c0f84d797075db0f81aa91
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844652
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "jcoliz/dexih.transforms", "max_stars_repo_path": "src/dexih.transforms/Transform.cs", "provenance": "train-00027-of-00045.jsonl.gz:163872" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Data.Common; using System.Diagnostics; using System.Threading.Tasks; using dexih.functions; using System.Linq; using System.Collections.ObjectModel; using System.Threading; using System.Text; using dexih.functions.Query; using Dexih...
1.994364
ecc4e8219dcc72c52dbfcaae37984471
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844653
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ForeverZer0/SharpNBT", "max_stars_repo_path": "SharpNBT.Tests/TagBuilderTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163873" }
starcoder
using System; using Xunit; using Xunit.Abstractions; namespace SharpNBT.Tests { public class TagBuilderTest { private readonly ITestOutputHelper output; public TagBuilderTest(ITestOutputHelper output) { this.output = output; } private static byte[] ...
2.827291
f4b78f9b381b35c9f08a95b4f1f50bf0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844654
{ "extension": "c-sharp", "max_stars_count": "204.0", "max_stars_repo_name": "matealex/MixedRealityCompanionKit", "max_stars_repo_path": "Bundler/Viewer/Unity/Assets/Scripts/Network/Scripts/PlayerList.cs", "provenance": "train-00027-of-00045.jsonl.gz:163874" }
starcoder
<gh_stars>100-1000 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using UnityEngine; using UnityEngine.Networking; public class PlayerList : NetworkBehaviour { public struct PlayerInfo { public N...
2.240788
8c83b9107ac13a1bf12bac900c7506ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844655
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "realdevhl/CocApi", "max_stars_repo_path": "src/CocApi.Rest/Apis/ClansApi.cs", "provenance": "train-00027-of-00045.jsonl.gz:163875" }
starcoder
<gh_stars>0 // this file was initially auto generated // it will not be overwritten /* * Clash of Clans API * * Check out <a href=\"https://developer.clashofclans.com/#/getting-started\" target=\"_parent\">Getting Started</a> for instructions and links to other resources. Clash of Clans API uses <a href=\"https://j...
1.953843
502cae71ff4b2d9a238e80462a5141d4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844656
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nkjzm/uGUI-Hypertext", "max_stars_repo_path": "Assets/Hypertext/Examples/RegexExample.cs", "provenance": "train-00027-of-00045.jsonl.gz:163876" }
starcoder
<gh_stars>1-10 using UnityEngine; namespace Hypertext { public class RegexExample : MonoBehaviour { [SerializeField] RegexHypertext text = default; const string RegexUrl = "http(s)?://([\\w-]+\\.)+[\\w-]+(/[\\w- ./?%&=]*)?"; const string RegexHashtag = "[##][A-Za-zA-Za-z一-鿆0-90-9ぁ-ヶヲ-...
2.64981
c9d98218b30ca925784fdfad88033475
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844657
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SoftFluent/RawDataAccessBencher", "max_stars_repo_path": "CodeFluentEntities.Bencher/Person/Person.cs", "provenance": "train-00027-of-00045.jsonl.gz:163877" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generate...
1.735076
bbe539a1fdab3fcbb65d508e9adc8c18
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844658
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "jxnkwlp/Passingwind.Blog", "max_stars_repo_path": "Passingwind.Blog.Web/Themes/Bootstrapv4/Views/Archive.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163878" }
starcoder
<filename>Passingwind.Blog.Web/Themes/Bootstrapv4/Views/Archive.cshtml<gh_stars>1-10 @model ArchiveViewModel @{ } <div class="archives"> <h2>Archive</h2> <hr /> <ul class="archive-page-menu"> @foreach (var item in Model.CategoryPosts) { <li><a href="#@item.Key.Slug" rel="directory">@item.Key.Name</a></li...
2.762535
27578f4dc87c51198a725f83ac37f4b6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844659
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nicolasgranata/signalr-core-questions-game", "max_stars_repo_path": "code/Services/QuestionsAndAnswers/Models/QuestionAnswers.cs", "provenance": "train-00027-of-00045.jsonl.gz:163879" }
starcoder
<reponame>nicolasgranata/signalr-core-questions-game using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; namespace QuestionsAndAnswers.Models { public class QuestionAnswers { public int Id { get; set; } public str...
2.093073
113001bc4446b20928c7da61a794f158
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844660
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Engin-Boot/alert-to-care-s21b7", "max_stars_repo_path": "GuiClient/ViewModels/PatientDischargeViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163880" }
starcoder
using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Windows; using System.Windows.Input; using GuiClient.Commands; using GuiClient.ServerWrapper; // ReSharper disable All namespace GuiClient.ViewModels { public sealed class PatientDischargeViewModel: INotifyPropertyChange...
2.669765
1d988578044534fb21161588b7e1fb07
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844661
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RicardoAMendoza/OOP_Cs_NatonalBank", "max_stars_repo_path": "prjWin_Strategy-Design-Pattern_Rm/2.View/frmBank.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163881" }
starcoder
namespace prjWin_NationalBank_Rm { partial class frmBank { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
1.842607
fec80a7e34e70b21eca752cba2307d5c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844662
{ "extension": "c-sharp", "max_stars_count": "85.0", "max_stars_repo_name": "mikel785/Zyan", "max_stars_repo_path": "branches/withoutremoting/Zyan.Communication/InvokeCanceledEventArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:163882" }
starcoder
<gh_stars>10-100 using System; namespace Zyan.Communication { /// <summary> /// Arguments for the InvokeCanceled event. /// </summary> public class InvokeCanceledEventArgs : EventArgs { /// <summary> /// Gets or sets a unique ID for call tracking. /// </summary> public Guid TrackingID { get; ...
1.978364
b5dbe50fba0bfeba443c6c48d6053a3a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844663
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BrokenEvent/NanoSerializer", "max_stars_repo_path": "BrokenEvent.NanoSerializer.Tests/Mocks/TriangleArrayClass.cs", "provenance": "train-00027-of-00045.jsonl.gz:163883" }
starcoder
<reponame>BrokenEvent/NanoSerializer<filename>BrokenEvent.NanoSerializer.Tests/Mocks/TriangleArrayClass.cs namespace BrokenEvent.NanoSerializer.Tests.Mocks { internal class TriangleArrayClass { public string[][] Bytes; } }
1.369695
d59b68037ad856811010c8dd34b2f06f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844664
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Peefy/DuGu.WebMagicSharp", "max_stars_repo_path": "WebMagicSharp.Extensions/Scheduler/FileCacheQueueScheduler.cs", "provenance": "train-00027-of-00045.jsonl.gz:163884" }
starcoder
<reponame>Peefy/DuGu.WebMagicSharp using System; using System.IO; using System.Diagnostics; using System.Collections.Generic; using WebMagicSharp.Scheduler; using WebMagicSharp; namespace WebMagicSharp.Scheduler { public class FileCacheQueueScheduler : DuplicateRemovedScheduler, IMonitorableScheduler, IDuplicate...
2.587703
5016039f18a064fb9249a944eb73e013
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844665
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Sibusten/philomena-client", "max_stars_repo_path": "Sibusten.Philomena.Client/Images/Downloaders/PhilomenaImageDownloader.cs", "provenance": "train-00027-of-00045.jsonl.gz:163885" }
starcoder
using System; using System.IO; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Flurl.Http; using Microsoft.Extensions.Logging; using Sibusten.Philomena.Client.Logging; using Sibusten.Philomena.Client.Utilities; namespace Sibusten.Philomena.Client.Images.Downloaders { public abstr...
2.599916
2c80cf2cc2bb11daf3631da255a70b0d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844666
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tomaschladek/OQCTester", "max_stars_repo_path": "OQCTester/DiscoverabilityEditor.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:163886" }
starcoder
<reponame>tomaschladek/OQCTester using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; us...
2.068989
b4d6e5bbe6b23848586bdb6c45281273
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844667
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "LBHackney-IT/social-care-case-viewer-api", "max_stars_repo_path": "SocialCareCaseViewerApi.Tests/V1/Gateways/CaseStatusGatewayTests/UpdateCaseStatusTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163887" }
starcoder
<reponame>LBHackney-IT/social-care-case-viewer-api<gh_stars>1-10 using FluentAssertions; using Moq; using NUnit.Framework; using SocialCareCaseViewerApi.Tests.V1.Helpers; using SocialCareCaseViewerApi.V1.Exceptions; using SocialCareCaseViewerApi.V1.Gateways; using SocialCareCaseViewerApi.V1.Helpers; using SocialCareCas...
2.11874
464cecd4d1e6898fbb4c68a4b25842a5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844668
{ "extension": "c-sharp", "max_stars_count": "347.0", "max_stars_repo_name": "tuke307/MvvmCross-Samples", "max_stars_repo_path": "StarWarsSample/StarWarsSample.Forms/StarWarsSample.Forms.UWP/MainPage.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:163888" }
starcoder
<filename>StarWarsSample/StarWarsSample.Forms/StarWarsSample.Forms.UWP/MainPage.xaml.cs using Windows.UI.ViewManagement; namespace StarWarsSample.Forms.UWP { public sealed partial class MainPage { public MainPage() { InitializeComponent(); var titleBar = Applicatio...
2.195155
f95690e9da84a0f66288ff8447542347
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844669
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "NfhModding/NfhLevelEditor", "max_stars_repo_path": "Image.Tga/TgaHeader.cs", "provenance": "train-00027-of-00045.jsonl.gz:163889" }
starcoder
<reponame>NfhModding/NfhLevelEditor<gh_stars>1-10 using System.IO; namespace Image.Tga { internal class TgaHeader { public byte IdLength { get; set; } public byte ColorMapType { get; set; } public byte ImageType { get; set; } public TgaColorMapSpec ColorMapSpec { get; set; } ...
2.347649
b007db7a4f7f4d4a51a8640044443712
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844670
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Duanyll/QRTrackerNext", "max_stars_repo_path": "QRTrackerNext/QRTrackerNext/Views/ScanningOverlay/Options.cs", "provenance": "train-00027-of-00045.jsonl.gz:163890" }
starcoder
using System; using System.Collections.Generic; using System.Text; using Xamarin.Forms; namespace QRTrackerNext.Views.ScanningOverlay { class Options { public Options() { TopLabel = new Label { VerticalOptions = LayoutOptions.Center, Hori...
2.200583
df1bd4ed36b4e4227d419bc11f0fa0c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844671
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "borislavayordanova/OAuth2", "max_stars_repo_path": "OAuth2Example.DataServices/IService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163891" }
starcoder
<gh_stars>0 using OAuth2Example.DAL.Models; using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Threading.Tasks; namespace OAuth2Example.DataServices { public interface IService<TModel> : IDisposable where TModel : BaseModel { bool Insert(TModel model); ...
1.753037
398d6a1c5f8895dc14aa20b7781c6d41
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844672
{ "extension": "c-sharp", "max_stars_count": "38.0", "max_stars_repo_name": "DaveSenn/PortableExtensions", "max_stars_repo_path": ".Src/Extend/System.Collections.Generic.IEnumerable[T]/IEnumerable[T].Many.cs", "provenance": "train-00027-of-00045.jsonl.gz:163892" }
starcoder
#region Usings using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; #endregion namespace Extend { /// <summary> /// Class containing some extension methods for <see cref="IEnumerable{T}" />. /// </summary> // ReSharper disable once Inconsi...
3.06876
9fc792c498ca41aec937a9fa0bb8b78b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844673
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ComputerMonk/UnityGamePlumbing", "max_stars_repo_path": "GameManagementScripts/LevelEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:163893" }
starcoder
using UnityEngine; using System.Collections; using UnityEngine.Events; [System.Serializable] public class LevelEvent{ [Header("Event Settings")] public string Title; public bool TriggerOnLevelStart; public UnityEvent OnEvent; public UnityEvent OnNextEvent; [Header("Score Settings")] public...
2.301159
496560a999c592f83218290d5f5e3d50
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844674
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hnjm/SMS-3", "max_stars_repo_path": "src/Cosmos.Business.Extensions.SMS.BaiduYun/Core/Constants.cs", "provenance": "train-00027-of-00045.jsonl.gz:163894" }
starcoder
namespace Cosmos.Business.Extensions.SMS.BaiduYun.Core { public class Constants { public const string ServiceName = "BaiduYun"; } }
1.027172
a21c4135921b6c028aa80c4cd7ad3ed8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844675
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "antariess/cs-pokemon", "max_stars_repo_path": "src/PokemonGame/Pokemon/GrassPokemon.cs", "provenance": "train-00027-of-00045.jsonl.gz:163895" }
starcoder
using System; namespace PokemonGame { public class GrassPokemon : Pokemon{ public GrassPokemon(string sound = "hsss") : base(sound){ Name = "Leafeon"; Attack = 3.5; Health = 23; Type = "grass"; BasicAttackName = "kick"; SpecialAttackName = "thunder clap"; } } }
2.785731
f22480eef061ae028c574744a1abfdfe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844676
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kflu/yahoo-finance-managed", "max_stars_repo_path": "MaasOne.Yahoo/Finance/YahooScreener/StockScreenerDownload_DesktopSpecific.cs", "provenance": "train-00027-of-00045.jsonl.gz:163896" }
starcoder
<filename>MaasOne.Yahoo/Finance/YahooScreener/StockScreenerDownload_DesktopSpecific.cs // ****************************************************************************** // ** // ** Yahoo! Managed // ** Written by <NAME> 2012 // ** It would be pleasant, if you contact me when you are using this code. // ** Contact...
2.180212
5f94f594216ca0bb281b659e98c74233
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844677
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "berkterek/Platformer2D__Yzl8402", "max_stars_repo_path": "Platformer2d_Ylz8402/Assets/_GameFolders/Scripts/Concretes/Movements/EnemyScaleFlip.cs", "provenance": "train-00027-of-00045.jsonl.gz:163897" }
starcoder
using UnityEngine; namespace Platformer2d.Movements { public class EnemyScaleFlip : IFlip { readonly Transform _body; public EnemyScaleFlip(Transform body) { _body = body; } public void FlipProcess() { float xScale = _bo...
2.28177
0bca40d9f4238eabd1772c36d68b11a7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844678
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ethanmoffat/GameOfLifeBDD", "max_stars_repo_path": "GameOfLifeUI/WorldGrid_AutomationProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:163898" }
starcoder
<filename>GameOfLifeUI/WorldGrid_AutomationProvider.cs using System; using System.Windows.Automation; using System.Windows.Automation.Provider; using System.Windows.Forms; using AEI = System.Windows.Automation.AutomationElementIdentifiers; namespace GameOfLifeUI { //documentation for automation: https://msdn.micro...
2.256973
1a9c79198975a4318755de3cdc9b7440
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844679
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "abhangprashant/codeblack", "max_stars_repo_path": "DP_Training/Display.cs", "provenance": "train-00027-of-00045.jsonl.gz:163899" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DP_Training { class Display { } class TeamA {} class TeamB {} }
1.35501
ab361dd062c80c21485e9a2b5df6c5c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844680
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "daniel-buona/next-api", "max_stars_repo_path": "src/NextSI.Application/Interfaces/Modules/Configuration/IAreaAppService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163900" }
starcoder
 using NextSI.Application.Dto.Models.Modules.Configuration; using System.Collections.Generic; namespace NextSI.Application.Interfaces.Modules.Configuration { public interface IAreaAppService { List<AreaDto> GetAll(); AreaDto GetById(int Id); } }
1.613705
87c9cb88e1a35c6ddf29e8b994dfc289
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844681
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Raimmaster/SpaceShipFighters", "max_stars_repo_path": "Assets/Standard Assets/CrossPlatformInput/Scripts/MoodState.cs", "provenance": "train-00027-of-00045.jsonl.gz:163901" }
starcoder
using UnityEngine; using System.Collections; using UnityEngine.UI; public class MoodState : MonoBehaviour { private float cant; // Use this for initialization Scrollbar bar; void Start () { bar = gameObject.GetComponent<Scrollbar>(); } public void setChange(float amount){ cant = amount; //Debug.Log(amount...
2.198382
eaaef1fb629e111089cd9b3cb853a9d2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844682
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fatscally/Finance-Tracker", "max_stars_repo_path": "PFT/Interfaces/ISettingColData.cs", "provenance": "train-00027-of-00045.jsonl.gz:163902" }
starcoder
<reponame>fatscally/Finance-Tracker<gh_stars>0 using PFT.Base; namespace PFT.Interfaces { public interface ISettingColData { SettingCol Load(); void Save(SettingCol settingCol); } }
1.352042
e819e42a6dfdb96f46118cb94fe7c0e6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844683
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "net-lisias-kspu/AnisotropicPartResizer", "max_stars_repo_path": "UpdaterRegistrator.cs", "provenance": "train-00027-of-00045.jsonl.gz:163903" }
starcoder
// UpdaterRegistrator.cs // // Author: // <NAME> <<EMAIL>> // // Copyright (c) 2016 <NAME> using System; using System.Collections.Generic; using System.Reflection; using UnityEngine; namespace AT_Utils { #region From TweakScale (reworked) public abstract class UpdaterRegistrator : MonoBehaviour ...
2.215061
fed8ebd4e3a2cf1b0d848bae7e197782
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844684
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Hackathorn/LS_Workshop", "max_stars_repo_path": "Assets/SimpleSQL/Demos/Scripts/SciFi Data/PlayerStats.cs", "provenance": "train-00027-of-00045.jsonl.gz:163904" }
starcoder
namespace SimpleSQL.Demos { using SimpleSQL; public class PlayerStats { // The PlayerID is the primary key and also autoincrements itself // the SQLite database so we reflect that here with these attributes. [PrimaryKey, AutoIncrement] public int PlayerID { get; set; } public string PlayerName { get; set...
2.264673
a3c24f17308e781b1ff5aef46b3c2c1c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844685
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RuBeArtZilla/ArtZilla.Config", "max_stars_repo_path": "ConfigSolution/CfTests/TestConfigurations/ITestConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:163905" }
starcoder
<gh_stars>0 using System; using System.ComponentModel; using ArtZilla.Config; namespace CfTests { public interface ITestConfiguration : IConfiguration { [DefaultValue(TestConfiguration.DefaultInt8)] SByte SByte { get; set; } [DefaultValue(TestConfiguration.DefaultInt16)] Int16 Int16 { get; set; } [Defau...
1.812521
ef1218faffb45bca9c055795dc4e53bf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844686
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BreakinBenny/Bundle-Manager", "max_stars_repo_path": "BundleUtilities/ILoader.cs", "provenance": "train-00027-of-00045.jsonl.gz:163906" }
starcoder
<reponame>BreakinBenny/Bundle-Manager<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BundleUtilities { public interface ILoader { void SetStatus(string status); void SetProgress(int progress); } }
1.669534
359eda330f4110e24c7f8c8051a7c22f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844687
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "snakefoot/kephas", "max_stars_repo_path": "src/Tests/Kephas.Commands.Messaging.Tests/Reflection/MessageOperationInfoTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163907" }
starcoder
<reponame>snakefoot/kephas // -------------------------------------------------------------------------------------------------------------------- // <copyright file="MessageOperationInfoTest.cs" company="Kephas Software SRL"> // Copyright (c) Kephas Software SRL. All rights reserved. // Licensed under the MIT lic...
1.88529
83b1af59dd1b085f94f3baef4bac908d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844688
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aboutvfx/SLGanim", "max_stars_repo_path": "Assets/Scripts/Scene1/Cage.cs", "provenance": "train-00027-of-00045.jsonl.gz:163908" }
starcoder
<filename>Assets/Scripts/Scene1/Cage.cs<gh_stars>0 using System; using System.Collections; using System.Linq; using System.Collections.Generic; using UnityEngine; public class Cage : MonoBehaviour { private int weakPoint = 2; private int strongPoint; private List<CharacterStatus> rocks = new List<Characte...
2.372843
bcc13c711370726a450cc03608498f5d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844689
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "codechem/mobcat", "max_stars_repo_path": "samples/weather/azure/service/WeatherService/ServiceConstants.cs", "provenance": "train-00027-of-00045.jsonl.gz:163909" }
starcoder
<gh_stars>0 namespace WeatherService { internal static class ServiceConstants { internal const string ApiKeySettingName = "API_KEY_NAME"; internal const string AppInsightsSettingName = "APP_INSIGHTS_KEY_NAME"; internal const string CacheConnectionStringSettingName = "CACHE_CONNECTION_ST...
1.279201
b2a19ee9760adcf098ebda41feebbe89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844690
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "EmilPopov/C-Sharp", "max_stars_repo_path": "C# OOP/Defining Classes - Part 1/GSM_TestArea/Display.cs", "provenance": "train-00027-of-00045.jsonl.gz:163910" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GSM_TestArea { public class Display { private double size; private double numberOfColors; public Display(double displaySize,double displayNumberOfColors) ...
2.77744
ca0d06fc24557a062ee4e0154a52e5c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844691
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "SmallChi/JT905", "max_stars_repo_path": "src/JT905.Protocol/MessageBody/JT905_0x8103_0x0057.cs", "provenance": "train-00027-of-00045.jsonl.gz:163911" }
starcoder
using System.Text.Json; using JT905.Protocol.Extensions; using JT905.Protocol.Interfaces; using JT905.Protocol.MessagePack; namespace JT905.Protocol.MessageBody { /// <summary> /// 连续驾驶时间门限,单位为秒(s) /// 0x8103_=0x0057 /// </summary> public class JT905_0x8103_0x0057 : JT905_0x8103_BodyBase, IJT905Me...
2.200253
0f1187380453fb904234de5772b4a849
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844692
{ "extension": "c-sharp", "max_stars_count": "112.0", "max_stars_repo_name": "gagho0/yeahhhhhhh", "max_stars_repo_path": "src/MillionDance/Extensions/UnityStudioMathExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163912" }
starcoder
using System.Runtime.CompilerServices; namespace OpenMLTD.MillionDance.Extensions { internal static class UnityStudioMathExtensions { [MethodImpl(MethodImplOptions.AggressiveInlining)] public static OpenTK.Vector2 ToOpenTK(this AssetStudio.Vector2 v) { return new OpenTK.Vector2(v.X, v...
2.478966
b6d3ac2ecd51d6c2038011c4fa45bb50
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844693
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "akuseru/Lumina", "max_stars_repo_path": "src/Lumina.Generated/Excel/GeneratedSheets/Title.cs", "provenance": "train-00027-of-00045.jsonl.gz:163913" }
starcoder
<filename>src/Lumina.Generated/Excel/GeneratedSheets/Title.cs // ReSharper disable All using Lumina.Data; using Lumina.Data.Structs.Excel; namespace Lumina.Excel.GeneratedSheets { [Sheet( "Title", columnHash: 0x83e3f9ba )] public class Title : IExcelRow { public string Masculine; ...
2.549047
3ebde7d7a318a3e8057066bbf9faaee4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844694
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "emipa606/ZeroTechAbility", "max_stars_repo_path": "Source/LingGame/Hediff_FalsePawn.cs", "provenance": "train-00027-of-00045.jsonl.gz:163914" }
starcoder
<filename>Source/LingGame/Hediff_FalsePawn.cs using Verse; namespace LingGame { public class Hediff_FalsePawn : HediffWithComps { public override void Notify_PawnDied() { base.Notify_PawnDied(); if (pawn.Corpse.Spawned) { pawn.Corpse.Destroy()...
2.00353
b0cbafd4ce2ee7450b16b889737f3293
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844695
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "QlikProfessionalServices/QlikView-CLI", "max_stars_repo_path": "PWSH/Generated/New/SectionAccessCell.cs", "provenance": "train-00027-of-00045.jsonl.gz:163915" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Management.Automation; using QlikView_CLI.QMSAPI; namespace QlikView_CLI.PWSH { [Cmdlet(VerbsCommon.New, "QVSectionAccessCell")] public class NewQVSectionAccessCell : PSCmdlet { private QlikView_CLI.QMSAPI.SectionAccessTable...
2.144131
ecacc55f1d34c8f78a0113ffd505cb3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844696
{ "extension": "c-sharp", "max_stars_count": "265.0", "max_stars_repo_name": "Lex45x/Grace", "max_stars_repo_path": "src/Grace.Dynamic/Impl/AssignExpressionGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:163916" }
starcoder
<reponame>Lex45x/Grace<gh_stars>100-1000 using System.Linq.Expressions; using System.Reflection.Emit; namespace Grace.Dynamic.Impl { /// <summary> /// Interface for emiting assign expression /// </summary> public interface IAssignExpressionGenerator { /// <summary> /// Generate IL ...
2.318761
a69d8ecaf7a82746d255579606cd23d0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844697
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Ygilany/pomodoro", "max_stars_repo_path": "Pomodoro/Helpers/TimeUnitsInSecondsEnum.cs", "provenance": "train-00027-of-00045.jsonl.gz:163917" }
starcoder
using System; namespace Pomodoro.Helpers { public enum TimeUnitsInSecondsEnum : int { Second = 1, Minute = 60 * TimeUnitsInSecondsEnum.Second, Hour = 60 * TimeUnitsInSecondsEnum.Minute, Day = 24 * TimeUnitsInSecondsEnum.Hour } }
2.275187
e062903185bd22235d97b1fb78679b47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844698
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vanmxpx/IBWT.Framework", "max_stars_repo_path": "src/IBWT.Framework/Middleware/Connection/WebhookMiddleware.cs", "provenance": "train-00027-of-00045.jsonl.gz:163918" }
starcoder
<reponame>vanmxpx/IBWT.Framework using System; using IBWT.Framework; using IBWT.Framework.Abstractions; using IBWT.Framework.Middleware; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace Microsoft.AspNetCore.Builder { public static cl...
2.356676
5d377012d4ea6aa38278af2fecabd585
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844699
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HakamFostok/FineCodeCoverage", "max_stars_repo_path": "FineCodeCoverage/Core/Utilities/XElementUtil.cs", "provenance": "train-00027-of-00045.jsonl.gz:163919" }
starcoder
<filename>FineCodeCoverage/Core/Utilities/XElementUtil.cs using System.IO; using System.Linq; using System.Xml.Linq; namespace FineCodeCoverage.Core.Utilities { public static class XElementUtil { public static XElement RemoveAllNamespaces(this XElement @this) { return new XElement(...
3.0801
d7ec354cbc5621cc1240778c81cade8b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844700
{ "extension": "c-sharp", "max_stars_count": "47.0", "max_stars_repo_name": "MrUnbelievable92/MaxMath", "max_stars_repo_path": "Tests/Editor/Types/Unity/test_int3.cs", "provenance": "train-00027-of-00045.jsonl.gz:163920" }
starcoder
using NUnit.Framework; using Unity.Mathematics; namespace MaxMath.Tests { unsafe public static class __int3 { internal const int NUM_TESTS = 4; internal static int3[] TestData_LHS => new int3[] { new int3(1855043, -55775, 43884), new int3(-33663, 13, 6399), ...
2.358685
d4bb8204098de3bdb2709ab04e9ee253
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844701
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Orace/Dminator", "max_stars_repo_path": "Dminator/MineGameEx.cs", "provenance": "train-00027-of-00045.jsonl.gz:163921" }
starcoder
// // This file is a part of the Dminator project. // https://github.com/Orace // using System.Collections.Generic; using System.Linq; namespace Dminator { public static class MineGameEx { public static IEnumerable<CellCoordinate> AllCells(this IMineGame mineGame) { for (var l =...
2.93542
2bd6c9dcf8ac07b87662b2b8ddfcba9b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844702
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "RonOliver/Test", "max_stars_repo_path": "Forms/Main.cs", "provenance": "train-00027-of-00045.jsonl.gz:163922" }
starcoder
<filename>Forms/Main.cs<gh_stars>10-100 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.T...
2.313131
85b5a077e58bddd0a94d0886b3919ee8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844703
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "alexandrvslv/datawf", "max_stars_repo_path": "DataWF.Odf/Document/IndexEntryPageNumber.cs", "provenance": "train-00027-of-00045.jsonl.gz:163923" }
starcoder
<gh_stars>1-10 using System.Xml; namespace Doc.Odf { public class IndexEntryPageNumber : DocumentElementCollection { public IndexEntryPageNumber(ODFDocument document, XmlElement Element) : base(document, Element) { } } }
1.178748
6f5948dd9eb8883b2558bc71e6e2433c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844704
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ChrisSoper1/FTC_SCOUTING_APP", "max_stars_repo_path": "FTC_Scouting_App/SaveLoad.cs", "provenance": "train-00027-of-00045.jsonl.gz:163924" }
starcoder
<reponame>ChrisSoper1/FTC_SCOUTING_APP using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; namespace FTC_Scouting_App { class SaveLoad { public static void load() { Str...
2.750355
5b9b4379e68368867c5553d3d8294543
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844705
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "pamidur/queryable-rest", "max_stars_repo_path": "src/QRest.Core/Compilation/TypeConverters/DefaultTypeConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:163925" }
starcoder
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; namespace QRest.Core.Compilation.TypeConverters { public class DefaultTypeConverter : ITypeConverter { private readonly IFormatProvider _format; private readonly bool _parseStrings...
2.802018
a583c1663e76c5cf5ec8b20c886112b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844706
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kaiocn1/kn-rabbitmq-queue", "max_stars_repo_path": "src/KN.RabbitMQ.Queue/KN.RabbitMQ.Queue.ConsoleClienteTest/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163926" }
starcoder
using Microsoft.Extensions.Hosting; using System; namespace KN.RabbitMQ.Queue.ConsoleClienteTest { class Program { static void Main(string[] args) { new HostBuilder() .ConfigureServices((hostContext, services) => { MessageBroker.I...
1.928879
e2f7ff41009d7e858772810aae105652
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844707
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jogendron/Budget", "max_stars_repo_path": "src/Budget.Cqrs/Commands/ICommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:163927" }
starcoder
<filename>src/Budget.Cqrs/Commands/ICommand.cs using MediatR; namespace Budget.Cqrs.Commands { public interface ICommand : IRequest { } }
1.381005
eca0207f5f0a0b2b725da904c4ef2e89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844708
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "instantsc/SimpleDnsCrypt", "max_stars_repo_path": "Uninstall/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163928" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Diagnostics; using System.Net.NetworkInformation; using System.Threading; namespace Uninstall { internal class Program { private static void Main() { try { ClearLocalNetworkInt...
2.642818
d50e360c5220420b87255f7344131b24
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844709
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "pub-comp/building", "max_stars_repo_path": "NuGetPack.UnitTests/LinqAssert.cs", "provenance": "train-00027-of-00045.jsonl.gz:163929" }
starcoder
<reponame>pub-comp/building using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace PubComp.Building.NuGetPack.UnitTests { public static class LinqAssert { public static void Any<TEntity>(IEnumerable<TEntity> collection,...
2.694977
90a2ad189b717ca1e128092e270ed16f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844710
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Genocs/masstransit_course", "max_stars_repo_path": "src/04-unit_test/Genocs.MassTransit.UnitTests/SubmitOrderUnitTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163930" }
starcoder
using Genocs.MassTransit.Components.Consumers; using Genocs.MassTransit.Contracts; using MassTransit; using MassTransit.Testing; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using NUnit.Framework; using Serilog; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; ...
2.080656
c5a0bceb45506f23dd550053c15c8fe8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844711
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Quilt4/Quilt4.Api", "max_stars_repo_path": "Quilt4.Service/Areas/Admin/Controllers/UserController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163931" }
starcoder
using System.Linq; using System.Web.Mvc; using Quilt4.Service.Areas.Admin.Models; using Quilt4.Service.Interface.Business; namespace Quilt4.Service.Areas.Admin.Controllers { [Authorize(Roles = Constants.Administrators)] public class UserController : Controller { private readonly IUserBusiness _user...
2.069367
19ef1acb914d1ee28d83a9e9a6671aa7