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
8840812
{ "extension": "c-sharp", "max_stars_count": "74.0", "max_stars_repo_name": "mblakleyiii/obs-websocket-dotnet", "max_stars_repo_path": "obs-websocket-dotnet/Types/OBSScene.cs", "provenance": "train-00027-of-00045.jsonl.gz:160032" }
starcoder
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; namespace OBSWebsocketDotNet.Types { /// <summary> /// Describes a scene in OBS, along with its items /// </summary> public class OBSScene { /// <summary> /// OBS Scene name /// </summary> ...
2.962629
90711b6a6559b605aab9c81f18093ea8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840813
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Ceilidh-Team/Ceilidh.XamarinShell", "max_stars_repo_path": "ProjectCeilidh.Ceilidh.XamarinShell.GTK/LibNotify/GError.cs", "provenance": "train-00027-of-00045.jsonl.gz:160033" }
starcoder
using System; using System.Runtime.InteropServices; namespace ProjectCeilidh.Ceilidh.XamarinShell.GTK.LibNotify { public struct GError { public uint Quark; public int Code; #pragma warning disable IDE0044, 649 private IntPtr _message; #pragma warning restore IDE0044, 649 publi...
1.867504
d486f178bf67035e939f25c100506da2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840814
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AndreasLazar/extensions", "max_stars_repo_path": "Tests/DateTimeExtTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160034" }
starcoder
using Lazar.Extensions; using System; using Xunit; namespace Lazar.Tests { public class DateTimeExtTests { [Fact] public void TestDateTimeBetweenTrue() { DateTime dateTime = new DateTime(2018, 2, 8, 13, 35, 0); DateTime start = new DateTime(2018, 2, 7, 13, 35, 0)...
2.757285
3b9ba5c964aeb8a201c009a6ae09dcff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840815
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mscheetz/Stex.Net", "max_stars_repo_path": "Stex.Net/Stex.Net/Contracts/OAuthV2.cs", "provenance": "train-00027-of-00045.jsonl.gz:160035" }
starcoder
// ----------------------------------------------------------------------------- // <copyright file="OAuthV2" company="<NAME>"> // Copyright (c) <NAME> All Rights Reserved // </copyright> // <author name="<NAME>" date="4/14/2019 3:27:10 PM" /> // ---------------------------------------------------------------------...
1.911175
3dccece2008f495a5d738bf0be151121
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840816
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Dariusz151/SmartFridgeApp", "max_stars_repo_path": "SmartFridgeApp.Core/Application/Features/Recipes/AddRecipe/AddRecipeRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:160036" }
starcoder
using System.Collections.Generic; namespace SmartFridgeApp.Core.Application.Features { public class AddRecipeRequest { public string Name { get; set; } public string Description { get; set; } public int RecipeCategory { get; set; } public int RequiredTime { get; set; } ...
1.79609
8b10981b30cdc0e8ba24a538bf62ce5e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840817
{ "extension": "c-sharp", "max_stars_count": "30.0", "max_stars_repo_name": "RayCarrot/RayCarrot.RCP.Metro", "max_stars_repo_path": "src/RayCarrot.RCP.Metro/Utilities/General/ArchiveExplorer/Utility_BaseArchiveExplorer_ViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:160037" }
starcoder
using RayCarrot.IO; using RayCarrot.UI; using System; using System.Linq; using System.Threading.Tasks; using System.Windows.Input; namespace RayCarrot.RCP.Metro { /// <summary> /// Base view model for general Archive Explorer utility view models /// </summary> /// <typeparam name="GameMode">The type o...
2.565381
fb40aa3ab8e558b9474829b5bf7b4794
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840818
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "CalebABG/SoarBeyond", "max_stars_repo_path": "src/SoarBeyond.Shared/Api/Responses/ApiResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:160038" }
starcoder
namespace SoarBeyond.Shared.Api.Responses; public class ApiResponse<T> { public bool Succeeded { get; set; } public T Payload { get; set; } public static ApiResponse<T> Success(T result) => new() { Succeeded = true, Payload = result }; public static ApiResponse<T> Fail(T result = default) => new() { ...
2.48785
4443b135ec010d5b7821e3c3b8009fff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840819
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gjy5885/azure-sdk-for-net", "max_stars_repo_path": "sdk/monitor/Microsoft.Azure.Management.Monitor/src/Generated/Models/DataCollectionRuleDataSources.cs", "provenance": "train-00027-of-00045.jsonl.gz:160039" }
starcoder
<gh_stars>1-10 // <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if th...
1.512196
d58f36e978f08cd8f3d5760ad644067f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840820
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "joaofbantunes/WebAppProfilersSample", "max_stars_repo_path": "src/WebAppProfilersSample.Shared/ServiceCollectionExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160040" }
starcoder
using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using WebAppProfilersSample.Shared.Data; namespace Microsoft.Extensions.DependencyInjection { public static class ServiceCollectionExtensions { public static IServiceCollection AddDb(this ISe...
1.854368
aa45c6a84d13b552b3268371457942ae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840821
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ancailliau/KAOSTools", "max_stars_repo_path": "MetaModel/Repositories/Memory/EntityRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:160041" }
starcoder
using System; using System.Collections.Generic; using UCLouvain.KAOSTools.Core; using System.Linq; namespace UCLouvain.KAOSTools.Core.Repositories.Memory { public class EntityRepository : IEntityRepository { IDictionary<string, Link> Links; IDictionary<string, Relation> Relations; IDictionary<string, G...
2.821719
4cbd83898b0e7633807bdb185d536889
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840822
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "DataMesh-OpenSource/SolarSystemExplor", "max_stars_repo_path": "Assets/DataMesh/ARModule/SpectatorView/Scripts/UI/LiveUI/LiveUIType.cs", "provenance": "train-00027-of-00045.jsonl.gz:160042" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace DataMesh.AR.SpectatorView { public class LiveUIType { /// <summary> /// 是否清空栈 /// </summary> public bool isClearStack = false; /// <summary> /// UI窗体位置类型 /// </summa...
1.633048
7cb1026843d721b7678c9bb3c5cfb938
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840823
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nmshd/bkb-devices", "max_stars_repo_path": "Devices.AdminCli/OAuthClientManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:160043" }
starcoder
<reponame>nmshd/bkb-devices<gh_stars>0 using Devices.API.Models; using Enmeshed.StronglyTypedIds; using IdentityServer4; using IdentityServer4.EntityFramework.DbContexts; using IdentityServer4.EntityFramework.Mappers; using IdentityServer4.Models; namespace Devices.AdminCli; public class CreatedClientDTO { publi...
2.096882
80c1447b8043363b64c8923a18476891
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840824
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "undancer/oni-data", "max_stars_repo_path": "Managed/firstpass/ResourceTreeNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:160044" }
starcoder
using System.Collections.Generic; using NodeEditorFramework.Utilities; using UnityEngine; public class ResourceTreeNode : Resource { public class Edge { public enum EdgeType { PolyLineEdge, QuadCurveEdge, ArcEdge, SplineEdge, BezierEdge, GenericEdge } public Vector2f sourceOffset = new Vec...
2.376219
4acdcc6979c501f1473a126007941f43
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840825
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aratar79/BlazorFurnitureStore_Pract04", "max_stars_repo_path": "src/Blazor.FurnitureStore.Repositories/ProductCategoryRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:160045" }
starcoder
<filename>src/Blazor.FurnitureStore.Repositories/ProductCategoryRepository.cs using Blazor.FurnitureStore.Shared; using Dapper; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Blazor.FurnitureStore.Repositories { publ...
2.358612
f700ca7a196c9358af54a638bec1caec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840826
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "OlegRa/alpaca-trade-api-csharp", "max_stars_repo_path": "Alpaca.Markets/Interfaces/IAnnouncement.cs", "provenance": "train-00027-of-00045.jsonl.gz:160046" }
starcoder
namespace Alpaca.Markets; /// <summary> /// Encapsulates corporate action announcement information from Alpaca REST API. /// </summary> [CLSCompliant(false)] [SuppressMessage("ReSharper", "UnusedMemberInSuper.Global")] public interface IAnnouncement { /// <summary> /// Gets ID that is specific to a single ann...
2.614744
259f10e2400e4a6cb7aee92d4e8afb5f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840827
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AconCavy/Cybatica", "max_stars_repo_path": "Cybatica/Cybatica/Empatica/EmpaticaParameters.cs", "provenance": "train-00027-of-00045.jsonl.gz:160047" }
starcoder
<reponame>AconCavy/Cybatica using System; namespace Cybatica.Empatica { public readonly struct BatteryLevel : IEquatable<BatteryLevel> { public float Value { get; } public double Timestamp { get; } public BatteryLevel(float value, double timestamp) { Value = value;...
2.98269
213e13466200aa5b344cfdaf6bf0fe4d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840828
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LancelotMak/lancelotmakumbila9-description", "max_stars_repo_path": "Tests/UnitTestImpromputInterface.Silverlight/Support/Helper.cs", "provenance": "train-00027-of-00045.jsonl.gz:160048" }
starcoder
using System; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; using NUnit.Framework; using Assert = NUnit.Framework...
2.604192
10535e7b313cc509864cf702d4e4a55b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840829
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "szysz3/xamarin-ios-trapezeflyout", "max_stars_repo_path": "TrapezeFlyout/ViewControllers/FlyoutViewController/FlyoutViewController.designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160049" }
starcoder
<reponame>szysz3/xamarin-ios-trapezeflyout // WARNING // // This file has been generated automatically by Xamarin Studio to store outlets and // actions made in the UI designer. If it is removed, they will be lost. // Manual changes to this file may not be handled correctly. // using Foundation; using System.CodeDom.Co...
1.768072
8846f7e6d6cc9d8d1f95e7cda0099dfb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840830
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wdominik/vdds-media-net", "max_stars_repo_path": "src/VddsMediaNet/MultimediaObjectTypeId.cs", "provenance": "train-00027-of-00045.jsonl.gz:160050" }
starcoder
using VddsMediaNet.Attributes; namespace VddsMediaNet { public enum MultimediaObjectTypeId { Undefined, [VddsMediaEnum("0")] Delete, [VddsMediaEnum("23")] Other, [VddsMediaEnum("7")] Photo, // Proprietary for Dampsoft DS-Win [VddsMedia...
1.634483
cba6a107af8c808fd3b8dfe63ab04b8f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840831
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "makeawishamerica/csv-validator", "max_stars_repo_path": "src/Validate.Lib/Validators/BooleanValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:160051" }
starcoder
<reponame>makeawishamerica/csv-validator  using System; using System.Globalization; namespace FormatValidator.Validators { internal class BooleanValidator : ValidationEntry { public override bool IsValid(string toCheck) { bool temp; bool isValid = Boolean.TryParse(toChe...
2.678427
d4aab6ff37d25e009504f5b11c5931ba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840832
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "carmineos/gta-toolkit", "max_stars_repo_path": "RageLib.RDR2/Resources/PC/Drawables/VertexBuffer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160052" }
starcoder
// Copyright © Neodymium, carmineos and contributors. See LICENSE.md in the repository root for more information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RageLib.Resources.RDR2.PC.Drawables { // VertexBuffer // VFT - 0x0000...
2.257803
d3e4b10ce0c2d2c456d6f00ca2d1566d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840833
{ "extension": "c-sharp", "max_stars_count": "158.0", "max_stars_repo_name": "ViseEngine/SLED", "max_stars_repo_path": "tool/SledSyntaxEditor/Intellisense/Lua/NavigationBar.cs", "provenance": "train-00027-of-00045.jsonl.gz:160053" }
starcoder
/* * Copyright (C) Sony Computer Entertainment America LLC. * All Rights Reserved. */ using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using ActiproSoftware.SyntaxEditor; using Sce.Atf.Applications; using Sce.Sled.SyntaxEditor.Intellisense.Lua.Parser.AST; namespa...
2.145178
a2644fdd5cecc767923762f65544877b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840834
{ "extension": "c-sharp", "max_stars_count": "121.0", "max_stars_repo_name": "tk4218/MxNet.Sharp", "max_stars_repo_path": "src/MxNet/NN/Layers/Activations/Sigmoid.cs", "provenance": "train-00027-of-00045.jsonl.gz:160054" }
starcoder
<reponame>tk4218/MxNet.Sharp using MxNet; using System; using System.Collections.Generic; using System.Text; namespace MxNet.NN.Layers.Activations { public class Sigmoid : BaseLayer { public Sigmoid() : base("sigmoid") { } public override Symbol Build(Symbol x) ...
1.976739
43b97f751f72fd83a3d5e25e8c7fa2a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840835
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "michaelbmorris/MichaelBrandonMorris.KingsportMillSafetyTraining", "max_stars_repo_path": "MichaelBrandonMorris.KingsportMillSafetyTraining/Views/Categories/EditorTemplates/Category.cshtml", "provenance": "train-00027-of-00045.jsonl.gz...
starcoder
<gh_stars>1-10 @using MichaelBrandonMorris.Extensions.Web.HtmlHelper.Bootstrap.Form.Horizontal @model MichaelBrandonMorris.KingsportMillSafetyTraining.Db.Models.Category @Html.BootstrapHorizontalTextBoxFor(model => model.Name, true) <p class="bg-info"> The <b>Display Name</b> will be shown to users instead of the...
2.207241
afb69c3bb4711a11e7d5b9cd004a4f88
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840836
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "kfrancis/dnsimple-dotnet", "max_stars_repo_path": "src/dnsimple-dotnet/Response/UpdateContactResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:160056" }
starcoder
namespace dnsimple_dotnet.Response { public class UpdateContactResponse { } }
0.810379
bcc26ea199e11afef75c763e92e4989f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840837
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mtalebian/basic-templates", "max_stars_repo_path": "Backend/Accounts/Accounts.Data/Repositories/UserCompositeRoleRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:160057" }
starcoder
<gh_stars>1-10 using Accounts.Core; using Common.Data; using Microsoft.EntityFrameworkCore; using System.Collections.Generic; using System.Linq; namespace Accounts.Data { public class UserCompositeRoleRepository : Repository<UserCompositeRole, long, string, string>, IUserCompositeRoleRepository { publ...
2.25514
89439d0419bd266e3d7f78b7f79388df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840838
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Vanguard-Fx/sotbot", "max_stars_repo_path": "RainbowBot/Bot.cs", "provenance": "train-00027-of-00045.jsonl.gz:160058" }
starcoder
<reponame>Vanguard-Fx/sotbot<gh_stars>1-10 using System; using System.IO; using System.Threading.Tasks; using System.Timers; using System.Xml; using System.Xml.Linq; using System.Xml.Serialization; using DSharpPlus; using DSharpPlus.CommandsNext; using DSharpPlus.CommandsNext.Exceptions; using DSharpPlus.Entities; usi...
2.55423
aa5e92ca3cc8f4ec9f1290ddb2a16317
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840839
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "seziCZ/S3Append", "max_stars_repo_path": "Tests.Unit/Models/AppendObjectResponseTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:160059" }
starcoder
using Amazon.Runtime; using Microsoft.VisualStudio.TestTools.UnitTesting; using S3Append.Models; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace Tests.Unit.Models { [TestClass] public class AppendObjectResponseTest...
2.27875
f861bed8337d49b37a673eed2eb2e699
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840840
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "isabella232/JetBrains.EnvDTE", "max_stars_repo_path": "Shell.Interop/Shell/Interop/IDiscoveryClientResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:160060" }
starcoder
namespace Microsoft.VisualStudio.Shell.Interop { public interface IDiscoveryClientResult { int GetFileName(out string pbstrFilename); int GetReferenceTypeName(out string pbstrReferenceTypeName); int GetUrl(out string pbstrUrl); } }
1.476424
c8daabac05ae618c7a009bbc7ddbf3dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840841
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "phs008/PrismSolution", "max_stars_repo_path": "src/MetaAuthoringTool/VRCAT.DataModel/Event/DeleteComponentEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:160061" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace VRCAT.DataModel { public class DeleteComponentEvent { public object DeletePropertyGroup; public DeleteComponentEvent() { } } }
1.508213
5f7f2f0c03fdca04044f687bb2df44c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840842
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "I343796/ownid-server-sdk-net", "max_stars_repo_path": "OwnID.Web/Configuration/OwnIdConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:160062" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using OwnID.Web.Attributes; using OwnID.Web.Extensibility; using OwnID...
2.359383
6fb5a6747130391d9978926a2383bb0b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840843
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "1stResponder/em-serializers", "max_stars_repo_path": "EDXLSHARP/NIEMSharp/NIEMSharp/MutualAidRespond/ResponseResources/Equipment.cs", "provenance": "train-00027-of-00045.jsonl.gz:160063" }
starcoder
<reponame>1stResponder/em-serializers<gh_stars>1-10 using System; using NIEMSHARP.NIEMEMLCLib; using Newtonsoft.Json; using NIEMSharp.MutualAidRespond.ResponseResources; namespace NIEMSharp.MutualAidRespond { // NOTE: The name/namespace of this class is hard coded in the JSON serialization/deserialization process...
2.40545
9d542ccdb37116a76d1c75d826624455
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840844
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "i-dudkin/Sandbox", "max_stars_repo_path": "src/SandboxTest/Instances/EventArgsStruct.cs", "provenance": "train-00027-of-00045.jsonl.gz:160064" }
starcoder
namespace SandboxTest.Instances { public struct EventArgsStruct { public int Arg1 { set; get; } } }
1.611212
94fa72c7348beaaf8f062e8ce653656a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840845
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SergeiMol/CATSdesigner", "max_stars_repo_path": "api/LMPlatform.Data/Repositories/RepositoryContracts/IDocumentRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:160065" }
starcoder
<gh_stars>0 using Application.Core.Data; using LMPlatform.Models; namespace LMPlatform.Data.Repositories.RepositoryContracts { public interface IDocumentRepository : IRepositoryBase<Documents> { bool SaveDocument(Documents document, int subjectId); bool CopyDocumentToSubject(int documentId, i...
1.448118
6f1fdc3208af6176654c1ab02e8dbcf4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840846
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "ymassad/ProceduralDataflow", "max_stars_repo_path": "ProceduralDataflow/Interfaces/IStartStopable.cs", "provenance": "train-00027-of-00045.jsonl.gz:160066" }
starcoder
namespace ProceduralDataflow.Interfaces { public interface IStartStopable { void Start(); void Stop(); } }
2.172227
5ed778498ec4162f1187bc62e9c4d2a5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840847
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "alirizaadiyahsi/NewsSite4", "max_stars_repo_path": "NewsSite.Web/Areas/Admin/Models/CategoryModels.cs", "provenance": "train-00027-of-00045.jsonl.gz:160067" }
starcoder
<gh_stars>10-100 using NewsSite.Web.Framework.Models; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace NewsSite.Web.Areas.Admin.Models { public class CategoryModel : BaseViewModel { [DisplayName("Kategori")] public string Name { get; set; } [DisplayN...
1.877823
545e7d3a71d4fda334dbbd083df577be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840848
{ "extension": "c-sharp", "max_stars_count": "211.0", "max_stars_repo_name": "Mixaill/CapFrameX", "max_stars_repo_path": "source/CapFrameX.Webservice.Implementation/Handlers/DeleteSessionCollectionByIdHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:160068" }
starcoder
<filename>source/CapFrameX.Webservice.Implementation/Handlers/DeleteSessionCollectionByIdHandler.cs using CapFrameX.Webservice.Data.Commands; using CapFrameX.Webservice.Data.Interfaces; using FluentValidation; using MediatR; using System; using System.Collections.Generic; using System.Text; using System.Threading; usi...
2.121445
42eaa4878adb75fd3ac333c6a28a8e97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840849
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/DC-ILR-1819-ReportService", "max_stars_repo_path": "src/ESFA.DC.ILR.ReportService.Tests/Reports/PeriodEnd/AppsCoInvestmentContributions/TestAppsCoInvestmentContributionsReport.cs", "provenance": "train-00027-of-000...
starcoder
using System; using System.IO; using System.Threading; using System.Threading.Tasks; using ESFA.DC.DASPayments.EF; using ESFA.DC.DASPayments.EF.Interfaces; using ESFA.DC.DateTimeProvider.Interface; using ESFA.DC.ILR.ReportService.Interface.Configuration; using ESFA.DC.ILR.ReportService.Interface.Context; using ESFA.DC...
1.305896
8b9eaf0bb36d8ce93704de34c7857770
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840850
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "lowedown/HelixWatchdog", "max_stars_repo_path": "HelixWatchdog.Core/Validators/IHelixFileValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:160070" }
starcoder
using HelixWatchdog.Core.Models; namespace HelixWatchdog.Core.Validators { public interface IHelixFileValidator { bool IsValid(HelixReference reference, HelixModule module, HelixFile file); } }
1.355353
0dcce1b1f493ff8296d0410313ec527f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840851
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "joshlang/Epoche-Shared", "max_stars_repo_path": "Epoche.Shared/TotpHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:160071" }
starcoder
<gh_stars>0 using System.Security.Cryptography; namespace Epoche.Shared; public static class TotpHelper { public const int MinSeedLength = 16; public const int MaxSeedLength = 64; public const int DefaultSeedLength = 20; const int IntervalTimeInSeconds = 30; public static int CalculatePassword(b...
2.499695
8f661baf45cd883516ab9749dafc1816
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840852
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Pluettmann/CahmannInterpreter", "max_stars_repo_path": "src/Token/IToken.cs", "provenance": "train-00027-of-00045.jsonl.gz:160072" }
starcoder
<reponame>Pluettmann/CahmannInterpreter<filename>src/Token/IToken.cs<gh_stars>0 using System; namespace Cahmann.Interpreter.Token { using System.IO; /// <summary> /// Base Token type. /// </summary> public interface IToken { /// <summary> /// Gets or sets the token t...
2.544118
3808f845eac430669de050a416d63145
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840853
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Vladimir-Zakharenkov/Jon-Skit-CS-In-Depth-3edition", "max_stars_repo_path": "Code/Chapter12/Model/NotificationSubscription.cs", "provenance": "train-00027-of-00045.jsonl.gz:160073" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Model { public partial class NotificationSubscription { } }
0.931072
9479f15cbaad6542cc448d5d6c7c7eae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840854
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Grintsys/GRINTSYS.SAPRestApi", "max_stars_repo_path": "Persistence/Repositories/IProductRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:160074" }
starcoder
<reponame>Grintsys/GRINTSYS.SAPRestApi using GRINTSYS.SAPRestApi.Models; using System.Collections.Generic; using System.Threading.Tasks; namespace GRINTSYS.SAPRestApi.Persistence.Repositories { public interface IProductRepository { Task<Product> GetAsync(int id); } }
1.542977
759eca64de40e21bbc993e4197530a39
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840855
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ls612/CFCGen", "max_stars_repo_path": "CivGen/GreatWorkObjectType.cs", "provenance": "train-00027-of-00045.jsonl.gz:160075" }
starcoder
<gh_stars>0 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is ...
1.820092
5ec1eeea450d3c6302c5982190498172
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840856
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Blitzy/unity-kinect-bodyposeserver", "max_stars_repo_path": "Assets/AvatarServer/Scripts/UI/Widgets/InputAvatarSessionId.cs", "provenance": "train-00027-of-00045.jsonl.gz:160076" }
starcoder
<reponame>Blitzy/unity-kinect-bodyposeserver using UnityEngine; using UnityEngine.UI; using SessionSocketClient; using System; [RequireComponent(typeof(InputField))] public class InputAvatarSessionId : MonoBehaviour { public UnityKinectStageAvatarSessionData avatarSessionData; private InputField _input; ...
1.850635
8bc455ad8b8d29077b5b26941323289d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840857
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MS-DOS1999/Ryujinx", "max_stars_repo_path": "ChocolArm64/Translation/ILBlock.cs", "provenance": "train-00027-of-00045.jsonl.gz:160077" }
starcoder
<reponame>MS-DOS1999/Ryujinx<gh_stars>1-10 using System.Collections.Generic; namespace ChocolArm64.Translation { class ILBlock : IILEmit { public long IntInputs { get; private set; } public long IntOutputs { get; private set; } public long IntAwOutputs { get; private set; } ...
2.396457
a64e458cc66f2cba5a92e5fe548b4c8d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840858
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "huntertran/00-11-W10-PDFTronOpenURLAsyncSample", "max_stars_repo_path": "PDFViewCtrlTools_VS2015/TextHightlightCreate.cs", "provenance": "train-00027-of-00045.jsonl.gz:160078" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace pdftron.PDF.Tools { class TextHightlightCreate : TextMarkupCreate { public TextHightlightCreate(PDFViewCtrl ctrl, ToolManager tMan) : base(ctrl, tMan) { ...
1.833236
604ff945219ebbe260b4a312de7a0bfb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840859
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "svrx/ContractAnalyser", "max_stars_repo_path": "src/ContractAnalyser/Extractors/AssemblyMemberNodeExtractor.cs", "provenance": "train-00027-of-00045.jsonl.gz:160079" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.CompilerServices; namespace ContractAnalyser.Extractors { [Serializable] public class AssemblyMemberNodeExtractor : MarshalByRefObject, IMemberNodeExtractor { private readonly string _a...
2.639618
b4c404e6834638635da4ca97bdd707c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840860
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "studentutu/UnityNLP", "max_stars_repo_path": "Runtime/VoxellNLP/Coreference/Mention/IParse.cs", "provenance": "train-00027-of-00045.jsonl.gz:160080" }
starcoder
<filename>Runtime/VoxellNLP/Coreference/Mention/IParse.cs //Copyright (C) 2006 <NAME> // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at yo...
2.567132
cbb2d4f37b79af07e8500833c4a44c21
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840861
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dgerding/Construct", "max_stars_repo_path": "ConstructSensors/MobileSensors/iOSVideoSensor/sensor/ColumbiaCollegeShare/Code Drop - Feb 5 - 2012/Windows/Utilities/WebAPI.cs", "provenance": "train-00027-of-00045.jsonl.gz:160081" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; namespace Utilities { public class WebResult { public HttpStatusCode StatusCode; public HttpWebResponse Response; public string ContentText; } p...
2.542811
5cc4a644da87366a8622cc4609b5101f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840862
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "viku85/Fluent.TradierClient", "max_stars_repo_path": "Fluent.TradierClient/RequestBuilder/Market/MarketCalenders/Interface/IYearBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:160082" }
starcoder
namespace Fluent.TradierClient.RequestBuilder.Market.MarketCalenders.Interface { /// <summary> /// Calendar month builder. /// </summary> /// <seealso cref="IBuild" /> public interface IYearBuilder : IBuild { /// <summary> /// Specifies year for Stock Calendar ...
2.202884
4ae5297a17ca71e8c4d56262dc488f05
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840863
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.dfc-api-lmi-import", "max_stars_repo_path": "DFC.Api.Lmi.Import/Models/GraphOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160083" }
starcoder
using System; using System.Diagnostics.CodeAnalysis; namespace DFC.Api.Lmi.Import.Models { [ExcludeFromCodeCoverage] public class GraphOptions { public string PreferredLabelName { get; set; } = "skos__prefLabel"; public string UriPropertyName { get; set; } = "uri"; public Uri? Co...
1.334806
5326442ee247c6599df13ce40d3298ba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840864
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "SimonGeering/AdminAssistant", "max_stars_repo_path": "src/AdminAssistant/DomainModel/Modules/CoreModule/Currency.cs", "provenance": "train-00027-of-00045.jsonl.gz:160084" }
starcoder
using AdminAssistant.Infra.DAL; namespace AdminAssistant.DomainModel.Modules.CoreModule; public record Currency : IDatabasePersistable { public const int SymbolMaxLength = 3; public const int DecimalFormatMaxLength = 5; public int CurrencyID { get; set; } public string Symbol { get; set; } = string.E...
1.99467
251213ff00e5a24420fcd1d5ded06431
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840865
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bandures/Unity-HWCounters", "max_stars_repo_path": "HWCounters.cs", "provenance": "train-00027-of-00045.jsonl.gz:160085" }
starcoder
<reponame>bandures/Unity-HWCounters using System.Runtime.InteropServices; namespace Unity.Profiling { public static class HWCPipe { public enum CpuCounter { Cycles = 0, Instructions, CacheReferences, CacheMisses, BranchInstructions, ...
2.054373
428488c17a64fdc084f8d08038a78478
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840866
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "arasheyn/bitframework", "max_stars_repo_path": "src/Tooling/Bit.Tooling.Templates/TodoTemplate/Web/Pages/EditProfile.razor.cs", "provenance": "train-00027-of-00045.jsonl.gz:160086" }
starcoder
<filename>src/Tooling/Bit.Tooling.Templates/TodoTemplate/Web/Pages/EditProfile.razor.cs namespace TodoTemplate.App.Pages; public partial class EditProfile { }
0.974426
3116e3096b3195e0cd26da877ee12d63
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840867
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chasinghope/FLMidiTimelineTrack", "max_stars_repo_path": "Assets/Scripts/Test/UINote.cs", "provenance": "train-00027-of-00045.jsonl.gz:160087" }
starcoder
<reponame>chasinghope/FLMidiTimelineTrack using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; public class UINote : MonoBehaviour { public TextMeshProUGUI textMeshPro; }
1.024703
d2c6359c4e6a34cd1b4c8af3260956c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840868
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "leandrolustosa/astove", "max_stars_repo_path": "Astove.BlurAdmin.Model/PessoaResultModels.cs", "provenance": "train-00027-of-00045.jsonl.gz:160088" }
starcoder
using AInBox.Astove.Core.Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Astove.BlurAdmin.Model { public class PessoaAddResultModel : BaseResultModel { public int Id { get; set; } public int EmpresaId { get; se...
1.274671
df538ad09e5631922e1a8de900b1aaca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840869
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jangseongwoo/VR-Game---Invitation-to-death", "max_stars_repo_path": "Invitation to death/Assets/Scripts/StoneCtrl.cs", "provenance": "train-00027-of-00045.jsonl.gz:160089" }
starcoder
using UnityEngine; using System.Collections; public class StoneCtrl : MonoBehaviour { public int mStoneHP = 100; // Use this for initialization void Start () { } // Update is called once per frame void Update () { } void OnTriggerEnter(Collider coll) { //충돌한 게임오...
2.304096
374f2f3a77f8dbd88a9ac627034f93ff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840870
{ "extension": "c-sharp", "max_stars_count": "94.0", "max_stars_repo_name": "DigicraftSolutions/Daishi.AMQP", "max_stars_repo_path": "Daishi.AMQP/RabbitMQAuthorizationHeader.cs", "provenance": "train-00027-of-00045.jsonl.gz:160090" }
starcoder
<reponame>DigicraftSolutions/Daishi.AMQP #region Includes using System; using System.Text; #endregion namespace Daishi.AMQP { internal static class RabbitMQAuthorizationHeader { public static string Create(string userName, string password) { var authHeaderValue = Encoding.UTF8.GetBytes(string...
2.432145
97ef5f8726978809b2d1309298127526
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840871
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lewuaza/Tellurium", "max_stars_repo_path": "Src/Dashboard/Views/Home/TestSessionList.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160091" }
starcoder
@using Tellurium.VisualAssertion.Dashboard.Services.TestResults @model Tellurium.VisualAssertion.Dashboard.Services.TestResults.TestSessionListViewModel <table class="table table-striped"> <thead> <tr> <th>Session</th> <th>Browsers</th> </tr> </thead> <tbody> @foreach (var sess...
2.55155
9cad025baa06065cf7f0564e72701fc6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840872
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "giggals/Software-University", "max_stars_repo_path": "Working with abstractions - Exercise/P05_GreedyTimes/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:160092" }
starcoder
<reponame>giggals/Software-University<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; namespace P05_GreedyTimes { public class Potato { static void Main(string[] args) { long input = long.Parse(Console.ReadLine()); string[] saveBox = Conso...
3.163475
affb30b4996624e155d80e20735fe10b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840873
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "soilmeal/soil-csharp", "max_stars_repo_path": "src/Soil.SimpleActorModel/Message/DefaultMailboxFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:160093" }
starcoder
using System; using Soil.SimpleActorModel.Actors; namespace Soil.SimpleActorModel.Message; public class DefaultMailboxFactory : IMailboxFactory { public Mailbox Create(IActorContext context, MailboxProps props) { if (context == null) { throw new ArgumentNullException(nam...
2.237245
9f82af504a057c8497de3e0e26f73ebf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840874
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "showplan/showplan-dotnet", "max_stars_repo_path": "tests/Showplan.Tests/Data/PostHistoryType.cs", "provenance": "train-00027-of-00045.jsonl.gz:160094" }
starcoder
using System.Collections.Generic; #nullable disable namespace Showplan.Tests.Data { public partial class PostHistoryType { public PostHistoryType() { PostHistories = new HashSet<PostHistory>(); } public int Id { get; set; } public string Type { get; set; }...
1.917552
6d68c9f85390439a368de5d1e0c855d6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840875
{ "extension": "c-sharp", "max_stars_count": "486.0", "max_stars_repo_name": "ZavierHenry/LinqToTwitter", "max_stars_repo_path": "Samples/LinqToTwitter4/Linq2TwitterDemos_WPF/MainWindow.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:160095" }
starcoder
<filename>Samples/LinqToTwitter4/Linq2TwitterDemos_WPF/MainWindow.xaml.cs using System; using System.Linq; using System.Windows; using System.Windows.Controls; namespace Linq2TwitterDemos_WPF { /// <summary> /// Interaction logic for MainWindow.xaml /// </summary> public partial class MainWindow : Win...
2.436764
6f79319d886b983d60b1f34e512c15a6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840876
{ "extension": "c-sharp", "max_stars_count": "39.0", "max_stars_repo_name": "improbable/online-services", "max_stars_repo_path": "services/csharp/DataModel.Test/Party/ConstructingInviteShould.cs", "provenance": "train-00027-of-00045.jsonl.gz:160096" }
starcoder
<filename>services/csharp/DataModel.Test/Party/ConstructingInviteShould.cs<gh_stars>10-100 using System.Collections.Generic; using Improbable.OnlineServices.DataModel.Party; using NUnit.Framework; namespace Improbable.OnlineServices.DataModel.Test.Party { [TestFixture] public class ConstructingInviteShould ...
2.500312
bf109ca75e46cadcd571d9a5aaa8f766
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840877
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "jjjhong91/IdentityServer4.Admin", "max_stars_repo_path": "src/Skoruba.IdentityServer4.Admin.BusinessLogic/Events/ApiResource/ApiScopeAddedEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:160097" }
starcoder
<gh_stars>1-10 using Skoruba.AuditLogging.Events; using Skoruba.IdentityServer4.Admin.BusinessLogic.Dtos.Configuration; namespace Skoruba.IdentityServer4.Admin.BusinessLogic.Events.ApiResource { public class ApiScopeAddedEvent : AuditEvent { public ApiScopesDto ApiScope { get; set; } public A...
1.471781
2c790119e596d10b3e2554b033ff075c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840878
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NAXAM/tangle-.net", "max_stars_repo_path": "Tangle.Net/Tangle.Net/Repository/IIotaExtendedRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:160098" }
starcoder
<filename>Tangle.Net/Tangle.Net/Repository/IIotaExtendedRepository.cs namespace Tangle.Net.Repository { using System.Collections.Generic; using System.Threading.Tasks; using Tangle.Net.Entity; using Tangle.Net.Repository.DataTransfer; using Tangle.Net.Repository.Responses; /// <summary> /// The IotaExt...
2.229076
6474512b363d7870b7798d001579dcf7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840879
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "r8420/InvectorPhotonPUNMultiplayerAddon", "max_stars_repo_path": "PUNMultiplayerInvectorAddon/PUN_Scripts/PUN_ItemManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:160099" }
starcoder
using Invector.vCharacterController.vActions; using Invector.vItemManager; using Invector.vShooter; using Photon.Pun; using System.Collections.Generic; using UnityEngine; public class PUN_ItemManager : MonoBehaviour { //changed this to a singleton because FindObjectOfType is expensive private static ...
2.124348
938017114d716dae33181b89e7e47be9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840880
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "withbuddies/ServiceStack.Text", "max_stars_repo_path": "tests/ServiceStack.Text.Tests/JsonTests/ArrayListTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160100" }
starcoder
<reponame>withbuddies/ServiceStack.Text<gh_stars>1-10 using System.Collections; using NUnit.Framework; namespace ServiceStack.Text.Tests.JsonTests { [TestFixture] public class ArrayListTests : TestBase { [Test] public void CanSerializeArrayListOfMixedTypes() { ...
2.262386
6a9f8a3bb75e09448b93314997abbebc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840881
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "javiertuya/selema", "max_stars_repo_path": "net/Selema/Translated/Giis.Selema.Services.Impl/LocalService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160101" }
starcoder
<reponame>javiertuya/selema ///////////////////////////////////////////////////////////////////////////////////////////// /////// THIS FILE HAS BEEN AUTOMATICALLY CONVERTED FROM THE JAVA SOURCES. DO NOT EDIT /////// ///////////////////////////////////////////////////////////////////////////////////////////// using Giis...
1.900612
135a561f4d3fc245c3b0809642017ad5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840882
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "PacktPublishing/Unity-2019-3D-Game-Physics-V-", "max_stars_repo_path": "GamePhysicsForUnity2019/Assets/Sections/Section_01/Video_05/PhysicsSimulate/PhysicsSimulate.cs", "provenance": "train-00027-of-00045.jsonl.gz:160102" }
starcoder
using UnityEngine; using UnityEngine.SceneManagement; namespace RMC.UnityGamePhysics.Sections.Section05 { /// <summary> /// Typically we DO NOT manually call Physics.Simulate. /// This demos does manually call it to illustrate how it works. /// Depending on your game, you can add one of the 2 techniques shown //...
2.562727
6040256f984560f106b896bbae6dd42f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840883
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zlxy/Genesis-3D", "max_stars_repo_path": "Engine/extlibs/IosLibs/mono-2.6.7/mcs/tests/test-450.cs", "provenance": "train-00027-of-00045.jsonl.gz:160103" }
starcoder
<reponame>zlxy/Genesis-3D<gh_stars>0 // // This is a test for as expression // in custom attribute constructors // using System; class MyAttribute : Attribute { public MyAttribute (string s) { } } [My (null as string)] class X { static void Main () { } }
1.808458
0d8ae598af4d8fb9b394315d435e6219
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840884
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "kiapanahi/famous-design-patterns", "max_stars_repo_path": "Patterns in Action/DataObjects/EntityFramework/OrderEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:160104" }
starcoder
<reponame>kiapanahi/famous-design-patterns //------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be...
1.740487
814b3fea067f2da296f1125ddf24a7fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840885
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "slang25/playwright-sharp", "max_stars_repo_path": "src/PlaywrightSharp.ProtocolTypesGenerator/ProtocolCodeGeneratorUtilities.cs", "provenance": "train-00027-of-00045.jsonl.gz:160105" }
starcoder
<reponame>slang25/playwright-sharp using System.Globalization; using System.Text; namespace PlaywrightSharp.ProtocolTypesGenerator { internal static class ProtocolCodeGeneratorUtilities { public static void AppendAutoGeneratedPrefix(this StringBuilder builder) => builder.Append(@"//...
2.51429
67a0733e0d2beefd843144c17552e6e4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840886
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "beingj/LeetCode", "max_stars_repo_path": "0114-FlattenBinaryTreeToLinkedList.cs", "provenance": "train-00027-of-00045.jsonl.gz:160106" }
starcoder
<reponame>beingj/LeetCode<filename>0114-FlattenBinaryTreeToLinkedList.cs<gh_stars>0 using System; using Xunit; using Util; using System.Linq; using System.Collections.Generic; using System.Text; namespace FlattenBinaryTreeToLinkedList { public class Solution { public void Flatten(TreeNode root) ...
2.913449
5e233c026edb941bb131706e395e792a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840887
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "terrajobst/clonedetective-vs", "max_stars_repo_path": "Source/CloneDetective.CloneReporting/Clone Detective/SolutionSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:160107" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.IO; using System.Xml; namespace CloneDetective.CloneReporting { /// <summary> /// This class represents the solution-specific settings of Clone Detective. /// For For global settings see <see cref="GlobalSettings"/>. /// </summar...
2.688884
2245e7f5166fd57cffe05059a4b2a76c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840888
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "matiias/MVC", "max_stars_repo_path": "OData/test/System.Web.OData.Test/OData/Builder/ComplexTypeConfigurationTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:160108" }
starcoder
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using Microsoft.TestCommon; using Moq; namespace System.Web.OData.Builder.Test { public class ComplexTypeConfigurationTest { [Theory] [InlineData(typeof(DateTim...
2.057251
74ecd4b010d1f19a8d0704dca59fc22d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840889
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AmonBune/M183-Test", "max_stars_repo_path": "Pruefung_Praktisch/Pruefung_Praktisch_Musterloesung/Models/Lab3Postcomments.cs", "provenance": "train-00027-of-00045.jsonl.gz:160109" }
starcoder
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Web; using System.Web.Mvc; namespace Pruefung_Praktisch_Musterloesung.Models { public class Lab3Postcomments { private SqlConnection setUp() { SqlConnection con = new SqlCon...
2.675124
84a64b0f62616b360c13bbfa7443f379
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840890
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DuoFluxInc/StockBad", "max_stars_repo_path": "Assets/CodeStage/AdvancedFPSCounter/Examples/APITester.cs", "provenance": "train-00027-of-00045.jsonl.gz:160110" }
starcoder
<filename>Assets/CodeStage/AdvancedFPSCounter/Examples/APITester.cs using System; using CodeStage.AdvancedFPSCounter.Label; using UnityEngine; namespace CodeStage.AdvancedFPSCounter { public class APITester : MonoBehaviour { private int selectedTab = 0; private readonly string[] tabs = {"Common", "FPSCounter",...
2.337966
0c9d8e9e170ffb94b991e2638d1ecdd0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840891
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mikeyjm145/ChillSched", "max_stars_repo_path": "Frontend/Controller/Business/MessageController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160111" }
starcoder
using Backend.Implementations; using Backend.Inferfaces; using Backend.Model; using Shared.Global; using Shared.Model; using System.Collections.Generic; namespace Frontend.Controller.Business { /// <summary> /// Controller for Message /// </summary> public class MessageController { private...
2.684165
c723eb8cbb74d2fba0aebba84a964e61
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840892
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "nayanshah/MSBuildPrediction", "max_stars_repo_path": "src/BuildPrediction/ProjectGraphPredictions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160112" }
starcoder
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Build.Prediction { using System.Collections.Generic; using Microsoft.Build.Graph; /// <summary> /// Predictions of build inputs an...
2.08935
e7ea365ff68e2b53756fb903c47a2594
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840893
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BADKOD/metasyntactic", "max_stars_repo_path": "Euler1/Euler1/Problems/Problem24.cs", "provenance": "train-00027-of-00045.jsonl.gz:160113" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Euler.Problems { class Problem24 : Problem { public bool run() { var current = "0123456789"; var result = current.permute(999999); return result == "2783915460";...
2.712324
08baa2eae3e2c369010a85a3b302b16e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840894
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "risadams/team-agile", "max_stars_repo_path": "src/CAS.TFS/Model/WorkItems/DefectCloseInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:160114" }
starcoder
<gh_stars>0 using System; using System.Diagnostics; namespace CAS.TFS.Model.WorkItems { /// <summary> /// Class DefectCloseInfo. /// </summary> [Serializable] [DebuggerDisplay("Closed: {IsClosed,nq}")] public class DefectCloseInfo { /// <summary> /// Gets o...
2.199383
2f292b8f7fc39467580d0a6e08e3d3b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840895
{ "extension": "c-sharp", "max_stars_count": "399.0", "max_stars_repo_name": "rogerex/Mediator.Net", "max_stars_repo_path": "src/Mediator.Net.WebApiSample.Test/EndpointsTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:160115" }
starcoder
<filename>src/Mediator.Net.WebApiSample.Test/EndpointsTest.cs using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Mediator.Net.TestUtil.Messages; using Mediator.Net.WebApiSample.Controllers; using Microsoft.AspNetCore.Mvc.Testing; using Newtonsoft.Json; using Shouldly; using...
2.492298
bbc10a2b90131ae7cd6947dfb2cd19c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840896
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rubilnik4/VeraBoutique", "max_stars_repo_path": "BoutiqueDTOXUnit/Infrastructure/Mocks/Converters/Clothes/GenderTransferConverterMock.cs", "provenance": "train-00027-of-00045.jsonl.gz:160116" }
starcoder
<filename>BoutiqueDTOXUnit/Infrastructure/Mocks/Converters/Clothes/GenderTransferConverterMock.cs using BoutiqueDTO.Infrastructure.Implementations.Converters.Clothes; using BoutiqueDTO.Infrastructure.Implementations.Converters.Clothes.GenderTransfers; using BoutiqueDTO.Infrastructure.Interfaces.Converters.Clothes; usi...
2.308427
4da73499357bd46dfdeab6cf4a6ef09e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840897
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rombo84fx/furry-octo-doodle", "max_stars_repo_path": "ProAspnetPlatform/GettingStartedWithIdentity/Controllers/HomeController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160117" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using GettingStartedWithIdentity.Infrastructure; using GettingStartedWithIdentity.Models; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; namespac...
1.976867
972f887c60fb2a93db977fbb739cd6ac
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840898
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Polimat/Gamma", "max_stars_repo_path": "Views/ImportOldProductsView.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:160118" }
starcoder
using System.Windows; using Gamma.ViewModels; namespace Gamma.Views { /// <summary> /// Логика взаимодействия для ImportOldProductsView.xaml /// </summary> public partial class ImportOldProductsView : Window { public ImportOldProductsView() { DataContext = new ImportOld...
1.63148
d7a826c3ce6c08aa3d94ae7a5d39e88f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840899
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "collectioneering/Fp", "max_stars_repo_path": "src/Dereliction/ViewModels/ViewModelBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:160119" }
starcoder
<filename>src/Dereliction/ViewModels/ViewModelBase.cs using ReactiveUI; namespace Dereliction.ViewModels; public class ViewModelBase : ReactiveObject { }
1.120801
42dff9d4c512be1bf531cd2bd77e7d0e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840900
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ZNS/EliteTracker", "max_stars_repo_path": "ZNS.EliteTracker/Views/Commander/Edit.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160120" }
starcoder
@model ZNS.EliteTracker.Models.Documents.Commander @{ Layout = "~/Views/Shared/_Layout.cshtml"; } <div id="CommanderEdit" ng-controller="commanderEdit" ng-init="init(@Model.Id)"> <div class="page-header"> <h1>CMDR @Model.Name</h1> </div> <ul class="nav nav-tabs"> <li><a href="@Url.Actio...
2.073433
bf7bcb304314590f07f3f3379d56a62a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840901
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "717009629/EducationAdmin", "max_stars_repo_path": "aspnet-core/src/EducationAdmin.Core/Education/Class.cs", "provenance": "train-00027-of-00045.jsonl.gz:160121" }
starcoder
using Abp.Domain.Entities.Auditing; using EducationAdmin.Authorization.Users; using EducationAdmin.Sales; using EducationAdmin.Students; using System; using System.Collections.Generic; using System.Text; namespace EducationAdmin.Education { public class Class:FullAuditedEntity<long> { public string Na...
2.16349
38deee1444f25270b14fbc34ce281d22
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840902
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "pmache/singularityrdk", "max_stars_repo_path": "SOURCE/base/Windows/SizeCompare/SizeCompare.cs", "provenance": "train-00027-of-00045.jsonl.gz:160122" }
starcoder
<reponame>pmache/singularityrdk<filename>SOURCE/base/Windows/SizeCompare/SizeCompare.cs using System; using System.IO; // SizeCompare compares the sizes of two files. Returns whether they are equal (0). class SizeCompare { static int Main(string[] args) { if (args == null || args.Length != 2) { ...
3.232884
ca0ae17b2f7cdb9a0b845393784103f8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840903
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "sampanu/DC-ILR-1819-ValidationService", "max_stars_repo_path": "src/ESFA.DC.ILR.ValidationService.Data/External/Organisation/Model/Organisation.cs", "provenance": "train-00027-of-00045.jsonl.gz:160123" }
starcoder
<gh_stars>1-10 namespace ESFA.DC.ILR.ValidationService.Data.External.Organisation.Model { public class Organisation { // Org Details public long? UKPRN { get; set; } // Org Details public string LegalOrgType { get; set; } // Org Partner UKPRN public bool? Partn...
1.260947
e1d8a1c2c72f12c4c261647e4428b1b2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840904
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "OrderWOPower/KaosesTweaks", "max_stars_repo_path": "KaosesTweaks/Objects/Items/TradeGoods.cs", "provenance": "train-00027-of-00045.jsonl.gz:160124" }
starcoder
<reponame>OrderWOPower/KaosesTweaks<gh_stars>1-10 using KaosesTweaks.Utils; using TaleWorlds.Core; namespace KaosesTweaks.Objects { public class TradeGoods : ItemModifiersBase { public TradeGoods(ItemObject itemObject) : base(itemObject) { if (_settings.ItemDebugMode) ...
1.99307
d76d8c359daa3c9b22a460508d9bf0aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840905
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sh-kj/Unity-SpriteScaler", "max_stars_repo_path": "Editor/SpriteScalerEditor.cs", "provenance": "train-00027-of-00045.jsonl.gz:160125" }
starcoder
<filename>Editor/SpriteScalerEditor.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using System.Linq; namespace radiants.SpriteScaler { [CustomEditor(typeof(SpriteScaler))] public class SpriteScalerEditor : Editor { private SpriteScaler _Target; private Sp...
2.307642
b36196d72d4e9b5f551eb2a8a8f0611a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840906
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fourDotsSoftware/FreePDFImageExtractor", "max_stars_repo_path": "PdfImageExtractor/ArgsHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:160126" }
starcoder
<filename>PdfImageExtractor/ArgsHelper.cs using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Windows.Forms; namespace PdfImageExtractor { class ArgsHelper { public static bool FromWindowsExplorer = false; public static bool IsCommandLine() ...
2.605577
36c60b2e8c3a3b6300010aabdb6b8eb6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840907
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Bubu31/Taviloglu.Wrike.ApiClient", "max_stars_repo_path": "Taviloglu.Wrike.Core/Invitations/WrikeInvitation.cs", "provenance": "train-00027-of-00045.jsonl.gz:160127" }
starcoder
<filename>Taviloglu.Wrike.Core/Invitations/WrikeInvitation.cs<gh_stars>0 using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System; using Taviloglu.Wrike.Core.Json; namespace Taviloglu.Wrike.Core.Invitations { /// <summary> /// Invitation /// </summary> public class WrikeInvitation : Wrike...
2.442837
53a6670b0c94406677833b28d3427bf4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840908
{ "extension": "c-sharp", "max_stars_count": "31.0", "max_stars_repo_name": "PSneijder/BspViewer", "max_stars_repo_path": "BspViewer.Desktop/Components/Camera.cs", "provenance": "train-00027-of-00045.jsonl.gz:160128" }
starcoder
using OpenTK; using OpenTK.Graphics.OpenGL; using OpenTK.Input; using System; namespace BspViewer { sealed class Camera { public Vector3 Position { get; private set; } private MouseDevice _mouse; private KeyboardDevice _keyboard; private bool _captureMouse = false; // When se...
2.919058
87c41af3d8ecd203a26ef2338a56cc31
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840909
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IliasSkourlas/BookOne", "max_stars_repo_path": "BookOne/BookOne/Views/Shared/_Layout - History.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160129" }
starcoder
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title - BookOne</title> @Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") @Scripts.Render("~/bundles/jquery") @Scripts.Render(...
2.027788
f698c283a1fb0081e8d67c75ccf2fe46
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840910
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "huazhikui/Pandas.NET", "max_stars_repo_path": "src/Pandas.NET/SliceLabel.cs", "provenance": "train-00027-of-00045.jsonl.gz:160130" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace PandasNet { public class SliceLabel { public string StartLabel { protected set; get; } public string EndLabel { protected set; get; } public int Step { prote...
2.695101
e3a58cdb9878c0ed57830a46c83a8828
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8840911
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "spkl/xor-persist", "max_stars_repo_path": "src/Test/Inheritance.cs", "provenance": "train-00027-of-00045.jsonl.gz:160131" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using LateNightStupidities.XorPersist; using LateNightStupidities.XorPersist.Attributes; using NUnit.Framework; namespace Test { [TestFixture] public class Inheritance { #region Private classes private a...
2.599742
b37c4167fbe9cdac259ba9c3790a7570