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
8839412
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AshtonBro/LessonMonitor", "max_stars_repo_path": "LessonMonitor/LessonMonitor.DataAccess.MSSQL/MemberStatisticConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:158632" }
starcoder
<filename>LessonMonitor/LessonMonitor.DataAccess.MSSQL/MemberStatisticConverter.cs using AutoMapper; using LessonMonitor.Core.CoreModels; using System.Collections.Generic; namespace LessonMonitor.DataAccess.MSSQL { public class MemberStatisticConverter : ITypeConverter<Entities.Member, MemberStatistic[]> { ...
2.659026
fa7f9f11cb7a471d67200683dc3bfa06
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839413
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "sucrose0413/TreeOfAKind", "max_stars_repo_path": "backend/TreeOfAKind.Infrastructure/Processing/QueriesExecutor.cs", "provenance": "train-00027-of-00045.jsonl.gz:158633" }
starcoder
using System.Threading.Tasks; using Autofac; using MediatR; using TreeOfAKind.Application.Configuration.Queries; namespace TreeOfAKind.Infrastructure.Processing { public static class QueriesExecutor { public static async Task<TResult> Execute<TResult>(IQuery<TResult> query) { using...
2.096355
e486b0caabc148c8bf5a489899aeabeb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839414
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ekin1106/OWLib", "max_stars_repo_path": "TankLib/STU/Types/STUAnimBlendTree_PlayAnimCancelCategory.cs", "provenance": "train-00027-of-00045.jsonl.gz:158634" }
starcoder
<reponame>ekin1106/OWLib // Instance generated by TankLibHelper.InstanceBuilder // ReSharper disable All namespace TankLib.STU.Types { [STUAttribute(0x65436ABC, "STUAnimBlendTree_PlayAnimCancelCategory")] public class STUAnimBlendTree_PlayAnimCancelCategory : STUInstance { [STUFieldAttribute(0x2C54AEAF...
0.821391
731f36fe57e6e6bdbcd426ed501d5f83
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839415
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zachvp/ZenMode", "max_stars_repo_path": "UnityProject/Assets/Scripts/Controllers/ZMMainMenuController.cs", "provenance": "train-00027-of-00045.jsonl.gz:158635" }
starcoder
using UnityEngine; using Core; public class ZMMainMenuController : ZMTextMenu { // Events. public static EventHandler LoadGameEvent; // Menu options private const int START_OPTION = 0; private const int HOW_TO_PLAY_OPTION = 1; private const int CREDITS_OPTION = 2; private const int QUIT_OPTION = 3; pro...
2.054758
39568af5d4e6f9616285b22b4b1ae518
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839416
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TreeGecko/Libraries", "max_stars_repo_path": "src/tgCommonLibrary/Objects/TGSerializedProperty.cs", "provenance": "train-00027-of-00045.jsonl.gz:158636" }
starcoder
<filename>src/tgCommonLibrary/Objects/TGSerializedProperty.cs using TreeGecko.Library.Common.Helpers; namespace TreeGecko.Library.Common.Objects { public class TGSerializedProperty { public TGSerializedProperty(string _serialized) { string[] parts = _serialized.Split(":".ToCharArra...
3.054196
511d0f02bbacf62199e24aa4b861a468
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839417
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alandixon/LearnPoems", "max_stars_repo_path": "LearnPoems/LearnPoems/Pages/SavePoemPage.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:158637" }
starcoder
<reponame>alandixon/LearnPoems using LearnPoems.Logging; using System; using Xamarin.Forms; namespace LearnPoems.Pages { public partial class SavePoemPage : ContentPage { private static ILog Log = DependencyService.Get<ILog>(); private static string logTag = "RecentPage"; public SavePoem...
1.787398
67a51a1f9f48137323699a9e8ea4cd03
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839418
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "schifflee/OpenBots.Agent", "max_stars_repo_path": "OpenBots.Service.Client/OpenBotsSvc.cs", "provenance": "train-00027-of-00045.jsonl.gz:158638" }
starcoder
<gh_stars>0 using OpenBots.Service.Client.Server; using OpenBots.Service.Client.Executor; using System; using System.IO; using System.Linq; using System.ServiceProcess; using System.Timers; namespace OpenBots.Service.Client { public partial class OpenBotsSvc : ServiceBase { //Timer _heartbeatTimer = n...
1.849115
999932ab54a5179245e4a50a3e014dab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839419
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "sjefvanleeuwen/morstead", "max_stars_repo_path": "src/citizen-portal/Vs.CitizenPortal.Site/Shared/Components/FormElements/Number.razor.cs", "provenance": "train-00027-of-00045.jsonl.gz:158639" }
starcoder
using System; using System.Globalization; using Vs.CitizenPortal.DataModel.Model.FormElements; using Vs.CitizenPortal.DataModel.Model.FormElements.Interfaces; using Vs.Cms.Core.Controllers.Interfaces; using Vs.Rules.Core.Interfaces; namespace Vs.CitizenPortal.Site.Shared.Components.FormElements { public partial c...
2.571333
33beac568c2831b0c50cb2108e8f3c40
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839420
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "devyeah/LMS", "max_stars_repo_path": "src/DevYeah.LMS/DevYeah.LMS.Models/SystemErrors.cs", "provenance": "train-00027-of-00045.jsonl.gz:158640" }
starcoder
using System; namespace DevYeah.LMS.Models { public partial class SystemErrors : IModel { public Guid Id { get; set; } public string Exception { get; set; } public string CallerMemberName { get; set; } public int CallerLineNumber { get; set; } public string CallerFilePa...
1.723624
6b1e4e403ce09ad81dff65b3a9879cb7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839421
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MattKotsenas/SymbolFilterServer", "max_stars_repo_path": "SymbolFilterServer/SymbolFilterServer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158641" }
starcoder
<reponame>MattKotsenas/SymbolFilterServer using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; namespace SymbolFilterServer { // ReSharper disable once ClassNeverInstantiated.Global -- Instantiated by middleware public class SymbolFilterServer { ...
2.850556
2da8c65d3ba51775334d30a1b0dd473a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839422
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "AbirRazzak/cs451-software-engineering", "max_stars_repo_path": "GamerServer.Test/GameModuleTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:158642" }
starcoder
<filename>GamerServer.Test/GameModuleTest.cs<gh_stars>1-10 using System; using GameServer; using Nancy; using Nancy.Testing; using Shouldly; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace GameServer.Test { [TestClass] public class GameModuleTest { [TestMethod] public void ...
2.613286
7bbde5b1a0c23ff74365eca5fbe77a0c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839423
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Faseway/GameLibrary", "max_stars_repo_path": "GameLibrary/Code/UI/Widgets/Frame.cs", "provenance": "train-00027-of-00045.jsonl.gz:158643" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Faseway.GameLibrary.UI.Widgets { public class Frame : Widget { // Constructor public Frame(WidgetContainer container) : base(container) { } } }
1.702
05652a05b8d7d2ba9032a2157217251f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839424
{ "extension": "c-sharp", "max_stars_count": "227.0", "max_stars_repo_name": "ckalvin-hub/Sheng.Winform.IDE", "max_stars_repo_path": "SourceCode/Source/EnterpriseLibrary/Logging/Src/Logging/Filters/CategoryFilter.cs", "provenance": "train-00027-of-00045.jsonl.gz:158644" }
starcoder
/********************************************* 作者:曹旭升 QQ:279060597 访问博客了解详细介绍及更多内容: http://blog.shengxunwei.com **********************************************/ using System.Collections.Generic; using Microsoft.Practices.EnterpriseLibrary.Common.Configuration; using Microsoft.Practices....
2.326057
b79efade5fba57bcf1c419f9d29e50b2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839425
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "iovigi/apocryph-dao-bot", "max_stars_repo_path": "test/Apocryph.Dao.Bot.Tests/Scenarios/AirdropTentUserScenario.cs", "provenance": "train-00027-of-00045.jsonl.gz:158645" }
starcoder
using System.Threading.Tasks; using Apocryph.Dao.Bot.Message; using Apocryph.Dao.Bot.Tests.Fixtures; using FluentAssertions; using NUnit.Framework; namespace Apocryph.Dao.Bot.Tests.Scenarios { public class AirdropTentUserScenario : UserBootStrappedFixture { [Test, Ignore("resume after fixing token iss...
1.77505
e7e9bf1f7fbe7e9dc86e6e1f351949ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839426
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "wenhulove333/ScutServer", "max_stars_repo_path": "Source/Tools/ContractTools/src/ContractTools.WebApp/AgreementAdd.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:158646" }
starcoder
/**************************************************************************** Copyright (c) 2013-2015 scutgame.com http://www.scutgame.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software ...
1.995565
71f1f36edf045f8ea8962028e239e33b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839427
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "fbredy/biscuit-dotnet", "max_stars_repo_path": "src/Biscuit/Biscuit/Datalog/Expressions/Op.cs", "provenance": "train-00027-of-00045.jsonl.gz:158647" }
starcoder
using Biscuit.Errors; using System.Collections.Generic; using System.Text.RegularExpressions; namespace Biscuit.Datalog.Expressions { public abstract class Op { public abstract bool Evaluate(Stack<ID> stack, Dictionary<ulong, ID> variables); public abstract string Print(Stack<string> stack, S...
2.687572
28baa87aff32748db0a07d5e2567f6b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839428
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "valamistudio/vspoll", "max_stars_repo_path": "src/VSPoll.API/Persistence/Repositories/OptionRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:158648" }
starcoder
using System; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using VSPoll.API.Extensions; using VSPoll.API.Persistence.Contexts; using VSPoll.API.Persistence.Entities; namespace VSPoll.API.Persistence.Repositories { public class OptionRepository : IOptionRepository { ...
2.452076
463a6c8b5fc185af8eca83de3d74e140
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839429
{ "extension": "c-sharp", "max_stars_count": "629.0", "max_stars_repo_name": "Sreejithpin/odata.net", "max_stars_repo_path": "test/FunctionalTests/Taupo/Source/Taupo.Astoria/OData/ODataConventionBasedLinkGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:158649" }
starcoder
<gh_stars>100-1000 //--------------------------------------------------------------------- // <copyright file="ODataConventionBasedLinkGenerator.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information. // </copyright> //...
1.916124
810a7c3c9f0dca1144cfb587765033eb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839430
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pugachAG/univ", "max_stars_repo_path": "WPM/WienerProcessModel/WPMControls/Drawing/VisualHost.cs", "provenance": "train-00027-of-00045.jsonl.gz:158650" }
starcoder
<filename>WPM/WienerProcessModel/WPMControls/Drawing/VisualHost.cs using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows...
2.601675
cf7a0aa5d4ab2260da0c9ad162848ff7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839431
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Agere98/Cells", "max_stars_repo_path": "Assets/Scripts/Generated/GhostSerializerCollection.cs", "provenance": "train-00027-of-00045.jsonl.gz:158651" }
starcoder
using System; using Unity.Collections; using Unity.Entities; using Unity.Networking.Transport; using Unity.NetCode; public struct CellsGhostSerializerCollection : IGhostSerializerCollection { #if UNITY_EDITOR || DEVELOPMENT_BUILD public string[] CreateSerializerNameList() { var arr = new string[] ...
1.896203
7d2e2a021674193d6ee5a57a0cf578e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839432
{ "extension": "c-sharp", "max_stars_count": "121.0", "max_stars_repo_name": "ivanpark777/MailChimp.NET", "max_stars_repo_path": "MailChimp/Reports/BounceMessages.cs", "provenance": "train-00027-of-00045.jsonl.gz:158652" }
starcoder
<filename>MailChimp/Reports/BounceMessages.cs using System.Collections.Generic; using System.Runtime.Serialization; using MailChimp.Lists; namespace MailChimp.Reports { /// <summary> ///optional - various options for controlling returned data /// </summary> [DataContract] public class BounceMessag...
2.685038
249eb02143f52cded813ac1012bc6842
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839433
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "essenbee/Essenbee.Alexa", "max_stars_repo_path": "Essenbee.Alexa.Lib/Interfaces/ISpeech.cs", "provenance": "train-00027-of-00045.jsonl.gz:158653" }
starcoder
<reponame>essenbee/Essenbee.Alexa<gh_stars>1-10 using System; using System.Collections.Generic; using System.Text; namespace Essenbee.Alexa.Lib.Interfaces { public interface ISpeech : IResponseType { } }
1.229077
f802e31a073a2e3680a74b81a331bf44
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839434
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "a10r/GameboyEmulator", "max_stars_repo_path": "GameboyEmulator.Core/Processor/InterruptTrigger.cs", "provenance": "train-00027-of-00045.jsonl.gz:158654" }
starcoder
<filename>GameboyEmulator.Core/Processor/InterruptTrigger.cs using GameboyEmulator.Core.Memory; namespace GameboyEmulator.Core.Processor { public class InterruptTrigger : IInterruptTrigger { private readonly IRegister<bool> _ifBit; public InterruptTrigger(IRegister<bool> ifBit) { ...
2.404207
498fdbf26a48ce0e99fb7b180b37180d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839435
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "osu-Karaoke/osu-Karaoke-legacy", "max_stars_repo_path": "osu.Game.Rulesets.Karaoke/Edit/Drawables/Lyric/Pieces/EditableLyricContainer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158655" }
starcoder
<filename>osu.Game.Rulesets.Karaoke/Edit/Drawables/Lyric/Pieces/EditableLyricContainer.cs // Copyright (c) 2007-2018 ppy Pty Ltd <<EMAIL>>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE using System; using osu.Framework.Input.Events; using osu.Game.Rulesets.Karaoke....
2.255456
f13182fab73be3d9a475b8b0b2a10fc6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839436
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "shoftee/OpenStory", "max_stars_repo_path": "Server/OpenStory.Server/Registry/LocationRegistry.cs", "provenance": "train-00027-of-00045.jsonl.gz:158656" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using OpenStory.Framework.Model.Common; namespace OpenStory.Server.Registry { /// <summary> /// Represents a registry for player locations. /// </summary> internal sealed class LocationRegistry : ILocationRegistry {...
2.671108
c1454d2c1721111434f670eccdb7d98c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839437
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BoMil/onlineShop", "max_stars_repo_path": "PharmacyApp/Models/PharmacyContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:158657" }
starcoder
<reponame>BoMil/onlineShop using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PharmacyApp.Models { /// <summary> /// The data context class is used for accessing application data through Entity Framework Core /// ...
1.979326
7c027ea05b91511abd2a1a9f8d71f2d3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839438
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "phillip-hopper/BloomDesktop", "max_stars_repo_path": "src/BloomTests/Book/BookDataTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158658" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; using Bloom.Collection; using NUnit.Framework; using Bloom.Book; using Palaso.TestUtilities; using Palaso.UI.WindowsForms.ClearShare; namespace BloomTests.Book { [TestFixture] public sealed class BookDataTests {...
2.414123
e98ced60bb9d1be3ef327d7bb0eca994
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839439
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JungukHom/UnityUtility", "max_stars_repo_path": "Project/UnityUtility/Assets/WebRequestor/Scripts/ResponseCode.cs", "provenance": "train-00027-of-00045.jsonl.gz:158659" }
starcoder
namespace developer0223.WebRequestor { /// <summary> /// Please see details at : https://developer.mozilla.org/ko/docs/Web/HTTP /// </summary> public class ResponseCode { // 200 ~ internal const long OK = 200; internal const long CREATED = 201; internal const long AC...
2.377257
edee7eb23cde68183b939e8113b49f8f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839440
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Speedie007/Intergrator", "max_stars_repo_path": "Integrator.Web/Integrator.Web/Areas/Individuals/Views/_ViewStart.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:158660" }
starcoder
@{ Layout = "_IndividualPortalLayout"; }
0.157275
344f3a0fdf1cfcb61cb84b35ebee95aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839441
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "DunbrackLab/ProtCID", "max_stars_repo_path": "CrystalInterfaceLib/DomainInterfaces/DomainInterfacePairInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:158661" }
starcoder
using System; using CrystalInterfaceLib.Contacts; namespace CrystalInterfaceLib.DomainInterfaces { /// <summary> /// the pair info for two domain-domain interfaces. /// </summary> public class DomainInterfacePairInfo { #region member variables public DomainInterfaceInfo interfaceInfo1 = null; ...
2.400743
e54ef1d089073344689e727af69f286f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839442
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "jeffvella/UnityTimelineConditions", "max_stars_repo_path": "Sample/Assets/ConditionalEventPlayable/ConditionEvaluator.cs", "provenance": "train-00027-of-00045.jsonl.gz:158662" }
starcoder
<filename>Sample/Assets/ConditionalEventPlayable/ConditionEvaluator.cs using System; using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; [Serializable] public class AnimationCondition { public string Parameter; public ConditionMode ConditionMode; public flo...
2.516289
b03e419022f0443b0969f67a9854047e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839443
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MyJetWallet/Service.Liquidity.Engine", "max_stars_repo_path": "test/Service.Liquidity.Engine.Tests/HedgeServiceTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:158663" }
starcoder
using System; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using MyJetWallet.Domain.Orders; using NUnit.Framework; using Service.Liquidity.Engine.Domain.Models.Portfolio; using Service.Liquidity.Engine.Domain.Models.Settings; namespace Service.Liquidity.Engine.Tests { public class Hedg...
1.889004
49945103a02bcb97ab59e504b8015827
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839444
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "POSOCO/wrldc_data_warehouse_csharp", "max_stars_repo_path": "WRLDCWarehouse.ETL/Jobs/JobReadForeignHvdcLines.cs", "provenance": "train-00027-of-00045.jsonl.gz:158664" }
starcoder
using System.Collections.Generic; using System.Threading.Tasks; using WRLDCWarehouse.Data; using WRLDCWarehouse.Core.Entities; using WRLDCWarehouse.ETL.Extracts; using WRLDCWarehouse.ETL.Loads; using WRLDCWarehouse.ETL.Enums; using WRLDCWarehouse.Core.ForiegnEntities; using Microsoft.Extensions.Logging; namespace WRL...
2.145751
0d4568795a787965d92296b82484dd4f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839445
{ "extension": "c-sharp", "max_stars_count": "1338.0", "max_stars_repo_name": "jawn/Neutronium", "max_stars_repo_path": "Tests/Infra/Tests.Infra.HTMLEngineTesterHelper/Window/IWindowTestHTMLEngineEnvironment.cs", "provenance": "train-00027-of-00045.jsonl.gz:158665" }
starcoder
using System; using Tests.Infra.WebBrowserEngineTesterHelper.HtmlContext; namespace Tests.Infra.WebBrowserEngineTesterHelper.Window { public interface IWindowTestHTMLEngineEnvironment : IDisposable { IWPFWindowWrapper GetWindowWrapper(Func<System.Windows.Window> ifactory = null); ITestHtmlP...
1.661327
48329f6ea57e275a0acdcf649b63ffc5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839446
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "sipsorcery/Vp8.Net", "max_stars_repo_path": "test/VP8.Net.UnitTest/yv12config_unittest.cs", "provenance": "train-00027-of-00045.jsonl.gz:158666" }
starcoder
<reponame>sipsorcery/Vp8.Net<gh_stars>1-10 //----------------------------------------------------------------------------- // Filename: yv12config_unittest.cs // // Description: Unit tests for logic in yv12config.cs. // // Author(s): // <NAME> (<EMAIL>) // // History: // 29 Oct 2020 <NAME> Created, Dublin, Ir...
2.097952
dfaff6114f00163bac58efbeba396934
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839447
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "Windr07/WLib", "max_stars_repo_path": "WLib.ArcGis/Display/ColorCreate.cs", "provenance": "train-00027-of-00045.jsonl.gz:158667" }
starcoder
<gh_stars>10-100 /*---------------------------------------------------------------- // auth: Windragon // date: 2019/3/28 16:26:08 // desc: None // mdfy: None //----------------------------------------------------------------*/ using ESRI.ArcGIS.Display; using System.Collections.Generic; namespace WLib.ArcGis.Disp...
2.984169
f36d74fa9ac3e89463dbb5bafb4c7a1a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839448
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MateuszLas421/DHwD_web", "max_stars_repo_path": "DHwD_web/Operations/SolutionsOperations.cs", "provenance": "train-00027-of-00045.jsonl.gz:158668" }
starcoder
using DHwD_web.Data.Interfaces; using Models.ModelsDB; using Models.ModelsMobile; using System; using System.Threading.Tasks; namespace DHwD_web.Operations { public class SolutionsOperations { public async Task<bool> SaveOnServer(IChatsRepo _chatsRepo, ITeamMembersRepo _teamMembersRepo, string text, i...
2.30488
5d7c6185276386ddf4c28c43edc3bb5b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839449
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "dzimchuk/experimental-tools", "max_stars_repo_path": "ExperimentalTools.Vsix/source.extension.cs", "provenance": "train-00027-of-00045.jsonl.gz:158669" }
starcoder
<filename>ExperimentalTools.Vsix/source.extension.cs // ------------------------------------------------------------------------------ // <auto-generated> // This file was generated by VSIX Synchronizer // </auto-generated> // ------------------------------------------------------------------------------ namespace ...
1.961772
6d862d969e8acc4ac1567b48e15843af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839450
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kipters/FreeModBot", "max_stars_repo_path": "src/FreeModBot.Framework/Misc.cs", "provenance": "train-00027-of-00045.jsonl.gz:158670" }
starcoder
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("FreeModBot.Framework.Tests")]
0.691895
7e80074332902486c55c00ab2aaf2927
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839451
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TechnologicalPizza/FileShareSite", "max_stars_repo_path": "Source/FileShareSite/Models/ZipFileEntryModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158671" }
starcoder
 namespace FileShareSite.Models { public class ZipFileEntryModel : FileEntryModel { public long CompressedLength { get; } public ZipFileEntryModel(string name, long length, long compressedLength) : base(name, length) { CompressedLength = compressedLength; } } }...
2.084245
0c78dbcf681d0b17a07c3ea287316c3a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839452
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "aTiKhan/RDO.Net", "max_stars_repo_path": "src/Tools.Vsix.CodeAnalysis/IInitializable.cs", "provenance": "train-00027-of-00045.jsonl.gz:158672" }
starcoder
namespace DevZest.Data.CodeAnalysis { internal interface IInitializable<T> { void Initialize(T owner); } }
1.471942
3c6e514c87885d8d764be475dc9b9d74
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839453
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "hellocrex/BinanceApi", "max_stars_repo_path": "PoissonSoft.BinanceApi/Contracts/Enums/OCOOrderStatus.cs", "provenance": "train-00027-of-00045.jsonl.gz:158673" }
starcoder
using System.Runtime.Serialization; namespace PoissonSoft.BinanceApi.Contracts.Enums { /// <summary> /// OCO Order Status (listOrderStatus) /// </summary> public enum OCOOrderStatus { /// <summary> /// Unknown (erroneous) /// </summary> Unknown, /// <summar...
2.272885
f129bee20d7db51c359bbd9ba09fcb0a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839454
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zhangtings/shop", "max_stars_repo_path": "SHAN.EFBase/SHAN.Web/Areas/wfxshoping/Controllers/BaseController.cs", "provenance": "train-00027-of-00045.jsonl.gz:158674" }
starcoder
using CZ.Application; using DDb.Common; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace CZ.Areas.wfxshoping.Controllers { public class BaseController : Controller { public IUserService _iUserService { get; set; } public ICate...
1.812896
33d486bbe5d10748cf01f1d86f2fcc84
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839455
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SilverMaple/TalkingBuildings", "max_stars_repo_path": "Assets/Scripts/TextItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:158675" }
starcoder
 using UnityEngine; using System.Collections; using UnityEngine.UI; public class TextItem : MonoBehaviour { /// <summary> /// text控件显示文字 /// </summary> public string text = ""; /// <summary> /// 当前脚本所在的text控件 /// </summary> private Text currentText; /// <summary> /// 弹幕移动的速度 ...
2.45132
dcbe5a27e8d7e091775a54eeaabcd907
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839456
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "endian02/FamilyTreeWebApp", "max_stars_repo_path": "Areas/FamilyTree/Pages/Geni/Login.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:158676" }
starcoder
@page @model GeniLoginModel @{ ViewData["Title"] = "Geni login"; } <h2>@ViewData["Title"]</h2> <h3>@ViewData["Message"]</h3> <form method="post" enctype="multipart/form-data" asp-for="GeniLogin"> <div class="form-group"> <input type="submit" value="Geni login" /> </div> </form> <p>You will be taken to the n...
2.069255
e1472e45d32b4a96d31422607db1f32a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839457
{ "extension": "c-sharp", "max_stars_count": "76.0", "max_stars_repo_name": "sora-jp/leak", "max_stars_repo_path": "sources/Leak.Tracker.Get/TrackerGetUdpCollection.cs", "provenance": "train-00027-of-00045.jsonl.gz:158677" }
starcoder
<filename>sources/Leak.Tracker.Get/TrackerGetUdpCollection.cs<gh_stars>10-100 using System.Collections.Generic; using System.Linq; using Leak.Common; namespace Leak.Tracker.Get { public class TrackerGetUdpCollection : IEqualityComparer<byte[]> { private readonly Dictionary<byte[], TrackerGetUdpEntry> ...
2.681033
b23a5c285c486e2549c0e6399e43407b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839458
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "disunity-hq/disunity", "max_stars_repo_path": "Disunity.Store/Entities/Factories/IVersionNumberFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:158678" }
starcoder
using System.Threading.Tasks; namespace Disunity.Store.Entities.Factories { public interface IVersionNumberFactory { Task<VersionNumber> FindOrCreateVersionNumber(string versionString); Task<VersionNumber> FindOrCreateVersionNumber(VersionNumber versionNumber); } }
1.823333
11ad51a0ae0637e42c3ddbc971270b3a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839459
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "bjstone82/das-recruit", "max_stars_repo_path": "src/Provider/Provider.Web/ViewModels/Part2/ApplicationProcess/ApplicationProcessEditModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158679" }
starcoder
using Esfa.Recruit.Provider.Web.RouteModel; using Esfa.Recruit.Vacancies.Client.Domain.Entities; namespace Esfa.Recruit.Provider.Web.ViewModels.Part2.ApplicationProcess { public class ApplicationProcessEditModel : VacancyRouteModel { public ApplicationMethod? ApplicationMethod { get; set; } pu...
1.347203
e262becf3e0b0786cef0ec71c9d60926
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839460
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jamesathey/libjpeg-turbo", "max_stars_repo_path": "csharp/Library.cs", "provenance": "train-00027-of-00045.jsonl.gz:158680" }
starcoder
/* * Copyright (C)2014-2016 APX Labs, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, * this list of cond...
2.539529
6ac7633d321a63072f559b57ae8a5528
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839461
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ArthuriaDX/SAO", "max_stars_repo_path": "WotoProvider/Enums/ButtonType.cs", "provenance": "train-00027-of-00045.jsonl.gz:158681" }
starcoder
<filename>WotoProvider/Enums/ButtonType.cs  namespace WotoProvider.Enums { /// <summary> /// the button types supported by sao game. /// </summary> public enum ButtonType { /// <summary> /// Type01 of the buttons. /// </summary> Type01 = 01, } }
2.258013
cac036d8baa342531f37b87e201c8b82
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839462
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "adospace/transact-tcp", "max_stars_repo_path": "src/TransactTcp.Tests/AssertEx.cs", "provenance": "train-00027-of-00045.jsonl.gz:158682" }
starcoder
<filename>src/TransactTcp.Tests/AssertEx.cs using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; namespace TransactTcp.Tests { internal static class AssertEx { public static void IsT...
2.511985
b31fca5026a067791cb47e80f63c292c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839463
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RadostinGerdzhikov/MentormateTaskGreenVsRed", "max_stars_repo_path": "GameGreenVsRed/Duplicator.cs", "provenance": "train-00027-of-00045.jsonl.gz:158683" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace GameGreenVsRed { public interface Duplicator { //Duplicate a Playing Field to another one char[,] duplicate(char[,] playingField, int row, int col); } }
2.323884
bd8d90ddf446faecc7768551eba45c1a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839464
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "h10ne/uVK", "max_stars_repo_path": "uVK/PassBox/InputBoxWindow.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:158684" }
starcoder
using System.IO; using System.Windows; using System.Windows.Input; namespace uVK.PassBox { /// <summary> /// Логика взаимодействия для InputBoxWindow.xaml /// </summary> public partial class InputBoxWindow { public InputBoxWindow() { InitializeComponent(); } ...
2.356626
4a058655e58170a5d4be74c17923ef20
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839465
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "radgie/TOC-Manager", "max_stars_repo_path": "TOCManager.WebApi/Controllers/ProjectsController.cs", "provenance": "train-00027-of-00045.jsonl.gz:158685" }
starcoder
<filename>TOCManager.WebApi/Controllers/ProjectsController.cs using AutoMapper; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using TOCManager.DataLayer.Infrastructure; using TOCManager.DataLayer.Repositories; using TOCManager.Entitie...
2.120258
58e0f2df3c92ab3be54925e055cdb185
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839466
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "ChurchOfMiku/hatsune-miku-compatibility-system", "max_stars_repo_path": "code/GMod/Entities/GmodWeapon.cs", "provenance": "train-00027-of-00045.jsonl.gz:158686" }
starcoder
<gh_stars>10-100 using Sandbox; using Sandbox.UI; using Sandbox.UI.Construct; using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Threading.Tasks; using Miku.GMod.Assets; using Miku.Lua; using Miku.Lua.Objects; namespace Miku.GMod.Entities { // Not sure if we actual...
1.969425
43c096b68065dfe79bfe59a0c28d91c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839467
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AkshitAggarwal/FASTER", "max_stars_repo_path": "cs/src/core/Index/FASTER/FASTER.cs", "provenance": "train-00027-of-00045.jsonl.gz:158687" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #pragma warning disable 0162 using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.CompilerServices; using System.Threading;...
2.061799
75b507fcebcf3920d22f064dde162327
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839468
{ "extension": "c-sharp", "max_stars_count": "31.0", "max_stars_repo_name": "ethanmoffat/EndlessClient", "max_stars_repo_path": "EOLib/Net/PacketBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:158688" }
starcoder
using System.Collections.Generic; using System.Linq; using System.Text; using EOLib.IO.Services; namespace EOLib.Net { public class PacketBuilder : IPacketBuilder { private const byte BREAK_STR_MAXVAL = 121; private readonly IReadOnlyList<byte> _data; private readonly INumberEncoderSe...
2.77498
27aa98170504779e68d9b89a4fc7f886
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839469
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mrsalmon1976/DbScriptDeploy", "max_stars_repo_path": "source/Test.DbScriptDeploy.BLL/Commands/ScriptCreateCommandTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:158689" }
starcoder
<gh_stars>0 using NSubstitute; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Data; using DbScriptDeploy.BLL.Commands; using DbScriptDeploy.BLL.Data; using DbScriptDeploy.BLL.Validators; using DbSc...
2.097146
e24f8b0e48a6563396ecf6bceabbe9f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839470
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DimitarGaydardzhiev/TelerikAcademy", "max_stars_repo_path": "03. OOP/03. Extension-Methods-Delegates-Lambda-LINQ/16.LongestString/MainProgram.cs", "provenance": "train-00027-of-00045.jsonl.gz:158690" }
starcoder
/* Problem 17. Longest string • Write a program to return the string with maximum length from an array of strings. • Use LINQ. */ namespace LongestString { using System; using System.Linq; class MainProgram { static void Main() { string[] elements = new string[5] ...
4.048454
b05192e7d896dd8bdcd973729a25339b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839471
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ya-erm/dotnet-package-cache-gen", "max_stars_repo_path": "src/CsprojGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:158691" }
starcoder
<filename>src/CsprojGenerator.cs using System.IO; using System.Text; using System.Xml; using System.Xml.Linq; namespace ITGlobal.DotNetPackageCacheGenerator { public static class CsprojGenerator { public static void Generate(PackageReferenceModel model, TextWriter writer) { var xml ...
2.737629
da4fae9f214160485b8cbdc0155d58d3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839472
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "foz1284/docs.particular.net", "max_stars_repo_path": "samples/scheduling/scheduler/Core_5/Sample/ScheduleStarter.cs", "provenance": "train-00027-of-00045.jsonl.gz:158692" }
starcoder
<gh_stars>0 using System; using NServiceBus; using NServiceBus.Logging; #region Schedule public class ScheduleStarter : IWantToRunWhenBusStartsAndStops { static ILog log = LogManager.GetLogger<ScheduleStarter>(); IBus bus; Schedule schedule; public ScheduleStarter(Schedule schedul...
2.098647
80092e52dfc475efbc467202059f1d86
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839473
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lubobul/Unity3DFpsPOC", "max_stars_repo_path": "Assets/World/Scripts/DetonateOnHit.cs", "provenance": "train-00027-of-00045.jsonl.gz:158693" }
starcoder
<filename>Assets/World/Scripts/DetonateOnHit.cs using UnityEngine; using System.Collections; public class DetonateOnHit : MonoBehaviour { public float damage = 15f; public float explosion_radius = 2f; private Target target; private UpdateScore score; public GameObject explosion; void Start () { s...
2.389768
72e3c71153e0f44a369b90f93c3b9986
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839474
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "cchadj01/CodingConnected.Traci", "max_stars_repo_path": "CodingConnected.TraCI.NET/Types/LonLatPosition.cs", "provenance": "train-00027-of-00045.jsonl.gz:158694" }
starcoder
namespace CodingConnected.TraCI.NET.Types { public class LonLatPosition : ComposedTypeBase { public double Longitude { get; set; } public double Latitude { get; set; } } }
1.607171
2ddcec5698706ca2def6550f8ce48990
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839475
{ "extension": "c-sharp", "max_stars_count": "91.0", "max_stars_repo_name": "Const-me/Vrmac", "max_stars_repo_path": "Vrmac/Draw/Text/Textures.cs", "provenance": "train-00027-of-00045.jsonl.gz:158695" }
starcoder
<reponame>Const-me/Vrmac using System; namespace Vrmac.Draw.Text { sealed class Textures { public readonly TextureAtlas grayscale, cleartype; public Textures( Context context, iVrmacDraw factory ) { grayscale = new TextureAtlas( context, factory, eTextureAtlasFormat.R8 ); cleartype = new Tex...
2.099277
1610461623cbd0b0429a834172ae9883
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839476
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dilowagner/dsc-medieval-vr-game", "max_stars_repo_path": "Assets/Scripts/Arrow.cs", "provenance": "train-00027-of-00045.jsonl.gz:158696" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Assets.Scripts { [RequireComponent(typeof(AudioSource))] public class Arrow : MonoBehaviour { private AudioSource _audioSource; public AudioClip ImpactArrow; // Use this for initialization public void Start() { _...
2.403448
77ad40c4ca9beb7d405170dd5d7eb09a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839477
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uon-coehm/IQCare", "max_stars_repo_path": "SourceBase/DataAccess/Application.Common/CLogger.cs", "provenance": "train-00027-of-00045.jsonl.gz:158697" }
starcoder
<gh_stars>0 using System; using System.Linq; using log4net; using log4net.Config; using log4net.Appender; using System.IO; namespace Application.Common { public static class CLogger { #region Members private static readonly ILog logger = LogManager.GetLogger(typeof(CLogger)); #endregi...
2.615816
e4210ee2fa7fcf9b683f2a74f75398a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839478
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "endjin/Endjin.Stacker", "max_stars_repo_path": "Solutions/Stacker.Cli/Commands/WordPressCommandFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:158698" }
starcoder
<gh_stars>1-10 // <copyright file="WordPressCommandFactory.cs" company="Endjin Limited"> // Copyright (c) Endjin Limited. All rights reserved. // </copyright> namespace Stacker.Cli.Commands { using System.CommandLine; using Stacker.Cli.Contracts.Commands; public class WordPressCommandFactory : ICommandFa...
1.906726
579c90ec39dfb5fd7ea299866afa2f64
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839479
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JankiRD/webhealth", "max_stars_repo_path": "Surrogacy/Data/BaseData.cs", "provenance": "train-00027-of-00045.jsonl.gz:158699" }
starcoder
using System; using System.Collections.Generic; using System.Configuration; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Surrogacy.Data { public class BaseData { protected SqlConnection sqlConnection = null; protected S...
2.212793
affab4c0bf25135386ab1d985e94c8b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839480
{ "extension": "c-sharp", "max_stars_count": "70.0", "max_stars_repo_name": "YakaryBovine/War3Net", "max_stars_repo_path": "src/War3Net.Build.Core/Object/ObjectDataFormatVersion.cs", "provenance": "train-00027-of-00045.jsonl.gz:158700" }
starcoder
<filename>src/War3Net.Build.Core/Object/ObjectDataFormatVersion.cs // ------------------------------------------------------------------------------ // <copyright file="ObjectDataFormatVersion.cs" company="Drake53"> // Licensed under the MIT license. // See the LICENSE file in the project root for more information. //...
1.747887
b3337384b3d8f1189930b71d7f11bac3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839481
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "eros1453/BtcTurk.Net", "max_stars_repo_path": "BtcTurk.Net/Objects/BtcTurkSymbol.cs", "provenance": "train-00027-of-00045.jsonl.gz:158701" }
starcoder
using BtcTurk.Net.Converters; using CryptoExchange.Net.Attributes; using CryptoExchange.Net.Converters; using Newtonsoft.Json; using System; namespace BtcTurk.Net.Objects { public class BtcTurkSymbol { [JsonProperty("id")] public int Id { get; set; } [JsonProperty("name")] publ...
2.009737
2f0420aad8db0b08b0d5d8580c139ae9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839482
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chengyimingvb/CYMUni", "max_stars_repo_path": "Plugins/_CYM/AStar2D/WeightPainter2D.cs", "provenance": "train-00027-of-00045.jsonl.gz:158702" }
starcoder
<reponame>chengyimingvb/CYMUni<gh_stars>1-10 //------------------------------------------------------------------------------ // BaseWeightPainter2D.cs // Copyright 2020 2020/1/17 // Created by CYM on 2020/1/17 // Owner: CYM // 填写类的描述... //------------------------------------------------------------------------------ ...
2.622746
16b91317f0e66f23185a0764a8e72ace
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839483
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ranta-demo/Ranta.UserConfigDemo", "max_stars_repo_path": "UserConfig.Collection/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:158703" }
starcoder
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text; namespace UserConfig.Collection { class Program { static void Main(string[] args) { Students student = (Students)ConfigurationManager.GetSection("students"); ...
2.30559
9e96c6fb545dfccd325e4099e8abb405
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839484
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "Magiczne/JD-XI-Editori", "max_stars_repo_path": "JD-XI Editor/ViewModels/Drums/DrumKitTabViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158704" }
starcoder
<filename>JD-XI Editor/ViewModels/Drums/DrumKitTabViewModel.cs using System; using Caliburn.Micro; using JD_XI_Editor.Exceptions; using JD_XI_Editor.Managers; using JD_XI_Editor.Managers.Abstract; using JD_XI_Editor.Managers.Events; using JD_XI_Editor.Models.Enums.DrumKit; using JD_XI_Editor.Models.Patches.DrumKit; us...
2.10886
1013b42755a1ddac295d720c808117a9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839485
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "pgallik/projection-handling", "max_stars_repo_path": "src/Be.Vlaanderen.Basisregisters.ProjectionHandling.LastChangedList/Model/LastChangedRecord.cs", "provenance": "train-00027-of-00045.jsonl.gz:158705" }
starcoder
namespace Be.Vlaanderen.Basisregisters.ProjectionHandling.LastChangedList.Model { using System; public class LastChangedRecord { public string Id { get; set; } public string? CacheKey { get; set; } public string? Uri { get; set; } public string? AcceptType { get; set; } ...
1.548672
8d425c97cbb0afb10de054c67702e96c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839486
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "maxali/PnP-Sites-Core", "max_stars_repo_path": "Core/OfficeDevPnP.Core/Framework/Provisioning/Model/ClientSidePageHeader.cs", "provenance": "train-00027-of-00045.jsonl.gz:158706" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OfficeDevPnP.Core.Framework.Provisioning.Model { /// <summary> /// Represents the Header of a Client Side page /// </summary> public partial class ClientSidePage...
2.540187
b413bc467766542d7ea9ad499711fb24
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839487
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sameerjain01/AutoMapperExample", "max_stars_repo_path": "AutoMapperExample/ConsumerClass.cs", "provenance": "train-00027-of-00045.jsonl.gz:158707" }
starcoder
<gh_stars>0 using AutoMapper; using AutoMapperExample.AutoMappers; using AutoMapperExample.ComplexDestinations; using AutoMapperExample.ComplexSources; using AutoMapperExample.Profiles; using AutoMapperExample.SimpleDestinations; using AutoMapperExample.Sources; using Newtonsoft.Json; using System; namespace AutoMap...
2.409688
209db696674e1a8407201e2bb40cbec1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839488
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "APB97/MusicRenameWithMetadata", "max_stars_repo_path": "Rename.Helpers/ISupportsInteractiveMode.cs", "provenance": "train-00027-of-00045.jsonl.gz:158708" }
starcoder
namespace Rename.Helpers { /// <summary> /// Interface for classes supporting interactive mode. /// </summary> public interface ISupportsInteractiveMode { /// <summary> /// Launches Interactive mode for current class. /// </summary> void StartInteractive(); } }
2.312639
325245f67f3989b48770eb313739e759
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839489
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dimaswift/swift-framework", "max_stars_repo_path": "Editor/EditorUtilExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158709" }
starcoder
using System.IO; using System.Text; using SwiftFramework.Core; using SwiftFramework.Core.Editor; using SwiftFramework.Core.SharedData; using UnityEditor; using UnityEditorInternal; using UnityEngine; namespace SwiftFramework.EditorUtils { public static class EditorUtilExtensions { public static void M...
2.203932
7c9a30bcf1f0428119db302e26e7e364
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839490
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dlandi/MemStache", "max_stars_repo_path": "MemStache/Lib.MemStache.WebAPI/Commands/GetKeyCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:158710" }
starcoder
<filename>MemStache/Lib.MemStache.WebAPI/Commands/GetKeyCommand.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using System.Threading.Tasks; using MemStache; using Microsoft.AspNetCore.Builder; using RestSharp...
2.759885
ba428650c4eb6bb611e43f62bebcfb08
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839491
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "octansIt/environmentassessment", "max_stars_repo_path": "EnvironmentAssessment.Wizard/Common/VimApi/H/HostNetworkConfigNetStackSpec.cs", "provenance": "train-00027-of-00045.jsonl.gz:158711" }
starcoder
<reponame>octansIt/environmentassessment namespace EnvironmentAssessment.Common.VimApi { public class HostNetworkConfigNetStackSpec : DynamicData { protected HostNetStackInstance _netStackInstance; protected string _operation; public HostNetStackInstance NetStackInstance { get { return this._netStac...
1.522128
af8ae697c1b09827569086226472f54b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839492
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KorriganClark/Lavender", "max_stars_repo_path": "Lavender/Assets/Scripts/Core/Character/CameraController.cs", "provenance": "train-00027-of-00045.jsonl.gz:158712" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class CameraController : MonoBehaviour { public Transform Target { set { m_target = value; } } [SerializeField] Transform m_target; [SerializeF...
2.368992
b964c03c20aff6843f80374c51a9b361
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839493
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "stonysong/EFCoreExtend", "max_stars_repo_path": "src/EFCoreExtend/Sql/SqlConfig/Policies/Executors/ISqlPolicyExecutor.cs", "provenance": "train-00027-of-00045.jsonl.gz:158713" }
starcoder
<reponame>stonysong/EFCoreExtend using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EFCoreExtend.Sql.SqlConfig.Policies.Executors { /// <summary> /// sql策略执行器 /// </summary> public interface ISqlPolicyExecutor<T> where T : IPolicyExecutorInfoBase...
1.876744
efe0c3877137928a7bf5b5e89d2e99a5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839494
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "z3nth10n/unity-themes", "max_stars_repo_path": "Codebase/Runtime/Supports/Stepper/Stepper.cs", "provenance": "train-00027-of-00045.jsonl.gz:158714" }
starcoder
using System; using System.Collections; using System.Collections.Generic; namespace Zios.Supports.Stepper{ using Zios.Extensions; using Zios.Shortcuts; using Zios.Unity.EditorUI; using Zios.Unity.Proxy; [Serializable] public class Stepper{ public static List<Stepper> instances = new List<Stepper>(); public st...
2.349082
92db784d36168ec97f8cbb6e01d620bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839495
{ "extension": "c-sharp", "max_stars_count": "411.0", "max_stars_repo_name": "YodasMyDad/mvcforum", "max_stars_repo_path": "MVCForum.Website/ViewModels/PrivateMessage/DeletePrivateMessageViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158715" }
starcoder
<filename>MVCForum.Website/ViewModels/PrivateMessage/DeletePrivateMessageViewModel.cs namespace MvcForum.Web.ViewModels.PrivateMessage { using System; public class DeletePrivateMessageViewModel { public Guid Id { get; set; } } }
1.605181
a3793d6513401657e9ccbe6d736ae48a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839496
{ "extension": "c-sharp", "max_stars_count": "206.0", "max_stars_repo_name": "krosk93/IronJS", "max_stars_repo_path": "Src/Tests/UnitTests/IE9/chapter15/_15_1/_15_1_1/_15_1_1_3_Tests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158716" }
starcoder
<gh_stars>100-1000 // <auto-generated /> namespace IronJS.Tests.UnitTests.IE9.chapter15._15_1._15_1_1 { using System; using NUnit.Framework; [TestFixture] public class _15_1_1_3_Tests : IE9TestFixture { public _15_1_1_3_Tests() : base(@"chapter15\15.1\15.1.1\15.1.1.3") { } [Test(De...
1.638019
9dcf7d5ab7a677567d7adb6f62e9430a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839497
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "odalet/Gwi", "max_stars_repo_path": "src/TestApps/GlfwSlikTestApp/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:158717" }
starcoder
<reponame>odalet/Gwi using System; using GLFW; using Silk.NET.Core.Contexts; using Silk.NET.OpenGL; using N = System.Numerics; namespace GlfwSlikTestApp { class Program { static void Main(string[] args) { SilkImpl.Run(); //SilkTuto.Run(); //OpenTKImpl.Run();...
0.975163
c2ca8c188d5339f2f4a5a916ac57a2dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839498
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "milestonesys/mipsdkmobile-samples-dotnet", "max_stars_repo_path": ".NET Framework/PlaybackSample/FormPlayback.cs", "provenance": "train-00027-of-00045.jsonl.gz:158718" }
starcoder
<reponame>milestonesys/mipsdkmobile-samples-dotnet<filename>.NET Framework/PlaybackSample/FormPlayback.cs using System; using System.Drawing; using System.IO; using System.Windows.Forms; using VideoOS.Mobile.Portable.Utilities; using VideoOS.Mobile.Portable.VideoChannel.Binary; using VideoOS.Mobile.Portable.VideoChann...
1.924617
e8814841ffff29a619406e8df0192a13
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839499
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "nix21/multi-caret-booster", "max_stars_repo_path": "src/MultiCaretBooster/Utils/ServiceProviderExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158719" }
starcoder
<filename>src/MultiCaretBooster/Utils/ServiceProviderExtensions.cs using Microsoft.VisualStudio; using Microsoft.VisualStudio.ComponentModelHost; using Microsoft.VisualStudio.Editor; using Microsoft.VisualStudio.Text.Editor; using Microsoft.VisualStudio.TextManager.Interop; using System; using System.Collections...
2.191478
9fce9bb8f9bc8da0d8cd100db6ef709e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839500
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mtgibbs/nHydrate", "max_stars_repo_path": "Samples/Northwind/Acme.Northwind.EFDAL/Entity/Customer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158720" }
starcoder
namespace Acme.Northwind.EFDAL.Entity { partial class Customer { } }
0.985775
3dec438939a0cc750b8dcc72dee5c085
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839501
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dung11112003/EnableSelectionInWeb", "max_stars_repo_path": "enableWebCopy/ViewModels/WebPatching.cs", "provenance": "train-00027-of-00045.jsonl.gz:158721" }
starcoder
using enableWebCopy.ViewModels; using System.Collections.Generic; using System.Xml; using System.Reflection; namespace enableWebCopy { public class WebPatching { private patchingType PatchType = patchingType.ReplaceAllMatches; private List<ReplacePair> ReplacePairs = new List<Replace...
2.541363
bc08292f39e763bd1854492bc053b6cb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839502
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "rapideinternet/finrust.api", "max_stars_repo_path": "Src/Persistence/Migrations/20201130103422_InitialMigration.cs", "provenance": "train-00027-of-00045.jsonl.gz:158722" }
starcoder
using Microsoft.EntityFrameworkCore.Migrations; namespace FinRust.Persistence.Migrations { public partial class InitialMigration : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "Customers", ...
2.180283
5a2e9c47ddbfab94212cd3f7e3e6b502
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839503
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "warning-explosive/Core", "max_stars_repo_path": "Tests/Roslyn.Test/MetadataReferenceProviders/DotNetSdkMetadataReferenceProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:158723" }
starcoder
namespace SpaceEngineers.Core.Roslyn.Test.MetadataReferenceProviders { using System.Collections.Generic; using Abstractions; using AutoRegistration.Api.Attributes; using AutoRegistration.Api.Enumerations; using Basics; using Extensions; using Microsoft.CodeAnalysis; /// <inheritdoc /> ...
1.826032
6c590844b7972486d2c7a2b7e7933945
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839504
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "markusschuh/devon4net", "max_stars_repo_path": "Templates/Devon4NetAPI/Devon4Net.WebAPI.Implementation/Business/TodoManagement/Service/ITodoService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158724" }
starcoder
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Threading.Tasks; using Devon4Net.WebAPI.Implementation.Business.TodoManagement.Dto; using Devon4Net.WebAPI.Implementation.Domain.Entities; namespace Devon4Net.WebAPI.Implementation.Business.TodoManagement.Service { public ...
2.003503
e470f25b796b527be83770cde2e02c63
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839505
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Particular/BugsRepro", "max_stars_repo_path": "1941OverWrittenSubscription/Subscriber/Verifier.cs", "provenance": "train-00027-of-00045.jsonl.gz:158725" }
starcoder
<reponame>Particular/BugsRepro using System; using System.Collections.Generic; using System.Threading; using NServiceBus; namespace Subscriber { public class Verifier : IWantToRunWhenBusStartsAndStops { Timer timer; public IBus Bus { get; set; } void AssertExpectations()...
2.43185
d22c091cc727ce170d2de62e33f0bb9e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839506
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aethercowboy/advent", "max_stars_repo_path": "advent/Models/2021/ThermalVentField.cs", "provenance": "train-00027-of-00045.jsonl.gz:158726" }
starcoder
<reponame>aethercowboy/advent using advent.Extensions; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace advent.Models._2021 { internal class ThermalVentField { private readonly IList<ThermalVent> _vents; private readonly IDictionary<(int, int), in...
3.118438
90f05653ca84c7917daf45bcc0dc60eb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839507
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mino-lang/TokensBuilder.NET", "max_stars_repo_path": "TokensBuilder/Errors/DirectiveError.cs", "provenance": "train-00027-of-00045.jsonl.gz:158727" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; namespace TokensBuilder.Errors { public class DirectiveError : TokensError { public DirectiveError(uint _line, string _message) : base(_line, _message) { } } }
1.501774
2753bd379ff2fed16fda520fc129e142
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839508
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "themagicstrings/twooter", "max_stars_repo_path": "minitwit/Shared/SimulationMessageCreateDTO.cs", "provenance": "train-00027-of-00045.jsonl.gz:158728" }
starcoder
<gh_stars>1-10 namespace Shared { public class SimulationMessageCreateDTO { public string Content { get; set; } } }
1.301444
d68df7967743c8ab81d10fbe28107a7f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839509
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "timmydo/corert", "max_stars_repo_path": "src/System.Private.CoreLib/src/System/HighPerformanceCounter.Unix.cs", "provenance": "train-00027-of-00045.jsonl.gz:158729" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics; namespace System { internal static class HighPerformanceCounter { public ...
1.834938
7c5f2dd74448915d424ebfdb7266fd93
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839510
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MadMitten/Sky-High", "max_stars_repo_path": "Platformer_Own_M2/Assets/_Scripts/Triggers/NetBehaviour.cs", "provenance": "train-00027-of-00045.jsonl.gz:158730" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class NetBehaviour : MonoBehaviour { private void OnTriggerEnter2D(Collider2D collision) { //Debug.Log("Out of Bounds"); PlayerBehaviour.instance.newPlayer(); GameBehaviour.instance.loseLife(); ...
1.7571
ba951ec17abb9170c59e6f16298ecbde
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839511
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Tauron1990/Project-Manager-Akka", "max_stars_repo_path": "Src/Apps/FrontEnd/ServiceManager/ServiceManager/Client/ViewModels/Models/ModelBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:158731" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Net.Http; using System.Reactive; using System.Threading.Tasks; using Microsoft.AspNetCore.SignalR.Client; using ServiceManager.Client.Components; using ServiceManager.Client.ViewModels.Events; using ServiceManage...
2.294865
92b5395db4ae07510a9054cbf1f4192f