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
8838012
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kyweez/CDA-11-CSHARP", "max_stars_repo_path": "00 - Console applications/01 - Zoo/ClassLibraryTest/TestGuard.cs", "provenance": "train-00027-of-00045.jsonl.gz:157232" }
starcoder
using ClassLibraryEmployee; using System; namespace ClassLibraryTest { public static class TestGuard { public static Guard InitializingGuardWithNoParameter() { Console.BackgroundColor = ConsoleColor.DarkGreen; Console.WriteLine("\nInitialize a guard without parameter");...
3.388648
6a4c6fd368ea046942ba53d317c34f4a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838013
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "curiosity-ai/h5", "max_stars_repo_path": "H5/Compiler/Translator/Translator/Translator.Properties.cs", "provenance": "train-00027-of-00045.jsonl.gz:157233" }
starcoder
using H5.Contract; using ICSharpCode.NRefactory.CSharp; using Mono.Cecil; using System; using System.Collections.Generic; namespace H5.Translator { public partial class Translator { public IH5DotJson_AssemblySettings AssemblyInfo { get; set; } public AssemblyDefinition AssemblyDefinition { get...
1.478004
ae28cdf6658b1009c415c3a58872f8b0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838014
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FICHEKK/Sudoku-Solver", "max_stars_repo_path": "EntryPoint.cs", "provenance": "train-00027-of-00045.jsonl.gz:157234" }
starcoder
<filename>EntryPoint.cs<gh_stars>0 using System; namespace SudokuSolver { public static class EntryPoint { private const int HeaderLineLength = 80; public static void Main(string[] args) { if (args.Length < 1) { Console.Error.WriteLine("Solver r...
3.304145
e59343f62202b33ba097c83e500675c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838015
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "ammogcoder/ImageProcessor", "max_stars_repo_path": "src/ImageProcessor/Imaging/AnimationProcessMode.cs", "provenance": "train-00027-of-00045.jsonl.gz:157235" }
starcoder
<reponame>ammogcoder/ImageProcessor // -------------------------------------------------------------------------------------------------------------------- // <copyright file="AnimationProcessMode.cs" company="<NAME>"> // Copyright (c) <NAME>. // Licensed under the Apache License, Version 2.0. // </copyright> // <...
2.033013
5f91ae112021a0086bb3da1f93ec88c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838016
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "n3v3r94/Salon2", "max_stars_repo_path": "SalonProject/Salon.Services/Models/BookView.cs", "provenance": "train-00027-of-00045.jsonl.gz:157236" }
starcoder
 namespace Salon.Services.Models { using Salon.Data.Models; public class BookView { public string DateEvent { get; set; } public string ClientName { get; set; } public string StartEvent { get; set; } public string EndEvent { get; set; } public string...
1.538543
03457c8f73561917ccf0188ee8a958e8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838017
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lucax88x/JobTimer", "max_stars_repo_path": "src/JobTimer.Data.Access.Test/DI/ModuleTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:157237" }
starcoder
<filename>src/JobTimer.Data.Access.Test/DI/ModuleTest.cs using System.Net.Http; using System.Web.Http; using System.Web.Http.Dependencies; using Autofac; using Autofac.Integration.WebApi; using FluentAssertions; using JobTimer.Data.Access.JobTimer; using NUnit.Framework; namespace JobTimer.Data.Access.Test.DI { p...
2.374624
0365d8a528ad67915fed5168dd46402c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838018
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KawaiiKusa/Sayu", "max_stars_repo_path": "Sayu/Commands/Senders/ConsoleCommandSender.cs", "provenance": "train-00027-of-00045.jsonl.gz:157238" }
starcoder
using System.Threading.Tasks; using KaLib.Utils; namespace Sayu.Commands.Senders; public class ConsoleCommandSender : ICommandSender { public string Name => "Console"; public async Task RespondAsync(string content) { Logger.Info(content, Name); await Task.CompletedTask; } }
2.099077
27cfc065c6c35699b3945525796632ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838019
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Redoxee/GlobalGameJam2020", "max_stars_repo_path": "TakeThis/Assets/Scripts/Baby.cs", "provenance": "train-00027-of-00045.jsonl.gz:157239" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Baby : MonoBehaviour { BabyManager manager; internal float Mood; private float hugCoolDown = -1; public Image bGreyedOut; public Image bFill; [SerializeField] private Sprite...
2.079577
0d90ef476e1a81992ded5639e9ad665f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838020
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "AddinX/AddinX.Ribbon", "max_stars_repo_path": "src/Contract/Ribbon/Group/IGroup.cs", "provenance": "train-00027-of-00045.jsonl.gz:157240" }
starcoder
<filename>src/Contract/Ribbon/Group/IGroup.cs namespace AddinX.Ribbon.Contract.Ribbon.Group { public interface IGroup: IGroupId , IGroupItems, IGroupExtra { } }
1.311469
0dfdcc985ce2fa93e667f30133132e16
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838021
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PetProjectDotNetCore/PetProject", "max_stars_repo_path": "Backend/Src/PetProject.Application/Login/ILoginService.cs", "provenance": "train-00027-of-00045.jsonl.gz:157241" }
starcoder
<gh_stars>0 using PetProject.Domain.Entities; namespace PetProject.Application.Login { public interface ILoginService { User Authenticate(string email, string password); } }
1.564475
4fdc581cf5079e939746488a4f8aee5a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838022
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rickxy/E-Commerce-system", "max_stars_repo_path": "test/AddBrand.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:157242" }
starcoder
<reponame>rickxy/E-Commerce-system using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.Configuration; public partial class AddBrand : System.Web.UI.Page { protected v...
2.27497
3fd8df2e3639ef186ecfad91aad93fa9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838023
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "OP-Solutions/Configuration-UI", "max_stars_repo_path": "ConfigurationUi/Ui/UiBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:157243" }
starcoder
<gh_stars>1-10 using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using ConfigurationUi.Abstractions; using Microsoft.Extensions.Configuration; using NJsonSchema; namespace ConfigurationUi.Ui { public class UiBuilder : IEditorUiBuilder { ...
2.26535
f80e772d20a99be246e3e9cbf219e1c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838024
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zijian666/SuperConvert", "max_stars_repo_path": "src/zijian666.SuperConvert/Convertor/Primitive/BooleanConvertor.cs", "provenance": "train-00027-of-00045.jsonl.gz:157244" }
starcoder
<reponame>zijian666/SuperConvert<gh_stars>0 using System; using zijian666.SuperConvert.Convertor.Base; using zijian666.SuperConvert.Core; using zijian666.SuperConvert.Extensions; using zijian666.SuperConvert.Interface; namespace zijian666.SuperConvert.Convertor { /// <summary> /// 布尔值转换器 /// </summary> ...
2.425198
83332f6a264402bde266d9b5e6d246a0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838025
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mscorlib/Whizbang.EventStore.Pgsql", "max_stars_repo_path": "Whizbang.EventStore.Pgsql/PgsqlExecutor.cs", "provenance": "train-00027-of-00045.jsonl.gz:157245" }
starcoder
using Npgsql; using Whizbang.Core.Data.FluentSqlClient; namespace Whizbang.EventStore.Pgsql { public class PgsqlExecutor : Executor { public PgsqlExecutor(string connectionString) : base( () => new NpgsqlConnection(connectionString), () => new NpgsqlCommand(...
1.888615
21d130ac41f1e813e1c94879d96d24b9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838026
{ "extension": "c-sharp", "max_stars_count": "322.0", "max_stars_repo_name": "tensorush/Afflux-VR-Game", "max_stars_repo_path": "Personal-Space-Invaders/Assets/Oculus/VR/Scripts/Util/OVRWaitCursor.cs", "provenance": "train-00027-of-00045.jsonl.gz:157246" }
starcoder
/************************************************************************************ Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved. Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at https://developer.oculus.com/licenses/oculussdk/ ...
2.04877
b0f53680b477c3c47a112986c6458751
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838027
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "swordblade121/InvestmentPlanner.API", "max_stars_repo_path": "InvestmentPlanner.Models/DTOs/InvestmentResultDTO.cs", "provenance": "train-00027-of-00045.jsonl.gz:157247" }
starcoder
using System.Collections.Generic; using System.Linq; namespace InvestmentPlanner.Models.DTOs { public class InvestmentRecordDTO { /// <summary> /// Interest Gained From Investment /// </summary> public decimal Interest { get; set; } /// <summary> /// Total Amoun...
2.961336
4370fdf6c6346c6e262d954760a6a593
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838028
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RedgumTechnologies/servermonitor", "max_stars_repo_path": "ServerMonitor.Web/Controllers/Base/RepositoryApiControllerBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:157248" }
starcoder
<reponame>RedgumTechnologies/servermonitor using ServerMonitor.Core; using ServerMonitor.Web.Repository; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Http; namespace ServerMonitor.Web.Controllers.Base { public abstract class RepositoryApiControllerBase : Ap...
2.053412
a0495de389d1368fe35331d2a81cba17
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838029
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "ZeusHay/Synapse-X-Infinity", "max_stars_repo_path": "Synapse-X-Infinity/SynapseXbeta.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:157249" }
starcoder
 namespace Synapse_X_Infinity { partial class SynapseXbeta { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
1.605003
90c896be085494045f84f19868fc09d9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838030
{ "extension": "c-sharp", "max_stars_count": "53.0", "max_stars_repo_name": "patatoes1235/articulate", "max_stars_repo_path": "Articulate/CommandChunks/Command.cs", "provenance": "train-00027-of-00045.jsonl.gz:157250" }
starcoder
<filename>Articulate/CommandChunks/Command.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Speech.Recognition; using System.Speech.Recognition.SrgsGrammar; using System.Diagnostics; namespace Articulate { class Command : CommandCh...
2.649055
b7245674b20a0420f9438cb517c83d3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838031
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dirkbretthauer/nLox", "max_stars_repo_path": "src/nLox.App/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:157251" }
starcoder
<filename>src/nLox.App/Program.cs<gh_stars>0 using nLox.Interpreter; using System; using System.Text; namespace nLox.App { internal class Program { static void Main(string[] args) { if (args.Length > 1) { Console.WriteLine("Usage nLox [script]"); ...
2.227478
b21bf5affcccf4b16e96430e3f5644b3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838032
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "piot/hasty-client-dotnet", "max_stars_repo_path": "src/HastyClient/Client/HastyClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:157252" }
starcoder
using System; using System.Collections.Generic; using Hasty.Client.Connection; using Hasty.Client.Model; using Hasty.Client.Octet; using Hasty.Client.Packet; using Hasty.Client.PacketHandler; using Hasty.Client.Serializer; using Hasty.Client.Storage; namespace Hasty.Client.Api { public class HastyClient { Connecti...
2.078125
05e1cb6aa378423b9f9e52e45658b882
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838033
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JakobFerdinand/MarathonManager", "max_stars_repo_path": "UI.RunnerManagement/Views/RunnersView.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:157253" }
starcoder
using System; using System.Windows.Controls; namespace UI.RunnerManagement.Views { /// <summary> /// Interaction logic for RunnersView.xaml /// </summary> public partial class RunnersView : UserControl { public RunnersView() => InitializeComponent(); private void runnerDataGrid_Se...
1.914543
065edce7329852a3df40ab6abf56dfc9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838034
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "stoneman/MvvmCross", "max_stars_repo_path": "MvvmCross/Core/Binding/Binders/IMvxBindingDescriptionParser.cs", "provenance": "train-00027-of-00045.jsonl.gz:157254" }
starcoder
<reponame>stoneman/MvvmCross // IMvxBindingDescriptionParser.cs // MvvmCross is licensed using Microsoft Public License (Ms-PL) // Contributions and inspirations noted in readme.md and license.txt // // Project Lead - Stuart Lodge, @slodge, <EMAIL> namespace MvvmCross.Binding.Binders { using System.Collections.Ge...
1.757592
dd58ee29aaa3c50b92780cc6ea08c433
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838035
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fox365org/azure-sdk-for-net", "max_stars_repo_path": "sdk/synapse/Azure.Analytics.Synapse.Artifacts/src/Generated/Models/RerunTumblingWindowTriggerActionParameters.cs", "provenance": "train-00027-of-00045.jsonl.gz:157255" }
starcoder
<reponame>fox365org/azure-sdk-for-net // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System; namespace Azure.Analytics.Synapse.Artifacts.Models { /// <summary> Rerun tumbling window trigger Parameters. </summary> p...
1.489335
a8043eae8f72b5e19d6cfd1bef7a3361
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838036
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "musa-zulu/Regenesys", "max_stars_repo_path": "server/Regenesys.Persistence/Migrations/20210719180553_InitialMigration.cs", "provenance": "train-00027-of-00045.jsonl.gz:157256" }
starcoder
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace Regenesys.Persistence.Migrations { public partial class InitialMigration : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "Users"...
2.272352
67e3f4a77b9e5688a802d6617c60db20
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838037
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "skolbin-ssi/Dynamics-365-Fraud-Protection-Samples", "max_stars_repo_path": "src/ApplicationCore/CatalogSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:157257" }
starcoder
<reponame>skolbin-ssi/Dynamics-365-Fraud-Protection-Samples<gh_stars>10-100 // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. namespace Contoso.FraudProtection { public class CatalogSettings { public string CatalogBaseUrl { get; set; } } }
0.864261
db45a017480d8e127d5bc224f9863d97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838038
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "lgarczyn/Clouds", "max_stars_repo_path": "Assets/Scripts/Math/Vector3D.cs", "provenance": "train-00027-of-00045.jsonl.gz:157258" }
starcoder
// Changed to double from unity sources by lgarczyn // Original source: https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Math/Vector3.cs // TODO: own implementation to avoid license nightmare // Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // htt...
2.876002
2fb4742f8091e81ed3f0738024ce345f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838039
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RodrigoBanach/T171A", "max_stars_repo_path": "Rodrigo/Rodrigo banach/Models/Supplier.cs", "provenance": "train-00027-of-00045.jsonl.gz:157259" }
starcoder
<reponame>RodrigoBanach/T171A<filename>Rodrigo/Rodrigo banach/Models/Supplier.cs using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace Rodrigo_banach.Models { public class Supplier { public long SupplierId { get; set...
1.99167
2c5029b4ca61a83b82e231c6e659b79c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838040
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PeteyChan/GGJ_2022", "max_stars_repo_path": "GGJ_2022_Duality/_Core/CustomCollections.cs", "provenance": "train-00027-of-00045.jsonl.gz:157260" }
starcoder
<gh_stars>0 /* using System; using System.Collections; using System.Collections.Generic; class Indexed_Queue<T> : IEnumerable<T> { T[] backing_array; int first_item, last_item = -1; public Indexed_Queue() { backing_array = new T[2]; } /// <param name="Initial_Capacity">the max capacit...
3.573928
136e63124aef844553a5300fb91d19e4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838041
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CapitalCityVineyard/rock", "max_stars_repo_path": "Blocks/WorkFlow/WorkflowList.ascx.cs", "provenance": "train-00027-of-00045.jsonl.gz:157261" }
starcoder
// <copyright> // Copyright by the Spark Development Network // // Licensed under the Rock Community License (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.rockrms.com/license // // Unless required by applicable law or ag...
1.861674
0548fb7b24b5036a294d3b2d47028b9d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838042
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "SmashPhil/Boats", "max_stars_repo_path": "Source/Vehicles/Utility/Helpers/PathingHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:157262" }
starcoder
<reponame>SmashPhil/Boats<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using HarmonyLib; using Verse; using Verse.AI; using Verse.AI.Group; using RimWorld; using RimWorld.Planet; using SmashTools; namespace Vehicles { public static class PathingHelper { public const string Allo...
2.40396
c537e4e4d25af3e5688eeb8eb361821e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838043
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mayapeneva/C-Sharp-Advanced", "max_stars_repo_path": "01.StacksAndQueues/EXER_Poisonous Plants/Plants.cs", "provenance": "train-00027-of-00045.jsonl.gz:157263" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace EXER_Poisonous_Plants { public class Plants { public static void Main() { var n = int.Parse(Console.ReadLine()); var input = Console.ReadLine().Split().Select(int.Parse).ToArray(); ...
3.504665
73f15fa5aa8717843f7f274a3e4d3ec1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838044
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Ahatornn/clforms", "max_stars_repo_path": "ClForms/Helpers/FocusableHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:157264" }
starcoder
<gh_stars>1-10 using System.Collections.Generic; using System.Linq; using ClForms.Abstractions; using ClForms.Common; using ClForms.Elements; using ClForms.Elements.Abstractions; namespace ClForms.Helpers { /// <summary> /// Helper for focusable controls /// </summary> internal static class FocusableHe...
2.510243
a8dd79ef43ec419b96495630cfa0304f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838045
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tarzanzito/GiveImageFromDB2Blob", "max_stars_repo_path": "GiveImageFromDB2Blob/DB2AccessODBC.cs", "provenance": "train-00027-of-00045.jsonl.gz:157265" }
starcoder
 namespace Common { public class DB2AccessODBC { private System.Data.Odbc.OdbcConnection _odbcConnection = null; private string _connectingString = null; public string ConnectingString { get { return _connectingString; } set { _connectingString = value;...
2.750327
9b4ed17abc675081684be703e173d404
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838046
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kree1/potw", "max_stars_repo_path": "Mod/Heroes/Armsmaster/Cards/TargetingComputerCardController.cs", "provenance": "train-00027-of-00045.jsonl.gz:157266" }
starcoder
using Handelabra.Sentinels.Engine.Controller; using Handelabra.Sentinels.Engine.Model; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; namespace Jp.ParahumansOfTheWormverse.Armsmaster { public class TargetingComputerCardController : ModuleCardController { ...
2.392642
48b413587ccd60b9032d2e4376a03f2b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838047
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "sassson/IdentityBase", "max_stars_repo_path": "src/IdentityBase.EntityFramework/Modules/InMemoryModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:157267" }
starcoder
<reponame>sassson/IdentityBase namespace IdentityBase.EntityFramework { using IdentityBase.EntityFramework.Configuration; using Microsoft.AspNetCore.Builder; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Servi...
2.106575
1547c97a32adfa1da6a9b0e6489f05b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838048
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "mwherman2000/TrustedDigitalWeb", "max_stars_repo_path": "TDW.Servers/TDW.TRAServer/obj/Debug/netcoreapp3.1/GeneratedCode/Structs/Cac_ExternalReference_Claims.cs", "provenance": "train-00027-of-00045.jsonl.gz:157268" }
starcoder
#pragma warning disable 162,168,649,660,661,1522 using System; using System.Text; using System.Collections.Generic; using System.Collections; using System.Collections.Concurrent; using System.Runtime.InteropServices; using System.Data; using System.IO; using System.Threading; using System.Threading.Tasks; using System....
2.084203
e9639c86275f81ff0935820f97b4e095
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838049
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dmitry-yuzefchik/BelSTU", "max_stars_repo_path": "Testing/TestFramework/TestFramework/Page/Base/SearchBarPageBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:157269" }
starcoder
using OpenQA.Selenium; using System.Threading; using TestFramework.Test.Base; namespace TestFramework.Page.Base { public class SearchBarPageBase<T> : PageBase where T : SearchBarPageBase<T> { public SearchBarPageBase(IWebDriver driver) : base(driver) { _driver =...
2.630036
fff54e76c0546993a8ffdf5b75d59641
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838050
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jakubka/Huerate", "max_stars_repo_path": "Huerate.Services/Email/IEmailTemplateService.cs", "provenance": "train-00027-of-00045.jsonl.gz:157270" }
starcoder
<reponame>jakubka/Huerate<gh_stars>0 /* Huerate - Mobile System for Customer Feedback Collection Master Thesis at BUT FIT (http://www.fit.vutbr.cz), 2013 Available at http://huerate.cz Author: Bc. <NAME>, <EMAIL> or <EMAIL> */ using System; using System.Collections.Generic; using System.Globalization; usi...
1.847134
564b6b0acb4d56e812dae98307ac9686
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838051
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nanonull/EntitasGenericAddon", "max_stars_repo_path": "Tests/Tests_Performance/Sources/EmptyTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:157271" }
starcoder
public class EmptyTest : IPerformanceTest { public int Iterations => 0; public void Before() { } public void Run() { } }
1.811807
20e3fceb12465c135dec1881b003a405
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838052
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Cursoft-Development-Consultancy-NV/DotNetOpenMail-0.5.8b-src", "max_stars_repo_path": "DotNetOpenMail/GenericSmtpNegotiator.cs", "provenance": "train-00027-of-00045.jsonl.gz:157272" }
starcoder
using System; using System.IO; using System.Net; using System.Net.Sockets; using log4net; namespace DotNetOpenMail { /// <summary> /// Perform the low-level interaction with the external /// SMTP server /// </summary> public class GenericSmtpNegotiator : TcpClient, ISmtpProxy { private bool _isConnected=fals...
2.799216
05b9d06b43e723ffee13d6bcaf25175d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838053
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JeanGatto/SGP", "max_stars_repo_path": "tests/SGP.Tests/UnitTests/Infrastructure/Services/BCryptHashServiceTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:157273" }
starcoder
<reponame>JeanGatto/SGP using System; using FluentAssertions; using Microsoft.Extensions.Logging; using Moq; using SGP.Infrastructure.Services; using SGP.Shared.Interfaces; using Xunit; using Xunit.Categories; namespace SGP.Tests.UnitTests.Infrastructure.Services { [UnitTest] public class BCryptHashServiceTest...
2.302154
058e2183bcc8140e8863a7f6923245e5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838054
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "daviogg/hacker-rank", "max_stars_repo_path": "warm-up/3-jumping-on-the-clouds/JumpingOnTheClouds.cs", "provenance": "train-00027-of-00045.jsonl.gz:157274" }
starcoder
using System.CodeDom.Compiler; using System.Collections.Generic; using System.Collections; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.Serialization; using System.Text.RegularExpressions...
3.071131
dea61068cda0dd3354cc069c5f8e1fda
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838055
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ChopperYY/UnityProject", "max_stars_repo_path": "Doria-V2.0/Assets/Script/sea1/Sea1_Init.cs", "provenance": "train-00027-of-00045.jsonl.gz:157275" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Sea1_Init : MonoBehaviour { public GameObject smallship, middleship,ship_pos,shipcam,mapcam,ship_pos_ui,dunker_pos_ui,canvas, fishing_script,dunker_cam,direction_img,dis_fish; private void Awake() { UI_cont...
1.512102
9e1e0a3f1469cc0476213ad7d7274ed7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838056
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rosenspiridonov/TestApps", "max_stars_repo_path": "RecipeApp/Services/RecipesApp.Services.Data/RecipeService.cs", "provenance": "train-00027-of-00045.jsonl.gz:157276" }
starcoder
<gh_stars>0 namespace RecipesApp.Services.Data { using System; using System.Linq; using System.Threading.Tasks; using RecipesApp.Data.Common.Repositories; using RecipesApp.Data.Models; using RecipesApp.Web.ViewModels.Recipes; public class RecipeService : IRecipeService { priva...
2.250969
6deed126c646df05b806048ac7b4e185
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838057
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ecoulson/MathCompiler", "max_stars_repo_path": "LispCompiler/OutInstruction.cs", "provenance": "train-00027-of-00045.jsonl.gz:157277" }
starcoder
<gh_stars>0 using System; namespace LispCompiler { public class OutInstruction : Instruction { public string exp; public OutInstruction(string exp) : base(InstructionType.OUT) { this.exp = exp; } } }
1.604846
6f691bc4697fde5b3d981fce22607695
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838058
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jitsingh89/Swashbuckle.Examples", "max_stars_repo_path": "WebApi/Models/Examples/StringResponseExample.cs", "provenance": "train-00027-of-00045.jsonl.gz:157278" }
starcoder
using Swashbuckle.Examples; namespace WebApi.Models.Examples { public class StringResponseExample : IExamplesProvider { public object GetExamples() { return "Sample String 1"; } } }
1.821473
1b8edf4d76cea42fa89f9817b24c4dd4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838059
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PabloGaspar/TecWeb-1-2021", "max_stars_repo_path": "C# review/GeneralConcepts/GeneralConcepts/GeneralConcepts/common/Car.cs", "provenance": "train-00027-of-00045.jsonl.gz:157279" }
starcoder
<reponame>PabloGaspar/TecWeb-1-2021<filename>C# review/GeneralConcepts/GeneralConcepts/GeneralConcepts/common/Car.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace GeneralConcepts { public enum CarType { Ferrary, Escarabajo, Mustang = 13 } ...
3.00069
7d5ac44283323ebb925479f7587879fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838060
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Plotso/PersonalWebsite-AspNetCore", "max_stars_repo_path": "PersonalWebsite/Controllers/GalleryController.cs", "provenance": "train-00027-of-00045.jsonl.gz:157280" }
starcoder
<filename>PersonalWebsite/Controllers/GalleryController.cs namespace PersonalWebsite.Controllers { using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Models.InputModels; using Models.ViewModels; using Services; u...
2.599141
4749ea977439a89cc2fb12f17a0855a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838061
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Tedo74/SoftUni-fundamentals", "max_stars_repo_path": "ExamPreparation/71.SplinterTrip/SplinterTrip.cs", "provenance": "train-00027-of-00045.jsonl.gz:157281" }
starcoder
<reponame>Tedo74/SoftUni-fundamentals<filename>ExamPreparation/71.SplinterTrip/SplinterTrip.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _71.SplinterTrip { class SplinterTrip { static void Main(string[] args) {...
3.341214
fb3657db98e29c351fbe90e9dfe5bac8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838062
{ "extension": "c-sharp", "max_stars_count": "2129.0", "max_stars_repo_name": "dpogudin/SHFB", "max_stars_repo_path": "SHFB/Source/MRefBuilder/TestCase/InteropAttributeTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:157282" }
starcoder
<gh_stars>1000+ /*using System; using System.Runtime.InteropServices; namespace TestDoc.InteropAttributesBug { /// <summary> /// Demonstrate bug with certain System.Runtime.InteropServices /// attributes. /// </summary> /// <remarks>Certain System.Runtime.InteropServices attributes will n...
2.286126
33e344e8f171a6246d31a347ce5a6115
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838063
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "MarinAtanasov/AppBrix", "max_stars_repo_path": "Modules/AppBrix.Events/Impl/EventHub.cs", "provenance": "train-00027-of-00045.jsonl.gz:157283" }
starcoder
<reponame>MarinAtanasov/AppBrix // Copyright (c) MarinAtanasov. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the project root for license information. using AppBrix.Events.Contracts; using AppBrix.Events.Services; using AppBrix.Lifecycle; using System; using System.Collections.Gener...
2.406204
f965eb9fef741ade07b8f5ab7ab51bd3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838064
{ "extension": "c-sharp", "max_stars_count": "5873.0", "max_stars_repo_name": "rp1231/EarTrumpet", "max_stars_repo_path": "EarTrumpet/Diagnosis/CircularBufferTraceListener.cs", "provenance": "train-00027-of-00045.jsonl.gz:157284" }
starcoder
using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Text; using System.Threading; namespace EarTrumpet.Diagnosis { class CircularBufferTraceListener : TraceListener { private const int MAX_LOG_LINES = 800; private readonly ConcurrentQueue<string...
2.857639
c20e9b099d8e885770a1e87b2476b212
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838065
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "09123363503/spa-webapi-angularjs-master", "max_stars_repo_path": "HomeCinema.Web/Infrastructure/Core/FileUploadResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:157285" }
starcoder
<reponame>09123363503/spa-webapi-angularjs-master<filename>HomeCinema.Web/Infrastructure/Core/FileUploadResult.cs namespace HomeCinema.Web.Infrastructure.Core { public class FileUploadResult { public string LocalFilePath { get; set; } public string FileName { get; set; } public long Fil...
1.197301
dd1067af367852c07b7c6704b68974bf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838066
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sonderangebot10/LooselyCoupledMonolith", "max_stars_repo_path": "src/Shipping/ConfigureServices.cs", "provenance": "train-00027-of-00045.jsonl.gz:157286" }
starcoder
<filename>src/Shipping/ConfigureServices.cs using Autofac; using Autofac.Extensions.DependencyInjection; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.DependencyInjection; using Microsoft.OpenApi.Models; using Shipping.API.Controllers; using Shipping.API.Infrastructure.AutofacModules; using Shipping.API.I...
1.943945
6f9b229d34a44ca365845e966dae9b97
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838067
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bhojim/CodeGen", "max_stars_repo_path": "CodeGen/frmTemplateName.cs", "provenance": "train-00027-of-00045.jsonl.gz:157287" }
starcoder
<filename>CodeGen/frmTemplateName.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace CodeGen { public partial class frmTemplateName : Form...
2.402627
780afc42a72afb070ab5908c8664320d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838068
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "fluxera/Fluxera.Extensions.Hosting.Modules", "max_stars_repo_path": "src/Fluxera.Extensions.Hosting.Modules.AspNetCore.HttpApi.OData/IdempotentResponseData.cs", "provenance": "train-00027-of-00045.jsonl.gz:157288" }
starcoder
namespace Fluxera.Extensions.Hosting.Modules.AspNetCore.HttpApi.OData { using System.Collections.Generic; internal sealed class IdempotentResponseData { public IdempotentResponseData() { this.Headers = new Dictionary<string, string>(); } public string Body { get; set; } public IDictionary<string, st...
1.720648
b9bac740aaeac669b17a1f6804af8d7d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838069
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "SmashPhil/Boats", "max_stars_repo_path": "Source/Vehicles/Graphics/PawnTable_Ships.cs", "provenance": "train-00027-of-00045.jsonl.gz:157289" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using RimWorld; using Verse; namespace Vehicles { public class PawnTable_Ships : PawnTable { public PawnTable_Ships(PawnTableDef def, Func<IEnumerable<Pawn>> pawnsGetter, int uiWidth, int uiHeight) : base(def, pawnsGetter, uiWidth, uiHeight) ...
2.237333
28d319fac3d553990e1bde9583dd400b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838070
{ "extension": "c-sharp", "max_stars_count": "199.0", "max_stars_repo_name": "Jasonkingsmill/LiteDbExplorer", "max_stars_repo_path": "source/LiteDbExplorer/Settings.cs", "provenance": "train-00027-of-00045.jsonl.gz:157290" }
starcoder
<gh_stars>100-1000 using Newtonsoft.Json; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LiteDbExplorer { public enum FieldSortOrder { Alphabetical, Origin...
2.829044
8e082c385d48b07cd4d2ca096f38218f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838071
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "igo-dev/serio-cli-dio", "max_stars_repo_path": "Models/SerieModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:157291" }
starcoder
<gh_stars>0 using System; namespace serio_cli.Models { public class SerieModel { public int Id { get; set; } public string Title { get; set; } public int Year { get; set; } public Genre Genre { get; set; } } }
1.423167
57c51a6aa852c728286de33b22ebe1aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838072
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mzakrzewski/Steeltoe", "max_stars_repo_path": "src/Configuration/test/ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:157292" }
starcoder
<reponame>mzakrzewski/Steeltoe // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.Collections.Generic; u...
1.885532
fc96e47af32844c5aed40386d4ff0941
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838073
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aooshi/adf", "max_stars_repo_path": "Adf/Memcache.cs", "provenance": "train-00027-of-00045.jsonl.gz:157293" }
starcoder
using System; using System.Collections; using System.Globalization; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Net.Sockets; namespace Adf { /// <summary> /// Supports setting, adding, replacing, deleting compressed/uncompressed and /// serialized (can be stored ...
3.082638
cb88dd36ac2360dc93adc76d38d783cb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838074
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gporte/gestadh45", "max_stars_repo_path": "gestadh45.services/Reporting/Templates/ReportInventaireEquipementSimple.cs", "provenance": "train-00027-of-00045.jsonl.gz:157294" }
starcoder
 using System.ComponentModel.DataAnnotations; namespace gestadh45.services.Reporting.Templates { public class ReportInventaireEquipementSimple : ITemplateReport { [Display(ResourceType = typeof(ResReports), Name = "HeaderNumero")] public string Numero { get; set; } [Display(ResourceType = typeof(ResReports), ...
1.797113
73fd6728a73b28adc0fd361297c41159
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838075
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "gebakx/dm-games", "max_stars_repo_path": "codes/Wandering.cs", "provenance": "train-00027-of-00045.jsonl.gz:157295" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Wandering : StateMachineBehaviour { Moves moves; BlackBoard blackboard; override public void OnStateEnter(Animator animator, AnimatorStateInfo stateInfo, int layerIndex) { moves = animator....
2.215224
280969a3bbf96c0b854e18b868311ea4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838076
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "KodeAid/KodeAid.Common", "max_stars_repo_path": "src/Common/Security/Cryptography/SimpleAES.cs", "provenance": "train-00027-of-00045.jsonl.gz:157296" }
starcoder
// Copyright © <NAME>. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Threading.Tasks; namespace KodeAid.Security.Cryptography { public class Simple...
2.584318
430725a43153240499d5805279114802
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838077
{ "extension": "c-sharp", "max_stars_count": "25.0", "max_stars_repo_name": "EasyAbp/EasyAbp.Abp.DataDictionary", "max_stars_repo_path": "src/EasyAbp.Abp.DataDictionary.Domain.Shared/AbpDataDictionaryDomainSharedModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:157297" }
starcoder
using EasyAbp.Abp.DataDictionary.Localization; using Volo.Abp.Localization; using Volo.Abp.Modularity; using Volo.Abp.Validation; using Volo.Abp.VirtualFileSystem; namespace EasyAbp.Abp.DataDictionary { [DependsOn(typeof(AbpValidationModule))] public class AbpDataDictionaryDomainSharedModule : AbpModule {...
1.80225
27b9726304329acb7cd4113cd16f4995
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838078
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "greeduomacro/vivre-uo", "max_stars_repo_path": "Scripts/Skills/Stealth.cs", "provenance": "train-00027-of-00045.jsonl.gz:157298" }
starcoder
using System; using Server.Items; using Server.Mobiles; namespace Server.SkillHandlers { public class Stealth { public static void Initialize() { SkillInfo.Table[(int)SkillName.Stealth].Callback = new SkillUseCallback( OnUse ); } public static double HidingRequirement { get { return (Core.ML ? 30.0...
2.361936
19511baf3be032ba02778bedb688e20d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838079
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RopleyIT/GLRParser", "max_stars_repo_path": "Parsing/Parser.cs", "provenance": "train-00027-of-00045.jsonl.gz:157299" }
starcoder
// This source code is based on code written for Ropley Information // Technology Ltd. (RIT), and is offered for public use without warranty. // You are entitled to edit or extend this code for your own purposes, // but use of any unmodified parts of this code does not grant // the user exclusive rights or ownership of...
2.646546
16775363e2ff2232b35164aef856ec55
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838080
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "stanb/Comformation", "max_stars_repo_path": "src/Comformation/Generated/EMR/InstanceGroupConfig/AutoScalingPolicy.cs", "provenance": "train-00027-of-00045.jsonl.gz:157300" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using Newtonsoft.Json; using Comformation.IntrinsicFunctions; namespace Comformation.EMR.InstanceGroupConfig { /// <summary> /// AWS::EMR::InstanceGroupConfig AutoScalingPolicy /// https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuid...
1.893005
e5388a862824ff540f33508a098c09c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838081
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Filirien/CSharp-Fundamentals", "max_stars_repo_path": "C# Advanced/CSharp Advanced Exam 13 March 2016/Problem3 BasicMarkUpLanguage/BasicMarkUpLanguage.cs", "provenance": "train-00027-of-00045.jsonl.gz:157301" }
starcoder
<filename>C# Advanced/CSharp Advanced Exam 13 March 2016/Problem3 BasicMarkUpLanguage/BasicMarkUpLanguage.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Problem3_BasicMarkUpLanguage { class Basi...
3.486755
5eaa0037a4ec0cfaf193f1994e6bc69d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838082
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "USGS-WiM/STNWeb1", "max_stars_repo_path": "Views/Sites/SiteEditPV.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:157302" }
starcoder
@* Comments: 04.18.16 - TR - added horizontal collection method 04.11.14 - TR - added validation 01.24.13 - TR - added loading spinning logo 11.27.12 - TR - changed labels to html helper 11.26.12 - TR - Created *@ @* /* Authors: * <NAME> (<EMAIL>) * Copyright: * 2012 USGS - WiM * Purpose: * Edit a Sit...
2.158829
78c856f6fe31a194318afd25ee1c58ae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838083
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ivantchev/Console-Input-Output-Homework", "max_stars_repo_path": "09_Problem_SumOfNNumbers/09_Problem_SumOfNNumbers.cs", "provenance": "train-00027-of-00045.jsonl.gz:157303" }
starcoder
using System; //Write a program that enters a number n and after that enters more n numbers and calculates and prints their sum. Note: You may need to use a for-loop. //Examples: //numbers sum //3 90 //20 //60 //10 //5 6.5 //2 //-1 //-0.5 //4 //2 //1 1 //1 class SumOfNNumbers { static void Main() { ...
4.37442
5e2d5b2aaaf28df24190b476d183b330
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838084
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "alexdimitrov2000/Pet-Clinic", "max_stars_repo_path": "PetClinicExam/PetClinic/DataProcessor/Deserializer.cs", "provenance": "train-00027-of-00045.jsonl.gz:157304" }
starcoder
namespace PetClinic.DataProcessor { using System; using System.Collections.Generic; using DataValidation = System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using Newtonsoft.Json; using PetClinic.Data; using PetClinic.Dto; using PetClinic.Models; using...
2.801669
1c79592990e1b9097d87e0288a42db9b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838085
{ "extension": "c-sharp", "max_stars_count": "122.0", "max_stars_repo_name": "jackpoz/pnpframework", "max_stars_repo_path": "src/lib/PnP.Framework/Diagnostics/Tree/ITreeNodeAware.cs", "provenance": "train-00027-of-00045.jsonl.gz:157305" }
starcoder
<reponame>jackpoz/pnpframework namespace PnP.Framework.Diagnostics.Tree { /// <summary> /// Conints tree node properties /// </summary> /// <typeparam name="T">Generic type parameter</typeparam> public interface ITreeNodeAware<T> where T : new() { /// <summary> /// Sets...
1.87075
92e92fa86609ff685b0a80cb202a6e54
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838086
{ "extension": "c-sharp", "max_stars_count": "59.0", "max_stars_repo_name": "DonMorozov/cement", "max_stars_repo_path": "Common/ConfigurationXmlParser.cs", "provenance": "train-00027-of-00045.jsonl.gz:157306" }
starcoder
<gh_stars>10-100 using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml; namespace Common { public class ConfigurationXmlParser : IConfigurationParser { private XmlDocument document; public ConfigurationXmlParser(string content) { ...
2.614201
8ab90999d993c82bf721c2bbdc0b9406
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838087
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YoshinoriN/Nome", "max_stars_repo_path": "Source/Nome.LDAP/Connection/Interfaces/IConnection.cs", "provenance": "train-00027-of-00045.jsonl.gz:157307" }
starcoder
<reponame>YoshinoriN/Nome /// <summary> /// Provide function of LDAP server connection. /// </summary> namespace Nome.LDAP.Connection.Interfaces { /// <summary> /// Provide function of LDAP server connection. /// </summary> public interface IConnection { } }
1.674043
36747d02ee5afdd4a221d4d4c0455263
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838088
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MartinTT00/APIBookProject", "max_stars_repo_path": "APIBookProject/APIBookProject/Controllers/AuthorController.cs", "provenance": "train-00027-of-00045.jsonl.gz:157308" }
starcoder
<filename>APIBookProject/APIBookProject/Controllers/AuthorController.cs using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using DataAccess; using DataStructure; using DataAccess.Repositories; using Microsoft...
2.621407
90b43b735a5d7bf001801f578d35063d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838089
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "aluitink/bifrost", "max_stars_repo_path": "Bifrost.Public.Sdk/Communication/Session.cs", "provenance": "train-00027-of-00045.jsonl.gz:157309" }
starcoder
<reponame>aluitink/bifrost<filename>Bifrost.Public.Sdk/Communication/Session.cs using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Sockets; using System.Runtime.Serialization; using System.Threading.Tasks; using Bifrost.Public.Sdk.Communication.Messages; using log4net;...
2.32549
4d78fa31acfab8345a83fdff25c2cac4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838090
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "smdx24/CPI-Source-Code", "max_stars_repo_path": "ClubPenguin.MiniGames.Jigsaw/JigsawEventsSprite.cs", "provenance": "train-00027-of-00045.jsonl.gz:157310" }
starcoder
// JigsawEventsSprite using System.Runtime.InteropServices; public static class JigsawEventsSprite { public enum EventTypes { LockPiece, CloseButton } [StructLayout(LayoutKind.Sequential, Size = 1)] public struct CloseButton { } [StructLayout(LayoutKind.Sequential, Size = 1)] public struct PieceSolveCom...
2.023657
818ff5259ea2042312c40a56ab9bfa9c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838091
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amwitx/Amw.Core", "max_stars_repo_path": "Common/Webi.Wechat.SDK/Models/WxEE/WxEE_MessageSendResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:157311" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace Webi.Wechat.SDK.Models.WxEE { /// <summary> /// 如果部分接收人无权限或不存在,发送仍然执行,但会返回无效的部分(即invaliduser或invalidparty或invalidtag),常见的原因是接收人不在应用的可见范围内。 /// </summary> public class WxEE_MessageSendResult : WxEE_BaseResult {...
1.854613
86e9ceadf7ee08c61db8dd79e1edf0fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838092
{ "extension": "c-sharp", "max_stars_count": "30.0", "max_stars_repo_name": "Talberon/solstandard", "max_stars_repo_path": "SolStandard/Utility/Events/WaitFramesEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:157312" }
starcoder
namespace SolStandard.Utility.Events { public class WaitFramesEvent : IEvent { public bool Complete { get; private set; } private int framesRemaining; public WaitFramesEvent(int waitTimeInFrames) { Complete = false; framesRemaining = waitTimeInFrames; ...
2.797693
545e70e79697c41ef2315ab82cd9cdc7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838093
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fpommerening/md-devdays-2018", "max_stars_repo_path": "Talk-Microservice-RabbitMQ/Logging/src/WebLogger/HomeModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:157313" }
starcoder
using Nancy; namespace FP.MdDevDays2018.Logging.WebLogger { public class HomeModule : NancyModule { public HomeModule() { Get("/", args => "Hello Developer Open Space 2016"); } } }
1.495878
74ca14a4d169ef004d228d11359c40b4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838094
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "valery-vitko/acad-apparel", "max_stars_repo_path": "ACAD.Apparel.Notches.Tests/Drawings/KnownValues.cs", "provenance": "train-00027-of-00045.jsonl.gz:157314" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.Geometry; namespace ACAD.Apparel.Notches.Tests.Drawings { internal static class KnownValues { public static readonly TestDrawingK...
2.311325
18513938b2e91f18b9e2dd9ff4461f45
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838095
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "oliverDOTnet/NoDbProjectJournal", "max_stars_repo_path": "src/NoDbProjectJournal/Repository/ProjectJournalStoragePathOptionsResolver.cs", "provenance": "train-00027-of-00045.jsonl.gz:157315" }
starcoder
using Microsoft.Extensions.Options; using NoDb; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace NoDbProjectJournal.Repository { public class ProjectJournalStoragePathOptionsResolver : IStoragePathOptionsResolver { private readonly ProjectJourn...
2.194074
856ac17d9e17e63af2c8edd18ab1dd83
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838096
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "muaddibco/O10city", "max_stars_repo_path": "Common/O10.Transactions.Core/Interfaces/ISyncStateProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:157316" }
starcoder
using System.Collections.Generic; using System.Threading.Tasks; using O10.Core.Architecture; using O10.Core.Identity; using O10.Crypto.Models; using O10.Transactions.Core.DTOs; namespace O10.Transactions.Core.Interfaces { [ServiceContract] public interface ISyncStateProvider { Task<SyncInfoDTO> Ge...
1.334025
cdd647dbcedecb7ef01d32f79acd226a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838097
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Xapier14/PingPong", "max_stars_repo_path": "GameObjects/AIController.cs", "provenance": "train-00027-of-00045.jsonl.gz:157317" }
starcoder
using GEngine; using GEngine.Engine; using GEngine.Game; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static GEngine.GEngine; using static SDL2.SDL; /* GEngine-R * GameObject Template * * Object: AIController */ namespace PingPong.Game...
2.192737
eb2d294392faf1c1275476a478b9f3e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838098
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "FastFinTech/FFT.SlottedTimers", "max_stars_repo_path": "src/FFT.SlottedTimers.Tests/TimerJobTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:157318" }
starcoder
// Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace FFT.SlottedTimers.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System...
2.312866
e6694a738881664ee49eefb39e7ced8e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838099
{ "extension": "c-sharp", "max_stars_count": "41.0", "max_stars_repo_name": "Thanalan/GameBookClient", "max_stars_repo_path": "demo/Assets/Scripts/UI/UiMgr.cs", "provenance": "train-00027-of-00045.jsonl.gz:157319" }
starcoder
<reponame>Thanalan/GameBookClient using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.Playables; using UnityEngine.SceneManagement; namespace GEngine { partial class UiMgr : SingletonBehaviour<UiMgr> { // 当前窗口实例 private readonly...
1.60962
35aeda705a9d8d955d4776cc05d1ffdf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838100
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AmirSasson/OpenApiExtensions", "max_stars_repo_path": "src/OpenApiExtensions/Attributes/CustomSwaggerSchemaAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:157320" }
starcoder
using System; namespace Microsoft.Azure.OpenApiExtensions.Attributes { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class CustomSwaggerSchemaAttribute : Attribute { /// <param name="descriptionFormat">DescriptionFormat Eg: List of {GenericType} models</param> publi...
2.88587
c6b77f75c6101ea55e788722b57cd8ca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838101
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "xuhongl/AzureDesignStudio", "max_stars_repo_path": "src/AzureDesignStudio.Core/AppService/WebAppModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:157321" }
starcoder
<gh_stars>1-10 using AutoMapper; using AzureDesignStudio.Core.DTO; using AzureDesignStudio.Core.Models; using AzureDesignStudio.Core.VirtualNetwork; using Blazor.Diagrams.Core.Models; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace AzureDesignStudio.Core.AppService { public cla...
2.058126
d6427369cbfffa52fd41f0512eff8a3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838102
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mbruchet/Logging", "max_stars_repo_path": "ECommerce.Logging.Data/ILoggingRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:157322" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore.Storage; namespace ECommerce.Logging.Data { public interface ILoggingRepository { Task<ExecutionResult<LoggingItem>> AddAsync(LoggingItem value); Task<ExecutionResult<LoggingItem>>...
2.095317
344aee2926e45dbf79c8bc49b29b9025
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838103
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JillyMan/sport-bets", "max_stars_repo_path": "sport-bets/SportBets.Server.Core/Handlers/ISocketHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:157323" }
starcoder
<reponame>JillyMan/sport-bets using System.Net.Sockets; using System.Threading.Tasks; namespace SportBets.Server.Core.Handlers { public interface ISocketHandler { Task Process(Socket socket); } }
1.643877
9116d90785dd16462634640170a4c907
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838104
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "johncrn/ScriptCs.Prompt", "max_stars_repo_path": "src/ScriptCs.Prompt/Console/SystemConsole.cs", "provenance": "train-00027-of-00045.jsonl.gz:157324" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ScriptCs.Prompt { internal class SystemConsole : IConsole { public void WriteLine(string value) { Console.WriteLine(value); } public void W...
2.793277
a3f5ca8b229147acc22752482a7c56d8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838105
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Infernno/Projects", "max_stars_repo_path": "WebApplication/WebApplication/Models/Gallery.cs", "provenance": "train-00027-of-00045.jsonl.gz:157325" }
starcoder
using System.Collections.Generic; namespace WebApplication.Models { public class Image { public string Name { get; set; } public string Link { get; set; } public Image(string name, string link) { Name = name; Link = link; } } public cla...
2.718192
c0a78cb923e784e9d74c2bb854601016
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838106
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Marwan0/PathPaintTool", "max_stars_repo_path": "Assets/TerrainTools/PathPaintTool/Editor/Core/IDelayedAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:157326" }
starcoder
<reponame>Marwan0/PathPaintTool using System.Collections; using System.Collections.Generic; using UnityEngine; namespace UnityEditor.Experimental.TerrainAPI { public interface IDelayedAction { void OnActionPerformed(DelayedActionContext actionContext); } }
1.138347
bfd95f4e8057bd613166cf0b14d174cf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838107
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "HealthCatalyst/Fabric.Databus", "max_stars_repo_path": "Fabric.Databus.PipelineSteps/CreateSourceWrappersPipelineStep.cs", "provenance": "train-00027-of-00045.jsonl.gz:157327" }
starcoder
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CreateSourceWrappersPipelineStep.cs" company=""> // // </copyright> // <summary> // Defines the CreateSourceWrappersPipelineStep type. // </summary> // ----------------------...
1.902027
94c7f188272e3bf93762ac1b43e43159
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838108
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wt-student-projects/serious-games", "max_stars_repo_path": "Unity/Assets/Scripts/DoorRotation.cs", "provenance": "train-00027-of-00045.jsonl.gz:157328" }
starcoder
using UnityEngine; public class DoorRotation : MonoBehaviour { public Vector3 PivotPoint = new Vector3(0.0f, 0.0f, -6.88f); public float Speed = 10.0f; void Update() { transform.RotateAround(PivotPoint, Vector3.up, Speed * Time.deltaTime); } }
2.067332
cb10c0b9a966e49c101e989dcd93767b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838109
{ "extension": "c-sharp", "max_stars_count": "415.0", "max_stars_repo_name": "xuejmnet/sharding-core", "max_stars_repo_path": "src/ShardingCore/Sharding/MergeEngines/Abstractions/AbstractBaseMergeEngine.cs", "provenance": "train-00027-of-00045.jsonl.gz:157329" }
starcoder
using ShardingCore.Exceptions; using ShardingCore.Extensions; using ShardingCore.Sharding.Abstractions; using ShardingCore.Sharding.MergeEngines.ParallelControl; using System; using System.Linq; using System.Linq.Expressions; using System.Threading; using System.Threading.Tasks; namespace ShardingCore.Sharding.MergeE...
2.331292
236427fb31e5cf3c74b0422b6a4dfe3b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838110
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "abdolsamad/UnitNumbers", "max_stars_repo_path": "UnitNumber/ExpressionParsing/Execution/DynamicCompiler.cs", "provenance": "train-00027-of-00045.jsonl.gz:157330" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using UnitConversionNS.Exceptions; using UnitConversionNS.ExpressionParsing.Operations; using UnitConversionNS.ExpressionParsing.Util; namespace UnitConversionNS.ExpressionParsing.Execution { internal class DynamicCo...
2.656752
82142f8d360780d0bbacb2f843407148
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8838111
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "TheWayOfCoding/tutorialsandsnippets", "max_stars_repo_path": "CSharp/WebClientExample/WebClientExample/Form1.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:157331" }
starcoder
namespace WebClientExample { partial class frmWebClientExample { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
1.937997
06d5ef0ab294ec85458df4f70e0b8d94