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
8840212
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IliyanIlievPH/MAVN.Service.PrivateBlockchainFacade", "max_stars_repo_path": "src/MAVN.Service.PrivateBlockchainFacade.DomainServices/RabbitMq/Subscribers/SeizeToInternalDetectedSubscriber.cs", "provenance": "train-00027-of-00045.jsonl...
starcoder
using System.Threading.Tasks; using Common.Log; using Lykke.Common.Log; using Lykke.Job.EthereumBridge.Contract; using Lykke.RabbitMqBroker.Subscriber; using MAVN.Service.PrivateBlockchainFacade.Domain.RabbitMq; namespace MAVN.Service.PrivateBlockchainFacade.DomainServices.RabbitMq.Subscribers { public class Seize...
1.934341
c8292e88004c6e0f2849b870964c4fdd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840213
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "saeidmh83/AssemblyVisualizer", "max_stars_repo_path": "sources/AssemblyVisualizer/InteractionBrowser/MemberGraph.cs", "provenance": "train-00027-of-00045.jsonl.gz:159433" }
starcoder
<filename>sources/AssemblyVisualizer/InteractionBrowser/MemberGraph.cs // Copyright 2011 <NAME> // This code is distributed under Microsoft Public License // (for details please see \docs\Ms-PL) using System; using System.Collections.Generic; using System.Windows; using AssemblyVisualizer.Controls.Graph; using Assem...
2.289608
5d165d50e97ec6b3abbb891caebb8fe8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840214
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JJMGSOFTWORKS/GameSaveSourceControl", "max_stars_repo_path": "GameSaveSourceControl/GameSaveSourceControl.cs", "provenance": "train-00027-of-00045.jsonl.gz:159434" }
starcoder
<reponame>JJMGSOFTWORKS/GameSaveSourceControl using GameSaveSourceControl.Managers; using GameSaveSourceControl.Model; using GameSaveSourceControl.UI; using GameSaveSourceControl.Utilities; using System; using System.Collections.Generic; using System.Linq; namespace GameSaveSourceControl { public class GameSaveSo...
2.102105
ca4cece4e7fd68d39cd67ac26c299615
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840215
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "samanthastahlke/2310-lectures", "max_stars_repo_path": "2310-Lecture-Demos/Assets/Module 15 - AI Animation/Completed/Scripts/BotController_COMPLETED.cs", "provenance": "train-00027-of-00045.jsonl.gz:159435" }
starcoder
//(c) <NAME> 2020 //Created for INFR 2310. using UnityEngine; using UnityEngine.AI; [RequireComponent(typeof(NavMeshAgent))] [RequireComponent(typeof(Animator))] public class BotController_COMPLETED : MonoBehaviour { public GameObject friend; public GameObject enemy; public GameObject goal; //How clo...
2.468557
b72a9f6ccc339566c2a75f0305dfd610
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840216
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lpereira/IoUring", "max_stars_repo_path": "IoUring.Transport/TransportThread.cs", "provenance": "train-00027-of-00045.jsonl.gz:159436" }
starcoder
<reponame>lpereira/IoUring using System; using System.Buffers; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Sockets; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Channels; using Microsoft.AspNe...
1.999163
2ac89b9f0055e10c845ad881796de698
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840217
{ "extension": "c-sharp", "max_stars_count": "35.0", "max_stars_repo_name": "16bitglitch/waxlite", "max_stars_repo_path": "Classes/Cryptography.ECDSA/Internal/Secp256K1/GeJ.cs", "provenance": "train-00027-of-00045.jsonl.gz:159437" }
starcoder
namespace Cryptography.ECDSA.Internal.Secp256K1 { /// <summary> /// A group element of the secp256k1 curve, in jacobian coordinates. /// </summary> internal class GeJ { public Fe X; // actual X: x/z^2 public Fe Y; // actual Y: y/z^3 public Fe Z; public bool Infinity...
3.037649
7fd43de606f2d0297eb66efcc6fc8ba7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840218
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jbacik/donation-spa", "max_stars_repo_path": "Donations.Web/Services/FeeCostCalculator.cs", "provenance": "train-00027-of-00045.jsonl.gz:159438" }
starcoder
using System; namespace Donations.Web.Services { public class FeeCostCalculator { private readonly decimal _fixedFee; private readonly decimal _percentFee; public FeeCostCalculator(decimal fixedFee, decimal percentFee) { _fixedFee = fixedFee; _percentFe...
3.176321
a6adc894ea16a6d3a983b0eeae0d1cdd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840219
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "codechip/rhino-tools", "max_stars_repo_path": "SampleApplications/MultiTenacy/MultiTenancy.Web/Services/IScoreCalculator.cs", "provenance": "train-00027-of-00045.jsonl.gz:159439" }
starcoder
using System; using MultiTenancy.Web.Model; namespace MultiTenancy.Web.Services { public interface IScoreCalculator { decimal Calculate(Game game, Player player); } }
1.847572
32658be2816ab9e7e139131ee9fd8f7d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840220
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "connellw/Firestorm", "max_stars_repo_path": "src/Firestorm.Stems.Essentials/Attributes/Attributes/GetAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:159440" }
starcoder
using System; using Firestorm.Stems.Analysis; using Firestorm.Stems.Definitions; using Firestorm.Stems.Essentials.Resolvers; namespace Firestorm.Stems.Essentials { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Method)] public class GetAttribute : FieldAttribute { public GetAttribute(...
2.770872
338f92a350522bf9a4bfd38f9cae82a0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840221
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "maincotech/wpf", "max_stars_repo_path": "src/ViewModels/ShellViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159441" }
starcoder
using MahApps.Metro.IconPacks; using ReactiveUI; using System; using System.Collections.ObjectModel; using WpfTemplate.Views; namespace WpfTemplate.ViewModels { public class ShellViewModel : ReactiveObject { public ObservableCollection<MenuItem> Menu { get; } = new(); public ObservableCollect...
2.405977
225c80388e421a60849f18b1cfa37928
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840222
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Strongbytes/Knowledge-Spread", "max_stars_repo_path": "LearningSystem.Module.LearningPaths/Application/Commands/Tutorials/Delete/DeleteTutorialCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:159442" }
starcoder
using MediatR; using System; namespace LearningSystem.Module.LearningPaths.Application.Commands.Tutorials.Delete { public class DeleteTutorialCommand : IRequest<Unit> { internal int Id { get; } public DeleteTutorialCommand(int id) { Id = id; } } }
1.700864
0296e2b9f7e1b4627b253967c3c1d0c9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840223
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "sedc-codecademy/skwd9-net-08-aspnetmvc", "max_stars_repo_path": "G2/Class07 - Refactor of the app/Code/SEDC.PizzaApp.Refactored/SEDC.PizzaApp.Services/Implementations/OrderService.cs", "provenance": "train-00027-of-00045.jsonl.gz:1594...
starcoder
using SEDC.PizzaApp.DataAccess.Implementations; using SEDC.PizzaApp.DataAccess.Interfaces; using SEDC.PizzaApp.Domain.Models; using SEDC.PizzaApp.Mappers; using SEDC.PizzaApp.Services.Interfaces; using SEDC.PizzaApp.ViewModels.OrderViewModels; using System; using System.Collections.Generic; using System.Linq; namespa...
2.67954
b2d30d71f26cd9e9d7e3ff63e68f1d6d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840224
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FastFinTech/FFT.TimeZoneList", "max_stars_repo_path": "src/FFT.TimeZoneList.Tests/UnitTest1.cs", "provenance": "train-00027-of-00045.jsonl.gz:159444" }
starcoder
// Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace FFT.TimeZoneList.Tests { using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using TimeZoneConverter; [TestClass] public class UnitTest1...
2.180234
8a24045796fc40e0c65a80906792712d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840225
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "EdutechSRL/Adevico", "max_stars_repo_path": "3-Business/2-Core/lm.Comol.Core.DomainModel/Domain/ModuleLink/Dto/StatTreeBaseNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:159445" }
starcoder
<reponame>EdutechSRL/Adevico<gh_stars>1-10 using System.Runtime.Serialization; using System; namespace lm.Comol.Core.DomainModel { [Serializable(), CLSCompliant(true)] public class StatBaseTreeNode : iStatBaseTreeNode { public long Id {get; set;} public string Name {get; set;} public string ...
1.177253
eaa778581aa848c58303622a256a2eb6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840226
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JuergenGutsch/dnc-iot-rpi-demos", "max_stars_repo_path": "Sensors/src/Sensors/Views/_GlobalImport.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:159446" }
starcoder
<reponame>JuergenGutsch/dnc-iot-rpi-demos @using Sensors @using Microsoft.Framework.OptionsModel @addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
1.353931
4791497a346129e530822624521a5493
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840227
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "connexiadev/Vodamep", "max_stars_repo_path": "src/Vodamep/Mkkp/Model/ActivitiesExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:159447" }
starcoder
using System.Collections.Generic; using System.Linq; namespace Vodamep.Mkkp.Model { public static class ActivitiesExtensions { public static IEnumerable<Activity> AsSorted(this IEnumerable<Activity> activities) { var entries = new List<Activity>(); // zuerst die Reihenf...
3.203209
297e443a0e0bbcb819296a7aed084127
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840228
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tusima9/tcaXcoly", "max_stars_repo_path": "TcaXcoly/Assets/Script/Puzzle/LoadStage/EnemyDataManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:159448" }
starcoder
using UnityEngine; /// <summary> /// Enemy全体のデータコントローラー /// </summary> public class EnemyDataManager : MonoBehaviour { [SerializeField] private Sprite[] enemyImages; [SerializeField] private int stageId; [SerializeField] private int wave; [SerializeField] private StageDataJsonReader StageDataJsonReader...
2.268559
3a132d8ceb4326457b092f4023b8ef93
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840229
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DavidLievrouw/Utils", "max_stars_repo_path": "src/InternalsVisibleTo.cs", "provenance": "train-00027-of-00045.jsonl.gz:159449" }
starcoder
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DavidLievrouw.Utils.Tests")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("DavidLievrouw.Utils.IntegrationTests")]
0.757955
7f584d281759fe15c475fdcd7b96a0d8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840230
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lopla/Language", "max_stars_repo_path": "Lopla.Console/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:159450" }
starcoder
<gh_stars>0 using System.Collections.Generic; using Lopla.Language.Interfaces; using Lopla.Libs; using Lopla.Starting; namespace Lopla.Console { internal class Program { private static void Main(string[] args) { new MainHandler(new List<ILibrary> { new I...
1.076635
6bc9473c61a0f7615316b636ceb95277
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840231
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "curtisshipley/BlueDog", "max_stars_repo_path": "BlueDog/JWT/UtcDateTimeProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:159451" }
starcoder
using System; namespace JWT { public sealed class UtcDateTimeProvider : IDateTimeProvider { public DateTime GetNow() { return DateTime.UtcNow; } } }
2.306853
b3d6ee74cec92526e81823a8563cd91e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840232
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "bkjuice/teaq", "max_stars_repo_path": "src/Teaq/Configuration/IEntityPropertyBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:159452" }
starcoder
<gh_stars>1-10 using System; using System.Data; using System.Linq.Expressions; namespace Teaq.Configuration { /// <summary> /// Fluent interface to configure an entity property mapping. /// </summary> /// <typeparam name="T">The entity type.</typeparam> public interface IEntityPropertyBuilder<T> ...
2.430123
8851af640bf7766127f792f9d9b1d2cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840233
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SinsofSloth/RF5-global-metadata", "max_stars_repo_path": "System/Runtime/Serialization/Formatters/Binary/MessageEnd.cs", "provenance": "train-00027-of-00045.jsonl.gz:159453" }
starcoder
<reponame>SinsofSloth/RF5-global-metadata internal sealed class MessageEnd // TypeDefIndex: 1060 { // Methods // RVA: 0x16076E0 Offset: 0x16077E1 VA: 0x16076E0 internal void .ctor() { } // RVA: 0x16076F0 Offset: 0x16077F1 VA: 0x16076F0 Slot: 4 public void Write(__BinaryWriter sout) { } // RVA: 0x1607710 Offset...
1.516364
ff1a6ae52d93b2911226181486f1910a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840234
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Jonah0x90/LearningSP", "max_stars_repo_path": "AutoUpdateLib/Contract/LastUpdateTimeContract.cs", "provenance": "train-00027-of-00045.jsonl.gz:159454" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace AutoUpdateLib { public class LastUpdateTimeContract { #region ClientVersion private int clientVersion = 0; public int ClientVersion { get { return clientVersion; } set { clientV...
2.552503
d0b986d0f567433415607a12ee4bec30
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840235
{ "extension": "c-sharp", "max_stars_count": "154.0", "max_stars_repo_name": "Iamgoofball/Memoria", "max_stars_repo_path": "Assembly-CSharp/Global/WM/WMSPSModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159455" }
starcoder
<reponame>Iamgoofball/Memoria<filename>Assembly-CSharp/Global/WM/WMSPSModel.cs using System; public static class WMSPSModel { }
0.785725
0222af3978231092e65dbe7b044c3774
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840236
{ "extension": "c-sharp", "max_stars_count": "2066.0", "max_stars_repo_name": "Bluscream/UtinyRipper", "max_stars_repo_path": "uTinyRipperCore/Structure/GameCollection/Assembly/Serializable/SerializablePointer.cs", "provenance": "train-00027-of-00045.jsonl.gz:159456" }
starcoder
<gh_stars>1000+ using System.Collections.Generic; using uTinyRipper.Classes; using uTinyRipper.Converters; using uTinyRipper.YAML; using Object = uTinyRipper.Classes.Object; namespace uTinyRipper.Game.Assembly { public sealed class SerializablePointer : IAsset, IDependent { public void Read(AssetReader reader) ...
2.074093
2e30f915bba4aba339e32b6530b1985d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840237
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NiksonHernandes/Projetos-Prontos", "max_stars_repo_path": "prototipoSiteTurismo/prototipoSiteTurismo/Views/Hoteis/PesquisarHoteis.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:159457" }
starcoder
@model IEnumerable<prototipoSiteTurismo.Entidades.Hoteis> @{ ViewData["Title"] = "PesquisarHoteis"; } <style> body { background-color: var(--cor2); } #nav1 { background-image: linear-gradient(to bottom, var(--cor3), var(--cor2)); box-shadow: 0px 0px 10px black; height...
2.167704
facd061084edc036f115f11bea09e0ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840238
{ "extension": "c-sharp", "max_stars_count": "295.0", "max_stars_repo_name": "SteeltoeOSS/steeltoe", "max_stars_repo_path": "src/Integration/src/IntegrationBase/Config/AbstractMethodAttributeProcessor.cs", "provenance": "train-00027-of-00045.jsonl.gz:159458" }
starcoder
<gh_stars>100-1000 // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.Attributes; using Steeltoe.Commo...
1.485324
d9c783d6d23ea3fd24e4b6720d14e43f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840239
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "linchenrr/kakaTools", "max_stars_repo_path": "donetCore/UnityCracker2020/UnityCracker2020/MainWindow.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:159459" }
starcoder
<reponame>linchenrr/kakaTools using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; 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.Windo...
1.967945
915cdd5b6c283d29c8033a2998ed5808
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840240
{ "extension": "c-sharp", "max_stars_count": "38.0", "max_stars_repo_name": "philbir/magic-media", "max_stars_repo_path": "src/Services/Core/Processing/CleanUpSourceTask.cs", "provenance": "train-00027-of-00045.jsonl.gz:159460" }
starcoder
using System.IO; using System.Threading; using System.Threading.Tasks; namespace MagicMedia.Processing { public class CleanUpSourceTask : IMediaProcessorTask { public string Name => MediaProcessorTaskNames.CleanUpSource; public Task ExecuteAsync(MediaProcessorContext context, CancellationToke...
2.546392
bfbe8bd811c3fe049bea50684875256c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840241
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jpiquot/DevOpsRemainingQuery", "max_stars_repo_path": "DevOpsRemainingQuery/Options/OutputFileOption.cs", "provenance": "train-00027-of-00045.jsonl.gz:159461" }
starcoder
namespace DevOpsRemainingQuery { using System.CommandLine; using Microsoft.Extensions.Options; /// <summary> /// Output directory Option. Implements the <see cref="Option{String}"/>. /// </summary> /// <seealso cref="Option{String}"/> internal class OutputFileOption : Option<string> {...
2.440965
89b25c242430be8a6735e3eed6e80c67
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840242
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "abod1944/maui", "max_stars_repo_path": "src/Core/src/VisualDiagnostics/VisualDiagnosticsOverlay.cs", "provenance": "train-00027-of-00045.jsonl.gz:159462" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Maui.Graphics; namespace Microsoft.Maui { #if ANDROID [System.Runtime.Versioning.SupportedOSPlatform("android23.0")] #endif public partial class VisualDiagnosticsOverlay : WindowOverlay, IVisualDiagnosticsOverlay { bool _enableEle...
1.929309
3d48b0f3ab5e3cbd4e20463ee7366d37
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840243
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "devmentors/NPost.Services.Parcels", "max_stars_repo_path": "src/NPost.Services.Parcels/Application/Events/External/Handlers/DeliveryFailedHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:159463" }
starcoder
using System; using System.Threading.Tasks; using Convey.CQRS.Events; using Microsoft.Extensions.Logging; using NPost.Services.Parcels.Core.Repositories; namespace NPost.Services.Parcels.Application.Events.External.Handlers { public class DeliveryFailedHandler : IEventHandler<DeliveryFailed> { private ...
2.407144
89ae4f701cc397013947e711c773a17a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840244
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yoonix1/flashdevelop", "max_stars_repo_path": "Tests/External/Plugins/HaxeContext.Tests/Completion/CodeCompleteTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:159464" }
starcoder
<filename>Tests/External/Plugins/HaxeContext.Tests/Completion/CodeCompleteTests.cs using System.Collections.Generic; using System.IO; using ASCompletion.Completion; using ASCompletion.Context; using ASCompletion.Model; using HaXeContext.TestUtils; using NSubstitute; using NUnit.Framework; using PluginCore; us...
1.978689
c472f8c9a1ff566f5e25052f4be13f71
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840245
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "vaibhavbhalla/microsoft-performance-toolkit-sdk", "max_stars_repo_path": "src/Microsoft.Performance.SDK.Runtime/CustomDataSourceExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:159465" }
starcoder
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.IO; using System.Reflection; using Microsoft.Performance.SDK.Processing; namespace Microsoft.Performance.SDK.Runtime { /// <summary> /// Extension methods for <see cref="ICustomDataSource"/>. /// </su...
2.37942
8e46954d17b4d8f0375da46d8e5b4d4f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840246
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zfolwick/TEA", "max_stars_repo_path": "dotnet-core/Tea/Parsing/TeaParser/Token.cs", "provenance": "train-00027-of-00045.jsonl.gz:159466" }
starcoder
/* I need to be capable of writing a parser that can parse a file containing html DOM element attribute type, an action to perform on them, and the DOM identifier to use when looking for them. e.g., # here is a comment. <# this is a block comment. it will keep being ignored by the compiler until it finds the ending com...
3.082493
ab77d0ed9b3a99e96973efa4d66fdb97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840247
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nullKomplex/rawr-2.3.23", "max_stars_repo_path": "Rawr.Rogue/ComboPointGenerators/Hemo.cs", "provenance": "train-00027-of-00045.jsonl.gz:159467" }
starcoder
<filename>Rawr.Rogue/ComboPointGenerators/Hemo.cs using System; using Rawr.Rogue.ClassAbilities; namespace Rawr.Rogue.ComboPointGenerators { #if (SILVERLIGHT == false) [Serializable] #endif public class Hemo : ComboPointGenerator { /*public override string Name { get { return "Hemo"; } } ...
2.453099
56cc95c9606480c134bde87e34b910e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840248
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "emreerdogancom/Mis", "max_stars_repo_path": "src/Mis.Core/Repositories/Entity/IFromFactorRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:159468" }
starcoder
<filename>src/Mis.Core/Repositories/Entity/IFromFactorRepository.cs using Mis.Core.Repositories.Entity.Base; using Mis.Entities.Concrete; namespace Mis.Core.Repositories.Entity { public interface IFromFactorRepository : IEntityRepository<FromFactor> { } }
1.269633
07183d5ec038eb01d843c63516624664
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840249
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "beatthat/window-managers", "max_stars_repo_path": "Runtime/window-managers/State/Behaviour/CloseSelf.cs", "provenance": "train-00027-of-00045.jsonl.gz:159469" }
starcoder
<reponame>beatthat/window-managers using BeatThat.Controllers; using BeatThat.Panels; using BeatThat.StateControllers; namespace BeatThat.WindowManagers { public class CloseSelf : AnimatorControllerBehaviour<IController> { override protected void DidEnter() { PanelNotifications.Close(this.controller); } ...
1.090958
3ca898c7ae12c9110147abd3b875cafc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840250
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mholec/redis-eshop-demo", "max_stars_repo_path": "RedisEshop/ViewModels/Pages/ProductHomePageModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159470" }
starcoder
<reponame>mholec/redis-eshop-demo<gh_stars>0 using System.Collections.Generic; namespace RedisEshop.ViewModels.Pages { public class ProductHomePageModel { public List<ProductBaseViewModel> Bestsellers { get; set; } public List<ProductViewModel> LatestProducts { get; set; } public List<ProductVi...
1.27087
3fed01c3b5baf34aa11b4a5f5e08ab45
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840251
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "peteh1989/MemoryDB", "max_stars_repo_path": "examples/MemoryDB.ConsoleExample/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:159471" }
starcoder
<gh_stars>0 using System; using MemoryDB.ConsoleExample.Models; using MemoryDB.Core; namespace MemoryDB.ConsoleExample { class Program { private static readonly Database Database = new Database(); private static void Main(string[] args) { Database.AddressList.Clear(); ...
2.525302
311d3a96995d1cf30c53ed6ef888ea64
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840252
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LukasForst/dotnet-core-template", "max_stars_repo_path": "DataAccess/Model/AbstractEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:159472" }
starcoder
namespace DataAccess.Model { /// <summary> /// Base class for the DB entity. /// </summary> public class AbstractEntity { /// <summary> /// ID of the entity. /// </summary> // ReSharper disable once UnusedAutoPropertyAccessor.Global - db entity, set must be pr...
2.446905
ddb52d9ca3f8654a34d0ef33d57b5be9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840253
{ "extension": "c-sharp", "max_stars_count": "59.0", "max_stars_repo_name": "MicroWorldwide/BGC_Tools", "max_stars_repo_path": "Audio/Filters/StreamEnveloper.cs", "provenance": "train-00027-of-00045.jsonl.gz:159473" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using BGC.Mathematics; using BGC.Audio.Envelopes; namespace BGC.Audio.Filters { /// <summary> /// Applies the specified envelope to the underlying stream. /// </summary> public class StreamEnveloper : SimpleBGCFilter { publ...
2.419651
21a98efd068018ebc9e256e8e17cada0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840254
{ "extension": "c-sharp", "max_stars_count": "49.0", "max_stars_repo_name": "simonwittber/shadergraphs", "max_stars_repo_path": "Assets/ShaderGraphExtensions/Editor/IsolateNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:159474" }
starcoder
<reponame>simonwittber/shadergraphs<filename>Assets/ShaderGraphExtensions/Editor/IsolateNode.cs<gh_stars>10-100 using System.Reflection; using UnityEditor.ShaderGraph; using UnityEngine; using UnityEngine.Experimental.UIElements; using UnityEditor.Experimental.UIElements; namespace DifferentMethods.ShaderGraph { [...
2.447462
db310570640482a23baed3fe866105ba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840255
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Nextttttt/total-error-order-sales-api", "max_stars_repo_path": "src/TotalError.OrderSales.Services/FileService.cs", "provenance": "train-00027-of-00045.jsonl.gz:159475" }
starcoder
using CsvHelper; using System.Collections.Generic; using System.Globalization; using System.IO; using TotalError.OrderSales.Domain.Abstractions.Services; using TotalError.OrderSales.Domain.Dtos; using System.Linq; using AutoMapper; using System.Threading.Tasks; using System; using TotalError.OrderSales.Domain; namesp...
2.517509
e963af2b62eb143f495e35724eb4c74f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840256
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarekPokornyOva/SmtpFiddler", "max_stars_repo_path": "src/AvaloniaApp/PageText.axaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:159476" }
starcoder
<reponame>MarekPokornyOva/SmtpFiddler using Avalonia; using Avalonia.Controls; using Avalonia.Markup.Xaml; using MpSoft.SmtpFiddler.Core; using System; namespace AvaloniaApp { public class PageText : UserControl, IMailView { TextBox textBoxView; public PageText() { this.InitializeComponent(); textBoxV...
2.098979
bec6f5c6b8745ec625b79247f22abe68
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840257
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "Jacks8n/CRender", "max_stars_repo_path": "CShader/Attribute/ShaderConfigurationAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:159477" }
starcoder
using System; namespace CShader.Attribute { public class ShaderConfigurationAttribute : TypeBasedAttributeBase { public ShaderConfigurationAttribute(Type type) : base(type) { } } }
1.725666
f3d22776fb982f04b3ab7097ccfb27ab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840258
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "huyvdit/Selectgo", "max_stars_repo_path": "httpdocs/Client.Web.SelectGo/Views/Default2x/Catalog/Widgets/Shop/ProductReview/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:159478" }
starcoder
<reponame>huyvdit/Selectgo @using global::Web.Helpers @using Web.Model.Models @model List<Web.Model.Models.ProductReview> <ul> @foreach (ProductReview item in Model) { <li> <div class="comment-avatar"><a href="#"><img src="@item.Customer.Avatar"></a></div> <div class="comment-...
1.93902
6946d0ffa247b169971d0cd892aa7b66
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840259
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LongerWarrior/UAssetAPI", "max_stars_repo_path": "UAssetAPI/Kismet/Bytecode/Expressions/EX_InstrumentationEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:159479" }
starcoder
<filename>UAssetAPI/Kismet/Bytecode/Expressions/EX_InstrumentationEvent.cs using Newtonsoft.Json; using System; namespace UAssetAPI.Kismet.Bytecode.Expressions { /// <summary> /// A single Kismet bytecode instruction, corresponding to the <see cref="EExprToken.EX_InstrumentationEvent"/> instruction. /// ...
2.72072
58c16a3e03c56c7a628fb281b589ac79
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840260
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bbepis/NArgs", "max_stars_repo_path": "NArgs.Tests/BasicTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:159480" }
starcoder
<filename>NArgs.Tests/BasicTests.cs using System; using System.Collections.Generic; using NUnit.Framework; namespace NArgs.Tests { public class BasicTests { public enum TestEnum { DefaultValue, Value1 } public class TestArgs : IArgumentCollection { public IList<string> Values { get; set; } [C...
2.932063
231fae426f46d2a67aa36f215f9217dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840261
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JBeni/BlazorShop", "max_stars_repo_path": "BlazorShop.Application/Commands/ReceiptCommand/CreateReceiptCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:159481" }
starcoder
namespace BlazorShop.Application.Commands.ReceiptCommand { public class CreateReceiptCommand : IRequest<RequestResponse> { public string UserEmail { get; set; } public DateTime ReceiptDate { get; set; } public string ReceiptName { get; set; } public string ReceiptUrl { get; set;...
1.623382
6569931a599156af2a4c9cbf7ec409fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840262
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "jbagga/TagHelperComponentSample", "max_stars_repo_path": "TagHelperComponentSample/GlobalScriptTagHelperComponent.cs", "provenance": "train-00027-of-00045.jsonl.gz:159482" }
starcoder
<reponame>jbagga/TagHelperComponentSample using System; using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Razor.TagHelpers; namespace TagHelperComponentSample { public class GlobalScriptTagHelperComponent : ITagHelperComponent { private int _order = 0; private string _...
2.483385
f76b09d41221efd3366fca54833e6aa6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840263
{ "extension": "c-sharp", "max_stars_count": "127.0", "max_stars_repo_name": "RakhithJK/CyberCAT", "max_stars_repo_path": "CyberCAT.Core/Classes/DumpedClasses/RagdollDamagePollData.cs", "provenance": "train-00027-of-00045.jsonl.gz:159483" }
starcoder
using CyberCAT.Core.Classes.Mapping; using CyberCAT.Core.Classes.NodeRepresentations; namespace CyberCAT.Core.Classes.DumpedClasses { [RealName("RagdollDamagePollData")] public class RagdollDamagePollData : GenericUnknownStruct.BaseClassEntry { [RealName("worldPosition")] public WorldPositi...
1.315368
465bcf369341e76c5866ff6b179ec73d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840264
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Fast-Forward-llc/FFLib", "max_stars_repo_path": "FFLib/Data/SqlMacro.cs", "provenance": "train-00027-of-00045.jsonl.gz:159484" }
starcoder
<filename>FFLib/Data/SqlMacro.cs<gh_stars>1-10 /******************************************************* * Project: FFLib V1.0 * Title: SqlMacro.cs * Author: <NAME> of Fast Forward,LLC * Copyright © 2012 Fast Forward, LLC. * Dual licensed under the MIT or GPL Version 2 licenses. * Use of any component of FFLib r...
2.900071
c143baa1873037bc7313261f78cb6fba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840265
{ "extension": "c-sharp", "max_stars_count": "863.0", "max_stars_repo_name": "susairajs/ios-samples", "max_stars_repo_path": "ios8/LookInside/LookInside/PresentationControllers/OverlayPresentationController.cs", "provenance": "train-00027-of-00045.jsonl.gz:159485" }
starcoder
<reponame>susairajs/ios-samples using System; using UIKit; using CoreGraphics; namespace LookInside { public class OverlayPresentationController : UIPresentationController { UIView dimmingView; UITapGestureRecognizer tap; public override UIModalPresentationStyle PresentationStyle { get { return UIMod...
1.985211
c21d4c6b74275eb256bdd2d7dc8a3b98
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840266
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ammogcoder/squidex", "max_stars_repo_path": "tests/Squidex.Tests/Pipeline/CommandMiddlewares/ETagCommandMiddlewareTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:159486" }
starcoder
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschränkt) // All rights reserved. Licensed under the MIT license. // ============================...
1.836989
eec5601c802649e1fdd88ca380c387cb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840267
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "nikneem/f1manager-api", "max_stars_repo_path": "src/F1Manager.Teams/DataTransferObjects/TeamListItemDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:159487" }
starcoder
<gh_stars>1-10 using System; namespace F1Manager.Teams.DataTransferObjects { public class TeamListItemDto { public Guid Id { get; set; } public string Name { get; set; } public int Points { get; set; } } }
1.771148
7b688233d7ccce15f92b6a909fae43d9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840268
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "leancodepl/corelibrary-templates", "max_stars_repo_path": "content/backend/src/Apps/LNCDApp.MainApp/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:159488" }
starcoder
<gh_stars>0 using System.Threading.Tasks; using LeanCode.Components; using LeanCode.Components.Startup; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; namespace LNCDApp.MainApp { public class Program { public static Task Main() => CreateWebHostBuilder().Build().RunAsync(); ...
1.16408
db6338a981a973665abd8762ee9e6bf1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840269
{ "extension": "c-sharp", "max_stars_count": "58.0", "max_stars_repo_name": "barry-jones/live-documenter", "max_stars_repo_path": "Source/TheBoxSoftware.Reflection/Syntax/Languages.cs", "provenance": "train-00027-of-00045.jsonl.gz:159489" }
starcoder
<gh_stars>10-100  namespace TheBoxSoftware.Reflection.Syntax { public enum Languages { CSharp, VisualBasic } }
1.178446
ae1d954aa5218379426d2a87c822b738
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840270
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "boba761/NTNMR_conf", "max_stars_repo_path": "Src/Amos/Controls/VariablePropertyDescriptor.cs", "provenance": "train-00027-of-00045.jsonl.gz:159490" }
starcoder
using System; using System.ComponentModel; using Amos.Controls; using Amos.Views; using Calculations.Variables; namespace Amos.Controls { /// <summary> /// Custom PropertyDescriptor /// </summary> public class VariablePropertyDescriptor : PropertyDescriptor { private VariableBase _property...
2.400587
b44e2b067e904b543c70bb4c1a2a73f6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840271
{ "extension": "c-sharp", "max_stars_count": "33.0", "max_stars_repo_name": "marek-safar/reference-assemblies", "max_stars_repo_path": "src/mono/System.Reactive.Experimental.cs", "provenance": "train-00027-of-00045.jsonl.gz:159491" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. [assembly:System.Reflection.AssemblyVersionAttribute("2.2.0.0")] [assembly:System.CLSCompliantAttribute(true)] [asse...
1.874944
5cb115e44cf884e5a0f406697741818a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840272
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ssfcultra/Katas", "max_stars_repo_path": "KeithKatas/201711/CreditCardMask.cs", "provenance": "train-00027-of-00045.jsonl.gz:159492" }
starcoder
using System.Text; namespace Kata.November2017 { public class CreditCardMask { public static string Maskify(string input) { return input.Substring(input.Length < 4 ? 0 : input.Length - 4).PadLeft(input.Length, '#'); } } }
2.608019
735352d8e9a73e872c848ee4f3c884e5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840273
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mediaexplorer74/Mosaic2022", "max_stars_repo_path": "Widgets/Me/Widget.cs", "provenance": "train-00027-of-00045.jsonl.gz:159493" }
starcoder
<reponame>mediaexplorer74/Mosaic2022 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using Mosaic.Base; namespace Me { public class Widget : MosaicWidget { private MeWidget widgetCont...
2.173184
0986f579e15a0e9afab50859207452be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840274
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "muchang/z3test", "max_stars_repo_path": "old-regressions/cs/tst6.cs", "provenance": "train-00027-of-00045.jsonl.gz:159494" }
starcoder
<reponame>muchang/z3test<filename>old-regressions/cs/tst6.cs /*++ Copyright (c) 2015 Microsoft Corporation --*/ using Microsoft.Z3; using System; class Test { public void Run() { using (Context ctx = new Context()) { Console.WriteLine(ctx.MkPower(ctx.MkReal(2), ctx.MkRea...
1.979702
d70280c73b79429cf66f6b6a6bae417c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840275
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MichaelDiers/TabletopGameAdmin", "max_stars_repo_path": "nugets/Md.Tga.Common.TestData/Md.Tga.Common.TestData/Mocks/PubSub/SavePlayerMappingsPubSubClientMock.cs", "provenance": "train-00027-of-00045.jsonl.gz:159495" }
starcoder
namespace Md.Tga.Common.TestData.Mocks.PubSub { using System.Threading.Tasks; using Md.Tga.Common.Contracts.Messages; using Md.Tga.Common.PubSub.Contracts.Logic; public class SavePlayerMappingsPubSubClientMock : PubSubClientMock<ISavePlayerMappingsMessage>, ISavePlayerMappingsPubSubClie...
1.982411
55554056bbf76a3c3ccb10af19508ed0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840276
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fqkw6/RewriteFrame", "max_stars_repo_path": "other/Scripts/Model/VO/team/TeamInviteVO.cs", "provenance": "train-00027-of-00045.jsonl.gz:159496" }
starcoder
<reponame>fqkw6/RewriteFrame<gh_stars>0 public class TeamInviteVO { /// <summary> /// 发起者ID /// </summary> public ulong FromPlayerID; /// <summary> /// 发起者名称 /// </summary> public string FromPlayerName; /// <summary> /// 队伍ID /// </summary> public uint TeamID; /// <summary> /// 队伍目标 /// </...
1.350482
1c360898705a38f0aa8bcd66150a2a88
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840277
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chenshanmugarajah/Advanced-Blog-Application", "max_stars_repo_path": "TheBlogAppDesktop/TheBlogAppDesktop/Model/CurrentUser.cs", "provenance": "train-00027-of-00045.jsonl.gz:159497" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace Model { public static class CurrentUser { public static int Id { get; set; } public static string Username { get; set; } public static string Email { get; set; } } }
1.88435
3ad218d45b43109ab62b65ffff0aa1c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840278
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tocaner/HouseLibs", "max_stars_repo_path": "Source/HouseImaging/Imaging.Metadata.cs", "provenance": "train-00027-of-00045.jsonl.gz:159498" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Reflection; using System.Text; using HouseUtils; namespace HouseImaging { public class MetadataPortal { private Image fSystemImage; ...
2.409242
82fc0456b1e233ebd4ce2bdf64f4e463
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840279
{ "extension": "c-sharp", "max_stars_count": "46.0", "max_stars_repo_name": "annullator/enterprise-mode-site-list-portal", "max_stars_repo_path": "EMIEWebPortal.Models/Models/BPUs.cs", "provenance": "train-00027-of-00045.jsonl.gz:159499" }
starcoder
<filename>EMIEWebPortal.Models/Models/BPUs.cs namespace EMIEWebPortal.Models { using System; /// <summary> /// This is an BPU model class, and will hold the values for BPU data /// </summary> public class BPUs { // Gets and sets ID Value public int Id { get; set; } // ...
1.971571
434b9c4c77d12c8097a9a3d98b488d28
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840280
{ "extension": "c-sharp", "max_stars_count": "38.0", "max_stars_repo_name": "lithnet/miis-powershell", "max_stars_repo_path": "src/Lithnet.Miiserver.Automation/Disconnect-CSObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:159500" }
starcoder
<reponame>lithnet/miis-powershell using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Management.Automation; using Lithnet.Miiserver.Client; using System.IO; namespace Lithnet.Miiserver.Automation { [Cmdlet(VerbsCommunications.Disconnect, "CSObject")] public clas...
2.068802
98efc37d7dc17c144079a0da35f5cc17
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840281
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Timwi/KtaneSimonScreams", "max_stars_repo_path": "Assets/SimonScreamsModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:159501" }
starcoder
<reponame>Timwi/KtaneSimonScreams using System; using System.Collections; using System.Collections.Generic; using System.Linq; using KModkit; using SimonScreams; using UnityEngine; using Rnd = UnityEngine.Random; /// <summary> /// On the Subject of Simon Screams /// Created by Timwi /// </summary> public class SimonS...
2.026271
a888f1911924e8206e0525ff283af448
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840282
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "tinglesoftware/eventbus", "max_stars_repo_path": "src/Tingle.EventBus.Transports.InMemory/Client/InMemorySender.cs", "provenance": "train-00027-of-00045.jsonl.gz:159502" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Channels; using System.Threading.Tasks; namespace Tingle.EventBus.Transports.InMemory.Client { internal sealed class InMemorySender : IDisposable { private static readonly TimeSpan waitTim...
2.779193
1ba6581ada1a806f04b3a43f8ff61f39
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840283
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "minecraft-dotnet/NBToolkit", "max_stars_repo_path": "NBToolkit/Source/ChunkFilter.cs", "provenance": "train-00027-of-00045.jsonl.gz:159503" }
starcoder
<reponame>minecraft-dotnet/NBToolkit using System; using System.Collections.Generic; using System.Text; using NDesk.Options; namespace NBToolkit { public interface IChunkFilterable { IChunkFilter GetChunkFilter (); } public interface IChunkFilter { int? XAboveEq { get; } i...
2.679871
afdc9124d7b02643e49db473bfa5b33d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840284
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "BAtoDA/-Uppercomputer-20200727", "max_stars_repo_path": "自定义Uppercomputer产量报警Web监视/EF实体模型/HourOutput.cs", "provenance": "train-00027-of-00045.jsonl.gz:159504" }
starcoder
<reponame>BAtoDA/-Uppercomputer-20200727 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Web; namespace HTML布局学习.EF实体模型 { /// <summary> /// 小时产量表 /// </summary> [Table("HourOutput")] public class HourOutput { ...
1.675143
c0081b93a773d01fb6655e410600f034
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840285
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "GardenHamster/Theresa3rd-Bot", "max_stars_repo_path": "Theresa3rd-Bot/Model/Config/MiraiConfig.cs", "provenance": "train-00027-of-00045.jsonl.gz:159505" }
starcoder
<reponame>GardenHamster/Theresa3rd-Bot<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Theresa3rd_Bot.Model.Config { public class MiraiConfig { public string Host { get; set; } public int Port { get; set; } pu...
1.494726
7c060aa289ad7e47f1a08f1e91b9437b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840286
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Eraclys/PegasusFlightTrend", "max_stars_repo_path": "src/FlightTrend.Core.Specifications/DepartureDateIsNextDay.cs", "provenance": "train-00027-of-00045.jsonl.gz:159506" }
starcoder
<reponame>Eraclys/PegasusFlightTrend<gh_stars>0 using FlightTrend.Core.Models; using JetBrains.Annotations; namespace FlightTrend.Core.Specifications { [UsedImplicitly] public sealed class DepartureDateIsNextDay : ISpecification<Flight> { public bool IsSatisfiedBy(Flight value) { ...
2.013426
fb8707572116b6f0a3ae8f195370b18a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840287
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "AndrewSav/Lzham.Net", "max_stars_repo_path": "LzhamWrapper/Enums/CompressionLevel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159507" }
starcoder
<gh_stars>1-10 namespace LzhamWrapper.Enums { public enum CompressionLevel { Fastest = 0, Faster, Default, Better, Uber, TotalLevels, Force = -1 } }
1.622774
0e8b8ab99e46aeae45155b9d4a1f6988
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840288
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Yihcheng/TT.StockQuoteSource", "max_stars_repo_path": "src/TT.StockQuoteSource/StockDataSourceBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:159508" }
starcoder
using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; using Microsoft.Extensions.Configuration; using TT.StockQuoteSource.Contracts; namespace TT.StockQuoteSource { /// <summary> /// Class of StockDataSourceBase /// </summary> public abstract class StockDataSo...
2.543293
98fb46e81e546a7ea558ec2c212d2115
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840289
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sndnvaps/OneCard_", "max_stars_repo_path": "BLL/IBLL/HHZX/ConsumeAccount/IPreRechargeRecordBL.cs", "provenance": "train-00027-of-00045.jsonl.gz:159509" }
starcoder
<filename>BLL/IBLL/HHZX/ConsumeAccount/IPreRechargeRecordBL.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using Model.HHZX.ComsumeAccount; namespace BLL.IBLL.HHZX.ConsumeAccount { /// <summary> /// 预充值记录 /// </summary> public interface IPreRechargeRecordBL : ...
1.377816
a7d9179d6f14b473dc59e306634003d6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840290
{ "extension": "c-sharp", "max_stars_count": "94.0", "max_stars_repo_name": "TexBlock/BetterExplorer", "max_stars_repo_path": "ShellLibrary/Interop/IEnumIDList.cs", "provenance": "train-00027-of-00045.jsonl.gz:159510" }
starcoder
// BExplorer.Shell - A Windows Shell library for .Net. // Copyright (C) 2007-2009 <NAME> // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2 of the License, or (at ...
1.98526
8a5d627e59d3adc2ea3355a2a48865ff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840291
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bp2008/imgurwin", "max_stars_repo_path": "ImgurWin/ImgurWin/ImageHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:159511" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Text; namespace ImgurWin { public static class ImageHelper { public const int tenMegabytes = 10 * 1000 * 1000; /// <summary> /// Encode...
2.761164
59a3ea38c9babebc7e45fe3b170518e6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840292
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ingvard/valheim-jserver", "max_stars_repo_path": "materials/sources/assembly_valheim/AnimalAI.cs", "provenance": "train-00027-of-00045.jsonl.gz:159512" }
starcoder
<reponame>ingvard/valheim-jserver using System; using UnityEngine; // Token: 0x0200001F RID: 31 public class AnimalAI : BaseAI { // Token: 0x06000314 RID: 788 RVA: 0x0001A4AC File Offset: 0x000186AC protected override void Awake() { base.Awake(); this.m_updateTargetTimer = UnityEngine.Random.Range(0f, 2f); } ...
1.494982
fa20ba477a25bf14c99d8a686015fbc0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840293
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RimuTec/RimuTec.Piranha", "max_stars_repo_path": "src/PiranhaNH/DataAccess/Maps/PostTypeEntityMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:159513" }
starcoder
<filename>src/PiranhaNH/DataAccess/Maps/PostTypeEntityMap.cs using FluentNHibernate.Mapping; using RimuTec.PiranhaNH.Entities; namespace RimuTec.PiranhaNH.DataAccess.Maps { internal class PostTypeEntityMap : ClassMap<PostTypeEntity> { public PostTypeEntityMap() { Table("PostType"); ...
2.08961
ac5e11a4136118ae8c6b7f1ac2678872
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840294
{ "extension": "c-sharp", "max_stars_count": "643.0", "max_stars_repo_name": "angie1148/codeql", "max_stars_repo_path": "csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.ComponentModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:159514" }
starcoder
// This file contains auto-generated code. namespace System { // Generated from `System.IServiceProvider` in `System.ComponentModel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=<KEY>` public interface IServiceProvider { object GetService(System.Type serviceType); } namespace Component...
1.977331
9d4247f72db52f3a084c174b50393690
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840295
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "taucode/taucode.jobs", "max_stars_repo_path": "src/TauCode.Jobs/JobRunInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:159515" }
starcoder
using System; namespace TauCode.Jobs { public readonly struct JobRunInfo : IEquatable<JobRunInfo> // todo: remove this 'IEquatable<JobRunInfo>', it is for UT only. UTs should develop their own comparison. { public JobRunInfo( int runIndex, JobStartReason startReason, ...
2.577626
68e444b631dddeeef097455c134bbe45
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840296
{ "extension": "c-sharp", "max_stars_count": "17923.0", "max_stars_repo_name": "ffMathy/roslyn", "max_stars_repo_path": "src/Features/Core/Portable/SymbolMapping/SymbolMappingResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:159516" }
starcoder
<reponame>ffMathy/roslyn<filename>src/Features/Core/Portable/SymbolMapping/SymbolMappingResult.cs // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Roslyn.Util...
1.529446
d775f0efb7d77dc40a871b651f3b6668
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840297
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "aalishov/School", "max_stars_repo_path": "School-2021_2022/12_B/M01-SoftwareDevelopment/SpaceStation/SpaceStation/Models/Astronauts/Contracts/IAstronaut.cs", "provenance": "train-00027-of-00045.jsonl.gz:159517" }
starcoder
namespace SpaceStation.Models.Astronauts.Contracts { using Bags; using Bags.Contracts; public interface IAstronaut { public string Name { get; } public double Oxygen { get; } public bool CanBreath { get; } public IBag Bag { get; } public void Breath(); }...
2.022557
a62b6d5647c35492adb11baed9e76330
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840298
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pcurich/QuGo", "max_stars_repo_path": "QubicGo/Libraries/QuGo.Services/Events/EventPublisher.cs", "provenance": "train-00027-of-00045.jsonl.gz:159518" }
starcoder
<filename>QubicGo/Libraries/QuGo.Services/Events/EventPublisher.cs using System; using System.Linq; using QuGo.Core.Infrastructure; using QuGo.Core.Plugins; using QuGo.Services.Logging; namespace QuGo.Services.Events { /// <summary> /// Evnt publisher /// </summary> public class EventPublisher : IEven...
2.760079
cd71c52c15cba9d8d71a799f868dc048
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840299
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "sharov-am/Rinex-3.0-Parser", "max_stars_repo_path": "Rinex3Parser/Obs/ObservationRecord.cs", "provenance": "train-00027-of-00045.jsonl.gz:159519" }
starcoder
// Rinex3Parser // ObservationRecord.cs-2016-08-04 #region using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using System.Text.RegularExpressions; using JetBrains.Annotations; using Rinex3Pa...
2.485343
262d62c40c4cf85bd56064289a470be5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840300
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Alex-D-Green/DDictionary", "max_stars_repo_path": "Presentation/Converters/JustWordDTOConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:159520" }
starcoder
<reponame>Alex-D-Green/DDictionary<filename>Presentation/Converters/JustWordDTOConverter.cs using System; using System.Globalization; using System.Windows.Data; using DDictionary.Domain.Entities; namespace DDictionary.Presentation.Converters { public sealed class JustWordDTOConverter: IValueConverter { ...
2.498379
b907de92520a687ca326529b429096da
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840301
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "IntelliTect/Coalesce.Vue.Template", "max_stars_repo_path": "content/Coalesce.Starter.Vue.Web/Controllers/HomeController.cs", "provenance": "train-00027-of-00045.jsonl.gz:159521" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; namespace Coalesce.Starter.Vue.Web.Controllers { public class HomeController : Controller { ///...
2.198948
d1b9b5fcbf68400c1a8b9eca58fc8c58
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840302
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pmsereno/Dnn.Platform", "max_stars_repo_path": "DNN Platform/Library/Services/Journal/Internal/InternalJournalController.cs", "provenance": "train-00027-of-00045.jsonl.gz:159522" }
starcoder
// // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. // using System; using DotNetNuke.Framework; namespace DotNetNuke.Services.Journal.Internal { public class InternalJournalController : ServiceLocator<I...
1.345685
02e3bc51ce8a170c84ebc8fb6261b637
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840303
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dev-11/checkout.com-payment-gateway", "max_stars_repo_path": "PaymentGateway.Service/PaymentRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:159523" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using PaymentGateway.Service.Dom; namespace PaymentGateway.Service { public class PaymentRepository : IPaymentRepository { private readonly IDictionary<Guid, Payment> _storage; public PaymentRepository() { ...
2.678552
a012027d74a99e292fba1f8099da4155
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840304
{ "extension": "c-sharp", "max_stars_count": "689.0", "max_stars_repo_name": "NetFabric/Hyperlinq", "max_stars_repo_path": "NetFabric.Hyperlinq.UnitTests/Option/TestData.Option.cs", "provenance": "train-00027-of-00045.jsonl.gz:159524" }
starcoder
<filename>NetFabric.Hyperlinq.UnitTests/Option/TestData.Option.cs using System; using Xunit; // ReSharper disable HeapView.ObjectAllocation.Evident namespace NetFabric.Hyperlinq { public static partial class TestData { public static TheoryData<string?> OptionSome => new() { ...
2.161678
fb9756ea185f4ad38ec0ac5365e4cd49
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840305
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "esther5576/HairProject", "max_stars_repo_path": "Projet_Unity/Assets/Splatter Effects/Scripts/BallCOntroller.cs", "provenance": "train-00027-of-00045.jsonl.gz:159525" }
starcoder
using UnityEngine; using System.Collections; public class BallCOntroller : MonoBehaviour { public Splatter splatter; //ref to object to spawn private LineRenderer lineRenderer;//ref to line renderee [SerializeField] private float speed = 2f;//speed multiplier of ball private RaycastHit2D hit;//hi...
2.559963
f13bfa8e0b31a8f780bda7ea2d96cca8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840306
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "c1gdoyle/Dunk.Tools.Monitoring", "max_stars_repo_path": "Dunk.Tools.Monitoring/State/ClosedState.cs", "provenance": "train-00027-of-00045.jsonl.gz:159526" }
starcoder
using System; namespace Dunk.Tools.Monitoring.State { /// <summary> /// A super class of <see cref="CircuitBreakerStateBase"/> that represents a closed state. /// </summary> public sealed class ClosedState : CircuitBreakerStateBase { /// <summary> /// Initialises a new instance of ...
3.000543
9d0e28c0511b1e0edb5973f47e3b5e5d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840307
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Arthur-Neto/ifsc-term-paper-repository", "max_stars_repo_path": "src/server/ifsc.tcc.Portal.Infra.EF/Repositories/GenericRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:159527" }
starcoder
<reponame>Arthur-Neto/ifsc-term-paper-repository<filename>src/server/ifsc.tcc.Portal.Infra.EF/Repositories/GenericRepository.cs using System.Collections.Generic; using System.Threading.Tasks; using ifsc.tcc.Portal.Domain.CommonModule; using ifsc.tcc.Portal.Infra.Data.EF.Context; using Microsoft.EntityFrameworkCore; n...
2.352782
8d8aff0f75ac9f993e168800476eafff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840308
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EnsarErayAkkaya/TruckRush", "max_stars_repo_path": "Assets/Scripts/Spawners/ObstacleSpawner/BigSideBarricadeSpawner.cs", "provenance": "train-00027-of-00045.jsonl.gz:159528" }
starcoder
using Project.Obstacles; using Project.Road; using Project.Settings; using UnityEngine; namespace Project.Spawners { class BigBarricadeSpawner : SpawnerBase<BigBarricadeSetting> { public BigBarricadeSpawner(BigBarricadeSetting setting) : base(setting) { } public override GameOb...
2.424935
8b83b886f701648e810ebc3547516edd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840309
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "irfanf/Test", "max_stars_repo_path": "Assets/Scripts/ThrowAnimation.cs", "provenance": "train-00027-of-00045.jsonl.gz:159529" }
starcoder
<reponame>irfanf/Test<filename>Assets/Scripts/ThrowAnimation.cs using UnityEngine; using System.Collections; namespace CubeManProject { public class ThrowAnimation : MonoBehaviour { // 当的モーションを行う腕のオブジェクト [SerializeField] private GameObject throwArm; // 腕を回し終わるまでの時間(秒) [SerializeField] private float rotMotio...
2.348327
4f513285051965417b5de844706e6427
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840310
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "NamespaceMedia/ASP.NETMVCSurvey", "max_stars_repo_path": "Models/Survey/SurveyInstance.cs", "provenance": "train-00027-of-00045.jsonl.gz:159530" }
starcoder
<reponame>NamespaceMedia/ASP.NETMVCSurvey using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace MVCSurvey.Infrastructure.Models.Survey { public class SurveyInstance { public SurveyInstance() { KeyValues = new List<SurveyKeyValue>(); } ...
1.906605
858c6a43c8bd7107dbd65295e61656f1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840311
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Red-Dragon-Forgeworks/Micro.NET", "max_stars_repo_path": "src/Transport/Micro.Net.Transport.Email/Class1.cs", "provenance": "train-00027-of-00045.jsonl.gz:159531" }
starcoder
<reponame>Red-Dragon-Forgeworks/Micro.NET using System; namespace Micro.Net.Transport.Email { public class Class1 { } }
0.907997
1c7309e1b9f7a91e182187edfefdfaee