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
8843112
{ "extension": "c-sharp", "max_stars_count": "3268.0", "max_stars_repo_name": "gjy5885/azure-sdk-for-net", "max_stars_repo_path": "sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ClusterUpgradePolicy.cs", "provenance": "train-00027-of-00045.jsonl.gz:162332" }
starcoder
<filename>sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Generated/Models/ClusterUpgradePolicy.cs // <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 Mi...
2.008405
99b0d25cd5e3bbf902fb53f1ef6d9a88
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843113
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "aidan-g/FoxTunes", "max_stars_repo_path": "FoxTunes.UI.Windows.Lyrics/ViewModel/Lyrics.cs", "provenance": "train-00027-of-00045.jsonl.gz:162333" }
starcoder
using FoxTunes.Interfaces; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace FoxTunes.ViewModel { public class Lyrics : ViewModelBase { public static readonly string PADDING = string.Join(string.Empty, Enumerable...
2.096955
2f1475f41f4838ca1aad913a470483ba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843114
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wrhyme29/ChasejydMods", "max_stars_repo_path": "Controller/Heroes/Rockstar/SubCardClasses/StagePresenceCardController.cs", "provenance": "train-00027-of-00045.jsonl.gz:162334" }
starcoder
<filename>Controller/Heroes/Rockstar/SubCardClasses/StagePresenceCardController.cs using Handelabra.Sentinels.Engine.Controller; using Handelabra.Sentinels.Engine.Model; using System; using System.Collections; using System.Collections.Generic; namespace Chasejyd.Rockstar { public class StagePresenceCardController...
2.602659
f6a3bc569192b799abc9bbada051adad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843115
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HubertBalcerzak/libKratos", "max_stars_repo_path": "libKratos/Native/NativeNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:162335" }
starcoder
using System; using System.Runtime.InteropServices; namespace LibKratos.Native { public class NativeNode { [DllImport("KratosCSharpWrapperCore.dll", CallingConvention = CallingConvention.StdCall)] public static extern int Node_Id(IntPtr instance); [DllImport("KratosCSharpWrapperCore.dll", ...
2.156849
deebddd751a61ea61efc1886ba9e9501
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843116
{ "extension": "c-sharp", "max_stars_count": "124.0", "max_stars_repo_name": "Steph55/DirectN", "max_stars_repo_path": "DirectN/DirectN/Generated/D3D12_RENDER_PASS_ENDING_ACCESS_TYPE.cs", "provenance": "train-00027-of-00045.jsonl.gz:162336" }
starcoder
<gh_stars>100-1000 // c:\program files (x86)\windows kits\10\include\10.0.22000.0\um\d3d12.h(18871,1) namespace DirectN { public enum D3D12_RENDER_PASS_ENDING_ACCESS_TYPE { D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_DISCARD = 0, D3D12_RENDER_PASS_ENDING_ACCESS_TYPE_PRESERVE = 1, D3D12_...
1.318596
988f0585a1d65e680b0b401bfc37b92e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843117
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "vividos/WhereToFly", "max_stars_repo_path": "src/App/Core/IPageResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:162337" }
starcoder
<filename>src/App/Core/IPageResult.cs using System.Threading.Tasks; namespace WhereToFly.App.Core { /// <summary> /// Interface for pages and popup pages that wish to return a result /// </summary> /// <typeparam name="TResult">type of result to return</typeparam> public interface IPageResult<TRes...
2.55249
ff9e5eda788d07b61cd1aa7cbf028842
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843118
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "XerProjects/Xer.Cqrs.Extensions.SimpleInjector", "max_stars_repo_path": "Src/Xer.Cqrs.Extensions.SimpleInjector/SimpleInjectorContainerExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:162338" }
starcoder
<gh_stars>1-10 using System; using System.Reflection; using Xer.Cqrs.Extensions.SimpleInjector; namespace SimpleInjector { public static class SimpleInjectorContainerExtensions { public static Container RegisterCqrs(this Container container, params Assembly[] assemblies) { if (cont...
2.072704
f5e9e259bc919df6d90e4eba55f9b149
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843119
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "karashiiro/Aethersight.NET", "max_stars_repo_path": "AethersightNET/IAethersightSniffer.cs", "provenance": "train-00027-of-00045.jsonl.gz:162339" }
starcoder
using System; namespace AethersightNET { public interface IAethersightSniffer : IDisposable { void BeginSniffing(AethersightSniffer.PacketCallback callback, string deviceName = ""); void BeginSniffingFromFile(AethersightSniffer.PacketCallback callback, string fileName); void EndSniff...
2.0477
dd9a30f2a7023387cc592da7e4d6a0b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843120
{ "extension": "c-sharp", "max_stars_count": "57.0", "max_stars_repo_name": "johanduf/Dataphor", "max_stars_repo_path": "Dataphor/Language.SQL/Language/Modifiers.cs", "provenance": "train-00027-of-00045.jsonl.gz:162340" }
starcoder
<filename>Dataphor/Language.SQL/Language/Modifiers.cs /* Dataphor © Copyright 2000-2008 Alphora This file is licensed under a modified BSD-license which can be found here: http://dataphor.org/dataphor_license.txt */ using System; using System.Collections; using Alphora.Dataphor; namespace Alphora.Dataphor.DAE.Lang...
2.737301
7104da6c4db7b7f4aa758f9ee12b9cd9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843121
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uoyoCsharp/MiCake.Tenant", "max_stars_repo_path": "src/framework/MiCake.Tenant/MiCake.Tenant/Diagnostics/ITenantInterceptor.cs", "provenance": "train-00027-of-00045.jsonl.gz:162341" }
starcoder
<filename>src/framework/MiCake.Tenant/MiCake.Tenant/Diagnostics/ITenantInterceptor.cs namespace MiCake.Tenant.Diagnostics { /// <summary> /// The base interface for all tenant interceptors. /// </summary> public interface ITenantInterceptor { } }
1.355433
3cc6e9c21971973eb4176b0b21024db6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843122
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ashenBlade/tpcon", "max_stars_repo_path": "src/Router/MacAddress.cs", "provenance": "train-00027-of-00045.jsonl.gz:162342" }
starcoder
using System.Globalization; using System.Text.RegularExpressions; namespace Router.Domain; public class MacAddress { private readonly byte[] _octets; private string? _representation; public MacAddress(IReadOnlyList<byte> octets) { if (octets.Count != 6) { throw new Argument...
3.175936
f7b8cb36e44798a8a19b4b5d89e44df4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843123
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "unsinedZ/Imagegram", "max_stars_repo_path": "src/Imagegram.Api/Services/AccountService.cs", "provenance": "train-00027-of-00045.jsonl.gz:162343" }
starcoder
using System; using System.Linq; using System.Threading.Tasks; using AutoMapper; using Imagegram.Api.Exceptions; using Imagegram.Api.Repositories; using EntityModels = Imagegram.Api.Models.Entity; using ProjectionModels = Imagegram.Api.Models.Projection; namespace Imagegram.Api.Services { public class AccountServi...
2.450502
6991c014911d0a778b8815bd77c195fd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843124
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dmorosinotto/scriptcs-arduino", "max_stars_repo_path": "src/ScriptCs.Arduino/ScriptCs.Arduino/Models/SinglePinComponent.cs", "provenance": "train-00027-of-00045.jsonl.gz:162344" }
starcoder
using ScriptCs.Arduino.Interfaces; namespace ScriptCs.Arduino.Models { public abstract class SinglePinComponent : Component { protected readonly int Pin; public SinglePinComponent(IArduino board, int pin, ITimer timer = null) : base(board, timer) { Pin = pin; ...
2.669699
9bf91bc552a0954d3bf8927b79c91dc9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843125
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "the-wr/infineon", "max_stars_repo_path": "Infineon/App.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:162345" }
starcoder
<filename>Infineon/App.xaml.cs using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; namespace Infineon { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App: Application { // http://stackoverflow.c...
2.804901
1e44d2eba3e00f7d867d50617fa1e6bb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843126
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lewpapado92/MSolve-ImmunoMech", "max_stars_repo_path": "ISAAR.MSolve.MSAnalysis/IntegrationClasses/SubdomainCalculationsAndAssembly.cs", "provenance": "train-00027-of-00045.jsonl.gz:162346" }
starcoder
<reponame>lewpapado92/MSolve-ImmunoMech using System.Collections.Generic; using ISAAR.MSolve.Discretization.FreedomDegrees; using ISAAR.MSolve.Discretization.Interfaces; using ISAAR.MSolve.FEM; using ISAAR.MSolve.FEM.Entities; using ISAAR.MSolve.LinearAlgebra.Matrices; using ISAAR.MSolve.MultiscaleAnalysis.Interfaces;...
1.75214
6850aa63fa09f2a956f33599200c7baa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843127
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "frankracis-work/ImageSharp", "max_stars_repo_path": "tests/ImageSharp.Tests/Formats/Pbm/PbmRoundTripTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:162347" }
starcoder
<filename>tests/ImageSharp.Tests/Formats/Pbm/PbmRoundTripTests.cs<gh_stars>1-10 // Copyright (c) <NAME>. // Licensed under the Apache License, Version 2.0. using System.IO; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison; using Xunit; using static SixLabors.Image...
2.23532
6ad59e1068084d26c1f0339789977103
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843128
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Lakerfield/bunqsdk", "max_stars_repo_path": "src/Lakerfield.BunqSdk/Model/Generated/InstallationCreate.cs", "provenance": "train-00027-of-00045.jsonl.gz:162348" }
starcoder
using Newtonsoft.Json; namespace Lakerfield.BunqSdk.Model { [BunqObject("InstallationCreate")] public class InstallationCreate { /// <summary> /// The Id object of the created Installation /// </summary> [JsonProperty(PropertyName = "Id")] public BunqId Id { get; set; } /// <summary> ...
1.768866
22bda070eaeaa0d703cc041d2f01b63a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843129
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheZipa/UnityGame", "max_stars_repo_path": "Assets/Scripts/Settings/HightScoreViewer.cs", "provenance": "train-00027-of-00045.jsonl.gz:162349" }
starcoder
using UnityEngine; using UnityEngine.UI; public class HightScoreViewer : MonoBehaviour { [SerializeField] private Text _hightScoreText; private void Awake() { _hightScoreText.text = GameData.LoadHightScore().ToString(); } }
1.924652
cafbca93751c77f4ea6b256b797b2029
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843130
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "csf-dev/Autofac.AutoLazy", "max_stars_repo_path": "AutoLazy/AutoLazyInterceptor.cs", "provenance": "train-00027-of-00045.jsonl.gz:162350" }
starcoder
using System; using Castle.DynamicProxy; namespace AutoLazy { /// <summary> /// A DynamicProxy interceptor which changes the target for any invocation, provided the /// invocation implements <see cref="IChangeProxyTarget"/>. /// </summary> /// <typeparam name="T">The type of service which this imp...
3.03333
4ada6fa30a652f50460947050bf6da21
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843131
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "econmed/ImageServer20", "max_stars_repo_path": "Dicom/ServiceModel/Query/Identifier.cs", "provenance": "train-00027-of-00045.jsonl.gz:162351" }
starcoder
<reponame>econmed/ImageServer20<filename>Dicom/ServiceModel/Query/Identifier.cs #region License // Copyright (c) 2009, ClearCanvas Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met:...
2.01452
72cf190e6e71bb7f5baf6385a982503f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843132
{ "extension": "c-sharp", "max_stars_count": "37.0", "max_stars_repo_name": "ThuCommix/Sharpex2D", "max_stars_repo_path": "Sharpex2D/Audio/OpenAL/OpenALAudioBuffer.cs", "provenance": "train-00027-of-00045.jsonl.gz:162352" }
starcoder
<filename>Sharpex2D/Audio/OpenAL/OpenALAudioBuffer.cs // Copyright (c) 2012-2014 Sharpex2D - <NAME> (ThuCommix) // // 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, in...
2.330595
19577878c3b91212f46fb618dea00c3c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843133
{ "extension": "c-sharp", "max_stars_count": "51.0", "max_stars_repo_name": "xin9le/DeclarativeSql", "max_stars_repo_path": "src/DeclarativeSql/DbOperations/MySqlOperation.cs", "provenance": "train-00027-of-00045.jsonl.gz:162353" }
starcoder
<gh_stars>10-100 using System.Collections.Generic; using System.Data; using System.Linq; using System.Threading; using System.Threading.Tasks; using Dapper; using DeclarativeSql.Sql; namespace DeclarativeSql.DbOperations { /// <summary> /// Provides MySQL specific database operation. /// </summary> ...
2.400469
40567c8a17b4a03d807d9f060996454c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843134
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ScottColson/CCLLC.CDS.FieldEncryption", "max_stars_repo_path": "CCLLC.CDS.FieldEncryption.Test/Entities/CrmServiceContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:162354" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> // Created via this command line: "C:\Users\...
1.630204
02c05fe0908844d5e1b962311cdf9de5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843135
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jccirs09/CleanArchitectureWithBlazorServer", "max_stars_repo_path": "src/Blazor.Server.UI/Models/ThemeManagerModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:162355" }
starcoder
<gh_stars>0 namespace Blazor.Server.UI.Models; public class ThemeManagerModel { public bool IsDarkMode { get; set; } = true; public string PrimaryColor { get; set; } = "#c7ab0e"; public double BorderRadius { get; set; } = 4; }
1.383248
dfaaa3bc29d8992efc353b498bcc13e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843136
{ "extension": "c-sharp", "max_stars_count": "31.0", "max_stars_repo_name": "Septharoth/EndlessClient", "max_stars_repo_path": "EOLib/Domain/Map/Warp.cs", "provenance": "train-00027-of-00045.jsonl.gz:162356" }
starcoder
using EOLib.IO.Map; using System.Collections.Generic; namespace EOLib.Domain.Map { public class Warp : IWarp { private readonly WarpMapEntity _warpEntity; public int X => _warpEntity.X; public int Y => _warpEntity.Y; public DoorSpec DoorType => _warpEntity.DoorType; ...
2.488318
a238dec96c53f06064bd69a8b5efc436
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843137
{ "extension": "c-sharp", "max_stars_count": "47.0", "max_stars_repo_name": "EmptyKeys/UI_Examples", "max_stars_repo_path": "BasicUI_MonoGame/GameData/TestTreeDataItem.cs", "provenance": "train-00027-of-00045.jsonl.gz:162357" }
starcoder
<reponame>EmptyKeys/UI_Examples using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using EmptyKeys.UserInterface.Mvvm; namespace GameData { /// <summary> /// Implements example tree data item /// </summary> publ...
2.783744
a72e8c7de5a534fd9659bd0969f7cdca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843138
{ "extension": "c-sharp", "max_stars_count": "3336.0", "max_stars_repo_name": "mbentancour/azure-powershell", "max_stars_repo_path": "src/ServiceFabric/ServiceFabric/Common/JsonSerializerSettingsExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:162358" }
starcoder
<gh_stars>1000+ // ---------------------------------------------------------------------------------- // Copyright Microsoft Corporation // 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 ...
1.679143
b7217340cab6887164244b5e4a5118c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843139
{ "extension": "c-sharp", "max_stars_count": "98.0", "max_stars_repo_name": "Esilva25/testejsx", "max_stars_repo_path": "jsxbin_to_jsx/JsxbinDecoding/WhileStatement.cs", "provenance": "train-00027-of-00045.jsonl.gz:162359" }
starcoder
<reponame>Esilva25/testejsx using System; using System.Text; namespace jsxbin_to_jsx.JsxbinDecoding { public class WhileStatement : AbstractNode, IStatement { LineInfo bodyInfo; INode condInfo; public int LineNumber { get { return bodyIn...
2.50264
3d66ffc8ddd0971498ddcc995cd2553b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843140
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "nadvolod/Design-Patterns-for-High-Quality-Automated-Tests-CSharp-Edition", "max_stars_repo_path": "Chapter 7- Building Extensibility in Your Test Library/ExtensibilityDemos/Pages/WebElementFindExtensions.cs", "provenance": "train-0002...
starcoder
<reponame>nadvolod/Design-Patterns-for-High-Quality-Automated-Tests-CSharp-Edition using ExtensibilityDemos.Locators; namespace ExtensibilityDemos.Pages { public static class WebElementFindExtensions { public static Element CreateByIdContaining(this Element element, string idContaining) { ...
1.62682
7bcf8c55f5f3f94c5f7ddcc8678214e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843141
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eprilx/NorthlightFontMaker", "max_stars_repo_path": "NorthlightFontMaker/BINFNT/BINFNTStruct.cs", "provenance": "train-00027-of-00045.jsonl.gz:162361" }
starcoder
/* MIT License Copyright (c) 2021 eprilx 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 without limitation the rights to use, copy, modify, merge, publish, distri...
1.993074
0e45df6b80a1fc0a98a35117a73af9af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843142
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hamidrezahanify/Hann.Application", "max_stars_repo_path": "src/Hahn.ApplicatonProcess.Application.Data/Validators/AssetValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:162362" }
starcoder
using System; using FluentValidation; using Hahn.ApplicatonProcess.Application.Data.Context; using Hahn.ApplicatonProcess.Application.Data.Exceptions; using Hahn.ApplicatonProcess.Application.Domain.Entities; namespace Hahn.ApplicatonProcess.Application.Data.Validators { public class AssetValidator : AbstractVali...
2.674125
7ad4e0f803be145f69f1b66f7f74730c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843143
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "alanbonachella/clean-architecture-manga", "max_stars_repo_path": "src/Application/UseCases/Transfer.cs", "provenance": "train-00027-of-00045.jsonl.gz:162363" }
starcoder
<reponame>alanbonachella/clean-architecture-manga namespace Application.UseCases { using System.Threading.Tasks; using Application.Boundaries.Transfer; using Application.Services; using Domain.Accounts; using Domain.Accounts.Debits; public sealed class Transfer : IUseCase { private ...
2.311503
417d0775d928fafef0c408c88f68b076
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843144
{ "extension": "c-sharp", "max_stars_count": "42.0", "max_stars_repo_name": "narendrakongara1987/.Net", "max_stars_repo_path": "Src/MultiSafepay/Model/TaxTable.cs", "provenance": "train-00027-of-00045.jsonl.gz:162364" }
starcoder
using Newtonsoft.Json; namespace MultiSafepay.Model { public class TaxTable { [JsonProperty("name")] public string Name { get; set; } [JsonProperty("shipping_taxed")] public bool ShippingTaxed { get; set; } [JsonProperty("rate")] public float Rate { get; set; } ...
1.786787
991f5e2f9c316875ab8932e89b01c0dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843145
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "thomiel/maui-linux", "max_stars_repo_path": "src/Core/src/Platform/Gtk/SearchBarExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:162365" }
starcoder
<reponame>thomiel/maui-linux<gh_stars>10-100 namespace Microsoft.Maui { public static class SearchBarExtensions { } }
0.427336
9290cb2fee43c1e19a20b8e0de3f7610
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843146
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "hjh1126123/Dynamic-API", "max_stars_repo_path": "ReportApp/ViewModel/RouterViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:162366" }
starcoder
<filename>ReportApp/ViewModel/RouterViewModel.cs using PropertyChanged; using System.Windows; using System.Windows.Controls; namespace ReportApp.ViewModel { [ImplementPropertyChanged] public class RouterViewModel { public string Name { get; set; } public object Content { get; set; } ...
2.418947
7fa7a313cb18283aa5e8bb681289e972
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843147
{ "extension": "c-sharp", "max_stars_count": "1018.0", "max_stars_repo_name": "pskumarweb/tweetinvi", "max_stars_repo_path": "Tests/xUnitinvi/ClientActions/TweetsClient/TweetQueryGeneratorTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:162367" }
starcoder
<gh_stars>1000+ using System; using System.Collections.Generic; using FakeItEasy; using Tweetinvi; using Tweetinvi.Controllers.Shared; using Tweetinvi.Controllers.Tweet; using Tweetinvi.Core.Injectinvi; using Tweetinvi.Core.QueryGenerators; using Tweetinvi.Models; using Tweetinvi.Parameters; using Xunit; using xUnitin...
2.115963
58806583f71a9292733e9f94dffef8dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843148
{ "extension": "c-sharp", "max_stars_count": "58.0", "max_stars_repo_name": "LePtitDev/Gu.Wpf.UiAutomation", "max_stars_repo_path": "Gu.Wpf.UiAutomation/WindowsAPI/TOUCH_FEEDBACK.cs", "provenance": "train-00027-of-00045.jsonl.gz:162368" }
starcoder
<reponame>LePtitDev/Gu.Wpf.UiAutomation<filename>Gu.Wpf.UiAutomation/WindowsAPI/TOUCH_FEEDBACK.cs // ReSharper disable InconsistentNaming #pragma warning disable CA1707 // Identifiers should not contain underscores namespace Gu.Wpf.UiAutomation.WindowsAPI { /// <summary> /// https://docs.microsoft.com/en-us/pre...
2.005986
dd0e18a8c5f31cb00ae0bcb4121dfad9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843149
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lukecahill/AWS-Security-Group-Builder", "max_stars_repo_path": "Security Group Builder/Builder.cs", "provenance": "train-00027-of-00045.jsonl.gz:162369" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Json; using System.Text; using System.Text.RegularExpressions; using System.Windows.Forms; namespace Security_Group_Builder { public class Builder { List<SecurityGroup> securityGroupLis...
2.895445
6ba087364752b8a3f796b6bd42e3de06
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843150
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "matteofabbri/Workday.WebServices", "max_stars_repo_path": "Workday.Inventory/Submit_Ad_Hoc_PutAwayInput.cs", "provenance": "train-00027-of-00045.jsonl.gz:162370" }
starcoder
using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.ServiceModel; using System.Xml.Serialization; namespace Workday.Inventory { [GeneratedCode("System.ServiceModel", "4.0.0.0"), EditorBrowsable(EditorBrowsableState.Advanced), DebuggerStepThrough, MessageCon...
1.514815
6bd0de4a428c2a7594cc20f354dfa9ba
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843151
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "ufoloko/DNN.FormAndList", "max_stars_repo_path": "HelpPopup.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:162371" }
starcoder
using System; using System.Diagnostics; using DotNetNuke.Framework; using DotNetNuke.Services.Localization; namespace DotNetNuke.Modules.UserDefinedTable { public partial class HelpPopup : PageBase { #region Vom Web Form Designer generierter Code [DebuggerStepThrough] void InitializeC...
1.873118
64f67a35c8ea5a79e670e38df330ecd4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843152
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ThomasGale/Machina-Bridge", "max_stars_repo_path": "src/MachinaBridge/Helpers/BoundContent.cs", "provenance": "train-00027-of-00045.jsonl.gz:162372" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; 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; using Syste...
2.077518
4ef4655bf1b7b94a50af97f5e42bcf83
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843153
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gellios3/FateSimulator", "max_stars_repo_path": "Assets/Scripts/Canvas/Activities/Services/ActivityService.cs", "provenance": "train-00027-of-00045.jsonl.gz:162373" }
starcoder
using System.Collections.Generic; using Canvas.Cards.Interfaces; using Enums; using Interfaces.Activity; using Interfaces.Cards; using ScriptableObjects; using UnityEngine; using Zenject; namespace Canvas.Activities.Services { /// <summary> /// Activity service /// </summary> public class ActivityServ...
2.194746
5f95c26c940c6bd26aafab34064a3d0b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843154
{ "extension": "c-sharp", "max_stars_count": "65.0", "max_stars_repo_name": "rvdintercept/Partner-Center-PowerShell", "max_stars_repo_path": "src/PowerShell/Commands/RestorePartnerCustomerUser.cs", "provenance": "train-00027-of-00045.jsonl.gz:162374" }
starcoder
<reponame>rvdintercept/Partner-Center-PowerShell<filename>src/PowerShell/Commands/RestorePartnerCustomerUser.cs // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.Store.PartnerCenter.Pow...
1.901864
809258a3697c3cb06df82a73f3be0e3d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843155
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "sourcewalker/swift.umbraco", "max_stars_repo_path": "Source/Core/Business/Manager.Interfaces/IParticipantManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:162375" }
starcoder
using Swift.Umbraco.Models.DTO; using System; namespace Swift.Umbraco.Business.Manager.Interfaces { public interface IParticipantManager { ParticipantDto FindById(Guid id); Guid GetOrCreateParticipant(ParticipantDto participant); bool UpdateParticipant(ParticipantDto participant); ...
1.789095
97dcb7e80b21f5e1006b58f592012708
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843156
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ohunecker/Skybrud.Social.Twitter", "max_stars_repo_path": "src/Skybrud.Social.Twitter/Models/Lists/TwitterList.cs", "provenance": "train-00027-of-00045.jsonl.gz:162376" }
starcoder
<gh_stars>0 using System; using Newtonsoft.Json.Linq; using Skybrud.Essentials.Json.Extensions; using Skybrud.Social.Twitter.Models.Users; namespace Skybrud.Social.Twitter.Models.Lists { /// <summary> /// Class representing a Twitter list. /// </summary> public class TwitterList : TwitterObject { ...
2.594185
459cdd49c0b7d2feef7b439ea79f6a05
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843157
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "HyperLLC/Hyper.DotNet.Commands", "max_stars_repo_path": "Hyper.DotNet.Commands/Common/Constants/DotNetConstants.cs", "provenance": "train-00027-of-00045.jsonl.gz:162377" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Hyper.DotNet.Commands.Common.Constants { /// <summary> /// Data class that contain a number of constants that are used throughout automation with asp.net core. /// </summary> p...
2.365231
17105cec9e55161f4dd236d389cee2de
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843158
{ "extension": "c-sharp", "max_stars_count": "2732.0", "max_stars_repo_name": "jgrisham/Power-Fx", "max_stars_repo_path": "src/libraries/Microsoft.PowerFx.Core/Functions/Utils.cs", "provenance": "train-00027-of-00045.jsonl.gz:162378" }
starcoder
<gh_stars>1000+ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System.Numerics; using Microsoft.PowerFx.Core.Utils; namespace Microsoft.PowerFx.Core.Functions { // Extensions, extracted from Utils internal static partial class Utils2 { public static bool TestBit...
2.052824
b8f3ae7f5317a4c08705131d375edcf1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843159
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gayan/pbpTwitterExercise", "max_stars_repo_path": "pbpTwitterExercise/Models/Correspondents/TwitterCorrespondent.cs", "provenance": "train-00027-of-00045.jsonl.gz:162379" }
starcoder
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Security.Authentication; using System.Text; using System.Web; using System.Web.Configuration; using Newtonsoft.Json; using Newtonsoft.Json....
2.744935
fbac123ceeaafa5a868098796ba2b0ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843160
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BillowBone/MyWebBrowser", "max_stars_repo_path": "Designer/Settings.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:162380" }
starcoder
<reponame>BillowBone/MyWebBrowser namespace MyWebBrowser { partial class Settings { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being ...
2.061238
19f5ac775f36d07f6368bec2e949a556
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843161
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "5e/NmeaParser", "max_stars_repo_path": "src/NmeaParser.Shared/Nmea/Gps/GNGLL.cs", "provenance": "train-00027-of-00045.jsonl.gz:162381" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace NmeaParser.Nmea.Gps { [NmeaMessageType(Type = "GNGLL")] public class Gngll : Gpgll { } }
1.313698
4898aa6e73353f360489ae1ceb4ad90a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843162
{ "extension": "c-sharp", "max_stars_count": "234.0", "max_stars_repo_name": "Drul1337/DigitalRune", "max_stars_repo_path": "Source/DigitalRune.Editor/Extensions/Commands/ShortcutsOptionsPageViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:162382" }
starcoder
// DigitalRune Engine - Copyright (C) DigitalRune GmbH // This file is subject to the terms and conditions defined in // file 'LICENSE.TXT', which is part of this source code package. using System; using System.Collections.Generic; using System.Linq; using DigitalRune.Editor.Options; using DigitalRune.Windows; using ...
2.29413
dc10229414125cafb73f86b7ad51bea9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843163
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MasterScott/CP77Tools", "max_stars_repo_path": "CP77.CR2W/Types/cp77/InspectableItemObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:162383" }
starcoder
using System.IO; using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class InspectableItemObject : gameItemObject { [Ordinal(0)] [RED("inspectableClues")] public CArray<SInspectableClue> InspectableClues { get; set; } publi...
1.109963
c02014ecee91c4f25e09e518e54cd6ae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843164
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "curryudon08/Atcoder", "max_stars_repo_path": "ABC/abc093/a/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:162384" }
starcoder
 using System; namespace a { class Program { static void Main(string[] args) { var s = Console.ReadLine().Trim(); var f = s.Contains("a") && s.Contains("b") && s.Contains("c"); Console.WriteLine(f ? "Yes" : ...
3.251878
d0363579c64b072f82ce91a490190be6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843165
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Michael97/ShoutOut", "max_stars_repo_path": "ShoutOutVR/Assets/Scripts/OnDeathVFX.cs", "provenance": "train-00027-of-00045.jsonl.gz:162385" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class OnDeathVFX : MonoBehaviour { [SerializeField] private GameObject _explosionDeathVFX; [SerializeField] private AudioClip death_Clip; private AudioSource ac; public HighscoresController highscoreContro...
2.024627
217aef1e784a39ef85dbddd1855fa360
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843166
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "icraftsoftware/BizTalk.Factory", "max_stars_repo_path": "src/BizTalk.Common.Tests/Xml/CompositeEmbeddedTransformFixture.cs", "provenance": "train-00027-of-00045.jsonl.gz:162386" }
starcoder
<filename>src/BizTalk.Common.Tests/Xml/CompositeEmbeddedTransformFixture.cs #region Copyright & License // Copyright © 2012 - 2019 <NAME> // // 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 Lic...
1.771649
bf0f3272b52cf1c5a4d6b6712b4bc8c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843167
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GoodDalek/KeyHard", "max_stars_repo_path": "KeyHard/telaajustes.cs", "provenance": "train-00027-of-00045.jsonl.gz:162387" }
starcoder
<reponame>GoodDalek/KeyHard<filename>KeyHard/telaajustes.cs<gh_stars>0 using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace KeyHard { ...
2.345625
0fdb85640617b3f5a2b71c2ea3a5734c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843168
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JegorRysskin/boektquizt-jordydriesjegor_enterprisemobile", "max_stars_repo_path": "Frontend/BoektQuiz/BoektQuiz/BoektQuiz/Views/QuestionOverviewPage.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:162388" }
starcoder
using BoektQuiz.Repositories; using BoektQuiz.Services; using BoektQuiz.Util; using BoektQuiz.ViewModels; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace BoektQuiz.Views { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class QuestionOverviewPage : ContentPage { QuestionO...
1.821567
f7f416a788369b8d581fa40743c1cbb7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843169
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OBeautifulCode/OBeautifulCode.AccountingTime", "max_stars_repo_path": "OBeautifulCode.AccountingTime.Test/AccountingTimeDummyFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:162389" }
starcoder
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AccountingTimeDummyFactory.cs" company="OBeautifulCode"> // Copyright (c) OBeautifulCode 2018. All rights reserved. // </copyright> // <auto-generated> // Sourced from NuGet p...
2.19255
1d9296ccec3d2b28d718c38711b5ebc2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843170
{ "extension": "c-sharp", "max_stars_count": "94.0", "max_stars_repo_name": "zkweb-framework/ZKWeb.MVVMDemo", "max_stars_repo_path": "src/ZKWeb.MVVMPlugins/MVVM.Common.TaskScheduler/src/Components/ScheduledTasks/DefaultScheduledTaskProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:162390" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using ZKWeb.MVVMPlugins.MVVM.Common.TaskScheduler.src.Components.ScheduledTasks.Interfaces; using ZKWebStandard.Ioc; namespace ZKWeb.MVVMPlugins.MVVM.Common.TaskScheduler.src.Components.ScheduledTasks { /// <summary> /// 默认的任务提供器 //...
1.81325
ba056309936bc35b7b5f070143d12de8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843171
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "incoCodes/2DPlatformer", "max_stars_repo_path": "Scripts/Patrol.cs", "provenance": "train-00027-of-00045.jsonl.gz:162391" }
starcoder
<reponame>incoCodes/2DPlatformer<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Patrol : MonoBehaviour { // These instances variables are for the movement of the enemy, this is so we can give the enemy some life and have animal-like behaviour public float...
2.641882
dfe9b957b54a57eec779f8e5b5c8a85e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843172
{ "extension": "c-sharp", "max_stars_count": "82.0", "max_stars_repo_name": "EzyWebwerkstaden/rhino-esb", "max_stars_repo_path": "Rhino.ServiceBus/Internal/IElementSerializationBehavior.cs", "provenance": "train-00027-of-00045.jsonl.gz:162392" }
starcoder
<reponame>EzyWebwerkstaden/rhino-esb<filename>Rhino.ServiceBus/Internal/IElementSerializationBehavior.cs using System; using System.Xml.Linq; namespace Rhino.ServiceBus.Internal { public interface IElementSerializationBehavior { bool ShouldApplyBehavior(Type type); XElement ApplyElementBehavior(XElement ...
1.536715
ff8c32580408f3dc40d4cd01615b15eb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843173
{ "extension": "c-sharp", "max_stars_count": "653.0", "max_stars_repo_name": "BlazorHub/BlazorFabric", "max_stars_repo_path": "src/BlazorFluentUI.CoreComponents/Tooltip/Tooltip.razor.cs", "provenance": "train-00027-of-00045.jsonl.gz:162393" }
starcoder
using Microsoft.AspNetCore.Components; using System; using System.Collections.Generic; using System.Text; namespace BlazorFluentUI { public partial class Tooltip : FluentUIComponentBase { [Parameter] public int BeakWidth { get; set; } = 16; [Parameter] public RenderFragment? ChildContent { get...
2.09831
9daa0f88cf3b3b67f7b5299ba176cc2b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843174
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Zerthox/GW2-Elite-Insights-Parser", "max_stars_repo_path": "GW2EIEvtcParser/ParserHelpers/ParserHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:162394" }
starcoder
<reponame>Zerthox/GW2-Elite-Insights-Parser using System; using System.Collections.Generic; using System.Linq; using GW2EIEvtcParser.ParsedData; namespace GW2EIEvtcParser { public static class ParserHelper { internal static readonly AgentItem _unknownAgent = new AgentItem(); public const int...
1.659261
15e2ffa5198395600446777b1c2d6b2c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843175
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wortelus/anobit_pre", "max_stars_repo_path": "Blocks/SendTransaction.cs", "provenance": "train-00027-of-00045.jsonl.gz:162395" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace AnoBIT_Wallet.Blocks { public class SendTransaction : Transaction { public const byte SendTransactionType = 10; public const byte SendTr...
2.493552
bb6ac98c66e0c77eea96f3789ebeef0a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843176
{ "extension": "c-sharp", "max_stars_count": "83.0", "max_stars_repo_name": "wbalbo/ShapeCrawler", "max_stars_repo_path": "ShapeCrawler/Settings/ShapeContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:162396" }
starcoder
using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Packaging; using ShapeCrawler.Placeholders; namespace ShapeCrawler.Settings { internal class ShapeContext { #region Constructors private ShapeContext() { } #endregion Constructors #region Builder ...
2.272409
0d5b365b952dd309d31f72fcd8ed14dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843177
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jedeboni/NTreeGA", "max_stars_repo_path": "NTreeGA/NTreeGA/GASolver.cs", "provenance": "train-00027-of-00045.jsonl.gz:162397" }
starcoder
<filename>NTreeGA/NTreeGA/GASolver.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NTreeGA { class GASolver { public String GAInitPopulation(ref Individuo[] Populacao) { Individuo _Auxiliar...
2.801583
dbb64491eff3b1f279b4880ca304531b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843178
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alex-kulakov/dataobjects-net", "max_stars_repo_path": "Orm/Xtensive.Orm/Orm/Model/Stored/StoredNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:162398" }
starcoder
<gh_stars>0 // Copyright (C) 2003-2010 Xtensive LLC. // All rights reserved. // For conditions of distribution and use, see license. // Created by: <NAME> // Created: 2009.05.22 using System.Diagnostics; namespace Xtensive.Orm.Model.Stored { /// <summary> /// A xml serializable representation of <se...
1.649795
862992784e841023485a9333af73a31c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843179
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "ScriptBox99/chequer-qsi", "max_stars_repo_path": "Qsi.PostgreSql/Internal/PG10/Types/QualCost.cs", "provenance": "train-00027-of-00045.jsonl.gz:162399" }
starcoder
/* Generated by QSI Date: 2020-08-12 Span: 43:1 - 47:11 File: src/postgres/include/nodes/relation.h */ namespace Qsi.PostgreSql.Internal.PG10.Types { internal class QualCost { public double? startup { get; set; } public double? per_tuple { get; set; } } }
0.739369
1a7cd2c0105d3455795781b61298c68b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843180
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ds5678/AlternativeActionUtilities", "max_stars_repo_path": "AlternativeActionUtilities/AlternativeActionMod.cs", "provenance": "train-00027-of-00045.jsonl.gz:162400" }
starcoder
using MelonLoader; namespace AlternativeActionUtilities { internal class AlternativeActionMod : MelonMod { public override void OnApplicationStart() { Settings.instance.AddToModSettings("Alternative Action Settings"); } } }
1.494677
5bc3197ecef971670837d594b1682428
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843181
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "dkarkanas/Indice.AspNet", "max_stars_repo_path": "src/Indice.AspNetCore.Identity/Features/IdentityServerApi/Controllers/ClaimTypesController.cs", "provenance": "train-00027-of-00045.jsonl.gz:162401" }
starcoder
<reponame>dkarkanas/Indice.AspNet<filename>src/Indice.AspNetCore.Identity/Features/IdentityServerApi/Controllers/ClaimTypesController.cs using System; using System.Linq; using System.Net.Mime; using System.Threading.Tasks; using Indice.AspNetCore.Filters; using Indice.AspNetCore.Identity.Api.Filters; using Indice.AspN...
2.116497
72214722ff96da012c0d86aba6261ef3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843182
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Nitrum7/LuxWatch", "max_stars_repo_path": "LuxWatch/LuxWatch.FormApp/AddWatchForm.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:162402" }
starcoder
 namespace LuxWatch.FormApp { partial class AddWatchForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
2.054658
f36e4157368906fb8f36107a367c38ad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843183
{ "extension": "c-sharp", "max_stars_count": "102.0", "max_stars_repo_name": "flostr/HockeySDK-Windows", "max_stars_repo_path": "Src/Kit.Core45/Extensibility/TelemetryConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:162403" }
starcoder
namespace Microsoft.HockeyApp { using System; using System.Collections.Generic; using System.Threading; using Channel; using DataContracts; using Extensibility; using Extensibility.Implementation; using Extensibility.Implementation.Tracing; /// <summary> /// Encapsulates the gl...
2.416448
26ee260f97a1600143521ca033ed362a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843184
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ikenb/TshepisoShop", "max_stars_repo_path": "src/PieShop/PieShopApplication/Data/PieShop.Data/Repository/Interfaces/IOrderRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:162404" }
starcoder
<filename>src/PieShop/PieShopApplication/Data/PieShop.Data/Repository/Interfaces/IOrderRepository.cs using PieShop.Core.Models; namespace PieShop.Data.Repository.Interfaces { public interface IOrderRepository { void CreateOrder(Order order); } }
1.609889
d53cf79447c5f3d1afb6a28f2495afdd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843185
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TPiechocki/TripBooker", "max_stars_repo_path": "backend/TripBooker.WebApi/Controllers/UpdateController.cs", "provenance": "train-00027-of-00045.jsonl.gz:162405" }
starcoder
<reponame>TPiechocki/TripBooker using MassTransit; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using TripBooker.Common.TourOperator.Contract.Query; namespace TripBooker.WebApi.Controllers; [ApiController] [Route("[controller]")] [AllowAnonymous] public class UpdateController : Controlle...
1.982231
5fe61ab6c9e2c07443628155a0915f2c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843186
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alaw-emoney/ecs-dotnet", "max_stars_repo_path": "src/Elastic.CommonSchema.Serilog.Test/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:162406" }
starcoder
// Licensed to Elasticsearch B.V under one or more agreements. // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information using Serilog; namespace Elastic.CommonSchema.Serilog.Test { internal class Program { public sta...
1.721346
44e79a9f8b15902f68bdddb9a2b4eb98
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843187
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "fehaar/FFWD", "max_stars_repo_path": "Exporter/PressPlay.FFWD.Exporter/Writers/Components/ParticleEmitterWriter.cs", "provenance": "train-00027-of-00045.jsonl.gz:162407" }
starcoder
<filename>Exporter/PressPlay.FFWD.Exporter/Writers/Components/ParticleEmitterWriter.cs<gh_stars>10-100 using System; using System.Collections.Generic; using System.Text; using PressPlay.FFWD.Exporter.Interfaces; using UnityEngine; using System.Reflection; namespace PressPlay.FFWD.Exporter.Writers.Components {...
2.409597
105136937d7e07eb23d8d49c61c512c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843188
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Higurashi-kagome/Algorithms-4th-Edition-in-Csharp", "max_stars_repo_path": "3 Searching/3.1/3.1.40/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:162408" }
starcoder
<reponame>Higurashi-kagome/Algorithms-4th-Edition-in-Csharp using System; using System.Diagnostics; // ReSharper disable UnusedLocalFunctionReturnValue // 简单解方程,注意顺序查找平均要查询一半的元素。 // 1000 * logN = N / 2 // N = 29718 左右 // 10000 * logN = N / 2 // N = 369939 左右 Console.WriteLine("n\tsst(compare/time)\tbst(compare/time...
2.997317
27e6ac387f631ccbb8b28d974bf86753
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843189
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pcuycs/unitest", "max_stars_repo_path": "Order.Data/BaseRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:162409" }
starcoder
<gh_stars>0 using System; namespace Order.Data { public class BaseRequest { public bool IsEdit { get; set; } public DateTime UpdatedDate { get; set; } } }
1.113443
21add5f6479ae593e1f608f0956f4464
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843190
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lzyzsd/SharpLua", "max_stars_repo_path": "SharpLua/Interfacing/ScriptStrings.cs", "provenance": "train-00027-of-00045.jsonl.gz:162410" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SharpLua { class ScriptStrings { #region LuaNet public const string InitLuaNet = @"local metatable = {} local rawget = rawget local import_type = luanet.import_type ...
2.688502
330fdf4c46e237aaa0b59f5e3d2a22b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843191
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "SzymonKatra/TKGameUtilities", "max_stars_repo_path": "TKGameUtilities/TKGameUtilities/Graphics/SpriteBatch.cs", "provenance": "train-00027-of-00045.jsonl.gz:162411" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using OpenTK.Graphics.OpenGL; namespace TKGameUtilities.Graphics { public class SpriteBatch : BaseSpriteBatch, IDrawable<TexturedPrimitiveShader, SpriteBatchDrawOptions> { public void Draw(RenderTarget target, Textur...
2.706721
98f825974aab41d65ec8de4cfcccc0f4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843192
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "varunmaggo/AngularPOC", "max_stars_repo_path": "POC.Models/Models/JobsTB.cs", "provenance": "train-00027-of-00045.jsonl.gz:162412" }
starcoder
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace POC.Models { [Table("Jobs")] public class JobsTB { [Key] public int JobId { get; set; } [Required(ErrorMessage = "Enter Job Title")] public string JobTitle { get; set;...
2.046382
a1c42e10c9b554634256c6627c024f3a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843193
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Team-1922/OzWPILib.NET", "max_stars_repo_path": "HAL/Simulator/Mechanisms/DrivetrainMechanism.cs", "provenance": "train-00027-of-00045.jsonl.gz:162413" }
starcoder
using System; namespace HAL.Simulator.Mechanisms { public class TankDriveTrainMechanism { private readonly DriveWheelMechanism m_leftDrive; private readonly DriveWheelMechanism m_rightDrive; private readonly double m_mass; private readonly double[] WorldPos = {0.0, 0.0, 0.0}; ...
3.020049
2478e0e6728f08b3dd16cb07bf769d4d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843194
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MerifondNewMarkets/Dotnettency", "max_stars_repo_path": "src/Dotnettency/TenantShell/TenantShell.cs", "provenance": "train-00027-of-00045.jsonl.gz:162414" }
starcoder
using System; using System.Collections.Concurrent; using System.Collections.Generic; namespace Dotnettency { public class TenantShell<TTenant> where TTenant : class { public TenantShell(TTenant tenant, params TenantDistinguisher[] distinguishers) { Id = Guid.NewGuid(); ...
2.771011
d8dd1611b87fc1df1c43c3064644027f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843195
{ "extension": "c-sharp", "max_stars_count": "362.0", "max_stars_repo_name": "dakinshin/OsEngine", "max_stars_repo_path": "project/OsEngine/Market/Servers/Livecoin/LivecoinClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:162415" }
starcoder
using Newtonsoft.Json; using OsEngine.Entity; using OsEngine.Logging; using OsEngine.Market.Servers.Livecoin.LivecoinEntity; using protobuf.ws; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using Sy...
2.154195
a9b72a83674512a0393b2b7f5eaad89c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843196
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jbt00000/RevolutionaryStuff", "max_stars_repo_path": "tests/RevolutionaryStuff.Core.Tests/JsonNetTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:162416" }
starcoder
using System.Diagnostics; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json.Linq; namespace RevolutionaryStuff.Core.Tests { [TestClass] public class JsonNetTests { private static void TraceAsJson(object o) => Trace.WriteLine(JsonNetHelpers.ToJson(o)); [...
2.537051
a4da9978e4ad250d55e04e38bde08474
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843197
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "rkg823/TplWorkflow", "max_stars_repo_path": "src/TplWorkflow/Models/WorkflowDefinition.cs", "provenance": "train-00027-of-00045.jsonl.gz:162417" }
starcoder
<gh_stars>1-10 // Copyright (c) Microsoft Corporation.// Licensed under the MIT license. namespace TplWorkflow.Models { public class WorkflowDefinition { public string Name { get; set; } public int Version { get; set; } } }
1.239826
e4ee7b0c4b696ca9fe568375490b7912
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843198
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "AlexMeesters/Midi-Tweak", "max_stars_repo_path": "Assets/Plugins/MidiTweak/Scripts/ProcessorEditorInput.cs", "provenance": "train-00027-of-00045.jsonl.gz:162418" }
starcoder
<filename>Assets/Plugins/MidiTweak/Scripts/ProcessorEditorInput.cs using UnityEngine; using System.Collections; using MidiJack; #if UNITY_EDITOR using UnityEditor; #endif #if UNITY_EDITOR namespace Lowscope.Miditweak { [System.Serializable] public class ProcessorEditorInput { // Used to assign a ...
2.226654
e3a9c12cb260de857cefa7ae35f2674a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843199
{ "extension": "c-sharp", "max_stars_count": "918.0", "max_stars_repo_name": "amat27/AspLabs", "max_stars_repo_path": "src/WebHooks/samples/BitbucketStronglyTypedCoreReceiver/BitbucketState.cs", "provenance": "train-00027-of-00045.jsonl.gz:162419" }
starcoder
using Microsoft.AspNetCore.WebHooks; using Newtonsoft.Json; namespace BitbucketStronglyTypedCoreReceiver { /// <summary> /// Contains information sent about the <c>old</c> or <c>new</c> state of an individual change in a Bitbucket /// <c>repo:push</c> notification. Ignores information such as links found ...
2.17468
723f58d530badccde4157c5632496e0b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843200
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tapika/TestAdapterForGoogleTest", "max_stars_repo_path": "GoogleTestAdapter/Core/Runners/SequentialTestRunner.cs", "provenance": "train-00027-of-00045.jsonl.gz:162420" }
starcoder
<gh_stars>0 // This file has been modified by Microsoft on 6/2017. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using GoogleTestAdapter.Common; using GoogleTestAdapter.Helpers; using GoogleTestAdapter.Scheduling; using GoogleTestAdapter.TestResults; usi...
1.844869
c78fa3d0e36327bff2871be5c7b3a5d8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843201
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IvanDichev/AgileProjectManagementSystem", "max_stars_repo_path": "src/Services/Comments/ICommentsService.cs", "provenance": "train-00027-of-00045.jsonl.gz:162421" }
starcoder
<filename>src/Services/Comments/ICommentsService.cs using DataModels.Models.Comments.Dtos; using System.Threading.Tasks; namespace Services.Comments { public interface ICommentsService { Task<CommentDto> GetAsync(int commentId); Task UpdateAsync(CommentsUpdateModel updateModel); Ta...
2.064218
6c74456b0d9e9ae60f0db855889e7b5c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843202
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kenswan/BlazorFocused", "max_stars_repo_path": "src/Testing/IMockLogger.cs", "provenance": "train-00027-of-00045.jsonl.gz:162422" }
starcoder
using Microsoft.Extensions.Logging; using System; namespace BlazorFocused.Testing { /// <summary> /// Mock Logger used to capture/test logs within a given class /// </summary> /// <typeparam name="T">Type of class utilizing logger</typeparam> public interface IMockLogger<T> { /// <summ...
2.859182
33123808b54bda68059a7e978d381c3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843203
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "daybson/FloatingDamageText", "max_stars_repo_path": "Assets/Scripts/FloatingDamagePooler.cs", "provenance": "train-00027-of-00045.jsonl.gz:162423" }
starcoder
<filename>Assets/Scripts/FloatingDamagePooler.cs using System.Collections.Generic; using System.Linq; using UnityEngine; public class FloatingDamagePooler : MonoBehaviour { private List<FloatingDamage> pooler = new List<FloatingDamage>(); private const int MAX_OBJ = 10; [SerializeField] private Canva...
2.701598
ccc8f6e3e20fbc7c0ff43b7cfcfad5be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843204
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "gheeres/Ricoh.NET", "max_stars_repo_path": "RicohEmbeddedEndpointBehavior.cs", "provenance": "train-00027-of-00045.jsonl.gz:162424" }
starcoder
using System; using System.ServiceModel.Channels; using System.ServiceModel.Configuration; using System.ServiceModel.Description; using System.ServiceModel.Dispatcher; namespace Ricoh { /// <summary> /// Specifies an endpoint behavior that automatically applies the RicohEmbeddedMessageInspector /// </summary> ...
2.503297
af9e91ea112648eb9b9a7843496fd557
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843205
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "asdsadv/TM1-Tues-4pm", "max_stars_repo_path": "builds/ehealthcare/obj/Models/Subscription.cs", "provenance": "train-00027-of-00045.jsonl.gz:162425" }
starcoder
using System; using System.Collections.Generic; using eHealthcare.Models; namespace eHealthcare.Models { public partial class Subscription { public long Id { get; set; } public long ConsultationId { get; set; } public string MedicationName { get; set; } public string Dosage { g...
1.694523
2e34d8da36fd855c1154b2bb9f304216
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843206
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zhuchenko-w/hearst-mappings-editor", "max_stars_repo_path": "HearstMappingsEditor.Data.Repository.Ef/Mappings/AccountMappingRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:162426" }
starcoder
using HearstMappingsEditor.Common.Exceptions; using HearstMappingsEditor.Data.Context; using HearstMappingsEditor.Data.Models; using HearstMappingsEditor.Data.Repository.Interfaces; using Nelibur.ObjectMapper; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Thr...
2.170801
1248c6583d162a667d05d6fd528ae5d8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843207
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "huangpf/PSharp", "max_stars_repo_path": "Samples/Experimental/OperationsExample/Events/SlaveEvents.cs", "provenance": "train-00027-of-00045.jsonl.gz:162427" }
starcoder
using Microsoft.PSharp; namespace OperationsExample.Events { class SlaveEvents { internal class slavelocal : Event { } internal class PerformSlaveOperation : MachineState { } internal class PerformResponse : Event { public string V; public PerformResp...
1.779467
b04c26e54bddf49079d67d714588e1c2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843208
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "echoprotocol/echo-unity-lib", "max_stars_repo_path": "Scripts/BaseApi/Data/BTC/BTC_IntermediateDepositObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:162428" }
starcoder
<filename>Scripts/BaseApi/Data/BTC/BTC_IntermediateDepositObject.cs<gh_stars>1-10 namespace Base.Data.BTC { public sealed class BTC_IntermediateDepositObject : IdObject { } }
1.309881
1fa41a7776beabd3d8ac37408b6f9e20
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843209
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "fabioxgn/XMLSchemaValidator", "max_stars_repo_path": "XMLValidator/XMLValidator.cs", "provenance": "train-00027-of-00045.jsonl.gz:162429" }
starcoder
<filename>XMLValidator/XMLValidator.cs using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Xml; using System.Xml.Schema; namespace XMLValidator { public class XMLValidator { static int numErrors = 0; static string msgError = ""; ...
3.081995
8cc1779b5cef96284810748dbf876f94
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843210
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eiq21/trading", "max_stars_repo_path": "src/services/inventory/Inventory.API/Dtos.cs", "provenance": "train-00027-of-00045.jsonl.gz:162430" }
starcoder
namespace Inventory.API { public record GrantItemsDto(Guid UserId, Guid CatalogItemId, int Quantity); public record InventoryItemDto(Guid CatalogItemId, string Name, string Description, int Quantity, DateTimeOffset AcquiredData); public record CatalogItemDto(Guid Id, string Name, string Description); }
1.448755
79ece8146e044d8ca58dcdf49e0f7a1d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8843211
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Minamiyama/FairyGUI-unity", "max_stars_repo_path": "LuaSupport/ToLua/TweenUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:162431" }
starcoder
using DG.Tweening; using LuaInterface; using System; using UnityEngine; public static class TweenUtils { public static Tweener TweenFloat(float start, float end, float duration, LuaFunction OnUpdate) { return DOTween.To(() => start, x => { try { OnUpdate.Call(x); } catch (Exceptio...
2.230721
d289c2134dab469894c431e7897b42ac