added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9065
{ "extension": "c-sharp", "max_stars_count": "106.0", "max_stars_repo_name": "ccn01347/Soomla-maintain", "max_stars_repo_path": "Soomla-levelup/submodules/unity3d-profile/Soomla/Assets/Soomla/Scripts/Profile/events/game-services/ShowLeaderboardsEvent.cs", "provenance": "train-00000-of-00045.jsonl.gz:9066" }
starcoder
using System; using System.Collections; using System.Collections.Generic; namespace Soomla.Profile { public class ShowLeaderboardsEvent : BaseSocialActionEvent { public ShowLeaderboardsEvent(Provider provider, string payload) : base(provider, payload) { } } }
1.558629
915a140245639e358d0b109b33d11c77
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9066
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "RIDICS/ITJakub", "max_stars_repo_path": "UJCSystem/Vokabular.MainService.Core/Works/RemoveProjectWork.cs", "provenance": "train-00000-of-00045.jsonl.gz:9067" }
starcoder
<gh_stars>1-10 using Vokabular.DataEntities.Database.Entities; using Vokabular.DataEntities.Database.Repositories; using Vokabular.MainService.DataContracts; using Vokabular.Shared.DataEntities.UnitOfWork; namespace Vokabular.MainService.Core.Works { public class RemoveProjectWork : UnitOfWorkBase { p...
2.251084
f241ae9192e7642f7660b1299f49db35
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9067
{ "extension": "c-sharp", "max_stars_count": "59.0", "max_stars_repo_name": "prodypanda/mail-check", "max_stars_repo_path": "src/dotnet/Dmarc/src/Dmarc.DnsRecord.Importer.Lambda/Factory/MxRecordProcessorFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:9068" }
starcoder
<reponame>prodypanda/mail-check<filename>src/dotnet/Dmarc/src/Dmarc.DnsRecord.Importer.Lambda/Factory/MxRecordProcessorFactory.cs using System; using System.Linq; using System.Net; using System.Runtime.InteropServices; using Amazon.Runtime; using Amazon.SimpleSystemsManagement; using Dmarc.Common.Data; using Dmarc.Com...
1.5721
938c415deae1973905f52f76adf8d027
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9068
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "decriptor/CsBot", "max_stars_repo_path": "IrcBot.cs", "provenance": "train-00000-of-00045.jsonl.gz:9069" }
starcoder
<gh_stars>0 namespace IrcBot.cs { using System; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Net.Sockets; using System.IO; using System.Threading; using System.Collections.Generic; using System.Runtime.Serialization; ...
2.617335
eca4cc77329ba3b260ff9e40e9841307
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9069
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KnJbMfLAgdkwZL/PhoneShop", "max_stars_repo_path": "AppWeb/Views/AdminPhonesShop/GetPhones.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:9070" }
starcoder
@model Application.DTO.Frontend.PhonesPageFront; @{ ViewBag.Title = "Get Phones In Store"; Layout = "_Layout"; var filter = @Model.FilterForm; var phones = @Model.Phones; var InStock = filter.InStock; } <p> <div> <b>Import from excel</b> </div> <h3>Выберите файл для загрузки...
2.187867
b3850af7f085d840e50277a79ee1f7cf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9070
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FireCoffe/DespawnAbleTownNpcs", "max_stars_repo_path": "NPCs/Merchant.cs", "provenance": "train-00000-of-00045.jsonl.gz:9071" }
starcoder
using System; using Microsoft.Xna.Framework; using Terraria; using Terraria.ID; using Terraria.Localization; using Terraria.ModLoader; using static Terraria.ModLoader.ModContent; namespace DespawnAbleTownNpcs.NPCs { public class Merchant : GlobalNPC //its just works { public override bool Autoload...
1.705721
e48e8c8d45988848d73dccdf35c49800
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9071
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lurumad/Templates-1", "max_stars_repo_path": "Tests/Boilerplate.FeatureSelection.Test/Services/ProjectServiceTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:9072" }
starcoder
<gh_stars>0 namespace Boilerplate.FeatureSelection.Test.Services { using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Boilerplate.FeatureSelection.Services; using Moq; using Xunit; public class ProjectServiceTest { [Theory(DisplayName = "Pr...
2.203434
594f015532c5216e8d2028afdf2f65ad
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9072
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Cpcrook/box-windows-sdk-v2", "max_stars_repo_path": "Box.V2/Managers/BoxFilesManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:9073" }
starcoder
using Box.V2.Auth; using Box.V2.Config; using Box.V2.Converter; using Box.V2.Exceptions; using Box.V2.Extensions; using Box.V2.Models; using Box.V2.Services; using Box.V2.Utility; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http.Hea...
2.353176
058d47f6d3fa6e56c5522a1b8c38e67e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9073
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jsdelivrbot/EstateMarket", "max_stars_repo_path": "Migrations/Configuration.cs", "provenance": "train-00000-of-00045.jsonl.gz:9074" }
starcoder
<reponame>jsdelivrbot/EstateMarket<filename>Migrations/Configuration.cs using System.Data.Entity.Migrations; using RealtyStore.Infrastructure; namespace RealtyStore.Migrations { internal sealed class Configuration : DbMigrationsConfiguration<ApplicationDbContext> { public Configuration() { ...
1.457151
98feb53a1cd870b105abf74d57f1ed72
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9074
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "Append-IT/Blazor.Sidepanel", "max_stars_repo_path": "src/Sidepanel.razor.cs", "provenance": "train-00000-of-00045.jsonl.gz:9075" }
starcoder
<gh_stars>10-100 using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Routing; using Microsoft.AspNetCore.Components.Web; namespace Append.Blazor.Sidepanel; public partial class Sidepanel : IDisposable { private ElementReference _element; [Inject] public ISidepanelService Service { ge...
1.987863
970ed3663acfa212412df4cc09a992c3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9075
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "plkumar/SecondMonitor", "max_stars_repo_path": "Rating/Rating.Presentation/Converters/IntToRedGreenConverter.cs", "provenance": "train-00000-of-00045.jsonl.gz:9076" }
starcoder
namespace SecondMonitor.Rating.Presentation.Converters { using System; using System.Globalization; using System.Windows.Data; using System.Windows.Media; public class IntToRedGreenConverter : IValueConverter { public object Convert(object value, Type targetType, object paramet...
2.777446
f13dadc9519a5c9bdcc8fac9dc66665a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9076
{ "extension": "c-sharp", "max_stars_count": "544.0", "max_stars_repo_name": "tdoerfler/Dotmim.Sync", "max_stars_repo_path": "Projects/Dotmim.Sync.MySql/Builders/MySqlBuilder.cs", "provenance": "train-00000-of-00045.jsonl.gz:9077" }
starcoder
<reponame>tdoerfler/Dotmim.Sync using Dotmim.Sync.Builders; #if NETCOREAPP using MySqlConnector; #elif NETSTANDARD using MySql.Data.MySqlClient; #endif using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Text; using System.Threading.Tasks; namespace Dotmim.Sync.M...
2.213325
ec1009e7896cccbf0dafb430f1003dcc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9077
{ "extension": "c-sharp", "max_stars_count": "62.0", "max_stars_repo_name": "hype8912/fluent-nhibernate", "max_stars_repo_path": "src/FluentNHibernate.Testing/ConventionsTests/Defaults/HasManyToManyJoinTableNameConventionTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:9078" }
starcoder
<filename>src/FluentNHibernate.Testing/ConventionsTests/Defaults/HasManyToManyJoinTableNameConventionTests.cs using FluentNHibernate.AutoMap.TestFixtures; using FluentNHibernate.Conventions.Defaults; using FluentNHibernate.Mapping; using NUnit.Framework; using Rhino.Mocks; namespace FluentNHibernate.Testing.Conv...
2.270779
4bd8e5f64b2fb78b2d4c67be60f4d75d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9078
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Opdex/opdex-v1-api", "max_stars_repo_path": "src/Opdex.Platform.Application.Abstractions/Models/CursorDto.cs", "provenance": "train-00000-of-00045.jsonl.gz:9079" }
starcoder
<reponame>Opdex/opdex-v1-api namespace Opdex.Platform.Application.Abstractions.Models; public class CursorDto { public string Next { get; set; } public string Previous { get; set; } }
1.218842
cf4781bb5ea1faa08edf815187115602
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9079
{ "extension": "c-sharp", "max_stars_count": "79.0", "max_stars_repo_name": "gitter-badger/Textrude", "max_stars_repo_path": "Textrude/Helpers.cs", "provenance": "train-00000-of-00045.jsonl.gz:9080" }
starcoder
using System; namespace Textrude { /// <summary> /// Miscellaneous operations for the application /// </summary> public class Helpers { public Action<string> ExitHandler { get; set; } = ExitApplication; private static void ExitApplication(string message) { ...
3.205919
827d5733a567bb586e5c655e957f2cbf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9080
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JohnPKosh/IODataBlock", "max_stars_repo_path": "IODataBlock/HubSpot/Models/Properties/PropertyTypeListModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:9081" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; namespace HubSpot.Models.Properties { public class PropertyTypeListModel { public DateTime? LastUpdated { get; set; } public List<PropertyTypeModel> Properties { get; set; } } }
1.621652
f049e0a19f63c5b18d39ccaedade1d40
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9081
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Alex5791/ATM", "max_stars_repo_path": "ATM/Views/Home/CardTransfer.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:9082" }
starcoder
@{ Layout = "~/Views/Shared/_Layout.cshtml"; ViewBag.Title = "CardTransfer"; } @using (Html.BeginForm("CardTransfer", "Home", FormMethod.Post)) { <div class="TransferToCard"> <p style="color: red;">@ViewBag.Error</p> <p> Ваш баланс на данный момент составляет:<br /> ...
2.484185
c959388ff29d39bcffe72b64363e4335
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9082
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MrMYX/StartingUnity2D", "max_stars_repo_path": "Introducing/Library/PackageCache/com.unity.2d.tilemap@1.0.0/Editor/PaintableGrid.cs", "provenance": "train-00000-of-00045.jsonl.gz:9083" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.Tilemaps; namespace UnityEditor.Tilemaps { internal abstract class PaintableGrid : ScriptableObject { private const int k_MaxMouseCellDelta = 500; public enum MarqueeType { None = 0, Pick, B...
1.768722
76da2c2de8f65b5cd1206d8307e5111f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9083
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "yannisgu/OcadParser", "max_stars_repo_path": "src/OcadParser.Renderer/Vector/ExpandedDouble.cs", "provenance": "train-00000-of-00045.jsonl.gz:9084" }
starcoder
namespace RP.Math { using System; using System.Collections.Generic; using System.Runtime.InteropServices.WindowsRuntime; /// <summary> /// Representation of a double expanded into its component parts. /// </summary> /// <remarks>Double structure is 1bit: Sign, 52bits mantissa, 11bits expone...
3.097527
def5af48bd6dc53fa380e170e8df574a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9084
{ "extension": "c-sharp", "max_stars_count": "71.0", "max_stars_repo_name": "base31/Stact", "max_stars_repo_path": "src/Stact.Web/ValueProviders/RequestContextValueProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:9085" }
starcoder
<reponame>base31/Stact<filename>src/Stact.Web/ValueProviders/RequestContextValueProvider.cs // Copyright 2010 <NAME> // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at // // ...
2.001457
60b15ba4f19b9375fb7ebd0ddd90ddd6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9085
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "HawnHan/LevelUp", "max_stars_repo_path": "Source/LevelUp/Actions/LevelingAction.cs", "provenance": "train-00000-of-00045.jsonl.gz:9086" }
starcoder
using System; using UnityEngine; using Verse; namespace LevelUp { [Serializable] public abstract class LevelingAction : IExposable, IDrawer { private ActionDef actionDef = null!; private bool active; private bool cooldown = true; public ActionDef ActionDef { get => actionD...
2.39458
4352f89ab026099636b674bfe55a8a8e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9086
{ "extension": "c-sharp", "max_stars_count": "69.0", "max_stars_repo_name": "Subhasish-msft/msteams-sample-line-of-business-apps-csharp", "max_stars_repo_path": "Airline/PassengerInfo/Model/Passenger.cs", "provenance": "train-00000-of-00045.jsonl.gz:9087" }
starcoder
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Airline.PassengerInfo.Web.Model { public class Passenger { public string Name { get; set; } public string From { get; set; } publ...
2.360486
1a7d0a9c645ade0eddfa4b289101f3de
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9087
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tiimber/what-are-you-carrying-sir", "max_stars_repo_path": "Assets/Obi/Scripts/Fluid/Rendering/FluidRenderingUtils.cs", "provenance": "train-00000-of-00045.jsonl.gz:9088" }
starcoder
<gh_stars>0 using UnityEngine; using System.Collections; using UnityEngine.Rendering; namespace Obi { public static class FluidRenderingUtils { public struct FluidRenderTargets { public int refraction; public int foam; public int depth; public in...
1.992579
f4db53ed069952b468214bd048050976
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9088
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "justinoverton/LinqToXsdCore", "max_stars_repo_path": "XObjectsCode/Src/API/XTypedServices.cs", "provenance": "train-00000-of-00045.jsonl.gz:9089" }
starcoder
<filename>XObjectsCode/Src/API/XTypedServices.cs using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Threading; using System.Xml; using System.Xml.Linq; using System.Xml.Schema; namespace Xml.Schema.Linq { public...
2.496773
d9deef9bbd0e3c91164a365d20094c29
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9089
{ "extension": "c-sharp", "max_stars_count": "325.0", "max_stars_repo_name": "Esri/arcgis-runtime-samples-dotne", "max_stars_repo_path": "src/WinUI/ArcGISRuntime.WinUI.Viewer/Samples/Data/GeodatabaseTransactions/GeodatabaseTransactions.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:9090" }
starcoder
<gh_stars>100-1000 // Copyright 2017 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2.327567
7d63e40ecf708dac47d9c2d0bebd4199
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9090
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thomasvt1/BankingGUI", "max_stars_repo_path": "BankingClientV1/Loader.cs", "provenance": "train-00000-of-00045.jsonl.gz:9091" }
starcoder
using System; using System.Text.RegularExpressions; namespace BankingClientV1 { class Loader { NoArduino na; NoArduino getNoArduino() { return na; } public void Start() { String ATMID = Regex.Replace(Environment.MachineName, "[^0-9.]", ...
2.417292
da82c6fb9bfb9760444cd9d2d7dde93c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9091
{ "extension": "c-sharp", "max_stars_count": "32.0", "max_stars_repo_name": "LaudateCorpus1/accelerators", "max_stars_repo_path": "casemgmt/siebel/cx/projects/Accelerator.Siebel.ServiceStatusBarAddIn/LogHistoryNSettingForm.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:9092" }
starcoder
<gh_stars>10-100 /* ********************************************************************************************* * This file is part of the Oracle Service Cloud Accelerator Reference Integration set published * by Oracle Service Cloud under the Universal Permissive License (UPL), Version 1.0 * included in the ...
1.520338
3faccbbd76e6375c1eb48008e185ff36
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9092
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "muzudho/Kifuwarabe_DenouT2", "max_stars_repo_path": "Sources/Gui/07_Shape/SyuturyokuKirikae.cs", "provenance": "train-00000-of-00045.jsonl.gz:9093" }
starcoder
namespace Grayscale.Kifuwarane.Gui.L07_Shape { public enum SyuturyokuKirikae { /// <summary> /// 「▲7六歩」形式。 /// </summary> Japanese, /// <summary> /// 「7g7f」形式。 /// </summary> Sfen, /// <summary> /// 作者のホームページ用のHTML形式。 ///...
2.001286
6ccb5f3b4a5ffb8d59174e3166575aa4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9093
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "weitzhandler/UnoTemplate", "max_stars_repo_path": "UnoTemplate/UnoTemplate.Api/Entities/User.partial.cs", "provenance": "train-00000-of-00045.jsonl.gz:9094" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; namespace UnoTemplate.Entities { public partial class User : IdentityUser<int> { } }
1.41335
b6d087a9f9771d6de1e40e1889ebea20
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9094
{ "extension": "c-sharp", "max_stars_count": "1962.0", "max_stars_repo_name": "rlabrecque/Steamworks.NET", "max_stars_repo_path": "com.rlabrecque.steamworks.net/Runtime/autogen/SteamConstants.cs", "provenance": "train-00000-of-00045.jsonl.gz:9095" }
starcoder
<reponame>rlabrecque/Steamworks.NET // This file is provided under The MIT License as part of Steamworks.NET. // Copyright (c) 2013-2019 <NAME> // Please see the included LICENSE.txt for additional information. // This file is automatically generated. // Changes to this file will be reverted when you update Steamworks...
1.045048
3d87299484c2b20e8803159a19fb40d9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9095
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mattmixon/mslearn-interact-with-data-blazor-web-apps", "max_stars_repo_path": "Models/EmailType.cs", "provenance": "train-00000-of-00045.jsonl.gz:9096" }
starcoder
using System; using System.Collections.Generic; namespace ArcWeb.Shared.Models { public partial class EmailType { public EmailType() { Emails = new HashSet<Email>(); } public int Id { get; set; } public string Name { get; set; } = null!; public vir...
2.038459
ff3f6dcbf0df08869a4c16a516e2f731
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9096
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "albozhinov/SoftUni---Programming-Basics-with-C-January-2018-", "max_stars_repo_path": "PreparationToExam/PreparationToExam(17December2017)/ChrimstamsSock/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:9097" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ChrimstamsSock { class Program { static void Main(string[] args) { int size = int.Parse(Console.ReadLine()); int height = 3 * size +...
3.172211
1ec0ee5619b0a7e864df6c5d31b7637b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9097
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hulukaihuaba/DataPithy", "max_stars_repo_path": "WinZHCS/Login.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:9098" }
starcoder
namespace WinZHCS { partial class sxct { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param nam...
2.062994
4589bb99b894b8e1f80014ac7e2a7d9d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9098
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Walle-Li/akka.net", "max_stars_repo_path": "src/examples/Chat/ChatClient/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:9099" }
starcoder
<reponame>Walle-Li/akka.net<filename>src/examples/Chat/ChatClient/Program.cs //----------------------------------------------------------------------- // <copyright file="Program.cs" company="Akka.NET Project"> // Copyright (C) 2009-2020 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2020 .NET...
2.403062
dba4df788b3ad50a0b9494a348d496ec
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9099
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "Appercode/Appercode.UIFramework", "max_stars_repo_path": "Controls/PasswordBox.Abstract.cs", "provenance": "train-00000-of-00045.jsonl.gz:9100" }
starcoder
<filename>Controls/PasswordBox.Abstract.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Appercode.UI.Controls { public partial class PasswordBox { public string NativePassword { get; set; } public int...
2.115077
3a143e5470d56b8c8190fd2f2a302cf7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9100
{ "extension": "c-sharp", "max_stars_count": "911.0", "max_stars_repo_name": "cnork/referencesource", "max_stars_repo_path": "System.Web/UI/IThemeResolutionService.cs", "provenance": "train-00000-of-00045.jsonl.gz:9101" }
starcoder
namespace System.Web.UI { using System; /// <summary> /// Summary description for IThemeResolutionService. /// </summary> public interface IThemeResolutionService { ThemeProvider[] GetAllThemeProviders(); ThemeProvider GetThemeProvider(); ThemeProvider GetStylesheetThemePro...
1.666832
8bc431adb22f42f96b7c4aa66391f190
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9101
{ "extension": "c-sharp", "max_stars_count": "172.0", "max_stars_repo_name": "bibashkafle/NetCoreCMS", "max_stars_repo_path": "NetCoreCMS.Framework/Core/Events/Themes/ThemeActivity.cs", "provenance": "train-00000-of-00045.jsonl.gz:9102" }
starcoder
/************************************************************* * Project: NetCoreCMS * * Web: http://dotnetcorecms.org * * Author: OnnoRokom Software Ltd. * * Website: www.onnorokomsoftware.com * * ...
1.858123
8e0be76576f781477b29bcf26e27229d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9102
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jandppw/ppwcode", "max_stars_repo_path": "dotnet/Vernacular/Semantics/trunk/src/Test_I/AbstractSemanticObjectTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:9103" }
starcoder
/* * Copyright 2004 - $Date: 2008-11-15 23:58:07 +0100 (za, 15 nov 2008) $ by PeopleWare n.v.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
2.2728
96bd5990097ead3e65001bfe07e78ab6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9103
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "atzimler/CollectionObserver", "max_stars_repo_path": "ATZ.CollectionObservers.Tests/TransfromerCollectionObserverTargetCollectionNullifier.cs", "provenance": "train-00000-of-00045.jsonl.gz:9104" }
starcoder
using System.Collections.ObjectModel; namespace ATZ.CollectionObservers.Tests { public class TransfromerCollectionObserverTargetCollectionNullifier : TransformerCollectionObserver<int, int> { public TransfromerCollectionObserverTargetCollectionNullifier() : base(n => n) { ...
2.474713
b250d62603c997bd8cc4e6a6a36dfd1d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9104
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cinder14/echosign_sdk_csharp", "max_stars_repo_path": "Source/Cinder14.EchoSign/Models/Agreements/SignatureFlow.cs", "provenance": "train-00000-of-00045.jsonl.gz:9105" }
starcoder
<gh_stars>1-10 namespace Cinder14.EchoSign.Models { /// <summary> /// Serialized as String /// </summary> public enum SignatureFlow { SENDER_SIGNATURE_NOT_REQUIRED = 1, SENDER_SIGNS_LAST, SENDER_SIGNS_FIRST, SEQUENTIAL, PARALLEL } }
1.675485
e193a9ad8c9d7c1bc221cf780dd94280
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9105
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fossabot/ManagedIrbis", "max_stars_repo_path": "Source/Classic/Libs/AM.Core/AM/CommandLine/ParsedCommandLine.cs", "provenance": "train-00000-of-00045.jsonl.gz:9106" }
starcoder
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com /* ParsedCommandLine.cs -- command line parsing result * Ars Magna project, http://arsmagna.ru * ------------------------------------------------------- * ...
2.569099
320cdafde7c91fba94f13b66c798d712
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9106
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ddonabedian/medikit", "max_stars_repo_path": "src/Medikit/Medikit.Mobile/Medikit.Mobile/Controls/StepBarProgressContentControl.cs", "provenance": "train-00000-of-00045.jsonl.gz:9107" }
starcoder
using Xamarin.Forms; namespace Medikit.Mobile.Controls { public class StepBarProgressContentControl : ContentView { public static readonly BindableProperty TitleProperty = BindableProperty.Create(nameof(TitleProperty), typeof(string), typeof(StepBarProgressContentControl), "default", defaultBindingMod...
2.40437
d5d02bd45afc2a87080d252118daad4e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9107
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LuohuaRain/payment", "max_stars_repo_path": "src/Essensoft.AspNetCore.Payment.Alipay/Domain/GFAOpenAPIBillAcceptance.cs", "provenance": "train-00000-of-00045.jsonl.gz:9108" }
starcoder
using System.Text.Json.Serialization; namespace Essensoft.AspNetCore.Payment.Alipay.Domain { /// <summary> /// GFAOpenAPIBillAcceptance Data Structure. /// </summary> public class GFAOpenAPIBillAcceptance : AlipayObject { /// <summary> /// 摊销扩展信息 /// </summary> [Jso...
1.725957
f60b0ad61e65af492a2a34c4d4967a94
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9108
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "czimerk/singleton-pattern", "max_stars_repo_path": "TestWebApp/Controllers/ValuesV2Controller.cs", "provenance": "train-00000-of-00045.jsonl.gz:9109" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using TestWebApp.Services; namespace TestWebApp.Controllers { [Route("api/[controller]")] [ApiController] public class ValuesV2Controller : ControllerBase { //privat...
2.463269
925d8951428c21b27626a6d728dc8dca
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9109
{ "extension": "c-sharp", "max_stars_count": "3268.0", "max_stars_repo_name": "gjy5885/azure-sdk-for-net", "max_stars_repo_path": "sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/src/Generated/MonitoringConfigOperationsExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:9110" }
starcoder
<reponame>gjy5885/azure-sdk-for-net // <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior a...
1.565058
ecfc414ce00b85409ed81b54e0f7a0f5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9110
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "joelverhagen/Knapcode.CommonLibrary.NET", "max_stars_repo_path": "src/Lib/CommonLibrary.NET/Query/QueryBuilder.cs", "provenance": "train-00000-of-00045.jsonl.gz:9111" }
starcoder
<reponame>joelverhagen/Knapcode.CommonLibrary.NET<gh_stars>1-10 /* * Author: <NAME> * Url: http://commonlibrarynet.codeplex.com/ * Title: CommonLibrary.NET * Copyright: � 2009 <NAME> * License: LGPL License * LicenseUrl: http://commonlibrarynet.codeplex.com/license * Description: A C# based .NET 3.5 Open-Source...
2.593036
2c0ea47218ce2ab7705bf836bb98ff18
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9111
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Acagamics/virusx", "max_stars_repo_path": "VirusX/InGame/DamageMap.cs", "provenance": "train-00000-of-00045.jsonl.gz:9112" }
starcoder
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace VirusX { class DamageMap { // attacking // map is currently rgb 8bit because a) 32bit min and b) single-float format does not support alpha blending public static readonly int attackingMapS...
2.628556
deecdb3940c063713e8ce12ed88ea855
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9112
{ "extension": "c-sharp", "max_stars_count": "1066.0", "max_stars_repo_name": "piaoye2019/DocX", "max_stars_repo_path": "Xceed.Document.NET/Src/Charts/LineChart.cs", "provenance": "train-00000-of-00045.jsonl.gz:9113" }
starcoder
<filename>Xceed.Document.NET/Src/Charts/LineChart.cs /*************************************************************************************** DocX – DocX is the community edition of Xceed Words for .NET Copyright (C) 2009-2020 Xceed Software Inc. This program is provided to you under the terms of ...
2.463444
7d4f3f7369a606be214f64a281de89d2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9113
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "belav/runtime", "max_stars_repo_path": "src/libraries/Common/src/Interop/Unix/System.Native/Interop.Stat.Span.cs", "provenance": "train-00000-of-00045.jsonl.gz:9114" }
starcoder
<gh_stars>0 // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Text; internal static partial class Interop { internal static partial class Sys { // Uni...
2.277443
cdc768d71eab05b04914de9686c08033
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9114
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "VictorMello1993/DevCars", "max_stars_repo_path": "DevCars.API/DevCars.Application/Validators/AddOrderValidator.cs", "provenance": "train-00000-of-00045.jsonl.gz:9115" }
starcoder
using DevCars.Application.Commands.AddOrder; using FluentValidation; using System.Text.RegularExpressions; namespace DevCars.Application.Validators { public class AddOrderValidator : AbstractValidator<AddOrderCommand> { public AddOrderValidator() { RuleFor(o => o.ExtraItems).Custom...
3.004895
6fd6e6bfddc7fa6878416f268c34b28b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9115
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "SeanKilleen/lucenenet", "max_stars_repo_path": "src/Lucene.Net.Tests.Facet/Taxonomy/TestCachedOrdinalsReader.cs", "provenance": "train-00000-of-00045.jsonl.gz:9116" }
starcoder
using System; using System.IO; using System.Threading; using Lucene.Net.Support; using NUnit.Framework; namespace Lucene.Net.Facet.Taxonomy { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work ...
1.770849
b9ca8573dfab02bdd083c6537cd761d7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9116
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "StefanGranath/oDataService", "max_stars_repo_path": "oDataService/Services/IStudentService.cs", "provenance": "train-00000-of-00045.jsonl.gz:9117" }
starcoder
<reponame>StefanGranath/oDataService using oDataService.Models; namespace oDataService.Services { public interface IStudentService { IQueryable<Student> GetStudents(); } }
1.56317
9eba4e08a9076040476e4e6a4f65de8d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9117
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "brass9/MoreLINQ", "max_stars_repo_path": "MoreLinq.Test/WindowRightTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:9118" }
starcoder
#region License and Terms // MoreLINQ - Extensions to LINQ to Objects // Copyright (c) 2018 <NAME>. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
2.671786
b87855df56d243f9a8c5395dde152a2f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9118
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "balee323/CSharp_for_abs_beginners", "max_stars_repo_path": "csharp-programming-for-absolute-begs/Chapter 18/4 Minimum with built-in function/Minimum with built-in function/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:9119...
starcoder
<reponame>balee323/CSharp_for_abs_beginners<filename>csharp-programming-for-absolute-begs/Chapter 18/4 Minimum with built-in function/Minimum with built-in function/Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Minimum_with_bui...
3.723203
bbdc1a5a7f873b8f255113e327f8e317
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9119
{ "extension": "c-sharp", "max_stars_count": "1466.0", "max_stars_repo_name": "Frunck8206/AspNetCoreSpa", "max_stars_repo_path": "src/Core/Application/Features/Customers/Commands/DeleteCustomer/DeleteCustomerCommand.cs", "provenance": "train-00000-of-00045.jsonl.gz:9120" }
starcoder
using MediatR; namespace AspNetCoreSpa.Application.Features.Customers.Commands.DeleteCustomer { public class DeleteCustomerCommand : IRequest { public string Id { get; set; } } }
1.442063
1366ce06f4984458fe17f89fc3d1aab7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9120
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "CrossTheRoadElec/Phoenix-diagnostics-client", "max_stars_repo_path": "CTRE_Phoenix_DiagClient/ExportPackager.cs", "provenance": "train-00000-of-00045.jsonl.gz:9121" }
starcoder
<gh_stars>1-10 using CTRE.Phoenix.Diagnostics.BackEnd; using System; using System.IO; using System.IO.Compression; using System.Windows.Forms; namespace CTRE_Phoenix_DiagClient { public class ExportPackager { DataGridView gridDiagnosticLog; DeviceListContainer _deviceListContainer; Lis...
2.267756
2ba10d98cc9ef6b9b39bda93ffe64af5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9121
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MonoChronos/A-Packages", "max_stars_repo_path": "Assets/Scripts/A/Dialogue/Editor/ADialogueSpeakerRegisterEditor.cs", "provenance": "train-00000-of-00045.jsonl.gz:9122" }
starcoder
#if UNITY_EDITOR using UnityEditor; using UnityEngine; namespace A.Dialogue.Editor { [CustomEditor(typeof(ADialogueSpeakerRegister), true)] public class ADialogueSpeakerRegisterEditor : UnityEditor.Editor { public override void OnInspectorGUI() { serializedObject.Update(); ...
2.09897
1a738b76ddbc05faadac7c81526ab8b6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9122
{ "extension": "c-sharp", "max_stars_count": "295.0", "max_stars_repo_name": "SteeltoeOSS/steeltoe", "max_stars_repo_path": "src/Common/src/Common/Retry/RetrySynchronizationManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:9123" }
starcoder
// 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 System.Threading; namespace Steeltoe.Common.Retry; public static class RetrySynchronizationManager { ...
2.037385
8b634c37109d6a7e00cf3b2dbc76cef3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9123
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "miyu/libalby", "max_stars_repo_path": "libhelios/Entities/ComponentType.cs", "provenance": "train-00000-of-00045.jsonl.gz:9124" }
starcoder
namespace Shade.Helios.Entities { public enum ComponentType { HELIOS_RESERVED_START = 0, Renderable = 1000, } }
1.351095
838a5ab4f5ba74fa461af539e998cb10
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9124
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "obiwan-smirnobi/singular.core", "max_stars_repo_path": "Vostok.Singular.Core/QualityMetrics/ClusterResultsAnalyzer.cs", "provenance": "train-00000-of-00045.jsonl.gz:9125" }
starcoder
<gh_stars>0 using System.Collections.Generic; using System.Linq; using Vostok.Clusterclient.Core.Model; namespace Vostok.Singular.Core.QualityMetrics { internal static class ClusterResultsAnalyzer { private static readonly Dictionary<ResponseCode, ResultReason> ReplicaExhaustedReasons = new Dictionary...
1.649754
66a924eb14ebdd3117b4ac1a70a106db
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9125
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zpqrtbnk-alt/hazelcast-csharp-client", "max_stars_repo_path": "src/Hazelcast.Net/DistributedObjects/IHCollection.cs", "provenance": "train-00000-of-00045.jsonl.gz:9126" }
starcoder
// Copyright (c) 2008-2021, Hazelcast, Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ...
2.649701
35f6a5810079195e053f801cceac2048
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9126
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Username77177/Crypto-Notepad", "max_stars_repo_path": "Crypto Notepad/Properties/Settings.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:9127" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 // // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае // повторной генерации кода. // </auto-ge...
2.00288
632bb4ca6fc44712e25b5e1ccb664768
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9127
{ "extension": "c-sharp", "max_stars_count": "39.0", "max_stars_repo_name": "zer/Anchor", "max_stars_repo_path": "Tortuga.Anchor/Tests.Tortuga.Anchor.source/Shared/Mocks/Bar.cs", "provenance": "train-00000-of-00045.jsonl.gz:9128" }
starcoder
using System; namespace Tests.Mocks { public class Bar { public Decimal Cost { get; set; } public int Weight { get; set; } } }
1.84838
84529257b1e1ef1b12f3955df6bdc8de
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9128
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Gravewalker86/Rhonin", "max_stars_repo_path": "Rhonin/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:9129" }
starcoder
<reponame>Gravewalker86/Rhonin<filename>Rhonin/Program.cs using System; using System.IO; using System.Threading.Tasks; using DSharpPlus; using DSharpPlus.CommandsNext; namespace Rhonin { class Program { static DiscordClient discord; static CommandsNextModule commands; static string A...
2.843
344c628f16b1a80694970008672295f8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9129
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "murillodesu/TesteInterfaceLMS", "max_stars_repo_path": "LG.LMS.TestesDeInterface.Testes/Portal/TestesDePortal.cs", "provenance": "train-00000-of-00045.jsonl.gz:9130" }
starcoder
<reponame>murillodesu/TesteInterfaceLMS<filename>LG.LMS.TestesDeInterface.Testes/Portal/TestesDePortal.cs<gh_stars>0 using LG.LMS.TestesDeInterface.Infraestrutura; using LG.LMS.TestesDeInterface.PageModel.Portal; using NUnit.Framework; using OpenQA.Selenium; namespace LG.LMS.TestesDeInterface.Testes.Portal { ...
1.500415
62c7a6fc2ac75fafa6c2d5dc28b24b3d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9130
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "webmilio-terraria-mods/LuckyRunes", "max_stars_repo_path": "RuneEvents/CloverEvents/GetCloverLuckyEvent.cs", "provenance": "train-00000-of-00045.jsonl.gz:9131" }
starcoder
<filename>RuneEvents/CloverEvents/GetCloverLuckyEvent.cs using LuckyRunes.Items.Bags; using System; using Terraria; using Terraria.ID; using Terraria.ModLoader; using Terraria.Utilities; namespace LuckyRunes.RuneEvents.PlayerEvents { public class GetCloverLuckyEvent : PlayerEvent { public override str...
2.074031
13348907a167765c78a1f23b104692cb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9131
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dev-nm/CommunityServer", "max_stars_repo_path": "module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamLineReader.cs", "provenance": "train-00000-of-00045.jsonl.gz:9132" }
starcoder
/* * * (c) Copyright Ascensio System Limited 2010-2020 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable la...
2.59624
779821d952f5619c8f573b64e3b7f63f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9132
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RobertCurry0216/AoC-2020", "max_stars_repo_path": "AdventOfCode/Solutions/Day14.cs", "provenance": "train-00000-of-00045.jsonl.gz:9133" }
starcoder
using AoCHelper; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace AdventOfCode { class Day14 : BaseDay { private readonly List<string> _input; public Day14() ...
2.996128
81ec73825c44f6f8af7b3a6306243fdc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9133
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "DreamersIncStudios/DMMap", "max_stars_repo_path": "Assets/DMMap/Lib/Triangle.NET/Triangle/Meshing/IMesh.cs", "provenance": "train-00000-of-00045.jsonl.gz:9134" }
starcoder
<gh_stars>10-100  namespace DMMTriangleNet.Meshing { using System.Collections.Generic; using DMMTriangleNet.Topology; using DMMTriangleNet.Geometry; /// <summary> /// Mesh interface. /// </summary> public interface IMesh { /// <summary> /// Gets the vertice...
2.446073
e90250c3c8e295a2d303418b9b88f510
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9134
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "raider-net/Raider", "max_stars_repo_path": "src/Raider.Core/Net/FtpClient.cs", "provenance": "train-00000-of-00045.jsonl.gz:9135" }
starcoder
<filename>src/Raider.Core/Net/FtpClient.cs using Raider.Extensions; using Raider.Web; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Raider.Net { public class FtpClient : IAsyncFtpClient { priv...
2.790306
c34ef5e02dbe1620e4fb016befef91be
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9135
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "orange-games/unity-boilerplate", "max_stars_repo_path": "Unity_WebGL_Template/Assets/GameDistribution/GameDistribution.cs", "provenance": "train-00000-of-00045.jsonl.gz:9136" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using UnityEngine; public class GameDistribution : MonoBehaviour { public static GameDistribution Instance; public string GAME_KEY = "YOUR_GAME_KEY_HERE"; public string USER_ID = "YOUR_USER_ID_...
2.517829
97742f6e74d371d4c82f735651d73247
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9136
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "sfrolov08/bgTeam.Core", "max_stars_repo_path": "src/bgTeam.DataAccess/IQueryFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:9137" }
starcoder
<gh_stars>1-10 namespace bgTeam.DataAccess { /// <summary> /// Интерфейс фабрики, создающей команду для определенного контекста. /// </summary> public interface IQueryFactory { /// <summary> /// Создает команду по контексту команды. /// </summary> IQuery<TCommandCont...
2.190411
892c9e11befc228092a5b46e1a39efe4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9137
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sevdalin/Software-University-SoftUni", "max_stars_repo_path": "C# MVC Frameworks - ASP.NET Core/02. ASP.NET Core - Essentials/CarDealer.Web/CarDealer.Web/Views/Parts/All.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:9138" }
starcoder
@model IEnumerable<Part> @{ ViewData["Title"] = "All Parts"; } <h2>@ViewData["Title"]</h2> <table class="table table-bordered table-hover" style="margin-top: 40px"> <thead> <tr> <th>#</th> <th>Name</th> <th>Price</th> <th>Quantity</th> <th>...
2.900151
c88969d41cd344bbdfc3da92d89057ed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9138
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sampanu/DC-ILR-1819-ValidationService", "max_stars_repo_path": "src/ESFA.DC.ILR.ValidationService.Rules.Tests/LearningDelivery/LearnAimRef/LearnAimRef_59RuleTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:9139" }
starcoder
using System; using System.Collections.Generic; using ESFA.DC.ILR.Model.Interface; using ESFA.DC.ILR.Tests.Model; using ESFA.DC.ILR.ValidationService.Data.External.LARS.Interface; using ESFA.DC.ILR.ValidationService.Data.External.Organisation.Interface; using ESFA.DC.ILR.ValidationService.Data.Interface; using ESFA.DC...
1.855007
c8ee109364d2e8e65151f7d6a6a51c41
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9139
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "M4RZB4Ni/FpsShooter", "max_stars_repo_path": "Assets/UFPS/Base/Scripts/Gameplay/Combat/vp_Grenade.cs", "provenance": "train-00000-of-00045.jsonl.gz:9140" }
starcoder
<reponame>M4RZB4Ni/FpsShooter ///////////////////////////////////////////////////////////////////////////////// // // vp_Grenade.cs // © VisionPunk. All Rights Reserved. // https://twitter.com/VisionPunk // http://www.visionpunk.com // // description: this script will apply a rigidbody impulse to its gameobject // ...
2.260138
003e7e9295350755e282aa5a8f645b23
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9140
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "softframe/solidstack", "max_stars_repo_path": "src/SolidStack.Core.Equality.Tests/EqualityComparerTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:9141" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using SolidStack.Core.Equality.Testing; using SolidStack.Core.Equality.Tests.Doubles; using Xunit; namespace SolidStack.Core.Equality.Tests { public class EqualityComparerTests { [Fact] public void ByElement_CreatesComparerBased...
2.658667
0d038e1a745fc994a3e42823499499c4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9141
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "bluehands/WebApiHypermediaExtensions", "max_stars_repo_path": "Source/Hypermedia.Client.Extensions/SystemNetHttp/HttpHypermediaResolver.cs", "provenance": "train-00000-of-00045.jsonl.gz:9142" }
starcoder
<filename>Source/Hypermedia.Client.Extensions/SystemNetHttp/HttpHypermediaResolver.cs using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading; using System.Threading.Tasks; using Bluehands.Hyperm...
2.064038
457f7f0b93ff0768d40114ef1a3ba14e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9142
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "VadimProkopchuk/VXP", "max_stars_repo_path": "src/VPX.ApiModels/UserUpdatesModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:9143" }
starcoder
<reponame>VadimProkopchuk/VXP<filename>src/VPX.ApiModels/UserUpdatesModel.cs namespace VPX.ApiModels { public class UserUpdatesModel { public string FirstName { get; set; } public string LastName { get; set; } public string Password { get; set; } public string NewPassword { get;...
1.587374
bddffa7e03538a9ccad93886b44e2041
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9143
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jf990/arcgis-runtime-samples-dotnet", "max_stars_repo_path": "src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Security/IntegratedWindowsAuth/IntegratedWindowsAuth.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:9144" }
starcoder
// Copyright 2018 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software...
2.288581
2dfdf28b972e504011e4024ea8322410
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9144
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FrancescoLusetti/MQTT", "max_stars_repo_path": "Client/Criptography/MessageCryptography.cs", "provenance": "train-00000-of-00045.jsonl.gz:9145" }
starcoder
<reponame>FrancescoLusetti/MQTT using System; using System.Collections.Generic; using System.Text; using System.Security.Cryptography; using System.IO; namespace Client.Criptography { class MessageCryptography { static byte[] EncryptMessage(string Message, string Topic) { AesKey K...
3.136695
e579739a09b9891f63ddc81ce4451487
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9145
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "Trxlz/WalletWasabi", "max_stars_repo_path": "WalletWasabi/Exceptions/InsufficientBalanceException.cs", "provenance": "train-00000-of-00045.jsonl.gz:9146" }
starcoder
<gh_stars>1-10 using NBitcoin; namespace WalletWasabi.Exceptions; public class InsufficientBalanceException : Exception { public InsufficientBalanceException(Money minimum, Money actual) : base($"Needed: {minimum.ToString(false, true)} BTC, got only: {actual.ToString(false, true)} BTC.") { Minimum = minimum ?? Mo...
2.81078
c7625aad039baca161cd8d64ad9d3517
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9146
{ "extension": "c-sharp", "max_stars_count": "294.0", "max_stars_repo_name": "SapientGuardian/LLVMSharp", "max_stars_repo_path": "sources/LLVMSharp/Types/StructType.cs", "provenance": "train-00000-of-00045.jsonl.gz:9147" }
starcoder
// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System; using LLVMSharp.Interop; namespace LLVMSharp { public sealed class StructType : CompositeType { internal StructType(LL...
2.182763
d144cae80f1be9fdc43ac4293e7c4181
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9147
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bennof/pinkserver", "max_stars_repo_path": "src/pinktemplate.cs", "provenance": "train-00000-of-00045.jsonl.gz:9148" }
starcoder
<reponame>bennof/pinkserver // pinktemplate.cs // Copyright 2018 Benjamin 'Benno' Falkner. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. using System; using System.Net; using System.Collections.Generic; using System.Collections.Specialized;...
2.554726
4295ed4becb048fb4a1f6856510af71a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9148
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Jason-Zhao-Jie/MagicTower", "max_stars_repo_path": "Assets/Scripts/MagicTower/Components/DataEditor/EventEditorPanels/RemoveEventEventEditor.cs", "provenance": "train-00000-of-00045.jsonl.gz:9149" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace MagicTower.Components.DataEditor.EventEditorPanels { public class RemoveEventEventEditor : MonoBehaviour { // param0: mapId, param1: posx, param2: posy void Awake() { } ...
1.072119
ad1e940ac5d14dcb27656dc970571c59
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9149
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OpenMagic/OpenMagic.AspNet.WebApi", "max_stars_repo_path": "source/OpenMagic.AspNet.WebApi/Contstants.cs", "provenance": "train-00000-of-00045.jsonl.gz:9150" }
starcoder
namespace OpenMagic.AspNet.WebApi { public static class Constants { public static class Assembly { public const string Copyright = "Copyright © 2016 <NAME>"; public const string FileVersion = Version; public const string Product = "OpenMagic.AspNet.WebApi"; ...
1.770906
600b90ab71697d5dc3e48a6ca75d3f6e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9150
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jaceklaskowski/Mobius", "max_stars_repo_path": "csharp/AdapterTest/DataFrameTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:9151" }
starcoder
<reponame>jaceklaskowski/Mobius // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using AdapterTest.Mocks; using Microsoft.Sp...
1.92583
b6d2f318578614d90697a512815d5e8b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9151
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "digitalinteraction/bootlegger-android", "max_stars_repo_path": "Bootleg.Android/Util/MyFirebaseMessageService.cs", "provenance": "train-00000-of-00045.jsonl.gz:9152" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Support.V4.App; using Android.Views; using Android.Widget; using Firebase.Messaging; namespace Bootleg.Droid.Util { [Service, Inte...
2.024409
18672db62bc026a9f53c8b0c9ca85130
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9152
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "asaperski-gloriumtech/LegalNavigator", "max_stars_repo_path": "Web/Access2Justice.Logger/LoggingInterface/ILogger.cs", "provenance": "train-00000-of-00045.jsonl.gz:9153" }
starcoder
using System; using System.Collections.Generic; using Microsoft.ApplicationInsights.DataContracts; using Access2Justice.Logger.AppEnum; namespace Access2Justice.Logger.LoggingInterface { /// <summary> /// Common logging interface /// </summary> public interface ILogger { /// <summary> ...
2.037801
061516ec7586d69dd8acfa2cbb664e06
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9153
{ "extension": "c-sharp", "max_stars_count": "2374.0", "max_stars_repo_name": "PrimoDev23/Roslynator", "max_stars_repo_path": "src/Analyzers.CodeFixes/CSharp/Refactorings/ConvertInterpolatedStringToConcatenationRefactoring.cs", "provenance": "train-00000-of-00045.jsonl.gz:9154" }
starcoder
// Copyright (c) <NAME>. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; using static Roslynator.CSharp.CSha...
2.088626
8875a38f1f6677f05bda721609134c4b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9154
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RamyaAnupoju1112/TeamSpark", "max_stars_repo_path": "src/Pages/Companies/Create.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:9155" }
starcoder
<gh_stars>0 @page @using ContosoCrafts.WebSite.Services @inject JsonFileProductService CompanyService @model ContosoCrafts.WebSite.Pages.Companies.CreateModel @{ ViewData["Title"] = "Create page"; }
1.470323
367843ecc7bb2561058950829c22f533
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9155
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "andras-varro/MultiConsoleViews", "max_stars_repo_path": "Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:9156" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Linq; namespace MultiConsoleViews { class Program { static void Main(string[] args) { ConsoleView window = new ConsoleView { RequestedTop = 0, ...
2.90633
01aca27b7e72615e787d6fefb94d1bc9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
9156
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ludonkey/demovr", "max_stars_repo_path": "Assets/HTC.UnityPlugin/ViveInputUtility/Scripts/VivePose/VivePoseGet.cs", "provenance": "train-00000-of-00045.jsonl.gz:9157" }
starcoder
<reponame>ludonkey/demovr //========= Copyright 2016-2020, HTC Corporation. All rights reserved. =========== using HTC.UnityPlugin.Utility; using HTC.UnityPlugin.VRModuleManagement; using System; using UnityEngine; namespace HTC.UnityPlugin.Vive { /// <summary> /// To provide static APIs to retrieve devices'...
1.873075
9bd083175c451eaaef95a988ade6599a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8901
{ "extension": "c-sharp", "max_stars_count": "863.0", "max_stars_repo_name": "susairajs/ios-samples", "max_stars_repo_path": "tvos/tvRemote/tvRemote/SecondViewController.designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:8902" }
starcoder
<reponame>susairajs/ios-samples // WARNING // // This file has been generated automatically by Xamarin Studio to store outlets and // actions made in the UI designer. If it is removed, they will be lost. // Manual changes to this file may not be handled correctly. // using Foundation; using System.CodeDom.Compiler; na...
1.596993
5c86f114b9501f42bcf81379208ca727
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8902
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "tschroedter/idasen-desk", "max_stars_repo_path": "src/Idasen.BluetoothLE.Core.Tests/ConstructorNullTesters/BluetoothLECoreModuleConstructorNullTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:8903" }
starcoder
<gh_stars>1-10 using Idasen.BluetoothLE.Common.Tests ; using Microsoft.VisualStudio.TestTools.UnitTesting ; namespace Idasen.BluetoothLE.Core.Tests.ConstructorNullTesters { [ TestClass ] // ReSharper disable once InconsistentNaming public class BluetoothLECoreModuleConstructorNullTests : BaseConst...
1.386502
f13ae858a61634edb3f4af76b033f10d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8903
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nanoframework/nanoFramework.System.Text.RegularExpressions", "max_stars_repo_path": "nanoFramework.System.Text.RegularExpressions/Enumerations/RegexOptions.cs", "provenance": "train-00000-of-00045.jsonl.gz:8904" }
starcoder
// // Copyright (c) .NET Foundation and Contributors // Portions Copyright (c) Microsoft Corporation. All rights reserved. // See LICENSE file in the project root for full license information. // namespace System.Text.RegularExpressions { /// <summary> /// Options which can be applied to a RegularExpression ...
2.229324
3122b75c115df73dc9a6ea04936766a3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8904
{ "extension": "c-sharp", "max_stars_count": "94.0", "max_stars_repo_name": "TexBlock/BetterExplorer", "max_stars_repo_path": "ShellLibrary/SysImageList.cs", "provenance": "train-00000-of-00045.jsonl.gz:8905" }
starcoder
<filename>ShellLibrary/SysImageList.cs using BExplorer.Shell.Interop; using System; using System.Drawing; using System.Runtime.InteropServices; namespace BExplorer.Shell { using System.ComponentModel; public static class Win32Api { //[DllImport("shell32.dll", EntryPoint = "ExtractIconEx", CharSet = CharSet.Auto)...
2.048465
0607fec1a47da7a6a4aceacd4087f6ea
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8905
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "Noisysundae/techmania-ns", "max_stars_repo_path": "TECHMANIA/Assets/Scripts/Components/Game Scene/VideoPlayerStats.cs", "provenance": "train-00000-of-00045.jsonl.gz:8906" }
starcoder
using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; using UnityEngine.Video; public class VideoPlayerStats : MonoBehaviour { public TextMeshProUGUI text; public VideoPlayer video; // Start is called before the first frame update void Start() { }...
1.944417
7e491b361070d18aaa3291003016037c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8906
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FlorinskiyDI/survey", "max_stars_repo_path": "Colibri.Survey/Survey.ApplicationLayer/Dtos/Models/Answers/RowAnswerModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:8907" }
starcoder
<filename>Colibri.Survey/Survey.ApplicationLayer/Dtos/Models/Answers/RowAnswerModel.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace Survey.ApplicationLayer.Dtos.Models.Answers { public class RowAnswerModel { public AnswerItemModel Row { get; set; } pu...
1.857232
444e936ca649c3adc5244835143a3ee7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8907
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "robert-wallis/ECSLight", "max_stars_repo_path": "EntitySet.cs", "provenance": "train-00000-of-00045.jsonl.gz:8908" }
starcoder
<filename>EntitySet.cs<gh_stars>10-100 // Copyright (C) 2017 <NAME>, All Rights Reserved. using System.Collections; using System.Collections.Generic; using System.Linq; namespace ECSLight { public class EntitySet : IEnumerable<IEntity> { public delegate bool IncludeInSet(IEntity entity); public IncludeInSet P...
3.081077
acff1cd841b26c41cca4ace57deca126
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8908
{ "extension": "c-sharp", "max_stars_count": "95.0", "max_stars_repo_name": "LambdaSharp/LambdaSharpTool", "max_stars_repo_path": "src/LambdaSharp.App/EventBus/IEventBusSubscription.cs", "provenance": "train-00000-of-00045.jsonl.gz:8909" }
starcoder
/* * LambdaSharp (λ#) * Copyright (C) 2018-2021 * lambdasharp.net * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
2.360613
7e54765e2d2f8f5a7929832909068a43