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
8848312
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "PacktPublishing/Automted-UI-Testing-in-C-", "max_stars_repo_path": "UITesting/Framework/UI/Controls/Select.cs", "provenance": "train-00027-of-00045.jsonl.gz:167532" }
starcoder
using System; using OpenQA.Selenium; using OpenQA.Selenium.Support.UI; namespace UITesting.Framework.UI.Controls { public class SelectList : Control { public SelectElement Select { get { return new SelectElement(base.Element); } } public new String Text { get { return base.Text; ...
2.18093
c4b5ec987fcb6ef1d3ef67b40b4ad300
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848313
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "YevgenNabokov/ForgedOnce", "max_stars_repo_path": "ForgedOnce.Environment/Configuration/ConstructableTypeRegistration.cs", "provenance": "train-00027-of-00045.jsonl.gz:167533" }
starcoder
<filename>ForgedOnce.Environment/Configuration/ConstructableTypeRegistration.cs using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Text; namespace ForgedOnce.Environment.Configuration { public class ConstructableTypeRegistration { public const string Type...
2.63756
bab220048ca31ea351c0fb81f7259f29
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848314
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MichalKarol/docker_tutorial", "max_stars_repo_path": "backend/Models/LoadHistory.cs", "provenance": "train-00027-of-00045.jsonl.gz:167534" }
starcoder
<reponame>MichalKarol/docker_tutorial<gh_stars>1-10 using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Runtime.Serialization; namespace backend.Models { public class LoadHistory { [Key] [IgnoreDataMember] public int Id...
1.811903
c34c66af5deb9a70e1579a4524f70649
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848315
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KostyaBaklan/Chess-KGB", "max_stars_repo_path": "Chess/Engine/Models/Moves/AttackBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:167535" }
starcoder
<gh_stars>0 using System; using System.Runtime.CompilerServices; using Engine.Models.Enums; namespace Engine.Models.Moves { public abstract class AttackBase : MoveBase,IComparable<AttackBase> { public Piece Captured; public int See; protected AttackBase() { IsAttac...
2.347927
4494dc54e1ed2161294d5dd0b89de7c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848316
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zjccwboy/NetChannel", "max_stars_repo_path": "TestPacketParser/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:167536" }
starcoder
<filename>TestPacketParser/Program.cs using NetChannel; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TestPacketParser { class Program { static void Main(string[] args) { TestPackParser(); C...
2.946874
4fe3ea407dfa981c0bbe8c2a5448103f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848317
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dbeinder/S5Online", "max_stars_repo_path": "IrcD.Net/Commands/Kill.cs", "provenance": "train-00027-of-00045.jsonl.gz:167537" }
starcoder
/* * The ircd.net project is an IRC deamon implementation for the .NET Plattform * It should run on both .NET and Mono * * Copyright (c) 2009-2010 <NAME> <<EMAIL>> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
2.209199
11391f5956ebac1762e8f941165e8858
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848318
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "gustavopsantos/Runtime-Node-Editor", "max_stars_repo_path": "Assets/Samples/CosNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:167538" }
starcoder
<reponame>gustavopsantos/Runtime-Node-Editor<filename>Assets/Samples/CosNode.cs using UnityEngine; public class CosNode : Node { private void Start() { SetTitle("Cos"); var rad = AddParameterInput<float>((socket) => (float) (socket.Connection ? socket.Connection.Evaluate : default(float)), "Rad...
2.125773
f80fe99c345a5661f3f65ea59b88a261
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848447
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "UI-Apps/Yuki-Theme", "max_stars_repo_path": "Yuki Theme.Core/Controls/CustomPB.cs", "provenance": "train-00027-of-00045.jsonl.gz:167667" }
starcoder
<reponame>UI-Apps/Yuki-Theme<gh_stars>10-100 namespace Yuki_Theme.Core.Controls { public class CustomPB : HTAlt.WinForms.HTProgressBar { } }
0.840224
53759662e440dac8d8a3c5d85be127fd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848448
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gustavocgsoares/easycommerce", "max_stars_repo_path": "src/Presentation.Web/Views/_ViewImports.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:167668" }
starcoder
<gh_stars>0 @using Easy.Commerce.Presentation.Web @using Easy.Commerce.Presentation.Web.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.164487
1f39f99c9e1b07f58c132abcfd42e4b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848449
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OndrejSpanel/quickRoute-gps", "max_stars_repo_path": "QuickRoute.UI/Forms/ColorRangeIntervalEditor.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167669" }
starcoder
namespace QuickRoute.UI.Forms { partial class ColorRangeIntervalEditor { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <para...
1.763738
e5fa64f335fdc4e6291f6cadb1c17036
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848450
{ "extension": "c-sharp", "max_stars_count": "65.0", "max_stars_repo_name": "steveleeCN87/easy.rpc", "max_stars_repo_path": "src/DotEasy.Rpc.Core/ApiGateway/OAuth/Impl/DefaultAuthorizationServerProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:167670" }
starcoder
using System; using System.Collections.Generic; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using DotEasy.Rpc.Core.Cache; using DotEasy.Rpc.Core.Cache.Caching; using DotEasy.Rpc.Core.Cache.Impl; using DotEasy.Rpc.Core.ConfigCenter; using DotEasy.Rpc.Core.Proxy; using DotEasy.Rpc...
1.994153
23c03b579fb2fb56a7555fc58dbe4364
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848451
{ "extension": "c-sharp", "max_stars_count": "41.0", "max_stars_repo_name": "samcarton/Hypermedia", "max_stars_repo_path": "Src/Hypermedia/Configuration/UriTemplateBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:167671" }
starcoder
<filename>Src/Hypermedia/Configuration/UriTemplateBuilder.cs using System; using System.Collections.Generic; using Hypermedia.Metadata; namespace Hypermedia.Configuration { public class UriTemplateBuilder<T> : DelegatingContractBuilder<T> { readonly UriTemplate _uriTemplate; /// <summary> ...
2.86193
ff14d8deea726193e4dd13188db5ac75
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848452
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tomkerkhove/arcus.templates", "max_stars_repo_path": "src/Arcus.Templates.Tests.Integration/Worker/Fixture/OrderCreatedEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:167672" }
starcoder
<reponame>tomkerkhove/arcus.templates<filename>src/Arcus.Templates.Tests.Integration/Worker/Fixture/OrderCreatedEvent.cs using Arcus.EventGrid.Contracts; using Arcus.Messaging.Abstractions; using Newtonsoft.Json; namespace Arcus.Templates.Tests.Integration.Worker.Fixture { public class OrderCreatedEvent : EventG...
1.95242
5ba5efbfefd691f47b05f53f80fcf6c2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848453
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mimietti/Labyball", "max_stars_repo_path": "Labyrint/Assets/Plugins/UnitySocial/Scripts/UnitySocialSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:167673" }
starcoder
using UnityEngine; using System.Collections; public class UnitySocialSettings : ScriptableObject { public string clientId; public bool iosSupportEnabled; public bool IsEnabled { get { #if UNITY_IPHONE return iosSupportEnabled; #else retu...
2.01753
32a43a4d4b8398dd233ad5ba0e5921b2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848454
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "stulzq/NZookeeper", "max_stars_repo_path": "src/NZookeeper/Internal/InternalZkWatchWrapper.cs", "provenance": "train-00027-of-00045.jsonl.gz:167674" }
starcoder
<reponame>stulzq/NZookeeper using System.Threading.Tasks; using NZookeeper.Enums; using org.apache.zookeeper; namespace NZookeeper.Internal { internal class InternalZkWatchWrapper : Watcher { private readonly ZkConnection.WatchHandle _handler; public InternalZkWatchWrapper(ZkConnection.WatchH...
1.874394
6047dbfa03d818bb75db5236d59baa5e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848455
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pcalero/CLC-CarDealership", "max_stars_repo_path": "CarDealershipAPI/CarDealershipAPI/Models/Audit.cs", "provenance": "train-00027-of-00045.jsonl.gz:167675" }
starcoder
<reponame>pcalero/CLC-CarDealership using CarDealershipAPI.Enums; using CarDealershipAPI.Validations; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace CarDealershipAPI.Models { public class Audit { public int ...
1.858021
e2720ff209c403c144d881d591be630e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848456
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "TehPers/Stardew-Valley-Mods", "max_stars_repo_path": "src/TehPers.Core.SourceGen/ConstructFromGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:167676" }
starcoder
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TehPers.Core.SourceGen { [Generator] public class ConstructFromGenerator : ISourceGenerator { ...
2.310643
f33a79c0fa807bd031a1320e67e8237f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848457
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "colinjacobsorckestra/BetterRetail", "max_stars_repo_path": "tests/Orckestra.Composer.Product.Tests/Repositories/CategoryRepository_GetCategoriesPathAsync.cs", "provenance": "train-00027-of-00045.jsonl.gz:167677" }
starcoder
using System; using System.Collections.Generic; using System.Globalization; using System.Threading.Tasks; using FizzWare.NBuilder.Generators; using FluentAssertions; using Moq; using Moq.AutoMock; using NUnit.Framework; using Orckestra.Composer.Parameters; using Orckestra.Composer.Repositories; using Orckestra.Overtur...
2.133496
fd2becfc818b84664e4a3d490c869621
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848458
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mengtest/samurai", "max_stars_repo_path": "samurai/Assets/Scripts/GOAP1/Actions/GOAPActionOrderAttackMelee.cs", "provenance": "train-00027-of-00045.jsonl.gz:167678" }
starcoder
using System.Collections.Generic; using Phenix.Unity.AI; public class GOAPActionOrderAttackMelee : GOAPActionBase { AnimFSMEventAttackMelee _eventAttack; public GOAPActionOrderAttackMelee(GOAPActionType1 actionType, Agent1 agent, List<WorldStateBitData> WSPrecondition, List<WorldStateBitDataActio...
1.793595
ba4627480406f0d4bc58afc1fe876a4e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848459
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "still-scene/t3", "max_stars_repo_path": "Operators/Types/RyojiPattern2.cs", "provenance": "train-00027-of-00045.jsonl.gz:167679" }
starcoder
<gh_stars>10-100 using System; using T3.Core.Operator; using T3.Core.Operator.Attributes; using T3.Core.Operator.Slots; namespace T3.Operators.Types.Id_cb28a67e_80cb_460a_8130_00e3cd85b7c2 { public class RyojiPattern2 : Instance<RyojiPattern2> { [Output(Guid = "c26d8fbe-19b5-475a-bf2e-8dd7c1136c4b")] ...
2.007752
65cbf7ccd2fa5e276db2598ba1931da6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848460
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bg0jr/Maui", "max_stars_repo_path": "src/Trading/Maui.Trading/Model/ISeriesViewPort.cs", "provenance": "train-00027-of-00045.jsonl.gz:167680" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Maui.Trading.Model { public interface ISeriesViewPort<TTime, TValue, TSeries> where TTime : IComparable<TTime>, IEquatable<TTime> where TSeries : ITimedValueSeries<TTime, TValue> ...
1.572615
97e1cb34eec62e15759ec0a046669eb5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848461
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Switcheo/switcheo-neo-token", "max_stars_repo_path": "Switcheo_Token/Switcheo_Token.cs", "provenance": "train-00027-of-00045.jsonl.gz:167681" }
starcoder
using Neo.SmartContract.Framework; using Neo.SmartContract.Framework.Services.Neo; using Neo.SmartContract.Framework.Services.System; using System; using System.ComponentModel; using System.Numerics; namespace Neo.SmartContract { public class Switcheo_Token : Framework.SmartContract { // Events ...
2.265325
2a7ee6f6d851818f5aea171efab86ac5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848462
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ShumWengSang/WorkLifeJamRepo", "max_stars_repo_path": "Assets/Scripts/BeginningofDayManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:167682" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; public class BeginningofDayManager : MonoBehaviour { public UnityEvent OnDayStarted = new UnityEvent(); public DayManager dayManager; public FadeController fadeScreen; public GameObject button; ...
2.285988
d052a1e094223e2d7a7edf46e48099e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848463
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "0x00000FF/Shinhan-Tools", "max_stars_repo_path": "Sources/ShinhanTools/ShinhanToolsLogin.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167683" }
starcoder
<gh_stars>0 namespace ShinhanTools { partial class ShinhanToolsLogin { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </sum...
1.568141
34744fc81c8992d950a8bbb148ff85af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848464
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "azurite-dev/azurite", "max_stars_repo_path": "src/Azurite.Core/ShipName.cs", "provenance": "train-00027-of-00045.jsonl.gz:167684" }
starcoder
<filename>src/Azurite.Core/ShipName.cs<gh_stars>1-10 using System.Linq; namespace Azurite { public class ShipName { public ShipName() { } public ShipName(string en, string jp, string cn, string kr) { EN = en; JP = jp; CN = cn; KR = kr; } ...
3.18845
c36ab72bf773a8962081c86f7eb43f8b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848465
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "EasyAbp/EzGet", "max_stars_repo_path": "src/EasyAbp.EzGet.Domain/EasyAbp/EzGet/NuGet/RegistrationIndexs/NuGetPackageMetadata.cs", "provenance": "train-00027-of-00045.jsonl.gz:167685" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace EasyAbp.EzGet.NuGet.RegistrationIndexs { //See: https://docs.microsoft.com/en-us/nuget/api/registration-base-url-resource#catalog-entry public class NuGetPackageMetadata { public string CatalogUrl { get; } public ...
2.213179
3e584c3082d9eeb89ead0c8957232788
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848466
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "c3rebro/RFiDGear", "max_stars_repo_path": "RFiDGear/Model/MifareClassic/MifareClassicSectorModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:167686" }
starcoder
<reponame>c3rebro/RFiDGear<gh_stars>1-10 using RFiDGear.DataAccessLayer; using System.Collections.ObjectModel; using System.Linq; using System.Xml.Serialization; namespace RFiDGear.Model { /// <summary> /// Description of chipMifareClassicSector. /// </summary> [XmlRootAttribute("MifareClassicSectorNode", IsNulla...
1.728038
353423463ccd0d74f818e003dbcc8616
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848467
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "decarufe/digitalportal", "max_stars_repo_path": "src/Providers/Buzzer/MusicNote.cs", "provenance": "train-00027-of-00045.jsonl.gz:167687" }
starcoder
<gh_stars>1-10 using System; using System.Threading; namespace Bytewizer.TinyCLR.DigitalPortal { public class MusicNote { public Tone Tone { get; set; } public int Duration { get; set; } public MusicNote(Tone tone, int duration) { if (duration < 1 && duration != T...
2.601713
7fbe1be8a96f218d1e7ab30b0869fad8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848468
{ "extension": "c-sharp", "max_stars_count": "1970.0", "max_stars_repo_name": "SystematixIndore/googleVoiceRecorder", "max_stars_repo_path": "CSCore/Tags/ID3/Frames/TextFrame.cs", "provenance": "train-00027-of-00045.jsonl.gz:167688" }
starcoder
using System.Text; namespace CSCore.Tags.ID3.Frames { public class TextFrame : Frame { public virtual string Text { get; protected set; } public TextFrame(FrameHeader header) : base(header) { } protected override void Decode(byte[] content) { ...
2.846591
12dd9463f2e77a3502cb82796b473e42
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848469
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "kephas-software/kephas", "max_stars_repo_path": "src/Kephas.Security.Permissions/Permissions/AttributedModel/IPermissionScopeAnnotation.cs", "provenance": "train-00027-of-00045.jsonl.gz:167689" }
starcoder
<reponame>kephas-software/kephas<filename>src/Kephas.Security.Permissions/Permissions/AttributedModel/IPermissionScopeAnnotation.cs // -------------------------------------------------------------------------------------------------------------------- // <copyright file="IPermissionScopeAnnotation.cs" company="Kephas ...
1.845883
7f936f32db6a5cc70f899d1af0c2642b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848470
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eXtensoft/eXtensoft-core", "max_stars_repo_path": "src/XF.Core.Abstractions/command/models/CommandContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:167690" }
starcoder
<filename>src/XF.Core.Abstractions/command/models/CommandContext.cs using System; namespace XF.CQRS.Abstractions { public class CommandContext<T> : ICommandContext<T> where T : class, new() { public ICommandRequest<T> Request { get; set; } public ICommandResponse<T> Response { get; set; } ...
2.116126
b350f2db38b5ea54102a6d268bf49422
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848471
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RyanNieuwoudt/StarCommander", "max_stars_repo_path": "StarCommander.Application/CommandHandlers/PlayerCommandHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:167691" }
starcoder
<gh_stars>1-10 using System.Threading; using System.Threading.Tasks; using StarCommander.Application.Services; using StarCommander.Domain.Players; namespace StarCommander.Application.CommandHandlers { public class PlayerCommandHandler : IObey<UpdatePlayerName> { readonly IPlayerService playerService; public Pla...
2.380183
d5c2929ed9e17b9cb8d2a861985ac2e6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848472
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "r2d2m/core", "max_stars_repo_path": "Runtime/Styling/Shorthands/MaskShorthand.cs", "provenance": "train-00027-of-00045.jsonl.gz:167692" }
starcoder
<gh_stars>0 using System.Collections.Generic; using ReactUnity.Converters; using ReactUnity.Types; namespace ReactUnity.Styling.Shorthands { public class MaskShorthand : StyleShorthand { public override List<IStyleProperty> ModifiedProperties { get; } = new List<IStyleProperty> { ...
2.278925
b2357ecf7926c8e97586c69b4fd45e44
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848473
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Evodim/EntityStorageServices", "max_stars_repo_path": "EntityTable/EntityTableClient/DefaultInstructionsProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:167693" }
starcoder
<filename>EntityTable/EntityTableClient/DefaultInstructionsProvider.cs using EntityTableService.QueryExpressions.Core; namespace EntityTableService { public class DefaultInstructionsProvider : InstructionsProviderBase, IQueryInstructions { public string And => "And"; public string Not => "Not...
1.875128
4b7c518dc4c231f52bff5d956e412b3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848474
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "linksplatform/Sigil-vNext", "max_stars_repo_path": "SigilTests/Boxing.cs", "provenance": "train-00027-of-00045.jsonl.gz:167694" }
starcoder
using NUnit.Framework; using Sigil; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace SigilTests { [TestFixture] public partial class Boxing { [Test] public void NullableInt() { var e1 = Emit<Func<int?, object>>.N...
2.650874
88c21a41e5123b992f5a83aa427cb134
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848475
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "joelwkall/.NET-Connector", "max_stars_repo_path": "Loop54.NetCoreCodeExamples/Controllers/FacetingController.cs", "provenance": "train-00027-of-00045.jsonl.gz:167695" }
starcoder
using Loop54.Model.Request; using Loop54.Model.Request.Parameters.Facets; using Loop54.Model.Response; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace Loop54.NetCoreCodeExamples.Controllers { public class FacetingController : C...
2.693983
ef46ff5d77704d49f0e51fa1fbd78666
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848476
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "NHS111Online/nhs111-online", "max_stars_repo_path": "NHS111/NHS111.Models/Models/Business/Caching/PathwaysCacheKey.cs", "provenance": "train-00027-of-00045.jsonl.gz:167696" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NHS111.Models.Models.Domain; namespace NHS111.Models.Models.Business.Caching { public class PathwaysCacheKey : CacheKeyBase<IEnumerable<Pathway>> { public PathwaysCacheKey(bool gro...
2.252154
b36d59efe4a712957769a7782104f791
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848477
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "neronotte/Greg.Xrm", "max_stars_repo_path": "src/Greg.Xrm.DataModelWikiEditor/Generator/WikiGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:167697" }
starcoder
using Greg.Xrm.DataModelWikiEditor.Model; using Microsoft.Xrm.Sdk.Metadata; using System; using System.Configuration; using System.IO; using System.Linq; using System.Text; namespace Greg.Xrm.DataModelWikiEditor.Generator { public class WikiGenerator { private readonly FolderGenerator folderGenerator; public W...
2.473274
967085987a593922403475834506e4d9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848478
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "Szpi/RuntimeTestDataCollector", "max_stars_repo_path": "DumpStackToCSharpCode/DumpStackToCSharpCode/ObjectInitializationGeneration/Expression/EnumExpressionGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:167698" }
starcoder
<filename>DumpStackToCSharpCode/DumpStackToCSharpCode/ObjectInitializationGeneration/Expression/EnumExpressionGenerator.cs using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using DumpStackToCSharpCode.ObjectInitializationGeneration.CodeGeneration; namespace DumpStackToCSharpCode.ObjectI...
2.302436
f8a1704094d602d59e5c18d1dff2a730
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848479
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mihasan1/BikeShopApp", "max_stars_repo_path": "FinanceControl/Form1.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167699" }
starcoder
namespace FinanceControl { partial class Auth { /// <summary> /// Обязательная переменная конструктора. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Освободить все используемые ресурсы. /// </summary> ...
2.221272
4a313e0a9b9aa3d7460a98aa8e77f822
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848480
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "lvermeulen/DependencyTracker", "max_stars_repo_path": "src/DependencyTracker.MssqlWriter/Project.cs", "provenance": "train-00027-of-00045.jsonl.gz:167700" }
starcoder
<reponame>lvermeulen/DependencyTracker using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace DependencyTracker.MssqlWriter { [Table("project")] public class Project { [Key] [Column("projectid")] public int Id { get; set; } ...
2.037939
fe46988c1ac04637fc8b85c00fd84b9b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848481
{ "extension": "c-sharp", "max_stars_count": "215.0", "max_stars_repo_name": "agilitix/Obvs.Monitoring", "max_stars_repo_path": "Obvs.Monitoring.ElasticSearch/Configuration/ElasticSearchMonitoringConfig.cs", "provenance": "train-00027-of-00045.jsonl.gz:167701" }
starcoder
<reponame>agilitix/Obvs.Monitoring using System; using System.Collections.Generic; using System.Reactive.Concurrency; using Elasticsearch.Net; using Nest; using Obvs.Configuration; namespace Obvs.Monitoring.ElasticSearch.Configuration { public interface ICanSpecifyElasticSearchMonitoringType<TMessage, TCommand, TE...
1.670707
88f328c8b02d0edea812886f8ee290e6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848482
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alphamax/ObjectBase", "max_stars_repo_path": "ObjectBase/ObjectBase.Core/Instance/EntityInstance.cs", "provenance": "train-00027-of-00045.jsonl.gz:167702" }
starcoder
using ObjectBase.Core.DataModel; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ObjectBase.Core.Instance { public class EntityInstance { public EntityModel Model { get; set; } public List<PropertyInsta...
2.487793
cd0782958bc04c55de9cf4bac5125a9e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848483
{ "extension": "c-sharp", "max_stars_count": "706.0", "max_stars_repo_name": "luyikk/Swifter.MessagePack", "max_stars_repo_path": "Swifter.Test.NUnit/XConvertTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:167703" }
starcoder
<reponame>luyikk/Swifter.MessagePack using NUnit.Framework; using Swifter.Tools; using System; using System.Numerics; using System.Reflection; using System.Text; using static NUnit.Framework.Assert; namespace Swifter.Test { public class XConvertTest { [Test] public void ConvertTest() {...
2.060646
479e7de9f4b2f976458c5833e3d2d113
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848484
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "InstantBusinessNetwork/IBN", "max_stars_repo_path": "Source/Server/WebPortal/Directory/ExceptionsEditor.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:167704" }
starcoder
<reponame>InstantBusinessNetwork/IBN using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Resource...
1.593433
e158d4014180d3d43f12752fb3d234c9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848485
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CodeHex/bugsnag-dotnet", "max_stars_repo_path": "src/Bugsnag/Payload/App/AppStateInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:167705" }
starcoder
<gh_stars>0 namespace Bugsnag.Payload { /// <summary> /// Contains information about the current state of the application /// </summary> internal class AppStateInfo { // TBD } }
1.125454
82578382eca9a1bdb454a05b5a0dc2ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848486
{ "extension": "c-sharp", "max_stars_count": "125.0", "max_stars_repo_name": "Duion/Uebergame", "max_stars_repo_path": "scripts/server/specials/vehiclePack.cs", "provenance": "train-00027-of-00045.jsonl.gz:167706" }
starcoder
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 without restrictio...
1.434765
4228b25bffec6679d4cf442080529222
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848487
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wangchaoqun1997/ShadowSDK3.0.0Platform", "max_stars_repo_path": "Assets/ShadowCreator/ShadowKit/Scripts/UI/UIButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:167707" }
starcoder
<reponame>wangchaoqun1997/ShadowSDK3.0.0Platform<filename>Assets/ShadowCreator/ShadowKit/Scripts/UI/UIButton.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; namespace ShadowKit.UI { [RequireComponent(typeof(BoxCollider))] [Add...
1.341038
4e4cf49b361f6bf2b68c97a9dcdde330
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848488
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "logicseed/SDL2_dotnet", "max_stars_repo_path": "src/SDL2_dotnet/NativeMethods/Window.Native.cs", "provenance": "train-00027-of-00045.jsonl.gz:167708" }
starcoder
// SPDX-License-Identifier: MIT using System; using System.Runtime.InteropServices; namespace SDL { public partial class Window { [DllImport( NATIVE_CONSTANTS.LIBRARY_PATH_SDL2, CallingConvention = NATIVE_CONSTANTS.CALLING_CONVENTION, CharSet = NATIVE_CONSTANTS.CHA...
2.090627
fee8fa23328907dc6f93d819b7161cc7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848489
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "connectedhealthcities/consent", "max_stars_repo_path": "src/CHC.Consent/CHC.Consent.DataTool/Features/ImportData/ImportCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:167709" }
starcoder
using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; using JetBrains.Annotations; using McMaster.Extensions.CommandLineUtils; namespace CHC.Consent.DataTool.Features.ImportData { [Command("import")] class ImportCommand { private readonly XmlImporter xmlImporter; [Requ...
2.36047
099dc1715550c608ca26f87a3cad0bc3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848490
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/das-assessor-apply", "max_stars_repo_path": "src/SFA.DAS.ApplyService.Domain/Entities/RefreshTrusteesResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:167710" }
starcoder
namespace SFA.DAS.ApplyService.Domain.Entities { public class RefreshTrusteesResult { public bool CharityDetailsNotFound { get; set; } public string CharityNumber { get; set; } } }
1.192873
38df886c3caaabcd5900ba847b80420f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848491
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GeminiLab/GeminiLab.Core2", "max_stars_repo_path": "src/GeminiLab.Core2.Yielder/FiniteYielders/FiniteYielderSkipper.cs", "provenance": "train-00027-of-00045.jsonl.gz:167711" }
starcoder
<reponame>GeminiLab/GeminiLab.Core2 using System; namespace GeminiLab.Core2.Yielder.FiniteYielders { internal class FiniteYielderSkipper<T> : IFiniteYielder<T> { private readonly IFiniteYielder<T> _source; private readonly int _count; private bool _first; public FiniteYielderSkipp...
2.624131
0d773715f8ca538d8837edffc5d8b76a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848492
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "andywater01/MGD_tutorial_Test", "max_stars_repo_path": "Assets/NewScripts/PlayerListing.cs", "provenance": "train-00027-of-00045.jsonl.gz:167712" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using Photon.Pun; using Photon.Realtime; public class PlayerListing : MonoBehaviourPunCallbacks { public Text playerName; private Player player; public void SetPlayerInfo(Player _player) { pla...
1.941825
6d31ed6df026d83f104dada7f4b5cdf9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848493
{ "extension": "c-sharp", "max_stars_count": "13846.0", "max_stars_repo_name": "tomaswesterlund/aspnetcore", "max_stars_repo_path": "src/Razor/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/CodeGenerationIntegrationTest/CodeBlockWithTextElement.cshtml", "provenance": "train-00027-of-00045...
starcoder
<reponame>tomaswesterlund/aspnetcore @{ var a = 1; <text>foo</text> var b = 1; <text>bar @(a+b)</text> }
2.065228
599cc5a6ce1a37faddb2c1e9f4eadada
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848494
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rkhhsan/nlinear", "max_stars_repo_path": "NLinear/SRC/LinearAlgebra/Exceptions/MatrixNotInvertibleException.cs", "provenance": "train-00027-of-00045.jsonl.gz:167714" }
starcoder
<filename>NLinear/SRC/LinearAlgebra/Exceptions/MatrixNotInvertibleException.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace NLinear { #if !SILVERLIGHT [Serializable] #endif public class MatrixNotInvertibleExcept...
2.382998
6761f79debcce4af53d338faec432878
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848495
{ "extension": "c-sharp", "max_stars_count": "117.0", "max_stars_repo_name": "twopointzero/TJAPlayer3", "max_stars_repo_path": "TJAPlayer3/Stages/09.Ending/CStage終了.cs", "provenance": "train-00027-of-00045.jsonl.gz:167715" }
starcoder
<filename>TJAPlayer3/Stages/09.Ending/CStage終了.cs using System.Diagnostics; using FDK; namespace TJAPlayer3 { internal class CStage終了 : CStage { // コンストラクタ public CStage終了() { base.eステージID = CStage.Eステージ.終了; base.eフェーズID = CStage.Eフェーズ.共通_通常状態; base.b活性化してない = true; } // CStage 実装 public ov...
1.866369
52c785c68831239962692bd4e96e6b71
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848496
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "AdemCatamak/MessageStorage", "max_stars_repo_path": "Src/MessageStorage.SqlServer/Repositories/SqlServerJobRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:167716" }
starcoder
using System; using System.Dynamic; using System.Linq; using System.Threading; using System.Threading.Tasks; using MessageStorage.DataAccessLayer.Repositories; using MessageStorage.PayloadSerializers; using MessageStorage.SqlServer.DbClient; // ReSharper disable RedundantAnonymousTypePropertyName namespace MessageSto...
2.337621
38c1fd27f320e6e5f1ba9f0a367fff6b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848497
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "husniaditya/it-inventory", "max_stars_repo_path": "Master/FrmMasterHJL1.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167717" }
starcoder
<filename>Master/FrmMasterHJL1.Designer.cs namespace CAS.Master { partial class FrmMasterHJL1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being...
1.636413
a5c4cf8b9f56078411ad3de8adefb482
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848498
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "sintefneodroid/AAV", "max_stars_repo_path": "Assets/AAV/CarChase/Scripts/Input/MobileInput.cs", "provenance": "train-00027-of-00045.jsonl.gz:167718" }
starcoder
<reponame>sintefneodroid/AAV using System; using UnityEngine; namespace AAV.CarChase.Scripts.Input { [DisallowMultipleComponent] [AddComponentMenu("RVP/Input/Mobile Input Setter", 1)] //Class for setting mobile input public class MobileInput : MonoBehaviour { //Orientation the screen is locked at pub...
2.100488
233fbd2d50c6be799cf879a36ee3ed34
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848499
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "boop5/EzSurvey", "max_stars_repo_path": "src/EzSurvey.Core.Shared/DependencyInjection.cs", "provenance": "train-00027-of-00045.jsonl.gz:167719" }
starcoder
using EzSurvey.Core.Shared.Messages; using Microsoft.Extensions.DependencyInjection; namespace EzSurvey.Core.Shared { public static class DependencyInjection { public static void AddSharedLayer(this IServiceCollection services) { services.AddSingleton<IMessageBus, MessageBus>(); ...
1.57111
8c6db115fa6dfb1a28d4150be88e9cda
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848500
{ "extension": "c-sharp", "max_stars_count": "263.0", "max_stars_repo_name": "gordonjohnpatrick/XobotOS", "max_stars_repo_path": "android/naked-stubs/org/bouncycastle/asn1/ASN1Null.cs", "provenance": "train-00027-of-00045.jsonl.gz:167720" }
starcoder
<filename>android/naked-stubs/org/bouncycastle/asn1/ASN1Null.cs using Sharpen; namespace org.bouncycastle.asn1 { [Sharpen.NakedStub] public abstract class ASN1Null { } }
1.466345
5d574c03d757b2cc701f062553c7a937
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848501
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fortsoft-eu/LaunchAsRegistry", "max_stars_repo_path": "LaunchAsRegistry/MainForm.cs", "provenance": "train-00027-of-00045.jsonl.gz:167721" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Windows.Forms; namespace LaunchAsRegistry { public partial class MainForm : Form { private int textBoxClicks; private Timer textBoxCli...
2.220849
45c5289900c52c340d467c1be55c8241
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848502
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarevoVision/PlymotionAR", "max_stars_repo_path": "Assets/Scripts/Permissions.cs", "provenance": "train-00027-of-00045.jsonl.gz:167722" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; using GoogleARCore; using UnityEngine.SceneManagement; using UnityEngine.iOS; using GoogleARCore.CrossPlatform; using UnityEngine.XR.iOS; using System.IO; public class Permissions : MonoBehaviour { public string sc...
1.53957
87c2f6bc10b9b75db7c2314dc5fb5d17
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848503
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jaygumji/EnigmaDb", "max_stars_repo_path": "Enigma/Reflection/Emit/CallConstructorILCode.cs", "provenance": "train-00027-of-00045.jsonl.gz:167723" }
starcoder
<reponame>jaygumji/EnigmaDb using System.Linq; using System.Reflection; using System.Reflection.Emit; namespace Enigma.Reflection.Emit { public class CallConstructorILCode : IILCode { private readonly ILCodeParameter[] _parameters; private readonly ConstructorInfo _constructor; public ...
2.079394
15d0e0403c3d6fd59216639006c74bd0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848504
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zlzforever/SecurityTokenService", "max_stars_repo_path": "src/SecurityTokenService/Errors.cs", "provenance": "train-00027-of-00045.jsonl.gz:167724" }
starcoder
namespace SecurityTokenService { public static class Errors { public const int IdentityTwoFactorIsNotSupported = 4001; public const int IdentityUserIsNotAllowed = 4002; public const int IdentityUserIsLockedOut = 4003; public const int IdentityInvalidCredentials = 4004; pu...
1.515204
2e5c07c2040a4124025a7745572676fd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848505
{ "extension": "c-sharp", "max_stars_count": "5166.0", "max_stars_repo_name": "cfuerst/aws-doc-sdk-examples", "max_stars_repo_path": "dotnetv3/S3/UploadObjectExample/UploadObjectTest/UploadObjectTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:167725" }
starcoder
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache - 2.0 using Amazon.S3; using Amazon.S3.Model; using Moq; using System; using System.Net; using System.Threading; using System.Threading.Tasks; using Xunit; namespace UploadObjectTest { public class UploadObj...
2.539584
97082b77f23861a161e8294d3470a014
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848506
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WebPx/WebPx.Presentation", "max_stars_repo_path": "src/WebPx.Presentation/Presentation/IPagedGridView.cs", "provenance": "train-00027-of-00045.jsonl.gz:167726" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WebPx.Data; namespace WebPx.Presentation { public interface IPagedGridView<T> : IView<T> { event DataPageEventHandler LoadItems; DataPagedItems<T> Items { get; set; } ...
2.114851
670ca2f64cf9c7fe3f3ba1595b249f35
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848507
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "matheus-camara/amazingShop", "max_stars_repo_path": "src/amazingShop.Domain/Entities/Product.cs", "provenance": "train-00027-of-00045.jsonl.gz:167727" }
starcoder
namespace amazingShop.Domain.Entities { public sealed class Product : EntityBase { private Product() : base(default!) { Name = Description = ImageUrl = default!; AddedBy = default!; Price = default!; } public Product(long id, User addedBy) : b...
2.821109
313b2c05e709edf1d04f95be2a6584f2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848508
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MatthewFrench/ROID-Forum-Software", "max_stars_repo_path": "ROID-Forum-Server/ROID-Forum-Server/GenMsg.cs", "provenance": "train-00027-of-00045.jsonl.gz:167728" }
starcoder
<filename>ROID-Forum-Server/ROID-Forum-Server/GenMsg.cs<gh_stars>0 using System; using System.Collections.Generic; using Newtonsoft.Json; namespace ROIDForumServer { public class GenMsg { public static String Login(bool success) { Dictionary<string, object> m = new Dictionary<string...
2.386905
df5c8b6dbf64ad783fb8bbeb9bf3d5a2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848509
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "jfaquinojr/piranha.core.templates", "max_stars_repo_path": "src/web/mvc/Views/Cms/Archive.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:167729" }
starcoder
<filename>src/web/mvc/Views/Cms/Archive.cshtml @model StandardArchive @{ ViewData["Title"] = !string.IsNullOrEmpty(Model.MetaTitle) ? Model.MetaTitle : Model.Title; var hasImage = Model.PrimaryImage.HasValue; var posts = Model.Archive.Posts.Count; Func<string> BlogLink = () => { return Model.P...
2.650707
e3c29c20cb41890cf4900d0df1cc46f3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848510
{ "extension": "c-sharp", "max_stars_count": "953.0", "max_stars_repo_name": "SeanKilleen/SpecFlow", "max_stars_repo_path": "TechTalk.SpecFlow/Bindings/IStepArgumentTransformationBinding.cs", "provenance": "train-00027-of-00045.jsonl.gz:167730" }
starcoder
using System.Text.RegularExpressions; namespace TechTalk.SpecFlow.Bindings { public interface IStepArgumentTransformationBinding : IBinding { Regex Regex { get; } } }
1.446509
ae66fc31766dc7fd6a4db812651436fd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848511
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "crs170030/StetsonCloyce_Project01", "max_stars_repo_path": "Assets/Scripts/ScoreDisplay.cs", "provenance": "train-00027-of-00045.jsonl.gz:167731" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ScoreDisplay : MonoBehaviour { public Text scoreText; public void ChangeUI(int score) { scoreText.text = "Score : " + score; } }
2.227957
01dcc9856f258096581a57064c1c2a51
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848512
{ "extension": "c-sharp", "max_stars_count": "421.0", "max_stars_repo_name": "hamarb123/dotnet-api-docs", "max_stars_repo_path": "samples/snippets/csharp/VS_Snippets_CFX/wf_activities_project/cs/workflow1.cs", "provenance": "train-00027-of-00045.jsonl.gz:167732" }
starcoder
using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Collections; using System.Drawing; using System.Linq; using System.Workflow.ComponentModel.Compiler; using System.Workflow.ComponentModel.Serialization; using System.Workflow.ComponentModel; using System.Workflow.Compo...
1.187679
ba5a353156f721e1f89c93a375809d62
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848513
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ArielTriana/Wall-E", "max_stars_repo_path": "WallE/MATLAN/Instructions/Language Instructions/Operators/Binary/Div.cs", "provenance": "train-00027-of-00045.jsonl.gz:167733" }
starcoder
<reponame>ArielTriana/Wall-E<gh_stars>1-10 using System; using WallE.Tools; namespace WallE.MATLAN.Instructions { public sealed class Div : BinaryOperator { public override void Operate(IProgrammable robot,params int[] operands) { if ( operands[1] == 0 ) t...
2.703524
0569dd7bdf03223595d55fd5feac1d4f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848514
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "RAcbd/pHelperPlugin", "max_stars_repo_path": "parameters/ParameterType.cs", "provenance": "train-00027-of-00045.jsonl.gz:167734" }
starcoder
<filename>parameters/ParameterType.cs namespace Turbo.plugins.patrick.parameters { public enum ParameterType { Simple, ContextParameter } }
1.278082
fbd56f98b5fdf74a6fb849eb94a006e9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848515
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hoborg91/jail", "max_stars_repo_path": "src/Jail.Tests/InternalClassesTests/ReflectionHelperTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167735" }
starcoder
using System; using Jail.HelpersForTests; using Jail.HelpersForTests.Exceptions; using NUnit.Framework; namespace Jail.Tests.InternalClassesTests { [TestFixture] public class ReflectionHelperTests { private IReflectionHelper _getSut() { return new ReflectionHelper(); } priv...
2.664377
8184355f73dc5d704c47564f5a38d828
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848516
{ "extension": "c-sharp", "max_stars_count": "249.0", "max_stars_repo_name": "rgwood/go2cs", "max_stars_repo_path": "src/go-src-converted/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/field.cs", "provenance": "train-00027-of-00045.jsonl.gz:167736" }
starcoder
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // package ppc64asm -- go2cs converted at 2020 October 09 05:54:54 UTC // import "cmd/vendor/golang.org/x/arch/ppc64/ppc64asm" ==> using ppc64asm = go.cmd.vend...
2.262959
bc418413e3d40199f72434037c6ed7c2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848517
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mauriciogentile/reconfig", "max_stars_repo_path": "src/Web/Infrastructure/ApplicationScopeAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:167737" }
starcoder
using System.Net; using System.Web.Mvc; using System.Web.Routing; using Autofac.Integration.Mvc; using Reconfig.Domain.Model; namespace Reconfig.Web.Infrastructure { public class ApplicationScopeAttribute : ActionFilterAttribute { ApplicationContext _appContext; public override void OnActionE...
2.133821
81670b5058c163536d640d95af18ed46
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848518
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GamesByMoonlight/HeartHome", "max_stars_repo_path": "Assets/Scripts/FireplaceAreaTrigger.cs", "provenance": "train-00027-of-00045.jsonl.gz:167738" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class FireplaceAreaTrigger : MonoBehaviour { public Fireplace TheFireplace; HeartState heart; private void Start() { heart = DontDestroyPlayerOnLoad.playerObject.GetComponentInChildren<HeartStat...
1.615902
7f4cdc57b0e2e4163337522fe2cbabc3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848519
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Bhaskers-Blu-Org2/HNSW.Net", "max_stars_repo_path": "Src/HNSW.Net/DistanceUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:167739" }
starcoder
<reponame>Bhaskers-Blu-Org2/HNSW.Net // <copyright file="DistanceUtils.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // </copyright> namespace HNSW.Net { using System; /// <summary> /// Auxiliary tools for working with distance va...
3.200728
fd5972d9b72a60c3cd1976326803f2b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848520
{ "extension": "c-sharp", "max_stars_count": "46.0", "max_stars_repo_name": "Inzanit/Maple", "max_stars_repo_path": "src/Maple.Domain/Enums/PackIconKind.cs", "provenance": "train-00027-of-00045.jsonl.gz:167740" }
starcoder
<filename>src/Maple.Domain/Enums/PackIconKind.cs namespace Maple.Domain { public enum PackIconKind { None = 0, ApplicationIcon = 1 << 0, } }
1.741918
07c196463b74ba3ef1d5d30ded163398
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848521
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BorislavDimitrov/Car-World", "max_stars_repo_path": "Services/CarWorld.Services/Contracts/IRegionsService.cs", "provenance": "train-00027-of-00045.jsonl.gz:167741" }
starcoder
<reponame>BorislavDimitrov/Car-World<gh_stars>0 namespace CarWorld.Services.Contracts { using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using CarWorld.Web.ViewModels.Administration.Regions; using Microsoft.AspNetCore.Mvc.Rendering; public interface IRegionsS...
1.88376
eb57dbf804eadc10495cf17697692dd4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848522
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BobJay77/Midterm_Mutiplayer_Game_Design_Code", "max_stars_repo_path": "Assets/Scripts/ScoreHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:167742" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class ScoreHandler : MonoBehaviour { public int points = 0; private void Update() { if (points == 10) SceneManager.LoadScene("End"); } private v...
2.298331
6d5684b166de393009b49d7eb60a0558
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848523
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "tacitomv/MapRS", "max_stars_repo_path": "Views/POIs/Edit.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:167743" }
starcoder
@model Mapa.Models.POI @{ ViewData["Title"] = "Edit"; } @section Head { <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.12.4/css/selectize.css" /> } <h2>Editar POI</h2> <hr /> <div class="row"> <div class="col-md-8 col-md-offset-2"> <form asp-action="Edit" enctype="multi...
2.235062
0d44cdecef3e1ae5b2c7fc98b28adadb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848524
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FrancescoChiossi/AdaptiveVR-Cubes", "max_stars_repo_path": "unity/Assets/Scripts/CollisionDone.cs", "provenance": "train-00027-of-00045.jsonl.gz:167744" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class CollisionDone : MonoBehaviour { public bool isCollision = false; }
0.86701
7223429e5974aaf36bb03d00eb9f1f3a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848525
{ "extension": "c-sharp", "max_stars_count": "13846.0", "max_stars_repo_name": "tomaswesterlund/aspnetcore", "max_stars_repo_path": "src/Mvc/Mvc.Abstractions/src/ApiExplorer/ApiRequestFormat.cs", "provenance": "train-00027-of-00045.jsonl.gz:167745" }
starcoder
<filename>src/Mvc/Mvc.Abstractions/src/ApiExplorer/ApiRequestFormat.cs // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc.Formatters; namespace Microsoft.AspNetCore.Mvc.ApiExplorer { /// <summary> ...
2.1589
cb36fa474840af522d6281e3cc17988a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848526
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "KeKl/AvaloniaHelp", "max_stars_repo_path": "Source/AvaloniaHelp/ContentView.cs", "provenance": "train-00027-of-00045.jsonl.gz:167746" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Avalonia.Controls; namespace AvaloniaHelp { public abstract class ContentView<TContent> : IContentView { public ContentView() { } protected Control View {...
2.170923
51ce208e43954c223069fb7dd29f78c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848527
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FredyKcrez/Android", "max_stars_repo_path": "cr11005SQLiteWP8/cr11005SQLiteWP8/ClasesPorTabla/Materia.cs", "provenance": "train-00027-of-00045.jsonl.gz:167747" }
starcoder
<reponame>FredyKcrez/Android  using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace cr11005SQLiteWP8.ClasesPorTabla { class Materia { [SQLite.PrimaryKey] public string CodMateria { get; set; } public string NomMat...
1.791255
73aa6e8a7510f622c7a3ef58ecfca263
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848528
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "AxelMarquez/Ed-Fi-ODS", "max_stars_repo_path": "tests/EdFi.Security.DataAccess.UnitTests/Contexts/SecurityContextFactoryTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167748" }
starcoder
// SPDX-License-Identifier: Apache-2.0 // Licensed to the Ed-Fi Alliance under one or more agreements. // The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0. // See the LICENSE and NOTICES files in the project root for more information. using System; using EdFi.Common.Configuration; us...
1.840087
d854880f10c0334960272e0a86b86919
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848529
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Redth/Maui.UITesting", "max_stars_repo_path": "Microsoft.Maui.Automation.Core/IAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:167749" }
starcoder
<reponame>Redth/Maui.UITesting<filename>Microsoft.Maui.Automation.Core/IAction.cs namespace Microsoft.Maui.Automation { public interface IAction { public Task<IActionResult> Invoke(IElement element); //public void Clear(); //public void SendKeys(string text); //public void Re...
1.868423
b0c9770f48b23621406ad6eadbe9f69a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848530
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "954818696/FPSGame", "max_stars_repo_path": "DawnBreakers/Source/DawnBreakersEditor.Target.cs", "provenance": "train-00027-of-00045.jsonl.gz:167750" }
starcoder
<reponame>954818696/FPSGame<filename>DawnBreakers/Source/DawnBreakersEditor.Target.cs<gh_stars>1-10 // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. using UnrealBuildTool; using System.Collections.Generic; public class DawnBreakersEditorTarget : TargetRules { public DawnBreakersEditorTarget(TargetInfo Ta...
1.518492
072b0b3b6261b265d197f2a8fa1b1741
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848531
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MircoBabin/GitNoob", "max_stars_repo_path": "src/GitNoob.Gui.Program/Action/Remedy/MessageConfirmStartMerge.cs", "provenance": "train-00027-of-00045.jsonl.gz:167751" }
starcoder
<filename>src/GitNoob.Gui.Program/Action/Remedy/MessageConfirmStartMerge.cs using System; using System.Collections.Generic; namespace GitNoob.Gui.Program.Action.Remedy { public class MessageConfirmStartMerge : Remedy { public MessageConfirmStartMerge(Step.Step Step, MessageWithLinks Message, string cu...
2.66406
096e1577b53eb9575ed4734993af02df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848532
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wangzhiqing999/my-csharp-project", "max_stars_repo_path": "MyAccessStatistics.Service/ServiceImpl/DefaultAccessStatisticsService.cs", "provenance": "train-00027-of-00045.jsonl.gz:167752" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MyAccessStatistics.Model; using MyAccessStatistics.DataAccess; using MyAccessStatistics.Service; namespace MyAccessStatistics.ServiceImpl { /// <summary> /// 访问汇总服务. /// </summary>...
2.492103
d436c9259023ef6b531978717849cba3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848533
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Hippopotomonstrosesquippedaliophobia/MechBall", "max_stars_repo_path": "Assets/Scripts/Enemy Logic/Spawning/deployMinion.cs", "provenance": "train-00027-of-00045.jsonl.gz:167753" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class deployMinion : MonoBehaviour { private ObjectPooler objPooler; // Start is called before the first frame update void Start() { objPooler = ObjectPooler.Instance; } private void FixedUpdate() ...
1.646715
870eacb31eeb1c1b9e08cb725b76749c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848534
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LeapingGorillaLTD/secretstore", "max_stars_repo_path": "src/LeapingGorilla.SecretStore.Tests/RsaKeyManagerTests/GenerateDataKeyTests/WhenDataIsRoundTripped.cs", "provenance": "train-00027-of-00045.jsonl.gz:167754" }
starcoder
using System.Security.Cryptography; using LeapingGorilla.SecretStore.Tests.Properties; using LeapingGorilla.Testing.Attributes; using NSubstitute; using NUnit.Framework; namespace LeapingGorilla.SecretStore.Tests.RsaKeyManagerTests.GenerateDataKeyTests { public class WhenDataIsRoundTripped : WhenTestingRsaKeyManager...
2.278032
d6a26dffc38dd40162b795755c76f5f9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848535
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "aixasz/NunitToXunit", "max_stars_repo_path": "src/NUnitToXUnit/Features/TestCaseSourceToMemberData/AddTheoryIfMemberDataPresent.cs", "provenance": "train-00027-of-00045.jsonl.gz:167755" }
starcoder
<reponame>aixasz/NunitToXunit // Copyright (c) 2018 Jetabroad Pty Limited. All Rights Reserved. // Licensed under the MIT license. See the LICENSE.md file in the project root for license information. using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp...
2.425264
4679080a25c75b57bfc21e9f1e7e6df1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848536
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amadorsenai/API-", "max_stars_repo_path": "Gufos -API/Senai.Gufos.WebApi/Senai.Gufos.WebApi/Controllers/AutorhizeAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:167756" }
starcoder
using System; namespace Senai.Gufos.WebApi.Controllers { internal class AutorhizeAttribute : Attribute { public string Roles { get; set; } } }
1.429871
0c8a7bb769bce106a01aa518191f12aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848537
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RoDoRiTos/Archives", "max_stars_repo_path": "Game Selection/Vantan_Final_2017_Mk2/Assets/Scripts/Game Main/Invader(tem)/ResultMgr.cs", "provenance": "train-00027-of-00045.jsonl.gz:167757" }
starcoder
<reponame>RoDoRiTos/Archives<filename>Game Selection/Vantan_Final_2017_Mk2/Assets/Scripts/Game Main/Invader(tem)/ResultMgr.cs<gh_stars>0 using UnityEngine; using UnityEngine.SceneManagement; using System.Collections; public class ResultMgr : MonoBehaviour { // Use this for initialization void Start() { ...
1.626585
ac5875de8375178ba35806c0861db065
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848538
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "TehPers/Stardew-Valley-Mods", "max_stars_repo_path": "src/TehPers.Core.Api/DI/ModServices.cs", "provenance": "train-00027-of-00045.jsonl.gz:167758" }
starcoder
namespace TehPers.Core.Api.DI { /// <summary> /// The global mod services. This contains the mod kernel factory, for example. /// </summary> public static class ModServices { /// <summary> /// Gets the <see cref="IModKernelFactory"/> for creating mod kernels. This value is /...
2.519063
b20a925cb013edb8afc6f250b4eb532a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848539
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "patridge/Gum", "max_stars_repo_path": "Gum/PropertyGridHelpers/Converters/AvailableBaseTypeConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:167759" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using Gum.DataTypes; using Gum.ToolStates; namespace Gum.PropertyGridHelpers.Converters { public class AvailableBaseTypeConverter : TypeConverter { ElementSave elementViewing;...
2.671612
35d67b56194b17bfc009af4fe8e5f54b