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
8846984
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ringostarr80/OSMDataPrimitives", "max_stars_repo_path": "OSMDataPrimitives/OSMRelation.cs", "provenance": "train-00027-of-00045.jsonl.gz:166204" }
starcoder
<reponame>ringostarr80/OSMDataPrimitives<gh_stars>0 using System; using System.Collections.Generic; namespace OSMDataPrimitives { /// <summary> /// OSMRelation. /// </summary> public class OSMRelation : OSMElement { private List<OSMMember> _members = new List<OSMMember>(); /// <summary> /// Gets or sets t...
2.553294
ec61c2b3f65cf7b770897edd499bac94
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846985
{ "extension": "c-sharp", "max_stars_count": "60.0", "max_stars_repo_name": "JetStream96/QSimPlanner", "max_stars_repo_path": "src/Tests/UnitTest/Common/Constants.cs", "provenance": "train-00027-of-00045.jsonl.gz:166205" }
starcoder
namespace UnitTest.Common { public static class Constants { public static readonly double DistanceEpsilon = 1E-3; public static readonly double LatLonEpsilon = 1E-4; } }
1.711076
b8f91fc489746b2b7d3488be139d1356
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846986
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "brcaswell/ArkSavegameToolkitNet", "max_stars_repo_path": "ArkSavegameToolkitNet/Types/ObjectReference.cs", "provenance": "train-00027-of-00045.jsonl.gz:166206" }
starcoder
using log4net; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ArkSavegameToolkitNet.Types { [JsonObject(MemberSerialization.OptIn)] public class ObjectReference : INameContainer { private static I...
2.574923
7382306a56265578b8f825129009e07d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846987
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "kkwpsv/lsjutil", "max_stars_repo_path": "Src/Lsj.Util.Win32/Enums/PipeOpenModes.cs", "provenance": "train-00027-of-00045.jsonl.gz:166207" }
starcoder
using static Lsj.Util.Win32.Kernel32; namespace Lsj.Util.Win32.Enums { /// <summary> /// <para> /// The pipe server specifies the pipe access, overlap, and write-through modes /// in the dwOpenMode parameter of the <see cref="CreateNamedPipe"/> function. /// The pipe clients can specify these open...
2.690107
2d6f0753d04306c3b1596e69c1141e76
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846988
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gsgfintech/monitoring-aspnetcore", "max_stars_repo_path": "StratedgemeMonitor/Controllers/Stratedgeme/Strategies/StrategiesControllerUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:166208" }
starcoder
using Capital.GSG.FX.Data.Core.ContractData; using Capital.GSG.FX.Monitoring.Server.Connector; using Capital.GSG.FX.Utils.Core.Logging; using Microsoft.Extensions.Logging; using StratedgemeMonitor.Models.Stratedgeme.Strategy; using StratedgemeMonitor.ViewModels.Stratedgeme.Strategies; using System; using System.Collec...
2.121589
adb9f65461efa1bca42be61e81ba4214
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846989
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "ppittle/pMixins", "max_stars_repo_path": "pMixins/Infrastructure/IMixinDependency.cs", "provenance": "train-00027-of-00045.jsonl.gz:166209" }
starcoder
//----------------------------------------------------------------------- // <copyright file="IMixinDependency.cs" company="Copacetic Software"> // Copyright (c) Copacetic Software. // <author><NAME></author> // <date>Monday, July 14, 2014 3:48:54 PM</date> // Licensed under the Apache License, Version 2.0, // y...
2.64775
89aa8a3c3c2a73a79fbfa4d65ac4c406
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846990
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ChrisHagan/metl2011", "max_stars_repo_path": "ThumbService/ThumbService/lib/MindTouch_Core_10.0.1_Source/src/services/Deki/exp/XmlDiffService.cs", "provenance": "train-00027-of-00045.jsonl.gz:166210" }
starcoder
/* * MindTouch DekiWiki - a commercial grade open source wiki * Copyright (C) 2006 MindTouch, Inc. * www.mindtouch.com <EMAIL> * * For community documentation and downloads visit www.opengarden.org; * please review the licensing section. * * This program is free software; you can redistribute it and/o...
1.921068
64ce0a3c374890f5377978ae2ad5cf3e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846991
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lucasrumney94/SoundEscape", "max_stars_repo_path": "SoundEscape/Assets/Scripts/Utility/sliderToMixerLevel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166211" }
starcoder
<filename>SoundEscape/Assets/Scripts/Utility/sliderToMixerLevel.cs using UnityEngine; using System.Collections; using UnityEngine.UI; using UnityEngine.Audio; public class sliderToMixerLevel : MonoBehaviour { public string property; public AudioMixer masterMixer; private float VolumeSliderGet; priva...
2.174233
b589b389c4ef89d287a901db879786e4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846992
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "TCGV/ConsensusKit", "max_stars_repo_path": "Tcgv.ConsensusKit/Utility/UniqueArchiver.cs", "provenance": "train-00027-of-00045.jsonl.gz:166212" }
starcoder
using System.Linq; using Tcgv.ConsensusKit.Actors; namespace Tcgv.ConsensusKit.Algorithms.Utility { public class UniqueArchiver : Archiver { public override bool CanCommit(object value) { return !Query(value).Any(); } } }
1.697181
dfa980c417ca8d3af233ac5563c71eda
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846993
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "3d-group/unity-simple-notifications", "max_stars_repo_path": "Runtime/NotificationUI.cs", "provenance": "train-00027-of-00045.jsonl.gz:166213" }
starcoder
using UnityEngine; using UnityEngine.Events; using UnityEngine.UI; namespace Group3d.Notifications { public class NotificationUI : MonoBehaviour { public Text messageText; public Image panelImage; public Button button; public void SetUp(string message, Color messageColor, Unit...
2.217742
90b5036ead7c43711b12c0d8f306d82f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846994
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "peterson1/indie-ds-readers", "max_stars_repo_path": "IDSR.CondorReader.Core.ns11/DomainModels/DataRecExts.cs", "provenance": "train-00027-of-00045.jsonl.gz:166214" }
starcoder
using System; using System.Data; namespace IDSR.CondorReader.Core.ns11.DomainModels { public static class DataRecExts { //public static T GetOrDefault<T>(this IDataRecord r, int i, Func<IDataRecord, int, T> getter) // => r.IsDBNull(i) ? default(T) : getter.Invoke(r, i); } }
2.11184
f20a405ac05a0b3fa4081e48539bf6d5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846995
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "RLittlesII/ReactiveUI.Sandbox", "max_stars_repo_path": "console/Timers/test/Timers.UnitTests/RoundTimerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:166215" }
starcoder
using System; using System.Reactive.Concurrency; using System.Reactive.Linq; using FluentAssertions; using Microsoft.Extensions.Logging; using Microsoft.Reactive.Testing; using ReactiveUI.Testing; using Rocket.Surgery.Extensions.Testing; using Serilog; using Serilog.Events; using Xunit; using Xunit.Abstractions; names...
2.121041
a04cc0a22751eaaedad959e49dcfd109
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846996
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MomchilSt/SoftUni", "max_stars_repo_path": "06-ASP.Net-Core-MVC/Panda/Panda.App/Controllers/PackagesController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166216" }
starcoder
namespace Panda.App.Controllers { using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Panda.App.Models.Packages; using Panda.Data; using Panda.Domain; using System; using System.Globalization; using System.Linq; p...
2.303768
37652b33ccd5092d492545cdf0406616
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846997
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "handetarhan/microsoft-teams-apps-employeetraining", "max_stars_repo_path": "Source/Microsoft.Teams.Apps.EmployeeTraining/Services/SearchService/Strategies/MorningReminderStrategy.cs", "provenance": "train-00027-of-00045.jsonl.gz:16621...
starcoder
<gh_stars>0 // <copyright file="MorningReminderStrategy.cs" company="Microsoft"> // Copyright (c) Microsoft. All rights reserved. // </copyright> // 19.10.2021 smarttek namespace Microsoft.Teams.Apps.EmployeeTraining.Services.SearchService.Strategies { using System; using System.Globalization; using Micro...
2.392262
56af323752676176764ac33f3d17a3a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846998
{ "extension": "c-sharp", "max_stars_count": "52.0", "max_stars_repo_name": "zkweb-framework/ZKWeb.Plugins", "max_stars_repo_path": "src/ZKWeb.Plugins/Shopping.Order/src/Components/OrderCheckers/Interfaces/IOrderChecker.cs", "provenance": "train-00027-of-00045.jsonl.gz:166218" }
starcoder
using ZKWeb.Plugins.Shopping.Order.src.Domain.Entities; using ZKWebStandard.Collections; namespace ZKWeb.Plugins.Shopping.Order.src.Components.OrderCheckers.Interfaces { /// <summary> /// 订单检查器,用于检查订单是否可以进行各操作 /// </summary> public interface IOrderChecker { /// <summary> /// 判断订单是否可以付款 /// 前台使用 ...
2.160224
333753a056efaad1869c0ef27bd6e9b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846999
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "TortugaResearch/Chain", "max_stars_repo_path": "Tortuga.Chain/Tortuga.Chain.Core/Metadata/OperationTypes.cs", "provenance": "train-00027-of-00045.jsonl.gz:166219" }
starcoder
namespace Tortuga.Chain.Metadata { /// <summary> /// Indicates the type of operation being performed. /// </summary> /// <remarks>Keep numbers in sync with AuditRules.OperationTypes.</remarks> public enum OperationType { /// <summary> /// Undefined operation, return the default table. /// </summary> All ...
2.37074
681d45bec437e2fca4fa08dcad13fb6e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847000
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PicoHex/Zaabee.Extensions", "max_stars_repo_path": "src/Zaabee.Extensions/Zaabee.Extensions.Stream.Read.Async.cs", "provenance": "train-00027-of-00045.jsonl.gz:166220" }
starcoder
namespace Zaabee.Extensions; public static partial class ZaabeeExtension { #if NETSTANDARD2_0 public static Task<int> TryReadAsync(this Stream? stream, byte[] buffer, CancellationToken cancellationToken = default) => stream.TryReadAsync(buffer, 0, buffer.Length, cancellationToken); #else public...
2.421082
430bd7c5c9e15eac655ba8a1c8664771
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847001
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jenkinsgituser/Dotnetcode", "max_stars_repo_path": "src/examples/Example/PrintAllJobs.cs", "provenance": "train-00027-of-00045.jsonl.gz:166221" }
starcoder
<filename>src/examples/Example/PrintAllJobs.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using JenkinsClient; namespace JenkinsClientExample.Example { public class PrintAllJobs { public static async Task Execute() { ...
2.96753
15a13c58879022e09c19c3d5274c8d10
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847002
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "undancer/oni-data", "max_stars_repo_path": "Managed/main/DetectorNetwork.cs", "provenance": "train-00027-of-00045.jsonl.gz:166222" }
starcoder
using System.Collections.Generic; using STRINGS; using UnityEngine; public class DetectorNetwork : GameStateMachine<DetectorNetwork, DetectorNetwork.Instance, IStateMachineTarget, DetectorNetwork.Def> { public class Def : BaseDef { public int interferenceRadius; public float worstWarningTime; public float be...
2.067649
a3da7646b68867d8479de11c7abc1db2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847003
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PhoenixAceVFX/The-Black-Arms-SDX", "max_stars_repo_path": "TBA Toolkit/theblackarmsSDX_AutomaticUpdater-dont-touch/Editor/theblackarmsSDX_AutomaticUpdateAndInstall.cs", "provenance": "train-00027-of-00045.jsonl.gz:166223" }
starcoder
using UnityEngine; using System.IO; using System; using UnityEditor; using System.Net.Http; using System.Net; using System.ComponentModel; using System.Diagnostics; using Debug = UnityEngine.Debug; using System.Threading.Tasks; namespace theblackarmsSDX { public class theblackarmsSDX_AutomaticUpdateAndInstall...
2.281148
03c97b704a052e5587dbee8a4f45f672
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847004
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "karolinagb/ByteBankForum", "max_stars_repo_path": "ByteBank.Forum/ByteBank.Forum/Services/SmsService.cs", "provenance": "train-00027-of-00045.jsonl.gz:166224" }
starcoder
using Microsoft.Extensions.Configuration; using System.Threading.Tasks; using Twilio; using Twilio.Rest.Verify.V2.Service; using Twilio.TwiML.Messaging; namespace ByteBank.Forum.Services { public class SmsService { private readonly IConfiguration _configuration; private string sidConta; ...
2.136451
0cb588fdf0f74de05554199d3f14641f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847005
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Fance/T3000_CrossPlatform", "max_stars_repo_path": "PRGReaderLibrary.Tests/Utilities/TestUtilities.cs", "provenance": "train-00027-of-00045.jsonl.gz:166225" }
starcoder
<gh_stars>1-10 namespace PRGReaderLibrary.Tests { using System.IO; using System.Reflection; public static class TestUtilities { private static string PathToTestFiles => Path.Combine( Path.GetDirectoryName( Path.GetDirectoryName( ...
2.328953
0df3d4824fb3ee7e7c90bbb02c8925cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847006
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TrevorPilley/PhoneNumbers", "max_stars_repo_path": "test/PhoneNumbers.Tests/Parsers/DefaultPhoneNumberParserTests_JE_GeographicNumber.cs", "provenance": "train-00027-of-00045.jsonl.gz:166226" }
starcoder
using PhoneNumbers.Parsers; using Xunit; namespace PhoneNumbers.Tests.Parsers { /// <summary> /// Contains unit tests for the <see cref="DefaultPhoneNumberParser"/> class for Jersey <see cref="PhoneNumber"/>s. /// </summary> public class DefaultPhoneNumberParserTests_JE_GeographicNumber { p...
2.636146
8a7daf66734e69c3f4000fefaaba0aba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847007
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "cosential/cosential-client-csharp", "max_stars_repo_path": "Exceptions/HttpResponseException.cs", "provenance": "train-00027-of-00045.jsonl.gz:166227" }
starcoder
<filename>Exceptions/HttpResponseException.cs using System; using System.Runtime.Serialization; using RestSharp; namespace Cosential.Integrations.Compass.Client { [Serializable] public class HttpResponseException : Exception { public HttpResponseException() { } public Http...
2.541644
230ed3f9830aacdb25a78d9997f6e41e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847008
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Bhaal22/vaultmanager", "max_stars_repo_path": "test/vaultmanager/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:166228" }
starcoder
using CommandLineParser.Exceptions; using System; using System.Diagnostics; using System.IO; using vaultsharp; namespace vaultmanager { class Program { static void Main(string[] args) { try { var options = new Options(); var parser = new ...
2.531157
850709e236d1772c510df9882582cbdb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847009
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "raidenyn/NHibernate.GraphQL", "max_stars_repo_path": "src/NHibernate.GraphQL.Tests/DatabaseFixture.cs", "provenance": "train-00027-of-00045.jsonl.gz:166229" }
starcoder
<filename>src/NHibernate.GraphQL.Tests/DatabaseFixture.cs using System.Data.Common; using NHibernate.Cfg; using NHibernate.Dialect; using NHibernate.GraphQL.Tests.Dto; using NHibernate.Mapping.ByCode; using NHibernate.Tool.hbm2ddl; using NUnit.Framework; namespace NHibernate.GraphQL.Tests { public class DatabaseF...
1.950119
f166d6314a27f2c87e4971a55a281e95
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847010
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "codeyu/ImageCrawler", "max_stars_repo_path": "ImageCrawler/Crawler/CrawlerJob/CrawlerJobPartDownload.cs", "provenance": "train-00027-of-00045.jsonl.gz:166230" }
starcoder
/* Copyright 2010 <NAME> This file is part of the Image Crawler project. Image Crawler 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 3 of the License, or (a...
2.191712
a12eb9f558723390e7ebcf7599de7834
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847011
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "stanb/Comformation", "max_stars_repo_path": "src/Comformation/Generated/EC2/Instance/EnclaveOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166231" }
starcoder
using System; using System.Collections.Generic; using Newtonsoft.Json; using Comformation.IntrinsicFunctions; namespace Comformation.EC2.Instance { /// <summary> /// AWS::EC2::Instance EnclaveOptions /// https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-enclaveoptio...
2.146598
ddf2913c33639806f1d080ae96ef52b3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847012
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "scotch83/XAM280", "max_stars_repo_path": "Exercise 1/Start/FunFlacts/AllFlags.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:166232" }
starcoder
<filename>Exercise 1/Start/FunFlacts/AllFlags.xaml.cs using System; using System.Collections.Generic; using FlagData; using Xamarin.Forms; namespace FunFlacts { public partial class AllFlags : ContentPage { public AllFlags() { InitializeComponent(); BindingContext = Dep...
1.58411
b1f19482ec652c06ce05fa3e09eabf2c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847013
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tlibb/azure-csharp-beginners", "max_stars_repo_path": "GreetingService/GreetingService.API.Client/Greeting.cs", "provenance": "train-00027-of-00045.jsonl.gz:166233" }
starcoder
<reponame>tlibb/azure-csharp-beginners<filename>GreetingService/GreetingService.API.Client/Greeting.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GreetingService.API.Client { /// <summary> /// Create this class wi...
2.901728
a5f3fb96ab5be601d8552da0db14e3ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847014
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "thereclusive/Threax.AspNetCore.Hypermedia", "max_stars_repo_path": "src/Threax.AspNetCore.Halcyon.Ext/Order/OrderDirection.cs", "provenance": "train-00027-of-00045.jsonl.gz:166234" }
starcoder
<reponame>thereclusive/Threax.AspNetCore.Hypermedia using System; using System.Collections.Generic; using System.Text; namespace Threax.AspNetCore.Halcyon.Ext { public enum OrderDirection { Ascending = 0, Descending = 1 } }
1.402906
099305adb3ee341b1d899ae7157b8508
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847015
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "asarium/FSOLauncher", "max_stars_repo_path": "UI/WPF/Modules/UI.WPF.Modules.Installation/ViewModels/Mods/PackageViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166235" }
starcoder
<reponame>asarium/FSOLauncher<filename>UI/WPF/Modules/UI.WPF.Modules.Installation/ViewModels/Mods/PackageViewModel.cs #region Usings using System; using System.Reactive.Linq; using ModInstallation.Annotations; using ModInstallation.Interfaces; using ModInstallation.Interfaces.Mods; using ModInstallation.Util; using R...
1.943595
e0e96b22d19fc4473ea3c55aec9373b0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847016
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "TTCErembodegem/TTC-React-Back", "max_stars_repo_path": "src/Ttc.DataEntities/MatchPlayerEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:166236" }
starcoder
using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Ttc.DataEntities { [Table("matchplayer")] public class MatchPlayerEntity { [Key] public int Id { get; set; } [ForeignKey("MatchId")] public MatchEntity ...
2.467829
1a0bc2c36619c79272e7b9b213c11b8c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847017
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DodoCooker/ARKStatsExtractor", "max_stars_repo_path": "ARKBreedingStats/species/TamingFood.cs", "provenance": "train-00027-of-00045.jsonl.gz:166237" }
starcoder
<filename>ARKBreedingStats/species/TamingFood.cs<gh_stars>0 using System.Runtime.Serialization; namespace ARKBreedingStats.species { [DataContract] public class TamingFood { public double affinity, foodValue; public int quantity; [DataMember] public double[] d { ...
2.785766
d9d4125ee2d58dc1681032319a56e496
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847018
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "EJGamer21/SistemaCompras", "max_stars_repo_path": "Sistemacompras/Forms/EmployeeForm.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166238" }
starcoder
namespace Sistemacompras.Forms { partial class EmployeeForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
2.119053
da9e02a84000f01ce6cc98cf26708658
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847019
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "lucio-c/DotNetCore.SKIT.FlurlHttpClient.ByteDance", "max_stars_repo_path": "src/SKIT.FlurlHttpClient.ByteDance.OceanEngine/Models/Advertising/AdvertisingRejectReasonResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:166239" }
starcoder
<reponame>lucio-c/DotNetCore.SKIT.FlurlHttpClient.ByteDance<filename>src/SKIT.FlurlHttpClient.ByteDance.OceanEngine/Models/Advertising/AdvertisingRejectReasonResponse.cs namespace SKIT.FlurlHttpClient.ByteDance.OceanEngine.Models { /// <summary> /// <para>表示 [GET] /2/ad/reject_reason 接口的响应。</para> /// </su...
1.984323
349527a9810ca4e9d1036d0b63575588
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847020
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "base33/GlobalManifesto", "max_stars_repo_path": "src/GlobalManifesto.Demo/SurfaceControllers/ContactFormSurfaceController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166240" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; using Umbraco.Web.Mvc; namespace WebBlocks.SandboxV6.SurfaceControllers { public class ContactFormSurfaceController : SurfaceController { /// <summary...
2.46338
fe7a782ed6d5791c67edf44f9b889ace
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847021
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IgorFedchenko/Akka.Persistence.Azure", "max_stars_repo_path": "src/Akka.Persistence.Azure/Query/AzureTableStorageQuerySettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:166241" }
starcoder
using Akka.Configuration; using System; namespace Akka.Persistence.Azure.Query { public sealed class AzureTableStorageQuerySettings { private AzureTableStorageQuerySettings( string @class, string writePlugin, string maxBufferSize, TimeSpan refreshInterva...
2.042125
b19ef9beb6ee757c43402d2e3fccac27
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847022
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mrcsparker/Crispy", "max_stars_repo_path": "Crispy/Ast/ImportStatement.cs", "provenance": "train-00027-of-00045.jsonl.gz:166242" }
starcoder
using System; using System.Linq.Expressions; using Crispy.Helpers; using System.Collections.Generic; namespace Crispy.Ast { class ImportStatement : NodeExpression { private readonly List<string> _names = new List<string>(); private readonly string _nameAs; public ImportStatement(List<...
2.699864
bacdfacdc90c9b7850b1e205aa618ff9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847023
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TonyDimitrov/BasicApi", "max_stars_repo_path": "CarsApi/Profiles/CarsProfile.cs", "provenance": "train-00027-of-00045.jsonl.gz:166243" }
starcoder
namespace CarsApi.Profiles { using AutoMapper; using CarsApi.Data.Models; using CarsApi.DTO.Models; public class CarsProfile : Profile { public CarsProfile() { this.CreateMap<Car, CarDTO>(); this.CreateMap<CarDTO, Car>(); this.CreateMap<Car, CarD...
1.965112
6840c7e6e473fcaee2f52fc233cf2476
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847024
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "jonivesto/unity-minecraft-like-terrain", "max_stars_repo_path": "Assets/Scripts/World/Terrain/Generators/TerrainGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:166244" }
starcoder
using NoiseTest; using UnityEngine; using System.Collections.Generic; using System.Collections; public class TerrainGenerator { public const int CHUNK_SIZE = Config.CHUNK_SIZE; public TerrainEngine terrainEngine; public Seed seed; public Chunk chunk; public int worldX, worldZ; internal OpenS...
2.417114
0a4bada5183204cad03a3b159f01894f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847025
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jlyonsmith/XnaBuildContent", "max_stars_repo_path": "Pinboard/ScreenSizeChangedEventArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:166245" }
starcoder
<reponame>jlyonsmith/XnaBuildContent using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; namespace Jamoki.Tools.Pinboard { public class ScreenSizeChangedEventArgs : EventArgs { public ScreenSizeChangedEventArgs(Size oldSize) { ...
1.605719
75a20252336a741f667bc1c9cf8d262b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847026
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "TripsCoder/EZNEW.Web", "max_stars_repo_path": "EZNEW.Web/FileAccess/FileObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:166246" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace EZNEW.Web.FileAccess { /// <summary> /// file object /// </summary> public class FileObject { /// <summary> /// file object name /// </summary> public string Name { get;...
1.864578
c414493473ee65e126dd1fe75df91602
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847027
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "tomasfabian/Kafka.DotNet.ksqlDB", "max_stars_repo_path": "ksqlDb.RestApi.Client/KSql/RestApi/Responses/Row.cs", "provenance": "train-00027-of-00045.jsonl.gz:166247" }
starcoder
<gh_stars>10-100 using System.Text.Json.Serialization; namespace ksqlDB.RestApi.Client.KSql.RestApi.Responses { public class Row { [JsonPropertyName("columns")] public object[] Columns { get; set; } } }
1.215416
7406ead9717c019893669ad13ac46109
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847028
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Swung0x48/Macado_bot", "max_stars_repo_path": "Utils/Timer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166248" }
starcoder
using System; using System.Threading; using System.Threading.Tasks; using Macado_bot.IO; using Telegram.Bot.Types; namespace Macado_bot.Utils { public class Timer { public static async void ScheduledTask(TimeSpan timeToExecute) { await Task.Delay((int)timeToExecute.Subtract(DateTime...
2.115464
b760431633a4bd5861cc366ede3c2010
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847029
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chi-rei-den/Silverfish", "max_stars_repo_path": "penalties/Pen_FP1_009.cs", "provenance": "train-00027-of-00045.jsonl.gz:166249" }
starcoder
namespace HREngine.Bots { class Pen_FP1_009 : PenTemplate //deathlord { // spott. todesröcheln:/ euer gegner legt einen diener aus seinem deck auf das schlachtfeld. public override int getPlayPenalty(Playfield p, Minion m, Minion target, int choice, bool isLethal) { return 0; ...
1.767817
b54ada7a3b3226ff86018ad6d6aa3dcc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847030
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "oldmine/cassandra-thrift-client", "max_stars_repo_path": "Cassandra.ThriftClient/Abstractions/Internal/IMutation.cs", "provenance": "train-00027-of-00045.jsonl.gz:166250" }
starcoder
<reponame>oldmine/cassandra-thrift-client using Apache.Cassandra; namespace SkbKontur.Cassandra.ThriftClient.Abstractions.Internal { internal interface IMutation { Mutation ToCassandraMutation(); } }
1.113704
23828ee727cd2f9cb1722e305bece5b3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847031
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thuongaptech/TTCMS", "max_stars_repo_path": "TTCMS.Web/Areas/TT_Admin/Models/CategoryManagement/CategoryViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166251" }
starcoder
<gh_stars>0 using PagedList; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; using TTCMS.Domain; namespace TTCMS.Web.Areas.TT_Admin.Models { public class CategoryPageViewModel { public IEnumerable<S...
1.199998
1e91e8b3981080cbf60c9f2b4c3344e6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847032
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "derplayer/x8086NetEmu", "max_stars_repo_path": "x8086SharpEmu/Adapters/Adapters.cs", "provenance": "train-00027-of-00045.jsonl.gz:166252" }
starcoder
using System.Collections.Generic; using System; using System.Linq; using System.Drawing; using System.Diagnostics; using System.Xml.Linq; using System.Collections; using System.Windows.Forms; using x8086SharpEmu; namespace x8086SharpEmu { public class Adapters : IList<Adapter> { private X8086 emulato...
2.592237
e258b75e7d0e4cc44a80e76fc0e7d458
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847033
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AstroGITH/scp079-notbroke", "max_stars_repo_path": "NadekoBot.core/Modules/Searches/Exceptions/TagBlacklistedException.cs", "provenance": "train-00027-of-00045.jsonl.gz:166253" }
starcoder
using System; namespace NadekoBot.Modules.Searches.Exceptions { public class TagBlacklistedException : Exception { public TagBlacklistedException() : base("Tag you used is blacklisted.") { } public TagBlacklistedException(string message) : base(message) { } ...
2.380407
f809e487fae57888230536569bfa7679
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847034
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "mzhokh/FilterByCategoryWidget", "max_stars_repo_path": "CMS/CMSModules/MessageBoards/Controls/Messages/MessageList.ascx.designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166254" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
1.199925
f20a63e632818c40cadf19c5d79bedaa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847035
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mifopen/notion-sdk", "max_stars_repo_path": "Notion.SDK/PageParent.cs", "provenance": "train-00027-of-00045.jsonl.gz:166255" }
starcoder
using System; namespace Notion { public class PageParent : Parent { public PageParent() { Type = ParentType.Page; } public Guid PageId { get; set; } } }
1.985755
f838feb9c27c5c1b07ef638c88c72a0b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847036
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pramilasoni/SitecoreHeadless", "max_stars_repo_path": "src/rendering/Views/Shared/Components/SitecoreComponent/ContentBlock.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166256" }
starcoder
<reponame>pramilasoni/SitecoreHeadless @model ContentBlockModel <div> @* Important: Self-closing tags will not work when rendering text fields with the Sitecore tag helpers. *@ <h1 class="contentTitle" asp-for="Title"></h1> <div class="contentDescription"> <sc-text asp-for="Text"></sc-text> </d...
1.589221
d6582c9d7f44374159aa13f1558cd4d6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847037
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "moto2002/mobahero_src", "max_stars_repo_path": "MobaProtocol.Data/ColliderInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:166257" }
starcoder
using ProtoBuf; using System; namespace MobaProtocol.Data { [ProtoContract] public class ColliderInfo { [ProtoMember(1)] public byte code { get; set; } [ProtoMember(2)] public string name { get; set; } [ProtoMember(3)] public float x { get; set; ...
1.904817
3edd93ca1a88a40ee112b0a1fd3c00fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847038
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "xRMG412/ClashOfClans.NET", "max_stars_repo_path": "ClashOfClans/Core/Labels/Interfaces/IClashLabels.cs", "provenance": "train-00027-of-00045.jsonl.gz:166258" }
starcoder
using System.Collections.Generic; using System.Threading.Tasks; namespace ClashOfClans.Core.Labels.Interfaces { public interface IClashLabels { /// <summary> /// Get a list of player labels /// </summary> /// <returns><see cref="IEnumerable{ClashLabel}"/></returns> Task...
2.158931
82ef5f0c3be049476e3e67d293394fcf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847039
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "UE4DotNet/Plugin", "max_stars_repo_path": "DotNet/DotNet/UE4/Generated/Engine/LinearConstraint.cs", "provenance": "train-00027-of-00045.jsonl.gz:166259" }
starcoder
<reponame>UE4DotNet/Plugin<filename>DotNet/DotNet/UE4/Generated/Engine/LinearConstraint.cs // Copyright 2018 by JCoder58. See License.txt for license // Auto-generated --- Do not modify. using System; using System.Collections.Generic; using System.Runtime.InteropServices; using UE4.Core; using UE4.CoreUObject; using U...
1.372258
2a11ad4bf6d92f65043f8da01b0bef40
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847040
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "forki/LinqToSalesforce", "max_stars_repo_path": "src/LinqToSalesforce.VsPlugin2017/Ioc/IocServiceProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:166260" }
starcoder
<filename>src/LinqToSalesforce.VsPlugin2017/Ioc/IocServiceProvider.cs<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using EnvDTE; using LinqToSalesforce.VsPlugin2017.Storage; namespace LinqToSalesforce.VsPlugin2017.Ioc { public ...
1.600484
b0dedfe3922dd84d988823324b0f7f26
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847041
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "s-kostyuk/ss_course_project", "max_stars_repo_path": "ss_course_project.services/Repositories/SensorsRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166261" }
starcoder
<reponame>s-kostyuk/ss_course_project using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ss_course_project.services.Model; /*****************************************************************************/ namespace ss_course_project.serv...
2.128587
73863c5d0b87344bfc329b53372d4609
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847170
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "smack0007/WasmWranglerDotNet", "max_stars_repo_path": "src/WasmWrangler/WasmWranglerAssemblyInitializer.g.cs", "provenance": "train-00027-of-00045.jsonl.gz:166390" }
starcoder
// <auto-generated /> #nullable enable namespace WasmWrangler { public static class WasmWranglerAssemblyInitializer { public static void Initialize() { } } }
1.12767
4c83fd5a9b4b4fee0ba088dc70456cb6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847171
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "rerrahkr/ConvFMML", "max_stars_repo_path": "ConvFMML/ConvFMML/Data/MIDI/Event/ControlChange.cs", "provenance": "train-00027-of-00045.jsonl.gz:166391" }
starcoder
<reponame>rerrahkr/ConvFMML<filename>ConvFMML/ConvFMML/Data/MIDI/Event/ControlChange.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConvFMML.Data.MIDI.Event { public class ControlChange : MIDIEvent { public int Value { g...
2.385222
69a6f2eefdc1a86b6121f1882fbc6082
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847172
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "cronfoundation/cronium-plugins", "max_stars_repo_path": "RpcSystemAssetTracker/UserSystemAssetTransferKey.cs", "provenance": "train-00027-of-00045.jsonl.gz:166392" }
starcoder
<filename>RpcSystemAssetTracker/UserSystemAssetTransferKey.cs using Cron.IO; using System; using System.Collections.Generic; using System.IO; namespace Cron.Plugins { public class UserSystemAssetTransferKey : IComparable<UserSystemAssetTransferKey>, IEquatable<UserSystemAssetTransferKey>, ISerializable { ...
2.361613
e37c83b893688f456c3e7a793e774814
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847173
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ServeMeLlib/dev", "max_stars_repo_path": "help/samples/runing code in real time/code2.cs", "provenance": "train-00027-of-00045.jsonl.gz:166393" }
starcoder
int numberInt = int.Parse("100"); for (int i = 1; i < numberInt; i++) { numberInt = numberInt * i; } Thread.Sleep(3000); return numberInt;
2.70404
ed40bca791344468182e6447a62d9382
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847174
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "dsmsuite/source", "max_stars_repo_path": "DsmSuite.DsmViewer.Model/Interfaces/ISortResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:166394" }
starcoder
<gh_stars>1-10 namespace DsmSuite.DsmViewer.Model.Interfaces { public interface ISortResult { int GetIndex(int currentIndex); int GetNumberOfElements(); bool IsValid { get; } } }
1.751797
454fac85211246b0fae582a55d48fd06
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847175
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jlahteen/juhta.net", "max_stars_repo_path": "tests/AppXLibrary/Closable/ClosableLibrary.cs", "provenance": "train-00027-of-00045.jsonl.gz:166395" }
starcoder
<reponame>jlahteen/juhta.net  using AppXLibrary.CustomXmlConfig; using Juhta.Net.LibraryManagement; using System; namespace AppXLibrary.Closable { public class ClosableLibrary : LibraryHandleBase, IClosableLibrary { #region Public Constructors public ClosableLibrary() : base("AppXLibrary.dll"...
1.982132
c1eecd523f67bb7e3b4434b1dac005ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847176
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MyTurnyet/CharacterBuilder", "max_stars_repo_path": "Character/Dice/D4Die.cs", "provenance": "train-00027-of-00045.jsonl.gz:166396" }
starcoder
<gh_stars>1-10 namespace Character.Dice { public class D4Die : DieBase, IDie { public D4Die() : base(4) { } } }
1.847421
be5356f37fc2e330a68417bb005d393e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847177
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dbosoft/Hosuto", "max_stars_repo_path": "src/Hosuto.Hosting/Modules/Hosting/BootstrapModuleHostCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:166397" }
starcoder
<reponame>dbosoft/Hosuto<filename>src/Hosuto.Hosting/Modules/Hosting/BootstrapModuleHostCommand.cs<gh_stars>1-10 using System; using Dbosoft.Hosuto.Modules.Hosting.Internal; using Microsoft.Extensions.Hosting; namespace Dbosoft.Hosuto.Modules.Hosting { public class BootstrapModuleHostCommand<TModule> where TModu...
1.677627
3b9b1cfb814ab23435511f93970619d6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847178
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "housebesuch/SocialQ", "max_stars_repo_path": "src/SocialQ/Profile/UserViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166398" }
starcoder
<gh_stars>0 using System; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using ReactiveMarbles.PropertyChanged; using ReactiveUI; using ReactiveUI.Fody.Helpers; using Sextant; using Sextant.Plugins.Popup; namespace SocialQ.Profile { /// <summary> /// <see cref="ViewModelB...
1.906236
6c846c19a72501fbe7b62d5b10f95bf5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847179
{ "extension": "c-sharp", "max_stars_count": "289.0", "max_stars_repo_name": "michaelday008/AnyRPGCore", "max_stars_repo_path": "Assets/AnyRPG/Core/System/Scripts/Quest/Dialog.cs", "provenance": "train-00027-of-00045.jsonl.gz:166399" }
starcoder
using AnyRPG; using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using UnityEngine; using UnityEngine.Serialization; namespace AnyRPG { //[System.Serializable] [CreateAssetMenu(fileName = "New Dialog", menuName = "AnyRPG/Dialog/Dialog")] public class Dialog :...
2.102996
58c98da68702fe09832e433736f516a9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847180
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LifeIsABoat/AutoTestV1", "max_stars_repo_path": "AutoTest/BLL/Screen/ControlFixer/ByNormalLogic/ControlInputFixer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166400" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tool.BLL { class ControlInputFixer : AbstractControlFixerByLog { public ControlInputFixer(LogScreen logScreen) :base(logScreen) { } ...
2.317106
db6ffb1e947b28fa6eddd4bfdeaf4703
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847181
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "unosquare/embedio-cli", "max_stars_repo_path": "src/embedio-cli/StaticFilesLiteModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:166401" }
starcoder
namespace Unosquare.Labs.EmbedIO.Command { using Constants; using Swan; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; ...
2.500249
387baa5b990ded27c0405c28af7a76dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847182
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "martinlindhe/Punku", "max_stars_repo_path": "Punku/Convert/Temperature.cs", "provenance": "train-00027-of-00045.jsonl.gz:166402" }
starcoder
<reponame>martinlindhe/Punku /** * Conversion functions for different units of temperature * * http://en.wikipedia.org/wiki/Temperature_conversion_formulas * http://en.wikipedia.org/wiki/Conversion_of_units#Temperature * http://en.wikipedia.org/wiki/Orders_of_magnitude_%28temperature%29 * * @author <NAME>, 2009...
3.215465
299592843af1be55dd0d197f5f862334
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847183
{ "extension": "c-sharp", "max_stars_count": "392.0", "max_stars_repo_name": "JMayrbaeurl/Industrial-IoT", "max_stars_repo_path": "components/opc-ua/src/Microsoft.Azure.IIoT.OpcUa.Testing/src/Servers/Reference/Aggregates/InterpolatingCalculator.cs", "provenance": "train-00027-of-00045.jsonl.gz:166403" }
starcoder
/* ======================================================================== * Copyright (c) 2005-2013 The OPC Foundation, Inc. All rights reserved. * * OPC Foundation MIT License 1.00 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation ...
2.127254
c6a8dbef4be6472c3ab53c62a768f88a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847184
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Goobwabber/BeatTogether.Core", "max_stars_repo_path": "BeatTogether.Core.Messaging/Abstractions/IMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:166404" }
starcoder
using Krypton.Buffers; namespace BeatTogether.Core.Messaging.Abstractions { public interface IMessage { void WriteTo(ref SpanBufferWriter bufferWriter); void ReadFrom(ref SpanBufferReader bufferReader); } }
1.642927
fbfa61c3428dc0818a5df274f24b940c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847185
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "tahir-manzoor/Aspose_Words_NET_Fork", "max_stars_repo_path": "ApiExamples/CSharp/ExTableColumn.cs", "provenance": "train-00027-of-00045.jsonl.gz:166405" }
starcoder
// Copyright (c) 2001-2016 Aspose Pty Ltd. All Rights Reserved. // // This file is part of Aspose.Words. The source code in this file // is only intended as a supplement to the documentation, and is provided // "as is", without warranty of any kind, either expressed or implied. ////////////////////////////////////////...
2.971261
3d10f85bc40675604886c21527ee84bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847186
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlexanderVlaskovski/ProgrammingFundamentals-SoftUni", "max_stars_repo_path": "02.Exams/ExamPreparation 03/03.RageQuit.cs", "provenance": "train-00027-of-00045.jsonl.gz:166406" }
starcoder
<reponame>AlexanderVlaskovski/ProgrammingFundamentals-SoftUni using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _03RageQuit { class Program { static void Main() { string input = Console.ReadLine().ToUpper();...
3.422626
0208c91ae32e9af85949881b979a718d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847187
{ "extension": "c-sharp", "max_stars_count": "202.0", "max_stars_repo_name": "jules-source/puck-core", "max_stars_repo_path": "tests/Models/DbConstants.cs", "provenance": "train-00027-of-00045.jsonl.gz:166407" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace puck.tests.Models { public static class DbConstants { public const string MySql = "MySQL"; public const string PostgreSQL = "PostgreSQL"; public const string SQLServer = "SQLServer"; public const stri...
1.75746
1a4f3bb9ee15b08902034fdb805cc8af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847188
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ToddRopog/codingame-tron-battle-starter", "max_stars_repo_path": "src/TronBattleBot/Bot.cs", "provenance": "train-00027-of-00045.jsonl.gz:166408" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using TronBattleBot.Interfaces; namespace TronBattleBot { public class Bot { private readonly IValidMoveGetter validMoveGetter; private readonly Dictionary<string, IMover> movers; public Bot(IValidMoveGetter validMoveGette...
3.186804
ddde30b93dbedeaea1295b7b3845eb85
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847189
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "QuinntyneBrown/quinntyne-brown-photography", "max_stars_repo_path": "src/QuinntyneBrownPhotography/Features/Blog/Avatars/AddOrUpdateAvatarCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:166409" }
starcoder
<filename>src/QuinntyneBrownPhotography/Features/Blog/Avatars/AddOrUpdateAvatarCommand.cs using MediatR; using QuinntyneBrownPhotography.Data; using QuinntyneBrownPhotography.Data.Models; using QuinntyneBrownPhotography.Features.Core; using System.Collections.Generic; using System.Threading.Tasks; using System.Linq; us...
2.661774
4d14d0a99d616a7b72db01c65957c634
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847190
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "1onepower/WrathMods-TabletopTweaks", "max_stars_repo_path": "TabletopTweaks/NewComponents/ArmorEnchantsToWeapon.cs", "provenance": "train-00027-of-00045.jsonl.gz:166410" }
starcoder
using Kingmaker.Blueprints.Items.Ecnchantments; using Kingmaker.Blueprints.JsonSystem; using Kingmaker.Enums; using Kingmaker.Enums.Damage; using Kingmaker.PubSubSystem; using Kingmaker.RuleSystem.Rules; using Kingmaker.RuleSystem.Rules.Damage; using System.Linq; namespace TabletopTweaks.NewComponents { [TypeId("...
1.925123
cd941350982b535d79149230e1cac9cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847191
{ "extension": "c-sharp", "max_stars_count": "778.0", "max_stars_repo_name": "jeroen-mostert/CodeContracts", "max_stars_repo_path": "Microsoft.Research/Contracts/System.Drawing/System.Drawing.Imaging.PixelFormat.cs", "provenance": "train-00027-of-00045.jsonl.gz:166411" }
starcoder
<reponame>jeroen-mostert/CodeContracts // CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Soft...
2.511901
837a6b4f4b4d6f04ae897579cc5b3fe5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847192
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Leayal/PSO2-Launcher-CSharp", "max_stars_repo_path": "LauncherCore/Classes/BitmapSourceHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:166412" }
starcoder
<reponame>Leayal/PSO2-Launcher-CSharp using System; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Text; using System.Threading.Tasks; using System.Reflection; using System.Windows.Interop; using System.Windows; namespace Leayal.PSO2Launcher.Core.Classes { static class BitmapSourceHe...
2.449883
2f30b59d7c03baced19e64dc60bc7d7f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847193
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GedeBagus/SkripsiCoba2", "max_stars_repo_path": "Assets/SP2D_Mobile/Scripts_Mobile/Player_Scripts_Mobile/HealthManager_Mobile.cs", "provenance": "train-00027-of-00045.jsonl.gz:166413" }
starcoder
<gh_stars>0 using UnityEngine; using System.Collections; using UnityEngine.UI; namespace Bitboys.SuperPlaftormer2D { // This scripts handles the player's health. public class HealthManager_Mobile : MonoBehaviour { private static int currentHealth;// The health amount of the player. public int maxPlayerHealt...
2.448626
ff7667e0aedeb4d95cfc11bc8460d53b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847194
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RAACandeias/PS_2021_RicardoCandeias_G34_42087", "max_stars_repo_path": "SysPlan/SysPlan/NeuroNet/MNISTimage.cs", "provenance": "train-00027-of-00045.jsonl.gz:166414" }
starcoder
<gh_stars>0 using System; namespace SysPlan { public class MNISTimage { public int width; // 28 public int height; // 28 public double[] pixelsA; public byte label; // '0' - '9' public double[] target ; public void PrintTarget() { ...
3.148101
9df90ea1cca3842932d76ead4c1b7b9c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847195
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Matodor/mFramework", "max_stars_repo_path": "Scripts/Runtime/mCore/AssetBundles/AssetsBundleManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:166415" }
starcoder
#if UNITY_EDITOR namespace mFramework.Core.Bundles { public class BundleManager { } } #endif
1.167278
d5ed1fc9a5288a245529097007036e3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847196
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "void-type/VoidCore", "max_stars_repo_path": "src/VoidCore.AspNet/Security/XFrameOptionsMiddleware.cs", "provenance": "train-00027-of-00045.jsonl.gz:166416" }
starcoder
<filename>src/VoidCore.AspNet/Security/XFrameOptionsMiddleware.cs using Microsoft.AspNetCore.Http; using System.Threading.Tasks; using VoidCore.Model.Guards; namespace VoidCore.AspNet.Security { /// <summary> /// Middleware for adding X-Frame-Options security headers to HTTP responses. Allows or denies this p...
2.621085
636c39945121e797228d47c1b74c57e3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847197
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "oblogin/create-with-code", "max_stars_repo_path": "Prototype 1/Assets/Scripts/FollowPlayer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166417" }
starcoder
<reponame>oblogin/create-with-code using System.Collections; using System.Collections.Generic; using UnityEngine; public class FollowPlayer : MonoBehaviour { public GameObject player; public Vector3 offset = new Vector3(0, 7.5f, -7.5f); void Start() { } void LateUpdate() { ...
1.728738
77e310256ca5d69e61638cedb8dc6eb7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847198
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Aviv-Yaniv/azure-powershell", "max_stars_repo_path": "src/CloudService/generated/api/Models/Api20210301/SecurityRule.PowerShell.cs", "provenance": "train-00027-of-00045.jsonl.gz:166418" }
starcoder
// 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 and will be lost if the code is regenerated. namespace Mi...
1.813863
c088e9b92e0d893240655f7a5e8952c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847199
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LagoVista/Deployments", "max_stars_repo_path": "src/LagoVista.IoT.Deployment.Models/DockerSupport/DockerRepo.cs", "provenance": "train-00027-of-00045.jsonl.gz:166419" }
starcoder
<gh_stars>0 using Newtonsoft.Json; using System.Collections.Generic; namespace LagoVista.IoT.Deployment.Admin.Models.DockerSupport { public class DockerRepo { [JsonProperty("user")] public string User { get; set; } [JsonProperty("name")] public string Name { get; set; } ...
1.153898
c98a52a3cb91b6edd597ddc3c0599b3c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847200
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "damian-krychowski/AutofacDelegatesInjection", "max_stars_repo_path": "source/DelegateInjections/InjectAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:166420" }
starcoder
<filename>source/DelegateInjections/InjectAttribute.cs using System; namespace DelegateInjections { [AttributeUsage(AttributeTargets.Parameter)] public class InjectAttribute : Attribute { } }
1.934244
c6f92aa6ea6669f91a16a4394da586ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847201
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "irohachiyo/com.irohachiyo.variables", "max_stars_repo_path": "Runtime/Local/TransformVariable.cs", "provenance": "train-00027-of-00045.jsonl.gz:166421" }
starcoder
<filename>Runtime/Local/TransformVariable.cs using UnityEngine; public class TransformVariable : Variable<Transform> { }
1.323363
ae64232b56a527bad35fdf6a11aeddbb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847202
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "daltonks/.NET-Core-SignalR-Protobuf", "max_stars_repo_path": "Spillman.SignalR.Protobuf/Util/IDictionaryExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166422" }
starcoder
<filename>Spillman.SignalR.Protobuf/Util/IDictionaryExtensions.cs using System.Collections.Generic; namespace Spillman.SignalR.Protobuf.Util { // ReSharper disable once InconsistentNaming internal static class IDictionaryExtensions { internal static IEnumerable<T> Flatten<T>(this IDictionar...
2.927328
a77622d49b8abfe6746830274d0d2ec2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847203
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gbrixey/coffee-snake", "max_stars_repo_path": "Main.cs", "provenance": "train-00027-of-00045.jsonl.gz:166423" }
starcoder
using UnityEngine; using System.Collections; /// <summary> /// Starts the game by instantiating the /// GameController and other singletons. /// </summary> public class Main : MonoBehaviour { public GameController gameController; public SpriteController spriteController; public BoardController boardContro...
2.448677
1750721ae9dbed71d36d8313eb957b99
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847204
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MattSmithereens/WordData", "max_stars_repo_path": "WorldDataProject/Views/City/FilterBy.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166424" }
starcoder
<filename>WorldDataProject/Views/City/FilterBy.cshtml @{ Layout = "_Layout"; } <div class='container'> <div class='row'> @{ await Html.RenderPartialAsync("_CityForm"); } @foreach (var city in Model) { <div class='panel panel-...
2.238749
bee4810e1358cc6c19083587b292d43c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847205
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "sabenoist/Project-VISION", "max_stars_repo_path": "Assets/ThirdPartyAssets/Firesplash Entertainment/Socket.IO/S.IO-Library/SocketIONativeInstance.cs", "provenance": "train-00027-of-00045.jsonl.gz:166425" }
starcoder
<reponame>sabenoist/Project-VISION using Firesplash.UnityAssets.SocketIO; using Firesplash.UnityAssets.SocketIO.Internal; using Firesplash.UnityAssets.SocketIO.MIT; using Firesplash.UnityAssets.SocketIO.MIT.Packet; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Net.We...
2.003154
84a80880922ac2d476a73334f532569f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847206
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "DominicLGit/KillBanditsRaiseRelations", "max_stars_repo_path": "TestMod/src/KBRRModLibSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:166426" }
starcoder
<gh_stars>1-10 using System.Xml.Serialization; using ModLib.Definitions; using ModLib.Definitions.Attributes; namespace KillBanditsRaiseRelations { public class KBRRModLibSettings : SettingsBase { public override string ModName => "KillBanditsRaiseRelations"; public override string ModuleFolde...
2.381638
15687236ddcd2e75c591b1643bcd6b18
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847207
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kekekekekekekekeke/simulator", "max_stars_repo_path": "indoor navigation environment/Assets/Scripts/ToggleExit.cs", "provenance": "train-00027-of-00045.jsonl.gz:166427" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class ToggleExit : MonoBehaviour { Toggle myToggle; // Start is called before the first frame update void Start() { myToggle = GetComponent<Toggle>(); ...
1.980924
dd6890965c01539cf8b250d27e7c1e10
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847208
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "NakamaNetwork/nakama.legacy", "max_stars_repo_path": "Source/TreasureGuide.Common/Validators/EnoughUnitsAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:166428" }
starcoder
<filename>Source/TreasureGuide.Common/Validators/EnoughUnitsAttribute.cs using System; using System.ComponentModel.DataAnnotations; using System.Linq; using TreasureGuide.Common.Models.TeamModels; namespace TreasureGuide.Common.Validators { /// <summary> /// {0} = Minimum /// </summary> [AttributeUsag...
3.106948
be1f5a5698a5b7c9748c397977d286b1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847209
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SnowmanTackler/SamSeifert.Utilities", "max_stars_repo_path": "SamSeifert.Utilities/Files/Vrml/Nodes/PixelTextureNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:166429" }
starcoder
using SamSeifert.Utilities.Extensions; using SamSeifert.Utilities.Maths; using System; using System.Collections.Generic; namespace SamSeifert.Utilities.Files.Vrml.Nodes { public class PixelTextureNode : Node { public readonly bool RepeatS; public readonly bool RepeatT; public readonly ...
2.552496
fd1738f4902e69579a2700e75764fac0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847210
{ "extension": "c-sharp", "max_stars_count": "123.0", "max_stars_repo_name": "sukney/TenantSite.Server", "max_stars_repo_path": "Src/AlonsoAdmin.Repository/System/Interface/ISysUserRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166430" }
starcoder
<filename>Src/AlonsoAdmin.Repository/System/Interface/ISysUserRepository.cs<gh_stars>100-1000 using AlonsoAdmin.Entities.System; using System.Collections.Generic; using System.Threading.Tasks; namespace AlonsoAdmin.Repository.System.Interface { public interface ISysUserRepository : IRepositoryBase<SysUserEntity> ...
2.043667
3c5d7533abaaaf2e59c1827b5ad1c7d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847211
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Daria-Donina/QuizTest", "max_stars_repo_path": "Assets/Scripts/TextViewer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166431" }
starcoder
<filename>Assets/Scripts/TextViewer.cs<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using DG.Tweening; /// <summary> /// Class displaying and controlling text label. /// </summary> public class TextViewer : MonoBehaviour { [SerializeField] privat...
2.902754
969a0d7c775c0f34e1bb3e630213cc09