added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8137
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "mdekrey/principle-studios-openapi-generators", "max_stars_repo_path": "lib/PrincipleStudios.OpenApiCodegen.Server.Mvc.Test/HandlebarsTemplateProcessShould.cs", "provenance": "train-00000-of-00045.jsonl.gz:8138" }
starcoder
using PrincipleStudios.OpenApi.CSharp; using System; using Xunit; namespace PrincipleStudios.OpenApiCodegen.Server.Mvc.Test { public class HandlebarsTemplateProcessShould { [Fact] public void RegisterAllHandlebarsTemplates() { var handlebars = ControllerHandlebarsTemplatePro...
1.624946
0f42132ae7f461c7fbed86acd851c78d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8138
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "nicabdon/ddpa", "max_stars_repo_path": "src/ddpa-repository/DDPA.SQL.Entities/Base/IEntity.cs", "provenance": "train-00000-of-00045.jsonl.gz:8139" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace DDPA.SQL.Entities { public interface IEntity { //object Id { get; set; } } public interface IEntity<T> : IEntity { //new T Id { get; set; } T Id { get; set; } } public interface IExtended...
1.895764
a217030493624209b59a5919d395b689
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8139
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fossabot/wave_lang", "max_stars_repo_path": "lib/runtime/emit/WaveClass.cs", "provenance": "train-00000-of-00045.jsonl.gz:8140" }
starcoder
namespace wave.emit { using System.Collections.Generic; public class WaveClass { public string Name { get; set; } public string Path { get; set; } public RuntimeToken Token { get; set; } public WaveClass Parent { get; set; } public readonly List<WaveClassField> Fiel...
2.580268
36dbb94a6bca17dbcf1e725fcbd107d5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8140
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cxii112/csharp-bachelor-2", "max_stars_repo_path": "constructors/constructors/L0103.cs", "provenance": "train-00000-of-00045.jsonl.gz:8141" }
starcoder
using System; namespace constructors { /** * Вариант №4 * @author <NAME> ММТ-2-2021 */ internal class L0103 { public static void Main(string[] args) { Task1(); } private static void Task1() { Console.WriteLine("Введите парамет...
3.652833
919b80ae802eb7ddc1c375cb42edf93b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8141
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Sephiroth018/FfxivSalesHelperFunctions", "max_stars_repo_path": "Ffxiv.Tests/UnitTest1.cs", "provenance": "train-00000-of-00045.jsonl.gz:8142" }
starcoder
<filename>Ffxiv.Tests/UnitTest1.cs<gh_stars>0 using System.Threading.Tasks; using Ffxiv.Common; using Ffxiv.Services; using Microsoft.Extensions.Options; using NSubstitute; using NUnit.Framework; namespace Ffxiv.Tests { public class Tests { [SetUp] public void Setup() { } [Test] ...
2.407719
4048bbfd664675b2e071c67f03192bcd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8142
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "JohnDebono/orleans", "max_stars_repo_path": "src/Orleans.EventSourcing/Common/StringEncodedWriteVector.cs", "provenance": "train-00000-of-00045.jsonl.gz:8143" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Orleans.EventSourcing.Common { public static class StringEncodedWriteVector { // BitVector of replicas is implemented as a set of replica strings encoded within a string ...
3.323106
e57dde69ac9e7bacaf3755a216f65f6a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8143
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pochuan0720/OrchardMeso1.10.2", "max_stars_repo_path": "src/Orchard.Web/Modules/Orchard.Schedule/Providers/DateProviders/DateRangeFilterProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:8144" }
starcoder
<filename>src/Orchard.Web/Modules/Orchard.Schedule/Providers/DateProviders/DateRangeFilterProvider.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Orchard.Schedule.Providers { public class DateRangeFilterProvider : FilterProvider { private readonly Dat...
2.806313
1ae205776ee825829f6a71c4b76ceade
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8144
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Erwinvandervalk/SqlStreamStore.Locking", "max_stars_repo_path": "src/SqlStreamStore.Locking/Data/HistoricData.cs", "provenance": "train-00000-of-00045.jsonl.gz:8145" }
starcoder
<filename>src/SqlStreamStore.Locking/Data/HistoricData.cs using System; namespace SqlStreamStore.Locking.Data { public class HistoricData { public HistoricData(int version, string state, LockAction action, DateTime atUtc, string onMachine, string byUser) { Version = ver...
2.803411
e76e0796dc1fbb574d7ef5555465182c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8145
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "swiss-ssi-group/MattrAspNetCoreCompoundProofBBS", "max_stars_repo_path": "src/VerifyEidAndCountyResidence/Controllers/VerifiedEidCountyResidenceData.cs", "provenance": "train-00000-of-00045.jsonl.gz:8146" }
starcoder
<reponame>swiss-ssi-group/MattrAspNetCoreCompoundProofBBS using System.ComponentModel.DataAnnotations; using System.Text.Json.Serialization; namespace VerifyEidAndCountyResidence.Controllers { ///{ /// "presentationType": "QueryByFrame", /// "challengeId": "RhOtpTa8vNh1EId6sJ7AVD3prerMMDSkfWZ...
1.715302
d54bbf53aeb8769e0847d5c3ce538597
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8146
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "pivotal-cf-experimental/garden-windows", "max_stars_repo_path": "Containerizer/Containerizer.Tests/Specs/Controllers/ContainerProcessControllerSpec.cs", "provenance": "train-00000-of-00045.jsonl.gz:8147" }
starcoder
<reponame>pivotal-cf-experimental/garden-windows #region using System; using System.Collections.Generic; using System.Diagnostics; using System.Net; using System.Net.Http; using System.Threading; using System.Web.Http; using System.Web.Http.Results; using Containerizer.Controllers; using Containerizer.Services.Interf...
1.805843
4ead5315d7ca670b8436ded01efc9456
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8147
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eng80search/OmniSharp-Server", "max_stars_repo_path": "OmniSharp.Tests/UnitTesting/ContextInformationTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:8148" }
starcoder
using NUnit.Framework; using Should; namespace OmniSharp.Tests.UnitTesting { [TestFixture] public class TestContextInformationTests { [Test] public void Should_get_method_name_with_cursor_on_method_name() { @" public class TestClass { [Test] public...
2.354815
f1ea73be7965a103c0b2c3a43fb575ba
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8148
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jrnail23/ConfigCentral", "max_stars_repo_path": "test/ConfigCentral.WebApi.Specs/HomeSmokeTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:8149" }
starcoder
using System.Net; using FluentAssertions; using NUnit.Framework; namespace ConfigCentral.WebApi.Specs { public class HomeSmokeTests : ApiAcceptanceTestBase { [Test] public async void ShouldReturnHttp200Ok() { var response = await Server.HttpClient.GetAsync("/"); ...
1.893569
f42883c031528b6ce5218950b06b8c7f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8149
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BigETI/TetriEngine", "max_stars_repo_path": "TetriEngine/Networking/Delegates/Connection/UserSpecialUsedForAllDelegate.cs", "provenance": "train-00000-of-00045.jsonl.gz:8150" }
starcoder
<reponame>BigETI/TetriEngine<gh_stars>1-10 /// <summary> /// TetriEngine networking connection namespace /// </summary> namespace TetriEngine.Networking.Connection { /// <summary> /// User special used for all delegate /// </summary> /// <param name="senderUserID">Sender user ID</param> /// <param ...
1.783935
a4dd99f5be3cdd830e8cdb294108548c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8150
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fgollas/Common.DMN.Engine", "max_stars_repo_path": "net.adamec.lib.common.dmn.engine/parser/dto/DecisionTable.cs", "provenance": "train-00000-of-00045.jsonl.gz:8151" }
starcoder
<reponame>fgollas/Common.DMN.Engine<filename>net.adamec.lib.common.dmn.engine/parser/dto/DecisionTable.cs using System.Collections.Generic; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; namespace net.adamec.lib.common.dmn.engine.parser.dto { /// <summary> /// Decision table defini...
2.456241
3146fd114159415078b9ac519cb2b505
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8151
{ "extension": "c-sharp", "max_stars_count": "55.0", "max_stars_repo_name": "PhilJollans/AnkhSVN", "max_stars_repo_path": "src/Ankh.Diff/Common/Classes/Windows.cs", "provenance": "train-00000-of-00045.jsonl.gz:8152" }
starcoder
// Copyright 2008-2009 The AnkhSVN Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
2.10981
582654854d7e6958303275b82fcc9d2a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8152
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "AlexTrepanier/Uno", "max_stars_repo_path": "src/Uno.UWP/Generated/3.0.0.0/Windows.Data.Xml.Dom/XmlNamedNodeMap.cs", "provenance": "train-00000-of-00045.jsonl.gz:8153" }
starcoder
<reponame>AlexTrepanier/Uno<filename>src/Uno.UWP/Generated/3.0.0.0/Windows.Data.Xml.Dom/XmlNamedNodeMap.cs<gh_stars>1-10 #pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Data.Xml.Dom { #if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__ [gl...
1.926645
e463dd3d17a8837d37ba0525880b0a5b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8153
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Libertus-Lab/Silk.NET", "max_stars_repo_path": "src/Vulkan/Silk.NET.Vulkan/Video/Structs/StdVideoEncodeH265WeightTableFlags.gen.cs", "provenance": "train-00000-of-00045.jsonl.gz:8154" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.Text; using Silk.NET.Core; using Silk.NET.Core.Native; using Silk.NET.Core.At...
1.522473
41fadfb6b330ab09ae2c617320354e9f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8154
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Clark159/CLK", "max_stars_repo_path": "old/v2.0/CLK/Diagnostics/Implementation/PortableDebugContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:8155" }
starcoder
<reponame>Clark159/CLK using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CLK.Diagnostics { public sealed class PortableDebugContext : DebugContext { // Constructors public PortableDebugContext() : this(new PortableDebugProvider()) { } ...
1.860404
5b06f4420ceb5d972b735add6eff91d3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8155
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dxdiadora/SpaceShield", "max_stars_repo_path": "Assets/Scripts/4-levels/GotoNextLevel.cs", "provenance": "train-00000-of-00045.jsonl.gz:8156" }
starcoder
using UnityEngine; using UnityEngine.SceneManagement; public class GotoNextLevel : MonoBehaviour { [SerializeField] string sceneName; [SerializeField] NumberField scoreField; private void OnTriggerEnter2D(Collider2D other) { if (other.tag == "Player") { SceneManager.LoadScene(sceneNam...
2.079948
12c1dfc6c9edfcdbdd8c30bbcce554f7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8156
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TommyMerlin/CSharpLearning", "max_stars_repo_path": "LoginExample/LoginExample/LoginWindow.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:8157" }
starcoder
<reponame>TommyMerlin/CSharpLearning using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media...
2.473061
e9f4fea08cb9e42632d700f50058ea14
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8157
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AtomicBlom/MLEM", "max_stars_repo_path": "MLEM/Textures/NinePatch.cs", "provenance": "train-00000-of-00045.jsonl.gz:8158" }
starcoder
using System; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using MLEM.Extensions; using MLEM.Misc; namespace MLEM.Textures { /// <summary> /// This class represents a texture with nine areas. /// A nine patch texture is useful if a big area should be covered by a small texture tha...
3.032331
b75442e8234e29355e2c192c585446d2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8158
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BinarySerializer/BinarySerializer.PS2", "max_stars_repo_path": "src/GS/Registers/GSReg_BITBLTBUF.cs", "provenance": "train-00000-of-00045.jsonl.gz:8159" }
starcoder
namespace BinarySerializer.PS2 { public class GSReg_BITBLTBUF : GSRegister { public override GSRegisters RegisterByte => GSRegisters.BITBLTBUF; public ushort SBP { get; set; } public ushort SBW { get; set; } public GS.PixelStorageMode SPSM { get; set; } public ushort DBP...
2.028332
1b53ea00ef7b71ddb5dcb9d55486110b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8159
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "Intemporel/WoWDatabaseEditor", "max_stars_repo_path": "Rendering/OpenGLBindings/FramebufferAttachmentParameterName.cs", "provenance": "train-00000-of-00045.jsonl.gz:8160" }
starcoder
namespace OpenGLBindings { /// <summary> /// Used in GL.Ext.GetNamedFramebufferAttachmentParameter /// </summary> public enum FramebufferAttachmentParameterName { /// <summary> /// Original was GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING = 0x8210 /// </summary> Framebuff...
1.728514
5cc7e07540955be4fd3b939310d5f53b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8160
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.dfc-app-pages", "max_stars_repo_path": "DFC.App.Pages/Models/PageRequestModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:8161" }
starcoder
namespace DFC.App.Pages.Models { public class PageRequestModel { public string? Location1 { get; set; } public string? Location2 { get; set; } public string? Location3 { get; set; } public string? Location4 { get; set; } public string? Location5 { get; set; } } }...
1.428376
543c27c436c046b2565f1ba2a1bae5ed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8161
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lionelberton/runas-manager", "max_stars_repo_path": "runas-manager/runas-manager/Password.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:8162" }
starcoder
<filename>runas-manager/runas-manager/Password.xaml.cs using System; using System.Collections.Generic; using System.Linq; using System.Security; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; usi...
2.349399
6caa1d02de50390de56b1e87c6ba5638
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8162
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "netcharm/PhotoTools_AutoMaskFace", "max_stars_repo_path": "Addins/01_Apps/BatchProcess/Batch.cs", "provenance": "train-00000-of-00045.jsonl.gz:8163" }
starcoder
<filename>Addins/01_Apps/BatchProcess/Batch.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Mono.Addins; using NetCharm.Image.Addins; using System.Diagnostics; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; usi...
2.076578
1a4838ba66a19c96ede76dcd2918a0c8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8163
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SurgicalSteel/dotNEThacks", "max_stars_repo_path": "RavenDBTest/RavenDBTest/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:8164" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Raven.Client.Document; namespace RavenDBTest { class Program { //kamu jangan marah yaa... antara aku, RavenDB sama dotNET cuma temenan kok... //wahai RavenDB, bukannya aku ...
2.560886
8d12a5b9bbcd2ed35c568436e1cfb8ba
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8164
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ru-petrovi4/Ssz.Utils", "max_stars_repo_path": "ThirdParties/QuickGraph/DelegateUndirectedGraph.cs", "provenance": "train-00000-of-00045.jsonl.gz:8165" }
starcoder
<reponame>ru-petrovi4/Ssz.Utils using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics.Contracts; namespace QuickGraph { /// <summary> /// A functional implicit undirected graph /// </summary> /// <typeparam name="TVertex">type of the vertices</t...
2.974303
128caaf0494e25b03195b29a5210f3dc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8165
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tarunbatta/ipg", "max_stars_repo_path": "core/leetcode/281.cs", "provenance": "train-00000-of-00045.jsonl.gz:8166" }
starcoder
<reponame>tarunbatta/ipg // Url:https://leetcode.com/problems/zigzag-iterator /* 281. Zigzag Iterator Medium // {{ MISSING QUESTION }} */ using System; namespace InterviewPreperationGuide.Core.LeetCode.problem281 { public class Solution { public void Init () { } } }
1.640827
cefb4377a72f1c301585ee57c94dfa62
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8166
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kexolotl/App.Finances", "max_stars_repo_path": "backend/App.Finances/Controllers/MoneyActivity/Responses/MoneyActivityStatisticResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:8167" }
starcoder
using System; using System.Collections.Generic; namespace MyFinances.Controllers.MoneyActivity.Responses { public class MoneyActivityStatisticResponse { public List<CategoryResponse> Categories { get; set; } = new List<CategoryResponse>(); public List<BusinessResponse> Businesses { get; set; }...
1.925681
32ac5519476aa792cfbd6ee0a3798e88
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8167
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GeorgiPopovIT/GeorgesMovies", "max_stars_repo_path": "GeorgesMovies/GeorgesMovies.Models/Models/Comment.cs", "provenance": "train-00000-of-00045.jsonl.gz:8168" }
starcoder
using System; using System.ComponentModel.DataAnnotations; namespace GeorgesMovies.Models.Models { public class Comment { public int Id { get; set; } [Required] public string Message { get; set; } public DateTime CreatedOn { get; set; } [Required] public strin...
1.980193
63d0cede132accdf2c6de49f5c9c2779
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8168
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MattisOlsson/SanityDotNet", "max_stars_repo_path": "src/SanityDotNet/Models/ISanityDocument.cs", "provenance": "train-00000-of-00045.jsonl.gz:8169" }
starcoder
<gh_stars>0 using System; using Newtonsoft.Json; using Refit; using SanityDotNet.Models.FieldTypes; namespace SanityDotNet.Models { public interface ISanityDocument { [AliasAs("_id")] [JsonProperty("_id")] Guid Id { get; set; } [AliasAs("_rev")] [JsonProperty("_rev")] ...
1.384467
4f0116a2541482eaf4dbdd8d33e22097
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8169
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tarkadal/TwitchShipGame", "max_stars_repo_path": "Assets/Gameplay/ManagerBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:8170" }
starcoder
<gh_stars>0 using UnityEngine; //TODO: proper namespace? //namespace Assets.Gameplay //{ public class ManagerBase<T> : MonoBehaviour where T: Component { static T _instance = null; public static T Instance { get { if (_instance == null) _instance = FindObjectOfType<T>(); ...
1.979029
59508edc181f2c94e02af3e0b7420c36
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8170
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "asos-joshdadak/dotnet-templates", "max_stars_repo_path": "templates/ms/MyProject.Business/House/IHouseService.cs", "provenance": "train-00000-of-00045.jsonl.gz:8171" }
starcoder
<filename>templates/ms/MyProject.Business/House/IHouseService.cs<gh_stars>0 using System.Threading.Tasks; namespace MyProject.Business.House { public interface IHouseService { Task Create(Models.House house); Task<Models.House> Get(int id); Task Update(Models.House house); Task...
2.24842
fe34920b7b8641f8255009253da90f50
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8171
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "caioqazz/blip-sdk-csharp", "max_stars_repo_path": "src/Take.Blip.Builder/Storage/JsonSerializer.cs", "provenance": "train-00000-of-00045.jsonl.gz:8172" }
starcoder
<gh_stars>10-100 using Lime.Protocol.Serialization; using Lime.Protocol.Serialization.Newtonsoft; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; using Take.Elephant; namespace Take.Blip.Builder.Storage { public class JsonSerializer<T> : ISerializer<T> where T : class ...
2.286749
8c4998ed2e9e80f609d6f418031af51c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8172
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IBMDecisionOptimization/DOForWMLWith.NET", "max_stars_repo_path": "Tests/CP/Facility/Facility.cs", "provenance": "train-00000-of-00045.jsonl.gz:8173" }
starcoder
<reponame>IBMDecisionOptimization/DOForWMLWith.NET<gh_stars>0 // -----------------------------------------------------------------*- C# -*- // File: ./examples/src/csharp/Facility.cs // -------------------------------------------------------------------------- // Licensed Materials - Property of IBM // // 5724-Y48 5724...
2.401515
0d846c70795371053e22f31dd3e85a29
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8173
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "flabbet/Pixi", "max_stars_repo_path": "New Architecture Backup/PixiEditor/Models/Enums/FileType.cs", "provenance": "train-00000-of-00045.jsonl.gz:8174" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PixiEditor.Models.Enums { public enum FileType { PNG = 0, } }
1.454663
fb99da1682375418148930001f4eee28
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8174
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OlenaRehush/CourseWorkV2", "max_stars_repo_path": "teamloadmanagement-be/TeamLoadManagement.DataAccess/Entities/UserEntity.cs", "provenance": "train-00000-of-00045.jsonl.gz:8175" }
starcoder
using System.Collections.Generic; using Microsoft.AspNetCore.Identity; namespace TeamLoadManagement.DataAccess.Entities { public class UserEntity : IdentityUser { public string FirstName { get; set; } public string LastName { get; set; } public long? FacebookId { get; set; } ...
1.988263
40379233d98948847df476263d5e6ea4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8175
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "m-hayabusa/VRC_get_text_from_video", "max_stars_repo_path": "Scripts/VideoPlayerController.cs", "provenance": "train-00000-of-00045.jsonl.gz:8176" }
starcoder
<reponame>m-hayabusa/VRC_get_text_from_video  using UdonSharp; using VRC.SDK3.Video.Components; namespace nekomimiStudio.video2String { public class VideoPlayerController : UdonSharpBehaviour { private Video2Str video2Str; private VRCUnityVideoPlayer unityVideoPlayer; private...
2.015535
7c7401eb45db50e3ece603f7e9cda3be
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8176
{ "extension": "c-sharp", "max_stars_count": "32.0", "max_stars_repo_name": "danemorgridge/efrepo", "max_stars_repo_path": "EFRepository/IRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:8177" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; namespace EFRepository { public interface IRepository<T> { IUnitOfWork UnitOfWork { get; set; } IQueryable<T> All(); IQueryable<T> Where(Expression<Func<T, bool>> expression); void Add(T en...
2.500108
3645823405dfd61377cf48cbb249ce10
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8177
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "laibulle/foundationdb-dotnet-client", "max_stars_repo_path": "FoundationDB.Linq.Providers/Expressions/FdbQueryAsyncEnumerableExpression.cs", "provenance": "train-00000-of-00045.jsonl.gz:8178" }
starcoder
<reponame>laibulle/foundationdb-dotnet-client #region BSD License /* Copyright (c) 2013-2018, Doxense SAS 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 th...
2.344859
7dc68c31f3125cb87ee0e56722b73ba4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8178
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "RouR/MicroDocum", "max_stars_repo_path": "Tests/MicroDocum.Analyzers.Tests/Chain.cs", "provenance": "train-00000-of-00045.jsonl.gz:8179" }
starcoder
<filename>Tests/MicroDocum.Analyzers.Tests/Chain.cs using System; using System.Linq; using MicroDocum.Analyzers.Models; using NUnit.Framework; namespace MicroDocum.Analyzers.Tests { [TestFixture] public class Chain { [Test] public void Chain_Should_DetectSingles() { ...
2.662721
48f3a0fa28ff7d60550f1cf59b3132cd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8179
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "royhyde-dd/Atlas", "max_stars_repo_path": "src/DeloitteDigital.Atlas/Mapping/DictionaryMapping/StringDictionaryMapping.cs", "provenance": "train-00000-of-00045.jsonl.gz:8180" }
starcoder
using DeloitteDigital.Atlas.Mapping.Meta.PropertyMeta; using Sitecore.Data.Items; using Sitecore.Globalization; namespace DeloitteDigital.Atlas.Mapping.DictionaryMapping { public class StringDictionaryMapping : IDictionaryMapping { public string MappingTypeKey => typeof (string).ToString(); p...
2.16003
c24a1ecef8449625fb42e5aa2bef30cd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8180
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ShadowKnightMK4/DebugDotNet", "max_stars_repo_path": "DebugDotNet/Win32/Structs/DebugProcessStructs.cs", "provenance": "train-00000-of-00045.jsonl.gz:8181" }
starcoder
using DebugDotNet.Win32.Enums; using DebugDotNet.Win32.Internal; using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; namespace DebugDotNet.Win32.Structs { /// <summary> /// StartupInfo is used by the NativeRoutine <see cref="NativeMethods.CreateProcessW(str...
2.427226
91a7e2a13b18fe5c2aabd7933a0cc827
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8181
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SafetyCone/R5T.D0037", "max_stars_repo_path": "source/R5T.D0037.A001/Code/Services/Aggregations/Extensions/IServiceAggregationExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:8182" }
starcoder
using System; using R5T.D0037.A001; namespace System { public static class IServiceAggregationExtensions { public static T FillFrom<T>(this T aggregation, IServiceAggregation other) where T : IServiceAggregation { (aggregation as R5T.D0038.A001.IServiceAgg...
1.888302
eda1ebcab19e421d0a1ece2af114fc65
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8182
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kihtov23/auto-fixture", "max_stars_repo_path": "AutoFixture/Repositories/UserRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:8183" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace AutoFixture.Repositories { public class UserRepository : IUserRepository { public string GetUserName() { return "ABC"; } } }
1.59433
5ba8f43ad0cab159a9029531aba60a0c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8183
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mimir-org/typelibrary", "max_stars_repo_path": "src/server/Tests/TypeLibrary.Services.Tests/Repositories/FakeTransportRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:8184" }
starcoder
<reponame>mimir-org/typelibrary using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.ChangeTracking; using TypeLibrary.Data; using TypeLibrary.Data.Contracts.Ef; using Type...
1.841732
875712cacec61f5109425b2901ca5e3a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8184
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dolphinspired/dolphengine", "max_stars_repo_path": "DolphEngine/Graphics/Directives/PolygonDirective.cs", "provenance": "train-00000-of-00045.jsonl.gz:8185" }
starcoder
<reponame>dolphinspired/dolphengine using System.Collections.Generic; namespace DolphEngine.Graphics.Directives { public class PolygonDirective : DrawDirective { public virtual ColorRGBA Color { get; set; } public virtual IList<Position2d> Points { get; set; } } }
1.511043
b6575421ab2f3dbadaa8303b581940dd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8185
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dfds/resource-provisioning-ssu-mvp", "max_stars_repo_path": "src/ResourceProvisioning.Cli.AcceptanceTests/Commands/ApplyCommandWithFullyQualifiedPathScenario.cs", "provenance": "train-00000-of-00045.jsonl.gz:8186" }
starcoder
using System; using System.IO; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using Moq; using Moq.AutoMock; using ResourceProvisioning.Cli.Application.Models; using ResourceProvisioning.Cli.Domain.Services; using ResourceProvisioning.Cli.Host.Console; using Xunit...
2.215318
b23489db7c157ad251b8e2ec957a632f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8186
{ "extension": "c-sharp", "max_stars_count": "389.0", "max_stars_repo_name": "ai408/abp-vue-admin-element-typescript", "max_stars_repo_path": "aspnet-core/modules/message/LINGYUN.Abp.MessageService.Application.Contracts/LINGYUN/Abp/MessageService/AbpMessageServiceConsts.cs", "provenance": "train-00000-of-0004...
starcoder
namespace LINGYUN.Abp.MessageService { public class AbpMessageServiceConsts { public const string RemoteServiceName = "MessageService"; } }
1.269209
42146a1f3e6a034a0b14927ccb0a03e1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8187
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fan3750060/ClassicEmu", "max_stars_repo_path": "src/Data/CharacterEnums/Classes.cs", "provenance": "train-00000-of-00045.jsonl.gz:8188" }
starcoder
namespace Classic.Data.CharacterEnums { public enum Classes { Warrior = 1, Paladin = 2, Hunter = 3, Rogue = 4, Priest = 5, Shaman = 7, Mage = 8, Warlock = 9, Druid = 11 } }
1.913097
a1473c8dbdfcc0154cf8d666ba80a9f6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8188
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MaxNox7/space-station-14", "max_stars_repo_path": "Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs", "provenance": "train-00000-of-00045.jsonl.gz:8189" }
starcoder
<reponame>MaxNox7/space-station-14<filename>Content.Shared/CharacterAppearance/Components/HumanoidAppearanceComponent.cs using System; using Content.Shared.CharacterAppearance; using Content.Shared.CharacterAppearance.Systems; using Robust.Shared.Analyzers; using Robust.Shared.Enums; using Robust.Shared.GameObjects; us...
1.788363
82b79359a317d9f32f204be70c47cd08
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8189
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "favedit/MoCross", "max_stars_repo_path": "Tools/2 - Core/MoContent3d/Resource/Material/FDrMaterialTexture.cs", "provenance": "train-00000-of-00045.jsonl.gz:8190" }
starcoder
<gh_stars>1-10 using MO.Common.Content; using MO.Common.IO; using MO.Common.Lang; using MO.Content3d.Common; using MO.Content3d.Resource.Common; using MO.Content3d.Resource.Texture; using MO.Core; namespace MO.Content3d.Resource.Material { //============================================================ // <T>材质纹...
1.928406
907d793b6cb57a3cc54a29afe427bad0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8190
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "HelloKitty/TypeSafe.HTTP.NET", "max_stars_repo_path": "src/TypeSafe.Http.Net.Api/Serialization/IContentTypeAssociable.cs", "provenance": "train-00000-of-00045.jsonl.gz:8191" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace TypeSafe.Http.Net { /// <summary> /// Contract for types that are associated with a 0 to n /// many content types. /// </summary> public interface IContentTypeAssociable { /// <summary> /// The associated types. /// Possibly empt...
2.397844
b7ceb0a7cd463833c1d54efcec1b0934
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8191
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JungukHom/BusinessConversation", "max_stars_repo_path": "Assets/1. Assets/Akishaqs/Characters/_CommonFiles/_DemoStuff/Scripts/DragToRotate.cs", "provenance": "train-00000-of-00045.jsonl.gz:8192" }
starcoder
<filename>Assets/1. Assets/Akishaqs/Characters/_CommonFiles/_DemoStuff/Scripts/DragToRotate.cs using UnityEngine; public class DragToRotate : MonoBehaviour { const float Sensitivity = .4f; Vector3 _recentMousePosition; Vector3 _mouseOffset; Vector3 _rotation = Vector3.zero; bool _isRotating; ...
2.376799
cdb3b5fb9ede5bfd911dd193c2145a27
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8192
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "reflectronic/terrafx.interop.windows", "max_stars_repo_path": "sources/Interop/Windows/Windows/um/HLink/HLNF.cs", "provenance": "train-00000-of-00045.jsonl.gz:8193" }
starcoder
// Copyright © <NAME> Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/HLink.h in the Windows SDK for Windows 10.0.22000.0 // Original source is Copyright © Microsoft. All rights reserved. namespace TerraFX.Interop.Windows; /// <include...
1.478873
ba9c2065e07944d79a74295edb5333d4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8193
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "IC-TestIt/Back-End", "max_stars_repo_path": "TestIt.API/Migrations/20170718035251_add-Date-ClassStudents.cs", "provenance": "train-00000-of-00045.jsonl.gz:8194" }
starcoder
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace TestIt.API.Migrations { public partial class AddDateClassStudents : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn<DateTime>( name: "Da...
2.010135
4f6831f4c6ce6cee208c9dd150e0bb30
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8194
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PepperMelon/pr0gramm-viewer-wp8", "max_stars_repo_path": "MvvmMultithreading.Wp/Extensions/PostViewItemSelector.cs", "provenance": "train-00000-of-00045.jsonl.gz:8195" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pr0gramm.Extensions { using System.Windows; using View; using ViewModel; public class PostViewItemSelector : DataTemplateSelector { public DataTemplate PostTemplat...
2.226307
084a7b2e86994ef84e7f888eac98a8b4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8195
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "Nyerst/ILSpy", "max_stars_repo_path": "ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1681.cs", "provenance": "train-00000-of-00045.jsonl.gz:8196" }
starcoder
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty { internal class BaseClass { public int importsClausePosition; } internal class Issue1681 : BaseClass { public void Test() { _ = importsClausePosition; } } }
1.616709
6fbba6fb4d0a66cfa02b027e9d930da7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8196
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JoyMoe/DnsServiceDiscovery", "max_stars_repo_path": "src/DnsServiceDiscovery/Operations/ResolveOperation.cs", "provenance": "train-00000-of-00045.jsonl.gz:8197" }
starcoder
<reponame>JoyMoe/DnsServiceDiscovery<filename>src/DnsServiceDiscovery/Operations/ResolveOperation.cs using System; using System.Collections.Generic; using Mittosoft.DnsServiceDiscovery.Messages.Replies; using Mittosoft.DnsServiceDiscovery.Messages.Requests; using Mittosoft.DnsServiceDiscovery.Records; namespace Mitto...
2.154153
37434a9c2e1d543ffae4862eaf435a23
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8197
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "d-georgiev-91/GatewayManager", "max_stars_repo_path": "src/GatewayManager.Web/Models/Page.cs", "provenance": "train-00000-of-00045.jsonl.gz:8198" }
starcoder
<reponame>d-georgiev-91/GatewayManager<filename>src/GatewayManager.Web/Models/Page.cs namespace GatewayManager.Web.Models { public class Page { private const int DefaultPageIndex = 0; private const int DefaultPageSize = 5; public Page() { Index = DefaultPageIndex; ...
2.474244
8299aaa2c66f55e6886abfaecfe0a7a5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8198
{ "extension": "c-sharp", "max_stars_count": "1142.0", "max_stars_repo_name": "qhdwight/silk-net", "max_stars_repo_path": "src/OpenGL/Silk.NET.OpenGL/Enums/FrontFaceDirection.gen.cs", "provenance": "train-00000-of-00045.jsonl.gz:8199" }
starcoder
<gh_stars>1000+ // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using Silk.NET.Core.Attributes; #pragma warning disable 1591 namespace Silk.NET.OpenGL { [NativeName("Name", "FrontFaceDirection")] public en...
1.660401
ef1b4c4d7f3deacc17a6e8cbbc2ffdcb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8199
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AhmedAldahshoury/HololensApp", "max_stars_repo_path": "DesignLabs_Unity_Examples/Assets/MRDesignLab/HUX/Scripts/Buttons/CompoundButtonSpeech.cs", "provenance": "train-00000-of-00045.jsonl.gz:8200" }
starcoder
// // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // using HUX.Speech; using UnityEngine; namespace HUX.Buttons { /// <summary> /// This class will automatically link buttons to speech keywords ...
2.39003
48c391480bf17611f65a66b3b88aaf6b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8200
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "roastedpistachio/gh6", "max_stars_repo_path": "src/services/WebServices/Data/Entities/IncomingRiskFactor.cs", "provenance": "train-00000-of-00045.jsonl.gz:8201" }
starcoder
using System; using System.Collections.Generic; namespace WebServices.Data.Entities { public class IncomingRiskFactor { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public string Address { get; set; } public stri...
2.041874
294dc6add12de31cea3e20aba54ca4a8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8201
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "game-forest/Citrus", "max_stars_repo_path": "Lime/Source/Graphics/Platform/Murmur3.cs", "provenance": "train-00000-of-00045.jsonl.gz:8202" }
starcoder
using System; using System.Runtime.CompilerServices; namespace Lime.Graphics.Platform { internal static unsafe class Murmur3 { private static readonly bool x64 = IntPtr.Size == 8; public static Hash128 ComputeHash(IntPtr data, int length, uint seed = 0) { Hash128 hash; if (x64) { ComputeHash_x64(dat...
2.536006
bda5881d5f93ae569c858f4cfbe3006d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8202
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "busyDuckman/WDLib", "max_stars_repo_path": "WDLib/Data/DataStructures/VList.cs", "provenance": "train-00000-of-00045.jsonl.gz:8203" }
starcoder
<reponame>busyDuckman/WDLib /* --------------------------------------------------------------------------------------------------------------------------------------- * (C) 2019, Dr <NAME>. * This file is subject to the terms and conditions defined in the included file 'LICENSE.txt' * --------------------------...
2.982872
20ad9266df134f2a80e9880a3c20f80f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8203
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "JTOne123/SAHB.GraphQLClient", "max_stars_repo_path": "src/SAHB.GraphQLClient/FieldBuilder/Attributes/GraphQLSkipArgumentsAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:8204" }
starcoder
<gh_stars>10-100 using System; namespace SAHB.GraphQLClient.FieldBuilder.Attributes { // ReSharper disable once InconsistentNaming /// <summary> /// Attribute which defines a skip argument to support skipping a number of results. This could for example be used for paging /// </summary> /// <re...
2.648175
5f97a274fc524ffc60eaab7070797bfe
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8204
{ "extension": "c-sharp", "max_stars_count": "28.0", "max_stars_repo_name": "Bhaskers-Blu-Org2/ReactiveMachine", "max_stars_repo_path": "Applications/Counter.Benchmark.OnFunctions/ApplicationInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:8205" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. using System; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Azure.WebJobs.Host; using Functions...
1.829121
5d4eea776a278feb0acaf3ec40a63b5c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8205
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cty901/SAEA", "max_stars_repo_path": "Src/SAEA.Http/HttpRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:8206" }
starcoder
/**************************************************************************** *Copyright (c) 2018 yswenli All Rights Reserved. *CLR版本: 4.0.30319.42000 *机器名称:WENLI-PC *公司名称:yswenli *命名空间:SAEA.Http.Http *文件名: HttpRequest *版本号: v5.0.0.1 *唯一标识:eeefb8e0-9493-4a07-b469-fc24db360a1b *当前的用户域:WENLI-PC *创建人: yswenli *电子邮箱:<EMAI...
2.047488
f202a5b05ad5b45dfac848578c48e50d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8206
{ "extension": "c-sharp", "max_stars_count": "654.0", "max_stars_repo_name": "huangqinjin/NuGet.Client", "max_stars_repo_path": "src/NuGet.Core/NuGet.Protocol/Plugins/IRequestHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:8207" }
starcoder
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; using System.Threading.Tasks; namespace NuGet.Protocol.Plugins { /// <summary> /// Represents a request h...
2.333748
bf844aca115c855d4395bd8d2dd39424
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8207
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SardineFish/Test-Adaptability", "max_stars_repo_path": "Assets/Scripts/TileMap/Blocks/BlockData.cs", "provenance": "train-00000-of-00045.jsonl.gz:8208" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; namespace Project.Blocks { public struct BlockData { public Vector2Int Position; public Block BlockType; public bool IsNull { ...
2.429574
16c46d15380975b4ac49b7e3bc2ad7d3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8208
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nathanenglert/OpenMU", "max_stars_repo_path": "src/GameLogic/Attributes/Stats.cs", "provenance": "train-00000-of-00045.jsonl.gz:8209" }
starcoder
// <copyright file="Stats.cs" company="MUnique"> // Licensed under the MIT License. See LICENSE file in the project root for full license information. // </copyright> namespace MUnique.OpenMU.GameLogic.Attributes { using System; using System.Collections.Generic; using MUnique.OpenMU.AttributeSystem; ...
2.690083
86d16dc24fb238379b598abe30dc1b2a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8209
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alex-kulakov/dataobjects-net", "max_stars_repo_path": "Orm/Xtensive.Orm.Tests/Storage/AsyncQueries/DelayedQueryServerProfileTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:8210" }
starcoder
// Copyright (C) 2019 Xtensive LLC. // All rights reserved. // For conditions of distribution and use, see license. // Created by: <NAME> // Created: 2019.09.12 using Xtensive.Orm.Configuration; namespace Xtensive.Orm.Tests.Storage.AsyncQueries { public class DelayedQueryServerProfileTest : DelayedQue...
1.073959
f5eb75faa66615db7e59afc735c9c1bd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8210
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ulisesh/arcade", "max_stars_repo_path": "src/Microsoft.Cci.Extensions/Writers/CSharp/CSDeclarationWriter.Generics.cs", "provenance": "train-00000-of-00045.jsonl.gz:8211" }
starcoder
<gh_stars>1-10 // 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 Microsoft.Cci.Extensions.CSharp; using Microsoft.Cci.Writers.Syntax; using System; using System...
2.053483
72b5270a3716879d699e8a1e34fa94da
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8211
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MrBugra/EventSourcing.Order", "max_stars_repo_path": "Order.Domain/OrderDomainService.cs", "provenance": "train-00000-of-00045.jsonl.gz:8212" }
starcoder
<filename>Order.Domain/OrderDomainService.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Threading.Tasks; using Order.Domain.AggregateRoot; using Order.Infrastructure.Domain; using Order.Infrastructure.EventStore; namespace Order.Domain { public class OrderDomainService : IDomainSer...
2.374501
b19e3797e2ce6af7c7628a357430d06a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8212
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "omarwasfi/CM", "max_stars_repo_path": "ProtoType/CM/CM/Library/Events/MessageContent/SaveMessageContentCommandHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:8213" }
starcoder
using System; using System.Threading; using System.Threading.Tasks; using CM.Library.DataModels.Chat; using CM.Library.DBContexts; using CM.Library.Queries.Picture; using MediatR; namespace CM.Library.Events.MessageContent { public class SaveMessageContentCommandHandler : IRequestHandler<SaveMessageContentCommand...
2.347454
5766d68487540b256a1841bb1eedda6e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8213
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "StephaneDelcroix/PSTCollectionView", "max_stars_repo_path": "binding/AssemblyInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:8214" }
starcoder
using System; using MonoTouch.ObjCRuntime; [assembly: LinkWith ("libPSTCollectionView.a",LinkTarget.Simulator | LinkTarget.ArmV7, ForceLoad = true, Frameworks = "UIKit QuartzCore")]
0.896609
24043c6b78275dc87b76be34ee823d85
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8214
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "greatbob6/homeschool-coop-manager", "max_stars_repo_path": "api/HomeschoolCoopManager/Services/SecurityService.cs", "provenance": "train-00000-of-00045.jsonl.gz:8215" }
starcoder
using HomeschoolCoopManager.Interfaces.Services; using HomeschoolCoopManager.Models; using Microsoft.Extensions.Options; using Microsoft.IdentityModel.Tokens; using System; using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; using System.Text; namespace HomeschoolCoopManager.Services { public cla...
2.608403
25bce3bbea10e5588c23fd36b50dc853
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8215
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "csMACnz/csmacnz.fluentjsonbuilder", "max_stars_repo_path": "test/csMACnz.FluentJsonBuilder.Tests/SetToRandomGuidTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:8216" }
starcoder
using System.Text.RegularExpressions; using Xunit; namespace csMACnz.FluentJsonBuilder.Tests { public class SetToRandomGuidTests { [Fact] public void AddingPropertiesUsingSetToRandomGuid_ExpectedJsonPatternReturned() { string document = JsonBuilder .CreateObj...
2.765429
76767ad2833d7e60b05afc47f4632ea9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8216
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EstebanGameDevelopment/YourSharingEconomyApp", "max_stars_repo_path": "Assets/YourSharingEconomyApp/CLIENT/Scripts/MainApp/Controller/HTTP/UserConsultByIdHTTP.cs", "provenance": "train-00000-of-00045.jsonl.gz:8217" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using YourCommonTools; namespace YourSharingEconomyApp { public class UserConsultByIdHTTP : BaseDataHTTP, IHTTPComms { private string m_urlRequest = MenusScreenController.URL_BASE_PHP + "UserConsult.php"; ...
1.796804
a31d8393f286fcc3da8629e584577355
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8217
{ "extension": "c-sharp", "max_stars_count": "1455.0", "max_stars_repo_name": "skolbin-ssi/AZ-204-DevelopingSolutionsforMicrosoftAzure", "max_stars_repo_path": "Allfiles/Labs/04/Starter/AdventureWorks/AdventureWorks.Models/Product.cs", "provenance": "train-00000-of-00045.jsonl.gz:8218" }
starcoder
using System; using System.ComponentModel.DataAnnotations; namespace AdventureWorks.Models { public class Product { [Key] public Guid id { get; set; } public string Name { get; set; } public string Number { get; set; } public string Category { get; set; } pu...
2.148301
b1cbd151f10c89758dfe9ae0694686bc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8218
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "donmarcinos/NiAJEE_lab2", "max_stars_repo_path": "target/liberty/wlp/lib/features/checksums/com.ibm.websphere.appserver.el-3.0.cs", "provenance": "train-00000-of-00045.jsonl.gz:8219" }
starcoder
<gh_stars>0 #Tue Nov 10 20:30:58 CET 2020 lib/com.ibm.ws.org.apache.jasper.el.3.0_3.0.46.jar=bb68a2128c8daa9fec6d65354628909e lib/features/com.ibm.websphere.appserver.el-3.0.mf=9af73d2e76d5e20c74d29b8b273e3891
0.62139
7cd15ed206b8ff0c042475246e13f9a7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8219
{ "extension": "c-sharp", "max_stars_count": "77.0", "max_stars_repo_name": "leonhardrocha/BikeSharing360_BackendServices", "max_stars_repo_path": "src/BikeSharing.Services.Feedback/Commands/CreateIssueCommand.cs", "provenance": "train-00000-of-00045.jsonl.gz:8220" }
starcoder
<filename>src/BikeSharing.Services.Feedback/Commands/CreateIssueCommand.cs<gh_stars>10-100 using BikeSharing.Services.Core.Commands; using BikeSharing.Services.Feedback.Api.Models; using BikeSharing.Services.Feedback.Api.StdHost.Requests; using System; using System.Collections.Generic; using System.Linq; using System....
2.485212
d36ccef21a5561f537dd60c3eddc2f08
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8220
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MossieuLeblanc/CommunityCoreLibrary-fr", "max_stars_repo_path": "DLL_Project/Structures/FacilityInjectionSet.cs", "provenance": "train-00000-of-00045.jsonl.gz:8221" }
starcoder
using System.Collections.Generic; using Verse; namespace CommunityCoreLibrary { public struct FacilityInjectionSet { public string requiredMod; public string facility; public List<string> targetDe...
1.3243
79a3175909cb4a33bd0fde59b3039371
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8221
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dengxuhui/MultiLanguage", "max_stars_repo_path": "MultiLanguage/Assets/Editor/MultiLanguage/Scripts/MultiLanguageWindow.cs", "provenance": "train-00000-of-00045.jsonl.gz:8222" }
starcoder
using MultiLanguage.Scripts.func; using UnityEditor; using UnityEngine; // ReSharper disable All namespace MultiLanguage.Scripts { /// <summary> /// 多语言控制面板 /// author by Aer @2021.04.02 /// </summary> public class MultiLanguageWindow : EditorWindow { //------------------功能模块标志位 ...
2.070252
11549a06f57a6ca0bfde42cdb6dde9ce
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8222
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "Northside-CC/RockPlugins", "max_stars_repo_path": "Plugins/org.secc.Reporting/Migrations/001_Init.cs", "provenance": "train-00000-of-00045.jsonl.gz:8223" }
starcoder
<reponame>Northside-CC/RockPlugins // <copyright> // Copyright <NAME> Church // // Licensed under the Southeast Christian Church License (the "License"); // you may not use this file except in compliance with the License. // A copy of the License shoud be included with this file. // // Unless required by applicable la...
1.182471
81e9fe30dfba827b37c202f470291035
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8223
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "220328-uta-sh-net-ext/Daniel-Oszczapinski", "max_stars_repo_path": "Project 0/RestaurantApp/RestaurantBL/IBL.cs", "provenance": "train-00000-of-00045.jsonl.gz:8224" }
starcoder
using RestaurantInfo; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RestaurantBL { public interface IBL:IRestaurantSearch { List<Review> SearchRestaurants(string searchTerm); List<Restaurant> GetAllRestaurants(); ...
1.774318
356c7bbf3b6caf093b4c8ffc0de46cc1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8224
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dongsu-iis/ds-Mvc-Core", "max_stars_repo_path": "ds.NorthwindApp_Part2/ds.NorthwindApp.Web/Models/CustomerDemographics.cs", "provenance": "train-00000-of-00045.jsonl.gz:8225" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace ds.NorthwindApp.Web.Models { public partial class CustomerDemographics { public CustomerDemographics() { CustomerCustomerDemo =...
2.214969
0429f8cf6ba79cc1c5ec34a7fd87d01f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8225
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PetteriPaju/ThesisStartegy", "max_stars_repo_path": "Sengoku Warrior/Assets/Scripts/Items/Attributes/ItemAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:8226" }
starcoder
<filename>Sengoku Warrior/Assets/Scripts/Items/Attributes/ItemAttribute.cs<gh_stars>0 using UnityEngine; namespace SengokuWarrior { public abstract class ItemAttribute : ScriptableObject { public virtual int Priority() { return 0; } public virtual float floatValue (){ return 0; } public...
2.055772
0d7d40bd715b515f126a1989df5dc6fb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8226
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RedImp1470/Fusee_Fork", "max_stars_repo_path": "src/Uniplug/Cinema4D/C4d/MyCommandData.cs", "provenance": "train-00000-of-00045.jsonl.gz:8227" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using C4d; namespace C4d { class MyCommandData : CommandData { public MyCommandData() : base(false) { } public override bool Execute(BaseDocument doc) { C4dApi.MessageDial...
2.380226
4fce5a055c3dfb58c636152ddda5ac93
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8227
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "NordicRest/ToyBox", "max_stars_repo_path": "ToyBox/classes/Infrastructure/ItemRarity.cs", "provenance": "train-00000-of-00045.jsonl.gz:8228" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using Kingmaker.Blueprints.Items; using UnityEngine; using Kingmaker.Items; using Kingmaker.Blueprints; using Kingmaker.Blueprints.Items.Weapons; using Kingmaker.Blueprints.Items.Equipment; using Kingmaker.Blueprints.Items.Components; us...
2.259105
dfd68aea7f2d95c685e418592ea0dc34
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8228
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "brunobola/NetOffice", "max_stars_repo_path": "Source/Access/DispatchInterfaces/_SmartTag.cs", "provenance": "train-00000-of-00045.jsonl.gz:8229" }
starcoder
using System; using NetRuntimeSystem = System; using System.Runtime.InteropServices; using System.Runtime.CompilerServices; using System.ComponentModel; using System.Reflection; using System.Collections.Generic; using NetOffice; namespace NetOffice.AccessApi { ///<summary> /// DispatchInterface _SmartTag /// Suppo...
1.488467
f135d12aca14ec87f0c75dae525c1fff
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8229
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "cuongpv88/greatreadingadventure", "max_stars_repo_path": "src/GRA.Data.SqlServer/Migrations/20190314171228_add-prize-redeemer-info.cs", "provenance": "train-00000-of-00045.jsonl.gz:8230" }
starcoder
<reponame>cuongpv88/greatreadingadventure using Microsoft.EntityFrameworkCore.Migrations; namespace GRA.Data.SqlServer.Migrations { public partial class addprizeredeemerinfo : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn<str...
1.691944
6401a16a7ae2d767e58011a2b289ef3a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8230
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "LeeLeopold/WCFServer", "max_stars_repo_path": "WCFServer.Common/Serialize/SerializeHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:8231" }
starcoder
<filename>WCFServer.Common/Serialize/SerializeHelper.cs using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Json; using System.Text; using System.Xml; using System.Xml.Serialization; namespace WCFServer.Common { /// <summary> /// 序列化助手类 /// </summary> public class S...
2.953109
8eba9a68148e79218dc1c76c99603f8f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8231
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lydonchandra/fo-dicom", "max_stars_repo_path": "Serialization/FO-DICOM.Json/AssemblyInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:8232" }
starcoder
<reponame>lydonchandra/fo-dicom // Copyright (c) 2012-2020 fo-dicom contributors. // Licensed under the Microsoft Public License (MS-PL). using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("FO-DICOM.Tests, PublicKey=" + "<KEY>" + "<KEY>" + "f7cdf5b251cc4e0b2df984a778fc82dd68987f574c1867...
0.747815
d0c94e9b218989e38812b3ecace47cb3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8232
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "twesd/editor", "max_stars_repo_path": "UnitEngineUI/EditorBehaviorItemProperty.cs", "provenance": "train-00000-of-00045.jsonl.gz:8233" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using WeifenLuo.WinFormsUI.Docking; using TransactionCore; namespace UnitEngineUI { public partial class EditorBehaviorItemPropert...
2.113988
a94f6bef454d20b4c82afe862ac9099c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8233
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dev-hyang/OrchardCore", "max_stars_repo_path": "src/OrchardCore.Modules/OrchardCore.Themes/Services/ThemeService.cs", "provenance": "train-00000-of-00045.jsonl.gz:8234" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.Localization; using OrchardCore.DisplayManagement.Extensions; using OrchardCore.DisplayManagement.Notify; using OrchardCore.Environment.Extensions; using OrchardCore.Environment.Shell; namesp...
2.230273
3f3aad9e72580af8f9e9de6e1f592526
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8234
{ "extension": "c-sharp", "max_stars_count": "17923.0", "max_stars_repo_name": "frandesc/roslyn", "max_stars_repo_path": "src/EditorFeatures/Core/Implementation/SolutionChangeSummary.cs", "provenance": "train-00000-of-00045.jsonl.gz:8235" }
starcoder
<reponame>frandesc/roslyn // 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.Linq; namespace Microsoft.CodeAnalysis.Editor { internal class Solution...
2.141865
e5385a41efc1341cbf3f2a2636e83968
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8235
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "2011-nov02-net/josiah-code", "max_stars_repo_path": "Visual Studio Projects/HelloAspNet/HelloAspNet/Controllers/ViewBasedController.cs", "provenance": "train-00000-of-00045.jsonl.gz:8236" }
starcoder
<filename>Visual Studio Projects/HelloAspNet/HelloAspNet/Controllers/ViewBasedController.cs using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace HelloAspNet.Controllers { public class ViewBasedController : Controller { ...
2.198604
aa1b0a105175f66101a0a39912de4134
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
8236
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "randlee/Visyn.Public", "max_stars_repo_path": "Lib/Types/DisposeBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:8237" }
starcoder
#region Copyright (c) 2015-2018 Visyn // The MIT License(MIT) // // Copyright (c) 2015-2018 Visyn // // 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 restriction, including witho...
2.399085
988f8308358bcd28cfcde76a0e633c1d